@charset "utf-8";

* {
	font-size: 14px;
}

body {
	margin: 0;
	padding: 0px;
	overflow-x: hidden;
	font-family: "微软雅黑";
	background: url(./../img/bg02.png);
}

ul,
ol,
p {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0px;
}

img {
	border: none;
}

a {
	outline: 0;
	color: #3f3f3f;
	text-decoration: none;
	cursor: pointer;
}

ul,
li,
dd,
dl {
	list-style: none;
	margin: 0;
	padding: 0px;
}

input,
textarea {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0px;
	color: #333333;
	font-size: 12px;
}

.lf {
	float: left;
}

.rg {
	float: right;
}

/*index*/
.index_main {
	width: 1200px;
	height: 1020px;
	position: relative;
	margin: -100px auto 0 auto;
}

.index_main:before {
	content: " ";
	display: table;
}

.index_main:after {
	content: " ";
	display: table;
	clear: both;
}

.index_mainBox {
	width: 1920px;
	height: 1020px;
	margin-left: -360px;
	position: relative;
	overflow: hidden;
}

.index_main_img {
	position: relative;
	/*width: 1920px;height: 1496px;*/
	background: url(./../img/bg02.png);
}

/*.index_main_img>img{position: absolute;left: 265px;top: -360px;transform-origin:center center;animation: mainfirst 60s linear infinite;-webkit-animation: mainfirst 60s linear infinite;-moz-animation: mainfirst 60s linear infinite;-o-animation: mainfirst 60s linear infinite;}*/
.index_main_img>img {
	width: 100%;
	transform-origin: center;
	margin: 0 auto;
	display: block;
	animation: mainfirst 20s linear infinite;
	-webkit-animation: mainfirst 20s linear infinite;
	-moz-animation: mainfirst 20s linear infinite;
	-o-animation: mainfirst 20s linear infinite;
	position: absolute;
	left: 0;
	top: 0;
}

@keyframes mainfirst {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}
}

@-moz-keyframes mainfirst {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}
}

@-webkit-keyframes mainfirst {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}
}

@-o-keyframes mainfirst {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}
}

.index_main ul {
	position: absolute;
	top: 640px;
	left: 110px;
	z-index: 990;
}

.index_main ul li {
	display: block;
	position: relative;
	float: left;
	width: 81px;
	height: 120px;
	margin-right: 70px;
	transition: all 1s;
}

.index_main ul li a {
	display: block;
	width: 81px;
	height: 120px;
}

.index_main ul li p {
	position: absolute;
	bottom: 0;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	width: 81px;
	transition: all 1s;
}

.index_main ul li:nth-child(1) {
	background: url(./../img/list01.png) no-repeat;
}

.index_main ul li:nth-child(1):hover {
	background: url(./../img/list02.png) no-repeat;
}

.index_main ul li:nth-child(1):hover p {
	color: #c3683c;
}

.index_main ul li:nth-child(2) {
	background: url(./../img/list03.png) no-repeat;
}

.index_main ul li:nth-child(2):hover {
	background: url(./../img/list04.png) no-repeat;
}

.index_main ul li:nth-child(2):hover p {
	color: #9431c8;
}

.index_main ul li:nth-child(3) {
	background: url(./../img/list05.png) no-repeat;
}

.index_main ul li:nth-child(3):hover {
	background: url(./../img/list06.png) no-repeat;
}

.index_main ul li:nth-child(3):hover p {
	color: #2cc9b9;
}

.index_main ul li:nth-child(4) {
	background: url(./../img/list07.png) no-repeat;
}

.index_main ul li:nth-child(4):hover {
	background: url(./../img/list08.png) no-repeat;
}

.index_main ul li:nth-child(4):hover p {
	color: #3291cd;
}

.index_main ul li:nth-child(5) {
	background: url(./../img/list11.png) no-repeat;
}

.index_main ul li:nth-child(5):hover {
	background: url(./../img/list12.png) no-repeat;
}

.index_main ul li:nth-child(5):hover p {
	color: #cac020;
}

.index_main ul li:nth-child(6) {
	background: url(./../img/list15.png) no-repeat;
}

.index_main ul li:nth-child(6):hover {
	background: url(./../img/list16.png) no-repeat;
}

.index_main ul li:nth-child(6):hover p {
	color: #6ec656;
}

.index_main ul li:nth-child(7) {
	background: url(./../img/list17.png) no-repeat;
}

.index_main ul li:nth-child(7):hover {
	background: url(./../img/list18.png) no-repeat;
}

.index_main ul li:nth-child(7):hover p {
	color: #6ec656;
}

.main_text {
	position: absolute;
	width: 396px;
	height: 248px;
	line-height: 0;
	left: 405px;
	top: 255px;
}

.main_nav {
	width: 1200px;
	height: 105px;
	position: relative;
	margin: 0 auto;
}

.main_nav:before {
	content: " ";
	display: table;
}

.main_navBox {
	width: 1920px;
	height: 140px;
	position: absolute;
	z-index: 999;
	top: -80px;
	background: url(./../img/bg01.png) no-repeat;
	left: -360px;
}

.main_navBox:before {
	content: " ";
	display: table;
}

.main_navBox:after {
	content: " ";
	display: table;
	clear: both;
}

/*.navBox{width: 1200px;margin:95px auto 0 auto;position: relative;}.navBox>ul{margin-left: 175px;}.navBox>ul>li{display: block;width: 110px;height: 40px;line-height: 40px;text-align: center;position: relative;float: left;}.navBox>ul>li>a{display: block;width: 110px;height: 40px;line-height: 40px;text-align: center;color: #979797;font-size: 14px;}.navBox>ul>li>ul{position: absolute;left: 0;top: -265px;padding-top: 10px;padding-bottom: 30px;display: none;transition: all 1s;}.navBox>ul>li>ul>li{float: left;}.navBox>ul>li>ul>li>a{display: block;width: 110px;height: 40px;line-height: 40px;text-align: center;position: relative;background-color: #171717;transition: all 1s;}.navBox>ul>li:nth-child(2)>ul,.navBox>ul>li:nth-child(3)>ul{top: -225px;}.navBox>ul>li>ul>li>a:hover{background-color: #9431c8;color: #ffffff;}.navBox>ul>li:nth-child(4){margin-left: 187px;}.navBox>ul>li:nth-child(4)>ul,.navBox>ul>li:nth-child(5)>ul,.navBox>ul>li:nth-child(6)>ul{top: -105px;}.navBox>a{display: block;line-height: 0;position: absolute;left: 555px;top: -70px;}.footer{width: 1920px;height: 45px;background-color: #303030;position: relative;margin-left: -360px;margin-top: 60px;}.footer p{text-align: center;line-height: 45px;color: #9c9c9c;font-size: 12px;}*/
/*footer*/
.footer {
	width: 100%;
	height: 187px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

.footer:before {
	content: " ";
	display: table;
}

.footer:after {
	content: " ";
	display: table;
	clear: both;
}

.foot_nav {
	width: 1200px;
	margin: 0 auto;
	height: 145px;
	position: relative;
}

.foot_nav_box {
	width: 1920px;
	height: 145px;
	position: relative;
	margin-left: -360px;
	background: url(./../img/bg01.png) no-repeat;
}

.foot_nav_box:before {
	content: " ";
	display: table;
}

.foot_nav_box:after {
	content: " ";
	display: table;
	clear: both;
}

.navBox {
	width: 1200px;
	margin: 95px auto 0 auto;
	position: relative;
}

.navBox>ul {
	margin-left: 175px;
}

.navBox>ul>li {
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	float: left;
}

.navBox>ul>li>a {
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #979797;
	font-size: 14px;
}

.navBox>ul>li>ul {
	position: absolute;
	left: 0;
	top: -185px;
	padding-top: 10px;
	padding-bottom: 30px;
	display: none;
	transition: all 1s;
	z-index: 9999;
}

.navBox>ul>li>ul>li {
	float: left;
}

.navBox>ul>li>ul>li>a {
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	background-color: #171717;
	transition: all 1s;
	color: #999;
}

.navBox>ul>li:nth-child(2)>ul {
	/*top: -144px;*/
	bottom: 24px;
	top: auto;
}

.navBox>ul>li:nth-child(3)>ul {
	top: -345px;
}

.navBox>ul>li>ul>li>a:hover {
	background-color: #464646;
	color: #ffffff;
}

.navBox>ul>li:nth-child(4) {
	margin-left: 187px;
}

.navBox>ul>li:nth-child(4)>ul {
	top: -185px;
}

.navBox>ul>li:nth-child(5)>ul {
	/*top: -145px;*/
	bottom: 24px;
	top: auto;
}

.navBox>ul>li:nth-child(6)>ul {
	top: -65px;
}

.navBox>a {
	display: block;
	line-height: 0;
	position: absolute;
	left: 555px;
	top: -70px;
}

.footBt {
	width: 100%;
	height: 42px;
	background-color: #303030;
}

.footBt:before {
	content: " ";
	display: table;
}

.footBt:after {
	content: " ";
	display: table;
	clear: both;
}

.footBt_box {
	width: 1200px;
	height: 42px;
	margin: 0 auto;
	position: relative;
}

.footBt_box:before {
	content: " ";
	display: table;
}

.footBt_box:after {
	content: " ";
	display: table;
	clear: both;
}

.footBt_box p {
	float: left;
	/*margin-left: 180px;*/
	color: #5e5e5e;
	font-size: 12px;
	line-height: 43px;
}

.footBt_box span {
	float: right;
	margin-right: 180px;
}

.footBt_box span a {
	margin-left: 30px;
	color: #5e5e5e;
	font-size: 12px;
	line-height: 43px;
}

@media screen and (max-width:1500px) {
	.index_main {
		width: 1200px;
		height: 1020px;
		position: relative;
		margin: -200px auto 0 auto;
	}

	.main_text {
		position: absolute;
		width: 396px;
		height: 248px;
		line-height: 0;
		left: 405px;
		top: 280px;
	}

	.index_main_img>img {
		width: 100%;
		transform-origin: center;
		margin: 0 auto;
		display: block;
		animation: mainfirst 20s linear infinite;
		-webkit-animation: mainfirst 20s linear infinite;
		-moz-animation: mainfirst 20s linear infinite;
		-o-animation: mainfirst 20s linear infinite;
		position: absolute;
		left: 0;
		top: 0;
	}

	.index_main ul {
		position: absolute;
		top: 600px;
		left: 110px;
		z-index: 990;
	}

	@keyframes mainfirst {
		0% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
		}

		50% {
			-webkit-transform: scale(0.8);
			-moz-transform: scale(0.8);
			-o-transform: scale(0.8);
		}

		100% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
		}
	}

	@-moz-keyframes mainfirst {
		0% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
		}

		50% {
			-webkit-transform: scale(0.8);
			-moz-transform: scale(0.8);
			-o-transform: scale(0.8);
		}

		100% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
		}
	}

	@-webkit-keyframes mainfirst {
		0% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
		}

		50% {
			-webkit-transform: scale(0.8);
			-moz-transform: scale(0.8);
			-o-transform: scale(0.8);
		}

		100% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
		}
	}

	@-o-keyframes mainfirst {
		0% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
		}

		50% {
			-webkit-transform: scale(0.8);
			-moz-transform: scale(0.8);
			-o-transform: scale(0.8);
		}

		100% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
		}
	}
}

.pop-ups {
	position: absolute;
	top: 560px;
	right: 57px;
	width: 178px;
	height: 240px;
	background: url('./../img/pop2.jpg') no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	border-radius: 6px;
	overflow: hidden;
}

.pop-ups a {
	width: 100%;
	height: 100%;
	display: block;
}

@media screen and (max-width: 1500px) {
	.pop-ups {
		top: 400px;
		width: 124px;
		height: 165px;
		border-radius: 3px;
	}
}

@media screen and (max-width: 1400px) {
	.pop-ups {
		top: 100px;
	}
}
