.body{
	font-family: 'Roboto', sans-serif;
	position:relative;
}
.banner{
	width:1200px;
	margin:0 auto;
}
.banner:after{
	clear:both;
	height:0;
	display:block;
	content:"\20";
}
.nav{
	position:absolute;
	background:rgba(0,0,0,.6);
	top:0;
	left:0;
	width:100%;
	height:59px;
	line-height:59px;
	border-bottom:1px solid #6d6d6d;
	z-index:999;
}
.nav .logo{
	float:left;
	width:104px;
	height:38px;
	margin-top: 10px;
	background:url(../images/tfs-logo.png) no-repeat center center;
}
.nav .nav-list:after{
	clear:both;
	height:0;
	display:block;
	content:"\20";
}
.nav .nav-list .nav-list-ul{
	float:right;
}
.nav .nav-list .nav-list-ul .item{
	float:left;
	font-size:14px;
	width:100px;
	text-align:center;
	overflow:hidden;
	color:#fff;
}
.nav .nav-list .nav-list-ul .current{
	float:left;
	color:#ff8400;
}
.nav .nav-list .nav-list-ul .item a{
	width:90px;
	color:#fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
	transition:all 0.3s ease 0s;
}
.nav .nav-list .nav-list-ul .item a:hover,.nav .nav-list .nav-list-ul .cur a{
	color:#f5bd35;
	font-size:16px;
}
.nav .sign{
	float:right;
	height:59px;
	color:#adacac;
}
.nav .sign:before{
	background:url(../images/sign.png) no-repeat center center;
	width:22px;
	height:59px;
	float:left;
	content:"\20";
	padding-right:20px;
}
.nav .sign a{
	color:#adacac;
	display:inline-block;
	*display:inline;
	*zoom:1;
	transition:all 0.3s ease 0s;
	font-size:14px;
}
.nav .sign a:hover{
	font-size:15px;
}
.nav .nav-list .nav-list-ul .item .nav-list-item-more{
	position:absolute;
	left:0;
	bottom:-35px;
	width:100%;
	background:rgba(0,0,0,.6);
	height:35px;
	line-height:35px;
	display:none;
}
.nav .nav-list .nav-list-ul .item:hover .nav-list-item-more{
	display:block;
}
.nav .nav-list .nav-list-ul .item .nav-list-item-more .nav-more-list .nav-more-list-item{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:130px;
}
.nav .nav-list .nav-list-ul .item .nav-list-item-more .nav-more-list .nav-more-list-item:first-child{
	margin-left:0px;
}
.map{
	background: #1b1d22;
}
.map .map-list{
	padding:50px 0;
	text-align: center;
}
.map .map-list:after{
	height:0;
	clear:both;
	content:"\20";
	display:block;
}
.map .map-list .map-list-item{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:215px;
	text-align:center;
	padding:0 10px;
	vertical-align:top;
}
.map .map-list .map-list-item .map-list-item-img{
	width:71px;
	height:71px;
	margin:0 auto;
}
.map .map-list .map-list-item h5{
	color:#5f5f5f;
	font-size:27px;
	font-family: 'Oswald', sans-serif;
	font-weight:lighter;
	line-height:30px;
	padding:20px 0 10px 0;
}
.map .map-list .map-list-item .map-seemore{
	display:none;
}
.map .map-list .hideme{
	position:relative;
}
.map .map-list .hideme .map-list-list{
	max-height:60px;
	overflow:hidden;
}
.map .map-list .hideme .map-seemore{
	position:absolute;
	bottom:-20px;
	left:0;
	width:100%;
	display:block !important;
	height:20px;
	background:url(../images/map-item-more.png) no-repeat center center;
}
.map .map-list .map-list-item .map-list-list .map-list-list-item{
	padding-top:10px;
	font-size:14px;
	width:180px;
	margin:0 auto;
}
.map .map-list .map-list-item .map-list-list .map-list-list-item .map-list-list-item-link{
	color:#7e7e7e;
	display:block;
	transition:all .3s ease 0s;
	height:20px;
	line-height:20px;
	overflow:hidden;
}
.map .map-list .map-list-item .map-list-list .map-list-list-item .map-list-list-item-link:hover{
	color:#585858;
	font-size:15px;
}

.footer{
	position:relative;
	margin:0 auto;
	padding: 40px 0 20px;
	background: url(../img/bottom-bg.png) repeat-x center top;
	background-size: 1920px 48px;
}
.footer:before {
	position: absolute;
	content: "";
	background: url(../img/starfield-bg.jpg) repeat-x center top;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	left: 0;
}
.footer-wrap{
	width: 1200px;
	margin: 0 auto;
	font-size:14px;
	color:#7e7e7e;
	line-height: 36px;
	text-align:center;
}
.footer-wrap p img{
	display: inline-block;
	width: 170px;
	height: 64px;
}
.footer-wrap p a{
	color:#7e7e7e;
}


.m-btn {
	display: inline-block;
    text-align: center;
    font-size: 12px
}

.m-btn-light {
    min-width: 88px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #f9cdad;
    border-radius: 1px;
    color: #793b07;
    background-color: #fdf9f1;
    background-image: -webkit-linear-gradient(top, #fffefd, #faf6ed);
    background-image: linear-gradient(top, #fffefd, #faf6ed)
}

.m-btn-light:hover {
    color: #ec6401;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.tf-header-info {
	float: right;
    padding-left: 8px;
}

.tf-header-info__item {
    margin-left: 12px
}

.tf-header-info__item:first-child {
    margin-left: 0
}

.tf-header-info i,
.tf-header-info em {
    vertical-align: middle
}

.tf-header-info .i-country-tw,
.tf-header-info .i-country-en,
.tf-header-info .i-country-zh{
	display: inline-block;
	background-image: url('../images/icons-sad0af7fafe.png');
	background-repeat: no-repeat
}

.tf-header-info .i-country-en {
    background-position: 0 -33px;
    width: 32px;
    height: 22px
}

.tf-header-info .i-country-tw,
.tf-header-info .i-country-zh {
    background-position: 0 -10px;
    width: 32px;
    height: 22px
}

.tf-header-info .i-triangle {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 4px 4px;
    border-color: transparent;
    border-top-color: #ec6401;
    position: absolute;
    right: 5px;
    top: 11px
}

.tf-header-info .select {
    min-width: 66px;
    padding-right: 19px;
    padding-left: 40px;
    text-align: left;
    position: relative;
}

.tf-header-info .select em {
	position: absolute;
    top: 2px;
    left: 3px
}

.m-pop {
	position: absolute;
    opacity: 0;
}

.m-pop {
	width: 172px;
	top: 50px;
	right: 0;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 200;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.m-pop a {
    display: block;
    color: #666
}

.m-pop a:hover {
    color: #ec6401
}

.m-pop:after {
    content: '';
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-width: 4px 4px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    position: absolute;
    margin-left: 32px
}

.m-pop-box {
    padding: 13px 10px 0
}

.m-pop-box li {
    margin-bottom: 19px
}

.m-pop-box a {
    height: 22px;
    line-height: 22px
}

.m-pop-box i {
    margin-right: 5px
}

.m-pop-hover {
	position: relative;
    padding-bottom: 10px
}

.m-pop-hover:hover .m-pop {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.m-pop-hover:hover .i-triangle {
    border-top-color: transparent;
    border-bottom-color: #ec6401;
    top: 7px
}

.m-pop-hover:hover .m-pop {
    opacity: 1;
}

.fans{
    float: right; 
    padding: 0px 15px;
}
.fans:before{
	background: url(../images/fans.png) no-repeat center center;
    width: 22px;
    height: 59px;
    float: left;
    content: "";
    padding-right: 20px;
}
.fans a{
	font-size: 14px;
    color: #fff;
}


