.productDisplay_wrp {
  height: 515px;
  padding-top: 50px;
  padding-bottom: 35px;
  background: #fff;
}
.productDisplay_wrp .sw {
  height: 100%;
  background: #fff;
}
.productDisplay_wrp .product_type_button_list {
  width: 235px;
  height: 100%;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  border-right: none;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.productDisplay_wrp .product_type_button_list > li {
  width: 180px;
  height: 70px;
  margin-left: 27px;
  border-bottom: 1px solid #dadada;
  line-height: 30px;
  cursor: pointer;
}
.productDisplay_wrp .product_type_button_list > li:hover {
  border-bottom: 1px solid #fdeb01;
}
.productDisplay_wrp .product_type_button_list > li > div {
  width: 50px;
  height: 100%;
  float: left;
  color: #777;
  font-size: 40px;
  line-height:60px;
}
.productDisplay_wrp .product_type_button_list > li > b {
  font-size: 20px;
  display: block;
  padding-top: 8px;
  color: #555;
}
.productDisplay_wrp .product_type_button_list > li > span {
  font-size: 14px;
  color: #777;
}
.productDisplay_wrp .product_type_button_list > li.activated {
  border-bottom: 1px solid #fdeb01;
}
.productDisplay_wrp .product_type_button_list > li.activated > div {
  color: #03a1a0;
}
.productDisplay_wrp .product_type_button_list > li.activated > b {
  color: #03a1a0;
}
.productDisplay_wrp .product_type_button_list > li.activated > span {
  color: #03a1a0;
}
.productDisplay_wrp .product_type_button_list > li:hover > div {
  color: #03a1a0;
}
.productDisplay_wrp .product_type_button_list > li:hover > b {
  color: #03a1a0;
}
.productDisplay_wrp .product_type_button_list > li:hover > span {
  color: #03a1a0;
}
.productDisplay_wrp .product_type_button_list .productBlock_contact {
  width: 230px;
  height: 130px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
}
.productDisplay_wrp .product_type_button_list .productBlock_contact > img {
  width: 100%;
}
.productDisplay_wrp .product_type_button_list .productBlock_contact > span {
  position: absolute;
  color: #fff;
  font-size: 30px;
  left: 22px;
  bottom: 20px;
}



.productDisplay_wrp .product_type_display_list {
  width: 965px;
  height: 515px;
  float: right;
  overflow: hidden;
  position: relative;
}
.productDisplay_wrp .product_type_display_list > li {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #fff;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.productDisplay_wrp .product_type_display_list > li.activated {
  opacity: 1;
  z-index: 10;
}
.productDisplay_wrp .product_type_display_list > li .product_display_item {
  display: block;
  position: relative;
}
.productDisplay_wrp .product_type_display_list > li .product_display_item:nth-child(1) {
  width: 100%;
  height: 380px;
  overflow: hidden;
  margin-bottom: 5px;
  float: left;
}
.productDisplay_wrp .product_type_display_list > li .product_display_item:nth-child(n+2) {
  width: 237px;
  height: 130px;
  float: left;
  margin-right: 5px;
}
.productDisplay_wrp .product_type_display_list > li .product_display_item:last-child {
  margin-right: 0px;
}
.productDisplay_wrp .product_type_display_list > li .product_display_item > img {
  width: 100%;
}

/* 产品单元遮罩层 */
.productDisplay_wrp .product_type_display_list > li .product_display_item .product_mask {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0px;
  bottom: -40px;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}
.productDisplay_wrp .product_type_display_list > li .product_display_item:hover .product_mask {
  bottom: 0px;
}
.productDisplay_wrp .product_type_display_list > li .product_display_item .product_mask .product_mask_back {
  background: #000;
  opacity: 0.4;
}
.productDisplay_wrp .product_type_display_list > li .product_display_item .product_mask > span {
  position: relative;
  line-height: 40px;
  font-size: 16px;
}


/* *******************************中间板块******************************* */
.center_block {
  height: 610px;
  padding-bottom: 30px;
  background: #fff;
}
.center_block .sw {
  height: 100%;
  background: #fff;
}
.center_block .sw .common_block_wrp {
  height: 100%;
  width: 380px;
  margin-right: 30px;
  float: left;
  background: yellow;
  box-sizing: border-box;
}
.center_block .sw .common_block_wrp:nth-child(3) {
  margin-right: 0px;
}

/* 公共头部 */
.common_block_header {
  height: 55px;
  line-height: 50px;
  width: 100%;
  padding-left: 30px;
  border-top: 5px solid #03a3a0;
  box-sizing: border-box;
  background: #fff;
  color: #03a3a0;
}
.common_block_header > b {
  font-size: 20px;
}
.common_block_header > span {
  font-size: 15px;
  padding-left: 5px;
}
.common_block_header > a {
  font-size: 15px;
  float: right;
  padding-right: 20px;
  color: #03a3a0;
  text-decoration: none;
}
.common_block_header > a:hover {
  text-decoration: underline;
}
.common_block_header.activated {
  background: #03a3a0;
  color: #fff;
}
.common_block_header.activated > a {
  color: #fff;
}

/* 公司简介板块 */
.introduce_wrp {
  border: 1px solid #cdcccc;
  background: #fff!important;
}
.introduce_wrp .introduce_cover_wrp {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.introduce_wrp .introduce_cover_wrp > img {
  width: 100%;
}
.introduce_wrp .introduce_text_wrp {
  width: 100%;
  height: 333px;
}
.introduce_wrp .introduce_text_wrp .introduce_text {
  width: 100%;
  height: 250px;
  font-size: 17px;
  line-height: 30px;
  padding: 10px 10px 0px 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.introduce_wrp .introduce_text_wrp .introduce_text > p {
  text-indent: 35px;
  padding-left: 0px!important;
}
.introduce_wrp .introduce_text_wrp > a {
  width: 110px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  background: #02d0cc;
  font-size: 18px;
}
.introduce_wrp .introduce_text_wrp > a:hover {
  background: rgb(8, 235, 231);
}


/* 案例展示板块 */
.exampleDiaplay_wrp {
  border: 1px solid #cdcccc;
  background: #fff!important;
}
.exampleDiaplay_wrp .exampleDiaplay {
  width: 100%;
  height: 290px;
  margin-bottom: 35px;
}
.exampleDiaplay_wrp .exampleDiaplay .product_item {
  position: relative;
}
.exampleDiaplay_wrp .exampleDiaplay .product_item .product_cover_wrp {
  overflow: hidden;
}
.exampleDiaplay_wrp .exampleDiaplay .product_item .product_cover_wrp > img {
  width: 100%;
}
.exampleDiaplay_wrp .product_item .product_description {
  position: absolute;
  height: 35px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.exampleDiaplay_wrp .product_item .product_description > span {
  position: relative;
}
.exampleDiaplay_wrp .product_item .product_description .product_description_back {
  background: #000;
  opacity: 0.5;
}
.exampleDiaplay_wrp .exampleDiaplay .swiper-button-prev, .exampleDiaplay_wrp .exampleDiaplay .swiper-button-next {
  width: 35px;
  height: 35px;
  background: url(../images/exampleDiaplay_swiper_rightArrow.png);
  background-size: 100% 100%;
}
.exampleDiaplay_wrp .exampleDiaplay .swiper-button-prev {
  transform: rotate(180deg);
}
.exampleDiaplay_wrp .ads_position {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.exampleDiaplay_wrp .ads_position > img {
  width: 100%;
}

/* 合作伙伴 */
.cooperator_wrp {
  background: url(../images/indexCoop_background_new.png)!important;
  background-size: 100% 100%;
  position: relative;
}
.cooperator_wrp .cooperator {
  width: 300px;
  height: 78px;
  position: absolute;
  bottom: 120px;
  left: 40px;
}

.cooperator_wrp .cooperator .swiper-slide {
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.cooperator_wrp .cooperator .swiper-slide > img {
  width: 100%;
}
.cooperator_wrp .swiper-button-prev, .cooperator_wrp .swiper-button-next {
  background: url(../images/cooperator_swiper_rightArrow.png);
  background-size: 100% 100%;
  width: 15px;
  height: 30px;
  top: 460px;
}
.cooperator_wrp .swiper-button-prev {
  transform: rotate(180deg);
}







/* *******************************底部板块******************************* */
.bottom_block {
  height: 350px;
  padding-bottom: 55px;
  background: #fff;
}
.bottom_block .sw {
  height: 100%;
  background: #fff;
}
.bottom_block .sw .bottom_common_block {
  border: 1px solid #c5c4c4;
  box-sizing: border-box;
}
.bottom_block .sw .bottom_common_block:first-child {
  width: 790px;
  height: 100%;
  background: #fff;
  margin-right: 30px;
  float: left;
}
.bottom_block .sw .bottom_common_block:last-child {
  width: 380px;
  height: 100%;
  background: #eee;
  float: left;
}

/* 新闻资讯板块 */
.news_wrp .news_list {
  width: 748px;
  height: auto;
  margin-left: 20px;
  border-top: 1px solid #ccc;
}
.news_wrp .news_list .news_item {
  width: 100%;
  height: 80px;
  margin-top: 15px;
}
.news_wrp .news_list .news_item .newsCover_wrp {
  width: 125px;
  height: 100%;
  overflow: hidden;
}
.news_wrp .news_list .news_item .newsCover_wrp > img {
  width: 100%;
}
.news_wrp .news_list .news_item .news_cont {
  width: 560px;
  height: 100%;
  padding-left: 30px;
  padding-top: 10px;
  box-sizing: border-box;
} 
.news_wrp .news_list .news_item .news_cont > a {
  font-size: 18px;
  text-decoration: none;
  color: #444;
  display: block;
}
.news_wrp .news_list .news_item .news_cont > a:hover {
  text-decoration: underline;
}
.news_wrp .news_list .news_item .news_cont > p {
  font-size: 16px;
  line-height: 30px;
}
.news_wrp .news_list .news_item .news_date {
  width: 60px;
  height: 100%;
  position: relative;
}
.news_wrp .news_list .news_item .news_date > span:first-child {
  font-size: 30px;
  position: absolute;
  top: 10px;
  left: 0px;
}
.news_wrp .news_list .news_item .news_date > span:last-child {
  font-size: 16px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

/* 视频介绍板块 */
.video_wrp .video_display_wrp {
  width: 100%;
  height: 295px;
  position: relative;
  overflow: hidden;
}
.video_wrp .video_display_wrp > img {
  width: 100%;
}
.video_wrp .video_display_wrp .video_mask_wrp {
  cursor: pointer;
}

