@charset "utf-8";
/* other */
html, body {
	width: 100%;
	position: relative;
    height: 100%;
}
body {
	overflow-y: hidden;
    overflow-x: hidden;
}
.main {
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
	background: url(../images/bg2.jpg) center top repeat;
	background-position: center;
    background-size: 100%;
}
.white,.white a:link, .white a:visited, .white a:hover {
    color:white;
}
/* page1 */
#page1 {
    background: url(../images/home.jpg) center top no-repeat;
    background-size: auto 100%;
	position: relative;
}
.swiper-container {
	width: 100%;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	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;
}
.slide-con1 img.tit0,
.slide-con1 img.button,
.slide-con1 img.hezuo {
	position: absolute;
    left: 0%;
	right: 0;
	margin: auto;
}
.slide-con1 img.tit0 {
	width: 50%;
	top: 4%;
	-webkit-animation: fadeInDown 1.0s 1 ease-in-out;
	animation: fadeInDown 1.0s 1 ease-in-out;
}
.slide-con1 img.button {
	bottom: 10%;
	width: 5%;
	-webkit-animation: start 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	animation: start 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
}
.slide-con1 img.hezuo {
	bottom: 1.5%;
	width: 30%;
}
@-webkit-keyframes fadeInDown {
    from {
		opacity: 0;
		-webkit-transform: translateY(100%);
    	transform: translateY(100%);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
    from {
		opacity: 0;
		-webkit-transform: translateY(100%);
    	transform: translateY(100%);
	  }
	  to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes start {
	0%,30% {
		bottom: 10%;
	}
	50% {
		bottom: 8%;
	}
}
@keyframes start {
	0%,30% {
		bottom: 10%;
	}
	50% {
		bottom: 8%;
	}
}
/* page2 */
#page2 {
    position: relative;
	width: 100%;
	height: 100%;
}
.slide-con2 {
	width: 1000px;
	position: absolute;
    left: 0%;
	right: 0;
	top: 0%;
	margin: auto;
	text-align: left;
}
.slide-con2 img.tit1 {
	height: 100px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.pic img {
	height: 160px;
	width: auto;
}
.slide-con2 .items {
	margin-left: 0;
}
.slide-con2 .item {
	width: 933px;
	height: 160px;
	display: flex;
}
.slide-con2 a#btn1,
.slide-con2 a#btn2,
.slide-con2 a#btn3 {
	position: absolute;
    width: 1068px;
    height: 160px;
}
.slide-con2 .txt-con h3.title {
	margin-top: 20px;
	font: 500 22px/32px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
}
.slide-con2 .txt-con p.text {
	font-size: 14px;
	line-height: 160%;
	text-indent: 2em;
	margin-top: 8px;
	width: 475px;
}
.slide-con2 span.pic {
	position: relative;
}
.slide-con2 span.pic i.vbg {
	position: absolute;
	background: url(../images/vbg.png) no-repeat;
	width: 61px;
	height: 65px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.slide-con2 .item1 {
	background: url(../images/ico3.png) no-repeat left top #ad955b;
	margin: 9px auto 0 30px;
}
.slide-con2 .item1 .txt-con {
	margin-left: 15%;
	width: 560px;
}
.slide-con2 .item2 {
	background: url(../images/ico4.png) no-repeat right top #bb7d43;
	margin: 9px 0 0 auto;
}
.slide-con2 .item2 .txt-con {
	margin-left: 3%;
	width: 638px;
}
.slide-con2 .item3 {
	background: url(../images/ico5.png) no-repeat left top #949d7e;
	margin: 9px auto 0 16px;
}
.slide-con2 .item3 .txt-con {
	margin-left: 10%;
	width: 640px;
}
/* page3 */
#page3 {
    position: relative;
	width: 100%;
	height: 100%;
}
.slide-con3 {
	width: 1000px;
	position: absolute;
    left: 0%;
	right: 0;
	top: 0%;
	margin: auto;
	text-align: left;
}
.slide-con3 img.tit1 {
	height: 100px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.slide-con3 .item h3.title {
	text-align: center;
	font: 500 28px/70px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	cursor: pointer;
}
.slide-con3 .item span video {
	width: 590px;
    height: 320px;
	object-fit:cover;
}
/* open */
.slide-con3 .item.open {
	display: flex;
	background: none;
	height: 320px !important;
}
.slide-con3 .item.open h3.title {
	font: 500 24px/30px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	border-bottom: 1px solid #fff;
	width: 90%;
	margin: 38px auto 20px auto;
	text-align: left;
	padding-bottom: 20px;
}
.slide-con3 .item.open p.text {
	width: 90%;
    margin: 0 auto;
	text-align: left;
    font-size: 16px;
    line-height: 160%;
	display: block;
}


.slide-con3 .item1.open .txt-con {
	background: url(../images/ico6.png) repeat-x left bottom #ad955b;
}
.slide-con3 .item2.open .txt-con {
	background: url(../images/ico6.png) repeat-x left bottom #bb7d43;
}
.slide-con3 .item3.open .txt-con {
	background: url(../images/ico6.png) repeat-x left bottom #949d7e;
}
/* close */
.slide-con3 .item.close h3.title {
	background: none;
}
.slide-con3 .item.close .txt-con p.text,
.slide-con3 .item.close span.pic video {
	display: none;
}

.slide-con3 .item1,
.slide-con3 .item1.close {
	background: url(../images/ico7.png) repeat-x bottom #ad955b;
	height: 90px !important;
	overflow: hidden;
}
.slide-con3 .item2,
.slide-con3 .item2.close {
	background: url(../images/ico7.png) repeat-x bottom #bb7d43;
	height: 90px !important;
	overflow: hidden;
}
.slide-con3 .item3,
.slide-con3 .item3.close {
	background: url(../images/ico7.png) repeat-x bottom #949d7e;
	height: 90px !important;
	overflow: hidden;
}
