/*-------------------------全局属性--------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input
{margin:0;padding:0;color:#333333;}
body{width:100%;font-size:12px;font-family:微软雅黑,Arial, Helvetica, sans-serif, simsun,宋体;}
a, a:link, a:visited {text-decoration: none;}
a:hover{color:#e60012;}
li{list-style:none;}
img{border:none;}
.clear{clear:both;}
.radius2_1{color:white;-moz-border-radius:2px 2px 0 0;-webkit-border-radius: 2px 2px 0 0;border-top-left-radius: 2px 2px;border-top-right-radius: 2px 2px;}
.radius2{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.shadow1{-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.35);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.35);box-shadow:0 3px 7px rgba(0,0,0,0.35);}
.shadow2{-webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.35);-moz-box-shadow: 0 1px 7px rgba(0,0,0,0.35);box-shadow: 0 1px 7px rgba(0,0,0,0.35);}
/*------地图------*/
#map{position: fixed;width: 100%;height: 100%;background: url(../images/map.png) no-repeat;}
/*------版头------*/
#header{position: absolute;right:30px;top:30px;z-index: 100}
/*------导航-----*/
#header .nav{float: left;background: white;width:250px;height:36px;}
#header .china{padding:3px 20px;}
#header .english{padding:3px 12px;}

#header .nav li{float: left;line-height: 30px}
#header .nav li a{font-size: 14px;}
#header .nav li i{margin-right:5px;}
#header .nav li span{color:#ccc;display:inline-block;margin: 0 12px;}

#header .am-dropdown {position:static;}
#header .am-dropdown .am-btn{display:inline-block;line-height: 30px;font-size:14px;border:0;background:0;padding:0;vertical-align:top;}
#header .am-dropdown .am-btn:active{-webkit-box-shadow: 0 1px 7px rgba(0,0,0,0);-moz-box-shadow: 0 1px 7px rgba(0,0,0,0);box-shadow: 0 1px 7px rgba(0,0,0,0);}

#header .am-dropdown .am-dropdown-content{width:250px;right:0;padding:0;margin-top:20px;border:0;}
#header .am-dropdown .am-dropdown-content:after,#header .logo .am-dropdown-content:before{left: auto;right:13%;border-bottom-color: #52adf7;}
#header .am-dropdown h2{padding:10px 15px;background:#52adf7;}
#header .am-dropdown p{padding:10px 15px;}

/*------logo-----*/
#header .logo{height:36px;padding:7px 10px;float: left;position: static;margin-left:10px;background:#52adf7;}
#header .logo img{height:100%;}



@media only screen and (max-width: 640px)
{
#map{background: url(../images/map.png) no-repeat right;}
#header{top:15px;right:50%;margin-right: -152px;}

#header .am-dropdown .am-dropdown-content{width:100%;}
#header .am-dropdown .am-dropdown-content:after,#header .logo .am-dropdown-content:before{right:28%;}
}





























