@charset "utf-8";
body {
    min-width: 1170px;
	height: 100%;
}


/*.bg-login {
    background-color: #fafafa;
    position: relative;
}

.login {
    margin: 145px auto;
    width: 1100px;
}

.login .torch-log {
    float: left;
    margin-top: 20px;
    width: 642px;
    height: 410px;
    border-right: 1px solid #ddd;
}

.login .torch-log .logo {
    float: left;
    margin: 106px 0 0 70px;
    width: 500px;
    height: 140px;
    background: url(images/logo-login.png?1567477039) no-repeat left center;
}
.login .torch-log .logo.logo-cks {
    background: url(images/logo-login-cks.png?1567477039) no-repeat left center;
}

.log-form {
    float: right;
    padding: 65px 55px 0 45px;
    width: 300px;
}

.log-form .title {
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.log-form .title span {
    padding: 0 12px;
    height: 39px;
    line-height: 39px;
    border-bottom: 3px solid #6bc30d;
    font-size: 18px;
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.log-form .form-wrapper {
    margin-top: 38px;
    width: 100%;
    position: relative;
}

.log-form .msg-error {
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #de0000;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 20;
}

.log-form .row {
    margin-bottom: 16px;
}

.log-form .form-wrapper input.text {
    padding: 12px 9px 13px 35px;
    width: 254px;
    border-radius: 2px;
    color: #333;
    background-color: #f7f7f7;
}

.log-form .form-wrapper .row .detail i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 13px;
    background: url(images/icons-log.png?1567477039) no-repeat;
}

.log-form .form-wrapper .row .detail i.user {
    background-position: 0 0;
}

.log-form .form-wrapper .row .detail i.pwd {
    background-position: 0 -30px;
}

.log-form .form-wrapper .btn-log {
    margin-top: 14px;
    width: 300px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.footer-copy {
    margin: 0 auto;
    padding: 50px 0;
    height: 30px;
    line-height: 30px;
    color: #a0a0a0;
    text-align: center;
}

.footer-copy a {
    color: #a0a0a0;
}*/


/*头部*/

.header-hjs-bar {
    height: 70px;
    width: 100%;
    min-width: 1170px;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(189, 189, 189, .4);
    position: relative;
    z-index: 11;
}

.header-hjs-bar .layout {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.header-hjs-bar .logo {
    float: left;
    width: 250px;
    height: 70px;
    background: url(images/logo.png?1567477040) no-repeat left center;
}

.header-hjs-bar .header-nav {
    float: right;
    padding-top: 20px;
    height: 38px;
    position: relative;
}

.header-hjs-bar .header-nav a {
    float: left;
    display: block;
    position: relative;
    margin-left: 30px;
    padding: 0 20px;
    height: 40px;
    line-height: 22px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    vertical-align: top;
}


/*.header-hjs-bar .header-nav a span {
    display: inline-block;
    width: 100%;
    white-space:nowrap;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}*/

.header-hjs-bar .header-nav a i {
    width: 0;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background-color: #ff8400;
    position: absolute;
    top: 40px;
    left: 0;
    transition: width 1s;
    -moz-transition: width 1s;
    /* Firefox 4 */
    -webkit-transition: width 1s;
    /* Safari 和 Chrome */
    -o-transition: width 1s;
    /* Opera */
}

.header-hjs-bar .header-nav a:hover,
.header-hjs-bar .header-nav a.active {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

.header-hjs-bar .header-nav a:hover i,
.header-hjs-bar .header-nav a.active i {
    width: 100%;
}


/*头部结束*/


/*尾部*/

.footer-hjs {
    padding-bottom: 40px;
    width: 100%;
    height: 250px;
    background: #2b2e34;
    color: #4f5560;
    position: relative;
}

.footer-hjs .footer-bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #1f2127;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
}

.footer-hjs .footer-bottom a {
    color: #4f5560;
}

.footer-hjs .footer-l {
    float: left;
    padding-left: 9px;
    width: 490px;
    height: 190px;
}

.footer-hjs .footer-l .logo {
    margin-top: 35px;
    width: 490px;
    height: 66px;
    background: url(images/logo-white.png?1567477039) no-repeat 6px center;
}

.footer-hjs .footer-l .links {
    display: block;
    margin-top: 30px;
    height: 32px;
    color: #c0c5cf;
}

.footer-hjs .footer-l .links li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 32px;
}

.footer-hjs .footer-l .links a {
    line-height: 32px;
    color: #c0c5cf;
    text-decoration: none;
}

.footer-hjs .footer-l .links a:hover {
    text-decoration: underline;
}

.footer-hjs .footer-l .links .space {
    padding: 0 3px;
}

.footer-hjs .footer-l .info {
    margin-top: 8px;
    line-height: 24px;
}

.footer-hjs dl {
    float: left;
    width: 200px;
    height: 250px;
}

.footer-hjs dt {
    margin-top: 45px;
    margin-bottom: 7px;
    width: 100%;
    height: 37px;
}

.footer-hjs dt span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-bottom: 2px;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #c0c5cf;
    font-size: 18px;
    color: #c0c5cf;
}

.footer-hjs dd {
    width: 100%;
    height: 30px;
}

.footer-hjs dd a {
    height: 30px;
    line-height: 30px;
    color: #8c94a2;
    font-size: 12px;
}

.footer-hjs dd a:hover {
    color: #c0c5cf;
}

.footer-hjs .code {
    float: right;
    margin-top: 85px;
    padding-top: 112px;
    width: 174px;
    height: 26px;
    line-height: 26px;
    background: url(images/code-hjs.png?1567477035) no-repeat center top;
    text-align: center;
}


/*尾部结束*/


/* 首页 */

.layout {
    width: 1170px;
}

.main-wrapper {
    padding: 0;
    height: auto;
    overflow: hidden;
}

.banner-home {
    width: 100%;
    min-width: 1170px;
    height: 546px;
    background: url(images/banner-hjs-home.jpg?1567477031) no-repeat center center;
    position: relative;
}


/* 新闻 */

.hj-news {
    background-color: #fff;
    height: 635px;
    overflow: hidden;
}

.hj-news .more {
    float: right;
    color: #999;
    font-size: 14px;
}

.hj-news .news {
    float: left;
    width: 790px;
}

.hj-news .news>.title {
    margin-top: 30px;
    padding: 10px 15px 10px 135px;
    height: 33px;
    line-height: 30px;
    vertical-align: top;
    background: url(images/title-news.png?1567477040) no-repeat left 10px;
    border-bottom: 1px solid #e9e9e9;
}

.hj-news .news .subtitle {
    float: left;
    margin-right: 50px;
    color: #4a525f;
}

.hj-news .news .subtitle span {
    display: block;
    line-height: 13px;
    font-size: 12px;
}

.hj-news .news .subtitle span.year {
    line-height: 18px;
    font-size: 18px;
}

.hj-news .news .content {
    margin-top: 36px;
    overflow: hidden;
}

.hj-news .news .content .pic {
    float: left;
    margin-right: 36px;
    width: 386px;
    height: 205px;
    overflow: hidden;
}

.hj-news .news .content .pic a,
.hj-news .news .content .pic a img {
    display: block;
    width: 386px;
    height: 205px;
}

/*.hj-news .news .content .pic a {
    position: relative;
}

.hj-news .news .content .pic .title {
    padding: 0 3%;
    width: 94%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
}*/

.hj-news .news .content .info {
    float: left;
    width: 365px;
    height: 168px;
}

.hj-news .news .content .info h1 {
    margin-top: 4px;
    max-height: 60px;
    line-height: 30px;
    overflow: hidden;
}

.hj-news .news .content .info h1 a {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.hj-news .news .content .info .time {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #aaa;
    white-space: nowrap;
}

.hj-news .news .content .info .intro {
    height: 100px;
    line-height: 26px;
    overflow: hidden;
    color: #666;
}

.hj-news .news .list {
    margin-top: 36px;
    width: 100%;
}
.hj-news .news .list li {
    margin-bottom: 18px;
}
.hj-news .news .list li a {
    display: block;
    width: 100%;
    height: 100px;
    background-color: #fff;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
.hj-news .news .list li .date {
    float: left;
    width: 100px;
    height: 100px;
    background-color: #fafafa;
    text-align: center;
    color: #333;
}
.hj-news .news .list li .date span {
    display: block;
    line-height: 24px;
    font-size: 16px;
}
.hj-news .news .list li .date .day {
    margin-top: 8px;
    height: 60px;
    line-height: 60px;
    font-size: 52px;
    color: #ff8400;
}
.hj-news .news .list li .info {
    padding: 0 10px 0 128px;
    height: 100px;
}
.hj-news .news .list li .info span {
    display: block;
}
.hj-news .news .list li .info .title {
    padding-top: 9px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hj-news .news .list li .info .details {
    padding-top: 3px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}
.hj-news .news .list .btn-more {
    float: right;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-decoration: underline;
}
.hj-news .news .list li a:hover {
    transform:translate(1px,0);
    -webkit-transform:translate(1px,0);
    -moz-transform:translate(1px,0);
    -o-transform:translate(1px,0);
    -ms-transform:translate(1px,0);
    box-shadow: 1px 1px 5px rgba(189, 189, 189, .4);
}
.hj-news .news .list li a:hover .date,
.hj-news .news .list li a:hover .date .day {
    background-color: #ff8400;
    color: #fff;
}

/*.hj-news .news ul {
    margin-top: 5px;
}
*/

/*.hj-news .news li a {
    float: left;
    display: block;
    width: 298px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #333;
}

.hj-news .news li .time {
    float: right;
    width: 55px;
    line-height: 30px;
    color: #999;
    font-size: 12px;
    text-align: right;
}*/

.hj-news .weekly {
    float: right;
    margin-top: 43px;
    width: 335px;
}

.hj-news .weekly .title {
    padding: 8px 3px;
    width: 335px;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 18px;
    color: #4a525f;
}

.hj-news .weekly ul {
    margin-top: 28px;
    padding: 0 12px;
}
.hj-news .weekly li {
    padding-left: 12px;
    height: 32px;
    line-height: 32px;
    position: relative;
    overflow: hidden;
}

.hj-news .weekly li:after {
    content: "";
    background: #ccc;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
}

.hj-news .weekly li a {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hj-news .weekly .pic {
    margin-top: 25px;
    width: 335px;
    height: 218px;
    background: url(images/pic-weekly-home.jpg?1567477040) no-repeat 0 0;
}


/* 三大品牌 */

.home-title {
    margin: 0 auto;
    min-width: 600px;
    height: 54px;
    overflow: hidden;
}

.home-title.title-01 {
    padding-top: 56px;
    background: url(images/title-home-01.png?1567477040) no-repeat center bottom;
}

.home-title.title-02 {
    padding-top: 65px;
    background: url(images/title-home-02.png?1567477040) no-repeat center bottom;
}

.hj-brand {
    width: 100%;
    height: 575px;
    background: url(images/bg-brand.jpg?1567477031) no-repeat center center;
}

.hj-brand .brand {
    display: block;
    float: left;
    margin: 40px 0 0 74px;
    width: 291px;
    height: 353px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 21px rgba(0, 0, 0, .2);
    position: relative;
}

.hj-brand .brand .logo {
    display: block;
    margin: 55px 0 66px 0;
    width: 100%;
    height: 72px;
}

.hj-brand .brand .logo.brand-01 {
    background: url(images/brand-01.png?1567477031) no-repeat center center;
}

.hj-brand .brand .logo.brand-02 {
    background: url(images/brand-02.png?1567477032) no-repeat center center;
}

.hj-brand .brand .logo.brand-03 {
    background: url(images/brand-03.png?1567477032) no-repeat center center;
}

.hj-brand .brand .txt {
    padding: 0 25px;
    height: 96px;
    line-height: 24px;
    color: #4a525f;
    font-size: 14px;
}

i.arrow-right {
    border-style: solid;
    margin-top: -2px;
    margin-right: 6px;
    padding: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #999;
}

.hj-brand .brand .btn-more {
    display: block;
    width: 72px;
    height: 22px;
    line-height: 22px;
    color: #999;
    font-size: 12px;
    position: absolute;
    right: 34px;
    bottom: 22px;
    text-align: right;
}


/* 合作伙伴 */

.partners {
    height: 570px;
    overflow: hidden;
    background-color: #fff;
}

.partners .container {
    margin-top: 40px;
    width: 1170px;
    height: 300px;
    background: url(images/partners.jpg?1567477040) no-repeat center center;
}


/* banner */

.banners {
    width: 100%;
    height: 158px;
    overflow: hidden;
}

.banners.b-news {
    background: url(images/banner-news.jpg?1567477031) no-repeat center center;
}

.banners.b-business {
    height: 300px;
    background: url(images/business/top-bg.jpg?1567477035) no-repeat center center;
}

.banners.b-weekly {
    background: url(images/banner-weekly.jpg?1567477031) no-repeat center center;
}

.banners.b-about-us {
    background: url(images/banner-about-us.jpg?1567477030) no-repeat center center;
}

.banners.b-exchange {
    background: url(images/banner-exchange.jpg?1567477031) no-repeat center center;
}

.banners .txt {
    margin-top: 60px;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
}


/*bread start*/

.home-bread {
    margin: 18px auto 24px auto;
    width: 1170px;
    height: 48px;
    line-height: 48px;
    color: #333;
    border-bottom: 1px solid #ddd;
    position: relative;
    display: block;
    clear: both;
}

.home-bread .ico-loaction {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 8px;
    width: 16px;
    height: 14px;
    background: url(images/icons.png?1567477039) no-repeat 0 0;
    vertical-align: middle;
}

.home-bread>a {
    color: #333;
}

.home-bread>a:hover {
    color: #ff8400;
}

.home-bread>a.active,
span.active {
    color: #333;
}

.home-bread .tabs {
    width: 400px;
    height: 49px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.home-bread .tabs a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 5px;
    padding: 0 10px;
    height: 46px;
    line-height: 46px;
    color: #333;
    vertical-align: top;
}

.home-bread .tabs a:hover {
    color: #ff8400;
}

.home-bread .tabs a.active {
    color: #333;
    border-bottom: 3px solid #ff8a00;
}

/*bread end*/


/* 新闻中心 start */

.news-containt {
    min-height: 500px;
    padding: 30px 0;
    margin-bottom: 80px;
    background: #fff;
    position: relative;
}

.news-containt .doitphp_pagelist_box {
    padding-right: 60px;
    width: auto;
}

.main-wrapper .news-pd .doitphp_pagelist_box {
    width: 94%;
}


/*新闻列表*/

.news-list {
    width: 1020px;
    margin: 10px auto 30px;
}

.news-list li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    min-height: 150px;
}

.news-list li:after {
    clear: both;
    content: "";
    display: block;
}

.news-list li:last-child {
    border-bottom: 0;
}

.news-list li .news-pic {
    display: inline-block;
    float: left;
    width: 300px;
    height: 160px;
}

.news-list li .news-pic img {
    width: 300px;
    height: 160px;
}

.news-list li .news-info {
    margin-left: 325px;
    line-height: 26px;
    height: 160px;
    position: relative;
}

.news-list li .news-info a.news-tit {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list li .news-info .tag {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #bbb;
    padding: 5px 0;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.news-list li .news-info .info {
    padding-top: 10px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #999;
}

.news-list li .news-info .info .txt {
    line-height: 26px;
    padding: 8px 0 5px;
}

.news-list li .news-info .look-more {
    width: 108px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    border-radius: 17px;
    border: 1px solid #ff8a00;
    color: #ff8a00;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-list li .news-info .look-more:hover {
    background: #ff8a00;
    color: #fff;
}


/*新闻详情*/

.news-detail {
    width: 840px;
    margin: 60px auto;
}

.news-detail .news-title {
    font-size: 22px;
    line-height: 40px;
    color: #333;
    text-align: center;
}

.news-detail .news-tips {
    padding: 10px 0 30px;
    color: #999;
    font-size: 14px;
    text-align: left;
    height: 24px;
    line-height: 24px;
    position: relative;
}

.news-detail .news-tips .type-icon {
    height: 18px;
    line-height: 20px;
    padding: 0 2px;
    display: inline-block;
    border: 1px solid #ff8a00;
    color: #ff8a00;
    border-radius: 3px;
    font-size: 12px;
    min-width: 30px;
    text-align: center;
}

.news-detail .news-tips .font-absr {
    position: absolute;
    right: 0;
    top: 10px;
}

.news-detail .news-tips .size-change {
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
    width: 84px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.news-detail .news-tips .size-change .minus,
.news-detail .news-tips .size-change .add {
    width: 21px;
    height: 22px;
    line-height: 22px;
    color: #666;
    display: inline-block;
}

.news-detail .news-tips .size-change .minus {
    border-right: 1px solid #ccc;
    float: left;
}

.news-detail .news-tips .size-change .add {
    border-left: 1px solid #ccc;
    float: right;
}

.news-detail .news-tips .size-change .cont {
    height: 22px;
    line-height: 22px;
    width: 40px;
    color: #666;
    float: left;
    background: #fff;
    display: inline-block;
}

.news-detail .news-tips .size-change .minus.none,
.news-detail .news-tips .size-change .add.none {
    color: #bdbdbd;
    background: #eee;
    cursor: default;
}

.news-detail .abstract {
    margin-bottom: 30px;
    padding: 15px 20px;
    line-height: 25px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    font-size: 14px;
}

.news-detail .article {
    padding: 0;
}

.news-detail .news-detail-txt p,
.news-detail .article p {
    padding: 0;
    text-indent: 2em;
    line-height: 28px;
    font-size: 14px;
}
.news-detail .news-detail-txt p > img,
.news-detail .article p > img {
    margin: 0;
    display: block;
    width: 100%;
}
.news-detail .news-detail-txt hr,
.news-detail .article hr,
#viewContent .split-line {
    margin: 20px 0;
    border: 1px dashed #ccc;
    border-width: 0 0 1px;
}

.news-detail .article-14 {
    font-size: 14px;
    line-height: 25px;
}

.news-detail .article-16 {
    font-size: 16px;
    line-height: 28px;
}

.news-detail .article-18 {
    font-size: 18px;
    line-height: 30px;
}

.news-detail .article-20 {
    font-size: 20px;
    line-height: 32px;
}

.news-detail .news-detail-txt p,
.news-detail .article p {
    padding-bottom: 20px;
}

.news-detail .news-detail-txt img,
.news-detail .article img {
    display: block;
    margin: 20px auto;
    max-width: 840px;
}

.news-share {
    height: 53px;
    line-height: 53px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f1f1f1;
    font-size: 12px;
    padding: 0 10px;
}

.news-share .share-t {
    font-weight: bold;
    color: #333;
    float: left;
}

.news-share .share-box {
    float: left;
    max-width: 350px;
}

.news-share .share-box img {
    vertical-align: middle;
    margin-left: 5px;
}

.news-prev-next {
    margin: 20px 0;
}

.news-prev-next a.news-prev,
.news-prev-next a.news-next {
    display: inline-block;
    width: 320px;
    line-height: 30px;
    color: #ff8a00;
}

.news-prev-next a.news-prev {
    float: left;
}

.news-prev-next a.news-next {
    float: right;
    text-align: right;
}

.news-prev-next a.news-prev.none,
.news-prev-next a.news-next.none {
    color: #a0a0a0;
    cursor: default;
}

.news-prev-next a.news-prev.none:hover,
.news-prev-next a.news-next.none:hover {
    text-decoration: none;
}

/*新闻中心 end*/


/* 集团业务 */

.business {
    /*margin-bottom: 30px;
    padding: 0 20px 80px 20px;
    background: #fff;*/
    overflow: hidden;
    position: relative;
}

.business .tabs {
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    position: fixed;
    z-index: 9;
    /*top: 290px;*/
}

.business .tabs .layout {
    margin: 0 auto;
    width: 1170px;
    height: 80px;
    position: relative;
}

.business .tabs a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 5px 42px 0;
    padding: 0 27px;
    height: 72px;
    line-height: 72px;
    color: #fff;
    font-size: 16px;
    vertical-align: top;
}

.business .tabs a:hover,
.business .tabs.t-02 a:hover,
.business .tabs.t-02 a.active {
    color: #ff8a00;
}

.business .tabs a.active {
    color: #ff8a00;
    border-bottom: 3px solid #ff8a00;
}

.business .tabs.t-02 {
    background-color: rgba(255,255,255,.7);
    box-shadow: 1px 3px 4px rgba(0,0,0,.2);
}

.business .tabs.t-02 a {
    color: #333;
}

.business .title {
    margin-top: 50px;
    padding: 0 20px;
    height: 128px;
    text-align: right;
}

.business .title a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 75px;
    height: 40px;
    line-height: 40px;
    color: #ff8a00;
    font-size: 16px;
}

.about-bj {
    padding-bottom: 60px;
    overflow: hidden;
}

.about-bj .title {
    background: url(images/business/bj-logo.png?1567477032) no-repeat center center;
}

.business .txt {
    margin-top: 25px;
    padding: 0 20px;
    line-height: 40px;
    color: #555;
}

.business .txt h1 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
}

.business .txt p {
    margin-bottom: 55px;
    font-size: 16px;
}

.business .txt p.mb-15 {
    margin-bottom: 15px;
}


/*ckb*/

.about-ckb {
    padding-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

.about-ckb .title {
    background: url(images/business/ckb-logo.png?1567477033) no-repeat center center;
}

.about-ckb .intro {
    margin-top: 25px;
    padding: 0 20px;
}

.about-ckb .intro p {
    margin-bottom: 20px;
    line-height: 40px;
    text-indent: 35px;
    font-size: 16px;
    color: #555;
}

.about-ckb .intro ul {
    margin: 70px 0 90px 20px;
    overflow: hidden;
}

.about-ckb .intro li {
    float: left;
    margin: 0 54px;
    width: 251px;
    height: 281px;
}

.about-ckb .intro li.ico-01 {
    background: url(images/business/ico-01.png?1567477033) no-repeat;
}

.about-ckb .intro li.ico-02 {
    background: url(images/business/ico-02.png?1567477033) no-repeat;
}

.about-ckb .intro li.ico-03 {
    background: url(images/business/ico-03.png?1567477033) no-repeat;
    margin-right: 0;
}

.about-ckb .intro-2 {
    background: #fff;
}

.about-ckb .intro-2 ul {
    margin: 0 auto;
    width: 1130px;
    overflow: hidden;
}

.about-ckb .intro-2 li .pic {
    float: left;
    width: 565px;
    height: 360px;
}

.about-ckb .intro-2 li .block {
    float: left;
    width: 40px;
    height: 360px;
}

.about-ckb .intro-2 li .info {
    float: left;
    width: 525px;
    height: 360px;
}

.about-ckb .intro-2 li .info span {
    display: block;
}

.about-ckb .intro-2 li .info .txt-01 {
    margin-top: 70px;
    line-height: 34px;
    font-size: 20px;
    color: #333;
}

.about-ckb .intro-2 li .info .txt-02 {
    margin-top: 5px;
    line-height: 26px;
    color: #999;
}

.about-ckb .intro-2 li .info .txt-03 {
    margin-top: 18px;
    width: 405px;
}

.about-ckb .intro-2 li .info .txt-03 dd {
    float: left;
    padding-left: 12px;
    width: 123px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    color: #666;
    background: url(images/business/ico-arrow.gif) no-repeat 2px center;
}

.about-ckb .intro-2 li .info .txt-03 dd.no-arrow {
    background: none;
}


/*opark*/

.about-opark {
    padding-bottom: 90px;
    overflow: hidden;
}

.about-opark .title {
    background: url(images/business/opark-logo.png?1567477034) no-repeat center center;
}

.about-opark h2 {
    height: 215px;
    background: url(images/business/opark-02.png?1567477034) no-repeat center center;
}

.about-opark h3 {
    margin: -8px 0 12px 0;
    font-size: 18px;
    font-weight: normal;
}

.mr-95 {
    margin-right: 95px;
}


/* 壹周刊 */

.hj-weekly {
    margin-bottom: 30px;
    overflow: hidden;
}

.hj-weekly dl {
    width: 100%;
    overflow: hidden;
}

.hj-weekly dd {
    float: left;
    margin: 0 20px 24px 0;
    width: 376px;
    height: 276px;
    background-color: #fff;
}

.hj-weekly dd:nth-child(3n+0),
.hj-weekly dd.mr-0 {
    margin: 0 0 24px 0;
}

.hj-weekly .pic {
    float: left;
    margin: 8px 0 0 8px;
    width: 176px;
    height: 260px;
    background-color: #f7f7f7;
}

.hj-weekly .pic img {
    display: block;
    width: 176px;
    height: 260px;
}

.hj-weekly .info {
    float: left;
    width: 192px;
    height: 260px;
    line-height: 26px;
    text-align: center;
}

.hj-weekly .info .title {
    margin-top: 48px;
    height: 26px;
    font-size: 18px;
    color: #333;
}

.hj-weekly .info .subtitle {
    margin-top: 7px;
    height: 26px;
}

.hj-weekly .info .btn-read {
    margin-top: 78px;
    width: 156px;
    height: 40px;
    line-height: 40px;
}


/* 关于我们 */

.about-us {
    margin-bottom: 30px;
    padding: 30px 20px 80px 20px;
    overflow: hidden;
    background: #fff;
}

.about-us .txt {
    margin-top: 40px;
    padding: 0 80px;
    line-height: 40px;
    color: #555;
}

.about-us .txt h1 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
}

.about-us .txt p {
    margin-bottom: 55px;
    font-size: 16px;
}

.about-us .txt p.mb-15 {
    margin-bottom: 15px;
}

.about-us dl {
    margin-bottom: 55px;
}

.about-us dt {
    padding-top: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #333;
}

.about-us dd {
    height: 34px;
    line-height: 34px;
}

.about-us dd span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.about-us dd .time {
    width: 120px;
}

.about-us .map {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
    background-color: #f7f7f7;
}


/* 交流中心 */

.details-content {
    margin-bottom: 30px;
    padding: 30px;
    width: 1110px;
    background: #fff;
}
.news-infos {
    position: relative;
    z-index: 9;
}
.news-infos .news-pic {
    float: left;
    width: 505px;
    height: 295px;
    position: relative;
}
.news-infos .news-pic .news-big-pic {
    display: block;
    width: 500px;
    height: 290px;
}

.news-infos .news-details {
    position: relative;
    float: left;
    width: 545px;
    height: 290px;
    margin-left: 40px;
}
.news-infos .news-details .news-title {
    margin-bottom: 12px;
    font-size: 22px;
    color: #333;
}
.news-details span.title {
    display: block;
    width: 600px;
    /*height: 45px;*/
    line-height: 30px;
    overflow: hidden;
}
.news-details span.publisher {
    display: block;
    margin-top: 8px;
    padding-left: 2px;
    width: 600px;
    height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #aaa;
}
.news-infos .news-details .news-txt {
    line-height:35px;
    font-size: 14px;
    color: #aaa;
    height: 155px;
    padding: 30px 0 20px;
}

.news-infos .news-details .news-txt2 {
    line-height: 35px;
    font-size: 16px;
    height: 155px;
    padding: 0px 0 10px 2px;
}
.news-infos .news-details .news-btn {
    height: 55px;
}
.news-infos .news-details .btn-apply {
    float: left;
    margin-right: 45px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background-color: #ff8a00;
}

/* 分享 */
.news-infos .news-details .share{
    float: left;
    margin-top: 13px;
    width: 280px;
}
.news-infos .news-details .share .s-title {
    display: inline-block;
    float: left;
    margin-right: 6px;
    font-size: 14px;
    color: #999;
}
.news-infos .news-details .share .s-title i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 12px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    background: url(images/icons-02.png?1567477039) no-repeat -34px 0;
}
.news-infos .news-details .share .jiathis_style_24x24 a {
    display: inline-block;
    float: left;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.news-infos .news-details .share .jtico {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    background: url(images/icons-02.png?1567477039) no-repeat;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
}
.news-infos .news-details .share .jtico_tsina {
    background-position: 0 0;
}
.news-infos .news-details .share .jtico_tqq {
    background-position: 0 -32px;
}
.news-infos .news-details .share .jtico_renren {
    background-position: 0 -64px;
}
.news-infos .news-details .share .jtico_douban {
    background-position: 0 -96px;
}
.news-infos .news-details .share .jtico_weixin{
    background-position: 0 -128px;
}

.detail-inner{
    line-height: 30px;
    background: #fff;
    position: relative;
    min-height: 500px;
    padding: 30px 0;
    width: 1100px;
    margin: 20px auto;
}

.detail-inner .title{
    font-size: 20px;
    color: #333;
    float: left;
}
.detail-inner .line{
    background: #eeeeee;
    height: 1px;
    margin: 14px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.detail-inner .line-01{
    width: 1000px;
    margin-left: 10px;
}
.detail-inner .article {
    width: 760px;
    margin: 40px auto;
}

/* 开放日 */
.tab-03 {
    height: 60px;
    background-color: #fff;
}
.tab-03 li {
    float: left;
    margin-right: 30px;
}
.tab-03 li a {
    display: block;
    margin-top: 3px;
    padding: 0 23px;
    height: 54px;
    line-height: 54px;
    color: #000;
    font-size: 16px;
}
.tab-03 li a.active {
    color: #ff8400;
    font-weight: bold;
    border-bottom: 3px solid #ff8400;
}

.open-list {
    width: 100%;
}
.open-list li {
    float: left;
    padding: 5px;
    width: 364px;
    height: 346px;
    margin: 24px 24px 0 0;
    background: #fff;
    margin: 24px 8px 0 8px \9;
    *+margin: 24px 8px 0 8px;
    box-shadow: 0 1px 5px rgba(221, 221, 221, 0.8);
}
.open-list li:nth-child(3n) {
    margin-right: 0;
}
.open-list li .pic {
    display: block;
    position: relative;
}
.open-list li .pic .label {
    width: 48px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.open-list li .pic .label.applying {
    background-color: #ff8400;
}
.open-list li .pic .label.going {
    background-color: #6bc30d;
}
.open-list li .pic .label.finished {
    background-color: #aaa;
}
.open-list li img {
    display: block;
    width: 364px;
    height: 248px;
}
.open-list li .title {
    margin-top: 8px;
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.open-list li>span {
    display: block;
    padding: 0 5px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    color: #aaa;
}
.open-list li>span i {
    float: left;
    margin: 5px 6px 0 4px;
    width: 14px;
    height: 16px;
    background: url(images/icons.png?1567477039) no-repeat;
}
.open-list li>span i.time {
    background-position: 0 -20px;
}
.open-list li>span i.place {
    background-position: 0 -40px;
}

/* 预约参观 */
.visit {
    margin-bottom: 60px;
    padding: 30px 45px 100px 45px;
    width: 1080px;
    background: #fff;
}
.visit .title {
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    color: #333;
}
.visit li {
    margin: 30px 0 8px 0;
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
}
.visit li.p-01 {
    background: url(images/visit-02.jpg?1567477041) no-repeat;
}
.visit li.p-02 {
    background: url(images/visit-03.jpg?1567477041) no-repeat;
}
.visit li .info {
    width: 484px;
    height: 400px;
    background: url(images/visit-01.png?1567477040) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.visit li .info .title-01,
.visit li .info .title-02 {
    margin: 29px 0 0 29px;
    height: 48px;
    background: url(images/visit-04.png?1567477041) no-repeat left 0;
}
.visit li .info .title-02 {
    background: url(images/visit-05.png?1567477041) no-repeat left 0;
}
.visit li .info .txt {
    padding: 18px 20px 0 28px;
    height: 192px;
    line-height: 32px;
    color: #fff;
    word-break: break-all;
}
.visit li .info .btn-appointment {
    margin-top: 10px;
    height: 60px;
    position: relative;
}
.visit li .info .btn-appointment a {
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    background-color: #ff8a00;
    border-radius: 5px;
}

.visit .tips {
    margin-bottom: 40px;
    padding-bottom: 10px;
    height: 30px;
    line-height: 30px;
    color: #aaa;
    border-bottom: 1px solid #eee;
}
.visit .btn-submit {
    margin-top: 20px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.form-wrapper .row .code-btn {
    float: left;
    margin-left: 20px;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    color: #ff8a00;
    width: 88px;
    background-color: #fff;
    border: 1px solid #ff8a00;
    text-decoration: none;
    text-align: center;
}
/* 交流中心 end */

/* IBS start */
.ibs-banner {
    width: 100%;
    min-width: 1170px;
    height: 480px;
    background: url(images/ibs/ibs-banner.jpg?1567477035) no-repeat center center;
    position: relative;
}

.ibs-bgm {
    width: 100%;
	min-width: 600px;
    min-height: 800px;
    background: url(images/ibs/oa-bgm.jpg) no-repeat center center;
    background-size: 100% 100%;
	position: absolute;
    top: 70px;
    bottom: 0px;
    left: 0px;
}

.logo-oa {
    width: 506px;
    height: 50px;
    background: url(images/ibs/logo-oa-white.png) no-repeat center center;
	background-size: 100% 100%;
    position: absolute;
    top: 165px;
    left: 50%;
    margin-left: -253px;
}

/* 未登录 */
.ibs-login {
    width: 320px;
    height: 380px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    position: absolute;
	top: 281px;
    left: 50%;
	margin-left: -160px;
}

/*.ibs-login {
    width: 320px;
    height: 380px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 255px;
}*/

.ibs-login .title {
    margin-top: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    text-align: center;
}
.ibs-login .login-type-top {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    width: 38px;
    height: 38px;
}
.ibs-login .login-type-top >a {
    display: inline-block;
    width: 38px;
    height: 38px;
}
.ibs-login .login-type-top .ico-code {
    background: url(images/ibs/ico-code.png?1567477036) no-repeat;
}
.ibs-login .login-type-top .ico-pc {
    background: url(images/ibs/ico-pc.png?1567477037) no-repeat;
}
.ibs-login .login-type-top .ico-pc-info {
    display: inline-block;
    width: 100px;
    height: 18px;
    background: url(images/ibs/ico-pc-info.png?1567477037) no-repeat;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 42px;
}
.ibs-login .login-type-top .ico-code.hidden,
.ibs-login .login-type-top .ico-pc.hidden {
    display: none;
}
.ibs-login .log-code .code-bg {
    margin: 0 auto;
    padding: 5px;
    width: 280px;
    height: 280px;
    /*overflow: hidden;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);*/
}
.ibs-login .log-code .txt-info {
    margin: 38px auto 0;
    width: 210px;
    line-height: 24px;
    color: #aaa;
    text-align: center;
}

.ibs-login .log-pc {
    padding: 0 50px;
}
.ibs-login .log-pc .form-wrapper {
    margin-top: 22px;
}
.ibs-login .log-pc .row {
    margin-bottom: 10px;
}
.ibs-login .log-pc .form-wrapper input.text {
    padding: 16px 4px 16px 26px;
    width: 190px;
    height: 16px;
    line-height: 16px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    background: none;
}
.ibs-login .log-pc .form-wrapper input[type='text']:focus,
.ibs-login .log-pc .form-wrapper input[type='password']:focus {
    border-color: #ff8400;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ibs-login .log-pc .form-wrapper input:-internal-autofill-selected {
    background: none !important;
    color: #333 !important;
}
.ibs-login .log-pc .form-wrapper .row .detail i {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 13px;
    height: 16px;
    position: absolute;
    top: 16px;
    left: 0;
}
.ibs-login .log-pc .form-wrapper .row .detail i.user {
    background: url(images/ibs/ico-phone.png?1567477038) no-repeat;
}
.ibs-login .log-pc .form-wrapper .row .detail i.pwd {
    background: url(images/ibs/ico-lock.png?1567477037) no-repeat;
}
.ibs-login .log-pc .msg-error {
    width: 100%;
    height: 40px;
    line-height: 18px;
    color: #de0000;
    position: absolute;
    top: 116px;
    left: 0;
    z-index: 20;
}
.ibs-login .btn-log {
    margin-top: 40px;
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
}
/* 已登录 */
.ibs-login .logged-in {
    text-align: center;
}
.ibs-login .logged-in .face {
    margin: 32px auto 0;
    width: 94px;
    height: 94px;
    overflow: hidden;
    background-color: #f4f4f4;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 1px 9px rgba(0, 0, 0, .2);
}
.ibs-login .logged-in .face img {
    display: block;
    width: 94px;
    height: 94px;
}
.ibs-login .logged-in .name {
    margin: 20px auto 0;
    width: 120px;
    height: 24px;
    line-height: 24px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.ibs-login .logged-in .btn-log {
    margin: 38px auto 0;
}


/* 系统介绍 */
.ibs-box {
    height: 500px;
    background: #fff;
}
.ibs-box.bg-gray-light {
    background-color: #f4f4f4;
}
.ibs-box .part-01 {
    margin: 0 auto;
    width: 1200px;
}
.ibs-box .part-01 li {
    float: left;
    margin-right: 60px;
    padding: 0 54px;
    width: 252px;
    text-align: center;
}
.ibs-box .part-01 li:last-child {
    margin-right: 0;
}
.ibs-box .part-01 .pic {
    margin: 110px auto 42px;
    width: 190px;
    height: 151px;
    background: url(images/ibs/ico-bg-01.png?1567477036) no-repeat left center;
    position: relative;
}
.ibs-box .part-01 .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.ibs-box .part-01 .title {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #333;
}
.ibs-box .part-01 .info {
    margin-top: 13px;
    height: 120px;
    line-height: 26px;
    color: #999;
}

.ibs-box .part-02 {
    margin: 0 auto;
    width: 1200px;
}
.ibs-box .part-02 .pic-01,
.ibs-box .part-02 .pic-02,
.ibs-box .part-02 .pic-03 {
    float: left;
    width: 685px;
    height: 500px;
    background: url(images/ibs/pic-ibs-01.jpg?1567477038) no-repeat left center;
}
.ibs-box .part-02 .pic-02 {
    width: 710px;
    background: url(images/ibs/pic-ibs-02.jpg?1567477038) no-repeat -20px center;
}
.ibs-box .part-02 .pic-03 {
    background: url(images/ibs/pic-ibs-03.jpg?1567477038) no-repeat left center;
}
.ibs-box .part-02 .info-01 {
    float: left;
    width: 490px;
    overflow: hidden;
}
.ibs-box .part-02 .info-02 {
    margin-left: 25px;
    float: left;
    width: 465px;
    overflow: hidden;
}
.ibs-box .part-02 .title {
    margin-top: 100px;
    height: 54px;
    line-height: 54px;
    font-size: 32px;
    color: #333;
}
.ibs-box .part-02 .txt {
    margin-top: 20px;
    line-height: 34px;
    font-size: 16px;
    color: #999;
}

.ibs-box .part-03 {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
.ibs-box .part-03 > .title-1 {
    margin: 47px auto 0;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.ibs-box .part-03 ul {
    margin: 60px 20px 0;
    height: 280px;
}
.ibs-box .part-03 li {
    margin: 24px 50px 0;
    float: left;
    width: 190px;
    text-align: center;
}
.ibs-box .part-03 .pic {
    width: 100%;
    height: 74px;
}
.ibs-box .part-03 .pic img {
    display: inline-block;
    width: 64px;
    height: 74px;
}
.ibs-box .part-03 .title {
    margin-top: 32px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    color: #333;
}
.ibs-box .part-03 .info {
    margin-top: 9px;
    height: 80px;
    line-height: 20px;
    color: #999;
}

.ibs-banner-bottom {
    margin: 0 auto;
    min-width: 1200px;
    height: 240px;
    background: url(images/ibs/ibs-banner-b.jpg?1567477035) no-repeat center center;
}
.bg-login {
    width: 100%;
    position: relative;
}
.bg-login .ibs-login {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -160px;
}
/* IBS end */