html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 "Microsoft YaHei", "Microsoft JhengHei", 宋体, STHeiti, MingLiu;
}

ul,
ol,
li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
}

.clearfix:after,
.clear:before {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*头部*/

#Top {
    width: 100%;
    -webkit-box-shadow: 0 0 8px #ccc;
    -moz-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc;
}

#Top .top {
    width: 100%;
    height: 41px;
    background: #4a0f14;
    margin: 0 auto;
}

#Top .top .head {
    width: 1248px;
    height: 41px;
    line-height: 41px;
    margin: 0 auto;
    color: #e79c5c;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    overflow: hidden;
}

#Top .top .head a {
    color: #e79c5c;
}

#Top .top .head span {
    float: right;
    padding-right: 10px;
    color: #e79c5c;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

#Top .addr {
    float: right;
    width: 86px;
    height: 35px;
    padding-top: 6px;
    text-align: right;
    line-height: normal;
}

#Top .addr select {
    width: 85px;
    height: 26px;
    padding: 1px 8px;
    color: #e79c5c;
    background: #4a0f14;
    border: 1px solid #F6CD91;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
}

#Top .phoneIcon {
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: 9px;
    position: relative;
    top: -1px;
}

#Top .phoneIcon img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    line-height: 0;
}

#Top .tsIcon {
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-right: 9px;
    position: relative;
    top: -1px;
    margin-left: 16px;
}

#Top .tsIcon img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    line-height: 0;
}

#Top .clear:after {
    content: "";
    display: block;
    clear: both;
}

#Top .lf {
    float: left;
}

#Top .rt {
    float: right;
}

#Top .box {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#Top .TOPNAVBOX {
    background-color: #fff;
}

#Top .TOPNAV {
    width: 1248px;
    margin: 0 auto;
}

#Top .TOPPIC {
    width: 322px;
    height: 53px;
    line-height: 0;
    padding-top: 25px;
    padding-bottom: 22px;
}

#Top .TOPPIC img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#Top .TOPLIST {
    padding-top: 24px;
}

#Top .TOPLIST .ITEM {
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    position: relative;
}

#Top .TOPLIST .ITEM a {
    color: #333;
}

#Top .TOPLIST .ITEM:hover {
    background-color: #F8A632;
    color: #fff;
}

#Top .TOPLIST .ITEM:hover a {
    color: #fff;
}

#Top .TOPLIST .TOPCHILD {
    position: absolute;
    width: 100%;
    left: 0;
    top: 48px;
    padding-top: 1px;
    display: none;
    z-index: 2;
    border-radius: 5px;
    background-color: #FFFEFD;
}

#Top .TOPLIST .ITEM:hover .TOPCHILD {
    display: block;
}

#Top .TOPLIST .TOPCHILD .CITEM {
    text-align: center;
    height: 52px;
    line-height: 52px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

#Top .TOPLIST .TOPCHILD .CITEM a {
    color: #333;
}

#Top .TOPLIST .TOPCHILD .CITEM:hover a {
    color: #fff;
}

#Top .TOPLIST .TOPCHILD .CITEM:hover {
    background-color: #F8A632;
}

#Top .HOTICON {
    position: absolute;
    top: 14px;
    right: 13px;
    width: 9px;
    height: 11px;
    line-height: 0;
}

#Top .HOTICON img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#Top .header {
    width: 100%;
    height: 85px;
    text-align: center;
    background: #ffffff;
}

#Top .nav_fixed {
    position: fixed;
    top: 0px;
    z-index: 100;
    -moz-box-shadow: 0px 1px 5px #666666;
    -webkit-box-shadow: 0px 1px 5px #666666;
    box-shadow: 0px 1px 5px #666666;
}

#Top .header .header-con {
    width: 1200px;
    height: 85px;
    margin: 0 auto;
}

#Top .header .logo {
    width: 396px;
    height: 68px;
    padding-top: 8px;
    float: left;
    text-align: left;
}

#Top .header .nav {
    width: 804px;
    height: 85px;
    line-height: 85px;
    float: right;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

#Top .header .nav ul.nav_list li {
    float: left;
    text-align: center;
    padding: 0 22px;
    font-weight: 500;
    position: relative;
}

#Top .header .nav li a {
    color: #333;
    text-decoration: none;
    display: block;
}

#Top .header .nav ul li a:hover {
    color: #aa8146;
    border-bottom: 3px solid #aa8146;
    font-weight: bold;
}

#Top .header .nav ul li .menu {
    height: auto;
    position: absolute;
    background: #3D3935;
    filter: Alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    left: 0;
    top: 86px;
    display: none;
    padding: 22px;
    z-index: 9999;
}

#Top .header .nav ul li .lf {
    left: -206px
}

#Top .header .nav ul li .menu .m_l {
    float: left;
}

#Top .header .nav ul li .menu .m_l a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    display: block;
}

#Top .header .nav ul li .menu .m_l a:hover {
    color: #aa8146;
    border: none;
    font-weight: 100;
}

#Top .header .nav ul li .menu .m_r {
    float: right;
}


/*底部*/

#footer {
    width: 100%;
    height: 195px;
    background-color: #532f55;
    margin-bottom: -53px;
    clear: both;
    font-weight: 100;
    font-family: microsoft yahei;
}

.footericonbg {
    background-image: url(/style/images/footerlbg.jpg);
    width: 100%;
    height: 18px;
}

.footer-content {
    width: 980px;
    margin: 10px auto;
    border-bottom: #6f5270 solid 1px;
    border-top: #6f5270 solid 1px;
    text-align: left;
    font-size: 12px;
    color: #d0c4d0;
    line-height: 22px;
    padding: 5px 0 5px 0;
}

.footer-content a {
    color: #d1c3d1;
    line-height: 165%;
    font-size: 12px;
    padding: 0 20px 0 20px;
}

.footer-copyright {
    width: 980px;
    margin: 0 auto;
    color: #d1c3d1;
    line-height: 175%;
    font-size: 12px;
    text-align: left;
    padding-left: 32px;
}

.footer-copyright a {
    color: #d1c3d1;
    line-height: 165%;
    font-size: 12px;
}

.bot-info {
    width: 100%;
    height: 137px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
    background: url(/style/images/bottomFixed.png) no-repeat center;
}

.bot-info .bot-rel {
    position: relative;
    width: 1185px;
    height: 137px;
    margin: 0 auto;
}

.bot-info .bot-rel .zxan {
    position: absolute;
    bottom: 4px;
    right: -7px;
    width: 195px;
    height: 53px;
    cursor: pointer;
}

.bot-info .bot-rel .mxkh {
    position: absolute;
    bottom: 12px;
    right: 0;
    width: 118px;
    height: 35px;
    cursor: pointer;
}

.jybox {
    width: 100%;
    height: 53px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

.jycon {
    position: relative;
    left: 0;
    top: 0;
    z-index: 202;
    width: 1000px;
    height: 53px;
    margin: 0 auto;
}

.jyleft {
    display: inline-block;
    width: 215px;
    float: left;
    margin-left: 5px;
    _margin-left: 0px;
}

.jyleft p {
    font-size: 40px;
    color: #FFF;
    font-family: ����, Verdana, Geneva, sans-serif;
    font-weight: bold;
}

.jyright {
    display: inline-block;
    float: left;
    width: 775px;
    height: 53px;
    padding: 0 0 0 1px;
    line-height: 53px;
    margin-top: 0px;
    _padding-left: -3px;
}

.jyright1 {
    float: left;
    width: 580px;
    height: 53px;
    padding: 5px 0 0 1px;
    line-height: 53px;
    margin-top: 0px;
}

.jybg {
    background: #361b37;
    background-image: url(/style/images/footerbg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 53px;
    z-index: 201;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: 0.8;
}


/*右侧悬浮商务通*/

.floating_ck {
    position: fixed;
    right: 20px;
    top: 30%;
    z-index: 99999;
}

.floating_ck dl dd {
    position: relative;
    z-index: 30;
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
    background-color: #653865;
    border-bottom: solid 1px #4B204D;
    text-align: center;
    font-family: microsoft yahei;
    background-repeat: no-repeat;
    background-position: center 20%;
    cursor: pointer;
}

.floating_ck dl dd:hover {
    background-color: #4B204D;
    border-bottom: solid 1px #4B204D;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.consult {
    background-image: url(/style/images/and/aside_zixun.png);
    position: relative;
    z-index: 1;
}

.words {
    background-image: url(/style/images/and/aside_canguan.png);
}

.quote {
    background-image: url(/style/images/and/aside_rexian.png);
}

.qrcord {
    background-image: url(/style/images/and/aside_weixin.png);
}

.return {
    background-image: url(/style/images/and/side_top.png);
}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 40px;
    font-size: 12px;
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 60px;
    background-color: #4B204D;
    border-bottom: solid 1px #4B204D;
    display: none;
}

.floating_left a {
    color: #fff;
    line-height: 47px;
}

.floating_ewm {
    height: 247px;
    top: -180px;
}

.floating_ewm i {
    background-image: url(/style/images/and/weixin_img2.png);
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
}

.floating_ewm p {
    color: #fff;
    margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
    font-size: 12px;
    line-height: 20px;
}

.floating_ewm .qrcord_p02 {
    font-size: 18px;
}

.consult .shuzi {
    width: 26px;
    height: 16px;
    position: absolute;
    right: 3px;
    top: 1px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    background: #e7297c;
    behavior: url(/style/images/and/ie-css3.htc);
}

#LRfloater1 {
    display: none !important;
}