/* 声名字体图标 这里注意路径 */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?sucuqg');
  src:  url('../fonts/icomoon.eot?sucuqg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?sucuqg') format('truetype'),
    url('../fonts/icomoon.woff?sucuqg') format('woff'),
    url('../fonts/icomoon.svg?sucuqg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* 版心 */
.w{
	width: 1200px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.style_red{
	color: #cb1623;
}
/* 快捷导航栏 */
.shortcut{
	height: 31px;
	background-color: #f1f1f1;
	line-height: 31px;
	color: #666666;
}
.shortcut ul li{
	float: left;
}
.shortcut .fr ul li:nth-child(even) {
	width: 1px;
	height: 12px;
	background-color: #666;
	margin: 9px 15px 0;
}
.arrow-icon::after{
	content: '\ea43';
	font-family: 'icomoon';
	margin-left: 6px;
}
/* 头部制作 */
.header{
	position: relative;
	height: 105px;
	background-color: #FFFFFF;
}
.logo{
	position: absolute;
	top: 23px;
	width: 175px;
	height: 61px;
	background-color: #fff;
}
.logo a{
	display: block;
	width: 175px;
	height: 61px;
	background: url(../images/logo.png) no-repeat;
	font-size: 0;
}
.search{
	position: absolute;
	top: 25px;
	left: 346px;
	width: 538px;
	height: 36px;
	border: 2px solid #b1191a;
}
.search input{
	float: left;
	width: 454px;
	height: 32px;
	padding-left: 10px;
}
.search button{
	float: left;
	width: 80px;
	height: 32px;
	background-color: #B1191A;
	font-size: 16px;
	color: #fff;
}
.hotwords{
	position: absolute;
	float: left;
	top: 65px;
	left: 346px;
}
.hotwords a{
	padding: 0 10px;
}
.shopcar{
	position: absolute;
	top: 25px;
	right: 60px;
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #dfdfdf;
	background-color: #f7f7f7;
}

.shopcar::before{
	content: '\e93a';
	font-family: 'icomoon';
	margin-right: 5px;
	color: #B1191A;
}
.shopcar::after{
	content: '\ea42';
	font-family: 'icomoon';
	margin-left: 10px;
}
.shopcar i{
	position: absolute;
	top: -5px;
	left: 100px;
	line-height: 14px;
	height: 14px;
	background-color: #C81623;
	color: #FFFFFF;
	padding: 0 5px;
	border-radius: 7px 7px 7px 0;
}
.shopcar i marquee{
	behavior:slide;
}
.nav{
	width: 100%;
	height: 47px;
	border-bottom: 2px solid #B1191A;
}
.nav .dropdown{
	width: 215px;
	height: 45px;
	background-color: #B1191A;
}
.dropdown .dt{
	width: 100%;
	height: 100%;
	background-color: #B1191A;
	text-align: center;
	line-height: 47px;
	font-size: 16px;
	color: #FFFFFF;
}
.dropdown .dd{
	/* display: none; */
	margin-top: 2px;
	width: 215px;
	height: 465px;
	background-color: #CB1623;
}
.dropdown .dd ul li{
	position: relative;
	height: 31px;
	line-height: 31px;
	margin-left: 2px;
	padding-left: 10px;
	transition: all 0.5s;
}
.dropdown .dd ul li:hover{
	padding-left: 20px;
	background-color: #FFFFFF;
}
.dropdown .dd ul li:hover a{
	color: #CB1623;
}
.dropdown .dd ul li a{
	color: #FFFFFF;
	font-size: 14px;
}
.dropdown .dd ul li::after{
	position: absolute;
	right: 10px;
	content: '\ea42';
	font-family: 'icomoon';
	color: #FFFFFF;
}
.navitems ul li{
	float: left;
}
.navitems ul li a{
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding: 0 25px;
}
.footer{
	height: 415px;
	background-color: #f5f5f5;
	padding-top: 30px;
}
.mod_service{
	height: 80px;
	border-bottom: 1px solid  #ccc;
}
.mod_service ul li {
	display: block;
	float: left;
	width: 240px;
	height: 50px;
	padding-left: 35px;
}
.icon_every{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 8px;
}
.icon_first{
	background: url(../images/icons.png) no-repeat -252px -2px;
}
.icon_second{
	background: url(../images/icons.png) no-repeat -254px -54px;
}
.icon_third{
	background: url(../images/icons.png) no-repeat -256px -105px;
}
.icon_fourth{
	background: url(../images/icons.png) no-repeat -257px -156px;
}
.icon_fifth{
	background: url(../images/icons.png) no-repeat -257px -209px;
}
.service_text h4{
	font-size: 14px;
	
}
.service_text p{
	font-size: 12px;
}
.mod_help {
	height: 185px;
	/* background-color: pink; */
	border-bottom: 1px solid #ccc;
	padding-left: 50px;
}
.mod_help dl{
	width: 200px;
	float: left;
	margin-top: 20px;
}
.mod_help dl:last-child {
	text-align: center;
	width: 90px;
}
.mod_help dl:last-child img{
	margin-top: 10px;
}
.mod_help dl dt {
	font-size: 16px;
	margin-bottom: 5px;
}
.mod_copy_right{
	text-align: center;
}
.links{
	margin-top: 15px;
}
.links a {
	margin: 0 5px;
}
.copy_right{
	line-height: 20px;
	margin-top: 10px;
}