/*大图预约*/
.tij{width: 100%;background-color: #fff;padding: 50px 0;}
.tij_box{display: flex;flex-flow: nowrap;justify-content: space-around;align-items: center;}
.tij_box .tij_left{max-width: 49%;}
.tij_box .tij_left img{width: 100%;height: 396px;}
.tij_box .tij_right{max-width: 49%;}
.tij_box .tij_right h4{font-size: 36px;color: #e7855e;margin-bottom: 12px;text-align: center;}
.tij_box .tij_right p{font-size: 16px;color: #333;margin-bottom: 20px;line-height: 30px;}

.youshi{background-color: #eee;padding: 50px 0;}
.youshi ul li{    transition: transform .2s linear;}
.youshi ul li .service-shadow{width: 100%;background-color: #fff;padding: 10px 0;} 
.youshi ul li:hover{-webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);}
.youshi ul li .you_img{width: 70%;margin: auto;margin-bottom: 15px;border-radius: 4px;text-align: center;}
.youshi ul li .you_img img{width: 50%;}
.youshi ul li .you_text{width: 100%;text-align: center;}
.youshi ul li .you_text p{font-size: 18px;color: #333;}


.ditu{background-color: #090d15;padding: 50px 0;/*background: url(../images/bg6.jpg) no-repeat 100%;*/}
.ditu .case-title{margin-top: 0;margin-bottom: 50px;text-align: center;}
.ditu .case-title .tit1{color: #fff;padding-bottom: 0;font-size: 36px;}
.ditu .case-title .tit2{color: #b9b7b7;}
.ditu .ditu_m{width: 100%;display: none;}

.zuyon{background-color: #f5f5f6;padding: 50px 0;}
.zuyon_box{display: flex;flex-flow: nowrap;justify-content: space-between;align-items: center;}
.zuyon_left{max-width: 49%;}
.zuyon_left img{width: 100%;}
.zuyon_right{max-width: 49%;}
.zuyon_box .zuy_h4{ font-size: 36px;color: #e7855e;margin-bottom: 12px;}
.zuyon_box .zuy_p{font-size: 16px;color: #999;margin-bottom: 20px;line-height: 30px;}
.zuyon_box .zuyon_ti ul li{text-align: center;width: 20%;float: left;}
.zuyon_box .zuyon_ti ul li img{width: 50%;}
.zuyon_box .zuyon_ti ul li p{font-size: 16px;color: #999;margin-top: 10px;}


.cangc{background-color: #fff;padding: 50px 0;}
.cangc_box{display: flex;flex-flow: nowrap;justify-content: space-between;align-items: center;}
.cangc_right{max-width: 49%;}
.cangc_right img{width: 100%;}
.cangc_left{max-width: 49%;}
.cangc_box .zuy_h4{ font-size: 36px;color: #e7855e;margin-bottom: 12px;}
.cangc_box .zuy_p{font-size: 16px;color: #999;margin-bottom: 20px;line-height: 30px;}
.cangc_box .zuyon_ti ul li{text-align: center;width: 20%;float: left;}
.cangc_box .zuyon_ti ul li img{width: 50%;}
.cangc_box .zuyon_ti ul li p{font-size: 16px;color: #999;margin-top: 10px;}

.yuen{background-color: #f5f5f6;padding: 50px 0;}
.qit{background-color: #fff;padding: 50px 0;}
@media only screen and (max-width:1199px){
    .ditu .y-clear {display: none;}
	.ditu .ditu_m{display: block;}
	.tij_box .tij_left img{height: auto;}
	.youshi ul li{margin-bottom: 30px;}
	.tij_box .tij_right h4{font-size: 28px;}
	.ditu .case-title .tit1{font-size: 28px;}
	.cangc_box .zuy_h4{font-size: 28px;}
	.zuyon_box .zuy_h4{font-size: 28px;}
	.tij{padding: 30px 0;}
	.youshi{padding: 30px 0;}
	.ditu{padding: 30px 0;}
	.zuyon{padding: 30px 0;}
	.cangc{padding: 30px 0;}
	.yuen{padding: 30px 0;}
	.qit{padding: 30px 0;}
}

@media only screen and (max-width:500px ) {
	.youshi ul li .you_text p{font-size: 14px;}
	.tij_box{display: block;}
	.tij_box .tij_left{width: 100%;max-width: 100%;text-align: center;}
	.tij_box .tij_right{width: 100%;max-width: 100%;}
	.tij_box .tij_right h4{font-size: 24px;}
	.tij_box .tij_right p{font-size: 14px;}
	.youshi ul li .you_text{height: 50px;}
	.ditu .case-title .tit1{font-size: 24px;}
	.zuyon_box .zuy_h4{font-size: 24px;text-align: center;}
	.cangc_box .zuy_h4{font-size: 24px;text-align: center;}
	.zuyon_left{display: none;}
	.zuyon_right{width: 100%;max-width: 100%;}
	.zuyon_box .zuyon_ti ul li{width:33.33333333%;}
	.zuyon_box .zuyon_ti ul li img{width: 50px;}
	
	.cangc_box{display: block;}
	.cangc_right{display: none;}
	.cangc_left{width: 100%;max-width: 100%;}
	.cangc_box .zuyon_ti{height: 180px;}
	.cangc_box .zuyon_ti ul li{width:33.33333333%;}
	.cangc_box .zuyon_ti ul li img{width: 50px;}
	.cangc_box .zuy_p{font-size: 14px;}
}