﻿/*hm 首页*/
.yjcode{text-align:left;}

.hm_banner{
	height: 370px;
	width: 100%;
	position: relative;
	cursor: pointer;
}
.ba_in{
	width: 100%;
	height: 440px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.ba_in .pics li{
	width: 100%;
	height: 440px;
	background-repeat:no-repeat;
	background-position:top center;
}
.ba_in .pics a{
	display: block;
	width: 100%;
	height: 440px;
}
.hm_banner .btns{
	height: 12px;
	font-size:1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 60;
	text-align: center;
}
.hm_banner .btns span{
	display:inline-block;
	width: 12px;
	height: 12px;
	margin:0 3px;
	background:#fff;
	border-radius:100%;
}
.hm_banner .btns .hover{
	background:#62c6f2;
}
.hm_banner .ba_shadow{
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0;
	bottom: -400px;
	background:url("../homeimg/bashadow.png") no-repeat top center;
	z-index: -1;
}

.hm_top{
	height: 196px;
	background:#fff;
	border-radius:5px;
	width: 1150px;
	margin:0 auto;
	position: relative;
	z-index: 70;
}
.hm_top .half{
	width: 206px;
	float: left;
	padding:20px 0 0 24px;
}
.hm_top .title{
	height: 46px;
	line-height: 46px;
	font-size:16px;
	position: relative;
	color:#333;
	padding-left:26px;
}
.hm_top .title2{
	padding-left:35px;
}
.hm_top .title img{
	display: block;
	height: 46px;
	position: absolute;
	left: 0;
	top: 0;
}
.hm_top li{
	width: 103px;
	float: left;
	height: 36px;
	line-height: 36px;
	vertical-align:top;
}
.hm_top .fg{
	height: 150px;
	float: left;
	border-left:1px solid #eee;
	margin:23px 0 0 0;
}
.hm_top .link{
	display: block;
	width: 166px;
	height: 128px;
	float: left;
	margin:33px 31px 0 31px;
	text-align: center;
	position: relative;
	border-radius:10px;
	color:#fff;
}
.hm_top .link1{
	background:#f34b48;
}
.hm_top .link2{
	background:#fca21e;
}
.hm_top .link3{
	background:#356cca;
}
.hm_top dl{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 12px;
}
.hm_top dt{
	font-size:16px;
}
.hm_top .link img{
	display: block;
	position: absolute;
	left: 0;
	top: -20px;
}





.hm_xp{
	width: 1150px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}

.hm_xp .s_list{
	width: 1170px;
}
.xp_item{
	width: 273px;
	height: 388px;
	float: left;
	margin:0 18px 18px 0;
	background:#fff;
}
.xp_item .photo{
	display: block;
	width: 274px;
	height: 274px;
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
}
.xp_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.xp_item .name{
	width: 235px;
	margin:0 auto;
	display: block;
	text-align: center;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.xp_item .bt{
	height: 56px;
	line-height: 56px;
	clear: both;
	padding:0 20px;
}
.xp_item .price{
	float: left;
	color:#f44c48;
	font-size:14px;
}
.xp_item .price em{
	font-size:20px;
}
.xp_item .old{
	float: right;
	font-size:12px;
	color:#999;
}
.xp_item .old em{
	text-decoration:line-through;
}

.hm_news{
	width: 1150px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}

.hm_news .wp{
	background:#fff;
	height: 330px;
	padding:0 15px;
}

.hmn_slider{
	width: 413px;
	height: 275px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top:25px;
}
.hmn_slider li{
	float: left;
	width: 413px;
	height: 275px;
}
.hmn_slider li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 413px;
	height: 275px;
}
.hmn_slider li img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hmn_slider .pag{
	width: 390px;
	position: absolute;
	left: 0;
	bottom: 16px;
	z-index: 50;
	text-align:right;
}
.hmn_slider .pag a{
	display:inline-block;
	width: 12px;
	height: 12px;
	border-radius:100%;
	background:#fff;
	margin-left:10px;
	overflow: hidden;
	position: relative;
	text-indent:30px;
}
.hmn_slider .pag .selected{
	background:#62c6f2;
}
.hm_news .c_right{
	width: 680px;
	float: right;
	padding:15px 0 0 0;
}
.hm_news dt{
	height: 36px;
	line-height: 36px;
	font-size:20px;
}
.hm_news .name{
	color:#333;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hm_news .name:hover{
	color:#ff6049;
}
.hm_news dd{
	line-height: 18px;
	height:36px;
	font-size:12px;
	color:#999;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.hm_news .lis{
	padding:5px 0 0 0;
}
.hm_news .lis li{
	height: 34px;
	line-height: 34px;
	clear: both;
	vertical-align:top;
}
.hm_news .lis a{
	float: left;	
	display:inline-block;
	max-width:610px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hm_news .lis span{
	float: right;
	color:#999;
}

.hm_flow{
	margin:32px 0 0 0;
	background:#fff;float:left;width:100%;
	padding:20px 0 36px 0;
}
.hm_flow .title{
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-size:24px;
	color:#383635;
}
.hm_flow .fls{
	float: left;
	width: 272px;
	text-align: center;
}
.hm_flow .ico{
	display: inline-block;
	height: 50px;
	margin:0 auto 15px 0;
}
.hm_flow dt{
	height: 30px;
	line-height: 30px;
	font-size:18px;
}
.hm_flow dd{
	font-size:14px;
	color:#999;
}
.hm_flow .fg{
	float: left;
	width: 20px;
	height: 50px;
	background:url("../homeimg/flowfg.png") no-repeat center center;
}

/*hm 首页*/﻿