/*公共样式*/
.fl{
	float: left;
}
.fr{
	float: right;
}
/* @font-face{
		font-family:'icomoon';
		src:url('../fonts/icomoon.eot?7kkyc2');
		src:url(../fonts/icomoon.eot?7kkyc2#iefix) format('embedded-opentype'),
		url('../fonts/icomoon.ttf?7kkyc2') format('truetype'),
		url('../fonts/icomoon.woff?7kkyc2') format('woff'),
		url('../fonts/icomoon.svg?7kkyc2#icomoon') format('svg');
		font-weight:normal;
		font-style: normal;
	}
		.icomoon {
			font-family: 'icomoon';
			font-size: 15px;
			line-height: 31px;

		} */
		@font-face {
			font-family: 'iconfont';
			src: url('iconfont.woff2?t=1677261781934') format('woff2'),
				url('iconfont.woff?t=1677261781934') format('woff'),
				url('iconfont.ttf?t=1677261781934') format('truetype');
		}
			.iconfont {
			font-family: "iconfont" !important;
			font-size: 24px!important;
			font-style: normal;
			width:100%;
			height: 100%;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}


/*版心*/
.w{
	width: 1200px;
	margin:0 auto;
}
.style-red{
	color: red;
}
.spacer{
	width: 1px;
	height: 15px;
	background-color: #666;
	margin:9px 12px 0;
}
/*顶部快捷导航*/
.shortcut{
	height: 31px;
	background-color: #f1f1f1;
	line-height: 31px;
}
.shortcut li{
	float: left;
}

/*header*/
.header{
	position: relative;
	height:105px;
}
.logo {
	position: absolute;
	top: 3px;
	left: 4px;
	background-image: url(../img/mingche.jpg);
	background-size: 100% 100%;
	width: 100px;
	height: 100px;
}
.logo a{
	display: block;
	width: 175px;
	height: 56px;
	/*background-image: url(../img/aigou.png);
	/*text-indent: -999px;
	overflow: hidden;*/
	font-size: 0;
}
.search{
	position: absolute;
	top: 25px;
	left: 348px;
	background-color: red;
}
.text{
	float: left;
	width: 445px;
	height: 32px;
	border: 2px solid #b1191a;
	padding-left: 10px;
	color: #ccc;
}
.btn{
	float: left;
	width: 82px;
	height: 36px;
	background-color: #b1101a;
	border:0;
	font-size: 16px;
	color:#fff;
}
.hotwords{
	position: absolute;
	top: 65px;
	left: 348px;
}
.hotwords a{
	margin:0 7px;
}
.shopcar{
	position: absolute;
	right: 64px;
	top:25px;
	width: 138px;
	height: 54px;
	border: 1px solid #dfdfdf;
	background-color: #f7f7f7;
	line-height: 54px;
	font-size: 18px;
	border-radius: 3px;
	cursor: pointer;
}
.arrow{
	font-family: 'icomoon';
	font-size: 18px;
}
.car{
	font-family: 'icomoon';
	margin:0 6px;
	color: #de5555;
}
.count{
	position: absolute;;
	top: -8px;
	left: 115px;
	height: 15px;
	padding: 3px;
	line-height: 15px;
	background-color: red;
	color: #fff;
	border-radius: 50% 50% 50% 0;
}

/*nav start*/
.nav{
	height: 45px;
	border-bottom: 2px solid #b1191a;
}
.dropdown{
	width: 209px;
	height: 45px;
	background-color: pink;
}
.dropdown .dt{
	height: 100%;
	background-color: #b1191a;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	text-align: center;
}
.dropdown .dd{
	height: 465px;
	background-color: #c81623;
	margin-top: 2px;
	overflow: hidden;
}
.menu_items{
	height: 31px;
	line-height: 31px;
	margin-left: 1px;
	padding:0 10px;
	transition: all .5s;
}
.menu_items:hover{
	margin-left: 8px;
	background-color: #fff;
}
.menu_items:hover a{
	color:  #c81623;
}
.menu_items a{
	font-size: 16px;
	color: #fff;
}
.menu_items a:hover{
	color:black;
}
.menu_items span{
	float: right;
	font-family: 'icomoon';
	font-size: 17px;
	color: #fff;
}
/*navitems*/
.navitems{
	margin-left: 10px;
}
.navitems li{
	float: left;
}
.navitems li a{
	display: block;
	height: 45px;
	padding: 0 20px;
	font-size: 20px;
	line-height: 45px;
}
/*footer*/
.footer{
	height: 416px;
	background-color: #f5f5f5;
	padding-top: 30px;
}
.mod_service{
	height: 79px;
	border-bottom: 1px solid #ccc;
}
.mod_service li{
	float: left;
	width: 240px;
	height: 79px;
}
.mod_service_icon{
	float: left;
	width: 50px;
	height: 50px;
	font-size: 50px!important;
	background:url(../img/true.jpg);
	margin-left: 35px;
}
.mod_service_tit{
	float: left;
	margin:5px 10px;
}
/*mod_help*/
.mod_help{
	height: 187px;
	border-bottom: 1px solid #ccc;

}
.mod_help_item{
	float: left;
	width: 150px;
	padding: 20px  0 0 50px;
}
.mod_help dt{
	height: 25px;
	font-size: 19px;
}
.mod_help dd{
	height: 22px;
}
.mod_help_app dt{
	margin:0 0 8px 10px;
}
.mod_help_app p{
	text-indent: 8px;
}
.mod_help_img img{
	width: 95px;
	height: 95px;
}
/*mod_copyright*/
.mod_copyright{
	padding:15px 0;
	text-align: center;

}
.mod_copyright_info{
	line-height: 25px;
}
