img{
	width: 100%;
}
.title-content{
	padding: 90px 0 13px;
}
.service-item-title{
	padding: 20px 0;
	color: #666;
}
/* .service-item:hover img{
	transform: scale(1.02);
	transition: all 0.5s;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0, .5);
	z-index: 100;
} */
.service-item  {
		border: 1px dotted #665a5c;
    margin-left: 7%;
    border-radius: 12px;
    height: 450px;
		/* box-shadow: 0px 0px 10px 1px rgba(0,0,0, .5); */
}
.service-item-content  {
		 overflow-y:auto;
    height: 400px;
}
.service-item:hover {
	border: 1px  #665a5c;
	transform: scale(1.02);
	transition: all 0.5s;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0, .5);
	z-index: 100;
}
.product-img-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: ;
}
.product-img-item{
	width: calc(25% - 20px);
}
.product-nav{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 70px;
}
.product-nav-item{
	width: 114px;
	height: 34px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E8E7E6;
	margin: 0 16px;
	color: #929292;
}
.product-active{
	background-color: #2663B7;
	color: #fff;
}
.product-active::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 8px solid rgba(0,0,0,0);
	border-bottom-color: #2663B7;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
}
.contact-me{
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}
.about-me{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 10%;
}
.about-me-item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 50px;
}
.about-me-item p{
	margin: 0;
}
.me-item-icon{
	width: 40px;
	height: 40px;
	
	margin-right: 10px;
}
.about-me-item:nth-of-type(1) .me-item-icon {
	background: url(../images/contact_phone_icon.png)no-repeat;
	background-size: 100% 100%;
}
.about-me-item:nth-of-type(2) .me-item-icon {
	background: url(../images/contact_fax_icon.png)no-repeat;
	background-size: 100% 100%;
}
.about-me-item:nth-of-type(3) .me-item-icon {
	background: url(../images/contact_address_icon.png)no-repeat;
	background-size: 100% 100%;
}

.contact-msg-item{
	margin-bottom: 50px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	border: 1px solid #979797;
	height: 45px;
}
.item-label{
	padding-right: 10px;
}
.contact-msg-item input{
	border: none;
	outline: none;
	flex: 1;
	height: 100%;
}
.message{
	border: 1px solid #979797;
	width: 30%;
	height: 242px;
}
.message textarea{
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
}
.contact-btn{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 26px 0 90px;
}
.submit-btn{
	width: 197px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2663B7;
	color: #fff;
	margin-right: 20px;
}
.reset-btn{
	width: 125px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D8D8D8;
	color: #333333;
}
.pager li{
	padding: 5px 14px;
	    background-color: #fff;
	    border: 1px solid #ddd;
	    border-radius: 15px;
	cursor: pointer;
}


@media(max-width: 1200px) {
	.title-content{
		padding: 70px 0 13px;
	}
}
@media(max-width: 992px ){
	.title-content{
		padding: 50px 0 13px;
	}
	.product-img-item{
		width: calc(25% - 4px);
	}
	.product-nav{
		padding-top: 24px;
	}
	.product-nav-item{
		width: calc(25% - 6px);
		margin: 0 4px;
		height: 24px;
	}
	.contact-me{
		padding-top: 0;
		flex-direction: column;
	}
	.about-me{
		display: none;
	}
	.contact-msg-item{
		margin-bottom: 12px;
	}
	.message{
		width: 100%;
		height: 94px;
	}
	.contact-btn{
		padding: 23px 0;
	}
	.submit-btn{
		width: 100%;
		height: 36px;
		margin: 0;
	}
	.reset-btn{
		display: none;
	}
}
@media(max-width: 768px ){
	.title-content{
		padding: 20px 0 13px;
	}
	.product-img-item{
		width: calc(25% - 4px);
	}
	.product-nav{
		padding-top: 24px;
	}
	.product-nav-item{
		width: calc(25% - 6px);
		margin: 0 4px;
		height: 24px;
	}
	.contact-me{
		padding-top: 0;
		flex-direction: column;
	}
	.about-me{
		display: none;
	}
	.contact-msg-item{
		margin-bottom: 12px;
	}
	.message{
		width: 100%;
		height: 94px;
	}
	.contact-btn{
		padding: 23px 0;
	}
	.submit-btn{
		width: 100%;
		height: 36px;
		margin: 0;
	}
	.reset-btn{
		display: none;
	}
}