﻿@charset "utf-8";
/* CSS Document */
 
/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	border-color: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
button,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	width:auto;
	overflow:visible;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
/* end reset css */
html,
body {
	height:100%;
}
a,a:active{
	color:#333;
	text-decoration:none;
	outline:none;
}
/*float clear*/
.clear:after {
	content: "\200c";
	display :block;
	height: 0;
	font-size: 0;
	clear: both;
}
.none{
	display:none;
	overflow:hidden;
}

a,button,
input[type=submit],
input[type=button]{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

body {
	color:#333;
	font-family:"Microsoft YaHei", Arial, Verdana, serif;
	font-size:14px;
	line-height:1.4;
    -webkit-user-select:none; /* 禁止选择 */
    -webkit-touch-callout:none; /* 禁用弹出 */
	border-color: #000;
}
.wrapper{
	width:100%;
	display:block;
	min-width:320px;
	position: absolute;
}
.main{
	margin:0 auto;
}




.in_top{
	width: 100%;
	position: fixed;
	z-index: 1200;
	top:0%;
}

.in_top_1{
	left: 2%;
	position: absolute;
	top: 2rem;
	
}
.in_top_2{
	right: 4%;
	position: absolute;
	margin-top: 40px;
}

.in_top_2 li{
	    display: block;
    float: left;
    background-image: url(../images/hfs0810104.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 20px 15px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
    writing-mode: tb-rl;
    font-size: 18px;
    color: #fff;
    letter-spacing: 8px;
}

.in_top_2 li.active{
	background-position: center bottom;
    padding: 10px 25px 20px;
	border-right: 1px solid #9e0f2e;
}

.in_top_2 li.active a{
	color: #9e0f2e;
}

.in_top_2 li a{
	color: #fff;
	transition: all 0.5s;
}

.in_top_2 li:hover{
	background-position: center bottom;
    padding: 10px 15px 20px;
	border-right: 1px solid #9e0f2e;
}

.in_top_2 li:hover a{
	color: #9e0f2e;
}



.in_menu_1{
	    right: 2%;
    position: absolute;
    top: 2rem;
}


@media (max-width:1200px) {
	.in_top_2 li {
    padding: 17px 5px 0px;
	}
	.in_top_1 img {
    width: 70%;
}
	.in_top_2 li.active {
    padding: 10px 9px 20px;
}
	.in_top_2 {
    right: 3%;
    margin-top: 17px;
}
	
	.in_top_1 {
    left: 3%;
    top: 1.5rem;
}
	.in_menu_1 {
    right: 2%;
    top: 1rem;
}
	.in_top_2 li:hover{
    padding: 10px 5px 20px;
}
	
}


.in_bottom{
	width: 100%;
	position: fixed;
	z-index: 99;
	bottom: 4%;

}


.in_bottom_1{
	font-size: 12px;
	color: #4e4e4e;
	left: 2%;
	position: absolute;
}

.in_bottom_2{
	font-size: 12px;
	color: #4e4e4e;
	right: 2%;
	position: absolute;
	margin-top: -11px;
}

.in_bottom_3{
	position: absolute;
    width: 200px;
    padding-left:0px;
    line-height: 33px;
    color: #484848;
    height: 33px;
    left: 50%;
    margin-left: -100px;
    bottom: -25px;
    background-image: url(../images/hfs0727103.png);
    background-repeat: no-repeat;
	background-position: center;
	    text-align: center;
}


.in_bottom_3:after {
    content: "";
    position: absolute;
    height: 7px;
    width: 2px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    margin-left: 0px;
    top: 5px;
             animation: rotateplane 2s infinite ease-in-out;
}    



@media (max-width:1200px) {
	.in_bottom_2 {
    display: none;
}
	
	.in_bottom_3 {
    bottom: 50px;
	}
	.in_bottom_1 {
        left: 50%;
    margin-left: -45%;
    position: relative;
    text-align: center;
    width: 90%;
    font-size: 12px;
	line-height: 1.5em;
	margin-top: 5px;
}
	
	.in_bottom{
	    bottom: 0%;
    height: 44px;
    background-color: #151618;
}
	
	
}






@keyframes rotateplane 
{ 
    0% {
        transform: translateY(2px);
		opacity: 1;
    }
	80% {
        transform: translateY(13px);
		opacity: 1;
    }

    90% {
        transform: translateY(13px);
		opacity: 0;
    }
	100% {
        transform: translateY(13px);
		opacity: 0;
    }
}




#wrap{
    position:relative;
    min-height:100%;
    _height:100%;
    overflow:hidden;
}
#pages{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
	
}
.page{
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
	background-position: center;
	overflow: hidden;
}
.page1{
	background-color: #fff;
	background-image: url(../images/ffs101aa.jpg);
}
.page2{
	background-color: #fff;
    background-image: url(../images/wrap_1_bg.jpg);
}
.page3{
	background-color: #fff;
    background-image: url(../images/wrap_3_bga.jpg);
}
.page4{
    background-color: #fff;
}
.page5{
	background-color: #fff;
    background-image: url(../images/ffs105.jpg);
}
.page6{
	background-color: #fff;
    background-image: url(../images/ffs106.jpg);
}
h1{
    text-align:center;
    font-size:30px;
}
.box{
    text-align:center;
    margin:50px 0;
}
.box img{
    max-width:90%;
}

#ctl{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    z-index:100;
}
#ctl button{
    margin:5px;
}




/* page1 */
#age .inner {
    z-index: 2;
	position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.tm_logo {
    position: relative;
	opacity:0;
	animation:page1goBig 4s ease-out 10s 1 alternate forwards;
}

.pro_img img{
	margin: 0 3%;
	
}


.pro_img {
    margin-top: -95px;
	opacity:0;
	animation:page1goBig 4s ease-out 12s 1 alternate forwards;
}


#overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	background: url(../images/hfs0706105.png) repeat left top;
    z-index: 1;
}

.bg-video {
    background: no-repeat 50% 50%;
    background-size: cover;
    height: 1080px;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    top: 0;
    width: 1920px;
    z-index: 0;
}

.bg-video video {
    height: 100%;
    width: 100%;
}


@keyframes page1goBig{
	
0% {
	opacity:0;
	transform: scale(.1);

}
	


65% {
	opacity:1;

}
100% {
	opacity: 1;
	transform: scale(1);
}

}




/* page2 */

.page2 .page2_1{
	position: absolute;
	bottom:-5px;
	left: 2%;
	animation:page2goRight 0.8s ease-out .6s 1 alternate forwards;
	opacity: 0;
}

.page2 .page2_2{
	position: absolute;
	top:20%;
	right: 4%;
	width: 674px;
	text-align: left;
	
}

.page2_1_1{
	position: relative;
	animation:page2goLeft .8s ease-out .9s 1 alternate forwards;
	opacity:0;
}

.page2_1_2{
	margin-top: 88px;
	color: #fdfdfd;
	line-height: 30px;
	position: relative;
	animation:page2goLeft .8s ease-out 1.2s 1 alternate forwards;
	opacity:0;
}

.page2_1_3{
	margin-top: 50px;
	position: relative;
	animation:page2goLeft .8s ease-out 1.5s 1 alternate forwards;
	opacity:0;
}

@keyframes page2goRight{
	
0% {
	opacity:0;
	left: -12%;
	transform: scale(1);

}
100% {
	opacity: 1;
	left: 2%;
	transform: scale(1);
}

}

@keyframes page2goLeft{
	
0% {
	opacity:0;
	transform: scale(1);
	right: -200px;

}
100% {
	opacity: 1;
	transform: scale(1);
	right: 0px;
}

}



/* page3 */

.page3 .page3_1{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    text-align: center;
}

.page_3_1_1{
	opacity:0;
	animation:page3goBig 3s ease-out 0.3s 1 alternate forwards;
}

.page3_bg{
	background-image: url(../images/wrap_3_bg.jpg);
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	animation-name: kenburns-1;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	opacity: 1;
	transform: scale(1.6);
	position: absolute;
	z-index: 0;
}



@keyframes kenburns-1 {
	0% {
	opacity: 1;
	transform: scale(1.6);
	}
	1.5625% {
	opacity: 1;
	}
	23.4375% {
	opacity: 1;
	}
	26.5625% {
	opacity: 1;
	transform: scale(1.4);
	}
	100% {
	opacity: 1;
	transform: scale(1.6);
	}
	98.4375% {
	opacity: 1;
	transform: scale(1.61176);
	}
	100% {
	opacity: 1;
	}
}



@keyframes page3goBig{
	
0% {
	opacity:0;
	transform: scale(.1);

}
65% {
	opacity:1;

}
100% {
	opacity: 1;
	transform: scale(1);
}

}



/* page4 */

.page4_1{
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	background: url(../images/wrap_4_1.jpg) repeat center;
	cursor:pointer;
	opacity: 0;
	animation:page4goTop .6s ease-out 0.3s 1 alternate forwards;
}

.page4_1 span{
	width: 100%;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    display: block;
	transition: all 0.5s;
}

.page4_1 img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    text-align: center;
	transition: all 0.5s;
}

.page4_1:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 5px;
    width: 0px;
    height: 0px;
    background-color: #fff;
    margin-left: 0px;
    top: 62%;
    transition: all .3s;
}

.page4_1:hover:before{
    width: 17px;
    height: 3px;
	margin-left: -8px;
}

.page4_1:hover span{
	background-color: rgba(80, 3, 3, 0.9);
}

.page4_1:hover img{
	top: 40%;
}

.page4_2{
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	background: url(../images/wrap_4_3.jpg) repeat center;
	cursor:pointer;
	opacity: 0;
	animation:page4goTop .6s ease-out 0.6s 1 alternate forwards;
}
.page4_2 span{
	width: 100%;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    display: block;
	transition: all .3s;
}
.page4_2 img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    text-align: center;
	transition: all .3s;
}


.page4_2:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 5px;
    width: 0px;
    height: 0px;
    background-color: #fff;
    margin-left: 0px;
    top: 62%;
    transition: all .3s;
}

.page4_2:hover:before{
    width: 17px;
    height: 3px;
	margin-left: -8px;
}

.page4_2:hover span{
	background-color: rgba(80, 3, 3, 0.9);
}

.page4_2:hover img{
	top: 40%;
}

.page4_3{
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	background: url(../images/wrap_4_4.jpg) repeat center;
	cursor:pointer;
	opacity: 0;
	animation:page4goTop .6s ease-out 0.9s 1 alternate forwards;
}
.page4_3 span{
	width: 100%;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    display: block;
	transition: all .3s;
}
.page4_3 img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    text-align: center;
	transition: all .3s;
}


.page4_3:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 5px;
    width: 0px;
    height: 0px;
    background-color: #fff;
    margin-left: 0px;
    top: 62%;
    transition: all .3s;
}

.page4_3:hover:before{
    width: 17px;
    height: 3px;
	margin-left: -8px;
}

.page4_3:hover span{
	background-color: rgba(80, 3, 3, 0.9);
}

.page4_3:hover img{
	top: 40%;
}
.page4_4{
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	background: url(../images/wrap_4_5.jpg) repeat center;
	cursor:pointer;
	opacity: 0;
	animation:page4goTop .6s ease-out 1.2s 1 alternate forwards;
}
.page4_4 span{
	width: 100%;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    display: block;
	transition: all .3s;
}
.page4_4 img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    text-align: center;
	transition: all .3s;
}


.page4_4:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 5px;
    width: 0px;
    height: 0px;
    background-color: #fff;
    margin-left: 0px;
    top: 62%;
    transition: all .3s;
}

.page4_4:hover:before{
    width: 17px;
    height: 3px;
	margin-left: -8px;
}

.page4_4:hover span{
	background-color: rgba(80, 3, 3, 0.9);
}

.page4_4:hover img{
	top: 40%;
}


@keyframes page4goTop{
	
0% {
	bottom:-60px;
	opacity: 0;
}
100% {
	bottom:0px;
	opacity: 1;
}

}





/* page6动画end */

@keyframes goHeight
{
	
0% {
	top:-550px;
}

100% {
	top:0px;
}

}


@keyframes goUp
{
	
0% {
	opacity:0;
	top:60px;
}
100% {
	opacity: 1;
	top:100px;
}

}

@keyframes goUp2
{
	
0% {
	opacity:0;
	top:90px;
}
100% {
	opacity: 1;
	top:0px;
}

}

@keyframes goLeft
{
	
0% {
	opacity:0;
	left:150px;
	transform: scale(.1);
	top:10px;
}
100% {
	opacity: 1;
	left:0px;
	transform: scale(1);
	top:-10px;
}

}

@keyframes goLeftpx
{
	
0% {
	opacity:1;
	left:-250px;
}
100% {
	opacity: 1;
	left:0px;
}

}

@keyframes goRight{
	
0% {
	opacity:0;
	right:-150px;
	transform: scale(.1);
	top:10px;
}
100% {
	opacity: 1;
	right:0px;
	transform: scale(1);
	top:-10px;
}

}


@keyframes goDown
{
	
0% {
	opacity:0;
	top:-50px;
}
100% {
	opacity: 1;
	top:0px;
}

}









.trans3d {
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform-style: preserve-3d;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform-style: preserve-3d;
	-ms-transform: translate3d(0, 0, 0);
	transform-style: preserve-3d;
	transform: translate3d(0, 0, 0)
}
#contentContainer {
	position: absolute;
	margin-left: -500px;
	margin-top: -500px;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 1000px
}
#carouselContainer {
	position: absolute;
	margin-left: -500px;
	margin-top: -500px;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 1000px
}
.carouselItem {
	width: 150px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -90px;
	visibility: hidden
}
.carouselItemInner {
	width: 150px;
	height: 200px;
	position: absolute;
	color: aqua;
	font-size: 72px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -90px;
	text-align: center;
	padding-top: 50px;
	background-repeat:no-repeat;
	background-position: center;
}



















