@charset"utf-8";
/* Header */
.header{width:100%;height:60px;position: fixed;padding-left: 60px;padding-right: 60px;line-height:60px;top:0;z-index: 99;}
.logo{width:119px;height:60px;line-height:60px}
.space{height:60px;background: #ffffff;}
.op1{ background:rgba(255,255,255,0);}
.op2{ background:rgba(255,255,255,0.8);}
/* nav */
.nav{float: right; height: 60px; margin-right: 100px;}
.nav li{ width: 60px; text-align: center; float: left;}
.nav li a{ color: #666666; font-size: 16px;}
.nav li.active a{ color: #f39800;}

/* banner */
.banner{width:100%;height:auto}
.banner img{max-width:100%}

/*Footer*/
.footer{width:100%;height:573px}
.copyright{width:100%;height:71px;line-height:71px;text-align: center;background: #000000;color: #ffffff;}

.w25{ width: 25%;}
.w50{ width: 50%;}
.w75{ width: 75%;}

/* font 字体 */
@font-face {
	font-family: myfont;
	src: url(../font/font.ttf);
}