
.container.page {
    color: #747B7C;
    margin: -60px auto;
}

.service-title{
    z-index: 2000;
    position: relative;
    background-color: white;
    width: 1045px;
}

.service-title .title-wrapper{
    padding:40px 0px;
    position: relative;
    left: 15px;

}

.service-title .title-wrapper p{
    margin: 3px 0;
    font-size: 20px;
    color: #2C3133;
    /*font-weight: bold;*/
}
.border-bottom{
	margin:0
}


.h4{
    color: #2C3133;
    font-size: 20px;
    margin-bottom: 20px;
}

.service-content{
    text-align: left;
    padding: 0;
}

.service-content img{
    width: 530px;

}

.service-content .service-content-title{
    padding: 15px 10px;
    color: #2C3133;
    font-size: 20px;

}
.service-content .service-content-desc{
    color: #666666;
    padding: 0 10px;
    margin-bottom: 40px;
    font-size: 12px;

}

.border-bottom{
    border-bottom: 1px solid #DEDEDE;
}

.image-wrapper{
	width: 1045px;
    margin-left: 15px;
}

.image-wrapper img{
    width: 100%;
}

.clients-img-wrapper{
}

.clients-img-wrapper img{
    width: 100%;
    opacity: 0.6;
}

.clients-img-wrapper img:hover{
    width: 100%;
    opacity: 1;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*==============================================================
 * author:zhushenghua
   date:4.10
================================================================
* */

@media (max-width:767px) {
	html,body{
		100%;
	}
	.container{
	    width: 100%;
	    padding: 0;
	    margin: 0 100px;
	}
	.container {
	    width: 100%;
	    padding: 0;
	    margin: 0 0px;
	}
	.row{
		width: 100%;
		margin: 0;
	}
	.container.page {
		margin:auto;
	}
	.img-wrapper{
		width: 100%;
		height: 100%;
	}
	
	.case-banner {
	    height: 100%;
	    width: 100%;
	    background-size: 100% 100%;
	}
	.swiper-slide-1{
		width: 100%;
		height: 100%;
	}

}
@media (min-width:768px) and (max-width:991px) {
	html,body{
		width: 100%;
	}
	.swiper-container{
	    height: 4.5rem;
	}
	.img-wrapper{
		width: 100%;
		height: 100%;
	}
	#swiper{
		height: 100%;
	}
	.case-banner {
	    height: 100%;
	    width: 100%;
	    background-size: 100% 100%;
	}
	.swiper-slide-1{
		width: 100%;
		height: 100%;
	}

/*11111111111111111111111111*/

	.body-wrapper {
	    position: relative;
	    width: 100%;
	    height: 4rem;
	    text-align: center;
	    display: inline-block;
	}
	.swiper-slide-1 {
	    z-index: 1000;
	    display: table;
	    background-color: #919191;
	    height: 4rem;
	    width: 100%;
	}
	.swiper {
	    z-index: 1000;
	    position: relative;
	    height: 100%;
	}
	.swiper-container {
	    margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    overflow: hidden;
	    z-index: 1;
	    width: 100%;
	    height: 100%;
	}
	
	/*联系弹出框*/
	.contactme{
		height: 500px;
		width: 800px;
		margin: 0 auto;
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		top: 100px;
		z-index: 10000;
		background-color:#fff;
		display: none;
	}
	
	.contactme_title{
		padding-top: 70px;
		color: #027AE8;
	}
	.commit_send{
		background: #027AE8;
		height: 50px;
		line-height: 50px;
		margin-left: 50%;
		transform: translateX(-50%);
		margin-top: 20px;
		color: #fff;
	}
	
	.contactme_content1{
		padding: 5px;
	}
	.contactme_content2{
		padding: 5px;
	}
	
	.contactme_input{
		
		
	}
	.contactme_input div{
		margin: 10px 0px;
	}
	/*联系弹出框*/
}/*media*/

@media (min-width:992px){
	/*联系弹出框*/
	.concontactme{
		width: 100%;
		height: 100%;
		opacity: 0.4;
		z-index: 9999;
		position: fixed;
		top: 0px;
		left: 0;
		margin: 0;
		background: #000;
		display: none;
	}
	.contactme{
		height: 500px;
		width: 1000px;
		margin: 0 auto;
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		top: 100px;
		z-index: 10000;
		background-color:#fff;
		display: none;
	}
	
	.contactme_title{
		padding-top: 70px;
		color: #027AE8;
	}
	.commit_send{
		background: #027AE8;
		height: 50px;
		line-height: 50px;
		margin-left: 50%;
		transform: translateX(-50%);
		margin-top: 20px;
		color: #fff;
	}
	
	.contactme_content1{
		padding: 5px;
	}
	.contactme_content2{
		padding: 5px;
	}
	
	.contactme_input{
		
		
	}
	.contactme_input div{
		margin: 10px 0px;
	}
	/*联系弹出框*/
}


