*{margin: 0;padding: 0}
ul{
	list-style-type: none;
}
a{
    color: #6a3906;
    text-decoration: none
}
a:hover{
	text-decoration: underline;
}
/*tip*/
.box{
	background-color: #6a3906
}
.tip{
	overflow: hidden;
}
.tip a{
	float: right;
	font-size: 14px;
	margin: 10px 15px 0 0;
	color: #f5bb4c;
	text-decoration: none;
}
/*tip end*/
/*banner*/

/*banenr end*/
/*导航*/
header .top{
	position: relative;
}
header .top .logo{
	position: absolute;
	top: 0;
	z-index: 2;
	height: 100%;
	padding: 0 15px;
	font-size: 30px;
	font-weight: bold;
	color: #6A3906;
	background: rgba(242,161,5,0.8);
}
header .top .logo_1{
	margin: 50px 0 30px;
	font-family: '黑体';
}
header .top .logo_2{
	font-size: 16px;
	line-height: 30px;
	margin-left: 150px
}
@media (max-width: 1150px){
	header .top .logo_1{
		margin-top: 50px
	}
}
header .top .logo img{
	vertical-align: middle;
	height: 100px;
	margin-right: 20px;
}
header .top .animate{
	width: 100%;
	height: 400px;
	margin: 10px auto 0;
}
header .top .animate .swiper-slide{
	background: no-repeat center/100%;
}
.nav{
	text-align: center;
	margin-top: 50px;
	width: 100%;
	overflow: visible;
}
.nav ul{
	overflow: hidden;
	margin: 20px 0 0;
	padding: 20px 0;
}
.nav ul li{
	float: left;
	width: 13%;
	margin-left:1%;
	padding: 8px 0;
	cursor: pointer;
	background: -webkit-linear-gradient(#fbc254,#f2a105);
	background: -o-linear-gradient(#fbc254,#f2a105);
	background: -moz-linear-gradient(#fbc254,#f2a105);
	background: linear-gradient(#fbc254,#f2a105);
	color: #6a3906;
	font-weight: bold;
}
.nav ul li:hover{
	transform: scale(1,1.2);
	-ms-transform: scale(1,1.2);
	-webkit-transform: scale(1,1.2);
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
/*导航end*/
/*content*/
.content{
	overflow: hidden;
	font-size: 18px;
	color: #6a3906;
}
.content aside,.content section{
	float: left;
	background-color: #f5bb4c;
}
.content section{
	width: 48%;
	margin: 20px 0
}
/*content end*/
/*公司简介 管理体系*/
.content section .jianjie,.content section .gltx{
	white-space: pre-wrap;
	width: 94%;
	padding: 20px 3%;
	cursor: pointer;
	line-height: 30px;
}
.content section .jianjie:hover,.content section .gltx:hover{
	text-decoration: underline;
}
.details .content section,.lists .content section{
	width: 97%;
	margin: 0 0 10px 1%;
	float: none;
	text-align: center
}
.details .content section nav,.lists .content section nav{
	background-color: #f5bb4c;
	border-bottom: 1px solid;
	padding: 10px 5%;
	text-align: left;
}
.details .content section .title{
	margin: 10px 5%;
	padding: 10px 0;
	border-bottom:2px solid;
}
.details .content section .title .name{
	width: 90%;
	margin: 0 auto;
}
.details .content section .title .font_size{
	text-align: right;
	margin-right: 20%;
	cursor: default;
}
.details .content section .title .font_size span{
	cursor: pointer;
}
.details .content section .white{
	white-space: pre-wrap;
	padding: 20px 10%;
	cursor: default;
	line-height: 3em;
	text-align: left;
}
.lists .content section{
	overflow: hidden;
}
.lists .content section .right,.lists .content section .left{
	float:left;
}
.lists .content section .left{
	width: 15%;
	margin:20px 5%;
}
.lists .content section .left a{
	display: block;
	text-align: center;
	width: 100%;
	background-color: #6a3906;
	color: #f5bb4c;
	margin: 10px 0;
	padding: 10px 0;
}
.lists .content section .right{
	padding: 10px;
	text-align: left;
	width: 70%;
}
.lists .content section .right li{
	border-bottom: 1px dashed #6a3906;
	text-indent: 1em;
	padding: 0 1em;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/list_icon.png) no-repeat left center/20px;
}
.lists .content section .right li:last-child{
	border:none
}
.lists .content section .right li a{
	float: left;
	color: inherit;
	text-decoration: none;
	display: block;
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lists .content section .right li a:hover{
	color: #fff;
}
.lists .content section .right li span{
	float:right;
	font-size: 15px
}
/*公司简介 管理体系 end */
/*content跑马灯*/
.content section .pmd{
	padding: 0 5%
}
.content section .swiper-slide{
	width: 40%;
	margin: 0 5%;
	height: 200px
}
.content section .swiper-slide img{
	height: 100%;
	max-width: 100%;
}
/*content跑马灯 end*/
/*侧边栏*/
.content aside{
	width: 22%;
	margin: 20px 1%;
	padding: 0 1% 50px;
	position: relative;
}
.content aside div{
	margin-top: 20px;
	padding: 5px;
}
.content aside div h2,.content aside div ul{
	background-color: #F5BB4C
}
.content aside div h2{
	font-size: 20px;
	margin-bottom: 5px;
	text-indent: 40px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	position: relative
}
.content aside div h2:after{
	content: '';
	display: block;
	width: 45%;
	border:1px solid #000;
	position: absolute;
	top: 50%;
	right: 10px;
}
.content aside .top h2{
	background: url(../images/new.png) no-repeat left center/30px 30px;
}
.content aside ul{
	padding: 5px;
	border: 2px solid;
}
.content aside .top ul li{
	border-bottom: 1px dashed #6a3906;
	text-indent: 1em;
	padding: 5px 1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	background: url(../images/list_icon.png) no-repeat left center/20px;
}
.content aside .top ul li:hover{
	color: #fff;
	background: url(../images/list_icon_hover.png) no-repeat left center/20px;
}
.content aside .top ul li:last-child{
	border: none
}
.content .newl .bottom h2{
	background: url(../images/zp.png) no-repeat left center/30px 30px;
}
.content .newr .bottom h2{
	background: url(../images/lx.png) no-repeat left center/30px 30px;
}
.content aside .bottom ul li{
	margin: 10px 0;
	word-wrap:break-word;
	word-break:break-all;
}
/*侧边栏end*/
/*版权信息*/
.copy-box{
	width: 100%;
	background-color: #f5bb4c;
}
.copyright{
	width: 40%;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	color: #6a3906;
	font-weight: bold
}
.copyright div{
	float: left;
	width: 45%;
	margin: 5px 0;
}
.copyright .copy-tel{
	text-align: right;
	padding-right: 5%
}
.copyright .copy-fax{
	padding-left: 5%
}
.copyright div.copy-content,.copyright .copy-address{
	width: 100%;
	text-align: center;
}
.copyright div:last-child{
	margin-left: 33%;
}
/*版权信息 end*/
#pages {
	width:100%;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}
#pages a, #pages span {
	padding:5px 10px;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	color: #6a3906;
	float: left;
	margin-right: 10px;
}
#pages span {
	cursor: default;
	padding:5px 10px;
	display: block;
	border:1px solid #6a3906;
	background: #6a3906;
	color: #fff;
}