@charset "utf-8";
body {
    font-family: Arial, Helvetica, sans-serif,"微软雅黑";
    font-size: 16px;
    line-height: 22px;
    color: #333;
    position: relative;
    min-width: 1060px;
}
img {
    max-width: 100%;
}
a {
    color: #333;
}
.top {
    clear: both;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 50px;
}

.top a {
    margin: 0 13px;
}
.bnaner {
    width: 100%;
    text-align: center;
}
.navbg {
    background: url(http://images.china.cn/images1/market/union/202108/navbg.png) no-repeat 0 0;
    height: 60px;
    width: 100%;
    min-width: 1060px;
}
.nav {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 60px;
}
.nav a {
    display: block;
    float: left;
    color: #fff;
    font-size: 18px;
    padding: 0 23px;
}
.nav a:hover {
    text-decoration: none;
    font-weight: bold;
}
.nav span {
    display: block;
    float: left;
    margin-top: 8px;
}
.wrap {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.hotline {
    padding: 50px 0 25px 0;
}
.hotline h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
}
.hotline h2 a {
    color: #db1f16;
}
.hotline p {
    padding-top: 15px;
    text-indent: 2em;
    line-height: 28px;
    color: #666;
}
.focus {
    overflow: hidden;
}
.focusPic {
    width: 560px;
    float: left;
    margin-top: 20px;
}
.focusNews {
    width: 405px;
    float: right;
}
.focusNews li {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    background: url(http://images.china.cn/images1/market/union/202108/red.png) no-repeat 0 center;
    padding-left: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px dashed #ccc;
}
.focusNews li a:hover {
    text-decoration: none;
    color:#db1f16;
}
.column {
    background: url(http://images.china.cn/images1/market/union/202108/columnbg.png) no-repeat center center;
    font-size: 30px;
    height: 106px;
    line-height: 106px;
    color: #db1f16;
    text-align: center;
    font-weight: bold;
    margin: 60px 0;
}
.wr100 {
    background: url(http://images.china.cn/images1/market/union/202108/banner2.jpg) no-repeat center bottom;

}
.tips {
    background: #b90005;
    padding: 40px 0;
}
.lm {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 15px;
}
.tab {
    font-size: 20px;
    overflow: hidden;
}
.tab a {
    display: block;
    float: left;
    border-right: 1px solid #EB6317;
}
.tab a:hover {
    text-decoration: none;
}
.on {
    color: #fff;
    background:#EB6317;
    padding: 6px 20px;
    font-weight: bold;
}
.off {
    margin-top: 6px;
    color: #EB6317;
    padding: 0 20px;
    border-right: 1px solid #EB6317;
}
.hide {
    display: none;
}
.tabCont {
    font-size: 18px;
    padding: 20px;
    border: 1px dashed #EB6317;
    line-height: 36px;
    margin-top: 25px;
    text-align: justify;
}
.tabCont span {
    float: left;
    font-size: 28px;
    font-weight: bold;
    color: #EB6317;
    padding-right: 5px;
}
.peopleList {
    overflow: hidden;
    margin-bottom: 150px;
}
.peopleList li {
    width: 180px;
    height: 360px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.peopleList li img {
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.peopleList li dl {
    padding: 10px ;
    position: absolute;
    left: 0;
    height: 130px;
    top:288px;
    z-index: 9;
    background:url(http://images.china.cn/images1/market/union/202108/pbg.png) no-repeat center bottom;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.peopleList li dt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
}
.peopleList li dd {
    padding: 0px 0 5px 0;
    font-size: 16px;
}
.peopleList li:hover dl {
   top: 210px;
}
.peopleList li:hover img {
    transform: scale(1.1);
}
.jglist p {
    background: url(http://images.china.cn/images1/market/union/202108/white.png) no-repeat left center;
    padding-left: 25px;
    font-size: 16px;
    color: #fff;
    margin: 20px 0;
}
.footer {
    padding: 20px 0;
}
.footer p {
    font-size:12px;
    line-height: 28px;
    text-align: center;
}

.contit { clear: both; width: 1000px; margin: 0 auto 30px; padding-bottom: 15px; border-bottom: 1px solid #dadada; }
.contit h2 { font-size: 38px; line-height: 58px; padding: 10px 0 20px; }
.contit p { font-size: 14px; color: #333; padding: 25px 0; }
.contit p a { color: #333; }
.content { width: 800px; float: left; font-size: 14px; line-height: 220%; }
.piccont { clear: both; width: 1000px; margin: 0 auto 50px; font-size: 16px; line-height: 26px; line-height: 220%; }

#owl-demo { position: relative; width: 560px; height: 385px; margin-left: auto; margin-right: auto;}
#owl-demo .item{ position: relative; display: block;}
#owl-demo img { display: block; width: 560px; height: 385px;}
#owl-demo b { position: absolute; left: 0; bottom: 0; width: 100%; height: 65px; background-color: #000; opacity: .5; filter: alpha(opacity=50);}
#owl-demo span { position: absolute; left: 0; bottom: 25px; width: 100%; font-size: 18px; line-height:32px; color: #fff; text-align: center;}

.owl-pagination { position: absolute; left: 0; bottom: 5px; width: 100%; height: 20px; text-align: center;}
.owl-page { display: inline-block; width: 10px; height: 10px; margin: 0 5px; background-image: url(http://images.china.cn/images1/market/nanning/201610/bg15.png); *display: inline; *zoom: 1;}
.owl-pagination .active { width: 25px; background-image: url(http://images.china.cn/images1/market/nanning/201610/bg16.png);}
.owl-buttons { display: none;}
.owl-buttons div { position: absolute; top: 50%; width: 40px; height: 80px; margin-top: -40px; text-indent: -9999px;}
.owl-prev { left: 0; background-image: url(http://images.china.cn/images1/market/dama/201612/bg117.png);}
.owl-next { right: 0; background-image: url(http://images.china.cn/images1/market/dama/201612/bg118.png);}
.owl-prev:hover { background-image: url(http://images.china.cn/images1/market/dama/201612/bg119.png);}
.owl-next:hover { background-image: url(http://images.china.cn/images1/market/dama/201612/bg120.png);}