.slide {
	background: #333;
}
#mouse {
	margin-top: 10px;
	-webkit-animation: start 1.5s infinite ease-in-out;
	animation: start 1.5s infinite ease-in-out;
}
#header {
	width: 100%;
	height: 125px;
	background: url(/img/hd_bg.png) repeat-x left top;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
}
#fp-nav {
	text-align: center;
}
#header .head {
	width: 1200px;
	height: 86px;
	margin: 0px auto;
}
#header .logo {
	width: 372px;
	height: 86px;
	background: url(/img/logo.png) no-repeat center center;
	float: left;
}
#header .nav {
	width: 758px;
	height: 86px;
	float: right;
}
.section1 {
BACKGROUND: #000;
}
.section2 {
	background-image: url(../images/l2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
}
.section3 {
	background-image: url(../images/l3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.section4 {
	background-image: url(../images/l4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.section5 {
	background-image: url(../images/l5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.section6 {
	background-image: url(../images/5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.section7 {
	background-image: url(../images/l7.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.section8 {
	background-image: url(../images/l8.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.section2.active, .section3.active, .section4.active, .section5.active, .section6.active, .section7.active {
	transition-delay: 0s;
	background-size: 1920px 1080px;
}
.title {
	position: absolute;
}
/*第二屏*/
.main2 {
	width: 1200px;
	height: 509px;
	margin: 0px auto;
	vertical-align: middle;
	position: relative;
}
.main2 .text {
	font-size: 14px;
	width: 640px;
	height: auto;
	line-height: 1.5em;
	position: absolute;
	right: -600px;
	top: 0px;
	display: inline-block;
	transition: 3s;
	transition-delay: 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.main2 .text>span {
	float: right;
}
/*active*/
.active .main2 .text {
	font-size: 14px;
	color: #fff;
	width: 640px;
	height: auto;
	line-height: 1.5em;
	position: absolute;
	right: 120px;
	top: 320px;
	display: inline-block;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*第三屏*/
.main3 {
	width: 1200px;
	height: 399px;
	vertical-align: middle;
	margin: 0px auto;
	position: relative;
}
.main3 .title4 {
	left: 209px;
	top: 92px;
	transition: 5s;
	transition-delay: 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	filter: blur(10px);
	-webkit-filter: blur(10px);
}
.main3 .title5 {
	left: 48px;
	top: 337px;
	transition: 3s;
	transition-delay: 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	filter: blur(10px);
	-webkit-filter: blur(10px);
}
.main3 .title6 {
	left: 131px;
	top: 426px;
	transition: 3s;
	transition-delay: 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	filter: blur(10px);
	-webkit-filter: blur(10px);
}
.main3 .btn {
	position: relative;
	left: 300px;
	top: 0px;
}
.main3 .btn>a {
	position: absolute;
	width: 329px;
	display: inline-block;
	cursor: pointer;
}
.main3 .btn>a.one {
	left: 333px;
	top: 0px;
	transition: all 3s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.main3 .btn>a.two {
	left: 333px;
	top: 0px;
	transition: all 3s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.main3 .btn>a>img {
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 2s;
}
.main3 .btn>a>img.btn_opacity0 {
	transform: scale(0.2);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
}
.main3 .btn>a:hover>img.btn_opacity0 {
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.main3 .btn>a>img.btn_opacity1 {
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s;
}
.main3 .btn>a:hover>img.btn_opacity1 {
	transform: scale(1.2);
	opacity: 0;
	filter: alpha(opacity=0);
}
/*active*/

.active .main3 .title4 {
	left: 68px;
	top: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	filter: blur(0px);
	-webkit-filter: blur(0px);
}
.active .main3 .title5 {
	opacity: 1;
	filter: alpha(opacity=100);
	filter: blur(0px);
	-webkit-filter: blur(0px);
}
.active .main3 .title6 {
	left: 0px;
	top: 130px;
	opacity: 1;
	filter: alpha(opacity=100);
	filter: blur(0px);
	-webkit-filter: blur(0px);
}
.active .main3 .btn>a.one {
	left: 0px;
	top: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.active .main3 .btn>a.two {
	left: 0px;
	top: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*第四屏*/
.main4 {
	width: 1200px;
	height: 600px;
	vertical-align: middle;
	margin: 0px auto;
	position: relative;
}
.main4 .title5 {
	left: 90px;
	top: 150px;
	transition: 3s;
	transition-delay: 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	filter: blur(10px);
	-webkit-filter: blur(10px);
}
.main4 .title6 {
	left: 131px;
	top: 426px;
	transition: 3s;
	transition-delay: 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	filter: blur(10px);
	-webkit-filter: blur(10px);
}
.main4 .link {
	position: absolute;
	right: 0px;
	transition: 3s;
	top: 90px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-animation: start 3s infinite ease-in-out;
	animation: start 3s infinite ease-in-out;
}
.main4 .btn {
	position: relative;
	left: 300px;
	top: 0px;
}
.main4 .btn>a {
	position: absolute;
	width: 132px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
}
.main4 .btn>a.one {
	right: 0px;
	top: 0px;
	transition: all 3s;
	opacity: 0;
	filter: alpha(opacity=0);
}
/*active*/

.active .main4 .title5 {
	left: 300px;
	top: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	filter: blur(0px);
	-webkit-filter: blur(0px);
}
.active .main4 .title6 {
	left: 131px;
	top: 191px;
	opacity: 1;
	filter: alpha(opacity=100);
	filter: blur(0px);
	-webkit-filter: blur(0px);
}
.active .main4 .link {
	position: absolute;
	right: -164px;
	bottom: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-animation: start 3s infinite ease-in-out;
	animation: start 3s infinite ease-in-out;
}
.active .main4 .title1 {
	left: 68px;
	top: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	filter: blur(0px);
	-webkit-filter: blur(0px);
}
.active .main4 .btn>a.one {
	left: 600px;
	top: 620px;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*第五屏*/
.main5 {
	width: 1200px;
	height: 700px;
	vertical-align: middle;
	margin: 0px auto;
	position: relative;
}
.main5 .text {
	font-size: 24px;
	width: 550px;
	height: 410px;
	line-height: 1.5em;
	position: absolute;
	left: 500px;
	top: 0px;
 *writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	line-height: 2.1em;
	transition: all 3s;
	transition-delay: 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.main5 .text>span>img {
	float: none;
}
.main5 .title5 {
	left: 480px;
	top: 500px;
	transition: 5s;
	transition-delay: 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	filter: blur(10px);
	-webkit-filter: blur(10px);
}
.main5 .link {
	position: absolute;
	right: -139px;
	bottom: -200px;
	transition: 3s;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-animation: start 3s infinite ease-in-out;
	animation: start 3s infinite ease-in-out;
}
.main5 .btn {
	position: absolute;
	left: -300px;
	top: 137px;
	width: 44px;
	height: 44px;
	transition: all 3s;
	transition-delay: 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.main5 .btn>a {
	display: inline-block;
	width: 51px;
	text-align: center;
	font-size: 26px;
	font-family: "mcls";
	text-decoration: none;
	color: #000;
	margin-right: 20px;
	z-index: 3;
	position: relative;
	transition: all 0.3s;
}
.main5 .btn>a:hover {
	color: #fff;
}
/*active*/
.active .main5 .text {
	font-size: 24px;
	font-family: "mcls";
	width: 550px;
	height: 410px;
	line-height: 1.5em;
	position: absolute;
	left: 276px;
	top: 0px;
 *writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	line-height: 2.1em;
	opacity: 1;
	filter: alpha(opacity=100);
}
.active .main5 .btn {
	position: absolute;
	left: 500px;
	top: 550px;
	width: 44px;
	height: 44px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.active .main5 .title5 {
	left: 480px;
	top: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
	filter: blur(0px);
	-webkit-filter: blur(0px);
}
.active .main5 .link {
	position: absolute;
	right: -139px;
	bottom: -80px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-animation: start 3s infinite ease-in-out;
	animation: start 3s infinite ease-in-out;
}
#icp {
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0px;
	left: 0px;
        background-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(255, 255, 255, 0.1);
    border-top-style: solid;
    border-top-width: 1px;
}
#icp .icp1200 {
	width: 1200px;
	height: 30px;
	margin: 0px auto;
	font-size: 12px;
	text-align: center;
	color: #aa8076;
	line-height: 0.8em;
	padding-top: 5px;
}
#icp .icp1200 span {
	font-size: 30px;
}
#icp .icp1200 A {
	text-decoration: none;
	color: #aa8076;
}
#icp .icp1200 P {
	font-size: 12px;
	color: #aa8076;
	line-height: 20px;
	margin: 0px;
}
@-webkit-keyframes start {
 0% {
opacity: 1;
-webkit-transform: translate(0, 0);
}
 50% {
opacity: 1;
-webkit-transform: translate(0, 10px);
}
 100% {
opacity: 1;
-webkit-transform: translate(0, 0);
}
}
@-moz-keyframes start {
 0% {
opacity: 1;
-webkit-transform: translate(0, 0);
}
 50% {
opacity: 1;
-webkit-transform: translate(0, 10px);
}
 100% {
opacity: 1;
-webkit-transform: translate(0, 0);
}
}
@keyframes start {
 0% {
opacity: 1;
-webkit-transform: translate(0, 0);
}
 50% {
opacity: 1;
-webkit-transform: translate(0, 10px);
}
 100% {
opacity: 1;
-webkit-transform: translate(0, 0);
}
}
.bg-video {
	background: no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.bg-video video {
	height: 100%;
	width: 100%;
}
#overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(http://dfs.yun300.cn/group1/M00/01/54/rBQBHVlMuh6EFW__AAAAAOdga60643.png) repeat left top;
	z-index: 1;
}
.tm_logo {
	position: relative;
	top: -2000px;
}
.head {
	position: relative;
	top: -2000px;
}
.buttons {
	position: relative;
	bottom: -2000px;
}
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
#logo1 {
	z-index: 95;
	position: fixed;
	text-align: center;
	width: 193px;
	top: 0%;
	left: 2%;
}
#icp {
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0px;
	left: 0px;
        background-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(255, 255, 255, 0.1);
    border-top-style: solid;
    border-top-width: 1px;
}
#icp a {
	color: #ababab;
}
#icp01 {
	width: 45%;
	FLOAT: left;
	color: #ababab;
	PADDING-top: 10px;
	PADDING-BOTTOM: 10px;
	padding-left: 2%;
}
#icp01 p {
	color: #ababab;
}
#icp02 {
	width: 450px;
	FLOAT: RIGHT;
	PADDING-top: 3px;
	PADDING-BOTTOM: 10px;
	padding-RIGHT: 2%;
	text-align: RIGHT;
}
#icp02_1 {
	width: 280px;
	FLOAT: left;
	PADDING-top: 7px;
}
#icp A:link {
	color: #838383;
	text-decoration: none;
}
#icp A:visited {
	color: #838383;
	text-decoration: none;
}
#icp A:hover {
	color: #cccccc;
	text-decoration: none;
}
#icp A:active {
	color: #838383;
	text-decoration: none;
}
BODY {
	text-align: left;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "微软雅黑", "黑体", "Arial,Helvetica,sans-serif", "Lucida Grande", "Lucida Sans Unicode";
	background: #fff fixed no-repeat center center;
	color: #000;
	font-size: 14px;
	padding-top: 0px;
}
.active .mili01 {
	left: 0%;
	width: 50%;
	opacity: 1;
	transition-delay: 0.8s;
	height: 100%;
	BACKGROUND: url(../images/c1bg1.jpg);
}
.mili01 {
	position: absolute;
	left: -50%;
	top: 0%;
	width: 50%;
	opacity: 0;
	height: 100%;
	transition: all 1s;
	BACKGROUND: url(../images/c1bg1.jpg);
}
.active .mili02 {
	RIGHT: 10%;
	width: 35%;
	opacity: 1;
	transition-delay: 0.8s;
	height: 100%;
}
.mili02 {
	position: absolute;
	RIGHT: -50%;
	top: 20%;
	width: 35%;
	opacity: 0;
	height: 100%;
	transition: all 1s;
}
.mili02 a {
	font-size: 16px;
	LINE-HEIGHT: 25px;
	color: #666666;
}
.mili02 h2 {
	font-size: 16px;
	LINE-HEIGHT: 25px;
}
.mili02_3 {
	PADDING-top: 20px;
	PADDING-BOTTOM: 20px;
}
.active .m7_1 {
	left: 0%;
	width: 50%;
	opacity: 1;
	transition-delay: 0.8s;
	height: 100%;
	BACKGROUND: url(../images/c1bg2.jpg);
}
.m7_1 {
	position: absolute;
	left: -50%;
	top: 0%;
	width: 50%;
	opacity: 0;
	height: 100%;
	transition: all 1s;
	BACKGROUND: url(../images/c1bg2.jpg);
}
.active .m7_2 {
	RIGHT: 0%;
	width: 50%;
	opacity: 1;
	transition-delay: 0.8s;
	height: 100%;
	BACKGROUND: #3d3d3d;
}
.m7_2 {
	position: absolute;
	RIGHT: -50%;
	top: 0%;
	width: 50%;
	opacity: 1;
	height: 100%;
	transition: all 1s;
	BACKGROUND: #3d3d3d;
}
.m7_2_1 {
	PADDING-top: 15%;
	padding-left: 30px;
}
.m7_1_1 {
	PADDING-top: 45%;
	padding-left: 0px;
}
.active .m6_1 {
	left: 13%;
	width: 729px;
	opacity: 1;
	transition-delay: 0.8s;
	height: 100%;
}
.m6_1 {
	position: absolute;
	left: -50%;
	top: 15%;
	width: 729px;
	opacity: 1;
	height: 100%;
	transition: all 1s;
}
.active .m6_2 {
	left: 32%;
	width: 729px;
	opacity: 1;
	transition-delay: 0.8s;
	height: 100%;
}
.m6_2 {
	position: absolute;
	left: -50%;
	top: 10%;
	width: 729px;
	opacity: 1;
	height: 100%;
	transition: all 1s;
}
.active .m4_1_1 {
	left: 13%;
	width: 322px;
	opacity: 1;
	transition-delay: 0.8s;
	height: 100%;
	BACKGROUND: url(../images/hj1_03.jpg);
}
.m4_1 {
	width: 90%;
}
.m4_1_1 {
	position: absolute;
	left: -50%;
	top: 8%;
	width: 332x;
	opacity: 1;
	height: 100%;
	transition: all 1s;
	BACKGROUND: url(../images/hj1_03.jpg);
}
.active .m4_1_2 {
	left: 32%;
	width: 322px;
	opacity: 1;
	transition-delay: 0.8s;
	BACKGROUND: url(../images/hj1_05.jpg);
	height: 100%;
}
.m4_1_2 {
	position: absolute;
	left: -50%;
	top: 8%;
	width: 332x;
	opacity: 1;
	height: 100%;
	transition: all 1s;
	BACKGROUND: url(../images/hj1_05.jpg);
}
.active .m4_1_3 {
	RIGHT: 32%;
	width: 322px;
	opacity: 1;
	transition-delay: 0.8s;
	height: 100%;
	BACKGROUND: url(../images/hj1_07.jpg);
}
.m4_1_3 {
	position: absolute;
	RIGHT: -50%;
	top: 8%;
	width: 332x;
	opacity: 1;
	height: 100%;
	transition: all 1s;
	BACKGROUND: url(../images/hj1_07.jpg);
}
.active .m4_1_4 {
	RIGHT: 13%;
	width: 322px;
	opacity: 1;
	transition-delay: 0.8s;
	height: 100%;
	BACKGROUND: url(../images/hj1_09.jpg);
}
.m4_1_4 {
	position: absolute;
	RIGHT: -50%;
	top: 8%;
	width: 332x;
	opacity: 1;
	height: 100%;
	transition: all 1s;
	BACKGROUND: url(../images/hj1_09.jpg);
}
@font-face {
	font-family: "socialshare";
	src: url("../fonts/iconfont.eot");
	src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg")
}
.social-share {
	font-family: "socialshare" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
	width: 160x;
	FLOAT: RIGHT;
}
.social-share * {
	font-family: "socialshare" !important
}
.social-share .icon-tencent:before {
	content: "\f07a"
}
.social-share .icon-qq:before {
	content: "\f11a"
}
.social-share .icon-weibo:before {
	content: "\f12a"
}
.social-share .icon-wechat:before {
	content: "\f09a"
}
.social-share .icon-douban:before {
	content: "\f10a"
}
.social-share .icon-heart:before {
	content: "\f20a"
}
.social-share .icon-like:before {
	content: "\f00a"
}
.social-share .icon-qzone:before {
	content: "\f08a"
}
.social-share .icon-linkedin:before {
	content: "\f01a"
}
.social-share .icon-diandian:before {
	content: "\f05a"
}
.social-share .icon-facebook:before {
	content: "\f03a"
}
.social-share .icon-google:before {
	content: "\f04a"
}
.social-share .icon-twitter:before {
	content: "\f06a"
}
.social-share a {
	position: relative;
	text-decoration: none;
	margin: 4px;
	display: inline-block;
	outline: none
}
.social-share .social-share-icon {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: 18px;
	border-radius: 50%;
	line-height: 25px;
	border: 1px solid #666;
	color: #666;
	text-align: center;
	vertical-align: middle;
	transition: background 0.6s ease-out 0s
}
.social-share .social-share-icon:hover {
	background: #db0b1b;
	color: #fff
}
.social-share .icon-weibo {
color: #838383;
    border-color: #838383;
}
.social-share .icon-weibo:hover {
	background: #db0b1b;
}
.social-share .icon-tencent {
color: #838383;
    border-color: #838383;
}
.social-share .icon-tencent:hover {
	background: #db0b1b;
}
.social-share .icon-qq {
color: #838383;
    border-color: #838383;
}
.social-share .icon-qq:hover {
	background: #db0b1b;
}
.social-share .icon-qzone {
color: #838383;
    border-color: #838383;
}
.social-share .icon-qzone:hover {
	background: #db0b1b;
}
.social-share .icon-douban {
color: #838383;
    border-color: #838383;
}
.social-share .icon-douban:hover {
	background: #db0b1b;
}
.social-share .icon-linkedin {
color: #838383;
    border-color: #838383;
}
.social-share .icon-linkedin:hover {
	background: #db0b1b;
}
.social-share .icon-facebook {
color: #838383;
    border-color: #838383;
}
.social-share .icon-facebook:hover {
	background: #db0b1b;
}
.social-share .icon-google {
	color: #db4437;
	border-color: #db4437
}
.social-share .icon-google:hover {
	background: #db4437
}
.social-share .icon-twitter {
	color: #55acee;
	border-color: #55acee
}
.social-share .icon-twitter:hover {
	background: #55acee
}
.social-share .icon-diandian {
	color: #307DCA;
	border-color: #307DCA
}
.social-share .icon-diandian:hover {
	background: #307DCA
}
.social-share .icon-wechat {
	position: relative;
color: #838383;
    border-color: #838383;
}
.social-share .icon-wechat:hover {
	background: #7bc549
}
.social-share .icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	top: -205px;
	left: -84px;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms
}
.social-share .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}
.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important
}
.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0
}
.social-share .icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}
.social-share .icon-wechat:hover .wechat-qrcode {
	display: block
}
