

/*# sourceMappingURL=style.css.map */

.pc-title{
	width: 92%;
	max-width: 1400px;
	margin: -57px auto 0;
	padding: 38px 0;
	background-color: #f6f6f6;
	position: relative;
	z-index: 5;
}
.pc-title a{
	display: block;
	width: 25%;
	float: left;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-family: '微軟正黑體';
	cursor: pointer;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    position: relative;
}
.pc-title a:before{
	display: block;
	width: 1px;
	height: 17px;
	background-color: #c5c5c5;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8.5px;
	content: '';
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
}
.pc-title a:last-child:before{display: none;}
.pc-title a:hover,.pc-title a.on{
	color: #fff;
	background-color: #0292d9;
}
.pc-title a:hover:before,.pc-title a.on:before,#ph-title{display: none;}
.fl-stand{
	width: 100%;
	text-align: center;
	margin: 85px 0 60px;
}
.fl-stand h2,.heat-box .title h2{
	font-size:42px;
	color: #282828;
	line-height: 70px;
	text-transform: uppercase;
	font-family: 'Open Sans','arial';
}
.fl-stand h2 span,.heat-box .title h2 span{font-size: 60px;}
.fl-stand .fa,.heat-box .title .fa{
	font-size: 36px;
	color: #282828;
	line-height: 45px;
	font-family: '微軟正黑體'
}
.stand-list{
	width: 92%;
	margin: 0 auto 160px;
	max-width: 1400px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}
.stand-list .warp{
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 110px;
}
.stand-list .warp .list{
	margin-bottom: 75px;
	position: relative;
	top: 20px;
	opacity: 0;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
}
.stand-list .warp .list.on{
	top: 0;
	opacity: 1;
}
.stand-list .warp ul li{
	/*height: 34px;*/
	padding: 15px 0;
	border-bottom: 1px solid #ededed;
}
.stand-list .warp ul li i{
	display: block;
	width: 34px;
	height: 34px;
	float: left;
	margin-left: 2%;
	background: url(img19.png) center no-repeat;
}
.stand-list .warp ul li .fa{
	width: 70%;
	float: left;
	line-height: 34px;
	font-size: 14px;
	color: #333333;
	margin-left: 3%;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.stand-list .warp ul li .btn{
	float: right;
	display: inline-block;
	font-size: 14px;
	line-height: 34px;
	color: #666666;
	padding-right: 20px;
	margin-right: 4.5%;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
	background: url(img20.png) center right no-repeat;
}
.stand-list .warp ul li:hover .fa{color: #0292d9}
.stand-list .warp ul li:hover .btn{
	color: #0292d9;
	background: url(img21.png) center right no-repeat;
}
.exp-list{
	width: 100%;
	padding-bottom: 95px;
	margin-bottom: 85px;
	border-bottom: 1px solid #f2f2f2;
}
.exp-list .warp{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}
.exp-list ul li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	border:1px solid #e5e5e5;
	box-sizing:border-box;
}
.exp-list ul li a,.exp-plist ul li a{
	display: block;
	width: 100%;
	height:100%;
	cursor: pointer;
}
.exp-list ul li:last-child{margin-right: 0}
.exp-list ul li .pic{
	width: 100%;
	overflow: hidden;
	background-color: #000;
}
.exp-list ul li .pic img{
	display: block;
	width: 100%;
	transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
	transform: scale(1.12);
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.exp-list ul li:hover .pic img{
	transform: scale(1.02);
	opacity:1;
	filter: alpha(opacity=100);
}

.exp-list ul li .box,#ph-list .swiper-wrapper .swiper-slide a .box{
	text-align: center;
	font-family: '微軟正黑體';
	padding:50px 3% 58px;
}
.exp-list ul li .box h3,#ph-list .swiper-wrapper .swiper-slide a .box h3{
	font-size: 20px;
	line-height: 34px;
	color: #282828;
	margin-bottom: 8px;
	font-weight: bold;
}
.exp-list ul li .box .fa,#ph-list .swiper-wrapper .swiper-slide a .box .fa,.exp-list ul li .box .fa p,#ph-list .swiper-wrapper .swiper-slide a .box .fa p{
	font-size: 16px;
	line-height: 34px;
	color: #282828;
}
.exp-list ul li .box .fa,#ph-list .swiper-wrapper .swiper-slide a .box .fa{margin-bottom: 20px;}
.exp-list ul li .box .btn,#ph-list .swiper-wrapper .swiper-slide a .box .btn,.exp-plist ul li .box .btn{
	display: block;
	width: 210px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #282828;
	background-color: #e5e5e5;
	border-radius: 30px;
	margin: 0 auto;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
}
.exp-list ul li .box .btn:hover,.exp-plist ul li .box .btn:hover{
	background-color: #0292d9;
	color: #fff;
}
#ph-list,.swiper-pro{display: none;}

.exp-plist{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto 80px;
	/*overflow: hidden;*/
}
.exp-plist ul{
	width: 102%;
	position: relative;
	top: 20px;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    opacity: 0;
}
.exp-plist ul.on{
	opacity: 1;
	top: 0;
}
.exp-plist ul li{
	width: 31%;
    float: left;
    margin:0 2.33% 70px 0;
    text-align: center;
    position: relative;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    top: 0;
}
.exp-plist ul li:hover{
	top: -8px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}
.exp-plist ul li .pic{
	width: 100%;
	overflow: hidden;
}
.exp-plist ul li .pic img{
	display: block;
	width: 100%;
}
.exp-plist ul li .box{
	padding: 50px 3%;
	text-align: center;
	border: 1px solid #e5e5e5;
    box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.exp-plist ul li .box .fa{
	font-size: 22px;
	line-height: 36px;
	color: #282828;
	font-family: '微軟正黑體';
	margin-bottom: 35px;
	min-height: 72px;
}
.exp-plist ul li .box .btn{
	font-size: 16px;
}
.exp-list.on ul li .box h3,.exp-list.on #ph-list .swiper-wrapper .swiper-slide a .box h3{
	font-size: 22px;
	color: #282828;
	line-height: 36px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	font-weight: normal;
	text-align: left;
}
.exp-list ul li .box,.exp-list.on #ph-list .swiper-wrapper .swiper-slide a .box{padding: 45px 5% 60px;}
.exp-list.on{border-bottom: 0px solid #f2f2f2;margin-bottom: 0}
.exp-list.on ul li .box .fa,.exp-list.on #ph-list .swiper-wrapper .swiper-slide a .box .fa{
	height: 112px;
	overflow: hidden;
	margin-bottom: 0;
}
.exp-list.on #ph-list .swiper-wrapper .swiper-slide a .box .fa{height: 140px}
.exp-list.on ul li .box .fa,.exp-list.on ul li .box .fa p,.exp-list.on #ph-list .swiper-wrapper .swiper-slide a .box .fa,.exp-list.on #ph-list .swiper-wrapper .swiper-slide a .box .fa p{
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}

.heat-box{
	width: 92%;
	margin: 0 auto;
	max-width: 1400px;
}
.heat-box .title{
	text-align: center;
	margin-bottom: 75px;
}
.heat-box .details{
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	font-family: '微軟正黑體';
	margin-bottom: 105px;
}
.heat-box .list{
	width: 100%;
	position: relative;
	font-family: '微軟正黑體'
}
.heat-box .list .imgbg{
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.heat-box .list ul li .pic{
	box-sizing:border-box;
	padding: 15px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1)
}
.heat-box .list ul li .box{
	padding-top: 6%
}
.heat-box .list ul li .box h3{
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 25px;
}
.heat-box .list ul li .box .fa{
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.heat-box .list ul li .box .fa.on{margin-bottom: 40px}
.heat-box .list ul li .pic img{
	display: block;
	width: 100%;
}
.heat-box .list ul li:nth-child(odd) .pic{float: left;background-color: #fff;}
.heat-box .list ul li:nth-child(odd) .box{float: right;}
.heat-box .list ul li:nth-child(even) .box{float: left;}
.heat-box .list ul li:nth-child(even) .pic{float: right;background-color: #fff;}
.heat-box .list ul .mbox1{margin-bottom: 110px;}
.heat-box .list ul .mbox1 .pic{width: 40%;}
.heat-box .list ul .mbox1 .box{width:50%;}
.heat-box .list ul .mbox2{margin-bottom: 90px;}
.heat-box .list ul .mbox2 .pic,.heat-box .list ul .mbox4 .pic{width: 42.5%}
.heat-box .list ul .mbox2 .box,.heat-box .list ul .mbox4 .box{width: 41.5%;padding-left: 10%}
.heat-box .list ul .mbox3{margin-bottom: 100px}
.heat-box .list ul .mbox3 .pic{width: 44.5%}
.heat-box .list ul .mbox3 .box{width: 48.5%}
.heat-box .list ul .mbox4{margin-bottom: 140px;}
.heat-box .list ul .mbox5{margin-bottom: 185px}
.heat-box .list ul .mbox5 .pic{width: 50.5%}
.heat-box .list ul .mbox5 .box{width:37.5%;padding-top: 10%}
.heat-box .list ul .mbox6{margin-bottom: 195px}
.heat-box .list ul .mbox6 .pic,.heat-box .list ul .mbox7 .pic,.heat-box .list ul .mbox8 .pic{width:45%}
.heat-box .list ul .mbox6 .box{width:42.5%;padding:10% 0 0 7%}
.heat-box .list ul .mbox7{margin-bottom: 140px}
.heat-box .list ul .mbox7 .box{width:40%;margin-right: 7%}
.heat-box .list ul .mbox8{margin-bottom: 140px}
.heat-box .list ul .mbox8 .box{width:38.5%;margin-left: 7%}


.floor-box1,
.floor-box2,
.floor-box3,
.floor-box4,
.floor-box5{
	width: 1400px;
	max-width: 92%;
	margin: 0 auto
}
.floor-box1 .cent-box{
	width: 49%;
	border: 1px solid #e5e5e5;
}
.floor-box1 .cent-box:nth-child(1){float: left;}
.floor-box1 .cent-box:nth-child(2){float: right;}
.floor-box1 .cent-box .pic{
	width: 32%;
	float: left;
}
.floor-box1 .cent-box .pic img{
	display: block;
	width: 100%;
}
.floor-box1 .cent-box .box{
	width: 60%;
	float: left;
	margin-left: 4%;
}
.floor-box1 .cent-box .box h2{
	font-size: 22px;
	color: #282828;
	line-height: 36px;
	padding: 40px 0 10px;
}
.floor-box1 .cent-box .box .fa{
	font-size: 14px;
	line-height:28px;
	color: #666666
}

.floor-box1 .cent-box .box .iitext {
    width:96%;
    color: #666;
    line-height: 24px;
    font-size: 14px;
    height:300px;
    overflow: hidden;
    padding-right: 20px;
}
.floor-box1 .cent-box .box .iitext .txtt {
    position: absolute;
    left: 0;
    top: 0;
    width: 95%;
}
.floor-box1 .cent-box .box .iitext .bar {
    width: 6px;
    height:100%;
    background: #f7f7f7;
    right: 0;
    top: 0;
    border-radius: 3px;
}
.floor-box1 .cent-box .box .iitext .block {
    width: 6px;
    height: 120px;
    background: #000000;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.floor-box2 h2,
.floor-box3 h2,
.floor-box4 h2,
.floor-box5 h2{
	font-size: 22px;
	line-height: 28px;
	color: #333333;
	margin: 90px 0 25px;
}
.floor-box2 .list ul li{
	padding-bottom: 44px;
	background: url(img110.jpg) 34% top repeat-y;
}
.floor-box2 .list ul li:last-child{padding-bottom: 0}
.floor-box2 .list ul li .pic{
	width: 30%;
	float: left;
}
.floor-box2 .list ul li .pic img{
	display: block;
	width: 100%;
}
.floor-box2 .list ul li .box{
	width: 60%;
	margin-left: 3%;
	float: left;
	padding-left: 5%;
	height: 100%;
}
.floor-box2 .list ul li .box h3{
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin: 20px 0 15px;
	position: relative;
}
.floor-box2 .list ul li .box h3:before{
	display: block;
	width: 7px;
	height: 7px;
	background-color: #0292d9;
	border-radius: 100%;
	position: absolute;
	left: -7%;
	top: 10px;
	content: ''
}
.floor-box2 .list ul li .box .details,
.floor-box3 .details{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	text-align: justify;
}
.floor-box3 h2{
	margin: 60px 0 20px;
}
.floor-box4 h2{
	margin:40px 0 35px
}
.floor-box4 .list{height: 440px;}
.floor-box4 .list ul{
	width: 102%;
	display: block;
	height: 100%
}
.floor-box4 .list ul li{
	width: 18%;
	float: left;
	box-sizing:border-box;
	padding: 1.5% 1.2%;
	margin-right: 2%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.1)
}
.floor-box4 .list ul li h3{
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}
.floor-box4 .list ul li .details{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-align: justify;
}
.floor-box5 .list{
	width: 100%;
	overflow: hidden;
}
.floor-box5 .list ul{width: 102%;}
.floor-box5 .list ul li{
	width: 31%;
	float: left;
	margin:0 2.3% 50px 0;
}
.floor-box5 .list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.floor-box5 .list ul li .pic{
	width: 100%;
	overflow: hidden;
	background-color: #000;
}
.floor-box5 .list ul li .pic img{
	display: block;
	width: 100%;
	transition: all .4s;
	opacity: 0.8;
    -webkit-transition: all .4s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.floor-box5 .list ul li:hover .pic img{
	 transform: scale(1.02);
    -webkit-transform: scale(1.02);
    opacity: 1;
}
.floor-box5 .list ul li .box{
	padding: 0 6% 60px;
	border: 1px solid #e5e5e5;
	box-sizing:border-box;
	border-top: 0;
}
.floor-box5 .list ul li .box h3{
	font-size: 22px;
	line-height: 36px;
	color: #282828;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
    -webkit-transition: all .3s;
	padding: 45px 0 15px;
}
.floor-box5 .list ul li:hover .box h3{color:#0292d9}
.floor-box5 .list ul li .box .details{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-align: justify;
	height: 112px;
	overflow: hidden;
}










@media (max-width:1600px){
	
}

@media (max-width:1500px){
	.floor-box1 .cent-box .box .iitext {
    height:260px;
}
}
@media (max-width:1300px){
	.heat-box .list ul li .box{padding-top: 4%;}
	.heat-box .list ul .mbox5 .box{padding-top: 6%}
	.heat-box .list ul .mbox6 .box{padding:6% 0 0 7%;}
	.heat-box .list ul .mbox2 .box, .heat-box .list ul .mbox4 .box{
		width: 45.5%;
    	padding-left: 6%;
	}
	.heat-box .list ul .mbox8 .box{
		width: 40.5%;
    	margin-left: 6%;
	}
	.exp-plist ul li .box .fa{font-size: 20px;}
	.floor-box1 .cent-box .box .iitext {
	    height: 210px;
	}
}
@media (max-width:1200px){
	.pc-title{padding: 30px 0;}
	.pc-title a{
		height: 40px;
		line-height: 40px;
	}
	.stand-list .warp{
		width: 92%;
	}
	.exp-list ul li .box .fa, .exp-list ul li .box .fa p{
		font-size: 14px;
		line-height: 26px;
	}
	.exp-list ul li .box .btn{
		height: 40px;
	    line-height: 40px;
	    font-size: 13px;
	}
	.exp-plist ul li .box .fa{
		font-size: 20px;
		line-height: 32px;
	}
	.exp-plist ul li .box .btn{
		width: 180px;
	    height: 42px;
	    line-height: 42px;
	    font-size: 15px
	}
	.heat-box .list .imgbg{top: 1.2%}
	.heat-box .list ul .mbox1{margin-bottom: 80px}
	.heat-box .list ul .mbox4,.heat-box .list ul .mbox5,.heat-box .list ul .mbox6{margin-bottom: 90px}
	.exp-plist ul li .box .fa{
		min-height: 96px
	}

	.floor-box1 .cent-box .box h2{padding: 25px 0 5px;}
	.floor-box1 .cent-box .box .iitext {height: 185px;}
	.floor-box4 .list {height: 480px;}
	.floor-box4 .list ul li .details{line-height: 26px;}
}
	
@media (max-width:1024px){
	.pc-title{padding: 30px 0;margin: -50px auto 0;}
	.pc-title a:hover{
		color: #333;
		background-color:transparent;
	}
	.fl-stand{margin: 50px 0 40px;}
	.fl-stand h2,.heat-box .title h2{font-size: 34px;}
	.fl-stand h2 span,.heat-box .title h2 span{font-size: 48px;}   
	.fl-stand .fa,.heat-box .title .fa{font-size: 29px;}
	.exp-list .warp{display: none;}
	.exp-list.on{padding-bottom: 110px;}
	#ph-list{
		display: block;
	    width: 92%;
	    margin: 0 auto;
	    position: relative;
	    overflow: hidden;
	    direction: ltr;
	    -webkit-backface-visibility: hidden;
	    -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	    -o-backface-visibility: hidden;
	    backface-visibility: hidden;
	    z-index: 1;
	}
	#ph-list .swiper-wrapper{
		position: relative;
    	width: 100%;
    	height: 100%;
	}
	#ph-list .swiper-wrapper .swiper-slide{
	    width: 50%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    text-align: center;
	    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;
	}
	#ph-list .swiper-wrapper .swiper-slide a{
		display: block;
	    width: 92%;
	    margin: 0 auto;
	}
	#ph-list .swiper-wrapper .swiper-slide a .pic{
		width: 100%;
		overflow: hidden;
	}
	#ph-list .swiper-wrapper .swiper-slide a .pic img{
		display: block;
		width: 100%;
	}
	#ph-list .swiper-wrapper .swiper-slide a .box{
		border: 1px solid #e5e5e5;
	    box-sizing:border-box;
		-moz-box-sizing:border-box; /* Firefox */
		-webkit-box-sizing:border-box; /* Safari */
		margin-bottom: 1px;
	}
	.swiper-pro{
		width: 100%;
		position: relative;
		margin-top: 30px;
		display: block;
	}
	.swiper-pro span{
		width: 10px;
	    border-radius: 100%;
	    border: 1px solid #e5e5e5;
	    height: 10px;
	    background: #fff;
	    opacity: 1;
	    margin: 0 6px;
	}
	.swiper-pro .swiper-pagination-bullet-active{
		background-color: #8c3861;
	}
	.exp-plist ul{width: 100%}
	.exp-plist ul li{
		width: 50%;
		margin:0 0 50px 0;
	}
	.exp-plist ul li a{
		width: 92%;
		margin: 0 auto;
	}
	.exp-plist ul li .box .btn{
		width: 210px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 14px;
	}
	.exp-plist ul li:hover{
		top: 0;
		box-shadow: 0 0px 0px rgba(0,0,0,0);
	}
	.heat-box .list ul li .box h3{
		margin-bottom: 15px;
		font-size: 22px;
	}
	.heat-box .list ul .mbox7 .box {
	    width: 43%;
	    margin-right: 4%;
	}

	.floor-box1 .cent-box:nth-child(1),
	.floor-box1 .cent-box:nth-child(2){
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.floor-box1 .cent-box .box h2 {
	    padding: 30px 0 10px;
	}
	.floor-box1 .cent-box .box .iitext{
		height: auto;
	}
	.floor-box1 .cent-box .box .iitext .txtt{
		position: relative;
		width: 100%;
	}
	.floor-box2 h2 {
	    margin: 40px 0 25px;
	}
	.floor-box2 .list ul li{padding-bottom: 30px;}
	.floor-box2 .list ul li .box h3:before{left: -7.3%}
	.floor-box2 .list ul li .box h3{margin: 10px 0 5px;}
	.floor-box4 .list ul li{
		width: 100%;
		float: none;
		margin-bottom: 20px;
		padding: 2%;
	} 
	.floor-box4 .list ul li h3{margin-bottom: 10px;}
	.floor-box4 .list {height: auto;}
	.floor-box5 h2{margin: 50px 0 25px;}
	.floor-box5 .list ul{width: 100%}
	.floor-box5 .list ul li{
		width: 48%;
		margin: 0 4% 30px 0;
	}
	.floor-box5 .list ul li:nth-child(even){
		margin-right: 0;
	}
	.floor-box5 .list ul li .pic{background-color: transparent;}
	.floor-box5 .list ul li .pic img{
		opacity: 1;
		transform: scale(1);
    	-webkit-transform: scale(1);
	}

}
@media (max-width:767px){
	.pc-title{display: none;}
	#ph-title{
		display: block;
	    width:100%;
	    margin: 0 auto;
	    padding: 10px 0; 
	    position: relative;
	    overflow: hidden;
	    direction: ltr;
	    -webkit-backface-visibility: hidden;
	    -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	    -o-backface-visibility: hidden;
	    backface-visibility: hidden;
	    z-index: 1;
	    background-color: #f6f6f6
	}
	#ph-title .swiper-wrapper .swiper-slide{
		width:35%;
	}
	#ph-title .swiper-wrapper .swiper-slide a{
		display: block;
		width: 100%;
		height: 34px;
		line-height: 34px;
		text-align: center;
		font-size: 15px;
		color: #333;
	}
	#ph-title .swiper-wrapper .swiper-slide.on a{
		background-color: #0292d9;
		color: #fff;
	}
	.fl-stand{margin: 40px 0 30px;}
	.fl-stand h2,.heat-box .title h2{
		font-size: 22px;
    	line-height: 40px;
	}
	.fl-stand h2 span,.heat-box .title h2 span{
		font-size: 30px;
	}
	.fl-stand .fa,.heat-box .title .fa{
		font-size: 18px;
    	line-height: 30px;
	}
	.stand-list{margin: 0 auto 60px}
	.stand-list .warp{width: 94%;padding: 15px 0 40px;}
	.stand-list .warp .list{margin-bottom: 40px;}
	.stand-list .warp ul li i{
		height: 24px;
		width: 26px;
		margin-left: 0;
		background: url(img19.png) center/16px no-repeat;
	}
	.stand-list .warp ul li .fa{
		line-height: 26px;
		width: 60%;
	}
	.stand-list .warp ul li .btn{
		font-size: 12px;
    	line-height: 26px;
    	padding-right: 12px;
    	margin-right: 0.5%;
	}
	.exp-list{margin-bottom: 50px;}
	#ph-list .swiper-wrapper .swiper-slide{
		width: 100%;
	}
	#ph-list .swiper-wrapper .swiper-slide a,.exp-plist ul li a{
		width:96%;
	}
	#ph-list .swiper-wrapper .swiper-slide a .box{
		padding: 30px 3% 35px;
	}
	#ph-list .swiper-wrapper .swiper-slide a .box h3,.exp-list.on #ph-list .swiper-wrapper .swiper-slide a .box h3{
		font-size: 18px;
    	line-height: 30px;
	}
	#ph-list .swiper-wrapper .swiper-slide a .box .fa p,.exp-list.on #ph-list .swiper-wrapper .swiper-slide a .box .fa p{
		font-size: 14px;
		line-height: 24px;
	}
	#ph-list .swiper-wrapper .swiper-slide a .box .btn,.exp-plist ul li .box .btn{
		width: 180px;
	    height: 40px;
	    line-height: 40px;
	}
	.exp-list.on #ph-list .swiper-wrapper .swiper-slide a .box .fa{height: auto;}
	.exp-list.on #ph-list .swiper-wrapper .swiper-slide a .box{padding: 35px 5% 30px;}
	.exp-plist ul li{
		width:100%;
		margin: 0 0 30px 0;
	}
	.exp-plist ul li .box{
		padding: 40px 5%;
	}
	.exp-plist ul li .box .fa{
		font-size: 16px;
    	line-height: 26px;
	}
	.exp-list.on{margin-bottom: 0;padding-bottom: 90px}
	.heat-box .title{margin-bottom: 30px}
	.heat-box .details{
		font-size: 14px;
	    line-height: 26px;
	    margin-bottom: 40px;
	}
	.heat-box .list .imgbg{display: none;}
	.heat-box .list ul li .pic{padding: 13px;}
	.heat-box .list ul li:nth-child(odd) .pic,
	.heat-box .list ul li:nth-child(odd) .box,
	.heat-box .list ul li:nth-child(even) .pic,
	.heat-box .list ul li:nth-child(even) .box{float: none;}
	.heat-box .list ul .mbox1 .pic,
	.heat-box .list ul .mbox2 .pic, 
	.heat-box .list ul .mbox4 .pic,
	.heat-box .list ul .mbox3 .pic,
	.heat-box .list ul .mbox5 .pic,
	.heat-box .list ul .mbox6 .pic, 
	.heat-box .list ul .mbox7 .pic, 
	.heat-box .list ul .mbox8 .pic{width: 100%;}
	.heat-box .list ul .mbox1 .box,
	.heat-box .list ul .mbox2 .box, 
	.heat-box .list ul .mbox4 .box,
	.heat-box .list ul .mbox3 .box,
	.heat-box .list ul .mbox5 .box,
	.heat-box .list ul .mbox6 .box,
	.heat-box .list ul .mbox7 .box,
	.heat-box .list ul .mbox8 .box{width: 100%;padding-left:0%;margin: 0;}
	.heat-box .list ul li .box{padding-top: 5%}
	.heat-box .list ul .mbox1,
	.heat-box .list ul .mbox2,
	.heat-box .list ul .mbox3,
	.heat-box .list ul .mbox4, 
	.heat-box .list ul .mbox5, 
	.heat-box .list ul .mbox6,
	.heat-box .list ul .mbox7{margin-bottom: 30px;}
	.heat-box .list ul li .box h3{
		margin-bottom:5px;
    	font-size: 16px;
    	line-height: 26px;
	}
	.heat-box .list ul li .box .fa ,
	.floor-box1 .cent-box .box .fa,
	.floor-box3 .details{
	    font-size: 14px;
	    line-height: 26px;
	}
	.heat-box .list ul li .box .fa.on {margin-bottom: 20px;}
	.heat-box .list ul .mbox8{margin-bottom: 80px;}
	.exp-plist ul li .box .fa{min-height: 0}

	.floor-box1 .cent-box .box h2{
	    padding: 0;
	    font-size: 16px;
	    line-height: 30px;
	}
	.floor-box1 .cent-box {border: 0;}
	.floor-box1 .cent-box .box .iitext{width: 100%}
	.floor-box1 .cent-box .box .fa{text-align: justify;}
	.floor-box2 h2 {
		margin: 20px 0 20px;
		font-size: 18px;
	}
	.floor-box2 .list ul li {
	    padding-bottom: 20px;
	}
	.floor-box2 .list ul li .box h3:before {
	    left: -7.6%;
	    width: 5px;
    	height: 5px;
	}
	.floor-box2 .list ul li .box h3{
		margin: 0px 0 5px;
		font-size: 16px;
	}
	.floor-box3 h2{
		margin: 40px 0 8px;
		font-size: 18px;
	}
	.floor-box5 h2{
		font-size: 18px;
		margin: 30px 0 20px;
	}
	
	.floor-box4 h2{font-size: 18px;margin: 30px 0 20px;}
	.floor-box4 .list ul li{padding: 2.5% 3.5%;}
	.floor-box4 .list ul li h3{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.floor-box5 .list ul li{
		float: none;
		width: 100%;
		margin:0 0 30px 0;
	}
	.floor-box5 .list ul li .box{padding: 0 5% 25px;}
	.floor-box5 .list ul li .box h3{
		font-size: 16px;
    	line-height: 28px;
    	padding: 20px 0 10px;
	}
	.floor-box5 .list ul li .box .details{
		line-height: 26px;
		height: auto;
	}

}