
/*板块标题*/
.home-title {}
.home-title h6 {
    font-size: 30px;
    color:#ce7923;
        letter-spacing: 0;
    text-transform: uppercase;
}
.home-title h3 {
    font-size: 30px;
    color:#000;
    margin:20px 0 0 0;
}
.go a {
    display: block;
    width: 125px;
    height: 40px;
    margin: 5% 0 0;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border: 1px solid #dedede;
    box-shadow: 0 10px 6px 0 rgb(196 148 105 / 5%);
}
.go a:hover,
.go a.active{
    color: #fff;
    background-image: -webkit-linear-gradient(bottom,#d5a275,#000);
    border: 1px solid #000;
    box-shadow: 0 10px 6px 0 rgb(196 148 105 / 20%);
}
    
@media screen and (max-width:1024px){
.home-title {}
.home-title h6 {
    font-size: 18px;
}
.home-title h3 {
    font-size: 18px;
    margin:10px 0 0 0;
}
.go a {
    display: block;
    width: 100px;
    height: 36px;
    margin: 5% 0 0;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
}   
}
/*板块标题 end*/

/*关于品牌*/
.home-about {
    position:relative;
	    display: inline-block;
    padding:5% 0;
    background: url(../images/about-bg.png) no-repeat top center/cover;
}
.home-about .about-item .word {
    float:left;
    width:50%;
    z-index: 1;
}
.home-about .about-item .content {
    margin:5% 0;
}
.home-about .about-item .content .tit {
    margin:10% 0 5% 0;
}
.home-about .about-item .content .tit h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin:0 0 40px 0;
}
.home-about .about-item .content .tit p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.home-about .about-item .content .tit p span {
    display:block;
}


.home-about .about-item .content .number {}
.home-about .about-item .content .number ul {
    overflow:hidden;
    max-width:600px;
}
.home-about .about-item .content .number ul li {
    float:left;
    width:33%;
    padding:0 0 8% 0;
}
.home-about .about-item .content .number ul li h3 {
}
.home-about .about-item .content .number ul li h3 strong {
    padding:0 5px;
    font-size: 36px;
    color: #000;
    letter-spacing: 0;
    font-family: 'Geometr';
}
.home-about .about-item .content .number ul li h3 span{
    font-size: 18px;
    color: #666;
	    display: contents;
    font-family: "Futura-Light";
}
.home-about .about-item .content .number ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}

.home-about .photo {
    position: absolute;
    top: 10%;
    right:0;
    width:60%;
    z-index: 0;
}
.home-about .photo img {
    width:100%;
}
@media screen and (max-width:1024px){
.home-about {
    padding:15% 0;
}
.home-about .about-item .word {
    width:100%;
}
.home-about .about-item .content {
    margin:5% 0;
}
.home-about .about-item .content .tit {
    margin:10% 0 5% 0;
}
.home-about .about-item .content .tit h2 {
    font-size: 20px;
    margin:0 0 20px 0;
}
.home-about .about-item .content .tit p {
    font-size: 14px;
}
.home-about .about-item .content .tit p span {
    display:inline;
}


.home-about .about-item .content .number {}
.home-about .about-item .content .number ul {
    max-width:600px;
}
.home-about .about-item .content .number ul li {
    width:50%;
    padding:8%;
}
.home-about .about-item .content .number ul li h3 {
}
.home-about .about-item .content .number ul li h3 strong {
    padding:0 5px;
    font-size: 24px;
}
.home-about .about-item .content .number ul li h3 span{
    font-size: 16px;
}
.home-about .about-item .content .number ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}

.home-about .photo {
    position: revert;
    width:100%;
}
.home-about .photo img {
    width:100%;
}
}
/*关于品牌 end*/
