body{
	background-color: #FFFFFF;
}
.banner-home .swiper-slide{
	width: 100%;
}
.banner-home .swiper-slide a{
	display: block;
}
.banner-home .swiper-slide img{
	display: block;
    width: 100%;
    min-width: 1180px;
}
.banner-home .swiper-pagination-bullet {
    display: inline-block;
    width: 34px;
	height: 8px;
	background-color: #ffffff;
	border-radius: 4px;
	opacity: 0.5;
}
.banner-home .swiper-pagination-bullet-active {
    opacity: 1;
    background: #F9F9F9;
}
.banner-home.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.banner-home.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 28px;
    left: 0;
    width: 100%;
}

.main .title{
	font-weight: 600;
	font-size: 30px;
	color: #484848;
	text-align: center;
}
.main .more{
	display: block;
	width: 118px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	background-color: #ffffff;
	border-radius: 19px;
	border: solid 1px #e8e8e8;
	color: #999999;
	font-size: 14px;
	margin: 0 auto;
}

/*我们的理念*/
.concepts{
	margin: 100px 0;
}
.concepts .text{
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin: 66px 0 48px;
}
.concepts .more{
	width: 158px;
}

/*数据统计*/
.product_statistics{
	width: 100%;
	height: 160px;
	background: url(https://images.liqia.com/p/index/dataBg.jpg) no-repeat center;
}
.product_statistics .dataBox{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    height: 160px;
}
.product_statistics .dataBox p{
	color: #ffffff;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}
.product_statistics .dataBox p.num{
	font-size: 36px;
}

/*中腰广告*/
.adShow img{
    display:block;
	width: 100%;
    min-width:1180px;
	height: auto;
}

/*产品介绍*/
.product_introduce{
	width: 100%;
	height: 800px;
}
.product_introduce .wrap{
	padding-top: 86px;
}
.product_introduce .wrap>div{
	width: 550px;
	height: 625px;
	background: url(https://images.liqia.com/p/index/productBg.png) no-repeat center;
	margin: 0 20px;
}
.product_introduce .wrap>div:hover{
	background: url(https://images.liqia.com/p/index/productBg_hover.png) no-repeat center;
}
.product_introduce .title{
	color: #484848;
	font-size: 30px;
	line-height: 50px;
    width: 270px;
    margin: 85px auto 26px;
}
.product_introduce .title a {
    color: #484848;
}
.product_introduce .details{
	height: 288px;
}
.product_introduce .details p{
	color: #666666;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
    width: 422px;
    margin: 0 auto;
}
.product_introduce .more{
	margin-top: 45px;
}

.aboutUs{
	background: url(https://images.liqia.com/p/about/aboutBg.jpg) no-repeat center;
	width: 100%;
	height: 460px;
	color: #ffffff;
}
.aboutUs .title.white{
	color: #FFFFFF;
	text-align: left;
	margin-top: 66px;
	line-height: 74px;
	margin-left: 80px;
}
.aboutUs .txt p{
	line-height: 40px;
	font-size: 14px;
}
.aboutUs .txt p:first-child{
	text-indent: 4.5em;
}
.aboutUs .txt p:nth-child(2){
	text-indent: 3em;
}
.aboutUs .txt p:nth-child(3){
	text-indent: 1.5em;
}
.aboutUs .more{
	margin-top: 28px;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-left: 0;
}

.ourTeam .title{
	line-height: 50px;
	margin-top: 90px;
	margin-bottom: 66px;
}
.ourTeam .text{
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.ourTeam .teamList{
	margin: 98px 0;
}
.ourTeam .teamList li{
	float: left;
	margin: 0 18px;
	position: relative;
    overflow:hidden;
}
.ourTeam .teamList li img{
	display: block;
	width: 255px;
	height: 400px;
    border: 1px solid #F5F5F5;
}
.ourTeam .teamList li .mask{
	width: 257px;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.ourTeam .mask p{
	line-height: 26px;
} 
.ourTeam .mask .name{
	margin-top: 72px;
}
.ourTeam .mask .position{
	margin-bottom: 20px;
}
.ourTeam .mask .intro{
	line-height: 30px;
}
