@charset "utf-8";
/* CSS Document */
html {}
:root { overflow-y: scroll }/* 视客户要求 加或不加 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, lengend, input, button, textarea, select, p, blockquote, th, td { margin: 0; padding: 0 }
table { border-collapse: collapse; border-spacing: 0 }
img { border: 0 none; vertical-align: top }
li { list-style-type: none }
p{line-height:20px;}
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size: 100% } /* 字体加粗与否，视页面标题更改 */
body, input, button, textarea, select { font-size: 12px; font-family:"宋体"} /* 或 表单类的字体颜色和body一样 */
button { cursor: pointer }
em, cite { font-style: normal }
body { line-height: 1.17; -webkit-text-size-adjust: none; background:#000; color:#999;}
a { color:#535353; text-decoration: none; outline:medium none; }
a:link { color: #535353; text-decoration: none }
a:visited { }
a:hover { color: #666 }
a:focus {}
a:active {}
:focus { outline: none }
.clearfixed:after { content: "."; clear: both; display: block; height: 0; overflow: hidden }
.clearfixed { zoom: 1 } /* 增加清除浮动样式时，要注意当前元素是否为块结构，如果不是，要添加属性 display: block */
.clear { display: block!important; float: none!important; clear: both; width: auto!important; height: 0;margin: 0 auto!important; padding: 0!important; font-size: 0; line-height: 0 }
.fl { float:left;}
.fr { float:right;}

.container{width:1000px;margin:0 auto;}
.header{height:90px;width:900px;margin:0 auto;}
.header_r{width:100px;}
.header_r a{display:inline-block;width:27px;height:27px;background:url(../images/icon.jpg) no-repeat;margin-top:30px;}
.header_r a.it{ background-position:0 0 ;}
.header_r a.cn{ background-position:-37px 0 ;margin-left:8px;}
.header_r a.en{ background-position:-71px 0 ;margin-left:8px;}

.footer{padding:37px 90px 0 50px;}
.nav{width:660px;}
.nav li{float:left;font-size:12px;padding:0 8px;border-right:1px solid #fff;line-height:18px;font-family:"微软雅黑";height:36px;}
.nav li a{color:#fff;}
.nav li a:hover{ text-decoration:underline;}
.lan{width:110px;color:#fff;margin-top:30px;font-family:"Arial"}
.lan a{color:#fff;}
.phone-img img{width:1000px;height:400px;}