﻿
/* 内页样式 */
.box{
	min-width: 1280px;
	max-width: 1920px;
    /* height: 100%; */
    position: relative;
  }

.top_menu{
	position: fixed;
	width: 100%;
	height: 120px;
	background: #fff;
	z-index: 6;
}



/* 第一板块 */
.page01{
    /* float: left; */
    width: 100%;
    /* height: 1250px; */
    overflow: hidden;
    /* background: #161515; */
}
 .page01_main{
   float: left;
    margin-top: 150px;
    min-height:600px;
    /* background:rosybrown; */
	width: 100%;
    overflow: hidden;
    z-index: 2; 
}

  
  .num01{
      float: left;
      width:245px ;
      margin-top: 12px;
      height: 200px;
      text-align: right;

  }
  .num01 img{
    float: right;
}

  .bt{
      float: left;
      width: 100%;
      color: #2E2E2E;
      margin-bottom: 50px;
  }
  h1{
       font-weight: 400; 
  }
  
  
  .bt h1{
      float: left;
      margin-top: 0px;
      height: 60px;
      width: 100%;
      text-align:left;
      font-size: 50px;
      overflow: hidden;
  }
  .bt h3{
    float: left;
    margin-top: 5px;
    /* width: 100%; */
    height: 25px;
    font-family: "Times New Roman";
    font-size: 25px;
    color: #a79e7c;
    font-weight: 100;
}
  .page01_nr{
      float: left;
	  margin-left: 5.9%;
      width: 50%;
      /* min-height: 820px; */
      text-align: left;
      margin-bottom: 50px;
  }
 
.page01_nr ul{
	float: left;
	width: 105%;
}
.page01_nr ul li{
	float: left;
}


 

  /*第四pa*/
  .page04{
      float: left;
      width: 100%;
      background: #F2F2EF;
      padding-bottom: 50px;
  }
  .page04_nr{
      margin: 0  auto;
      width: 75%;
      margin-top: 20px;
      height: auto;
      padding-top: 35px;
      overflow: hidden;
  }
  .page04_left{
      float: left;
      margin-left: 80px;
      color: #77736E;
   
  }
  .page04_nr_nr{
      margin-top: 15px;
  }
  
  .page04_right{
      float: right;
  }
  
  