@font-face {font-family: 'Roboto Condensed';font-style: normal;font-weight: 300;src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/static/font/rb/300.woff) format('woff');}
@font-face {font-family: 'Roboto Condensed';font-style: normal;font-weight: 400;src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(/static/font/rb/400.woff) format('woff');}
@font-face {font-family: 'Roboto Condensed';font-style: normal;font-weight: 700;src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/static/font/rb/700.woff) format('woff');}
@font-face {font-family: 'MV Boli';src:url(/static/font/mv/mvboli-webfont.svg);}
@font-face {font-family: 'Myriad Pro';src:url(/static/font/mp/MyriadPro-Regular.otf);}
@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 300;src: local('Open Sans Light'), local('OpenSans-Light'), url(/static/font/os/300.woff) format('woff');}
@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 400;src: local('Open Sans'), local('OpenSans'), url(/static/font/os/400.woff) format('woff');}
@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 600;src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(/static/font/os/600.woff) format('woff');}
@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 700;src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/static/font/os/700.woff) format('woff');}
@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 800;src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(/static/font/os/800.woff) format('woff');}
*{word-wrap:break-word;outline:none;}
body,td,div,li,dd,dt,span,form,input,option,textarea{font-family:"Myriad Pro";font-size:12px;color:#333;line-height:165%;border:none;}
body{margin:0 auto;}
ul,ol,dl,dd,dt,h1,h2,h3,h4,h5,form,input,select,div{margin:0;padding:0; }
ul,ol{list-style:none;} 
p{margin:9px auto;}
h1,h2,h3,h3{line-height:normal;font-family:"微软雅黑";border:none;}
h1{font-size:28px;font-weight:400;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
*html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clear{clear:both;overflow:hidden;}
.fleft, .fright{float:left;overflow:hidden;}
.fright{float:right;}
.center{text-align:center;}
.right{text-align:right;}
.hide{display:none;}

.red{color:#F00;}
.remark{color:#000;}
.gray{color:#999;}
.fs14{font-size:14px;} .fs16{font-size:16px;} .fs18{font-size:18px;} .fs24{font-size:24px;}
.fw600{font-weight:600;}

.pc{ display:block !important;}
.mobile{ display:none !important;}
@media(max-width:767px){
	.pc{ display:none !important;}
	.mobile{ display:block !important;}
}
 
/** a **/
a{color:#595757;text-decoration:none;-webkit-transition:color 0.2s ease-out;-webkit-transition-delay: 0.1s;-moz-transition: color 0.2s ease-out 0.1s;-o-transition: color 0.2s ease-out 0.1s;transition: color 0.2s ease-out 0.1s;}
a:hover{color:#333;text-decoration:underline;}

/** margin padding **/
.mt5{margin-top:5px;} .mt10{margin-top:10px;} .mt15{margin-top:15px;} .mt20{margin-top:20px;} .mt30{margin-top:30px}
.pd10{padding:10px;} .pd15{padding:15px;} .pd20{padding:20px;}

/** form **/
.txt{border:1px solid #c3cbd3;padding:10px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-size:18px;color:#069;}
.txt:hover{border:1px solid #777;}

.btn, .btn-s{display:inline-block;color:#FFF;padding:8px 30px;font-size:1.4em;cursor:pointer;background-color:#333;border:none;border-bottom:2px solid #fff;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;box-shadow:0 0 0 rgba(0,0,0,0.15) inset;-webkit-box-shadow:0 0 0 rgba(0,0,0,0.15) inset;-moz-box-shadow:0 0 0 rgba(0,0,0,0.15) inset;-o-box-shadow:0 0 0 rgba(0,0,0,0.15) inset;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;}
.btn-s{padding:4px 10px;font-size:12px;}
.btn:hover, .btn-s:hover{text-decoration:none;background-color:#BBB;border-bottom:2px solid #A9A9A9;box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;-webkit-box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;-moz-box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;-o-box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;}
.btn-gray{display:inline-block;border:1px solid #DDD;background-color:#F1F1F1;padding:8px 15px;color:#555;font-size:14px;}
.btn-gray:hover{text-decoration:none;background-color:#F7F7F7;color:#777;}
.btn-a{display:inline-block;background-color:#464646;color:#fff;padding:2px 8px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.btn-a:hover{text-decoration:none;color:#fff;-webkit-box-shadow:2px 3px 6px rgba(0,0,0,0.4);box-shadow:2px 3px 6px rgba(0,0,0,0.4);}
.btn-a i{display:inline-block;width:11px;height:13px;margin-right:3px;background:url(../images/sprite.png) 0 -207px no-repeat;vertical-align:middle;}
.btn-blue{display:inline-block;color:#FFF;text-align:center;font-size:16px;padding:12px 25px;border:none;cursor:pointer;background-color:#549BDB;}
.btn-blue:hover{background-color:#3589D5;color:#FFF;text-decoration:none;}

.arrow-left, .arrow-right{display:inline-block;width:22px;height:22px;background:url(../images/sprite.png) 0 -132px no-repeat;}
.arrow-left:hover{background-position:0 -155px;}
.arrow-right{background-position:-23px -132px;}
.arrow-right:hover{background-position:-23px -155px;}

/** dialog **/
.dialog{overflow:hidden;background-color:#666;padding:10px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.dialog .content{background-color:#FFF;padding:15px;overflow:hidden;}
.dialog .close{position:absolute;display:block;width:20px;height:20px;background:url(../images/close1.png) no-repeat;top:20px;right:20px;cursor:pointer;}
.tip{border:1px solid #DDD;background-color:#FFF;box-shadow:0 4px 16px rgba(0, 0, 0, .6);}
.tip .content{padding:15px;color:#777;}
.tip em{display:inline-block;width:20px;height:20px;background:url(../images/msg.gif) no-repeat;vertical-align:middle;margin-right:15px;}
.tip-error em{background-position:0 0;}
.tip-warn em{background-position:0 -20px;}
.tip-ban em{background-position:0 -40px;}
.tip-succ em{background-position:0 -60px;}
.tip-question em{background-position:0 -80px;}
.tip-load em{width:24px;height:24px;background:url(../images/loader.gif) no-repeat;}

.tip-cap{position:absolute;padding:10px;background-color:#fffdee;color:#f60;border:1px solid #edd288;z-index:100;}
.tip-cap i{display:inline-block;height:20px;width:20px;margin-right:6px;vertical-align:middle;background:url(../images/tip-cue.png) no-repeat;}
.tip-cap s{position:absolute;width:18px;height:12px;bottom:-10px;left:38px;background:url(../images/tip-arrow.png) no-repeat;}

.tsign{width:758px;height:480px;background:url(../images/bg-newsletter-s.jpg) no-repeat;box-shadow:0 4px 16px rgba(0, 0, 0, .6);}
.tsign .bar{height:0;}
.tsign .content{padding:0;}
.tsign .close{display:none;}
.tsign .sign{position:relative;height:480px;}
.tsign h2, .tsign h3{position:absolute;font-family:'微软雅黑';color:#fff;font-weight:300;}
.tsign h2{top:60px;right:20px;width:440px;font-size:20px;}
.tsign h3{right:30px;top:160px;width:420px;font-size:14px;text-align:center;color:#000;}
.tsign .s-box{position:absolute;left:395px;top:222px;}
.tsign .s-box input{height:30px;width:180px;padding:0 10px;margin:0;border:0;background-color:transparent;}
.tsign .s-box input.s{cursor:pointer;width:210px;}
.tsign .s-box .email{margin-top:10px;}
.tsign .s-box .sbtn{margin-top:12px;}
.tsign .s-remark{position:absolute;top:360px;left:395px;width:320px;color:#ccc}
.tsign .s-remark ul{padding:8px 0;}
.tsign .s-remark *{color:#ccc;}
.tsign .close{display:block;position:absolute;cursor:pointer;z-index:10000;width:19px;height:19px;background:url(../images/close.png) no-repeat;top:10px;right:10px;}

/** scroll **/
#totop{position:fixed;display:none;width:50px;height:50px;background:url(../images/totop.png) no-repeat;opacity:0.6;cursor:pointer;bottom:100px;}
#totop:hover{opacity:1;}

/** icon **/
.loader{background:url(../images/loader.gif) left no-repeat;padding-left:35px;color:#3C7E8C;}
.icon-msg-succ,.icon-msg-warn{display:inline-block;vertical-align:middle;width:50px;height:50px;margin-right:10px;background:url(../images/msgs.gif) no-repeat;}
.icon-msg-warn{background-position:0 -50px;}
.msg-unread, .msg-read, .msg-reply{display:inline-block;padding-left:18px;}
.msg-unread{background:url(../images/msg-unread.gif) left no-repeat;font-weight:bold;color:#333;}
.msg-read{background:url(../images/msg-read.gif) left no-repeat;color:#999;}
.msg-reply{background:url(../images/msg-reply.gif) left no-repeat;color:#06C;}

.ico-facebook, .ico-twitter, .ico-youtube, .ico-instagram, .ico-pinterest, .ico-in, .ico-google{display:inline-block;width:25px;height:25px;background:url(../images/sns.png) no-repeat;}
.ico-facebook{background-position:0 -25px;}
.ico-facebook:hover{background-position:0 0;}
.ico-twitter{background-position:-25px -25px;}
.ico-twitter:hover{background-position:-25px 0;}
.ico-youtube{background-position:-50px -25px;}
.ico-youtube:hover{background-position:-50px 0;}
.ico-instagram{background-position:-75px -25px;}
.ico-instagram:hover{background-position:-75px 0;}
.ico-pinterest{background-position:-100px -25px;}
.ico-pinterest:hover{background-position:-100px 0;}
.ico-in{background-position:-125px -25px;}
.ico-in:hover{background-position:-125px 0;}
.ico-google{background-position:-175px -25px;}
.ico-google:hover{background-position:-175px 0;}
.ico-facebook-s, .ico-twitter-s, .ico-youtube-s, .ico-instagram-s, .ico-pinterest-s, .ico-in-s, .ico-google-s{display:inline-block;width:18px;height:18px;background:url(../images/sns-s.png) no-repeat;}
.ico-twitter-s{background-position:-20px 0;}
.ico-youtube-s{background-position:-100px 0;}
.ico-instagram-s{background-position:-120px 0;}
.ico-pinterest-s{background-position:-80px 0;}
.ico-in-s{background-position:-60px 0;}
.ico-google-s{background-position:-40px 0;}

/****************
 * loyout
 ****************/
/** top **/
#top{margin:0 auto;width:100%;height:60px;background:#fff url(../images/bg.png) repeat-x; position:relative;}
.top, .main, .footer, .nav{ margin:0 auto; position:relative;margin-top:10px;}
.main{ overflow:hidden;}
.logo{position:relative;float:left;width:370px;height:80px;margin-left:10px;}
.logo img{margin-top:17px;}

.logo h1{position:absolute;left:215px;top:22px;border-left:1px solid #464646;padding-left:15px;width:160px;height:40px;}
.logo h1 span{display:block;font-family:'微软雅黑';font-size:12px;word-spacing:2px;}

.mobile{ display:none !important; }
@media(max-width:768px){
	.pc{ display:none !important;}
	.mobile{ display:block !important; }
}

.top-right{float:right;margin-top:20px;margin-right:60px;}
.top-bar{height:35px;clear:both;}
.lang{float:right;padding-top:2px;}
.lang-box{cursor:pointer;height:16px;line-height:16px;border:1px solid #B3B3B3;font-size:11px;padding:0 5px;background:url(../images/bg.jpg) 0 -122px repeat-x; margin:5px 0 0 0;}
.lang-box i{display:inline-block;vertical-align:middle;margin-left:2px;width:7px;height:4px;background:url(../images/sprite.png) 0 -101px no-repeat;}
.lang-list{position:absolute;display:none;z-index:100;width:90px;background-color:#fff;-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.2);-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2);box-shadow: 0 1px 10px rgba(0,0,0,0.2);}
.lang-list a{display:block;padding:4px 6px;}
.lang-list a:hover{background-color:#5AA0DD;text-decoration:none;color:#fff;}
.top-nav, .top-nav a{font-size:10px;color:#777;font-family:"Myriad Pro";}
.top-nav{float:right;padding:0 10px;line-height:23px;}
.top-nav i{font-style:normal;padding:0 3px;color:#ccc;font-size:9px;}
.top-nav a:hover{color:#000;}

.nav{height:42px;clear:both;width:1350px;}
.nav ul{overflow:visible;}
.nav li{float:left;height:42px;width:190px;border-right:0px solid #000;position:relative;}
.nav li:first-child{border-left:0px solid #000;}
.nav a, .lang-list a, .nav-sub a{transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.nav a.p{display:block;height:42px;line-height:42px;padding:0 12px;color:#595757;font-family:"微软雅黑";text-transform:uppercase;font-size:12px;font-weight:bold;}
.nav a.p i{display:inline-block;vertical-align:middle;margin-left:3px;width:7px;height:4px;background:url(../images/sprite.png) -8px -101px no-repeat;}
.nav li.on a.p, .nav a.p:hover{text-decoration:none;background-color:#d9d9d9;}
.nav-sub{position:absolute;left:0;top:42px;z-index:100;display:none;background-color:#fff;-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.6);-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.6);box-shadow: 0 1px 10px rgba(0,0,0,0.6);}
.nav-sub a{display:block;white-space:nowrap;color:#333;padding:8px 20px;border-top:1px solid #F7F7F7;}
.nav-sub a.first{border:none;}
.nav-sub a:hover{text-decoration:none;background-color:#e1e1e1;color:#000;}
.nav-cat{width:800px;padding:15px 0;overflow:hidden;height:95px;}
.nav-cat li{float:left;color:#333;font-size:10px;padding:5px 15px;overflow:hidden;height:86px;border:none;border-left:1px solid #F7F7F7;text-align:center;}
.nav-cat li.first{border:none;}
.nav-cat li:hover{background-color:#F7F7F7;-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);box-shadow: 0 2px 2px rgba(0,0,0,0.2);}
.nav-cat li a{padding:0;border:none;}
.nav-cat li a:hover{background-color:transparent;}
.nav-cat .thumb{height:65px;text-align:center;}

.head-one .language{ position:absolute; right:65px; top:20px;}
.head-one .language a{ display:inline-block; margin:0 0 0 5px;}
.head-one .language a img{ width:26px;}  

.top-sch{float:right;position:relative;margin-top:-3px;width:180px;height:25px;overflow:hidden;background:url(../images/bg.jpg) 0 -244px repeat-x;margin-top:8px;}
.top-sch input{border:none;background-color:transparent;padding:2px 5px 0 10px;width:140px;height:20px;}
.top-sch input.bt{position:absolute;padding:0;top:0;right:0;cursor:pointer;width:28px;height:25px;background:url(../images/sprite.png) 0 -106px no-repeat;}
.top-sch input.bt:hover{background-position:-29px -106px;}

.lang-box, .lang-list, .top-sch{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;}

/** main **/ 
.main-left{float:left;width:200px;overflow:visible;}
.main-right{float:right;width:900px;overflow:hidden;}
 
/** footer **/
.footer{width:100%;clear:both;overflow:hidden;background:#EDEDED url(../images/bg-footer.jpg) top repeat-x; margin-top:15px;}
.footer-box{margin:20px auto;width:80%; padding:0 15px;}
.help{border-bottom:1px solid #D9D9D9;padding-bottom:15px;}
.help dl{float:left;width:22%;}
.help dl.addr{width:36%;}
.help dl.last{width:20%;}
.help dl1{float:right;width:22%;}
.help dl1.addr1{width:36%;}
.help dl.last{width:20%;}
.help dt{font-size:14px;font-family:"微软雅黑";margin-bottom:10px;font-weight:600;}
.help dd{padding:2px 20px 2px 0;}
.help .sns{padding-top:8px;}
.footer-nav{border-top:1px solid #F6F6F6;padding:10px 0;}
.footer-nav .f-nav{float:left}
.footer-nav .f-nav a{color:#777;}
.footer-nav .f-nav i{font-style:normal;padding:0 8px;color:#ccc;}
.footer-nav .f-nav i:last-child{ display:none;}
.copyright{float:right;color:#777;}
.copyright a{ color:#777;}
.subscribe{width:197px;height:32px;background:url(../images/sprite.png) 0 -241px no-repeat;overflow:hidden;}
.subscribe input{width:140px;padding:0 5px;border:none;margin:0;padding:0;background-color:transparent;}
.subscribe input.sbtn{width:40px;cursor:pointer;}

/** position **/
.pos{margin:0 auto;width:100%x;height:90px;background:#e5e6e8 url(../images/bg-pos.jpg) repeat-x;}
.pos .b{margin:0 auto;width:1170px; padding:0 15px;}
.pos h1{float:left;font-size:14px;font-weight:300;line-height:90px;text-transform:uppercase;}
.pos .p{float:right;line-height:90px;}
.pos .p i{font-size:9px;padding:0 8px;}
.pos a{color:#777;text-transform:uppercase;}
.pos a:hover{text-decoration:none;color:#000;}
@media(max-width:767px){
	.pos{ height:auto; padding-bottom:15px;}
}
/** style **/
.h1, .h2, .h3{overflow:visible;}
.h1{border-bottom:1px solid #E5E5E5;height:40px;}
.h1 h2, .h2 h2, .h3 h2{height:40px;line-height:40px;text-transform:uppercase;}
.h1 h2{font-weight:300;font-size:22px;}
.h1 h2{float:left;padding:0 15px 0 0;border-bottom:1px solid #464646;}
.h1 .more{float:right;color:#999;}
.h2{height:40px;background:url(../images/bg-h.jpg) center repeat-x;}
.h2 h2{float:left;font-size:22px;height:40px;line-height:40px;font-weight:500;padding-right:30px;background-color:#fff;}
.h3{height:40px;}
.h3 .h{float:left;height:20px;overflow:visible;border-bottom:1px solid #E5E5E5;padding-right:100px;}
.h3 h2{background-color:#fff;font-size:14px;font-weight:500;padding-right:15px;}
 
/** page **/
.page{ text-align:left;}
.page a, .page span{display:inline-block;background-color:#E5E5E1;padding:8px 15px;margin:0 2px 5px 0;color:#555;}
.page span{color:#999;}
.page span.on, .page a:hover{background-color:#464646;color:#FFF;text-decoration:none;}
.page strong, .page b{font-weight:600;}







/* Menu style */
#timeline {width:100%;overflow: hidden;margin: 30px auto;position: relative;}
#dates {width: 800px;height: 60px;overflow: hidden;}
#dates li {list-style: none;float: left;width: 100px;height: 50px;font-size: 24px;text-align: center;}
#dates a {line-height: 38px;padding-bottom: 10px;}
#dates .selected {font-size: 38px;}
#issues {width: 800px;height: 350px;overflow: hidden;}	
#issues li {width: 800px;height: 350px;list-style: none;float: left;}
#issues li img {float: left;margin: 10px 30px 10px 50px; width:256px; height:256px;}
#issues li h1 {color: #666;font-size: 48px;margin: 20px 0;text-shadow: #000 1px 1px 2px;}
#issues li p {font-size: 14px;margin-right: 70px;font-weight: normal;line-height: 22px;text-shadow: #000 1px 1px 2px; width:390px; float:left; }
#next,#prev {position: absolute;top: 0;font-size: 70px;top: 170px;width: 22px;height: 38px;background-position: 0 0;background-repeat: no-repeat;text-indent: -9999px;overflow: hidden;}
#next:hover,#prev:hover {background-position: 0 -76px;}
#next {right: 0;background-image: url('../images/next.png');}
#prev {left: 0;background-image: url('../images/prev.png');}
#next.disabled,#prev.disabled {opacity: 0.2;}



@media(max-width:1040px){
	.gsklc{ display:none;}
}




.pd_guide,.pd_guide * { -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.pd_guide{background-color:#f0f0f0;}
.pd_guide li { width:260px; float:left;text-align:center; line-height:35px;padding: 6px 0; position:relative;}
.pd_guide li ._title{border-left: 1px #454545 dotted;display: inline-block;padding-left: 12px; font-size:16px; color:#fff; text-align:left; width:180px;}
.pd_guide a { display:block; font-size:16px; position:relative; }
.pd_guide li:last-child a { border-width:0; }
.pd_guide.fixed { position:fixed;  top:0; z-index:10; }
.pd_guide.fixed .pdico { display:none; }
.pd_guide li.active{ background-color:#666; }
.pd_guide li.active a{color:#fff;}
.pd_guide li.active .ico30{display:inline-block; width:35px; height:35px; position:absolute; left:5px; top:3px;}
.pd_guide li .i1{ background:url(../images/ico1.png) no-repeat;}
.pd_guide li .i2{ background:url(../images/ico2.png) no-repeat;}
.pd_guide li .i3{ background:url(../images/ico3.png) no-repeat;}
.pd_guide li .i4{ background:url(../images/ico4.png) no-repeat;}
.pd_guide li .i5{ background:url(../images/ico5.png) no-repeat;}

.gallerys{ margin-top:30px;}
.gallerys li{ padding:0 10px; border:1px #ccc solid; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; box-shadow: 1px 2px 5px #c4c4c4;}
.gallerys li h3{height:55px;}
.gallerys li h3 a{font-size:15px; font-weight:500;}
.gallerys{}

@media(max-width:1199px){
	.top-right{ width:350px;}
	.nav a.p{ padding:0 18px;}
	.main-right{ width:720px;}

	
}
@media(max-width:1050px){
	.pos .b{width:900px; }

	
}
@media(max-width:999px){
	.nav a.p{ padding:0 6px;}
	.pos .b{width:780px; }
}

@media(max-width:767px){
	.lang-box{ display:block;}
	
}


@media(max-width:430px){
	.lang-box{ display:block;}
}

.imgsss img{ width:80px; height:80px; }


@media(max-width:430px){
	.lang-box{ display:block;}
}
.form1 form{ padding:30px 0 0 0;}
.form1 form input[type="text"], .contact-right textarea { width: 100%; padding:12px; border: 1px solid #ccc; font-size: 14px; margin-bottom:19px; color: #333; outline: none; font-weight: 400; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; border-radius:5px;}
.contact-right textarea { resize: none; height: 181px; }
.form1 form input[type="text"]:hover, .contact-right textarea:hover { border: 1px solid #ccc; }
.form1 form input[type="submit"] { font-size: 16px; display: inline-block; background: #666; padding: 0.6em 2em; border: 2px solid #666; color: #fff; text-decoration: none; font-weight: 500; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; border-radius:5px; }
.form1 form input[type="submit"]:hover { background: transparent; color: #333; border: 2px solid #666; }

ul#nav1{ position:absolute; left:40%; top:22px;}
ul#nav1 li{ float:left;}
ul#nav1 li a{ padding:0 15px;font-family:"Myriad Pro";font-weight:300;font-size:26px;color:#333;}
ul#nav1 li a:hover{text-decoration:none;}



@media(min-width:768px){
html { _background-image:url(about:blank); _background-attachment:fixed;/** 防止 ie6 抖动 **/ }
.xuanfu { position:fixed; z-index:999999; top:0px; }
* html .xuanfu { position:absolute; _top:expression(documentElement.scrollTop-0);
}
.menu{ background:#fff url(../images/bg1.png) repeat-x; width:100%;}
}
.emails{width:230px; float:right; margin:5px 0 0 0;}
.emails form{ width:220px; padding:0 70px 0 0; position:relative;}
.emails form input{  background:none; padding:0; margin:0; border:none; width:160px; background:#fff; line-height:20px;}
.emails form input[type="text"]{ padding:0 0 0 5px;}
.emails form input[type="submit"]{ background:#444; color:#fff; text-align:center; width:60px; height:20px; position:absolute; right:0; top:0;}




