/*内页样式*/
/*关于公司-内页*/
.clearfix{
	clear: both;
}
#main{
	margin-bottom: 2rem;
}
.index_top{
	margin-top: 32px;
}
.am-container{
	width: 1300px;
}
#about-msg {
	background: #48b234;
	margin-bottom: 2rem;
}
#about-msg i {
	margin-right: 5px;
}
#about-msg p {
	color: #FFF;
	font-size: 12px;
	line-height: 40px;
	text-align: right;
}
#about-msg p a {
	color: #FFF;
}
#about-msg p a:after {
	display: inline-block;
	content: ">";
	font-family: "宋体";
	color: #FFF;
	margin: 0 5px;
}
#about-msg p a:last-child:after {
	content: "";
}
#main .main-left{ width: 260px; float: left;}
#main .main-left #main-l-nav h3{ height:65px; color:#FFF; font-size:18px; font-weight:normal; border-radius:10px 10px 0 0; line-height:65px; padding-left:15px; background: #48b234; margin-bottom:0;}
#main .main-left #main-l-nav .main-l-content{ background:#eeeeee; padding:10px 0;}
#main .main-left #main-l-nav .main-l-content .main-l-ul li a{ width:95%; height:60px; display:block; margin:0 auto; line-height:60px; border-bottom:1px solid #636363; color:#7b7b7b; padding-left:15px; font-size:16px;}
#main .main-left #main-l-nav .main-l-content .main-l-ul li a:hover,
#main .main-left #main-l-nav .main-l-content .main-l-ul li a.current{ color:#48b234;}
#main .main-left #main-l-nav .main-l-content .main-l-code{ width:100px; margin:10px auto;}
#main .main-left #main-l-nav .main-l-content .main-l-code img{ width:100%;}
#main .main-left #main-l-nav h4{height:45px; color:#FFF; font-size:16px; font-weight:normal; border-radius: 0 0 10px 10px; line-height:45px; text-align:center; background: #48b234 url(../images/main-icon.png) no-repeat center center; margin-top:0;}


#main .about-right {
	float: right;
	width: 1020px;
}
#main .about-right .about-right-content {
	margin-bottom: 2em;
}
#main .about-right .about-right-content h3 {
	border-bottom: 1px solid #bababa;
	line-height: 30px;
	color: #48b234;
	font-size: 22px;
	padding: 1rem 0;
	margin-bottom: 30px;
}
#main .about-right .about-right-content h3 span {
	border-bottom: 3px solid #48b234;
	line-height: 30px;
	height: 30px;
	padding: 1rem 0;
	letter-spacing: 1px;
}
#main .about-right .about-right-content dd {
	line-height: 25px;
	text-align: justify;
}
/*栏目下拉导航*/
.accordion-list-content {
	margin:0;
    border-top: 1px solid #dedede;
    display: none;
}
.accordion-list-content li {
    margin: 5px 0;
    position: relative;
	font-size:14px;
	color:#000;
	font-weight:bold;
}
.accordion-list-content li:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    background: #767676;
    top: 50%;
    left: 18px;
}

.category-shop-list li a.accordion-link {
    display: inline-block;
    width: 100%;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: relative;
    text-decoration: none;
}
.accordion-link i{
	width: 23px;
	height: 60px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat center center;
	float:right; 
	padding-right: 30px;
}
.accordion-link .i{ transform: rotate(90deg) }
.actives{ color:#8d5124;}
/*新闻中心-内页*/
.news-right-dl .news-date {
	width: 80px;
	height: 80px;
	line-height: 25px;
	color: #48b234;
	border: 1px solid #48b234;
	text-align: center;
	float: left;
	margin-right: 15px;
}
.news-right-dl a {
	color: #4f4e4e;
	display: block;
	margin-bottom: 2em;
}
.news-right-dl dt {
	font-size: 16px;
}
.news-right-dl .news-date p {
	background-color: #48b234;
	color: #FFF;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	margin-bottom: 0;
}
.news-right-dl dd {
	font-size: 14px;
}
.news-right-dl dd span {
	float: right;
	color: #9a9999;
	font-size: 12px;
}
.news-right-dl:hover dt {
	font-size: 16px;
	color: #48b234;
}
/*产品中心*/
.about-right-item{
	width: 25%;
	float: left;
}
#main .about-right .about-right-content .news-pox {
	border: 1px solid #c4c4c4;
	margin: 0 1em 1rem 0;
}
#main .about-right .about-right-content .news-pox .news-img {
	padding: 5px;
}
#main .about-right .about-right-content .news-pox .news-img a {
	display: block;
	overflow: hidden;
}
#main .about-right .about-right-content .news-pox .news-img img {
	width: 100%;
	transition: all .5s ease-in-out;
}
#main .about-right .about-right-content .news-pox p {
	text-align: center;
	color: #353434;
	font-size: 16px;
	padding: 5px 0;
	margin: 0;
	border-top: 1px solid #c4c4c4;
}
#main .about-right .about-right-content .news-pox:hover {
	border: 1px solid #48b234;
}
#main .about-right .about-right-content .news-pox:hover p {
	background: #48b234;
	border-top: 1px solid #48b234;
	color: #FFF;
}
#main .about-right .about-right-content .news-pox:hover .news-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}