* {

    outline: none;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    box-sizing: border-box;

}

/*******************************

	-------[=公用]-------

********************************/



/*



-----------------[产品展示]--------------*/

.row-a1{

	margin: 50px 0;

	overflow: hidden;

}

.row-a1 .col-l{width: 27%;}

.row-a1 .col-r{
	width: 100%;
}

.row-a1 .g-tit01{

	padding-top: 30px;

}

.m-txt01{

}



.m-txt01 .desc{

	margin-bottom: 25px;

	color: #666;

}

.m-txt01 .desc span{

	display: block;

	font-size: 14px;

	font-family: arial;

}

.m-txt01 .desc em{

	font-size: 16px;

	display: block;

}

.m-txt01 .txt{

	margin-bottom: 30px;

}

.m-txt01 .txt h3{

	font-size: 36px;

	margin-bottom: 25px;

}

.m-txt01 .txt p{

	font-size: 14px;

	line-height: 24px;

	display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

}

.ul-tab01{

	overflow: hidden;

}

.ul-tab01 li{

	width: 115px;

	float: left;

}

.ul-tab01 li a{

	display: block;

	height: 80px;

	line-height: 80px;

	text-align: center;

	font-size: 14px;

	position: relative;

}

.ul-tab01 li a:after{

	display: none;

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	right: 0;

	width: 100%;

	height: 2px;

	background-color: #f79646;

}

.ul-tab01 li:hover a{

	color: #f79646;

}

.tab_tab01{

	height: 0;

	overflow: hidden;

}

.tab_tab01.show{

	height: auto;

	overflow: visible;

}

.ul-tab01 li:hover a:after{

	display: block;

}

.m_chanpin01{

	padding: 40px 0 10px;

	margin: 0 -10px;

}

.m_chanpin01 a{

	display: block;

	margin: 0 10px;

}

.m_chanpin01 a .pic{

	overflow: hidden;

	position: relative;

	height: 0;

	padding-top: 100%;

}

.m_chanpin01 a .pic img{

	position: absolute;

	top: 0;

	left: 0;

	display: block;

	width: 100%;

	height: 100%;
	
	
	max-width: 100%;

	transition: .3s;

	-ms-transition: .3s;

	-moz-transition: .3s;

	-webkit-transition: .3s;

	-o-transition: .3s;

}

.m_chanpin01 a:hover .pic img{

	-webkit-transform: scale(1.08);

	-moz-transform: scale(1.08);

	-o-transform: scale(1.08);

	-ms-transform: scale(1.08);

	transform: scale(1.08);

}

.m_chanpin01 a h3{

	padding: 30px 0;

	text-align: center;

	font-size: 16px;

	color: #232323;

	font-weight: 400;

	-ms-text-overflow: ellipsis;

	text-overflow: ellipsis;

	overflow: hidden;

	white-space: nowrap;

	transition: .3s;

	-ms-transition: .3s;

	-moz-transition: .3s;

	-webkit-transition: .3s;

	-o-transition: .3s;

}

.m_chanpin01 a:hover h3{

	color: #f79646;

}

.m_chanpin01 .slick-arrow{

    position: absolute;

    top: 50%;

    margin-top: -22px;

    overflow: hidden;

    cursor: pointer;

    width: 45px;

    height: 45px;

    font-size: 0;

    line-height: 0;

    z-index: 9;

    background-repeat: no-repeat;

    background-position: center center;

	-o-background-size: auto 20px;

	-ms-background-size: auto 20px;

	-moz-background-size: auto 20px;

	-webkit-background-size: auto 20px;

	background-size: auto 20px;

	background-color: rgba(0,0,0,.3);

    border: 0;

    outline: 0;

    padding: 0;

}

.m_chanpin01 .slick-prev{left: 10px;background-image: url(/uploads/image/simages/pres1.png);}

.m_chanpin01 .slick-next{right: 10px;background-image: url(/uploads/image/simages/nexts1.png);}

.m_chanpin01 .slick-dots{

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	text-align: center;

	z-index: 99;

	font-size: 0;

}

.m_chanpin01 .slick-dots li{

	display: inline-block;

	margin: 0 10px;

}

.m_chanpin01 .slick-dots button{

	background-color: #ccc;

	cursor: pointer;

	border-radius: 50%;

	border: 0;

	width: 10px;

	height: 10px;

	outline: 0;

	font-size: 0;

	padding: 0;

}

.m_chanpin01 .slick-dots li.slick-active button{background: #000;}



/*
