/*  覆盖公共样式 */
.header{
  background:rgba(255,255,255,0.6);
  position:fixed;
  top:0;
}
.header_menu_active{color:#9e6628 !important;}
.header_menu_active::after{display:none;}
.header_menu{
  margin-left: 200px
}

/* 通用标题 */
.normal_title{
  text-align:center;
}
.normal_title_pp{
  font-size:28px;
  font-weight:bold;
  line-height:40px;
  color:#2a3341;
  display:inline-block;
  position:relative;
  height:100%;
  padding: 0 10px;
  background-size: 24px 24px;
}
.normal_title_subtitle{
  font-size:14px;
  line-height:20px;
  color:#999;	
}
.part1_img{
  display:block;
  width:100%;
  transition:all 0.3s linear;
}

/* part1 */
.part1{
  width:100%;
  background-image: url(../img/index/bannerBack.jpg) ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  box-sizing: border-box ;
}

.page_line{
  width:100%;
  display:block;
  margin: -20px 0-20px;
}
/* part2 */
.part2{
  width:100%;
  background:#fff;
  overflow:hidden;
}

.part2_dik{
  position:relative;
  z-index: 1;  
}



.part2_dik_cont{
  width: 100%;
  margin: 30px auto;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.part2_word{
  flex: 0 0 19%;
  font-size:16px;
  color:#555;
  text-align:center;
  line-height: 40px;
}
.part2_word_icon{
  width:100%;
  border:1px solid #2a3341;
  border-radius: 50%;
  overflow:hidden;
  position:relative;
}
.part2_word_line{
  width:100%;
  height:100%;
  border-radius: 50%;
  position:relative;
  z-index:0;
  overflow:hidden;
  border:3px solid #fff;
  box-sizing:border-box;
  cursor: pointer;
}
.part2_word_icon:hover::after{
  content: "";
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor:pointer;
  z-index: 1;
}

.part2_word_icon:hover .part2_word_play{
  display:block;
}
.part2_word_play{
  position: absolute;
  width: 30px;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  z-index: 5;
  display:none;
  cursor:pointer;
}
.part2_word_icon_img{
  width:100%;
  opacity:0.6;
}
.part2_word_icon_video{
  width:120%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
  margin:auto;
  z-index: 1;
}


.part2_word_p{
  font-size: 14px;
  line-height: 20px;
  color:#2a3341;
  text-align:justify;
  margin: 24px 0;
}
.part2_word_button{
  cursor:pointer;
  background:#cba166;
  border-radius:4px;
  color:#fff;
  font-size:14px;
  line-height:34px;
  opacity: 0.6;
  display:inline-block;
  padding: 0 20px;
}
.part2_word_button:hover{
  opacity: 1;
}
.part2_title{
  text-align:left;
  max-width:70%;
  margin: 10px 0;
  font-size:18px;
  line-height:34px;
}
.part2_title img{
  display:block;
  max-width:60%;
  margin: 10px 0;
}
.part2_content{
  flex: 0 0 40%;
  align-self:stretch;
  position:relative;
}
.part2_content_img1{
	position:absolute;
  width:75%;
  bottom:0;
  left:0;
  z-index:5;
  border: 4px solid #fff;
  transition:all 0.3s linear;
}
.part2_content_img2{
  position:absolute;
  height:75%;
  top:0;
  right:0;
  z-index:1;
  transition:all 0.3s linear;
  border: 4px solid #fff;
}
.part2_content_img1:hover, .part2_content_img2:hover{
  transform:scale(1.05,1.05);
}


/* 第三部分 */
.part3{
  width:100%;
  background:#f8f8f8;
  overflow:hidden;	
}
.part3_dik{
	margin: 20px auto;
  position:relative;
  background:#fff;
  border-radius:4px;
  padding: 30px 0 30px 20px;
}
.part3_title{
  width:60%;
  position:absolute;
  left:-50px;
  top:-80px;
}
.part3_content_dik{
  display:flex;
  justify-content: space-between;
  align-items: center;	
}
.part3_left{
  flex: 0 0 60%;
  padding-right: 50px;
}
.part3_left_content{
  padding-top:60px;
  font-size:15px;
  line-height:30px;
  color:#666;
  text-align:left;
}
.part3_right{
  flex: 0 0 30%;
}
.part3_right_img{
  display:block;
  width: 100%;
  transition:all 0.3s linear;
}
.part3_right_img:hover{
  transform:scale(1.05,1.05);	
}

/* part3 */
.part4{
  width:100%;
  background:#f8f8f8;
  overflow:hidden;
}
.part4_dik{
  position:relative;
  display:flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 10px 0;
}
.part4_left_img{
  flex: 1 1 80%;
}
.part4_right_img{
  flex: 1 1 20%;
  margin-left:10px;
}

.part4_bottom_button{
  flex: 0 0 120px;
  text-align:center;
  height: 40px;
  background:#9e6628;
  color:#fff;
  font-size:18px;
  line-height:40px;
  cursor:pointer;
  border-radius:6px;

}

/* part5 */
.part5{
  background:#f6f6f6;
}
.part5_dik{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.part5_dik_item{
  flex: 0 0 31%;
  background:#fff;
  position:relative;
  cursor:pointer;	
  border:2px solid #cba166;
  margin-bottom: 34px;
}
.part5_dik_item img{
  display:block;
  width:100%;
  transition:all 0.3s linear;
  border:3px solid #fff;
}
.part5_dik_item:hover img{
  transform:scale(1.05,1.05);	
}
.part5_dik_item:hover .part5_dik_item_title{
  transform: scale(1.1, 1.1);
}
.part5_dik_item_title{
  background:#cba166;
  color:#fff;
  position:absolute;
  left:0;
  right:0;
  bottom:-20px;
  margin:auto;
  width:100px;
  height: 40px;
  line-height:40px;
  text-align:center;
  font-size:16px;
  border-radius:20px;
  transition:all 0.1s linear;
}


/* part6 */
.part6{
  background:#fff;
}
.part6_content{
  padding: 0;
}
.part6_dik{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;	
  flex-wrap:nowrap;
}
.part6_list{
  flex: 0 0 49%;
  border:1px solid #ddd;
}
.part7_dik{
  display:flex;
  justify-content: space-between;
  align-items: center;	
  margin-top:24px;
}
.part7_dik_img{
  flex: 0 0 45%;
  margin-right: 40px;
}
.part7_dik_img img{
  display:block;
  width:100%;
}
.part7_dik_content{
  flex: 0 0 50%;
  font-size: 15px;
  color:#666;
  line-height:24px;	
  text-align:left;
  padding-right: 20px;
}
.part7_dik_content_title{
  font-size: 20px;
  color:#2a3341;
  line-height: 34px;	
}
.part7_item_list{
  flex: 0 0 49%;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  text-align:left;
}
.part7_item_list_title{
  width:100%;
  font-size: 16px;
  line-height: 30px;
  color:#000;
}
.part7_item_list_title span{
  display:inline-block;
  color:#999;
  float:right;
}
.part7_item_list_cont{
  width:100%;
  white-space:nowrap;
  line-height: 34px;
  overflow:hidden;
  color:#666;
  text-overflow:ellipsis;
  font-size: 15px;
}


@media screen and (max-width:1200px) {
  .part1_list_dik{
    flex-wrap:wrap;
  }
  .part1_list_phone{flex: 0 0 100%;}
  .part1_list_item span{display:none;}

  .part2_dik_cont{
    flex-wrap:wrap;
  }
  .part2_word{
    flex: 0 0 45%;
  }
  .part2_content{
    flex: 0 0 90%;
    height: 200px;
  }
 
	.part3_dik{
		width: 90%;
		margin: 10px auto;
	}
  .part3_title{
    width:90%;
    position:static;
  }
  .part3_content_item{
    flex: 0 0 100px;
    padding: 5px;
  }
  .part3_content_dik{
    flex-wrap:wrap;
  }
  .part3_left_content{
    padding-top: 10px;
  }
  .part3_left{
    flex: 0 0 100%;
  }
  .part3_right{
    flex: 0 0 100%;
    margin-top: 15px;
  }
  .normal_title_pp{
    font-size:18px;
    line-height:30px;
  }
.part4_dik{
  flex-wrap:wrap;
  align-items:flex-start;
  width:100%;
}
.part4_left_img,
.part4_right_img{
  width: 100%;
  margin:0;
  margin-bottom:10px;
}
  .part4_content{
    flex-wrap:wrap;
  }
  .part4_content_item{
    flex: 0 0 100%;
    margin: 10px 0;
  }
.part4_bottom_button{
  flex: 0 0 80px;
  font-size: 14px;
  height: 30px;
  line-height:30px;
}

.part5_dik{
  flex-wrap:wrap;  
  padding: 10px 30px;
}
.part5_dik_item{
  flex: 0 0 100%;
  margin: 10px 0;
}

.part6_dik{
  flex-wrap:wrap;
}
.part6_list{
  flex: 0 0 100%;
  margin: 5px 0;
}
/* .part6_sort_dik{display:none;} */
.part6_dik_direct{displaY:none;}
.part6_dik_sort{
  margin: 27px 0;
  font-size:12px;
  line-height: 18px;
  padding: 0 5px;
}
.part6_dik_word{
  flex: 0 0 100%;
  height: 75px;
  padding-top:5px;
  white-space: nowrap;
}
.part7{
  clear:both;
}
.part7_dik{
  flex-wrap:wrap;
}
.part7_dik_img{
  flex: 0 0 100%;
  margin-right: 0;
}
.part7_item_list{
  flex: 0 0 96%;
}
.part7_item_list_title{
  width: 100%;
}
.part7_item_list_cont{
  width: 100%;
  white-space: wrap;
  line-height: 18px;
}
.part7_dik_content{
  flex: 0 0 100%;
}
.part7_list_item{
  flex: 0 0 100%;
  padding-right: 0;
}

  .footer_connect_content_title{
    width: 100%;
    height: 40px;
    position:fixed;
    left:0;
    bottom:0;
    z-index: 99;
    background:#f0f0f0;
    text-align:center;
    box-shadow:0 0 4px 3px rgba(0,0,0,0.1);
    background:url(../img/footer/back.jpg) 100% 100% no-repeat;
  }

}


