@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;	
}
body{
	/*min-width:1200px;*/
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff url(../../images/screen/bg2.jpg) no-repeat;
	/*background-size: 100% auto;*/
	text-align:justify;	
	color:#555;

}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#555;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#009ae2;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#b8b8b8;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b8b8b8;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b8b8b8;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#b8b8b8;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.hm_tp{
	height: 360px;	
	line-height: 30px;
	position: relative;
	clear: both;
}
.hm_tp dl{
	text-align: center;
	color:#fff;
	top: 110px;
	position: absolute;
	width: 100%;
}
.hm_tp dt{
	font-size:56px;
	height: 82px;
	line-height: 82px;
	font-weight: bold;	
	text-shadow:#333 1.2px 1.2px 1.2px;
}
.hm_tp dd{
	font-size:26px;
	height: 72px;
	line-height: 72px;
	font-weight: bold;
	text-shadow:#333 1.2px 1.2px 1.2px;
}
.hm_tp .log{
	position: absolute;
	top: 150px;
	width: 734px;
	left: 50%;
	margin-left:-367px;
}
.ht_wea{
	position: absolute;
	left: 30px;
	top: 15px;
	z-index: 20;
	line-height: 30px;
	height: 30px;
	z-index: 60;
}
.ht_wea span{
	margin-right:8px;
}
.ht_wea .green{
	color:#0f9d58;
}
.ht_wea .wea{
	float: left;
	width: 30px;
	height: 30px;
}
.ht_log{
	height: 24px;
	line-height: 24px;
	right: 20px;
	top: 23px;
	position: absolute;
	font-size:16px;
	z-index: 60;
}
.ht_log a{
	color:#fff;
	height: 24px;
	line-height: 24px;
	float: left;
	margin-left:15px;
}
.ht_log .rga{
	padding-left:28px;
	display: inline-block;
	background: url(../../images/screen/lga.png) no-repeat left center;
}
.ht_log .lga{
	padding:0 16px;
	display: inline-block;
	height: 24px;
	border-radius:12px;
	background:#00c43d;
}

.hm_search{
	width: 924px;
	height: 58px;
	border:1px solid #009ae2;
	border-radius:29px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	background:#fff;
}
.hm_search .text{
	width: 740px;
	float: left;
	height: 58px;
	border:0;
	background:none;
	font-size:16px;
	padding-left:46px;
	background:url("../../images/screen/hmtext.png") no-repeat left center;
}
.hm_search .sub{
	float: right;
	height: 58px;
	width: 138px;
	text-align: center;
	background:#009ae2;
	font-size:16px;
	color:#fff;
}

.hm_nav{
	/*width: 648px;*/
	width: 864px;
	margin:0 auto;
	padding:44px 0 80px 0;	
}
.hm_nav a{
	display: block;
	width: 150px;
	height: 44px;
	line-height: 44px;
	border-radius:22px;
	box-shadow:0 0 10px #ccc;
	float: left;
	margin:0 22px;
	background:#fff;
	color:#009ae2;
	font-size:16px;	
}
.hm_nav .sin{
	text-align:left;
	padding-left:60px;
	height: 44px;
	position: relative;
	overflow: hidden;
	display: block;
}
.hm_nav .sin img{
	display: block;
	width: 44px;
	height: 88px;
	position: absolute;
	left: 10px;
	top: 0;
}
.hm_nav a:hover img{
	top:-44px;
}
.hm_nav a:hover{

	color:#fff;
	background:#009ae2;
	box-shadow:0 0 10px #009ae2;
}

.hm_main{
	width: 1160px;
	margin:0 auto;
	background:#fff;
	border-radius:10px 10px 0 0;
	padding:20px 20px 30px 20px;
}

.hm_handle{
	height: 44px;
	line-height: 44px;
	background:#f6f6f6;
	border-radius:22px;
	position: relative;
	overflow: hidden;
	clear: both;
}
.hm_handle .pag{
	float: left;
}
.hm_handle .pag a{
	display: block;
	margin-right:20px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius:22px;
	width: 142px;
	font-size:16px;
	color:#444;
	float: left;
}
.hm_handle .pag .selected{
	background:#009ae2;
	color:#fff;
}
.hm_handle .pag .si1{
	padding-left:22px;
	display: inline-block;
	height: 44px;
	background:url("../../images/screen/si1.png") no-repeat left top;
}
.hm_handle .pag .selected .si1{
	background-position:left bottom;
}

.hm_handle .pag .si2{
	padding-left:22px;
	display: inline-block;
	height: 44px;
	background:url("../../images/screen/si2.png") no-repeat left top;
}
.hm_handle .pag .selected .si2{
	background-position:left bottom;
}
.hm_handle .susa{
	float: right;
	margin-right:32px;
	padding-left:25px;
	background:url("../../images/screen/susa.png") no-repeat left top;
}
.hm_handle .susa:hover{
	background-position:left bottom;
}

.hmh_slider{
	height: 240px;
	margin-top:20px;
	position: relative;
	overflow: hidden;
}
.hmh_slider .s_wrap{
	width: 1175px;
	height: 240px;
	position: relative;
	overflow: hidden;
}
.hmh_slider .s_wrap .caroufredsel_wrapper{
	display: block;
	text-align: justify;
	float: none;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: auto;
	width: 1175px;
	height: 240px;
	margin: 0px;
	overflow: hidden;
}
.hmh_slider .s_wrap .caroufredsel_wrapper ul{
	text-align: left;
	float: none;
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	margin: 0px;
	width: 5875px;
	height: 240px;
	z-index: auto;
}
.hmh_slider li{
	width: 220px;
	height: 240px;
	float: left;
	margin-right:15px;
	/*margin-left:35px;*/
	text-align: center;
}
.hmh_slider .photo{
	display: block;
	width: 195px;
	height: 190px;
	position: relative;
	overflow: hidden;
}
.hmh_slider .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hmh_slider .name{
	height: 45px;
	line-height: 45px;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-right:16px;
}

.hmh_title{
	height: 48px;
	line-height: 48px;
	border-bottom:1px solid #eee;
	clear: both;
}
.hmh_title .tf{
	width: 570px;	
}
.hm_head{
	height: 48px;	
	line-height: 48px;
}
.hm_head .tit{
	float: left;
	padding-left:36px;
	font-size:18px;
	color:#444;
	position: relative;
}
.hm_head .tit .ico{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-18px;
}
.hm_head .more{
	float: right;
	color:#999;
	font-size:12px;
}
.hm_head .more:hover{
	color:#009ae2;
}
.ins_item{
	float: left;
	width: 240px;
	float: left;
	padding-top:18px;
}
.ins_item dt{
	height: 24px;
	line-height: 24px;
}
.ins_item .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ins_item dd{
	font-size:12px;
	line-height: 18px;
	height: 36px;
	color:#999;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.insfg{
	float: left;
	height: 54px;
	margin:22px 32px 0 32px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.hm_news{
	width: 370px;
	float: left;
}
.hm_news .hm_head{
	border-bottom:1px solid #eee;
}
.hm_news ul{
	padding-top:5px;
}
.hm_news li{
	height: 34px;
	line-height: 34px;
}
.hm_news li a{
	padding-left:10px;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url("../images/li1.png") no-repeat left center;
}
.hm_news li a:hover{
	background-image:url("../images/li1h.png");
}
.hmnfg{
	width: 20px;
	height: 220px;
	float: left;
}
.footer{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:#eee;
	font-size:12px;
}
.goods-big{
	display: block;
}
.goods-small{
	display: none;
}
.news-big{
	display: block;
}
.news-small{
	display: none;
}
.supply-demand-div{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.supply-demand{
	width: 49%;
}
.supply-demand ul{
	display: flex;
	flex-wrap: wrap;
}
.supply-demand ul li{
	width: 50%;
}
/*手机屏幕*/
@media screen and (max-width: 480px) {
	.goods-big{
		display: none;
	}
	.goods-small{
		display: block;
	}
	.news-big{
		display: none;
	}
	.news-small{
		display: block;
	}
	.ht_wea {
		display: none;
	}
	.hm_tp {
		height: 165px;
	}
	.hm_tp dl {
		top: 65px;
	}
	.hm_tp dt {
		font-size: 22px;
		height: 40px;
		line-height: 40px;
	}
	.hm_tp dd {
		font-size: 19px;
		height: 30px;
		line-height: 30px;
	}

	.hm_search {
		width: 320px;
		height: 35px;
	}

	.hm_search .text {
		width: 230px;
		height: 35px;
	}

	.hm_search .sub {
		height: 35px;
		width: 82px;
	}

	.hm_nav {
		width: 370px;
		margin: 0 auto;
		padding: 20px 0;
	}

	.hm_nav a {
		width: 112px;
		height: 36px;
		line-height: 36px;
		border-radius: 22px;
		margin: 0 5px;
	}
	.hm_nav .sin {
		padding-left: 40px;
		height: 36px;
		line-height: 36px;
	}
	.hm_nav .sin img {
		width: 33px;
		height: 66px;
	}
	.hm_main {
		width: auto;
	}
	.hmh_slider {
		height: 100%;
	}
	.hmh_slider .s_wrap {
		width: 100%;
		height: 100%;
	}
	.hmh_slider .s_wrap .caroufredsel_wrapper {
		width: 100%;
		height:100%;
	}
	.hmh_slider .s_wrap .caroufredsel_wrapper ul {
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.hmh_slider li {
		width: 150px;
		height: 200px;
		margin-right: 0px;
	}
	.hmh_slider .photo {
		width: 150px;
		height: 150px;
		object-fit:cover;
	}
	.hmh_title .tf {
		width: 100%;
	}
	.hm_head_top {
		display: none;
	}
	.ins_item{
		width: 100%;
	}
	.insfg{
		display: none;
	}
	.hmnfg{
		display: none;
	}
	.footer{
		height: auto;
	}
	.hm_news{
		width: 100%;
	}
	.goods-small .title{
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: #f6f6f6;
		border-radius: 20px;
	}
	.goods-small .title p{
		width: 120px;
		text-align: center;
		background-color: #009ae2;
		color: #fff;
		font-size: 16px;
		border-radius: 20px;
	}
	.goods-small .info-list{
		display: flex;
		flex-wrap: wrap;
		/*justify-content: space-around;*/
	}
	.goods-small .info-list .info-one{
		width: 50%;
		padding: 20px 0;
	}
	.goods-small .info-list .info-one a{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.goods-small .info-list .info-one a img{
		width: 150px;
		height: 150px;
		margin: 0 auto;
		border-radius: 50%;
	}
	.goods-small .info-list .info-one a p{
		font-size: 16px;
		margin-top:10px;
		padding: 0 10px;
	}
}