

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

.forie{
	width: 100%;
	height: 100%;
	background:#eaeaea url(../img/tishi.png) center no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}
body{

	font-family: "Noto Sans S Chinese","微軟正黑體", "Microsoft JhengHei","Source Han Sans CN","Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
}
.w1400{
	max-width: 1400px;
	padding: 0 180px;
	margin: 0 auto;
}
/* 重置表单元素 */
select::-ms-expand { display: none; }
input,select,textarea{
	box-shadow: none;
	outline: none;
	border: none;
	border-radius: 0;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance:none;
	appearance:none;  
	padding: 0;
}
/* .wow{
	visibility: hidden;
}
.ismob .wow{
	visibility: visible !important;
	} */
	img{
		width: 100%;
	}
	.els{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.imgs{
		position: relative;
		overflow: hidden;
	}
	.bgimg{
		position: absolute;
		width: 100%;
		height: 100%;
		transition: all .4s ease-out;
		top: 0;
		left: 0;
		background: no-repeat center/cover;
	}
	.bgimg img{
		opacity: 0;
	}
	.select select{
		width: 100%;
		height: 100%;
		font-size: 14px;
	}
	.pagination1{
		padding: 14px 30px 11px;
		background: #fafafa;
		text-align: center;
	}
	.pagination1 a{
		display: inline-block;
		width: 27px;
		height: 27px;
		line-height: 27px;
		text-align: center;
		font-size: 14px;
		color: #666666;
		background: transparent;
		margin: 0 10px;
		transition: all .4s ease-out;
	}
	.pagination1 a.active{
		background-color: #d82128;
		color: #ffffff;
	}
	.pagination1 a.prev,
	.pagination1 a.next{
		width: auto;
	}
	.pagination1 a.prev{
		padding-left: 24px;
		background: url('../img/paging-prev.png') no-repeat left center/10px auto;
	}
	.pagination1 a.next{
		padding-right: 24px;
		background: url('../img/paging-next.png') no-repeat right center/10px auto;
	}
	.pagination2{
		text-align: center;
	}
	.pagination2 a{
		display: inline-block;
		width: 38px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		border: 1px solid #d9d9d9;
		vertical-align: top;
		margin: 0 7px;
		font-size: 16px;
		font-family: 'Arial';
		color: #888888;
		transition: all .4s ease-out;
	}
	.pagination2 a.active{
		border: 1px solid #c82f2f;
		background-color: #c82f2f;
		color: #ffffff;
	}
	.pagination2 a.prev,
	.pagination2 a.next{
		border: none;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background: url('../img/paging-prev.png') no-repeat center/6px auto;
		font-size: 0;
	}
	.pagination2 a.next{
		background-image: url('../img/paging-next.png');
	}
	/* 工具类 */
	.visible-xs,
	.visible-sm,
	.visible-md,
	.visible-lg {
		display: none !important;
	}
	@media (max-width: 991px) and (min-width: 768px){
		.visible-sm {
			display: block !important;
		}
		.hidden-sm {
			display: none !important;
		}
	}
	@media (max-width: 767px){
		.visible-xs {
			display: block !important;
		}
		.hidden-xs {
			display: none !important;
		}
	}
	@media (max-width: 1199px) and (min-width: 992px){
		.visible-md{
			display: inline-block !important;
		}
		.hidden-md{
			display: none !important;
		}
	}
	@media (min-width: 1200px){
		.visible-lg{
			display: inline-block !important;
		}
	}
	/* end */
	.ad{
		height: 26vw;
		background: no-repeat center/cover;
	}

	/* 头部 */
	header{
		position: absolute;
		width: 100%;
		height: 145px;
		line-height: 145px;
		box-sizing: border-box;
		padding: 0 40px;
		top: 0;
		left: 0;
		z-index: 11;
	}
	header .logo{
		vertical-align: top;
		float: left;
	}
	header .logo img{
		width: auto;
		height: 93px;
		vertical-align: middle;
		min-height: 50px;
		display: none;
	}
	header .logo img:first-child{
		display: inline-block;
	}
	header nav{
		display: inline-block;
		vertical-align: top;
		margin-left: 120px;
	}
	header nav .item{
		position: relative;
		display: inline-block;
		line-height: 1;
		vertical-align: middle;
		-transition: all .4s ease;
	}
	header nav .item .item-tit{
		padding: 0 24px;
	}

	@media(min-width:1025px){
		header nav .item .item-tit{
			line-height: 145px;
		}
		header nav{

			float: left;
		}
	}
	header nav .item.isdown .item-tit:after{
		content: '';
		position: absolute;
		width: 13px;
		height: 7px;
		background: url('../img/nav-sel-down.png') no-repeat center/100% auto;
		top: 50%;
		right: 0;
		margin-top: -4px;
		transition: all .4s ease;
		opacity: 0;
	}
	header nav .item.on .item-tit:after{
		background-image: url('../img/nav-sel-down-h.png');
	}
	header nav .item .sub-con{
		position: absolute;
		top: 100%;
		width: 100%;
		font-size: 14px;
		height: 0;
		-transition: all .4s ease;
		visibility: hidden;
		opacity: 0;
		overflow: hidden;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	@media(min-width:1025px){
		header nav .item{
			float: left;
		}
		header nav .item .sub-con{
			top: 80px;
		}
	}
	header nav .item .sub-con a{
		font-size: 14px;
		line-height: 2;
		padding: 0;
	}
	header nav .item.on .sub-con a{
		color: #fff;
	}
	header nav .item:hover .sub-con{
		height: 8em;
		opacity: 1;
		visibility: visible;
	}
	header nav a{
		font-size: 16px;
		color: #fff;
		display: inline-block;
		vertical-align: middle;
		line-height: 2.25;
		position: relative;
		padding: 0 .5em;
		-transition: all .4s ease-out;
	}
	header nav .item.on a:before{
/* 	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0; */
}
header nav .item + .item{
	margin-left: 24px;
}
header nav .item.on .item-tit{
	/*color: #d82128;*/
	color: #d82128;
	font-weight: bold;
}
header.noban nav .item.on .item-tit{
	color: #d82128;
	font-weight: bold;
}
header nav .item.on a:before{
	background-color: #d82128;
	font-weight: bold;
}

header nav a.item-tit:hover {
	color: #d82128;
	font-weight: bold;
}

header nav div.sub-con a:hover {
	color: #d82128;
	font-weight: bold;
}


header .search-box{
	height: 100%;
	position: absolute;
	right: 30px;
	padding-left: 15px;
}
header .search-box .search-ico{
	height: 100%;
	width: 30px;
	background: url('../img/search-ico.png') no-repeat center/19px auto;
}
header .search-box .search-text{
	width: 0;
	height: 100%;
	font-size: 16px;
	vertical-align: top;
	padding-left: 0;
	background: transparent;
	color: #fff;
	transition: all .4s ease-out;
	overflow: hidden;
	text-overflow: ellipsis;
}
footer{
	line-height: 60px;
	background-color: #000000;
	font-size: 14px;
	color: rgba(255,255,255,.7);
}
footer .t-c{
	margin-left: 30px;
}
footer a{
	color: rgba(255,255,255,.7);
	transition: all .4s ease-out;
}
footer i{
	display: inline-block;
	height: 1em;
	width: 1px;
	background: rgba(255,255,255,.7);
	vertical-align: middle;
	margin: 0 1em;
}
.nav-box{
	line-height: 62px;
	padding: 8px 0 0;
	border-bottom: 1px solid #c7c7c7;	
	text-align: center;
}
.nav-box a{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	color: #666666;
	font-size: 22px;
	text-align: center;
	transition: all .4s ease-out;
	position: relative;
}
.nav-box a:after{
	content: '';
	position: absolute;
	height: 1em;
	width: 1px;
	background: #e5e5e5;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}
.nav-box a:last-child:before{
	content: '';
	position: absolute;
	height: 1em;
	width: 1px;
	background: #e5e5e5;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}
.nav-box a.on{
	color: #b21d22;
}
#about .wrap1{
	padding: 50px 0 90px;
	background: url(../img/about-bg.jpg) no-repeat top center;
}
#about .wrap1 .titbox{
	line-height: 1.5;
}
#about .wrap1 .titbox .t1{
	font-size: 28px;
	color: #666666;
}
#about .wrap1 .titbox .t2{
	font-size: 40px;
	color: #333333;
}
#about .wrap1 .con{
	padding-top: .8em;
	font-size: 16px;
}
#about .wrap1 .con p{
	color: #888888;
	line-height: 1.625;
	text-align: justify;
}
#about .wrap1 .con p + p{
	padding-top: .5em;
}
#about .wrap1 .number-list{
	padding: 84px 0 0;
	text-align: center;
}
#about .wrap1 .number-list .item{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
}
#about .wrap1 .number-list .d1 span{
	font-size: 58px;
	font-weight: bold;
	font-family: 'Arial';
	line-height: 1;
	color: #d82128;
}
#about .wrap1 .number-list .d1 i{
	font-size: 12px;
	color: #666666;
	font-style: normal;
	display: inline-block;
	padding-left: .5em;
	line-height: 24px;
}
#about .wrap1 .number-list .item:nth-child(3) .d1 i{
	font-size: 18px;
	color: rgba(102,102,102,.6);
	font-family: 'Arial';
	font-weight: bold;
	line-height: 24px;
}
#about .wrap1 .number-list .item:nth-child(4) .d1 i{
	font-size: 18px;
	color: rgba(102,102,102,.6);
	font-family: 'Arial';
	font-weight: bold;
	line-height: 24px;
}
#about .wrap1 .number-list .item:nth-child(5) .d1 i{
	font-size: 18px;
	color: rgba(102,102,102,.6);
	font-family: 'Arial';
	font-weight: bold;
	line-height: 24px;
}
#about .wrap1 .number-list .d2{
	font-size: 12px;
	color: #666666;
}
.htit{
	position: relative;
	text-align: center;
}
.htit .cn{
	font-size: 40px;
	color: #333333;
	padding-top: .5em;
	position: relative;
	z-index: 2;
	font-weight: bold;
}
.htit .en{
	position: absolute;
	width: 100%;
	text-align: center;
	top: -.14em;
	left: 0;
	font-size: 80px;
	line-height: 1;
	color: #eaeaea;
	font-family: "CenturyGothicStd-Bold";
}
#history .wrap1{
	padding: 62px 0 120px;
	overflow: hidden;
}
#history .wrap1 .history-box{
	margin-top: 40px;
	color: #d82128;
	text-align: center;
	line-height: 1.3;
}
#history .wrap1 .history-box .top{
	position: relative;
}
#history .wrap1 .history-box .top:after{
	content: '';
	display: block;
	position: absolute;
	width: 1920px;
	left: 50%;
	transform: translate(-50%,0);
	height: 1px;
	background-color: #e5e5e5;
	bottom: 28px;
}
#history .wrap1 .history-box .top .prev,
#history .wrap1 .history-box .top .next{
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #d82128 url('../img/arrow.png') no-repeat center/21px auto;
	bottom: 7px;
	left: 0;
	z-index: 2;
	cursor: pointer;
}
#history .wrap1 .history-box .top .next{
	left: auto;
	right: 0;
	transform: rotate(180deg);
}
#history .wrap1 .history-box .top .swiper-container{
	padding: 60px 0 24px;
	width: 1000px;
	max-width: calc(100% - 100px);
	margin: 0 auto;
}
#history .wrap1 .history-box .history-tit .d1{
	font-size: 16px;
	color: #d82128;
}
#history .wrap1 .history-box .history-tit .d2{
	font-size: 36px;
	font-family: "Arial";
}
#history .wrap1 .history-box .time{
	font-size: 20px;
	color: #666666;
	transition: all .4s ease-out;
	position: relative;
	top: 0;
}
#history .wrap1 .history-box .radio{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #707070;
	margin-top: 6px;
	position: relative;
}
#history .wrap1 .history-box .radio:after{
	content: '';
	width: 22px;
	height: 22px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .4s ease-out;
}
#history .wrap1 .history-box .top .swiper-slide{
	width: 20%;
	cursor: pointer;
}
#history .wrap1 .history-box .top .swiper-slide-active .time{
	transform: scale(1.2,1.2);
	color: #d82128;
	top: -30px;
}
#history .wrap1 .history-box .top .swiper-slide-active .radio{
	background-color: #d82128;
}
#history .wrap1 .history-box .top .swiper-slide-active .radio:after{
	box-shadow: inset 0 0 0 1px #d82128;
}
#history .wrap1 .history-box .bot{
	width: 576px;
	max-width: 100%;
	margin: 20px auto 0;
	font-family: "苹方";
	background-color: #fff;
}
#history .wrap1 .history-box .text-tit{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
#history .wrap1 .history-box .text-con{
	font-size: 16px;
	color: #666666;
	line-height: 1.75;
	padding-top: .5em;
}
#culture .wrap1{
	padding: 74px 0 90px;
}
#culture .wrap1 .box{
	background-color: #f3f3f3;
}
#culture .wrap1 .box .left{
	width: 53.57142857142857%;
	float: left;
	box-sizing: border-box;
	padding: 30px 3.58%;
}
#culture .wrap1 .box .left .itembox{
	width: 100%;
	height: 210px;
	position: relative;
	margin: 80px auto 0;
}
#culture .wrap1 .box .left .tit{
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
#culture .wrap1 .box .left .con{
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
}
#culture .wrap1 .box .left .item{
	position: absolute;
}
#culture .wrap1 .box .left .item:first-child{
	width: 49.23%;
	left: 0;
	top: 50px;
	text-align: right;
}
#culture .wrap1 .box .left .item:nth-child(2){
	width: 52.08%;
	right: 0;
	top: 0;
}
#culture .wrap1 .box .left .item .d1{
	font-size: 14px;
	color: #666666;
	line-height: 2;
	max-width: calc(100% - 136px);
	display: inline-block;
	vertical-align: bottom;
	top: 1.5em;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	padding-right: 1em;
}
#culture .wrap1 .box .left .item:nth-child(2) .d1{
	float: right;
	padding-left: 1em;
}
#culture .wrap1 .box .left .item img{
	width: 132px;
}
#culture .wrap1 .box .right{
	float: right;
	width: 46.42857142857143%;
	box-sizing: border-box;
	padding: 14px 45px 34px 65px;
	border-left: 1px solid #dcdcdc;
}
#culture .wrap1 .box .right .d1{
	font-size: 32px;
	color: #333333;
	line-height: 1.2;
	font-weight: bold;
	padding-top: .5em;
}
#culture .wrap1 .box .right .d2{
	font-size: 18px;
	color: #666666;
	line-height: 1.5;
}
#culture .wrap1 .box .right .d3{
	font-size: 12px;
	color: #888888;
	line-height: 1.75;
}
#culture .wrap1 .box .right li{
	width: 45%;
	float: left;
}
#culture .wrap1 .box .right li:nth-child(2n){
	float: right;
}
#culture .wrap2{
	padding: 0 0 80px;
}
#culture .wrap2 .htit .cn{
	padding-top: .5em;
}
#culture .wrap2 ul{
	margin-top: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#culture .wrap2 ul li{
	width: 20%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0 2px;
}
#culture .wrap2 ul li + li{
	border-left: 1px solid #e7e7e7;
}
#culture .wrap2 ul li img{
	width: 48px;
}
#culture .wrap2 ul li .text{
	width: 200px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
}
#culture .wrap2 ul li .d1{
	font-size: 20px;
	color: #333333;
	padding-top: .4em;
}
#culture .wrap2 ul li .d2{
	font-size: 14px;
	color: #666666;
	line-height: 1.43;
}
#news .wrap1{
	padding: 50px 0 108px;
}
#news .wrap1 ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#news .wrap1 li{
	width: 25%;
	box-sizing: border-box;
	margin-bottom: 46px;
}
#news .wrap1 li a{
	display: block;
	padding: 0 10px;
}
#news .wrap1 li .imgs{
	overflow: hidden;
}
#news .wrap1 li .imgs img{
	transition: all .4s ease-out;
}
#news .wrap1 li .time{
	font-size: 16px;
	font-family: 'Arial';
	color: #888888;
}
#news .wrap1 li .text{
	padding: 24px 22px 20px 10px;
	border-bottom: 1px solid #e5e5e5;
}
#news .wrap1 li .d1{
	font-size: 20px;
	color: #333333;
}
#news .wrap1 li .d2{
	font-size: 13px;
	color: #888888;
	line-height: 1.692;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#news .wrap1 li .more{
	font-size: 14px;
	color: #888888;
	display: inline-block;
	padding-right: 1em;
	background: url('../img/news-arrow.png') no-repeat right/6px auto;
	margin-top: 16px;
	transition: all .4s ease-out;
}
#honor .wrap1{
	padding: 64px 0 0;
}
#honor .wrap1 .htit .cn{
	padding-top: 1em;
	line-height: 1;
}
#honor .wrap1 .select{
	width: 146px;
	float: right;
}
#honor .wrap1 .select select{
	width: 100%;
}
#honor .wrap1 .select .ui-selectbox{
	height: 38px;
	line-height: 38px;
}
#honor .wrap1 .select .ui-selectbox .ui-selectbox-icon{
	border-top: 5px solid #d82128;
}
#honor .wrap1 .select .ui-selectbox-open .ui-selectbox-icon{
	margin-top: -3px;
	border-top: 0 none;
	border-bottom: 5px solid #d82128;
}
.select .ui-selectbox-open{
	box-shadow: none;
	background: transparent; 	
}
#honor .wrap1 .top{
	padding-bottom: 24px;
}
#honor .wrap1 .fot{
	background-color: #fafafa;
	padding: 40px 0 50px;
}
#honor .wrap1 .fot .wrap-box{
	position: relative;
}
#honor .wrap1 .fot .prev,
#honor .wrap1 .fot .next{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid rgba(6,6,6,.22);
	background: url('../img/honor-prev.png') no-repeat center/8px auto;
	left: -70px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: all .4s ease;
	cursor: pointer;
	z-index: 2;
}
#honor .wrap1 .fot .prev:after{
	content: '';
	background-image: url('../img/honor-prev-h.png');
	visibility: hidden;
	position: absolute;
}
#honor .wrap1 .fot .next:after{
	content: '';
	background-image: url('../img/honor-next-h.png');
	visibility: hidden;
	position: absolute;
}
#honor .wrap1 .fot .next{
	left: auto;
	right: -70px;
	background-image: url('../img/honor-next.png');
}
#honor .wrap1 .fot .swiper-container{
	margin: 0 -13px;
}
#honor .wrap1 .fot .box{
	padding: 0 13px;
}
#honor .wrap1 .fot .d1{
	font-size: 12px;
	line-height: 48px;
	color: #b21d22;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	padding: 4px 30px 0;
}
#honor .wrap1 .swiper-slide{
	width: 25%;
}
#project .wrap1{
	padding: 76px 0 60px;
}
#project .selbox{
	margin-top: 28px;
}
#project .selbox .select{
	display: inline-block;
	width: 160px;
	margin: 0 4px;
	vertical-align: top;
}
#project .selbox .select .ui-selectbox{
	border: 1px solid #e5e5e5;
	height: 36px;
	line-height: 36px;
}
#project .selbox .select .ui-selectbox-inner{
	font-size: 14px;
	color: #666666;
}
#project .selbox .select .ui-selectbox .ui-selectbox-icon{
	border-top: 7px solid #d82128;
	border-left: 6px dashed transparent;
	border-right: 6px dashed transparent;
}
#project .selbox .select .ui-selectbox-open .ui-selectbox-icon{
	border-top: 0 none;
	border-bottom: 7px solid #d82128;
}	
#project .wrap1 ul{
	margin: 24px -6px 0;
}
#project .wrap1 ul li{
	width: 25%;
	box-sizing: border-box;
	padding: 0 6px;
	float: left;
	margin-bottom: 30px;
}
#project .wrap1 ul li a{
	display: block;
}
#project .wrap1 ul li .text{
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 8px 36px;
}
#project .wrap1 ul li .d1{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
#project .wrap1 ul li .d2{
	font-size: 14px;
	color: #666666;
}
#project .wrap1 .more-add{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	padding-right: 30px;
	position: relative;
	margin-top: 4px;
	transition: all .4s ease-in;
}
#project .wrap1 .more-add:after{
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	background:#d82128 url('../img/ajax-down.png') no-repeat center/8px auto;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-radius: 50%;
}
#school .wrap1{
	padding: 60px 0 72px;
}
#school .wrap1 ul{
	margin: 30px -10px 10px;
}
#school .wrap1 li{
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 18px;
}
#school .wrap1 li a{
	display: block;
}
#school .wrap1 li .d1{
	font-size: 12px;
	color: #666666;
	line-height: 50px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-top: none;
}
#school .wrap2{
	padding: 50px 0 84px;
	background: #f5f5f5;
}
#school .wrap2 .swiper-container,
#designer .wrap2 .swiper-container{
	margin: 30px 0 0;
}
#school .wrap2 .swiper-container .swiper-slide,
#designer .wrap2 .swiper-container .swiper-slide{
	box-sizing: border-box;
	width: calc(50% - 10px);
	margin-right: 20px;
}
#school .wrap2 .swiper-container .swiper-slide:last-child,
#designer .wrap2 .swiper-container .swiper-slide:last-child{
	margin-right: 0px;
}
.swiper-container.bai .mask{
	width: 100%;
	height: 100%;
	background: url('../img/swiper-mask.png') repeat-y top right/100% auto;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 3;
	pointer-events:none;
}
.swiper-button-prev.bai,
.swiper-button-next.bai{
	width: 64px;
	height: 30px;
	background: url('../img/swiper-prev.png') no-repeat center/100% auto;
	left: 30px;
	margin-top: -15px;
}
.swiper-button-next.bai{
	right: 30px;
	left: auto;
	background-image: url('../img/swiper-next.png');
}
#designer .wrap1{
	padding: 60px 0 56px;
}
#designer .wrap1 .searinp{
	text-align: right;
	position: relative;
	border: 1px solid #e5e5e5;
	float: right;	
	margin-top: -10px;
}
#designer .wrap1 .searinp .submit{
	position: absolute;
	width: 18px;
	height: 100%;
	left: 14px;
	top: 0;
	background: url('../img/designer-search-ico.png') no-repeat center/100% auto;
	font-size: 0;
}
#designer .wrap1 .searinp .text{
	width: 188px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	padding: 0 20px 0 40px;
	font-size: 14px;
	color: #888888;
}
#designer .wrap1 ul{
	margin: 30px -15px 20px;
}
#designer .wrap1 ul li{
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 30px;
}
#designer .wrap1 ul li a{
	position: relative;
	display: block;
}
#designer .wrap1 ul li a .imgs .bgimg:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.1);
}
#designer .wrap1 ul li .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.45);
	color: #fff;
	text-align: center;
	opacity: 0;
	transition: all .4s ease-out;
}
#designer .wrap1 ul li .text{
	position: absolute;
	left: 0px;
	bottom: 14px;
	line-height: 1.7;
	transition: all .2s ease-out;
	text-align: left;
	z-index: 2;
	color: #ffffff;
	box-sizing: border-box;
	padding:0 30px;
	width: 100%;
}
#designer .wrap1 ul li .ico{
	width: 15px;
	position: absolute;
	right: 30px;
	top: 20px;
	opacity: 0;
	transform: translate(-20%, 0);
	transition: all .4s ease;
}
#designer .wrap1 ul li .d1{
	font-size: 24px;
	padding-top: 0;
}
#designer .wrap1 ul li .d2{
	font-size: 14px;
}
#designer .wrap2{
	background: #f5f5f5;
	padding: 50px 0 78px;
}
header.noban{
	background: #fff;
	position: relative;
	box-shadow: 0 4px 7px 3px rgba(24,30,34,.06);
}
header.noban nav .item.isdown .item-tit:after{
	background-image: url('../img/nav-sel-down-m.png');
}
header.noban .sub-con{
	background-color: #fff;
}
header.noban .search-box .search-text{
	color: #333;
}
header.noban .search-box{
	background: #fff;
}
header.noban .logo img:nth-child(1){
	display: none;
}
header.noban .logo img:nth-child(2){
	display: inline-block;
}
header.noban .navbar .line{
	background: #000;
}
header.noban .search-box .search-ico{
	background-image: url('../img/search-ico-h.png');
}
header.noban nav a{
	color: rgba(102,102,102,.77);
}
header.noban nav a.on{
	color: rgba(216,33,40,.77);
}
#recruit .wrap1{
	padding: 80px 0 104px;
}
#recruit .wrap1 .box{
	width: calc(100% - 80px);
	margin: 0 auto;
}
#recruit .wrap1 .join-swiper{
	position: relative;
	margin-top: 24px;
}
#recruit .wrap1 .join-swiper .swiper-container{
	margin: 0 -5px;
}
#recruit .wrap1 .join-swiper .swiper-slide{
	width: 20%;
	box-sizing: border-box;
	padding: 0 5px;
}
#recruit .wrap1 .join-swiper .swiper-slide .join-btn{
	font-size: 22px;
	color: #666666;
	line-height: 68px;
	text-align: center;
	background: rgba(0,0,0,.1);
	transition: all .4s ease-out;
	cursor: pointer;
	padding: 0 5%;
}
#recruit .wrap1 .join-swiper .swiper-slide.on .join-btn{
	background-color: #bd3237;
	color: #fff;
}
#recruit .wrap1 .join-swiper .swiper-button-prev,
#recruit .wrap1 .join-swiper .swiper-button-next{
	width: 29px;
	height: 18px;
	left: auto;
	background: no-repeat center/100% auto;
	margin-top: -9px;
	opacity: .4;
}
#recruit .wrap1 .join-swiper .swiper-button-prev{
	left: -60px;
	background-image:  url('../img/join-prev.png');
}
#recruit .wrap1 .join-swiper .swiper-button-next{
	right: -60px;
	background-image:  url('../img/join-next.png');
}
#recruit .wrap1 .join-desc{
	margin-top: 90px;
}
#recruit .wrap1 .join-desc .swiper-slide{
	background: #fff;
}
#recruit .wrap1 .join-desc .item + .item{
	margin-top: 40px;
}
#recruit .wrap1 .join-desc h4{
	font-size: 28px;
	color: #bd3237;
	line-height: 1;
	padding-bottom: .5em;
}
#recruit .wrap1 .join-desc p{
	font-size: 16px;
	color: #666666;
	line-height: 1.625;
}
#recruit .wrap1 .join-desc p + p{
	margin-top: 10px;
}
#recruit .wrap1 .join-desc .imgs{
	width: 470px;
}
#recruit .wrap1 .join-desc .text{
	width: calc(100% - 500px);
}
#recruit .wrap1 .join-desc .join-more{
	display: block;
	font-size: 16px;
	color: #fff;
	width: 192px;
	text-align: center;
	height: 43px;
	line-height: 43px;
	border: 1px solid rgba(0,0,0,.22);
	margin-top: 40px;
	transition: all .4s ease-out;
	background: #bd3237;
}
/* #contact .wrap1{
	position: relative;
}
#contact #map{
	height: calc(100vh - 205px);
	min-height: 600px;
}
#contact .wrap1 .box{
	width: 1400px;
	margin: 0 30px;
	padding: 44px 0 56px;
	max-width: calc(100% - 60px);
	position: absolute;
	left: calc(50% - 30px);
	transform: translate(-50.2% , 0);
	background: #fff;
	box-sizing: border-box;
	text-align: center;
	bottom: 50px;
}
#contact .wrap1 .box .text{
	line-height: 1.2;
}
#contact .wrap1 .box .text .d1{
	font-size: 36px;
	color: #d82128;
	font-weight: bold;
}
#contact .wrap1 .box .text .d2{
	font-size: 16px;
	font-family: 'Arial';
	color: #959494;
}
#contact .wrap1 .box ul{
	text-align: center;
	margin-top: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:center;
}
#contact .wrap1 .box li{
	width: 21.428571428571427%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 10px;
	box-sizing: border-box;
	border-left: 1px solid #e3e3e3;
}
#contact .wrap1 .box li:first-child{
	width: 33.57142857142857%;
	border-left: none;
}
#contact .wrap1 .box li .ico{
	width: 30px;
	margin: 0 auto;
}
#contact .wrap1 .box li .d1{
	font-size: 18px;
	color: #333333;
	padding-top: 4px;
}
#contact .wrap1 .box li .d2{
	font-size: 14px;
	color: #666666;
	line-height: 1.7143;
	max-width: 300px;
	padding: 0 20px;
	margin: 0 auto;
	} */
	/* contact */
	#contact .wrap1{
		padding: 100px 0;
	}

	#contact .wrap1 .map-wrap{
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}

		#contact .wrap1 .map-wrap .map{
			width: 58%;
			height: 400px;
		}
	#contact .wrap1 ul{
		width: 40%;
		margin: 0 -18px 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	#contact .wrap1 ul li{
		width: 100%;
		margin: 0 18px 30px;
		box-sizing: border-box;
		float: left;
		background-color: #fafafa;
		padding: 24px 40px 30px;
	}
	#contact .wrap1 .d1{
		font-size: 24px;
		color: #333333;
		line-height: 1.5;
	}
	#contact .wrap1 .d2{
		font-size: 12px;
		font-family: 'Arial';
		color: #888888;
		line-height: 1.5;
		padding-bottom: 16px;
	}
	#contact .wrap1 ul li .local label{
		background-image: url('../img/contact-local.png');
	}
	#contact .wrap1 ul li .tel label{
		background-image: url('../img/contact-tel.png');
	}
	#contact .wrap1 ul li .tex label{
		background-image: url('../img/contact-tex.png');
	}
	#contact .wrap1 ul li .email label{
		background-image: url('../img/contact-email.png');
	}
	#contact .wrap1 ul li .local{
		color: #d82128;
		font-size: 14px;
	}
	#contact .wrap1 ul li label{
		display: inline-block;
		padding-left: 22px;
		background: no-repeat left center/18px auto;
		font-size: 14px;
		vertical-align: top;
	}
	#contact .wrap1 ul li span{
		font-size: 14px;
		line-height: 1.57;
		padding-top:4px;
		display: inline-block;
		max-width: calc(100% - 3em - 22px);
		vertical-align: top;
	}
	#contact .wrap1 ul li .con p{
		margin-top: 8px;
	}
	#organize .wrap1{
		padding: 80px 0 88px;
	}
	#organize .w1400{
		-max-width: 1280px;
	}
	#organize .wrap1 .w1400{
		position: relative;
	}
	#organize .wrap1 #imgContainer{
		position: relative;
		margin-top: 0px;
	}
	#main .logo-bg{
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 20;
		background-color: #fff;
	}
	#main .logo-bg img{
		width: 20.7vw;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
		opacity: 1;
		/* animation: scale2 1.4s ease-out infinite; */
	}
	@keyframes scale2{
		0% {
			transform: scale(1,1);
		}
		50% {
			transform: scale(1.5,1.5);
		}
		100%{
			transform: scale(1,1);
		}
	}
	#main .swiper-container.page-sw{
/* 	width: 100vw;
height: 100vh; */
min-height: 600px;
background-color: #2f2f2f;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
#main .swiper-container.page-sw .swiper-wrapper.one{
	transition-delay: 0s;
}
#main .swiper-container.page-sw .swiper-wrapper.two{
	transition-delay: 1.6s;
}
#main .swiper-container.page-sw .swiper-wrapper.three{
	transition-delay: .5s;
}
#main .swiper-container.page-sw .swiper-wrapper.four{
	transition-delay: .6s;
}
#main .swiper-container.page-sw .swiper-wrapper.five{
	transition-delay: .8s;
}
#main .swiper-container.page-sw .swiper-slide,
#main .swiper-container.page-sw .swiper-slide .bg{
	width: 100% !important;
	height: 100% !important;
	background: no-repeat center/cover;
}
#main .swiper-container.page-sw .swiper-slide .bg{
	position: absolute;
	top: 0;
	left: 0;
}
#main .swiper-container.page-sw .swiper-slide{
	position: relative;
	overflow: hidden;
}
#main .swiper-button-prev{
	left: 40px;
}
#main .swiper-button-next{
	right: 40px;
}
#main .swiper-button-next,#main .swiper-button-prev{
	width: 16px;
	height: 30px;
	background-size: 100% auto;
	margin-top: -15px;
}
#main .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: transparent;
	position: relative;
	border: 1px solid transparent;
}
#main .swiper-container-horizontal>.swiper-pagination{
	bottom: 50px;
}
#main .swiper-pagination-bullet:after{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(255,255,255,.65);
}
#main .swiper-pagination-bullet svg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	stroke-dasharray:0 119.38052083641213;
	opacity: 0;
}
#main .swiper-pagination-bullet-active svg{
	/* border: 1px solid #d82128; */
	stroke-dasharray:119.38052083641213 0;
	opacity: 1;
}
#main .swiper-pagination-bullet-active:after{
	background-color: #d82128;
}
#main .swiper-container.page-sw .swiper-slide.page1 .bg{
	transform: scale(1,1);
	transition: all 30s ease-out;
}
#main .swiper-container.page-sw .swiper-slide.page1.ani .bg{
	transform: scale(1, 1);
}
#main .page2 .right{
	/* width: 47.291666666666665%; */
	width: 910px;
	max-width: 60%;
	height: 100%;
	float: right;
	background: rgba(27,27,27,.4);
	position: relative;
	transform: translate(0, 0);
}
#main .page2 .right .box{
	width: 710px;
	margin: 0 auto;
	color: #fff;
	top: calc(146px + 32%);
	position: relative;
	box-sizing: border-box;
	padding: 0 80px;
	max-width: 90%;
	transform: translate(0,-50%);
}
#main .page2 .right .about-btn{
	font-size: 20px;
	color: #fff;
	background: #ca282e;
	display: inline-block;
	width: 144px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	position: relative;
}
#main .page2 .right .about-btn:before{
	content: '';
	position: absolute;
	width: 48px;
	height: 1px;
	background-color: #fff;
	left: -21px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transform: translate(-100%, 0);
}
#main .page2 .right .about-btn:after{
	content: 'About us';
	font-size: 10.78125vw;
	color: rgba(255,255,255,.05);
	font-weight: bold;
	font-family: 'CenturyGothicStd-Bold';
	white-space: nowrap;
	position: absolute;
	top: 17%;
	left: -.75em;
	transform: translate(0%, -50%);
}
#main .page2 .right .box .about-tit{
	font-size: calc(34px + .5208333333333333vw);
}
#main .page2 .right .box .about-con{
	font-size: 14px;
	opacity: .7;
}
#main .page2 .right .box .more{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	width: 201px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.23);
	margin-top: 50px;
	transition: all .4s ease-in;
}
#main .page2 .right .number-box{
	margin-top: 75px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#main .page2 .right .item{
	text-align: center;
	display: inline-block;
	line-height: 1.2;
	box-sizing: border-box;
}
#main .page2 .right .item .line-box{
	display: inline-block;
	text-align: center;
}
#main .page2 .right .item span{
	font-size: 57px;
	font-family: 'Arial';
	font-weight: bold;
}
#main .page2 .right .item i{
	font-size: 12px;
	font-style: normal;
}
#main .page2 .right .item .d2{
	font-size: 12px;
	padding-bottom: .7em;
}
#main .page2 .right .item:first-child{
	width:31.42857142857143%;
	text-align: left;
}
#main .page2 .right .item:nth-child(2){
	width:37.857142857142856%;
	border-left: 1px solid rgba(255,255,255,.55);
	border-right: 1px solid rgba(255,255,255,.55);
}
#main .page2 .right .item:last-child{
	width:30.714285714285722%;
}
#main .page2 .right .item:last-child i{
	font-size: 18px;
	font-family: 'Arial';
	font-weight: bold;
}
#main .page3 .item{
	display: block;
	float: left;
	width: 33.33333%;
	height: 100%;
	position: relative;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
#main .page3 .item:nth-child(3){
	height: 60.83%;
}
#main .page3 .item:nth-child(4){
	height: 39.17%;
}
#main .page3 .item .text{
	position: absolute;
	z-index: 2;
	text-align: center;
	top: calc(145px + 31%);
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	box-sizing: border-box;
	padding: 0 9.4%;
}
#main .page3 .item .text .tit-btn{
	font-size: 20px;
	color: #fff;
	background: #ca282e;
	display: inline-block;
	width: 144px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	position: relative;
	margin: 0 auto 14px;
}
#main .page3 .item .d1{
	font-size: 28px;
	line-height: 1.43;
}
#main .page3 .item .time{
	display: inline-block;
	padding-left: 26px;
	background: url('../img/time.png') no-repeat left center/17px auto;
	font-size: 16px;
	opacity: .6;
	margin: 20px 0 40px;
}
#main .page3 .item .con{
	font-size: 12px;
	line-height: 2.667;
}
#main .page3 .item .more{
	font-size: 14px;
	border: 1px solid rgba(255,255,255,.23);
	color: #fff;
	width: 203px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 70px auto 0;
	transition: all .4s ease-in;
}
#main .page3 .item:nth-last-child(n+3) .text{
	/* visibility: hidden;
	opacity: 0;
	margin-top: 10px;
	transition: all .4s ease-out; */
	top: 30%;
	transform: none;
}
#main .page3 .item:first-child .text{
	transform: translate( 0 , 10px);
}
#main .page3 .item:nth-child(n+3) .text{
	text-align: left;
}
#main .page3 .item:nth-last-child(n+3) .bg:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	top: 0%;
	left: 0%;
	/* opacity: 0; */
	opacity: 1;
	margin: auto;
	transition: all .4s ease-out;
}
#main .page3 .item:nth-child(n+3) .more{
	display: none;
}
#main .page3 .item:nth-child(3) .text{
	top: calc(145px + 22%);
}
#main .page3 .item:nth-child(3) .tit-btn,
#main .page3 .item:nth-child(4) .tit-btn{
	display: none;
}
#main .page3 .item:last-child .text{
	top: 40%;
}
#main .page3 .item:last-child .con{
	display: none;
}
#main .swiper-container.page-sw .page4 .swiper-slide{
	overflow: visible;
}
#main .page4 .slide-text-box{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main .page4 .slide-text{
	width: 49.27%;
	/* top: 240px; */
	top: calc(145px + 24%);
	box-sizing: border-box;
	color: #fff;
	float: 	left;
	position: relative;
	z-index: 2;	
	transform: translate(0,-50%);
}
#main .page4 .slide-text .swiper-slide{
	padding: 0 18% 0 20%;
	box-sizing: border-box;
	/* opacity: 0 !important; */
	transition: all .4s ease-out;
}
#main .page4 .slide-text .swiper-slide-active{
	/* opacity: 1 !important; */
}
#main .page4 .slide-text .project-btn{
	font-size: 20px;
	color: #fff;
	background: #ca282e;
	display: inline-block;
	width: 144px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
#main .page4 .slide-text .project-btn:after{
	content: '';
	position: absolute;
	width: 48px;
	height: 1px;
	background-color: #fff;
	left: -21px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transform: translate(-100%, 0);
}
#main .page4 .slide-text .tit{
	font-size: 58px;
	font-weight: bold;
	line-height: 1.2;
	padding-top: .3em;
}
#main .page4 .slide-text .en-tit{
	font-size: 24px;
	font-family: 'Arial';
	line-height: 1.6;
}
#main .page4 .slide-text .con{
	font-size: 16px;
	line-height: 1.8125;
	margin-top: 16px;
}
#main .page4 .more{
	display: inline-block;
	font-size: 14px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.23);
	color: #fff;
	margin-top: 74px;
	transition: all .4s ease-out;
}
#main .page4 .slide-tap{
	width: 45.53%;
	height: 68.75%;
	float: right;	
	top: 16.625%;
	margin-right: 5.2%;
	position: relative;
	box-sizing: border-box;
	border-top: 1px solid rgba(255,255,255,.1);
	border-right: 1px solid rgba(255,255,255,.1);
}
#main .page4 .slide-tap li{
	display: inline-block;
	width: 33.333333%;
	height: 33.33333%;
	vertical-align: top;
	box-sizing: border-box;
	border-left: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
	position: relative;
	transition: all .7s ease-out;
	outline: transparent solid 1px;
	cursor: pointer;
}
#main .page4 .slide-tap li:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1px;
	left: -1px;
	border: 1px solid #9b373b;
	opacity: 0;
	transition: all .4s ease-in;
}
#main .page4 .slide-tap li.on:before{
	opacity: 1;
}
#main .page4 .slide-tap li .number{
	font-size: 150px;
	line-height: 1em;
	height: 1em;
	width: 1em;
	text-align: left;
	color: rgba(255,255,255,.1);
	position: absolute;
	top: 0;	
	bottom: 0;	
	left: 0;	
	right: 0;	
	margin: auto;
	font-family: 'Bebas';
	transform: translate(-10px, 0);
}
#main .page4 .slide-tap li .item-text{
	text-align: left;
	color: #fff;
	line-height: 1.2;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
	width: 150px;
	box-sizing: border-box;
	left: 0;	
	right: 0;	
	margin: 0 auto;
}
#main .page4 .slide-tap li .d1{
	font-size: 30px;
	white-space: nowrap;
}
#main .page4 .slide-tap li .d2{
	font-size: 16px;
	font-family: 'Arial';
	white-space: nowrap;
}
#main .swiper-container.page-sw .swiper-slide.page5{
	/* background-color: #455971; */
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/page5-bg.jpg');
}
#main .page5 .left{
	width: 53.125%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background: url('../img/main-mask.png') no-repeat right center/cover; */
	z-index: 3;
}
#main .page5 .left .box{
	padding: 0 5% 0 18%;
	top: calc(145px + 30%);
	position: relative;
	box-sizing: border-box;
	width: 900px;
	max-width: 88%;
	transform: translate(0,-50%);
}
#main .page5 .left .desin-tit{
	width: 162px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #ca282e;
	position: relative;
}
#main .page5 .left .desin-tit:before{
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	background-color: #fff;
	right: calc(100% + 21px);
	top: 0;
	bottom: 0;
	margin: auto;
}
#main .page5 .left .desin-tit:after{
	content: 'Designer';
	position: absolute;
	font-weight: bold;
	color: rgba(255,255,255,.05);
	font-family: 'CenturyGothicStd-Bold';
	font-size: 10.78125vw;
	top: 50%;
	transform: translate(0, -50%);
	left: -.66em;
	letter-spacing: -4px;
}
#main .page5 .left .desin-desc{
	font-size: 44px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	padding: .65em 0 .25em;
}
#main .page5 .left .desin-con{
	font-size: 14px;
	color: rgba(255,255,255,.77);
	line-height: 2;
	width: 480px;
	max-width: 70%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#main .page5 .left .desin-more{
	display: block;
	font-size: 14px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.23);
	color: #fff;
	margin-top: 74px;
	transition: all .4s ease-out;
}
#main .page5 .right{
	width: 52.4%;
	height: 100%;
	position: absolute;
	z-index: 2;
	right: 0;
}
#main .page5 .right .line{
	position: absolute;
	background-color: #2f2f2f;
}
#main .page5 .right .line-x{
	width: 100%;
	height: 8px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}
#main .page5 .right .line-y{
	width: 8px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#main .page5 .right .item{
	width: 46.875%;
	height: calc(50vh - 4px);
	float: right;
	position: relative;
	color: #fff;
	text-align: center;
}
#main .page5 .right .item .item-bg{
	width: 100%;
	height: 100%;
	background: #455971 no-repeat bottom center/auto 100%;
}
#main .page5 .right .item:nth-child(1),
#main .page5 .right .item:nth-child(3){
	border-left: 8px solid #2f2f2f;
}
#main .page5 .right .item .itembg{
	display: none;
}
#main .page5 .right .item:nth-child(2) .itembg,
#main .page5 .right .item:nth-child(4) .itembg{
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #455971;
	border-bottom: 8px solid #2f2f2f;
	display: block;
}
#main .page5 .right .item:nth-child(n+3){
	border-top: 8px solid #2f2f2f;
}
#main .page5 .right .item .text{
	width: 300px;
	margin: 0 auto;
	position: absolute;
	bottom: 12%;
	max-width: 80%;
	left: 50%;
	transform: translate(-50%, 0);
	visibility: hidden;
	opacity: 0;
	margin-top: 10px;
	transition: all .4s ease-out;
}
#main .page5 .right .item:before,
#main .page5 .right .item .itembg:before{
	content: '';
	background: rgba(0,0,0,.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .4s ease-out;
}
#main .page5 .right .item .ico{
	width: 27px;
	height: 27px;
	background: url('../img/searico-bai.png') no-repeat center/100% auto;
	margin: 0 auto;
}
#main .page5 .right .item .name{
	font-size: 24px;
}
#main .page5 .right .item .title{
	font-size: 14px;
	line-height: 1.5;
	opacity: .77;
}







/* 详情页 */
#dtl .wrap1 .tit{
	font-size: 40px;
	color: #333333;
	text-align: center;
}
#dtl .wrap1 .time{
	text-align: center;
	margin-top: 14px;
	font-size: 18px;
}
#dtl .wrap1 video,
#dtl .wrap1 iframe{
	max-width: 100%;
	margin: 30px auto 0;
	width: 100%;
}
#dtl .wrap1 iframe{
	height: 600px;
	width: 100%;
}
#dtl .wrap1 .con{
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
	padding-bottom: 82px;
	border-bottom: 1px solid #e1e1e1;
}
#dtl .wrap1 .con img{
	max-width: 100%;
	width: auto;
	margin: 0 auto !important;
}
#dtl video{
	width: 100%;
	margin: 20px 0;
}
#dtl .pagin {
	padding: 20px 0;
}
#dtl .pagin .left{
	width: 70%;
	float: left;
}
#dtl .pagin .left a{
	display: block;
	font-size: 18px;
	color: #888888;
	background: no-repeat left center;
	transition: all .5s ease-in;
}
#dtl .pagin .left a:hover.prev{
	color: #d82128;
}
#dtl .pagin .left a:hover.next{
	color: #d82128;
}
#dtl .pagin .return{
	vertical-align: middle;
	float: right;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	width: 169px;
	height: 51px;
	text-align: center;
	line-height: 51px;
	border-radius: 10px;
	border: 1px solid #d82128;
	color: #d82128;
	transition: all .4s ease-in;
}
#dtl .wrap1 .wrap{
	padding: 60px 0 80px;
}
#dtl .wrap1 .tit{
	font-size: 34px;
}
#dtl .wrap1 .wrap{
	padding: 50px 0 68px;
}
/* 表单 */
#recruit .wrap3{
	padding: 80px 0 100px;
}
#recruit .wrap3 .w1400{
	max-width: 1440px;
}




.share{
	position: fixed;
	z-index: 2;
	left: 40px;
	bottom: 30px;
	padding-top: 60px;
}
.share:before{
	content: '';
	display: block;
	width: 1px;
	height: 44px;
	background: rgba(221,221,221,.5);
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}
.share.bdshare-button-style2-32 a{
	width: 20px;
	height: 20px;
	margin: 0 0 18px 0;
	background: no-repeat center/20px auto;
	display: block;
	float: none;
}
.share.bdshare-button-style2-32 a.sqq{
	background-image: url('../img/qq.png');
}
.share.bdshare-button-style2-32 a.wx{
	background-image: url('../img/weixin.png');
}
.share.bdshare-button-style2-32 a.sina{
	background-image: url('../img/sina.png');
}
#dtl.designerinfo .wrap1{
	padding-top: 0;
}
#dtl.designerinfo .con .imgs{
	float: left;
	width: 424px;
}
#dtl.designerinfo .con ul{
	float: left;
	max-width: calc(100% - 424px);
	margin-top: 100px;
}
#dtl.designerinfo .con ul li{
	padding-left: 60px;
	font-size: 0;
}
#dtl.designerinfo .con ul li + li{
	margin-top: 12px;
}
#dtl.designerinfo .con ul span{
	display: inline-block;
	font-size: 20px;
	color: #666666;
	vertical-align: top;
}
#dtl.designerinfo .con ul em{
	display: inline-block;
	font-size: 20px;
	color: #333333;
	font-style: normal;
	vertical-align: top;
}
#dtl.projectinfo .sw-box{
	width: 48.143%;
	float: left;
}
#dtl.projectinfo .sw-box .sw-box-bottom{
	margin: 18px 0 0;
	position: relative;
}
#dtl.projectinfo .sw-box .sw-box-bottom .swiper-container{
	margin: 0 39px;
}
#dtl.projectinfo .sw-box .sw-box-top .swiper-slide{
	width: 100%;
}
/* #dtl.projectinfo .sw-box .sw-box-top .swiper-slide:nth-child(2n),
#dtl.projectinfo .sw-box .sw-box-bottom .swiper-slide:nth-child(2n){
	opacity: .5;
	} */
	#dtl.projectinfo .sw-box .sw-box-bottom .swiper-slide{
		width: 33.3333%;
		box-sizing: border-box;
		padding: 0 7px;
	}
	#dtl.projectinfo .sw-box .sw-box-bottom .swiper-slide .imgs{
		padding: 3px;
	}
	#dtl.projectinfo .sw-box .sw-box-bottom .swiper-slide img{
		outline: 3px solid transparent;
		transition: all .4s ease;
	}
	#dtl.projectinfo .sw-box .sw-box-bottom .swiper-slide-active img{
		outline: 3px solid #d82128;
	}
	#dtl.projectinfo .sw-box .sw-box-bottom .swiper-button-prev,
	#dtl.projectinfo .sw-box .sw-box-bottom .swiper-button-next{
		position: absolute;
		width: 26px;
		height: 26px;
		border: 1px solid rgba(23,23,23,.2);
		border-radius: 100%;
		background: url('../img/info-prev.png') no-repeat center/6px auto;
		left: 0;
		transition: all .4s ease;
		top: 50%;
		margin-top: -13px;
	}
	#dtl.projectinfo .sw-box .sw-box-bottom .swiper-button-next{
		background-image: url('../img/info-next.png');
		left: auto;
		right: 0;
	}
	#dtl.projectinfo .right-text{
		float: right;
		width: 47.85714285714286%;
	}
	#dtl.projectinfo .right-text span{
		font-size: 20px;
		color: #333333;
		display: inline-block;
		padding-right: .5em;
	}
	#dtl.projectinfo .right-text i{
		color: #666666;
		font-style: normal;
		font-size: 16px;
		display: inline-block;
		vertical-align: top;
	}
	#dtl.projectinfo .right-text .right-text-top li{
		line-height: 40px;
	}
	#dtl.projectinfo .right-text .right-text-bot{
		line-height: 32px;
		padding-top: 20px;
	}
	#dtl.projectinfo .right-text .right-text-bot li + li{
		margin-top: 20px;
	}
/*#dtl.projectinfo .right-text .right-text-bot span{
	font-size: 16px;
	}*/
	#dtl.projectinfo .right-text .right-text-bot i{
		font-size: 14px;
	}
	#search .wrap1{
		padding: 100px 0;
	}
	#search .wrap1 li{
		border-bottom: 1px solid rgba(191,191,191,.5);
	}
	#search .wrap1 li a{
		display: block;
		color: #5a5b5a;
		font-size: 18px;
		line-height: 1.4;
		padding: 0.8em 0;
		transition: color .3s ease-in;
	}
	#search .wrap1 .pagination2{
		margin-top: 80px;
	}
	#cnzz_stat_icon_1275058743 img{
		width: auto;
	}












	@font-face {
		font-family: 'CenturyGothicStd-Bold';
		src: url('../fonts/CenturyGothicStd-Bold.eot');
		src: url('../fonts/CenturyGothicStd-Bold.woff2') format('woff2'),
		url('../fonts/CenturyGothicStd-Bold.woff') format('woff'),
		url('../fonts/CenturyGothicStd-Bold.ttf') format('truetype'),
		url('../fonts/CenturyGothicStd-Bold.svg#CenturyGothicStd-Bold') format('svg'),
		url('../fonts/CenturyGothicStd-Bold.eot?#iefix') format('embedded-opentype');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: "GOTHIC";
		src: url("../fonts/GOTHIC.woff2") format("woff2"),
		url("../fonts/GOTHIC.woff") format("woff"),
		url("../fonts/GOTHIC.ttf") format("truetype"),
		url("../fonts/GOTHIC.eot") format("embedded-opentype"),
		url("../fonts/GOTHIC.svg") format("svg"),
		url("../fonts/GOTHIC.otf") format("opentype");
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: "BEBAS";
		src: url("../fonts/BEBAS.woff2") format("woff2"),
		url("../fonts/BEBAS.woff") format("woff"),
		url("../fonts/BEBAS.ttf") format("truetype"),
		url("../fonts/BEBAS.eot") format("embedded-opentype"),
		url("../fonts/BEBAS.svg") format("svg"),
		url("../fonts/BEBAS.otf") format("opentype");
		font-weight: normal;
		font-style: normal;
	}