@import url("/items/public/pub.css");
@import url("/items/public/quick.css");
#zsBg{ width:980px;}
body {}

#bodyTable {background:#dcd1e2; width:888px; }
#bodyTable Td{ padding:4px;}
.fw{font-weight:bold}
.redfont,.redfont2 a{font-weight:bold; color:#dc2f51;}
.redfont2{color:#dc2f51;}
.mart{margin-left:245px; margin-top:60px;}

#mainTable { height:auto; overflow:hidden; text-align:center;}
p { text-indent:0}
img { border:none}
.red {color:#e82167;}
.px14{ font-size:14px;}
#scroll {SCROLLBAR-BASE-COLOR: rgb(6,57,72); overflow:auto;}




.scroll {width:358px; line-height:17px; scrollbar-base-color:rgb (6,57,72);  border:#5e5563 1px solid;}

.sub {height:25px; padding:0 4px; line-height:21px;}

.imgTd { padding:12px; }

#feedBackTable { width:95%;}
#feedBackTable strong{color:#000}
#relDes { border:#5e5563 1px solid;}
#feedBackTable Td.Titletd{  color:#5b3b6d;}
.brSpan {  font-weight:bold; color:#c33571; }
#imgdiv { width:960px; background:#FFFFFF; height:62px;}

td{ color:#000; line-height:26px;}
#foot{ background:none}

#news ul li{ width:415px;margin-left:25px;  margin-right:25px;}
#news ul li a{ width:310px; color:#000; font-size:14px;}
#news ul li span{color:#2a2a2a; width:85px; font-size:14px;}

#topMenu {
    display: flex;
    justify-content: center;
    width: 1000px;
    height: auto;
}

#topMenu dl {
    height: auto;
    display: flex;
    float: 0;
    width: auto;
}

#topMenu dl dd {
    width: auto;
    background: 0;
    height: 55px;
    padding: 0 20px;
    transition: all .3s;
}

#topMenu dl .contact-dd {
    background: #1b8e84;
}

#topMenu dl .contact-dd a {
    color: #000;
}

#topMenu dl:hover dd.contact-dd {
    background: #fff !important;
}

#topMenu dl:hover dd.contact-dd a {
    color: white;
}

#topMenu dl:hover .contact-dd:hover {
    background: #1b8e84 !important;
}

#topMenu dl:hover .contact-dd:hover a {
    color: black;
}

#topMenu dl dd:hover {
    background: #1b8e84 !important;
    transition: all .3s;
}

#topMenu dl dd:hover a {
    color: #fff;
    transition: all .3s;
}

#topMenu dl a {
    color: #fff;
    font: 18px / 23px 'Microsoft YaHei';
    margin: 6px 20px;
    padding: 10px;
    display: inline-block;
    transition: all .3s;
}

#topMenu .separ {
    color: #fff;
    font: 15px / 50px 'Microsoft YaHei';
}

#topMenu dl a:hover {
    text-decoration: none;
    transition: all .3s;
}

