
/* CSS Document */

#luxy {
	/* padding-top: 90px; */
	/* height: 111111111111111111111111px; */

}

/*.banner {
	width:100%;
	height:200px;
	position: relative;
}
.banner img {
	width: 100%;
	height:200px;
}

.banner .font {
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	text-align: center;
	white-space: nowrap;
}

.banner .font .en {
	font-family: 'ITCAVANTGARDESTD';
	font-size: 24px;
	line-height:30px;
	color: #fff;
	text-transform: uppercase;
}

.banner .font .cn {
	font-size: 40px;
	line-height:50px;
	color: #fff;
}
*/
.title {
	font-size: 30px;
	color: #333;
	padding:30px 0;
	text-align: center;
}

.title:after {
	content: '';
	height: 3px;
	background-color: #f39800;
	width: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.nav2 {
	width:80%;
	padding:0 10%;
}

.nav2 a {
	font-size: 18px;
	color: #666;
	transition: 0.5s;
}

.nav2 .nav21 {
	margin-right: 10px;
	width:30px;
	vertical-align:middle;
}

.nav2 .nav22 {
	margin: 0px 3px;
	margin-top: -2px;
}

.nav2 .left{width:48%;display:inline-block;}
.nav2 .right{width:50%;display:inline-block;text-align:right;}

.nav2 .right a {
	margin-left: 30px;
	position: relative;
	transition: 0.5s;
}

.nav2 .right a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	border-bottom: 2px solid #f39800;
	transform: translateX(-50%);
	transition: 0.5s;
}

.nav2 .right a.act {
	color: #f39800;
}

.nav2 .right a.act:after {
	width: 100%;
}

.nav2 a:hover {
	color: #f39800;
}

.nav2 .right a:hover:after {
	width: 100%;
}


.news {
	font-size: 0;
}

.news a {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin-right: 2%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	position: relative;
}

.news a:after {
	content: '';
	width: 0%;
	border-bottom: 1px solid #f39800;
	bottom: -1px;
	left: 0;
	position: absolute;
	transition: 0.5s;
}

.news a:hover:after {
	width: 100%;
}

.news a:nth-child(4n) {
	margin-right: 0;
}

.news a .pic {
	position: relative;
	/* padding-top: 60%; */
	width:100%;
	height:200px;
	overflow:hidden;
}

.news a .pic span {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.news a:hover .pic span {
	transform: scale(1.1);
}

.news a .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-width: 100%;
}

.news a:hover .pic img {
	transform: translate(-50%, -50%) scale(1.1);
}

.news a .ti {
	font-size: 20px;
	color: #333;
	height: 30px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 10px;
	transition: 0.5s;
}

.news a:hover .ti {
	color: #f39800;
}

.news a .de {
	font-size: 14px;
	color: #999;
	/*height: 75px;*/
	overflow: hidden;
	line-height: 1.8;
}

.news a .time {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.news a .time img {
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
	display:inline-block;
}

.news a .time .right {
	float:right;
	width: 25px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: -35px center;
	background-image: url(../image/jt2.png);
	transition: 0.5s;
}

.news a:hover .time .right {
	background-position: 0 center;
}


.foo-top {
	padding: 30px 0;
	text-align: center;
}

.foo-more.bgc .foo-top {
	background-color: #f9f9f9;
}

.foo-more .foo-top {
	display: block;
}

.foo-top .ti {
	font-size: 26px;
	line-height:40px;
	color: #333;
}

.foo-top .de {
	font-size: 14px;
	line-height:20px;
	color: #666;
	margin:20px 0;
}


.nei{width:80%;margin:0 10%;}

.nei .news a {
	width:100%;
	margin-bottom: 0.5rem;
}

   .mobtn {
	width: 1.6rem;
	height: 0.45rem;
	line-height: 0.45rem;
	padding:10px;
	background-color: #f39800;
	font-size: 14px;
	color: #fff;
	position: relative;
	/* text-align: center; */
	overflow: hidden;
}

.mobtn span {
	transition: 0.5s;
	display: inline-block;
	position: absolute;
}

.mobtn span.jt1 {
	transform: translateX(-150%);
	margin-left: 0;
	left: 0;
	padding-top:5px;
}

.mobtn span.jt2 {
	right: 0;
	margin-right: 20px;
	padding-top:5px;
}

.mobtn:hover .jt2 {
	margin-right: 0;
	transform: translateX(150%);
}

.mobtn:hover .jt1 {
	margin-left: 20px;
	transform: translateX(0);
}

.mobtn:hover .span .en {
	/* opacity: 1; */
}

.mobtn:hover .span .cn {
	/* opacity: 0; */
}

.mobtn .span {
	/* right: 0; */
	position: relative;
	width: 80px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	transition: 0.5s;
	line-height: 20px;
	margin-right: 25px;
}

.mobtn .span .en,
.mobtn .span .cn {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	overflow: hidden;
	background-color: #f39800;
	transition: 0.5s;
}

.mobtn .span .en {
	height: 0;
	opacity: 0;
}

.mobtn:hover .span .cn {
	opacity: 0;
}

.mobtn:hover .span {
	margin-left: 30px;
	margin-right: 0;
}

.mobtn:hover .span .en {
	height: 100%;
	opacity: 1;
}


/* .nav2 {
box-sizing: border-box;
vertical-align: middle;
line-height: 70px;
border-bottom: 1px solid #dedede;
height: 70px;
overflow: hidden;
} */


@media screen and (max-width: 750px) {
   
	
	.nei .title {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.nav2 a {
		font-size: 14px;
	}
	.nav2 {
		height: auto;
		line-height: 4;
		/* margin-top: 10px; */
		background-color: #f9f9f9;
	}
	.nav2 .left {
		float: none;
		display: none;
	}
	.nav2 .right a {
		margin: 0;
	}
	.nav2 .right {
		text-align: center;
		float: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	/*.banner,
	.banner img,
	.code-ban>img {
		width: auto;
		position: relative;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	.banner .font .en {
		font-size: 18px;
	}
	.banner .font .cn {
		font-size: 20px;
	}*/
	.ne-nav2 .right {
		justify-content: center
	}
	.ne-nav2 .right a {
		margin: 0 20px;
	}
	.one-nav2 .right {
		justify-content: center;
	}
	
	.foo-top .ti {
		font-size: 20px;
	}
	
	.foo-more .foo-top {
		padding: 0 10px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


@media screen and (max-width:750px) {
	
	.news a .pic {
		height: 3rem;
	}
	.mobtn span.jt2 {
		right: -10px !important;
		margin-right: 20px !important;
	}
	.mobtn span.jt2 img {
		width: 20px;
	}
	.mobtn {
		width: 105px !important;
	}
	.busi a .pic {
		height: 3rem;
	}
	.ntwo .right {
		display: block;
		font-size: 0;
	}
	.ntwo {
		height: 70px !important;
		line-height: 70px !important;
	}
	.two .ntwo .right a.act:after {
		width: 80px;
	}
	.nav2.ntwo .right a {
		width: 33.33%;
	}
}



@media screen and (max-width:1400px) {
	.mobtn {
		width: 1.8rem;
	}
}

@media screen and (max-width:1200px) {
	.mobtn {
		width: 2rem;
	}
}

.secnav2 {
	height: 70px !important;
	line-height: 70px !important;
	border-bottom: 1px solid #dedede;
}