﻿html,
body {
  height: auto;
  position: relative;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑";
}
a {
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
ul,
li {
  list-style: none;
}
.comm_cont {
  width: 100%;
  height: auto;  
}
#head_box {
  width: 100%;
  height: auto; 

}
.head_boxShow {
  top: 0px !important;
}
.head_boxA {
   /*box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);*/
   /*transition: 0.5s;*/
  top:0px !important;
  
}
.cc9 {
  width: 100%;
  height: 917px;
  background: url(/images/cc9.jpg) repeat-x; background-position:50% 0%;
}



.index_swiper {
  width: 100%;
  height: auto; 
}
.index_swiper .index_swiperP {
  display: block;
}
.index_swiper .index_swiperM {
  display: none;
}
.index_swiper img {
  width: 100%;
  display: block;
}
.index_swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width:2vw;
  height:.3vh;
  
  opacity: 1;
  background: #FFFFFF;
}
.index_swiper .swiper-pagination-bullet-active {
  background: #990000 !important;
}
 
.news_top {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
}
.news_top .top_box {
  width: 1400px;
  margin: auto;
  height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news_top .top_div01 {
  width: 149px;
  height: 46px;
  background-color: #990000;
  cursor: pointer;
}
.news_top .top_div01 a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_top .top_div01 a img {
  width: 16px;
  display: block;
  margin-top: 3px;
}
.news_top .top_div01 a span {
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 8px;
}
.news_top .top_div02 {
  width: 1440px;
  padding-left: 40px;
  padding-right:40px;
  height: 46px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.news_top .top_div02 .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.news_top .top_div02 .swiper-slide {
  cursor: pointer;
}
.news_top .top_div02 .swiper-slide .text_p {
  width: 95%;
  padding-left: 5%;
  font-size: 14px;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
 /* display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  white-space: nowrap;
  overflow-wrap: break-word;
  position: relative;
  
}
.news_top .top_div02 .swiper-slide .text_p::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #990000;
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -3px;
  
}
.index_news {
  width: 100%;
  height: auto;
}
.index_news .news_box {
  width: 1400px;
  height: auto;
  margin: auto;
  min-height: 600px;
  position: relative;
}
.index_news .news_box .news_title {
  font-size: 32px;
  color: #333333;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 75px;
}
.index_news .news_box .news_line {
  width: 36px;
  height: 3px;
  background-color: #990000;
  margin: 3px auto;
}
.index_news .news_box .news_div {
  width: 100%;
  height: auto;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_news .news_box .news_div .news_div01 {
  width: 1050px;
  height: 536px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.index_news .news_box .news_div .news_div01 .news_img01 {
  width: 500px;
  height: 536px;
}
.index_news .news_box .news_div .news_div01 .news_img01 .news_img02 {
  width: 100%;
  cursor: pointer;
  height:352px;
  display:flex;
  
}

.index_news .news_box .news_div .news_div01 .news_img01 .news_img02 .swiper-container-horizontal > .swiper-pagination-bullets {
  width: 98%;
  display: flex;
  justify-content: flex-end;
  margin: 0px 0px 5px 0px;
}
.index_news .news_box .news_div .news_div01 .news_img01 .news_img02 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #d3d3d3;
  opacity: 1;
   border-radius:50%;
}
.index_news .news_box .news_div .news_div01 .news_img01 .news_img02 .swiper-pagination-bullet-active {
  background: #990000 !important;
}
.index_news .news_box .news_div .news_div01 .news_img01 .news_img02 img {
  width: 100%; height:100%;
  display: block;
  transition: all 0.5s;
}

.index_news .news_box .news_div .news_div01 .news_img01 .news_img02 img:hover{
  transform: scale(1.05);
}
.index_news .news_box .news_div .news_div01 .news_img01 .news_img02 p {
  width: 100%;
  padding: 0px 15% 0px 3%;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0px;
  font-size: 14px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 36px;
  transition: 0.5s;
}
.index_news .news_box .news_div .news_div01 .news_img01 .news_img02 .swiper-slide:hover p {
  bottom: 0px;
}
.index_news .news_box .news_div .news_div01 .news_img01 .news_img03 {
  width: 100%;
  height: 183px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
}
.index_news .news_box .news_div .news_div01 .news_img01 .news_img03 .news_img04 {
  width: 48%;
  height: 160px;
  cursor: pointer;
  position: relative;
  overflow: hidden; margin-right:5px;
}
.index_news .news_box .news_div .news_div01 .news_img01 .news_img03 .news_img04 img {
  width: 100%; height:100%;
  transition: all 0.5s;
  display: block;
}

.index_news .news_box .news_div .news_div01 .news_img01 .news_img03 .news_img04 img:hover{
  transform: scale(1.05);
}

.index_news .news_box .news_div .news_div01 .news_img01 .news_img03 .news_img04 p {
  width: 100%;
  padding: 0px 5%;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0px;
  font-size: 14px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 36px;
  transition: 0.5s;
}
.index_news .news_box .news_div .news_div01 .news_img01 .news_img03 .news_img04:hover p {
  bottom: 0px;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv {
  width: 530px;
  height: 536px;  
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .ul_head {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #a0a0a0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .ul_head .ul_head01 {
  width: 50%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .ul_head .ul_head01 span {
  color: #333333;
  font-size: 16px;
  margin-right: 67px;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .ul_head .ul_head01 .ul_active {
  color: #990000;
  position: relative;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .ul_head .ul_head01 .ul_active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #990000;
  position: absolute;
  left: 0px;
  bottom: -6px;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .ul_head .ul_more {
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul {
  width: 100%;
  height: auto;
  position: relative;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul .news_li {
  width: 100%;
  height: 490px;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul .news_li .news_uls {
  width: 100%;
  height: auto;
  padding-top: 1px;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul .news_li .news_uls .news_lis {
  width: 100%;
  height: 30px;
  cursor: pointer;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul .news_li .news_uls .news_lis .li_title {
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
 /* display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  white-space: nowrap;
  overflow-wrap: break-word;
  transition: 0.5s;
  position: relative;
  text-indent: 15px;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul .news_li .news_uls .news_lis .li_title::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2.5px;
  border-radius: 5px;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul .news_li .news_uls .news_lis .li_time {
  color: #c0c0c0;
  font-size: 14px;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul .news_li .news_uls .news_lis:nth-child(4n+1) {
  margin-bottom: 10px;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul .news_li .news_uls .news_lis:nth-child(4n+1) .li_title {
  width: 77%;
  font-size: 18px;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul .news_li .news_uls .news_lis:nth-child(4n+1) .li_time {
  font-size: 16px;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul .news_li .news_uls .news_lis:nth-child(4n) {
  margin-bottom: 32px;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul .news_li .news_uls .news_lis:hover .li_title {
  color: #990000;
}
.index_news .news_box .news_div .news_div01 .news_ulDiv .news_ul .news_li:nth-child(1) {
  display: block;
}
.index_news .news_box .news_div .project {
  width: 323px;
  height: 536px;
}
.index_cultrue {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.index_cultrue .culture_box {
  width: 1400px;
  height: auto;
  min-height: 558px;
  margin: auto;
}
.index_cultrue .culture_box .culture_title {
  font-size: 32px;
  color: #333333;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 75px;
}
.index_cultrue .culture_box .culture_line {
  width: 36px;
  height: 3px;
  background-color: #990000;
  margin: 3px auto;
}
.index_cultrue .culture_box .culture_div {
  width: 100%;
  height: auto;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_cultrue .culture_box .culture_div .c_div01 {
  width: 970px;
  height: 558px;
}
.index_cultrue .culture_box .culture_div .c_div01 .video_mark {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.index_cultrue .culture_box .culture_div .c_div01 .video_mark .video_div {
  width: 1000px;
  height: 600px;
  padding: 30px;
  background-color: #FFFFFF;
  text-align: center;
  background-image: url(/images/video_bac.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.index_cultrue .culture_box .culture_div .c_div01 .video_mark .video_div .video_ul {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index_cultrue .culture_box .culture_div .c_div01 .video_mark .video_div .video_li {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
.index_cultrue .culture_box .culture_div .c_div01 .video_mark .video_div p {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_cultrue .culture_box .culture_div .c_div01 .video_mark .video_div video {
  width: 82%;
  height: 433px;
}
.index_cultrue .culture_box .culture_div .c_div01 .video_mark .video_div .video_close {
  width: 120px;
  height: 36px;
  background-color: #990000;
  margin: 15px auto 0px;
  cursor: pointer;
  color: #ffffff;
  line-height: 36px;
}
.index_cultrue .culture_box .culture_div .c_div01 .c_videoBox {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.index_cultrue .culture_box .culture_div .c_div01 .c_videoBox .c_video {
  width: 48%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.index_cultrue .culture_box .culture_div .c_div01 .c_videoBox .c_video p {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_cultrue .culture_box .culture_div .c_div01 .c_videoBox .c_video div {
  width: 100%;
  height: 305px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.index_cultrue .culture_box .culture_div .c_div01 .c_videoBox .c_video div img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.index_cultrue .culture_box .culture_div .c_div01 .c_videoBox .c_video div .video_btn {
  width: 71px;
  height: 71px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  opacity: 1;
  transition: 0.5s;
}
.index_cultrue .culture_box .culture_div .c_div01 .c_videoBox .c_video:hover img {
  transform: scale(1.05);
}
.index_cultrue .culture_box .culture_div .c_div01 .c_videoBox .c_video:hover .video_btn {
  animation: btn_op 1s;
}
@keyframes btn_op {
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.index_cultrue .culture_box .culture_div .c_div01 .c_ul {
  width: 100%;
  height: 168px;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index_cultrue .culture_box .culture_div .c_div01 .c_ul .c_li {
  width: 310px;
  height: 168px;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}


.index_cultrue .culture_box .culture_div .c_div01 .c_ul .c_li img{
 width: 100%;
    display: block;
    transition: 0.5s;
}

.index_cultrue .culture_box .culture_div .c_div01 .c_ul .c_li:hover img {
  transform: scale(1.05);
}



.index_cultrue .culture_box .culture_div .c_div01 .c_ul .c_li .c_liBtn {
  width: 140px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0);
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -70px;
  text-align: center;
  transition: 0.5s;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_cultrue .culture_box .culture_div .c_div01 .c_ul .c_li:first-child {
  margin-left: 0px;
}
.index_cultrue .culture_box .culture_div .c_div01 .c_ul .c_li:hover .c_liBtn {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.index_cultrue .culture_box .culture_div .c_div02 {
  width: 400px;
  height: 558px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.index_cultrue .culture_box .culture_div .c_div02 img {
  width: 100%;
  display: block;
   transition: all 0.5s;
}
.index_cultrue .culture_box .culture_div .c_div02 img:hover{
  transform: scale(1.04);
}

.index_cultrue .culture_box .culture_div .c_div02 .c_about {
  width: 90%;
    height:250px; overflow:hidden;
  border: 0px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 40%;
  left: 23%;
  margin-top: -20px;
  margin-left: -70px;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  /*opacity: 0;*/
  transition: 0.5s; font-size:14px;
}


.index_cultrue .culture_box .culture_div .c_div02 .c_more {
  width: 140px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 90%;
  left: 50%;
  margin-top: -20px;
  margin-left: -70px;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  /*opacity: 0;*/
  transition: 0.5s;
}
.index_cultrue .culture_box .culture_div .c_div02:hover .c_more {
  opacity: 1;
}
.river_box {
  width: 100%;
  height: 457px;
  position: relative;
  overflow: hidden;
}
.river_box #river {
  /*width: 100%;*/
 /* height: 100%;*/
  width:auto;
  height:auto;
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
}
.index_prd {
  width: 100%;
  height: auto;
  padding-top: 150px;
}
.index_prd .prd_box {
  width: 1400px;
  height: auto;
  min-height: 600px;
  margin: auto;
  margin-bottom: 70px;
}
.index_prd .prd_box .prd_title {
  font-size: 32px;
  color: #333333;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 75px;
}
.index_prd .prd_box .prd_line {
  width: 36px;
  height: 3px;
  background-color: #990000;
  margin: 3px auto;
}
.index_prd .prd_box .prd_div {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-top: 50px;
}
.index_prd .prd_box .prd_div .pDiv_left {
  width: 1440px;
  height: 725px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index_prd .prd_box .prd_div .pDiv_left .prdUl_div {
  width: 100%;
  height: auto;
}
.index_prd .prd_box .prd_div .pDiv_left .prd_ul {
  width: 100%;
  height: auto;  
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_prd .prd_box .prd_div .pDiv_left .prd_ul .prd_li {
  width: 390px;
  height: 420px; border-radius:5px;
  padding: 15px 12px 0 12px; 
  background-color:#faf8f0; 
  cursor: pointer;
  box-shadow: 1px 0px 16px 0px rgba(121, 121, 121, 0.1);
  text-align: center; margin:10px;
}
 
.index_prd .prd_box .prd_div .pDiv_left .prd_ul .prd_li .prd_img {
  
  height: 420px;
  overflow: hidden;
}
.index_prd .prd_box .prd_div .pDiv_left .prd_ul .prd_li .prd_img img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.index_prd .prd_box .prd_div .pDiv_left .prd_ul .prd_li .prd_p {
  width: 100%;
  height: 40px; 
  color:#e1d09c;    
  margin-top: 0px; 
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_prd .prd_box .prd_div .pDiv_left .prd_ul .prd_li:hover img {
  transform: scale(1.02);
}


 


.box2 {
	
	cursor: pointer;
	position: relative;
}

.box2:after,
.box2:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px transparent solid;
	width: 0;
	height: 0;
	box-sizing: border-box;
}

.box2:after {
	right: 0;
	top: 0;
	transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.box2:before {
	left: 0;
	bottom: 0;
	transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.box2:hover:after,
.box2:hover:before {
	height: 100%;
	width: 100%;
}

.box2:hover:after {
	border-top-color: #8f6b31;
	transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}

.box2:hover:after {
	border-right-color: #8f6b31;
	transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}

.box2:hover:before {
	border-bottom-color: #8f6b31;
	transition: border-color 0s ease-out 0.2s, width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s;
}

.box2:hover:before {
	border-left-color: #8f6b31;
	transition: border-color 0s ease-out 0.2s, width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s;
}

.index_prd .prd_box .prd_div .pDiv_left .prd_left,
.index_prd .prd_box .prd_div .pDiv_left .prd_right {
  width: 505px;
  height: 200px;
  background-color: #FFFFFF;
  padding: 12px;
  box-shadow: 1px 0px 16px 0px rgba(121, 121, 121, 0.2);
  margin-top: 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.index_prd .prd_box .prd_div .pDiv_left .prd_left img,
.index_prd .prd_box .prd_div .pDiv_left .prd_right img {
  width: 100%;
  display: block;
  transition: 0.5s;
}

.index_prd .prd_box .prd_div .pDiv_left .prd_left img,
.index_prd .prd_box .prd_div .pDiv_left .prd_right:hove img{
 transform: scale(1.05);
}
 
.index_prd .prd_box .prd_div .pDiv_left .prd_left .prd_btn,
.index_prd .prd_box .prd_div .pDiv_left .prd_right .prd_btn {
  width: 480px;
  height: 47px;
  /*background-color: #990000;*/
  background-color: rgba(0, 0, 0, 0.38);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -240px;
  opacity: 1;
  transition: 0.5s;
}
.index_prd .prd_box .prd_div .pDiv_left .prd_left:hover .prd_btn {
  opacity: 1;
  background-color: rgba(25, 116, 101, 0.38);
}
.index_prd .prd_box .prd_div .pDiv_left .prd_right:hover .prd_btn {
  opacity: 1;
  background-color: rgba(25, 116, 101, 0.38);
}
.index_prd .prd_box .prd_div .pDiv_right {
  width: 323px;
  height: 725px;
}
.index_prd .prd_box .prd_div .pDiv_right .project {
  width: 100%;
}
.index_other {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 70px;
}
.index_other .other_box {
  width: 1400px;
  height: auto;
  min-height: 300px;
  margin: auto;
}
.index_other .other_box .other_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_other .other_box .other_ul .other_li {
  width: 450px;
  height: 308px;
  padding: 50px 45px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: space-between;
  flex-wrap: wrap;
}

.index_other .other_box .other_ul img {
  width: 100%;
  display: block;
  transition: 0.5s;
}

.index_other .other_box .other_ul:hove img{
 transform: scale(1.05);
}


.index_other .other_box .other_ul .other_li .o_title {
  width: 100%;
  height: auto;
  font-size: 32px;
  color: #fffefe;
}
.index_other .other_box .other_ul .other_li .o_ul {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index_other .other_box .other_ul .other_li .o_ul .o_li {
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  padding: 0px 10px 5px 10px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.5s;
}
.index_other .other_box .other_ul .other_li .o_ul .o_li .o_a {
  width: 100%;
  display: block;
  position: relative;
}
.index_other .other_box .other_ul .other_li .o_ul .o_li .o_line {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.index_other .other_box .other_ul .other_li .o_ul .o_li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.index_other .other_box .other_ul .other_li:nth-child(1) {
  background-image: url(../images/other01.png);
}
.index_other .other_box .other_ul .other_li:nth-child(2) {
  background-image: url(../images/other02.png);
}
.index_other .other_box .other_ul .other_li:nth-child(3) {
  background-image: url(../images/other03.png);
}
 