@charset "utf-8";

/* reset css */
html, body{width:100%;height:100%;}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, blockquote, th, td, p, img{margin:0;padding:0;border:0;}
body{color:#333;font-family:simsun,Arial; margin:0 auto;font:14px/normal "PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Helvetica Neue",Arial,sans-serif;}
table {border-collapse:collapse;border-spacing:0;}
img {border:0;}
p {line-height: 1.5em;}
ul,ol{list-style:none;}
select,input,img,select{vertical-align:middle; outline: none;}
.clear{clear:both; font-size:0; height:0;visibility:hidden;overflow:hidden;*zoom:1;}
a{color:#333;text-decoration:none;}
h1,h2,h3,h4{font-size:14px; font-weight: 500;}
h6{ text-align:center;}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}

.fl {
    float:left;
}
.fr {
    float:right;
}
.tc {
    text-align: center;
}
.dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* base css */
.w {
    min-height: 100%;
    background: #fff;
}
.cw {
    width: 1200px;
    margin: 0 auto;
}
.wbg {
    background: #f6f6f6;
}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}

.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}

/* top-bar */
.top-bar{border-bottom: 2px #E20000 solid;background: #f7f7f7;}
.top-bar-login,.top-bar-login-after{line-height: 30px;font: 12px/30px simsun;}
.top-bar-login-after{display: none;}
.top-bar .ofw-logo{margin-top: 2px;}
.ofw-logo-right{font: 12px/30px simsun; color: #262222; padding-left: 8px;}
.top-bar-login>.signin{display: inline-block;background: #e20000;height:24px;width:50px;border-radius: 2px;text-align: center;margin-top: 3px;line-height: 24px;}
.top-bar-login>.signin>a{color: #fff;}
.top-bar-login a,.top-bar-login-after a{color: #333;}
.top-bar-login a:hover,.top-bar-login-after a:hover{text-decoration: underline;}
.top-bar-login i{font-style: normal;color: #666;}
.top-bar-login>.email{padding-left: 24px;display: inline-block;background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;}
/* header */
.header {
    background: #f3f3f7;
}
.header-top {
    padding: 10px 0 8px;
    background: #fff;
}
.exhibition-logo {
    padding-top: 3px;
}
.exhibition-logo > img {
    width: 44px;
    height: 49px;
}
.exhibition-logo > span {
    font-size: 16px;
    color: #000;
    line-height: 49px;
    padding-left: 10px;
    font-weight: bold;
}
.exhibition-logo-right > .contact-number {
    height: 28px;
    font-size: 16px;
    color: #646464;
    line-height: 28px;
    padding-left: 40px;
    margin-bottom: 8px;
    background: url(../images/common/dianhuaicon.png) no-repeat left center;
}
.exhibition-logo-right > .count-down {
    color: #000;
}
.count-down > .tiem {
    font-size: 20px;
    color: #15499a;
    padding-left: 5px;
}

.header-nav {
    height: 68px;
}
.header-nav  li {
    position: relative;
    float: right;
    height: 68px;
    padding: 0 35px 0 28px;
}
.header-nav  li:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    content: '/';
    font-size: 18px;
    color: #333;
}
.header-nav  li:first-child:after {
    display: none;
}
.header-nav  li  a {
    position: relative;
    font-size: 18px;
    color: #333;
    line-height: 68px;
}
.header-nav  li  a.active {
    color: #cb2c31;
}
.header-nav  li  a:hover {
    color: #cb2c31;
}
.header-nav  li  a.active:after {
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -59%;
    content: '';
    width: 120%;
    height: 3px;
    background: #c9262b;
}

/* banner */
.index-banner {
    position: relative;
}
.index-banner .banner-apply {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -600px;
    width: 675px;
    height: 385px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
    padding-left: 47px;
}
.banner-apply h2 {
    font-size: 62px;
    color: #000;
    line-height: 78px;
    padding: 30px 0 0;
}
.banner-apply .time {
    width: 612px;
    height: 50px;
    background: #df0000;
    font-size: 0;
    text-align: center;
    line-height: 50px;
    margin: 25px 0 28px;
}
.banner-apply .time img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 12px;
}
.banner-apply .time img:first-child {
    margin-left: 0;
}
.banner-apply .time span {
    font-size: 24px;
    color: #fff;
    vertical-align: middle;
}

.banner-apply p {
    font-size: 56px;
    color: #000;
    line-height: 1;
}

.page-banner {
    display: none;
}
.page-banner .banner-block {
    height: 350px;
}
.index-banner .banner-block {
    height: 560px;
    padding-bottom: 14px;
}

/* footer */
.footer {
    padding: 58px 0 15px;
    background: #353538;
}

.footer-qrcode {
    font-size: 0;
}
.footer-qrcode > div {
    display: inline-block;
    margin-right: 40px;
    text-align: center;
}
.footer-qrcode > div > img {
    width: 129px;
    height: 129px;
}
.footer-qrcode > div > p {
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
}
.footer-qrcode > div:last-child {
    margin-right: 0;
}
.footer .contact-number {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
}
.footer .footer-left {
    padding-left: 230px;
}

.footer-nav {
    width: 270px;
    margin-left: 110px;
}
.footer-nav > ul > li {
    float: left;
}
.footer-nav > ul > li:nth-child(even) {
    margin-left: 24px;
}
.footer-nav > ul > li > a {
    display: block;
    width: 121px;
    height: 44px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.footer-nav > ul > li > a:hover {
    background: #202021;
}

.footer .relate-firms {
    width: 535px;
}
.relate-firms > p {
    float: left;
    height: 28px;
    font-size: 18px;
    color: #fff;
    padding: 0 15px;
    background: #bd161b;
}
.relate-firms > ul {
    width: 535px;
    padding: 12px 0 20px;
}
.relate-firms > ul:last-child {
    padding-bottom: 0;
}
.relate-firms > ul > li {
    float: left;
    width: 185px;
    font-size: 16px;
    color: #fff;
    line-height: 2em;
}
.relate-firms > ul > li:last-child{
    margin-right: 0;
}
.relate-firms > ul > li img {
    width: 153px;
    height: 51px;
}
.blogroll {
    padding: 20px 0 0;
    font-size: 0;
}
.blogroll li {
    display: inline-block;
    margin: 0 20px 10px;
    font-size: 14px;
    color: #fff;
    vertical-align: bottom;
}
.blogroll .blogroll-title {
    font-size: 20px;
    margin-left: 0;
}
.blogroll li a {
    color: #fff;
}
.copyright-info {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

/* 子页面公用样式 */
/* 面包屑导航 */
.crumbs-search {
    padding: 23px 0 14px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #c9c9c9;
}
.crumbs-nav {
    position: relative;
    padding: 8px 0 0 15px;
    font-size: 17px;
    color: #000;
}
.crumbs-nav:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 7px;
    height: 16px;
    background: #f3f3f7;
}
.crumbs-nav a {
    color: #000;
}
.crumbs-nav a.red {
    color: #e20000;
}
/* 搜索 */
.main-search {
    display: none;
    width: 304px;
    height: 31px;
    background: url(../images/common/searchbg.png) no-repeat center center;
}
.main-search > input {
    width: 240px;
    height: 29px;
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    border: none;
    background: transparent;
}
.main-search > .search-btn {
    width: 41px;
    height: 31px;
    cursor: pointer;
    background: url(../images/common/searchicon.png) no-repeat center center;
}

/* 左侧 */
.main-left {
    width: 237px;
    padding-bottom: 20px;
}
.main-left .main-left-title {
    height: 76px;
    padding-left: 50px;
    font-size: 22px;
    color: #fff;
    line-height: 76px;
    background: #07866a;
}
/* 左侧导航 */
.main-left-nav > li {
    margin-top: 1px;
}
.main-left-nav > li > a {
    position: relative;
    display: block;
    height: 50px;
    font-size: 18px;
    color: #000;
    line-height: 50px;
    padding-left: 50px;
    background: #ebeae9;
}
.main-left-nav > li > a:after {
    position: absolute;
    top: 0;
    right: 40px;
    content: '+';
}
.main-left-nav > li > a.active {
    color: #fff;
    background: #07866a;
}
.main-left-nav > li > a.active:after {
    content: '-';
}
.main-left-nav > li > a:hover {
    color: #fff;
    background: #07866a;
}

/* 热门推荐 */
.hot-recommend {
    margin-top: 2px;
}
.hot-recommend > li {
    margin-bottom: 10px;
}
.hot-recommend img {
    width: 237px;
    height: 140px;
}
.hot-recommend p {
    font-size: 12px;
    color: #000;
    padding: 7px;
}

/* 右侧 */
.main-right {
    width: 939px;
    padding-bottom: 30px;
}
.main-right .has-border {
    border: 1px solid #c1c1c0;
}

/* 推荐资讯 */
.title-tab {
    border-bottom: 2px solid #e20000;
}
.title-tab > li {
    float: left;
    width: 166px;
    height: 46px;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    user-select: none;
}
.title-tab > li.active {
    color: #fff;
    background: #e20000;
    cursor: default;
}
.title-tab > a.fr {
    font-size: 16px;
    color: #000;
    margin-top: 22px;
}

.news-top {
    margin: 22px 0 28px;
}
.news-top .news-img {
    width: 318px;
    height: 204px;
    margin-right: 35px;
}
.news-details {
    width: 305px;
}
.news-details > .news-title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding: 10px 0 18px;
}
.news-details > .news-text {
    min-height: 90px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #000;
    line-height: 1.5em;
}
.news-details .news-time {
    font-size: 12px;
    color: #000;
    padding-top: 11px;
}
.news-details .news-details-btn {
    width: 74px;
    height: 25px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    background: #e20000;
    border-radius: 25px;
}
.news-list-block {
    position: relative;
    overflow: hidden;
}
.news-list li {
    padding-bottom: 15px;
}
.news-list li:last-child {
    padding-bottom: 0;
}
.news-list li p.fl {
    width: 55%;
    color: #000;
    font-weight: bold;
}
.news-list li p.fr {
    width: 35%;
    color: #333;
    text-align: right;
}
.news-list .has-red-icon {
    position: relative;
    padding-left: 22px;
}
.news-list .has-red-icon:after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    content: '';
    width: 6px;
    height: 6px;
    background: #e20000;
}

.recommend-news .news-top .news-img {
    width: 418px;
    height: 250px;
    margin-right: 40px;
}
.recommend-news .news-details {
    width: 468px;
}
.recommend-news .news-details > .news-text {
    min-height: 110px;
}
.recommend-news .news-list {
    width: 47%;
}
.recommend-news .news-list-block {
    position: relative;
}
.recommend-news .news-list-block:after {
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    width: 1px;
    height: 200px;
    background: #bfbfbf;
}