/* 服务项目 */
.product{
	margin:90px 0 0;
	overflow:hidden;
}
.product-cont{
	overflow:hidden;
}

.product-cont ul li{
	width:32%;
	float:left;
	margin-right:2%;
	overflow:hidden;
	margin-bottom: 2%;
	padding:10px 10px 30px;
	border: solid 1px #e6e6e6;
}
.product-cont ul li:nth-child(3n) {
    margin-right: 0;
}
.product-cont ul li .pic{
	width:100%;
	height:240px;
	position:relative;
	overflow:hidden;
}
.product-cont ul li .pic img{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .8s;
}
.product-cont ul li .text{
	width:100%;
	text-align:center;
}
.product-cont ul li .text h4{
	font-weight: 400;
    font-size: 18px;
    color: #333;
    padding: 22px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-cont ul li .text p{
	height: 23px;
    line-height: 20px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-cont ul li a:hover .text h4{
	color:#E62229;
}
.product-cont ul li a:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/* --ad-- */
.ad{padding-top:80px;overflow:hidden;background:#029392 url(../img/index/ad_bg.jpg) no-repeat center 0;}
.ad .hd{overflow:hidden;}
.ad .hd .tel{float:right;padding-left:20px;height:34px;line-height:34px;overflow:hidden;background:url(../images/tel.png) no-repeat 0 center;}
.ad .hd .tel span{display:block;float:left;font-size:16px;}
.ad .hd .tel em{font-size:26px;color:#e22b33;overflow:hidden; font-style:normal;}
.ad .hd .title{line-height:1.5;overflow:hidden;}
.ad .hd .title h2{font-weight:normal;font-size:42px;color:#000;}
.ad .hd .title p{font-size:28px;color:#000;}
.ad .hd .title i{display:block;margin-top:20px;width:40px;height:5px;background:url(../images/title_line.png) no-repeat;}
.ad .bd{padding-top:50px;overflow:hidden;}
.ad .bd .summary{line-height:36px;font-size:20px;color:#333;overflow:hidden;}
.ad .bd .QRcode{margin-top:36px;}
.ad .bd .QRcode .item{float:left;margin-left:20px;padding:20px;overflow:hidden;background:#fff;}
.ad .bd .QRcode .pic{float:left;padding-right:18px;width:120px;height:auto;border-right:#eee solid 1px;}
.ad .bd .QRcode .pic img{width:100%;height:auto;}
.ad .bd .QRcode .text{padding-left:18px;line-height:1.3;overflow:hidden;}
.ad .bd .QRcode .text span{display:block;font-size:20px;color:#000;}
.ad .bd .QRcode .text small{display:block;font-size:16px;color:#666;}
.ad .bd .QRcode .text i{display:block;margin-top:8px;width:22px;height:22px;}
.ad .bd .QRcode .item-1{margin-left:0;}
.ad .bd .QRcode .item-1 .text i{background:url(../img/index/code_icon01.png) no-repeat 0 center;}
.ad .bd .QRcode .item-2 .text i{background:url(../img/index/code_icon02.png) no-repeat 0 center;}
.ad .linkBox{margin-top:75px;padding:50px 0 60px;overflow:hidden;}
.ad .linkBox .form-con{ display: flex;align-items: center;flex-wrap: wrap;}
.ad .linkBox .form-con label{width:20%;display: flex;align-items: center;justify-content: flex-start; background-color:#fff; height: 50px;border-radius: 1px;padding: 0 15px;color: #999; margin-right:2%;}
.ad .linkBox .form-con input{outline: none;width: 140px;border: none;}
.ad .linkBox .form-con button{height: 50px;width: 12%;    background-image: linear-gradient(-45deg, #E62229 0%, #FFAA00 100%);
color: #ffffff;border:none; font-size:16px;outline: none;}
/* --end ad-- */
