@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;}

.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;}
#comtop h1{ padding-left:10px;}
.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;}

#news ul li{ width:402px;margin-left:25px;  margin-right:25px; font-size:14px;}
#news ul li a{ width:317px; color:#000}
#news ul li span{ width:85px; color:#000}

.c_frame{ width:979px;}
.poster-main{position:relative;width:927px;height:340px;margin:152px 0 0 50px;overflow: hidden;float: left;}
.poster-main a,.poster-main img{display:block;}
.poster-main .poster-list{width:800px;height:270px;}
.poster-main .poster-list .poster-item{ position:absolute;left:0;top:0;}
.poster-main .poster-btn{ position:absolute;top:0;width:100px;height:270px; z-index:10; cursor:pointer;  opacity:0.8}
.poster-main .poster-prev-btn{left:0;}
.poster-main .poster-next-btn{right:0; }
.poster-main p{width:100%;padding:10px 0;font-size:14px;position: absolute;bottom: 0px;left: 0;display: block;background: rgba(0,0,0,.7);text-align: center;color: #fff;}

#top-menu {
    display: flex;
    justify-content: center;
    width: 1100px;
    height: auto;
}

#top-menu dl {
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: 0;
    width: auto;
}

#top-menu dl dd {
    width: auto;
    background: 0;
    height: 40px;
    padding: 0 20px;
    transition: all .3s;
    display: inline-block;
}

#top-menu dl .contact-dd {
    background: #08345b !important;
}
#top-menu dl .contact-dd a {
    color: white;
}

.top-menu-bg,
#top-menu dl:hover dd.contact-dd {
	background: #072036 !important;
}

#top-menu dl:hover dd.contact-dd a {
    color: white;
}

#top-menu dl:hover .contact-dd:hover {
    background: #08345b !important;
}

#top-menu dl:hover .contact-dd:hover a {
    color: white;
}

#top-menu dl dd:hover {
    background: #08345b !important;
    transition: all .3s;
}

#top-menu dl dd:hover a {
    color: white;
    transition: all .3s;
}

#top-menu dl a {
    color: #fff;
    font: 16px / 23px 'Microsoft YaHei';
    margin: 0;
    padding: 8px 10px;
    display: inline-block;
    transition: all .3s;
}

#top-menu .separ {
    color: #fff;
    font: 16px / 50px 'Microsoft YaHei';
}

#top-menu dl a:hover {
    text-decoration: none;
    transition: all .3s;
}