@charset 'utf-8';
*{margin: 0;padding: 0;list-style: none;}
html,body{width: 100%;height: 100%;}
@font-face
{
	font-family: myFont;
	src: url('../font/RTWSYueGoTrial-ExLight.ttf'); 
}
body{font-family: 'MicrosoftYaHei Regular','Microsoft YaHei';font-size: 15px;color: #fff;}
.clearfix:after,.clearfix:before{display: block;content: '';line-height: 0;}
.clearfix:after{clear: both;}
a{text-decoration: none;color: #fff;outline: none;blr: expression(this.onFocus=this.blur());}
img{vertical-align: middle;border: none;}
video{position: fixed;}
/*background-image: url(../../img/bg.jpg);background-repeat: no-repeat;background-size: 100% 100%;background-attachment: fixed;*/

/*header*/
.head{position: fixed;z-index: 1000;top: -121px;left: 0;width: 100%;min-width: 1200px;height: 121px;}
.head-overlay{height: 121px;background-color: #000;opacity: 0.5;filter: Alpha(opacity=50);}
.head-con{position: absolute;width: 100%;top: 0;left: 0;background-image: url(../../img/dian.png);background-repeat: repeat-x;}
.head-l{float: left;padding: 33px 0 33px 56px;}
.logo-d{padding: 0 5px;font-size: 30px;}
.logo-t{font-size: 12px;}
.head-r{float: right;padding: 42px 100px 41px 0;}
.nav-ul li{position: relative;float: left;height: 38px;width: 104px;text-align: center;overflow: hidden;}
.nav-ul li a{display: block;line-height: 38px;height: 38px;}
.nav-now .nav-box{background: url(../../img/blue.png) repeat;}
.nav-box{position: absolute;top: 0;left: 0;width: 100%;height: 76px;}