body{
  background-color: #FCF8F4;
}
.header{
  background-color: #ffffff;
}

/* banner-start */
.bannercontainer{
  position: relative;
  z-index: 1;
}
.bannercontainer div{
  position: absolute;
  top: 40%;
  left: 15%;
}
.bannercontainer div h4{
  font-size: 50px;
  color: #FFFFFF;
  line-height: 70px;
  text-shadow: 0px 4px 0px #B59174;
}
/* banner-end */

.h-title{
	font-size:28px; line-height:38px; margin-bottom:15px; text-align:center; color:black;
}

.h-info{
	color:#777;font-size:12px; text-align:center; margin-bottom:20px;
}

.contents{
	width:1360px; margin:0 auto; max-width:100%; padding:0px 20px; font-size:16px; padding-bottom:50px; min-height:400px;
}

/* content1-start */
#content1{
  padding: 80px 0;
  background-color: #FFFFFF;
}
.contentcontainer{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contentcontainer p{
  font-size: 19px;
  color: rgba(0,0,0,0.8);
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contentcontainer a:hover{
  color: #7B2B26;
}
/* content1-end */


/* content2-start */
#content2{
  padding: 50px 0;
  background-color: #FCF8F4;
  border-radius: 50px 50px 0 0;
  margin-top: -30px;
}
.content2container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content2container h2{
  font-weight: bold;
  font-size: 40px;
  color: #7B2B26;
  line-height: 50px;
  margin-bottom: 30px;
}
.content2container p{
  font-size: 19px;
  color: rgba(0,0,0,0.8);
  line-height: 40px;
  margin-bottom: 30px;
}
.content2container a:hover{
  color: #7B2B26;
}
/* content2-end */


/* 手機端 */
@media screen and (max-width:768px) {
  .bannercontainer{
    margin-top: 0;
  }
  .mobilecontainer{
    background-color: #ffffff;
  }

  .bannercontainer div{
    top: 25%;
    left: 7%;
  }
  .bannercontainer div h4{
    font-size: 20px;
    line-height: 30px;
  }
  #content1{
    padding: 30px 0;
  }
  .contentcontainer p{
    font-size: 16px;
    line-height: 30px;
  }
  #content2{
    padding: 20px 0;
    border-radius: 20px 20px 0 0;
  }
  .content2container h2{
    font-size: 25px;
    line-height: 30px;
  }
  .content2container p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 26px;
  }
  
  
  .h-title{
	font-size:24px; line-height:34px; 
	}
  
  
}