﻿html,body,div,h2,h3,ul,li,h4,td,p,tr,table,img {padding:0;margin: 0;}
img {border-style:none;}
ul,li {list-style-type:none;}

form {margin:0;padding:0;}

body {
    font: 14px/1.6 "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",tahoma,Arial;
	color:#000;
	line-height:18px;

}

.clearboth {line-height:0;height:0;clear:both;*display:inline;}

.float_l {float:left;}
.float_r {float:right;}

.margin_auto {margin:0 auto;}

.margin_top10 { margin-top:10px;}

.text-alignl {text-align: left;}
.text-alignc {text-align: center;}
.text-alignr {text-align: right;}

a:visited,a:link {color:#dbc09b;text-decoration:none;border-style:none;}
a:hover {color:#ffea06;text-decoration:underline;border-style:none;}



.topNav {
    background: url(https://static.web.sdo.com/dn/pic/dn_23act/02hyfYD/p1-top-bg.jpg) no-repeat center top;
    height: 60px;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 10;
    min-width: 1000px;
	background-size: 100% 102%;
}

.topNav .logo {
    position: absolute;
    top: 6px;
    left: 20px;
    z-index: 11;
}

.navList {
    width: 960px;
    position: absolute;
    right: 0;
    text-align: right;
    font-size: 0;
}

.navList li {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.navList li.line {
    width: 2px;
    background: url(https://static.web.sdo.com/dn/pic/dn_23act/02hyfYD/top-line.png) no-repeat center center;
}

.navList a {
    color: #f7f7f7;
    font-size: 18px;
    padding: 0 35px;
    height: 100%;
    display: inline-block;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    transition: all .3s;
}
.navList .btn-home a{
	padding:0;
}
.navList a:hover {
    color: #afa14b;
}

.navList .btn-home {
    width: 152px;
    background: url(https://static.web.sdo.com/dn/pic/dn_23act/02hyfYD/top-home.png) no-repeat center center;
}
