/* 首页产品展示 */

.row-a1{

	margin: 50px 0;

	overflow: hidden;

}

.row-a1 .col-l{width: 27%;float:left;}

.row-a1 .col-r{width: 67%;float:right;}

.row-a1 .g-tit01{padding-top: 30px;padding-left: 20px;}

.row-a1 .wp .col-l .bor {
    display: block;
    width: 160px;
    height: 3px;
    background-color: #115fad;
}
.g-tit01{

	font-size: 50px;

	color: #115fad;

	margin-bottom: 80px;

	font-weight: bold;
}

.g-tit01 span{

	color: #115fad;

	font-weight: bold;

}

.product_container{
	width: 1200px;
	width: 100%;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top:40px;
}

.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;

}

.g-more01 {
    display: block;
    width: 160px;
    color: #115fad;
    border: 1px solid #115fad;
    border-radius: 30px;
    text-align: center;
    margin: 20px auto 0;
    line-height: 40px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.ul-tab01{

	overflow: hidden;

}

.ul-tab01 li{

	width: 115px;

	float: left;

	margin-right: 12px;

}

.ul-tab01 li a{

	display: block;

	height: 40px;

	line-height: 40px;

	text-align: center;

	font-size: 14px;

    border-radius: 20px;

    border:1px solid #fff;

	position: relative;

}

.ul-tab01 li a:after{

	display: none;

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	right: 0;

	width: 100%;

	height: 2px;

	background-color: #115fad;

}
.ul-tab01 li .on{
    border:1px solid #115fad;
	color: #115fad;
}

.ul-tab01 li:hover a{
    border:1px solid #115fad;
	color: #115fad;
}

.tab_tab01{

	height: 0;

	overflow: hidden;

}

.tab_tab01.show{

	height: auto;

	overflow: visible;

}
.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%;

	background-repeat: no-repeat;

	background-size: 100%;

	background-position: center;

}

.m_chanpin01 a .pic img{

	position: absolute;

	top: 0;

	left: 0;

	display: block;

	width: 100%;

	height: 100%;

}

.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: #115fad;

}

.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(../images/pres1.png);}

.m_chanpin01 .slick-next{right: 10px;background-image: url(../images/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;}


.wp {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
    .wp{

		width: 100%;

	}

	.g-tit01{
		font-size: 50px;
		margin-bottom: 60px;
	}
	.row-a1 .g-tit01{
		padding-left: 0;
	}
}

@media only screen and (max-width: 959px) {
	.row-a1{

		margin: 25px 0;

	}

	.g-tit01{
		font-size: 30px;
		margin-bottom: 20px;
	}

	.row-a1 .wp .col-l .bor{
		width: 100px;
	}

	.row-a1 .col-l{

		float: none;

		width: auto;

	}

	.row-a1 .col-r{

		float: none;

		width: auto;

	}

	.m-txt01 .txt{

		font-size: 15px;

	}

	.m-txt01 .txt h3{

		margin-bottom: 12px;

		font-size: 24px;

	}

	.m-txt01 .g-more01{

		display: none;

	}

	.m-imgtxt01 .g-more02{

		display: block;

	}

	.m_chanpin01{

		padding-top: 20px;

	}
}

@media only screen and (max-width: 767px) {
	.g-tit01{
		font-size: 20px;
		/* margin-bottom: 0px; */
	}
	.row-a1 .wp .col-l .bor{
		width: 50px;
	}
}