@import "init.css";
@import "header-footer.css";
@import "banner.css";
.banner-home .swiper-container{
	height: 740px;
}
.home-container{
	background:#000 url(../default/home_bg.png) no-repeat center bottom;
}
.home-container .btn-more{
	display: inline-block;
	width: 180px;
	height: 34px;
	line-height: 34px;
	background: url(../default/btn_more2.png) no-repeat center center;
	background-color: #000000;
	border: 1px solid #333333;
	border-radius: 18px;
}
.home-container .btn-more:hover{
	background: url(../default/btn_more.png) no-repeat center center;
	background-color: #cc9e4c;
}

.home-panel{
	padding: 100px 0 0 0;
}
.home-panel .btn-more{
	display: block;
	margin:45px auto 0 auto;
}
.home-panel h2.tips{
	color: #e0ad54;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 35px;
}
.home-panel h2.tips p{
	margin-bottom: 5px;
}
.home-panel h2.tips .en{
	font-size: 12px;
	color: #666666;
	margin-bottom: 0px;
}
.home-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.home-list .list-item{
	width: 390px;
	font-size: 14px;
	color: #666666;
	margin-right: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.home-list .list-item:nth-child(4n){
	margin-right: 0 !important;
}
.home-list .list-item .big-pic{
	margin-bottom: 16px;
	background: #151515;
	box-sizing: border-box;
	padding: 3px;
}
.home-list .list-item:hover .big-pic{
	background: #e0ad54;
	color: #000;
	font-weight: bold;
	
}
.home-list .list-item .big-pic .text{
	height: 70px;
	line-height: 27px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home-list .list-item .big-pic .text a{
	color: #666666;
}
.home-list .list-item:hover .big-pic .text a{
	color: #000;
}
.home-list .list-item .big-pic .text .big-text,.home-list .list-item .big-pic .text .big-text a{
	color: #999;
	font-size: 16px;
}
.home-list .list-item .big-pic .img {
	width: 100%;
	height: 226px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #151515;
	overflow:hidden;
}

	.home-list .list-item .big-pic .img img {
		width: 100%;
		height: 226px;
		object-fit: cover;
		vertical-align: middle;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
	}
		.home-list .list-item .big-pic .img img:hover {
			-webkit-transform: scale(1.1, 1.1);
			-moz-transform: scale(1.1, 1.1);
			transform: scale(1.1, 1.1);
		}
.home-list .small-pics{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.home-list .small-pics .img{
	height: 128px;
	flex: 1;
	background: #fff;
	margin-right: 14px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width:188px;
	box-sizing:border-box;
	overflow:hidden
}
	.home-list .small-pics .img a {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.home-list .small-pics .img img {
		max-width: 100%;
		max-height: 100%;
		display: block;
		margin: auto;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
	}

		.home-list .small-pics .img img:hover {
			-webkit-transform: scale(1.1, 1.1);
			-moz-transform: scale(1.1, 1.1);
			transform: scale(1.1, 1.1);
		}
.home-list .small-pics .img:last-child{
	margin-right: 0;
}

.home-list.home-case-list .list-item{
	margin-right: 51px;
	width: 260px;
}
.home-list.home-case-list .list-item .big-pic .img {
	width: 100%;
	height: 240px;
}
.home-list.home-case-list .list-item .big-pic .img  img{
	height: 240px;
	object-fit:container;
}
.home-list.home-case-list .list-item .big-pic .text{
	height: 80px;
}
.home-list.home-case-list .list-item:hover .big-pic .text,.home-list.home-case-list .list-item:hover .big-pic .text a{
	color: #fff !important;
}
.home-list.home-case-list .list-item:hover .big-pic .text .big-text,.home-list.home-case-list .list-item:hover .big-pic .text .big-text a{
	color: #fff !important;
}

.home-about-panel .home-panel-main{
	display: flex;
	flex-direction: row;
	
}
.home-about-panel h2.tips{
	text-align: left;
	
}
.home-about-panel .img{
	width: 472px;
	height: 336px;
	margin-right: 65px;
	position: relative;
}
.home-about-panel .img:before{
	content: '';
	width: 448px;
	height: 212px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #1e1e1e;
}
	.home-about-panel .img img {
		width: 450px;
		height: 312px;
		position: absolute;
		left: 22px;
		bottom: 22px;
		z-index: 2;
		object-fit: cover;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
	}
		.home-about-panel .img img:hover {
			-webkit-transform: scale(1.1, 1.1);
			-moz-transform: scale(1.1, 1.1);
			transform: scale(1.1, 1.1);
		}
.home-about-panel .info-panel{
	flex: 1;
}

.home-about-panel .info-panel .memo{
	border-top: 1px solid #2c2c2c;
	padding: 32px 0 0px 0;
	font-size: 14px;
	line-height: 30px;
	height: 180px;
	margin-bottom: 30px;
    box-sizing: border-box;
    overflow: hidden;
    color: #666666;
}
.home-about-panel .btn-more{
	display: inline-block;
	margin: 0;
}
.home-news-panel{
	padding-bottom: 110px;
}
.home-news-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 1px solid #2a2a2a;
	padding: 35px 0 0 0;
}
	.home-news-list .list-item {
		width: 50%;
		display: flex;
		flex-direction: row;
		line-height: 22px;
		margin-bottom: 40px;
		position: relative;
		overflow: hidden
	}
		.home-news-list .list-item .img{
			width:180px;
			height:120px;
			position:relative;
			margin-right:30px;
			overflow:hidden
		}
		.home-news-list .list-item .img img {
			max-width: 100%;
			max-height: 100%;
			display: block;
			margin: auto;
			transition: all 0.5s ease-in-out;
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
		}
		.home-news-list .list-item .img img:hover {
			-webkit-transform: scale(1.1, 1.1);
			-moz-transform: scale(1.1, 1.1);
			transform: scale(1.1, 1.1);
		}
.home-news-list .list-item .info-panel .tips{
	color: #e0ad54;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
	.home-news-list .list-item .info-panel .tips a {
		color: #e0ad54
	}
.home-news-list .list-item .info-panel .date{
	color: #5a5a5a;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 28px;
}
.home-news-list .list-item .info-panel .memo{
	font-size: 14px;
	color: #989898;
	line-height: 22px;
	padding-right: 140px;
}

.index-subtitle{
	width: 100%;
	padding: 10px 0px;
	background-color: #0d0d0d;
	color:#FFFFFF;
	line-height:1.8em
}
.index-subtitle-container {
	width: 1200px;
	margin: 0 auto;
}
	.index-subtitle-container h3 {
		font-size: 18px
	}.index-subtitle-container h4{font-size:16px}
.index-banner-text-panel{ position:absolute; left:0; top:0; z-index:10; width:100%}
.index-banner-text {
	width: 1200px;
	margin: 0 auto;
	position:relative;
	height:700px
}
.index-banner-text-content{ position:absolute; width:560px; height:380px; top:200px; left:20px; color:#FFF;font-size:22px; line-height:2em; transform-origin:right top; }
	.index-banner-text-content .btn-01, .index-banner-text-content .btn-02{color:#FFF; padding:5px 10px; margin:0px 30px; background-color:#cc9e4c; font-size:18px; border-radius:5px}
.link-panel {
	width: 1200px;
	margin: 0 auto;
}
.link-ul{ overflow:hidden}
.link-ul li{width:196px; height:196px; float:left;margin:0px 50px 40px 0; overflow:hidden}
	.link-ul li:nth-of-type(5n){ margin-right:0px}
	.link-ul li img {
		max-width: 100%;
		max-height: 100%;
		display: block;
		margin: auto;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
	}
		.link-ul li img:hover {
			-webkit-transform: scale(1.1, 1.1);
			-moz-transform: scale(1.1, 1.1);
			transform: scale(1.1, 1.1);
		}