/*  2018年5月中文官网改版 */

/* index 首页*/
/* 知名企业 */
.logos.news.maincon {
    margin-bottom: 0;
}

.index-logos-box {
    width: 100%;
    overflow: hidden;
    height: 50px;
    position: relative;
    margin: 102px 0;
}

.logos-prev, .logos-next {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 19px;
    height: 50px;
    background-size: cover;
    cursor: pointer;
}

.logos-prev {
    left: 0;
    background-image: url(../images/2018/index/btn-index-logo-prev.png);
    background-color: #fff;
}

.logos-prev.active {
    left: 0;
    background-image: url(../images/2018/index/btn-index-logo-prev-active.png);
    background-color: #fff;
}

.logos-next {
    right: 0;
    background-image: url(../images/2018/index/btn-index-logo-next.png);
    background-color: #fff;
}

.logos-next.active {
    right: 0;
    background-image: url(../images/2018/index/btn-index-logo-next-active.png);
    background-color: #fff;
}

.index-logos-banner-box {
    width: 200%;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s ease;
}

.index-logos-banner-box.left {
    width: 200%;
    left: -100%;
    transition: all 1s ease;
}

.index-logos-banner-box li {
    display: inline-block;
    width: 10%;
    text-align: center;
}

.index-logos-banner-box li img {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
}

/*用户口碑轮播图*/
.jzman {
    overflow: hidden;
    clear: both;
    background-color: #104cb1;
    height: 360px;
    background-size: cover;
    color: #fff;
}

.jzman .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
}

.jzman .carousel-indicators .active {
    background: url(../images/on.png) no-repeat;
    background-size: contain;
}

.jzman .carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 0;
    background: url(../images/no.png) no-repeat;
    background-size: contain;
    text-indent: -999px;
    cursor: pointer;
}

.jzman .item dl {
    width: 100%;
    text-align: center;
    margin: 30px auto 0 auto;
}

.jzman .item dt {
    width: 82px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 40px auto 35px auto;
}

.jzman .item dd h2 {
    font-size: 20px;
    line-height: 23px;
}

.jzman .item dd p {
    width: 555px;
    height: 80px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
}

.jzman .container {
    overflow: hidden;
}

/* news模块 */
.index-news-main {
    width: 100%;
}

.news.maincon {
    margin-bottom: 120px;
}

.index-news-left, .index-news-right {
    width: 50%;
    float: left;
    height: auto;
}

.index-news-left {
    background-color: #f5f5f5;
}

.index-news-banner {
    width: 100%;
    max-height: 290px;
    overflow: hidden
}

.index-news-banner img {
    width: 100%;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.index-news-banner img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}

.index-news-overall {
    border: 1px solid #e5e5e5;
    border-top: none;
    width: 100%;
    min-height: 160px;
    padding: 22px 25px;
}

.index-news-title {
    max-width: 490px;
    float: left;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-news-more {
    display: inline-block;
    float: right;
    color: #003da8;
    font-size: 14px;
    cursor: pointer;
}

.index-news-more.btn {
    margin-top: 10px;
}

.news-icons {
    margin: 13px 0;
    height: 16px;
    font-weight: normal;
    line-height: 16px;
}

.news-icons span {
    color: #999;
    font-size: 12px;
    display: inline-block;
}

.news-icons span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: -2px;
}

.news-icons span i.b1 {
    background: url(../images/2018/index/xq_icon_03.png) no-repeat center;
}

.news-icons span i.b2 {
    background: url(../images/2018/index/xq_icon_05.png) no-repeat center;
}

.news-icons span i.b3 {
    background: url(../images/2018/index/xq_icon_06.png) no-repeat center;
}

.news-icons .news-icon-date {
    width: 120px;
}

.news-icons .news-icon-times {
    width: 80px;
}

.index-news-digest {
    font-size: 14px;
    color: #898989;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 45px;
}

.index-news-right {
    padding-left: 57px;
    color: #9fa0a0;
}

.news-menu {
    border-top: 2px solid #e5e5e5;
    font-size: 0;
}

.news-menu li {
    font-size: 18px;
    transition: all .5s ease;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    display: inline-block;
    margin-right: 38px;
    position: relative;
    top: -3px;
    border-top: 3px solid transparent;
    cursor: pointer;
    text-align: center
}

.news-menu li:hover {
    color: #006cff;
    border-top: 3px solid #deb721;
    transition: all .5s ease;
}

.news-menu li:last-child {
    margin-right: 0;
    margin-left: 1px;
}

.news-menu li.active {
    color: #333;
    border-top: 3px solid #deb721;
}

.news-menu li.active:hover {
    color: #006cff;
}

.index-news-items {
    padding: 0 0 0 20px;
    color: #333;
}

.index-news-item {
    border-bottom: 1px solid #e5e5e5;
}

.index-news-item-padbtm {
    padding-bottom: 4px;
}

.index-cad-items a:hover {
    color: inherit;
}

.index-news-item.last {
    border-bottom: none;
}

.index-news-item-title {
    margin: 18px 0 12px 0;
    height: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* CAD教程支持 */
.index-cad-item {
    width: 48.5%;
    height: 115px;
    border: 1px solid #e5e5e5;
    float: left;
    transition: all 0.3s ease-in;
    margin-bottom: 17px;
}

.index-cad-item:nth-child(even) {
    float: right;
}

.index-cad-item:hover {
    box-shadow: 0 0 30px 0 rgba(0, 14, 84, 0.2);
}

.index-cad-item .index-cad-item-hover {
    display: none;
    transition: all 0.3s ease-in;
}

.index-cad-item:hover .index-cad-item-hover {
    display: block;
    transition: all 0.3s ease-in;
}

.index-cad-item:hover .index-news-item-title {
    color: #006cff
}

.index-cad-item-pic-box {
    margin: 19px 27px 0 19px;
    width: 115px;
    height: 70px;
    float: left;
}

.index-cad-item-pic-box img {
    max-width: 100%;
    width: auto;
}

.index-cad-item-pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.index-cad-item-icon {
    position: absolute;
    left: 8px;
    bottom: 10px;
}

.index-cad-item-content {
    width: 396px;
    float: left;
}

.index-cad-item-digest {
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
    overflow: hidden;
    height: 14px;
    line-height: 14px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 案例首页 */
/* 知名企业 */
.module_wrapper {
    background: rgb(240, 240, 240);
    padding: 0;
    overflow: hidden;
}

.module li {
    height: 150px;
    text-align: center;
    line-height: 150px;
    background-color: #fff;
    width: 280px;
    overflow: hidden;
    float: left;
    margin: 19px 26px 0 0;
    transition: all .3s ease-in;
    position: relative;
}

.module-icon-wrapper {
    width: 1226px;
    position: relative;
}

.module {
    margin-bottom: 100px;
}

.module li img {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px;
}

.module-title {
    font-size: 35px;
    color: #003da8;
    text-align: center;
    line-height: 40px;
    margin: 90px auto 40px auto;
}

.case-bottom a:hover {
    color: inherit
}

.container-halfscreen {
    width: 50%;
    float: left;
}

.case-container {
    width: 560px;
}

.case-head {
    width: 100%;
    border-bottom: 2px solid #e5e5e5;
}

.case-head-title {
    font-size: 18px;
    line-height: 42px;
}

.case-head-title i {
    display: inline-block;
    height: 21px;
    margin-right: 10px;
}

.aec {
    width: 24px;
    background-image: url("/resource/images/2018/case/icon-aec.png");
    vertical-align: -4px;
}

.mfg {
    width: 21px;
    background-image: url("/resource/images/2018/case/icon-mfg.png");
    vertical-align: -6px;
}

.index-case-item {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

.index-case-item-pic-box {
    width: 130px;
    height: 80px;
    float: left;
    background-color: #a0a0a0;
    overflow: hidden;
    margin-right: 40px;
}

.index-case-item-pic {
    width: auto;
    vertical-align: middle;
    height: 100%;
    overflow: hidden;
}

.index-case-item-title {
    margin-top: 0;
}

.index-case-item:hover .index-case-item-title {
    color: #006cff
}

.index-case-item-content {
    width: 385px;
    float: left;
}

.case-item-content {
    width: 1030px;
}

.index-case-item a:hover {
    color: inherit;
}

.index-case-item a:hover h3 {
    color: #006cff;
}

/* 新闻列表页 */
.news-item-content {
    width: 1030px;
}

.news-item-content .news-icons,
.index-case-item-content .news-icons,
.case-item-content .news-icons {
    margin-bottom: 20px;
}

/* 工程建设行业 */
.breadcrumb {
    border: none;
}

.news_xiang {
    margin: 0 auto 80px auto;
}

.news_xiang_l {
    width: 260px;
    min-height: 380px;
    float: left;
    background: #f5f5f5;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
}

.news_xiang_l h2 {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 10px;
    background: #fff;
    border-bottom: 1px solid #c4c4c4;
}

.news_xiang_l ul {
    padding: 10px 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 32px;
}

.news_xiang_l ul a {
    color: #666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_xiang_l ul a:hover {
    color: #0049cf;
}

.news_xiang_r {
    width: 1200px;
    float: right;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
}

.news_xiang_r .top {
    text-align: center;
    border-bottom: 1px solid #c4c4c4;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 20px 0;
}

.news_xiang_r .top h2 ,.news_xiang_r .top h1.info_h1{
    font-size: 30px;
    line-height: 30px;
}

.news_xiang_r .top p {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}

.news_xiang_r .top p span {
    margin: 0 10px;
}

.news_xiang_r .top p span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: -2px;
}

.news_xiang_r .top p span i.b1 {
    background: url(../images/xq_icon_03.png) no-repeat;
}

.news_xiang_r .top p span i.b2 {
    background: url(../images/xq_icon_05.png) no-repeat;
}

.news_xiang_r .top p span i.b3 {
    background: url(../images/xq_icon_06.png) no-repeat;
}

.news_xiang_r .con {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 50px 0;
}

.news_xiang_r .con p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 20px;
}

.news_xiang_r .con p img, .news_xiang_r .con img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 20px auto;
}

.news_xiang_r .bottom {
    border-top: 1px solid #c4c4c4;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 2.5%;
    background: #f5f5f5;
    font-size: 14px;
}

.news_xiang_r .bottom a {
    display: inline-block;
    color: #333;
    background: url("../images/2018/news-prev-icon.png") no-repeat 0 center;
    padding-left: 20px;
}

.news_xiang_r .bottom a.next {
    float: right;
    padding-right: 20px;
    background: url("../images/2018/news-next-icon.png") no-repeat right center;
}

.news_xiang_r .bottom a:hover {
    color: #0045d1;
}

/*news recent hotnews*/
.recent-hotnews {
    padding: 0 55px 70px 70px;
}

.recent-hotnews ul {
    margin-left: -15px;
}

.recent-hotnews li {
    height: 65px;
    overflow: hidden;
    width: 242px;
    float: left;
    margin: 0 15px 38px 15px;
}

.recent-hotnews .shorticon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    float: left;
    overflow: hidden;
}

.recent-hotnews .shorticon img {
    vertical-align: middle;
    height: 100%;
    width: auto;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.recent-hotnews .abstract {
    width: 162px;
    float: left;
    padding-left: 15px;
}

.recent-hotnews .title {
    height: 48px;
    overflow: hidden;
    line-height: 15px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.recent-hotnews .date {
    line-height: 16px;
    font-size: 10px;
    color: #9b9b9b;
}

.recent-hotnews .date {
    background: url("../images/xq_icon_03.png") no-repeat 0 center;
    margin-right: 10px;
    padding: 3px 0 0 26px;
}

/* 三方分享 */
.sharewrap {
    float: right;
    margin-top: 35px;
}

.sharewrap h4 {
    font-weight: bold;
    line-height: 24px;
    float: left;
    margin: 6px;
}

.sharetips {
    display: inline-block;
    color: #002f6d;
}

.sharebtns {
    display: inline-block;
}

.shareicon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #002f6d;
    margin-left: 16px;
}

.sharebtns a.fa-facebook {
    background: #fff url("../images/2018/icon-wechat.png") no-repeat center;
}

.sharebtns a.fa-twitter {
    background: #fff url("../images/2018/icon-sina.png") no-repeat center;
}

.sharebtns a.fa-google-plus {
    background: #fff url("../images/2018/icon-qzone.png") no-repeat center;
}

/* 支持页搜索列表样式 */
.search-result-item {
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
}

.search-result-icon {
    width: 93px;
    height: 99px;
    margin: 24px 21px 13px 0;
    float: left;
}

.search-result-main {
    float: left;
    width: 950px;
}

.search-result-title {
    font-size: 14px;
    color: #016bfd;
    margin: 25px 0 10px;
    font-weight: bold;
}

.search-result-main .search-result-tag {
    color: #fff;
    height: 17px;
    line-height: 17px;
    background: #d2d2d2 url("../images/2018/support/support-tag-icon.png") no-repeat 10px center;
    padding-left: 25px;
    font-size: 10px;
    border-radius: 2px;
    margin-bottom: 3px;
    padding-right: 21px;
}

.search-result-main .search-result-tag {
    margin-left: 0;
}
.search-result-descp {
    line-height: 19px;
    color: #000;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media screen and (max-width: 1200px) {
    .index-cad-item-pic-box {
        margin: 19px 15px 0 19px;
    }

    .index-cad-item-content {
        width: 245px;
    }

    .news-icons .news-icon-date {
        width: 95px;
    }

    .news-menu li {
        padding: 0;
        width: 24.9%;
        margin-right: 0;
    }

    .index-case-item-content {
        width: 740px;
    }

    .news-icons .news-icon-times {
        width: 55px;
    }

    .news-icons span i {
        margin-right: 2px;
    }

    .case-item-content {
        width: 670px;
    }

    .index-case-item-pic-box {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .news.maincon {
        margin-bottom: 80px;
    }

    .index-logos-banner-box li {
        width: 10%;
    }

    .news-menu li {
        width: auto;
        padding: 0 17px;
    }

    .index-news-title {
        font-size: 18px;
    }

    .container-halfscreen {
        width: 100%;
    }

    .case-container {
        width: 100%;
    }

    .module li {
        width: 204px;
    }

    .module-icon-wrapper {
        width: 920px;
        left: 13px;
    }

    /* 新闻详情页 */
    .maincon {
        width: 90%;
    }

    .news_xiang_r {
        width: 100%;
    }

    .recent-hotnews {
        padding: 0;
    }

    .news-icons .news-icon-times {
        width: 60px;
    }
}

@media screen and (max-width: 768px) {
    .news.maincon {
        margin-bottom: 60px;
    }

    .index-logos-banner-box {
        width: 500%;
    }

    .index-logos-banner-box li {
        width: 10%;
    }

    .news-menu li {
        padding: 0 17px;
        margin-right: 0;
        width: 25%;
    }

    .news-menu li:last-child {
        margin: 0
    }

    .index-news-left, .index-news-right {
        width: 100%;
        float: none
    }

    .index-news-right {
        padding-left: 0;
        margin-top: 54px;
    }

    .index-cad-item {
        width: 100%;
    }

    .index-cad-item-content {
        width: 460px;
    }

    .index-case-item-content {
        width: 500px;
    }

    .module {
        margin-bottom: 50px;
    }

    .module-icon-wrapper {
        width: 100%;
        left: 0
    }

    .module-title {
        margin: 50px 0 30px 0;
        font-size: 28px;
    }

    .module li {
        width: 47.5%;
        margin-right: 0
    }

    .module li:nth-child(even) {
        float: right;
    }

    .news_xiang_r .top h2,.news_xiang_r .top h1.info_h1 {
        font-size: 18px;
    }

}

@media screen and  (max-width: 414px) {
    .jzman .item dd p {
        width: 100%;
    }

    .index-news-digest {
        -webkit-line-clamp: 3;
        height: 68px;
    }

    .news-menu li {
        padding: 0;
        font-size: 14px;
    }

    .index-cad-item {
        height: 165px;
    }

    .index-logos-banner-box li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .index-cad-item-content {
        width: 100%;
        position: relative;
        top: -75px;
        padding: 0 19px;
    }

    .index-news-item-title {
        font-size: 16px;
        line-height: 16px;
    }

    .index-cad-items .index-news-item-title.home {
        left: 125px;
    }

    .index-cad-items .index-news-item-title {
        height: 60px;
        line-height: 20px;
        width: 180px;
        position: relative;
        left: 145px;
        top: -12px;
        -webkit-line-clamp: 3;
    }

    .module li {
        height: 90px;
        line-height: 90px;
    }

    .module-title {
        font-size: 22px;
        margin: 40px 0 15px 0
    }

    .index-case-item {
        height: 245px;
    }

    .index-case-item-pic-box {
        margin-right: 27px;
    }

    .index-case-item-content {
        width: 100%;
        margin-top: -65px;
        position: relative;
    }

    .index-case-item-digest {
        -webkit-line-clamp: 3;
        line-height: 20px;
    }

    .index-cad-item-digest.home {
        height: 14px;
        -webkit-line-clamp: 1;
    }

    .index-cad-item-digest {
        height: 60px;
        white-space: normal;
        text-overflow: initial;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .index-case-item-title {
        position: relative;
        top: -20px;
        left: 160px;
        width: 200px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 69px;
        line-height: 24px;
    }

    /* 新闻详情页 */
    .news_xiang {
        margin: 30px auto 60px auto;
    }

    .recent-hotnews ul {
        margin-left: 0;
    }

    .recent-hotnews li {
        width: 100%;
        margin: 0 0 38px 0;
    }

    .recent-hotnews .abstract {
        width: 75%;
    }

    .search-result-main {
        width: 100%;
    }

    .search-result-title {
        margin: 0
    }

    .search-result-icon {
        width: 50px;
        height: 50px;
    }

}

@media screen and  (max-width: 375px) {
    /*.index-cad-items .index-news-item-title {*/
        /*width: 160px;*/
    /*}*/

    .index-case-item-title {
        width: 170px;
    }
    .index-cad-items .index-news-item-title {width: 48%;font-size:14px;}
    .index-cad-item-pic-box {margin: 19px 10px 0 10px;}
    .index-cad-item-content {padding: 0 10px; }
    .news-icons {margin: 13px 0 20px;}
}


.banner_conference{height:100%;display:block;margin:0 auto;text-align:center;}
.slide-text a.banner_conference:hover{background-color:transparent}
.slide-text a.banner_conference:active{background-color:transparent}
.banner_conference img{height:100%;width:auto;max-height:637px}

.banner_conference_cont{top:20%;height:60%;}
@media screen and (max-width: 1200px){
    .banner_conference_cont{top:20%;height:60%;}
}
@media screen and (max-width: 900px){
    .banner_conference_cont{top:10%;height:80%;}
}


.banner_rename{width:80%;height:100%;position:absolute;left:50%;top:0;margin-left:-40%;z-index:22222;cursor:pointer;}

.favicon_wid{width:163px;overflow:hidden;}
@media screen and (max-width: 1200px){
    .favicon_wid{width:100px;}
}

.slide-text a.btn-other-bjf{background-color:#fff;color:#000;}
.slide-text a.btn-other-bjf:hover{background-color:#003da8;color:#fff;}


