.content .main-title{
	margin: 5%;
	text-align: center;
    font-size: 1.2em;
	letter-spacing: .2em;
}
.content .main-description{
	text-align: center;
    margin: 5%;
    line-height: 2em;
}

.content .first{
	width: 80%;
	margin:5% auto;
	display: flex;
	justify-content: space-between;
}
.first .item{
	position: relative;
	width: 50%;
}
.first .text-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 80%;
  text-align: center;
}
.text-inner p{
	line-height: 2em;
}
.text-inner .gold-title{
	color: #c88c0e;
}
.content .second{
	width: 90%;
    padding: 5%;
    margin-right: 0%;
    background: #f9f9f9;
	margin-right: 0%;
	display: flex;
	justify-content: space-between;
}
.second .left{
	width: 50%;
    text-align: center;
}
.second .left .gold-title{
	color: #c88c0e;
}
.second .left p{
	line-height: 2em;
}
.second .left .description{
	 
    margin: 0 auto;
    line-height: 2em;
}
.second .left img{
	width: 100%;
    display: block;
    margin-top: 10%;
}
.second .right{
	width: 60%;
}
.second .right img{
	width: 90%;
	margin-top: 15%;
	margin-left: 10%;
}
.content .four-clm-inner{
	width: 80%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.content .four-clm-inner .item{
	width: 20%;
}
.content .four-clm-inner .item img{
	width: 100%;
}
.third{
	text-align: center;
    padding: 5%;
}
.third .gold-title{
	color: #c88c0e;
}
.third .description{
	width: 35%;
    margin: 3% auto;
    line-height: 2em;
}
@media screen and (max-width: 768px) {
	.content .first {
    width: 90%;
    margin: 5% auto;
    display: block;
    justify-content: space-between;
}
.content .second {
    width: 100%;
    margin: 5% auto;
    display: block;
    justify-content: space-between;
}
.content .third {
    width: 90%;
    margin: 5% auto;
    display: block;
    justify-content: space-between;
}
.content .four-clm-inner {
    width: 90%;
    flex-wrap: wrap;
    }
    .content .four-clm-inner .item {
    width: 48%;
    margin-bottom: 4%;
}
.third .description {
    width: 80%;
    font-size: .9em;
    }
  
 .second .left {
    width: 100%;
    text-align: center;
}
.second .right{
	width: 100%;
    text-align: center;
}
.first .item{
	position: relative;
	width: 100%;
}
.first .text-inner {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    -webkit- transform: initial;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.second .text-inner {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    -webkit- transform: initial;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}


.content .four-clm-inner {
    width: 100%;
    flex-wrap: wrap;
}
.first .text-inner {
    width: 100%;
}
.second .two-clm-inner{
	display: flex;
}

.two-clm-inner .item .description{
	width: 90%;
    margin: 0 auto;
    font-size: .8em;
    line-height: 2em;
    text-align: center;
}
.content .main-title {
    margin: 5%;
    width: 80%;
    line-height: 2em;
    margin: 5% auto;
    font-size: .8em;
    }

    .content .main-description {
    font-size: .8em;
}
.two-clm-inner p{
	font-size: .8em;
    width: 80%;
    line-height: 2em;
    text-align: center;
    margin: 5% auto;
}
.second {
	width: 100%;
}
.second .text-inner {
	width: 100%;
}
.content .first{
    padding-top: 5%;
    padding-bottom: 5%;
}
.content .second {
    padding: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.content .third{
    padding-top: 5%;
    padding-bottom: 5%;
}

}




