 
.container>.nav>.nav-middle>ul>a:nth-child(2){
  box-sizing: border-box;
  border-bottom: 5px solid #BE956A;
}
.container>.main>.main-right{
	background: #FAFAFA; 
}
.container>.main>.main-left>h1{
  font-size: 30px;
  color: #BE956A;
  font-weight: normal;
}
.container>.main>.main-left>div>span{
  font-size: 20px;
  color: #BE956A;
  font-weight: normal;
}
.container>.main>.main-left>h2{
  font-size: 24px;
  color: #BE956A;
  font-weight: normal;
}
.container>.main>.main-right>.main-right-top{
  width: 100%;
  height: 510px;
  margin-bottom: 5px;
}
.container>.main>.main-right>.main-right-top>img{
  width: 100%;
  height: 100%;
}
.container>.main>.main-right>.main-right-bottom{
  width: 100%;
  height: 247px;
  background: #314460;
}
