@charset "utf-8";
/* CSS Document */
/*********************************************************/
/*********************************************************/
#banner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
}
#main_box {
}
#main {
	width: 1000px;
	margin: 0 auto;
}
/*********************************************************/
/*********************************************************/
#inews {
	width: 1000px;
	height: 162px;
	position: relative;
	padding: 36px 0 0px 0;
	margin-bottom: 20px;
	background: url(../images/news_bg.png) 0 0 no-repeat;
}
#inews .top {
	width: 500px;
	float: left;
}
#inews .top:hover .name {
	color: #BF312C;
	text-decoration: underline;
}
#inews .top .photo {
	width: 140px;
	height: 140px;
	text-align: center;
	position: relative;
	float: left;
	border: #DDDDDD 5px solid;
}
#inews .top .photo img {
	max-width: 140px;
	max-height: 140px;
	vertical-align: middle;
}
#inews .top .info {
	width: 330px;
	float: right;
}
#inews .top .name {
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	color: #7A7A7A;
	line-height: 24px;
	padding-top: 5px;
	overflow: hidden;
	text-decoration: none;
}
#inews .top .date {
	color: #FF0000;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
}
#inews .top .con {
	color: #8F8F8F;
	height: 80px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
#inews ul {
	float: right;
}
#inews li {
	width: 450px;
	list-style: none;
	height: 30px;
	color: #FF0000;
	font-size: 13px;
	position: relative;
	text-decoration: none;
	line-height: 30px;
	border-bottom: #8F8F8F 1px dashed;
	background: url(../images/news_icon.png) 5px center no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#inews li:last-child {
	border: none;
}
#inews li a, #inews li a:visited {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#inews li a:hover {
	color: #CC0000;
	text-decoration: none;
}
#inews .more {
	width: 47px;
	height: 17px;
	text-indent: -9999px;
	position: absolute;
	right: 10px;
	top: 6px;
}
/*********************************************************/
/*********************************************************/
#iabout_box {
	height: 160px;
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	background: #F7F7F7 url(../images/about_bg.png) 10px 10px no-repeat;
	border: #DDDDDD 1px solid;
}
#iabout_box .con {
	width: 230px;
	height: 120px;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	left: 149px;
	top: 48px;
}
#iabout_box .more {
	width: 47px;
	height: 17px;
	text-indent: -9999px;
	position: absolute;
	left: 327px;
	top: 19px;
}
/*********************************************************/
.about-left {
	width: 590px;
	overflow: hidden;
	position: relative;
	float: right;
}
.about-left .hd {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
}
.about-left .hd .prev, .about-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("images/arrow.png") no-repeat;
}
.about-left .hd .next {
	background-position: 0 -50px;
}
.about-left .hd .prevStop {
	background-position: -60px 0;
}
.about-left .hd .nextStop {
	background-position: -60px -50px;
}
.about-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.about-left .hd ul li {
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin-bottom: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url(../images/about_slider-nav.png) 0 0px no-repeat;
}
.about-left .hd ul li.on {
	background-position: 0 -8px;
}
.about-left .picList .slick-dots{
	right: 0;
}
.about-left .picList .slick-dots button{
	background: url(../images/about_slider-nav.png) 0 0px no-repeat;

}
.about-left .picList .slick-dots .slick-active button{
	background: url(../images/about_slider-nav.png) 0 0px no-repeat;
	
}

.about-left .bd {
}
.about-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.about-left .bd ul li {
	float: left;
	overflow: hidden;
	text-align: center;
}
.about-left .bd ul li .pic {
	text-align: center;
}
.about-left .bd ul li .pic img {
	width: 590px;
	height: 160px;
	vertical-align: middle;
	max-width: 100%;
}
.about-left .bd ul li .pic a:hover img {
}
.about-left .bd ul li .title {
	line-height: 24px;
}
/*********************************************************/
/*********************************************************/
.box {
	margin-bottom: 30px;
}
/*********************************************************/
/*********************************************************/
#iproducts_box {
	width: 765px;
	float:left;
}
#iproducts_box li {
	list-style: none;
}
#iproducts_box > li:last-child {
	margin-bottom:0px;
}
#iproducts_box > li {
	width: 765px;
	height: 180px;
	overflow: hidden;
	position: relative;
	margin-bottom:20px;
}
#iproducts_box .p_right {
	width:590px;
	height: 178px;
	float: right;
	border: #DDDDDD 1px solid;
	background: #FFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow:hidden;
}
#iproducts_box .p_left{
	width:161px;
	height:180px;
	float:left;
}
#iproducts_box .p_left a{
	width:100%;
	height:100%;
	display:block;
	text-indent:-9999px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#iproducts_box .list01 .p_left a{
	background: url(../images/p_title01.png) 0 0 no-repeat;
}
#iproducts_box .list01 .p_left a:hover{
	background: url(../images/p_title01_.png) 0 0 no-repeat;
}
#iproducts_box .list02 .p_left a{
	background: url(../images/p_title02.png) 0 0 no-repeat;
}
#iproducts_box .list02 .p_left a:hover{
	background: url(../images/p_title02_.png) 0 0 no-repeat;
}
#iproducts_box .list03 .p_left a{
	background: url(../images/p_title03.png) 0 0 no-repeat;
}
#iproducts_box .list03 .p_left a:hover{
	background: url(../images/p_title03_.png) 0 0 no-repeat;
}
/*********************************************************/
/*#iproducts_box .p_right .hd {
	overflow: hidden;
	position: absolute;
	right: 7px;
	top: 5px;
}
#iproducts_box .p_right .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
#iproducts_box .p_right .hd ul li {
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin-bottom: 5px;
	text-indent: -999px;
	cursor: pointer;
}
#iproducts_box .list01 .p_right .hd ul li {
	background: url(../images/p_slider-nav01.png) 0 0 no-repeat;
}
#iproducts_box .list02 .p_right .hd ul li {
	background: url(../images/p_slider-nav02.png) 0 0 no-repeat;
}
#iproducts_box .list03 .p_right .hd ul li {
	background: url(../images/p_slider-nav03.png) 0 0 no-repeat;
}
#iproducts_box .p_right .hd ul li.on {
	background-position: 0 -8px;
}
*/
.slick-dots{
	overflow: hidden;
	position: absolute;
    right: -13px;
    top: 13px;
	width: 19px;

}
.slick-dots li{
	display: block;
	width: 100%!important;
    padding: 0!important;
    border:none!important;
    height: auto!important;
}
.slick-dots button{
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin-bottom: 5px;
	text-indent: -999px;
	cursor: pointer;	
	background: url(../images/p_slider-nav01.png) 0 0 no-repeat;
	border:none;
	padding: 0;
	box-shadow: 0 0 0;
}
#iproducts_box .list02 .slick-dots button{
	background: url(../images/p_slider-nav02.png) 0 0 no-repeat;
}
#iproducts_box .list03 .slick-dots button {
	background: url(../images/p_slider-nav03.png) 0 0 no-repeat;
}
.slick-dots .slick-active button{
	background-position: 0 -8px!important;
}


#iproducts_box .p_right .bd {
	padding:0 19px 0 0px;
	margin:0 0px 0 0px;
	overflow: hidden;
}
#iproducts_box .p_right .bd ul {
	zoom: 1;
	margin:0 -1px !important;
}
#iproducts_box .p_right .bd ul li {
	width:117px;
	padding:8px 14px;
	height:162px;
	margin: 0 0px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position:relative;
	border-left: #CCC 1px dashed;
}
#iproducts_box .p_right .bd ul li .pic {
	text-align: center;
	margin-bottom:10px;
	border:#FFF 1px solid;
}
#iproducts_box .p_right .bd ul li .pic img {
	max-height:115px;
	max-width:115px;
	vertical-align:middle;
	display: block;
	margin: auto;
}
#iproducts_box .p_right .bd ul li:hover .pic {
	border:#BF312C 1px solid;
	    overflow: hidden;
	    box-sizing: border-box;
}
#iproducts_box .p_right .bd ul li .title {
	line-height: 18px;
	color:#333333;
	text-decoration:none;
	overflow:hidden;
	font-size:13px;
	height: 18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#iproducts_box .p_right .bd ul li .price {
	line-height: 18px;
	color:#FF2626;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
	font-size:13px;
}
#iproducts_box .p_right .bd ul li:hover .cover{
	filter:alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#iproducts_box .p_right .cover{
	width:32px;
	height:32px;
	background:url(../images/menu_top.png) no-repeat;
	position:absolute;
	right:17px;
	top:11px;
	z-index:10;
	filter:alpha(Opacity=0);
	-moz-opacity:0;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/

.more a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/more.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.more a:hover {
	background: url(../images/more_.png) no-repeat;
}


@media screen and (max-width: 1000px) {
	#inews,
	#iabout_box{
		height: auto;
	}
	#inews .top,
	#inews ul{
		float: none;
		width: 100%;
	}
	#inews ul{
		padding: 0 15px;
	}
	#inews .top .photo img{
		max-width: 100%;
	}
	#iproducts_box > li{
		height: auto;
	}
	#iproducts_box .p_right{
		width: calc(100% - 181px);
	}
	#iproducts_box .p_right .bd ul li{
		height: auto;
	}
	#iproducts_box,#ad
	{
		clear: both;
		width: 100%;
		margin-top: 25px;
		float: none;
		text-align: center;
	}
	#ad{
		display: flex;
		flex-wrap: wrap;
	}
	#ad li{
		width: 50%;
	}
	#inews .top .info{
		width: calc(100% - 150px);
	}
	#inews{
		background: none;
	}
	#iabout_box .con{
	    position: static;
	    padding-left: 139px;
	    padding-top: 48px;
	    width: 100%;
	    min-height: 160px;
	    height: auto;
	    margin-bottom: 10px;
	}
	.about-left{
		float: none;
	}
	#iabout_box .more{
		left: auto;
		right: 15px;
	}
}