@charset "utf-8";

/* CSS Document */

body {
	font-family: "Arial" !important;
}
img {
	vertical-align: top;
}
a:hover {
	text-decoration: none;
}
#mobile_icon_div {
	display: none !important;
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: inline-block;
}


/*****header*******/


	.headerbg {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9;
		height: 52px;
		background: #000;
		padding: 0 5%;
		display: none;
		/* -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
	}
	.logo {
		float: left;
		margin-top: 11px;
	}
	.logo a {
		display:block;
	}
	.logo a img {
		width: auto;
		height: 30px;
	}
	.navbar-toggle {
		margin-top: 10px;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.collapse {
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;left: 0;
		bottom: 0;right: 0;
		z-index: 9999;
		background-color: #000;
		padding: 15px 5%;
	}
	.jam {
		width: 15px;
		height: 15px;
		position: absolute;
		left: 5%;
		top: 15px;
	}
	.logo1 {
		width: 100px;
		margin: 0 auto;
	}
	.collapse ul li a {
		color: #ffffff;
		font-size: 18px;
		margin-top: 25px;
		text-align: center;
	}
	.collapse ul li:first-child a {
		margin-top: 50px;
	}
	.collapse .callMe {
		width: 100%;
		max-width: 345px;
		height: 40px;
		border: 1px solid #fff;
		border-radius: 5px;
		line-height: 38px;
		font-size: 18px;
		color: #fff;
		vertical-align: middle;
		text-align: center;
		display: block;
		margin: 0 auto;
		margin-top: 90px;
	}
	.callMe img {
		width: 20px;
		margin-right: 10px;
		vertical-align: middle;
	}

/*****header*******/


/*****banner*******/

.banner {
	margin-top: 52px;
}

/*****banner*******/


/*****sec1*******/

.index_sec {
	padding: 40px 0 50px;
	margin: 0 auto;
	width: 95%;
}
.index_sec1 {
	padding-bottom: 0;
}
.index_headBox {
	text-align: center;
	margin-bottom: 20px;
}
.index_head {
	display: inline-block;
	color: #131313;
	font-size: 20px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #dea44e;
	font-family: 'index';
}
.index_head::after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #dea44e;
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border: 8px solid #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.index_head i {
	width: 1px;
	height: 30px;
	background-color: #131313;
	display: inline-block;
	transform: rotate(30deg);
	margin-left: 8px;
	position: relative;
	top: 10px;
}
.index_head span {
	margin-left: 8px;
	font-size: 15px;
	position: relative;
}
.index_sec1ContImg {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px;
}
.index_sec1Cont p {
	font-size: 14px;
	color: #131313;
	line-height: 20px;
	margin-bottom: 25px;
	padding: 0 15px;
	text-align: justify;
}
.index_sec .move {
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	background-color: #131313;
	letter-spacing: 2px;
}

/*****sec1*******/


/*****sec2*******/

.index_sec2Swiper {
	position: relative;
	overflow: hidden;
}
.index_sec2Swiper .swiper-slide {
	text-align: center;
}
.index_sec2Swiper .swiper-slide h4 {
	font-size: 16px;
	font-weight: bold;
	color: #131313;
	margin-bottom: 10px;
}
.index_sec2Swiper .swiper-slide p {
	font-size: 14px;
	color: #131313;
	line-height: 20px;
	padding: 0 15px;
	margin-bottom: 25px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
}
.index_sec2 .move {
	/* width: 90%; */
}
.index_sec2Pagination {
	text-align: center;
	margin-top: 20px;
}
.swiper-pagination-bullet {
	background-color: #131313;
}
.swiper-pagination-bullet-active {
	background-color: #dea44e;
}

/*****sec2*******/


/*****sec3*******/

.index_sec3 {
	width: 100%;
	padding: 30px 2.5% 50px;
	background-color: #f5f5f5;
}
.index_sec3 .index_head::after {
	border-color: #f5f5f5;
}
.index_sec3Swiper {
	position: relative;
	overflow: hidden;
}
.index_sec3Swiper .swiper-slide {
	text-align: center;
}
.index_sec3Swiper .swiper-slide h4 {
	font-size: 16px;
	font-weight: bold;
	color: #131313;
	margin-bottom: 10px;
}
.index_sec3Swiper .swiper-slide p {
	font-size: 14px;
	color: #131313;
	line-height: 20px;
	padding: 0 15px;
	margin-bottom: 25px;
	text-align: justify;
}
.index_sec3 .move {
	/* width: 90%; */
}
.index_sec3Pagination {
	text-align: center;
	margin-top: 20px;
}

/*****sec3*******/


/*****sec4*******/

.index_sec4 {
	padding-bottom: 0;
}
.index_sec4Cont_l {
	float: left;
	width: 40%;
	margin-right: 5px;
	height: 210px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}
.index_sec4Cont span {
	position:absolute;
	height: 25px;
	width: 100%;
	bottom: 0;
	left: 0;
	display: inline-block;
	background-color: rgba(19,19,19,0.3);
	color: #fff;
	padding-left: 10px;
	font-size: 14px;
	line-height: 25px;
}
.index_sec4Cont_r {
	float: left;
	width: calc(60% - 5px);
	height: 210px;
}
.index_sec4Cont_t {
	height: 50%;
	margin-bottom: 5px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.index_sec4Cont_b {
	height: calc(50% - 5px);
}
.index_sec4Cont_bL {
	width: 50%;
	height: 100%;
	margin-right: 5px;
	float: left;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.index_sec4Cont_bR {
	width: calc(50% - 5px);
	float: left;
	height: 100%;
	background-color: #ebebec;
	border-radius: 6px;
}
.index_sec4Cont_bR a {
	display: table;
	width: 100%;
	height: 100%;
}
.index_sec4Cont_bR a div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.index_sec4Cont_bR a div img {
	margin-left: 5px;
	vertical-align: middle;
}

/*****sec4*******/


/*****sec5*******/

.index_sec5 {
	padding-bottom: 0;
	overflow: hidden;
}
.index_sec5 ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.index_sec5 ul li:last-child {
	margin-right: 0;
}
.contBox {
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	transform: rotateY(0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index_sec5Img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
}
.index_sec5Img span {
	position: absolute;
	height: 25px;
	width: 100%;
	bottom: 0;
	left: 0;
	display: inline-block;
	background-color: rgba(19,19,19,0.3);
	color: #fff;
	padding-left: 10px;
	font-size: 14px;
	line-height: 25px;
}
.contBoxImgBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #131313;
	color: #fff;
	padding: 10px 5%;
	transform: rotateY(180deg);
	z-index: -1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.contBoxImgBg h5 {
	text-align: center;
	font-size: 17px;
	margin: 15px auto 10px;
}
.contBoxImgBg p {
	position: relative;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	word-break: break-word;
}
.contBoxImgBg p::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 16px;
	height: 1px;
	background-color: #fff;
}

.index_sec5Swiper .active {
	transform: rotateY(-180deg);
}
.index_sec5Swiper .active .contBoxImgBg {
	z-index: 0;
}

/*****sec5*******/


/*****sec6*******/

.index_sec6Video {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	/* background-color: #131313; */
}
.index_sec6Video video {
	width: 100%;
	background-color: #000;
}
.index_sec6Video img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: scale(1);
	opacity: 1;
}
.index_sec6Video .active {
	transform: scale(2);
	opacity: 0;
}

/*****sec6*******/


/*****sec7*******/

.index_sec7 {
	width: 100%;
	background-color: #f5f5f5;
}
.index_sec7 .index_head::after {
	border-color: #f5f5f5;
}
.index_sec7Cont {
	width: 95%;
	margin: 0 auto;
}
.index_sec7Cont_t {
	margin-bottom: 5px;
}
.index_sec7Cont_t .list {
	float: left;
	width: 33.333%;
	height: 160px;
	margin-right: 5px;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
}
.index_sec7Cont span {
	position: absolute;
	height: 25px;
	width: 100%;
	bottom: 0;
	left: 0;
	display: inline-block;
	background-color: rgba(19,19,19,0.3);
	color: #fff;
	padding-left: 10px;
	font-size: 14px;
	line-height: 25px;
}
.index_sec7Cont_t .list img {
	width: 100%;
}
.index_sec7Cont_t .list:nth-last-of-type(n + 2) {
	width: calc(33.333% - 5px);
}
.index_sec7Cont_t .list:last-child {
	margin-right: 0;
}
.index_sec7Cont_b {
	height: 300px;
}
.index_sec7Cont_tL {
	width: 50%;
	margin-right: 5px;
	float: left;
	height: 100%;
}
.index_sec7Cont_tL > a {
	height: calc(50% - 5px);
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	display: block;
}
.index_sec7Cont_tL > a:nth-of-type(1) {
	height: 50%;
	margin-bottom: 5px;
}
.index_sec7Cont_tR {
	width: calc(50% - 5px);
	float: left;
	height: 100%;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
}

/*****sec7*******/



/***footer***/

.footer {
	background: #080808;
	width: 100%;
	margin-bottom: 40px;
	display: none;
}

.footerTop {
	padding: 35px 0 9px;
	width: 90%;
	margin: 0 auto;
}
.footerTop .ewm {
	width: 80px;
	margin-right: 10px;
	float: left;
}
.footerTop .contact {
	float: left;
	width: calc(100% - 90px);
}
.footerTop .contact div {
	position: relative;
	padding-left: 20px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 12px;
}
.footerTop .contact img {
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
}

.footerwarp {
	width: 90%;
	margin: 0 auto;
}
.copy {
	font-size: 12px;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.5);
	padding: 15px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.footerButton {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 99;
	display: none;
}
.footerButton li {
	text-align: center;
	float: left;
	height: 45px;
	width: 33.333%;
	background-color: #131313;
	border: 2px solid #131313;
	border-right: 2px solid #080808;
}
.footerButton li:last-child {
	border-right: none;
}
.footerButton li a {
	color: #c8aa7d;
	line-height: 45px;
	font-size: 16px;
}
.footerButton li a img {
	margin-right: 10px;
	width: 20px;
	vertical-align: middle;
}


/***footer***/
