.about-banner {position:relative;width:100%;height:550px;color:#fff;text-align:center;background:url(../images/about-banner.jpg) no-repeat center;background-size:cover;*background-attachment:fixed;}
.about-banner .item{ position:absolute; left:0; top:50%; right:0; margin:-80px auto;}
.about-banner .item .p1{ font-size:80px;line-height: 100px;}
.about-banner .item .p2{ font-size:30px;}
.about-banner .bottom{ position:absolute; bottom:5%; left:0; right:0; text-align:center; margin:0 auto;}
.none-banner {height:121px;}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.about-banner {height:300px;}
.about-banner .item .p1{ font-size:40px;}
.about-banner .item .p2{ font-size:16px;}
.none-banner {height:70px;}
}



/*当前位置样式*/
.position {
    color: #666;
    font-size: 14px;
	background: #f6f6f6;

}
.position .position-link {
    min-width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 13px 0 35px;
}
.position .position-link a:hover,.position .position-link a:last-child {
    color:#ee0718;
}
.position .position-nav {
    min-width:200px;
}
.position ul li {
    float: left;
    padding-left: 30px;
    height: 75px;
    display: block;
}
.position ul .cur a{
     color: #ee0718;
     border-bottom: 3px solid #e60012;
 }
.position ul li a {
    display: block;
    height: 72px;
    line-height: 69px;
    float: none;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    border-bottom: 3px solid #f7f7f7;
}

.position-title {
    width:100%;
    padding:4% 0;
}
.position-title p {
    text-align:center;
}
.position-title .en {
    font-size: 24px;
    padding-bottom: 10px;
}
.position-title .cn {
    font-size: 20px;
}
@media screen and (max-width:1320px){}

@media screen and (max-width:1178px){}

@media screen and (max-width:800px){
.position .position-nav {display: none;}
}


.title{ margin:1% 0 2% 0; overflow:hidden;}
.title em{ font-size:18px; border:solid 2px #cfcfcf; margin-top:10px;margin-left: 10px;text-align:center; width:100%; font-style:normal;max-width: 150px;line-height: 40px;}
.title em a{font-size: 14px; color:#464646;}
.title .cur,.title em:hover {background:#df2228;border: solid 2px #df2228;}
.title .cur a,.title em:hover a {color:#fff;}

/*以下代码是自适应样式*/

@media screen and (max-width:1320px){}

@media screen and (max-width:1178px){}

@media screen and (max-width:800px){

.title font {width:100%;}
.title em {font-size: 12px;float:left;max-width: 100px;line-height: 32px;border:solid 1px #cfcfcf;}
.title .cur, .title em:hover {border: solid 1px #ee0718;}
}

/*分页页码*/
.page {
    padding:30px 0px;
    text-align:center;
    overflow:hidden;
}
.page  li {
    display:inline-block;
    font-size:14px;
    line-height:30px;
    height:30px;
    margin:0 2px;
    padding:0 12px;
    text-align:center;
    color:#333;
    border:1px solid #dedede;
    background:#fff;
}
.page li:hover {
    text-decoration:none;
}
.page li.active {
    line-height:30px;
    padding:0 12px;
    text-align:center;
    margin-left:2px;
    background:#ee0718;
    border:1px solid #ee0718;
}
.page li.active a {
    font-size: 12px;
    color:#fff;
}
/*分页页码 end*/


/*公共文章内容样式*/
.content {
    padding: 0% 0;
}
.content p {
	font-size:14px;
	color:#666;
	padding:10px 0;
	text-indent:2em;
}
.content img {height:auto !important;}


/*公共文章内容样式-栏目标题*/
.content h1 {
	font-size: 26px;
	color:#ee0718;
	padding-left:20px;
	position: relative;
}
.content h1:after {
    content: "";
    position: absolute;
    left:0px;
    top: 6px;
    width: 4px;
    height: 19px;
    background: #ee0718;
    transition: all 0.3s;
}
.content h6 {
	font-size: 16px;
    padding: 16px 0 30px 20px;
}

/*公共文章内容样式-万喜简介*/
.content .about {
	padding: 16px 0 30px 0;
}

/*公共文章内容样式-发展历程*/
.content .history {
	padding: 16px 0 30px 0;
}
.content .history ul li {
	padding:10px 0;
}
.content .history ul li h3 {
	font-size:20px;
	color:#777171;
	padding-left:30px;
	position: relative;
}
.content .history ul li h3:after {
    content: "";
    position: absolute;
    left:10px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #df2228;
    transition: all 0.3s;
}
.content .history ul li p {
	font-size:15px;
	color:#3a3a3a;
	line-height:1.8;
	text-indent: 0;
	padding:10px;
}

/*公共文章内容样式-品牌定位*/
.content .address {
	padding: 16px 0 30px 0;
}
.content .address p {
	padding: 16px 0 30px 0;
}

/*公共文章内容样式-品牌定位*/
.content .culture {
	padding: 16px 0 30px 0;
}
.content .culture p {
	padding: 16px 0 30px 0;
}
.content .culture .tab {
	margin:5% 0;

}
.content .culture .tab ul {
	overflow:hidden;
}
.content .culture .tab li {
	float:left;
	width:23%;
	margin:1%;
	padding:5% 2%;
	border: solid 1px #d9d9d9;
	text-align:center;
}
.content .culture .tab li h2{
	font-size:18px;
	color:#000;
}
.content .culture .tab li p{
	text-indent: 0em;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.content .culture .tab li {
	width:48%;
	padding:5% 0%;
}
}

