.about-banner {
	max-width:1920px;
	margin:0 auto;
}
/*版块标题*/
.about-tit {
    padding:10px 0;
    text-align: center;
}
.about-tit .p1 {
    font-size: 30px;
    color: #000;
    padding: 0 10px;
    line-height: 55px;
}
.about-tit .p2 {
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 2px;
    color: #c9c9c9;
    line-height: 30px;
    height: 30px;
	font-family: 'Futura';
}
/*品牌简介*/
.about {
	padding-top:20px;
}
.about .about-list {
    margin: 50px 0 40px;
    overflow: hidden;
}
.about .about-list ul {
    text-align: center;
}
.about .about-list ul li {
	display:inline-block;
    margin: 0 0px;
    width: 160px;
    text-align: center;
}
.about .about-list .pic {
    padding:10px 0;
	font-size:50px;
	color: #292929;
	font-family: 'Futura';
}
.about .about-list .txt {
    font-size: 13px;
    color: #666;
	margin-top: 5px;
}
.about .about-list .txt span {
}
.about .about-txt {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: center;
}
.about .about-txt p {
    margin-top: 10px;
}
.about .about-btn ul {
    text-align: center;
    margin: 50px 0 100px;
}
.about .about-btn ul li {
    display: inline-block;
    margin: 0 10px;
    width: 100px;
    font-size: 0;
    height: 40px;
}
.about .about-btn ul li a {
    display: block;
    border: 1px solid #999;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border-radius: 20px;
    color: #666;
}


/*光辉历程*/
.history {
    padding:30px 0;
    background:#2e3438;
}
.history .about-tit .p1 {
    color: #fff;
}
.history .about-tit .p2 {
    color: #c9c9c9;
}
.history .course_box {
	display:none;
    padding:40px 80px;
    margin:20px 0;
	background:#fff;
    overflow:hidden;
	box-shadow: 1px 1px 10px rgba(82,82,82,0.15);
}
.history div:nth-of-type(2) {
    display:block;
}
.history .course_box .pic {
    width:40%;
}
.history .course_box .pic img {
    width:346px;
    height:235px;
}
.history .course_box .txt {
    width:55%;
}
.history .course_box .txt h3 {
    font-size: 30px;
    color: #000;
	font-family: 'Futura';
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
.history .course_box .txt p {
    font-size:14px;
	color: #3a3a3a;
    background: url(../images/history-icon.jpg) no-repeat 0 10px;
    padding:0 0 10px 15px;
}
.yearNav {
    width: 100%;
    background: url(../images/course_icon_1.png) no-repeat center top;
    padding: 19px 0 30px 0;
    overflow: hidden;
    position: relative;
}
.yearNav a.Prev {
    position: absolute;
    left: 30px;
    top: 33px;
    width: 26px;
    height: 26px;
    background: url(../images/left.png) no-repeat center center/26px;;
}
.yearNav a.Next {
    position: absolute;
    right: 30px;
    top: 33px;
    width: 26px;
    height: 26px;
    background: url(../images/right.png) no-repeat center center/26px;;
}
.yearNav .bd_box {
    width: 1072px;
    padding-left: 88px;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}
.yearNav .bd_box ul li {
    float: left;
    width: 134px;
    font-size: 20px;
	color: #f6f6f6;
	font-family: 'Futura';
    height: 58px;
    line-height: 58px;
    cursor:pointer;
}
.yearNav .bd_box ul .on{
    font-size: 20px;
    color: #fff;
	position: relative;
}
.yearNav .bd_box ul .on:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

/*品牌文化*/
.culture-idea {
	padding:50px 0;
}
.culture-idea ul {
	margin-top:30px;
}
.culture-idea ul li{
    float:left;
    width:23.5%;
    padding: 40px 10px;
    margin:0.75%;
    border: 1px solid #dedede;
    box-sizing: border-box;
    text-align: center;
}

.culture-idea ul li i {
    display:inline-block;
    width:100px;
    height:100px;
    overflow:hidden;
}
.culture-idea ul li img {
    max-width: 64px !important;
    -webkit-transition: all 1s ease;
}

.culture-idea ul li h3 {
    font-size: 20px;
    color:#000;
    margin-bottom: 30px;
    text-align: center;
}

.culture-idea ul li span {
    display: block;
    margin:25px auto;
    width: 15%;
    border: 1px solid #fff;
    -webkit-transition: all 1s ease;
}

.culture-idea ul li:hover span {
    width: 35%;
}

.culture-idea ul li p {
    font-size: 14px;
    color: #3a3a3a;
    margin-bottom: 0;
    line-height: 1.75;
    min-height: 60px;
}

.culture-idea ul li:hover {
    background:#fff;
}

.culture-idea h5 {
	font-size:18px;
	color:#333;
	margin:20px 0 10px 0;
	padding-left:30px;
	position: relative;
}
.culture-idea h5:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #d1292e;
    transition: all 0.3s;
}

/*品牌展厅*/
.store {
	height: 830px;
    background: url(../images/store-bg.jpg) no-repeat top center/cover;
}
.store .about-tit {
    padding:50px 0;
    text-align: center;
}
.store .about-tit .p1 {
    color: #fff;
}
.store .about-tit .p2 {
    color: #c9c9c9;
}
.store .more a {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin:40px auto 0;
    text-align: center;
    color: #3a3a3a;
    background: #fff;
}
#main {overflow: hidden; zoom: 1; position: relative; }
#index_b_hero { width: 960px; height: 520px; margin: auto; position: relative; }
#index_b_hero img { width: 920px; height: 520px; margin:0 auto;}
#index_b_hero .heros { width: 960px; height: 520px; }
#index_b_hero .hero-wrap { overflow: visible; position: absolute; }
#index_b_hero .next, #index_b_hero .prev { position: absolute; top: 50%; margin-top: -25px; margin-left: -15px; background-color:none; z-index: 3; }
#index_b_hero .next { margin: -25px -15px 0 0; right: 0; }
#index_b_hero .disabled { background-color: #eee; }
#index_b_hero .mask-left, #index_b_hero .mask-right, #index_b_hero .hero {z-index: 1; position: absolute; top: 0; left: 0; width: 920px; padding:0 20px; height: 520px; overflow: hidden; left: 1920px; }
#index_b_hero .mask-right, #index_b_hero .mask-left { z-index: 4; left: -960px; filter: alpha(Opacity=50); opacity: .5; background: #000; overflow: hidden; }
#index_b_hero .mask-left,#index_b_hero .mask-right { width: 900px; }
#index_b_hero .mask-right { left: 980px; }
#index_b_hero .active { z-index: 2; left: 0; }
.icon-arrow-a-left { background:url(../images/hero-left-arr.png) no-repeat scroll center center; height: 50px; width: 30px;}
.icon-arrow-a-right { background:url(../images/hero-right-arr.png) no-repeat scroll center center; height: 50px; width: 30px; }
.hero {position:relative;}
.hero_kuang {position:absolute; left:40px; top:40px; width:838px; height:438px; border: 1px solid #fff;}


/*品牌荣誉*/
.honor {
    padding:30px 0;
	background: url(../images/about-honor-bg.jpg) no-repeat top center;
}
.honor .poster-main {
	 margin:50px auto;
}
/*品牌荣誉-旋转木马样式*/
.poster-main{
    position: relative;
    margin: 0 auto;
}
.poster-main .poster-list .poster-item{
    position: absolute;
    left: 0;
    top: 0;
}
.poster-main .poster-list .poster-item img{
	width:100%;
}
.poster-main .poster-list li {
	 text-align:center;
}
.poster-main .poster-list li a {
	 font-size:14px;
	 color:#fff;
}
.poster-main .poster-btn{
    position: absolute;
    top: 0;
    cursor: pointer;
}
.poster-main .poster-prev-btn{
    left: 0;
    background: url("../images/btn_left.png") no-repeat center center;
}
.poster-main .poster-next-btn{
    right: 0;
    background: url("../images/btn_right.png") no-repeat center center;
}
.honor .more a {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin:0 auto;
    text-align: center;
    color: #3a3a3a;
    border: 1px solid #999;
}

/*4个价值*/
.culture {
    padding:50px 0;
}
.culture ul {}
.culture ul li {
    float:left;
    width:25%;
    position: relative;
}
.culture ul li .pic {
}
.culture ul li .pic img {
    width:100%;
}
.culture ul li .item {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    z-index: 1;
    padding: 20% 40px 0 40px;
    transition: all 0.3s;
}
.culture ul li .item h3 {
    font-size: 18px;
    color:#fff;
    text-align: center;
    margin-bottom: 10px;
}
.culture ul li .item h4 {
    font-size: 16px;
    color:#fff;
    text-align: center;
}