@charset "utf-8";
body {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bj.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
p,a,ul,li,h1,h2,h3,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}

a:link,a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover,a:active {
	color: #A50603;
	text-decoration: none;
}
#pagebody {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
}#head {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_bj.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#proshow {
	background-image: url(../images/pro_bj.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 125px;
}
#mainbox {
	width: 763px;
	float: right;
	margin-top: 30px;
}
#company {
	width: 700px;
	background-image: url(../images/img2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#companymain {
	line-height: 24px;
	width: 400px;
	margin-top: 30px;
	margin-left: 300px;
}
#carmain {
	width: 600px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}



#contact {
}
#message {
	background-color: #F6F3EB;
}
.color {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F3EB;
}
.zp {
	line-height: 30px;
	border: 1px solid #E3E3E3;
	width: 600px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}


#messagemain {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#messagemain input,textarea {
	border: 1px solid #E6E3D9;
}



#product {
	width: 700px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}
#product dl {
	width: 200px;
	height: 180px;
	margin-right: 25px;
	float: left;
	margin-bottom: 20px;
}
#product dt {
	height: 150px;
	width: 200px;
	border: 1px solid #DCDECB;
	padding: 3px;
	overflow:hidden;
}
#product dd {
	width: 200px;
	text-align: center;
	line-height: 24px;
}

#product h1{
	font-size:14px;
	font-family:"宋体";
	text-align: center;
	padding-top: 10px;
}
#product h2{
	padding-top:15px;
	font-size:12px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	padding-left: 10px;
}


#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	color: #A7A7A7;
	margin-top: 30px;
}
#footer a{
	color: #A7A7A7;
}

.show {
	border: 1px solid #DCDECB;
	padding: 2px;
	float: left;
}

.box {
	float: left;
	margin-left: 45px;
	margin-top: 20px;
}
.span {
	margin-bottom: 5px;
}
.red {
	color: #FF0000;
}
.tips {
	color: #A7A7A7;
}


.clson{background:url(../images/l_1a.jpg) no-repeat !important; color:#FFFFFF !important;}
#nav {
	display: flex;
	margin-bottom: 15px;
}
#nav .left{
	flex: 0 0 300px;
	margin-right:50px;
}
#nav .right{
	flex: 1;
	display: flex;
	align-items: center;
}
#nav .right ul {
	display: flex;
}
#nav .right ul li{
	color: #010101;
	font-size: 14px;
	margin-right: 35px;
}
#nav .right ul li:hover{
	color: #FF0000;
}

.banner {
	display: flex;
	width: 1003px;
	overflow: hidden;
}
.banner .left{
	flex: 0 0 300px;
	display: flex;
	flex-direction: column;
}
.banner .left .img{
	width: 298px;
	height: 175px;
	display: block;
	margin-bottom: 2px;
}
.banner .left .des{
	width: 298px;
	padding:27px ;
	background-color: #a50603;
	color: #fff;
	font-size: 12px;
	word-break: break-all;
	flex: 1;
}
.banner .right{
	flex: 1;
	position: relative;
	height: 216px;
	width: 100%;

}
.banner .right li{
	display: none;
	width: 100%;
	height: 100%;
}
.banner .right li.choose{
	display: block
}
.banner .right img{
	/* height:216px;
	display:; */
}

@keyframes move{
	0%{
		left: -500px;
	}
	100%{
		left: 80px;
	}
}
.banner .content{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.banner .row {
	width: 100%;
	height: 100%;
	position: relative;
}
.banner .col {
	position: absolute;
	width: 20%;
	height: 100%;
	display: inline-block;

}