﻿.m-about {
	padding: 75px 0 80px;
	background-color: #f5f5f5;
}

.m-tit2 {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	line-height: 42px;
	color: #333;
}
.m-tit2 h2 {
	font-size: 34px;
	font-weight: normal;
}

.m-txt3 {
	padding: 37px 35px 0;
}
.m-txt3 .top {
	overflow: hidden;
	margin-bottom: 32px;
	font-size: 24px;
	line-height: 30px;
	color: #333;
	background: url(../images/ybg2.png) center no-repeat;
}
.m-txt3 .top h3 {
	font-size: 16px;
}
.m-txt3 .l-con,
.m-txt3 .r-con {
	width: 37%;
}
.m-txt3 .l-con {
	float: left;
	padding-right: 76px;
	text-align: right;
	background: url(../images/yicon13.png) right center no-repeat;
	/*background-size: contain;*/
}
.m-txt3 .r-con {
	float: right;
	padding-left: 76px;
	background: url(../images/yicon14.png) 0 center no-repeat;
	/*background-size: contain;*/
}
.m-txt3 .con {
	overflow: hidden;
	margin-bottom: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	color: 36px;
}
.m-txt3 .con p {
	margin-bottom: 11px;
}

.m-tab {
	overflow: hidden;
	padding-top: 45px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.m-tab li {
	position: relative;
	float: left;
	width: 33.3333%;
}
@media screen and (max-width: 599px){
	.m-tab li{
		float:unset;
		width:auto;
	}
	.m-about {
		padding:40px  0 ;
	}
	
}
.m-tab a {
	overflow: hidden;
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	font-size: 24px;
	text-align: center;
	color: #333;
	background-color: #f3f3f3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.m-tab a:after {
	display: none;
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 20px;
	height: 10px;
	margin: -1px 0 0 -10px;
	background: url(../images/yicon17.png) center no-repeat;
	background-size: contain;
}
.m-tab a .ico {
	overflow: hidden;
	display: block;
	width: 1em;
	height: 1em;
	margin: 48px auto 12px;
	font-size: 60px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 1em auto;
}
.m-tab a .ico1 {
	background-image: url(../images/yicon15-1.png);
}
.m-tab a .ico2 {
	background-image: url(../images/yicon15-2.png);
}
.m-tab a .ico3 {
	background-image: url(../images/yicon15-3.png);
}
.m-tab a:hover {
	color: #e65400;
}
.m-tab a:hover .ico {
	background-position: center bottom;
}
.m-tab li.on a {
	color: #e65400;
}
.m-tab li.on .ico {
	background-position: center bottom;
}
.m-tab li.on a:after {
	display: block;
}

.m-txt4 {
	position: relative;
	padding: 27px 56px 53px;
	font-size: 14px;
	line-height: 2em;
	color: #333;
	background-color: rgba(255, 255, 255, 0.5);
}
.m-txt4 h3 {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: normal;
	color: #e65400;
}
.m-txt4:before, .m-txt4:after {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	font-size: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.m-txt4:before {
	top: 0;
	left: 0;
	background-image: url(../images/yicon16-1.png);
}
.m-txt4:after {
	bottom: 0;
	right: 0;
	background-image: url(../images/yicon16-2.png);
}

.m-slick3 {
	padding: 47px 10px 0;
}
.m-slick3 .slider {
	padding: 0 125px;
	margin-bottom: 15px;
}
.m-slick3 .item {
	position: relative;
	padding: 8px 0;
	margin: 0 25px;
}
.m-slick3 .item p{
    font-size: 14px;color: #333;text-align: center;line-height: 24px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-slick3 .item .inner {
	padding: 26.3% 0;
}
.m-slick3 .pic {
	overflow: hidden;
	position: relative;
	padding-top: 75%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.m-slick3 .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}
.m-slick3 .slick-current .pic {
	z-index: 2;
	-webkit-transform: scale(1.7);
	-moz-transform: scale(1.7);
	-ms-transform: scale(1.7);
	-o-transform: scale(1.7);
	transform: scale(1.7);
}
.m-slick3 .slick-current .pic img {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
}
.m-slick3 .slick-current:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -80%;
	width: 260%;
	height: 8px;
	background: url(../images/ybg1.png) center 0 no-repeat;
	background-size: 100%;
}
.m-slick3 .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 48px;
	height: 48px;
	border: 0;
	margin-top: -24px;
	text-indent: -9999px;
	cursor: pointer;
	background-color: #d4d7d9;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.m-slick3 .slick-arrow:hover {
	background-color: #e65400;
}
.m-slick3 .slick-prev {
	left: 0;
	background-image: url(../images/yicon18-1.png);
}
.m-slick3 .slick-next {
	right: 0;
	background-image: url(../images/yicon18-2.png);
}
.dn {
    display: none;
}