*{
    margin: 0;
    padding: 0;
}
/* 酌情修改 */
body {
    background:#fff;
    color:#333;
    font-size:12px; 
    font-family: '微软雅黑';
    
    color: #000;
}

/* 短引用的内容可取值：''或"" */
q:before,q:after {content:”;}  

/* 缩写，图片等无边框 */
fieldset,img,abbr,acronym {border: 0 none;}
abbr,acronym {font-variant: normal;}
legend {color:#000;}

/* 清除特殊标记的字体和字号 */
address,caption,cite,code,dfn,em,strong,th,var {   
　　font-weight: normal;   
　　font-style: normal;   
}

/* 上下标 */
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {   
　　border-collapse: collapse;   
　　border-spacing: 0;   
}   

/* 表格标题及内容居左显示 */
caption,th {text-align: left;}
input,img,select {vertical-align:middle;}

/* 清除列表样式 */
ol,ul {list-style: none;}  

/* 输入控件字体 */
input,button,textarea,select,optgroup,option {
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

/* 标题元素样式清除 */ 
h1,h2,h3,h4,h5,h6 {   
　　font-weight: normal;   
　　font-size: 100%;   
}   

/* 链接样式，颜色可酌情修改 */
del,ins,a {text-decoration:none;
color: #000;}
/* a:link {color:#009;}
a:visited {color:#800080;} */
a:hover,a:active,a:focus { text-decoration:none;} 

/* 鼠标样式 */
input[type="submit"] {cursor: pointer;}
button {cursor: pointer;}
input::-moz-focus-inner { border: 0; padding: 0;}

.clear {clear:both;}

/* 首页 */
.w{
    width: 1100px;
    display: block;
    margin: 0 auto;
}
.ovf{
    overflow: hidden;
}
.l{
    float: left;
}
.r{
    float: right;
}
.header{
    height: 128px;
    width: 100%;
    padding-top: 38px;
    box-sizing: border-box;
}
.logo{
    width: 150px;
    height: 52px;
}
.header .nav{
    padding-top: 16px;
}
.header .nav .item{
    display: block;
    float: left;
    width: auto;
    margin-right: 68px;
    height: 40px;
    line-height: 40px;
    font-family: "微软雅黑";
    font-size: 16px;
}
.header .nav .item.cur, .header .nav .item:hover{
    color: #005fe5;
    border-bottom: 2px solid #005fe5;
}
.header .nav .cn_en{
    float: left;
    background: #f6f6f6;
    width: 80px;
    height: 34px;
    padding: 2px;
    box-sizing: border-box;
}
.header .nav .cn_en .zh{
    width: 38px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-family: "微软雅黑";
    float: left;

}
.header .nav .cn_en .zh.cur{
    background:#005fe5;
    color: #fff;
}
.footer{
    background: #003989;
    height:144px;
    line-height: 144px;
    text-align: center;
}
.footer .w{
    font-family: DIN;
    font-weight: 700;
    line-height: 144px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.g-name{
    font-family: DIN;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    color: #005fe5;
    font-style: italic;
    text-shadow: 4px 0px 0px #e3e3e3;
}
p:hover{
    color: #3a99ff;
}
