.banner {
   height: 540px;
   width: 1260px;
   margin: 0 auto;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  width: 36px;
  height: 7px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
}



.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color:#003e1b;
}
.banner .swiper-wrapper .swiper-slide img {
  height: 540px; width:1260px;
}



/* news */
.news_content {
  padding: 28px 0px 0px 0px;
}

.news_content .news_title {
  font-size: 24px;
  color: #333333;
}

.news_content .news_more_btn a {
  padding: 10px 20px;
  color: #333333;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 1000px;
  cursor: pointer;
}

.news_content .news_more_btn:hover {
  color: #003e1b;
}


.news_content .news_banner {
  padding-top: 14px;
  cursor: pointer;
}

.news_content .news_banner .news_banner_img {
  width: 420px;
  height: 275px;
}

.news_content .news_banner .news_banner_img img {
  width: 100%;
  height: 100%;
}

.news_banner .swiper-container .swiper-pagination-bullets {
  bottom: 1px;
  left: 182px;
}

.news_banner .news_banner_title {
  padding-top: 16px;
  padding-bottom: 13px;
  font-size: 16px;
  color: #333333;
}
.news_banner .news_banner_title a {
  
  color: #333333;
}

.news_banner .news_banner_time {
display: inline-block;
  font-size: 14px;
  color: #989898;
}

.news_content .news_item {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}

.news_content .news_item .news_text a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
}

.news_content .news_item .news_text a:hover{
  color: #003e1b;
}

.news_content .news_item .news_time {
  margin-top: 1px;
  font-size: 14px;
  color: #989898;
}


.enter {
  width: 272px;
  
  /*padding: 20px 17px 15px 17px;*/
  background-color: #dee6f2;
  box-sizing: border-box;
}

.enter .enter_title {
  padding-bottom: 10px;
  font-size: 24px;
  color: #333333;
}

.enter .enter_item {
  padding: 8px 0;
  border-top: 1px solid #c0cde1;
  cursor: pointer;
}


.enter_item .enter_icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.enter_item .enter_icon img {
  width: 100%;
  height: 100%;
}

.enter_item .enter_r_zh a {
  font-size: 16px;
  color: #333333;
}

.enter_item .enter_r_zh:hover {
  color:#003e1b;
}

.enter_item .enter_r_en {
  position: relative;
  padding: 2px 6px;
  margin-top: 10px;
  background-color: #b7c6e0;
  color: #dee6f2;
  font-size: 12px;
}


.enter_item .enter_r_en::after {
  position: absolute;
  content: "";
  top: 6px;
  right: -3px;
  width: 10px;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

/* project_1 */
.project_1 {
  margin-top: 38px;
}

.project_1 .prject_1_title {
  text-align: center;
}

.project_1 .prject_1_title_zh {
  color: #333333;
  font-size: 24px;
}

.project_1 .prject_1_title_en {
  position: relative;
  color: #cfd6e1;
  font-size: 16px;
}

.project_1 .prject_1_title_en::before,
.project_1 .prject_1_title_en::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(0, -50%);
  width: 258px;
  height: 1px;
  background-color:#dee6f2;
}

.project_1 .prject_1_title_en::before {
  left: 23%;
}

.project_1 .prject_1_title_en::after {
  right: 23%;
}

.project_1_item {
  z-index: 9999;
  width: 400px;
  height: 490px;
  padding: 0 10px;
}

.project_swiper {
  margin: 74px 0 0 0;
}


.project_1 .project_1_img {
  width: 400px;
	height: 216px;
}

.project_1 .project_1_img img {
  width: 100%;
  height: 100%;
}


.p_1_content {
  position: relative;
  top: -110px;
  width: 340px;
  margin: 0 auto;
  box-sizing: border-box;
	
}

.p_1_content .triangle{
  width: 0;
  height: 100px;
  /*border-bottom: 100px solid #fff;
  border-left: 340px solid transparent;*/
}

.p_1_content .p_1_text {
  padding: 14px 14px 10px 13px;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(12, 3, 6, 0.08);
}

.p_1_content .p_1_text .tips {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}
.p_1_content .p_1_text .tips a{
  
  font-size: 16px;
  color: #333;
}
.p_1_content .p_1_text .tips a:hover {
  color: #003e1b;
}
.p_1_content .p_1_text .tips:hover {
  color: #003e1b;
}

.p_1_content .p_1_text .text {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  line-height: 24px;
  font-size: 14px;
  color: #686868;
}


.p_1_content .p_1_btn {
  position: relative;
  padding-right: 18px;
  padding-top: 25px;
  text-align: right;
  color: #a6555b;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
}
.p_1_content .p_1_btn a {
  
  color: #a6555b;
  
  font-size: 14px;
}

.p_1_content .p_1_btn::after {
  position: absolute;
  content: "";
  top: 30px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #a6555b;
  border-bottom: 5px solid transparent;
}


.arrow_wrapper .arrow{
  cursor: pointer;
}

.arrow_wrapper .arrow:nth-child(1) {
  margin-right: -520px;
}

.arrow_wrapper .arrow:nth-child(2) {
  margin-left: -520px;
}



/* project_2 */

.project_2_item {
  width: 397px;
  padding-bottom: 35px;
  margin-bottom: 78px;
  margin-top: 60px;
  box-shadow: 0 2px 0 #eee;
}

.project_2_item .item_img {
  width: 100%;
  height: 226px;
}

.project_2_item .item_img img {
  width: 100%;
  height: 100%;
}

.project_2_item .item_mid {
  padding: 27px 22px;
}


.project_2_item .item_mid .item_title {
  color: #333333;
  font-size: 24px;
}


.project_2_item .item_mid .item_btn a {
  padding: 10px 20px;
  color: #333333;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 1000px;
  cursor: pointer;
}


.project_2_item .item_text  {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 13px 0;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.project_2_item .item_text a {
  
  font-size: 14px;
  color: #333333;

}
.project_2_item .item_text a:hover {
  
  color: #003e1b;

}

.project_2_item .item_text:hover,
.project_2_item .item_mid .item_btn:hover {
  color: #003e1b;
}

.project_2_item .item_text:nth-child(2) {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}


.enter .item_text  {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 13px 0;
  font-size: 14px;
  color: #333333;
 
}
.enter .item_text a {
  
  font-size: 14px;
  color: #333333;

}
.enter .item_text a:hover {
  
  color: #003e1b;

}