html,body{
	-webkit-overflow-scrolling:touch;
	overflow: auto;
}

body{background: #eee;font-family: Helvetica Neue, Helvetica, Arial, "微软雅黑" ,"宋体", sans-serif;font-size: 14px;color:#000;margin: 0;padding: 0;}
ul,li,ol{list-style:none;padding:0;margin:0;}
p,h1,h2,h3,h4,h5,h6,dl,dd{font-weight:normal;padding:0;margin:0;}
em{font-style: normal;}

/*html5设置*/
a{text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0); color:inherit;}
/*img{display:block;}*/
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; /*color:#fff;*/cursor:pointer}
img{ border:none; border:0; vertical-align:baseline;}


/*强制去除表单自带的样式*/ 
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#414446;}
input:focus { outline: none;}
input,button,select,textarea{outline:none; /*-webkit-appearance:none;*/}
textarea{resize:none;/*-webkit-appearance:none;*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
select::-ms-expand { display: none; }
select,button,textarea,input[type="text"],input[type="password"],input[type="tel"]{
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
}

/*清楚浮动*/
.clear{ clear:both; height:0px; overflow:hidden; zoom:0;}


@media screen and (min-width:1600px){
	.main_width,.Bottom .bottomnav{
		width:1170px;
		margin:auto;
	}
	.nav_box ul li h4{
		padding:24px 40px;
	}
	.design_box .free_info h3{
		margin-top:8%;
	}
	.design_box .right .people{
		width:70%;
	}
}
@media (max-width:1599px) and (min-width:1200px){
	.main_width,.Bottom .bottomnav{
		width:1170px;
		margin:auto;
	}
	.nav_box ul li h4{
		padding:24px 40px;
	}
	/*.design_box .free_info h3{
		margin-top:5%;
	}*/
	.design_box .right .people{
		width:70%;
	}
}
@media (max-width:1199px) and (min-width:992px){
	.main_width,.Bottom .bottomnav{
		width:970px;
		margin:auto;
	}
	.nav_box ul li h4{
		padding:24px 20px;
	}
	/*.design_box .free_info h3{
		margin-top:8%;
	}*/
	.design_box .right .people{
		width:80%;
	}
}
@media (max-width:991px) and (min-width:768px){
	.main_width,.Bottom .bottomnav{
		width:750px;
		margin:auto;
	}
	.nav_box ul li h4{
		padding:24px 15px;
	}
	/*.design_box .free_info h3{
		margin-top:15%;
	}*/
	.design_box .right .people{
		width:90%;
	}
}


html, body{
	position: relative;
	width:100%;
	height: 100%;
}

body{
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, "微软雅黑" , "宋体",sans-serif;
	font-size: 14px;
	color:#000;
	margin: 0;
	padding: 0;
}
ul,li,ol{
	list-style:none;
	padding:0;
	margin:0;
}
p,h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	padding:0;
	margin:0;
}
img{
	display:block;
}
.swiper-container{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide{
	width:100%;
	height:100%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	position:relative;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.clear{
	clear: both;
}
input[type="button"],button,select{
	-webkit-appearance:none;
	appearance:none;
	outline:medium;
}


.mod_box{
	width:100%;
	height:100%;
	position:relative;
}

/*导航*/
.nav_box{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:rgba(0,0,0,.3);
	z-index:10;
	overflow:visibility;
}
.nav_box header{
	width:100%;
	height:30px;
	background-color:#573b2d;
	overflow:hidden;
}
.nav_box header .link{
	float:right;
	line-height:30px;
	color:#fff;
	margin-left:40px;
	font-size:12px;
}
.nav_box header .link a{
	cursor:pointer;
}
.nav_box header .login,.nav_box header .logged{
	margin-right:4%;
}
.nav_box header .login a,.nav_box header .logged a{
	font-size: 12px;
	padding:0 8px;
}
.nav_box header .home h5{
	font-size:12px;
	padding-left:20px;
	background:url(../images/home_icon.jpg) left center no-repeat;
}
.nav_box header .join h5{
	font-size:12px;
	padding-left:20px;
	background:url(../images/join_icon.jpg) left center no-repeat;
}
.nav_box header .search h5{
	font-size:12px;
	padding-left:20px;
	background:url(../images/search_icon.jpg) left center no-repeat;
}


.nav_box .logo{
	float:left;
	height:24px;
	margin-left:2%;
	padding:24px 0;
}

.home_clk:after{
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: 18px;
	left: 50%;
	margin-left: -15px;
	background-color: #fff;
}
/*.home_clk:hover:after{
	background-color: #edd4ac;
}*/

.nav_box .logo img{
	height:24px;
}
.nav_box ul{
	float:right;
	color:#fff;
	margin-right:2%;
}
.nav_box ul li h4{
	display:block;
	float:left;
	cursor:pointer;
	line-height:24px;
	position:relative;
	font-size:14px;
}
.nav_box ul li h4:hover,.nav_box ul li h4 .hide_subnav a:hover{
	color:#f0d5aa;
}
.nav_box ul li h4 .hide_subnav{
	position:fixed;
	left:0;
	top:102px;
	background-color:rgba(0,0,0,.3);
	border-top:1px solid #999;
	box-sizing:border-box;
	padding-right:10%;
	width:100%;
	line-height:70px;
	color:#fff;
	display:-webkit-flex;
	-webkit-flex-dirction:row;
	flex-dirction:row;
	justify-content:flex-end;
	display: none;
}
.nav_box ul li h4 .hide_subnav a{
	display:block;
	padding:0 12px;
	white-space: nowrap;
}
.nav_box ul li h4 .hide_subnav a span{
	display:block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 25px 10px;
	overflow: hidden;
}
.nav_box ul li h4 .hide_subnav a span img{
	display: block;
	width: 100%;
}
.nav_box ul li h4 .hide_subnav a:hover img{
	margin-top: -20px;
}

.nav_box ol{
	float:right;
	margin-right:2%;
	color:#fff;
	padding:20px 0;
}
.nav_box ol li{
	overflow:hidden;
}
.nav_box ol li a{
	display:block;
	float:left;
	padding:0 10px;
	cursor:pointer;
	line-height:24px;
	position:relative;
	font-size:12px;
	font-weight:100;
	transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-moz-transition:all 0.8s;
}
.nav_box ol li a:hover{
	color:#f0d5aa;
}
.nav_box ol li a:after{
	content:"";
	width:1px;
	height:40%;
	background-color:#fff;
	position:absolute;
	right:0;
	top:30%;
}
.nav_box ol li a:last-child:after{
	content:normal;
}


/*隐藏导航*/
.nav_hide{
	position:fixed;
	top:-64px;
	right:3%;
	padding:14px 0;
	z-index:10;
}
.nav_hide a{
	display:block;
	width:80px;
	cursor:pointer;
	overflow:hidden;
}
.nav_hide a span{
	display:block;
	float:left;
	width:50px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#47271c;
}
.nav_hide a img{
	float:right;
	width:30px;
}
/*导航结束*/


/*侧边栏*/
.slide_bar{
	width:106px;
	position:fixed;
	right:10px;
	top:50%;
	margin-top:-225px;
	z-index:10;
}
.slide_bar ul{
	width:106px;
	cursor:pointer;
	position:relative;
}
.slide_bar .slide_bar_1 li:first-child{
	overflow:hidden;
}
.slide_bar ul{
	/*border-top:1px solid rgba(0,0,0,.6);*/
}
.slide_bar ul:first-child{
	border-top:none;
}

.slide_bar .slide_bar_1 li:first-child{
	overflow:hidden;
}

.slide_bar .slide_bar_3{
	display:none;
}
.slide_bar .slide_bar_3 .hide_cot{
	width:90px;
	text-align:center;
	height:60px;
	line-height:60px;
	position:absolute;
	right:0;
	padding-right:60px;
	top:0;
	background-color:rgba(0,0,0,.5);
	color:#fff;
	display:none;
}
.slide_bar .slide_bar_1 .hide_cot{
	width:90px;
	text-align:center;
	height:60px;
	line-height:60px;
	position:absolute;
	right:0;
	padding-right:60px;
	top:0;
	background-color:rgba(0,0,0,.5);
	color:#fff;
}

.slide_bar .slide_bar_2 .hide_cot{
	background-color:rgba(0,0,0,.5);
	width:106px;
	overflow:hidden;
	padding:10px;
	position:absolute;
	top:0;
	right:100%;
}
.slide_bar .slide_bar_2 .hide_cot img{
	width:100%;
}
.slide_bar .slide_bar_2 .hide_cot h5{
	text-align:center;
	padding-top:10px;
	color:#fff;
}
.slide_bar ul:hover .hide_cot{
	display:block;
}

.slide_bar ul li{
	position: relative;
}
.slide_bar ul li img{
	display: block;
	width: 100%;
}
.slide_bar ul li p{
	position: absolute;
	font-size: 12px;
	color: #fff;
	bottom: 12px;
	width: 100%;
	left: 0;
	text-align: center;
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	display: none;
}
/*关闭侧边栏*/
.slide_bar .close_slide{
	display: block;
	margin: 0 auto;
	width: 44px;
	padding: 0 16px;
	text-align: right;
	cursor: pointer;
	color: #573b2d;
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
	background: url(../images/index/close_slide.png) right center no-repeat;
	background-size: auto 36%;
}
.close_slide_box{
	display: none;
	position: fixed;
	top: 50%;
	right: 0;
	width: 42px;
	margin-top: -65px;
	overflow: hidden;
	z-index: 10;
}
.close_slide_box a{
	cursor: pointer;
}
.close_slide_box img{
	display: block;
	width: 100%;
}

/*侧边栏 结束*/

/*mod_1*/
.mod_1{
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}
@media screen and (min-width: 1025px){
	.mod_1 .video_cot{
		height: auto !important;
	}
	.video_box img,.video_box video{
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 1024px){
	.mod_1 .video_cot{
		height: 64%!important;
	}
	.video_box img,.video_box video{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
.larger_dot li{
	margin:15px 0 !important;
	width:12px;
	height:12px;
	position:relative;
}
.larger_dot li span{
	font-size:14px;
	line-height:1;
	display:none;
	position:absolute;
	top:-2px;
	left:16px;
	width:auto;
	white-space:nowrap;
}
.larger_dot .swiper-pagination-bullet-active span{
	color:#47271c;
	display:block;
}
.video_box{
	width:100%;
	position:relative;
	overflow:hidden;
	background-color:#000000;
}
.design_box{
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction:row;
	flex-direction:row;
	/*display: none;*/
}
.design_box .left{
	width:19%;
	margin-right:3%;
	height:100%;
	background:url(../images/mod1_free_left.jpg) center no-repeat;
	background-size:contain;
}
.design_box .free_info{
	float:left;
	width:48%;
	margin-right:2%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.design_box .free_info h3{
	color:#646464;
	text-align:left;
	font-size:16px;
}
.design_box .free_info h3 span{
	color:#573b2d;
	font-weight: bold;
}
.design_box .free_info ul{
	overflow:hidden;
	width:100%;
	margin-top:15px;
}
.design_box .free_info ul li{
	width:48%;
	margin-right:2%;
	float:left;
	overflow:hidden;
}
.design_box .free_info ul li input{
	width:100%;
	height:40px;
	border:1px solid #ddd;
	box-sizing:border-box;
	padding:0 15px;
	font-family:Arial, "微软雅黑", sans-serif;
	font-size:12px;
	line-height:1.2;
}
.design_box .free_info ol{
	overflow:hidden;
	width:100%;
	margin-top:15px;
}
.design_box .free_info ul .txt{
	width:31.33%;
	margin-right:2%;
	overflow:hidden;
	float:left;
}
.design_box .free_info ul .tel{
	width: 38.33%;
	margin-right: 2%;
	overflow: hidden;
	float: left;
}
.design_box .free_info ul .btn{
	width: 24.33%;
	overflow: hidden;
	float: left;
}
.design_box .free_info ol .sel{
	width:31.33%;
	float: left;
	margin-right: 2%;
	position:relative;
}
.design_box .free_info ol .sel:after{
	content:"";
	width:0;
	height:0;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ccc;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-3px;
}
.design_box .free_info ol .sel select{
	width:100%;
	height:40px;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:0 10px;
	font-family:Arial, "微软雅黑", sans-serif;
	font-size:12px;
	line-height:38px;
}
.design_box .free_info ul li button{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	box-sizing:border-box;
	border:none;
	font-size:14px;
	font-family:Arial, "微软雅黑", sans-serif;
	background-color:#573b2d;
	color:#edd4ac;
	cursor:pointer;
}
.design_box .right{
	width:28%;
	/*height:100%;*/
	background-color:#fafafa;
	box-shadow:-1px 0 2px #ddd;
	overflow: hidden;
	
}
.design_box .right h3{
	font-size:16px;
	color:#333;
	margin:20px auto 10px;
	font-weight:bold;
}
.design_box .right h3 span{
	color:red;
}
.design_box .right .people{
	margin:auto;
	overflow:hidden;
	position: relative;
	display: none;
}

.design_box .right .people ul{
	width:100%;
	height:auto;
}
.design_box .right .people ul li{
	overflow:hidden;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	position:relative;
	margin: 5px 0;
}
.design_box .right .people ul li:before{
	content:"";
	width:6px;
	height:6px;
	border-radius:50%;
	background-color:red;
	position:absolute;
	left:0;
	top:8px;
}
.design_box .right .people ul li h5{
	color:#333;
	/*font-size:15px;*/
	font-size:12px;
	text-align:left;
	overflow:hidden;
}
.design_box .right .people ul li h5 span{
	float:right;
}
.design_box .right .people ul li h6{
	color:#909090;
	text-align:left;
	font-size:12px;
}






/*第二屏*/
.mod_2{
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#f7f7f7;
}
.mod_box h1{
	margin:3% 10% 1%;
	font-size:24px;
	text-align:left;
	color:#47271c;
	line-height:2;
}
.mod_box h1 span{
	display:block;
	font-size:16px;
	font-weight:100;
	color:#909090;
}
.case_wrap{
	width:80%;
	margin:auto;
	height:75%;
}
.case_wrap li{
	overflow:hidden;
}
.mod_2 .case_wrap .case_pt_1{
	width:25%;
	height:100%;
	background-color:black;
	float:left;
	box-sizing: border-box;
	border-right: 3px solid #fff;
	position:relative;
}
.mod_2 .case_wrap .case_pt_2{
	width:25%;
	height:50%;
	background: url(../images/index/mod2_pt.png) center no-repeat;
	background-size: contain;
	background-color:#c5bcad;
	box-sizing:border-box;
	border:3px solid #fff;
	border-top:none;
	float:left;
	position:relative;
}
.mod_2 .case_wrap .case_pt_2 p span{
	text-transform: uppercase;
}
.mod_2 .case_wrap .case_pt_2 p{
	color:white;
	text-align:left;
	width:70%;
	margin:auto 15%;
	line-height:2;
	display:-webkit-flex;
	display:flex;
	flex-direction: column;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	moz-align-items:center;
	align-items:center;
}
.mod_2 .case_wrap .case_pt_1 p,.mod_2 .case_wrap .case_pt_3 p,.mod_2 .case_wrap .case_pt_4 p{
	/*-webkit-text-shadow: 4px 4px 2px #333;
	-ms-text-shadow: 4px 4px 2px #333;
	-moz-text-shadow: 4px 4px 2px #333;
	-o-text-shadow: 4px 4px 2px #333;*/
	text-shadow: 0px 1px 1px #333;
}
@media screen and (min-width:1600px){
	.mod_2 .case_wrap .case_pt_2 p{
		font-size:26px;
	}
	.mod_2 .case_wrap .case_pt_2 p span{
		font-size: 16px;
	}
	.mod_2 .case_wrap .case_pt_1 p,.mod_2 .case_wrap .case_pt_3 p,.mod_2 .case_wrap .case_pt_4 p{
		font-size:30px;
	}
	.mod_2 .case_wrap .case_pt_5 .mod2_text h2{
		font-size:26px;
	}
	.mod_2 .case_wrap .case_pt_5 .mod2_text h6{
		font-size:16px;
	}
	.mod_2 .case_wrap .case_pt_5 .mod2_text span{
		width:130px;
		font-size:16px;
	}
}
@media (max-width:1599px) and (min-width:992px){
	.mod_2 .case_wrap .case_pt_2 p{
		font-size:18px;
	}
	.mod_2 .case_wrap .case_pt_2 p span{
		font-size: 14px;
	}
	.mod_2 .case_wrap .case_pt_1 p,.mod_2 .case_wrap .case_pt_3 p,.mod_2 .case_wrap .case_pt_4 p{
		font-size:20px;
	}
	.mod_2 .case_wrap .case_pt_5 .mod2_text h2{
		font-size:18px;
	}
	.mod_2 .case_wrap .case_pt_5 .mod2_text span{
		width:110px;
		font-size:14px;
	}
}
@media (max-width:991px) and (min-width:768px){
	.mod_2 .case_wrap .case_pt_2 p{
		font-size:16px;
	}
	.mod_2 .case_wrap .case_pt_2 p span{
		font-size: 12px;
	}
	.mod_2 .case_wrap .case_pt_1 p,.mod_2 .case_wrap .case_pt_3 p,.mod_2 .case_wrap .case_pt_4 p{
		font-size:18px;
	}
	.mod_2 .case_wrap .case_pt_5 .mod2_text h2{
		font-size:16px;
	}
	.mod_2 .case_wrap .case_pt_5 .mod2_text span{
		width:100px;
		font-size:12px;
	}
}
.mod_2 .case_wrap .case_pt_1:hover img,.mod_2 .case_wrap .case_pt_3:hover img,.mod_2 .case_wrap .case_pt_4:hover img{
	opacity:.7;
}
.mod_2 .case_wrap .case_pt_3{
	width:50%;
	height:50%;
	background-color:black;
	float:right;
	box-sizing:border-box;
	border-bottom:3px solid #fff;
	border-left:3px solid #fff;
	position:relative;
}
.mod_2 .case_wrap .case_pt_4{
	width:50%;
	height:50%;
	background-color:black;
	float:left;
	box-sizing:border-box;
	border-left:3px solid #fff;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	position:relative;
}

.mod_2 .case_wrap .case_pt_1 p,.mod_2 .case_wrap .case_pt_3 p,.mod_2 .case_wrap .case_pt_4 p{
	white-space:pre;
	color:white;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	display:flex;
	display:-webkit-flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	moz-align-items:center;
	align-items:center;
}
.mod_2 .case_wrap .case_pt_1 p span,.mod_2 .case_wrap .case_pt_3 p span,.mod_2 .case_wrap .case_pt_4 p span{
	display:block;
	opacity:0.6;
	font-size:60%;
}

.mod_2 .case_wrap .case_pt_5{
	width:25%;
	height:50%;
	float:right;
	position:relative;
	box-sizing: border-box;
	border-left:3px solid #fff;
	border-top:3px solid #fff;
	background:url(../images/index/mod2_pt2.png) center no-repeat;
	background-size:contain;
	background-color: #c5bcad;
}

.mod_2 img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.mod_2 p{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.mod_2 .case_wrap .case_pt_5 .mod2_text{
	display:block;
	width:80%;
	height:100%;
	margin:0 10%;
	display:flex;
	display:-webkit-flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	/*-webkit-align-items:center;
	-ms-align-items:center;
	moz-align-items:center;
	align-items:center;*/
}
.mod_2 .case_wrap .case_pt_5 .mod2_text h2{
	width:100%;
	color:white;
	text-align:justify;
	line-height:1.5;
	margin-bottom:10%;
}
.mod_2 .case_wrap .case_pt_5 .mod2_text h6{
	width:100%;
	color:white;
	text-align:justify;
	margin-bottom:10%;
}
.mod_2 .case_wrap .case_pt_5 .mod2_text span{
	display:block;
	padding:12px 0;
	background-color:white;
	color:#333;
	cursor:pointer;
}



/*第三屏*/
.mod_3 .case_wrap .case_pt_1{
	width:40%;
	height:60%;
	float:left;
	background-color:black;
	box-sizing:border-box;
	border-bottom:6px solid #fff;
	border-right:3px solid #fff;
}
.mod_3 .case_wrap .case_pt_2{
	width:60%;
	height:60%;
	float:right;
	background-color:black;
	box-sizing:border-box;
	border-left:3px solid #fff;
	border-bottom:6px solid #fff;
	position:relative;
}
.mod_3 img{
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:0.9;
}
.mod_3 .case_wrap .case_pt_3{
	width:33.3%;
	height:40%;
	float:left;
	background-color:black;
	float:left;
	position:relative;
	box-sizing:border-box;
	border-right:3px solid #fff;
}
.mod_3 .case_wrap .case_pt_4{
	width:33.4%;
	height:40%;
	float:left;
	background-color:black;
	box-sizing:border-box;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	position:relative;
}
.mod_3 .case_wrap p{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
	align-items:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	moz-align-items:center;
}
.mod_3 .case_wrap p b{
	letter-spacing:2px;
}

.mod_3 .case_wrap .case_pt_5{
	width:33.3%;
	height:40%;
	float:right;
	box-sizing:border-box;
	border-left:3px solid #fff;
	background:url(../images/mod3_4_bg.png) center no-repeat;
	background-size:cover;
	background-color:black;
}
@media screen and (min-width:1600px){
	.mod_3 .case_wrap p{
		font-size: 16px;
	}
	.mod_3 .case_wrap p b{
		font-size: 30px;
	}
}
@media (max-width:1599px) and (min-width:992px){
	.mod_3 .case_wrap p{
		font-size: 14px;
	}
	.mod_3 .case_wrap p b{
		font-size: 20px;
	}
}
@media (max-width:991px) and (min-width:768px){
	.mod_3 .case_wrap p{
		font-size: 12px;
	}
	.mod_3 .case_wrap p b{
		font-size: 18px;
	}
}

/*第四屏*/
.mod_4{
	background-color:#f7f7f7;
	overflow:hidden;
}
.mod_4 .case_wrap .case_pt_1{
	width:66%;
	height:50%;
	box-sizing:border-box;
	border-bottom:3px solid #f7f7f7;
	border-right:6px solid #f7f7f7;
	float:left;
}
.mod_4 .case_wrap .case_pt_2{
	width:34%;
	height:50%;
	box-sizing:border-box;
	border-bottom:3px solid #f7f7f7;
	float:right;
	background-color:#fff;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	-moz-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
}
.mod_4 .case_wrap .case_pt_3{
	width:34%;
	height:50%;
	float:left;
	box-sizing:border-box;
	border-top:3px solid #f7f7f7;
	background-color:#fff;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	-moz-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
}
.mod_4 .case_wrap .info{
	width:80%;
	margin:auto;
}
.mod_4 .case_wrap .info h1{
	margin:0;
	padding:0;
	color:#000;
	/*font-size:0.48rem;*//*24/50*/
	line-height:1.6;
	margin-bottom:8px;
}
.mod_4 .case_wrap .info h3{
	/*font-size:0.36rem;*//*18/50*/
	color:#646464;
	text-align:left;
	margin-bottom:18px;
}
.mod_4 .case_wrap .info p{
	/*font-size:0.28rem;*//*14/50*/
	color:#909090;
	text-align:left;
	line-height:1.6;
}
.mod_4 .case_wrap .info h2{
	/*font-size:0.36rem;*//*18/50*/
	color:#583c30;
	text-align:left;
	display: none;
}
.mod_4 .case_wrap .info h2 span{
	/*font-size:0.52rem;*//*26/50*/
	font-weight:bold;
}

@media screen and (min-width:1600px){
	.mod_4 .case_wrap .info h1{
		font-size: 32px;
	}
	.mod_4 .case_wrap .info h3{
		font-size: 24px;
	}
	.mod_4 .case_wrap .info p{
		font-size: 18px;
	}
	.mod_4 .case_wrap .info h2{
		font-size: 18px;
	}
	.mod_4 .case_wrap .info h2 span{
		font-size: 26px;
	}
}
@media (max-width:1599px) and (min-width:992px){
	.mod_4 .case_wrap .info h1{
		font-size: 26px;
	}
	.mod_4 .case_wrap .info h3{
		font-size: 22px;
	}
	.mod_4 .case_wrap .info p{
		font-size: 14px;
	}
	.mod_4 .case_wrap .info h2{
		font-size: 16px;
	}
	.mod_4 .case_wrap .info h2 span{
		font-size: 22px;
	}
}
@media (max-width:991px) and (min-width:768px){
	.mod_4 .case_wrap .info h1{
		font-size:22px ;
	}
	.mod_4 .case_wrap .info h3{
		font-size: 18px;
	}
	.mod_4 .case_wrap .info p{
		font-size: 14px;
	}
	.mod_4 .case_wrap .info h2{
		font-size: 14px;
	}
	.mod_4 .case_wrap .info h2 span{
		font-size: 20px;
	}
}

.mod_4 .case_wrap .case_pt_4{
	width:66%;
	height:50%;
	box-sizing:border-box;
	border-left:6px solid #f7f7f7;
	border-top:3px solid #f7f7f7;
	float:right;
}
.mod_4 .case_pt_1 img,.mod_4 .case_pt_4 img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-moz-transition:all 0.8s;
}



/*第五屏*/
.mod_5{
	width:100%;
	height:100%;
	-webkit-overflow-scrolling:touch;
	background-color: #fff;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.mod_5 .case_wrap{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}
.mod_5 .case_wrap li{
	width:25%;
	height:100%;
	float:left;
	box-sizing: border-box;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: all 0.5s;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.mod_5 .case_wrap .case_pt_1{
	border-left:none;
}
.mod_5 .case_wrap .case_pt_4{
	border-right:none;
}

.mod_5 .case_wrap li .imgPt{
	width: 100%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	background-color: #000;
}
.mod_5 .case_wrap li .imgPt img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mod_5 .case_wrap li:hover{
	transform: translateY(-20px);
}
.mod_5 .case_wrap li p{
	display: block;
	width: 100%;
	/*font-size: 22px;*/
	text-align: center;
	background-color: #c5beae;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	justify-content: center;
	line-height: 1.5;
}
.mod_5 .case_wrap li p span{
	/*font-size: 12px;*/
	display: block;
}
@media only screen and (min-width: 1367px) {
	.mod_5 .case_wrap li p{
		padding: 20px 0;
		font-size: 24px;
	}
	.mod_5 .case_wrap li p span{
		font-size: 14px;
	}
	.Bottom .left dl a{
		font-size: 14px;
	}
}
@media only screen and (max-width: 1366px) {
	.mod_5 .case_wrap li p{
		padding: 15px 0;
		font-size: 18px;
	}
	.mod_5 .case_wrap li p span{
		font-size: 12px;
	}
	.Bottom .left dl a{
		font-size: 12px;
	}
}

.footer_box{
	margin-top: 3%;
	width:100%;
}


/*网站底部*/

.footer{width: 100%;;background: #f7f7f7; line-height: 16px; border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;}
.BottomTop{max-width: 1001px;width: 100%; margin: 0 auto;}
.BottomTop ul{
	padding:10px 10%;
}
.BottomTop ul li{float: left;width:25%;border-right: 1px solid #757575; box-sizing:border-box; text-align:center;}
.BottomTop ul li:nth-child(4){
	border-right:none;
}
.BottomTop ul li a{font-size: 14px;color: #757575;}


.Bottom{width: 100%;background: #fff; text-align:left;}
.Bottom .bottomnav{max-width: 1001px;width: 100%; margin: 0 auto;font-size:14px;position: relative;zoom: 1;}
.Bottom .bottomnav:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.Bottom .left{float:left;}
.Bottom .left dl{padding-top:20px;float:left;padding-bottom:20px;margin-right: 80px;}
.Bottom .left dl a{
	white-space: nowrap;
}
.Bottom .left dl:nth-child(1),.Bottom .left dl:nth-child(2),.Bottom .left dl:nth-child(3){
	width: 56px;
}

.Bottom .left dt,.Bottom .left dd{padding-bottom: 10px;}
.Bottom .left dt a{color:#000000;cursor: text;}
.Bottom .left dd a{color:#7b7b7b;cursor: pointer;}
.Bottom .left dd a:hover{color: #a01323;}

.Bottom .right{float: right;margin-top:20px;margin-top: 30px;}
.Bottom .code{float: left;margin-right: 50px;}
.Bottom .code a{
	cursor: pointer;
}
.Bottom .code_02{float: left;position: relative;}
.Bottom .code_02 img{
	cursor: pointer;
}
.Bottom .code_02 .webChatCode{
	padding: 10px;
	border: 1px solid #e5e5e5;
	position: absolute;
	right: 10px;
	top: -135px;
	background-color: #FFFFFF;
	display: none;
}
.Bottom .code_02:hover .webChatCode{
	display: block;
}
.Bottom .right p.text{text-align: center;color:#000000;font-size: 12px;padding-top: 5px;}
.Bottom .fzlm_box{overflow: hidden;background-color:#573b2d;padding: 7px 0;color:#fff}
.Bottom .copyright{line-height: 30px;text-align: center;font-size:12px;overflow: hidden;}
.fzlm_box .policeInfo{
	width: 200px;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../images/index/ghs.png) left center no-repeat;
}


.Bottom .left .dl4 dd a{
	cursor:text;
}
.Bottom .left .dl4 dd a:hover{
	color: #7b7b7b;
}

.indexfoot{margin-top: 0px;}



/*底部悬浮*/
.fly_box{
	width:100%;
	background-color:rgba(0,0,0,.5);
	position:fixed;
	bottom:0;
	left:0;
	z-index:99;
	display:none;
}
.fly_cot{
	width:100%;
	height:100%;
}
.fly_cot .left{
	float:left;
}
.fly_cot .left .gj img{
	height:100%;
}
.fly_cot .free_info{
	float:left;
	width:40%;
	margin-right:2%;
}
.fly_cot .free_info h3{
	color:#646464;
	text-align:left;
	font-size:16px;
}
.fly_cot .free_info h3 span{
	color:#573b2d;
}
.fly_cot .free_info ul{
	overflow:hidden;
	width:100%;
	margin-top:15px;
}
.fly_cot .free_info ul li{
	margin-right:2%;
	float:left;
	overflow:hidden;
}
.fly_cot .free_info ul .txt{
	width: 31.33%;
}
.fly_cot .free_info ul .tel{
	width: 38.33%;
}
.fly_cot .free_info ul .btn{
	width: 24.33%;
}
.fly_cot .free_info ul li input{
	width:100%;
	height:40px;
	border:none;
	box-sizing:border-box;
	padding:0 15px;
	font-family:Arial, "微软雅黑", sans-serif;
	font-size:12px;
	line-height:1.2;
	background-color:#fff;
	border-radius:3px;
}
.fly_cot .free_info ol{
	overflow:hidden;
	width:100%;
	margin-top:15px;
}
.fly_cot .free_info ol li{
	width:38%;
	margin-right:2%;
	overflow:hidden;
	float:left;
}
.fly_cot .free_info ol .sel{
	width:31.33%;
	position:relative;
}
.fly_cot .free_info ol .sel:after{
	content:"";
	width:0;
	height:0;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ccc;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-3px;
}
.fly_cot .free_info ol .sel select{
	width:100%;
	height:40px;
	box-sizing:border-box;
	border:none;
	padding:0 10px;
	font-family:Arial, "微软雅黑", sans-serif;
	font-size:12px;
	line-height:40px;
	background-color:#fff;
	border-radius:3px;
}
.fly_cot .free_info ul li button{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	box-sizing:border-box;
	border:none;
	font-size:14px;
	font-family:Arial, "微软雅黑", sans-serif;
	background-color:#573b2d;
	color:#edd4ac;
	cursor:pointer;
	border-radius:3px;
}
.fly_cot .close{
	display:block;
	float:right;
	margin-right:8%;
	cursor:pointer;
}
@media screen and (min-width:1200px){
	.fly_box{
		height:160px;
	}
	.fly_cot .left{
		margin-left:3%;
		margin-right:2%;
	}
	.fly_cot .left .gj{
		height:310px;
		margin-top:-150px;
	}
	.fly_cot .free_info{
		margin-top:1%;
	}
}
@media (max-width:1199px) and (min-width:992px){
	.fly_box{
		height:120px;
	}
	.fly_cot .left{
		margin-left:2%;
		margin-right:1%;
	}
	.fly_cot .left .gj{
		height:240px;
		margin-top:-120px;
	}
}
@media (max-width:991px) and (min-width:768px){
	.fly_box{
		height:120px;
	}
	.fly_cot .left{
		margin-left:2%;
		margin-right:1%;
	}
	.fly_cot .left .gj{
		height:200px;
		margin-top:-80px;
	}
}


.open{
	display:block;
	position:fixed;
	bottom:70px;
	left:-240px;
	z-index:100;
	cursor:pointer;
}









/*大视频*/
.full_video{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	-moz-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
}
.full_video .close_video{
	display:block;
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
}
.full_video video{
	display:block;
	max-width:70%;
	max-height: 70%;
}





/*预约成功弹窗*/
.successTc{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.successTc .successBox{
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	width: 530px;
	height: 460px;
	top: 50%;
	left: 50%;
	margin-top: -170px;
	margin-left: -265px;
	overflow: visible;
}
.successTc .successBox .bg_top{
	width: 350px;
	position: absolute;
	top: -150px;
	left: 50%;
	margin-left: -175px;
}
.successTc .successBox .bg_top img{
	display: block;
	width: 100%;
}
.successTc .successBox .close{
	font-size: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.successTc .successBox .close:hover{
	color: red;
}
.successTc .successBox .info h5{
	padding-top: 160px;
	text-align: center;
	margin: auto;
	font-size: 14px;
	line-height: 1.5;
}
.successTc .successBox .info .codeBox{
	width: 120px;
	margin: 12px auto;
}
.successTc .successBox .info .codeBox img{
	display: block;
	max-width: 100%;
	margin: auto;
}
.successTc .successBox .info h6{
	font-size: 12px;
	color: #646464;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 15px;
}
.successTc .successBox .btnBox{
	overflow: hidden;
	padding-left: 75px;
}
.successTc .successBox .btnBox a{
	display: block;
	width: 160px;
	height: 50px;
	border-radius: 25px;
	float: left;
	margin-right: 60px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
.successTc .successBox .btnBox .backHome{
	background-color: #aeadad;
}
.successTc .successBox .btnBox .contactBtn{
	background-color: #563a2c;
}
