/*  2018年5月中文官网改版 */

/* index 首页*/
/* 知名企业 */
.logos.news.maincon {
    margin-bottom: 0;
}

.index-logos-box {
    width: 100%;
    overflow: hidden;
    height: 70px;
    position: relative;
    margin: 102px 0;
}

.logos-prev, .logos-next {
    position: absolute;
    z-index: 10;
    top: 10px;
    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;
    display:flex;
}
.news-icons-cont{display:flex;flex-wrap: wrap;}
.news-icons span {
    color: #999;
    font-size: 12px;
    /*display: inline-block;*/
    display:flex;

}
.news-icons span a{
    color: #999;
}
.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;
    background-size: auto 100%;
}

.news-icons span i.b3 {
    background: url(../images/2018/index/xq_icon_06.png) no-repeat center;
    background-size: auto 100%;
}

.news-icons .news-icon-date {
    width: 120px;
}

.news-icons .news-icon-times {
    width: 80px;
}
.news-icons-cont .news-icon-times {margin: 0 10px;}
.news-icons-cont .news-icon-date {width:auto}
.news-icons-cont .news-icon-times {width:auto}

.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: 22px;*/
    line-height: 22px;
    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 li {
    height: auto;
    width: 15%;
    margin: 20px 10px 0;
    transition: all .3s ease-in;
    position: relative;
}
.module-icon-wrapper li img{width:100%;}
.module-icon-wrapper {
    width: 1226px;
    position: relative;
    display:flex;
    flex-wrap: wrap;
}

.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: 30px;
    color: #003da8;
    font-weight: 600;
    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;*/
    width: 95%;
}

.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: #e5e5e5;
    overflow: hidden;
    margin-right: 40px;
    text-align: center;
}

.index-case-item-pic {
    width: auto;
    vertical-align: middle;
    height: 100%;
    overflow: hidden;
    display:inline-block;
}

.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;
    width: 82%;
}
.case_new_item_content{
    width: 65%;
}
.case-item-content {
    /*width: 1030px;*/
}

.index-case-item a:hover {
    color: inherit;
}

.index-case-item a:hover h3 {
    color: #006cff;
}
.index-case-item a:hover .index-case-item-titleh2{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 ,.news_xiang_r .top h1.info_h1{
    font-size: 30px;
    line-height: 50px;
}

.news_xiang_r .top p {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    line-height: 16px;
}

.news_xiang_r .top p span {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.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;
    background-size: auto 100%;
}

.news_xiang_r .top p span i.b3 {
    background: url(../images/xq_icon_06.png) no-repeat;
    background-size: auto 100%;
}

.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;
    /*height: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;
}


.investor_ver_h3{font-size: 30px;text-align:center;margin-top:30px;line-height: 30px;}
.investor_ver_h4{font-size: 16px;text-align:center;margin:10px 0 20px;line-height: 24px;}
.investor_ver_tabcheck{color:#007efe;font-weight: bold;}
.investor_ver_h4 span{cursor:pointer;}
.investor_ver_list{}
.investor_ver_ul{text-align:center;font-size:0;}
.investor_ver_listtxt{font-size: 16px;
    line-height:40px;text-align:left;
    font-weight: 400;width:120px;
    color: #777e8c;display:inline-block;vertical-align: top;}
.investor_ver_listtxt i {
    font-size: 18px;
    color: #ff504f;
    margin-right: 5px;
}
.investor_ver_listinput{display:inline-block;width:320px;vertical-align: top;}
.investor_ver_listinput input {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 40px 0 13px;
    border: 1px solid #e5e5e5;
    float: left;
    font-size: 16px;
    color: #040404;
}
.investor_ver_focused{border: 1px solid #004dd4;}
.investor_ver_inputederr{border: 1px solid #ff8281;}
.investor_ver_borderfocus{border:1px solid #004DD4}
.investor_ver_bordererr{border:1px solid #FF8281}
.investor_ver_codeinput{width:200px;margin-right:10px;}
.investor_ver_codebtn{display:inline-block;width:110px;vertical-align: top;    color: #fff;
    background-color: #003da8;
    text-align: center;height: 40px;
    line-height: 40px;cursor:pointer;
    font-size: 14px;}
.investor_ver_codebtn:hover{background-color: #003da8;color: #fff;}
.investor_ver_formerror{font-size: 14px;height: 24px; line-height: 24px;text-align:center; color: #ff8281;}
.investor_ver_btncont{text-align:center;font-size:0;margin-top:10px;}
.investor_ver_btncont a{width: 90px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;

    border-radius: 5px;
    text-align: center;
    cursor: pointer;display: inline-block;vertical-align: top;
    }

.investor_ver_cancel{border:1px solid #c4c4c4;color:#666;margin-right:30px;}
.investor_ver_cancel:hover {color: #004dd4;border:1px solid #004dd4;}
.investor_ver_confrim{background-color: #003da8;color: #fff;}
.investor_ver_confrim:hover {color: #fff;background-color: #004dd4;}



/**20190124验证码改点击方式**/
.kaptcha_model_all{display:none;width:100%;height:100%;position: absolute;left: 0;top: 0;right: 0;bottom: 0;}
.kaptcha_word_bg{position: absolute;left: 0;top: 0;right: 0;bottom: 0;}
.kaptcha_model{position:absolute;left:50%;top:28%;width:280px;margin-left:-82px;background: #f1f1f1;box-shadow: 0 0 2px 3px rgba(153,153,153,.2);}
.kaptcha_model_cont{position: relative;width: 100%;height: 100%;padding-bottom: 30px;overflow: hidden;}
.kaptcha_model_iwrap{position: relative; overflow: hidden;}
.kaptcha_model_loading{z-index: 5;display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:url("../images/loading.gif") no-repeat center;}
.news_xiang_r .con .kaptcha_model .kaptcha_model_img{width:260px;margin:8px auto 0;cursor: pointer;display: block;}

.kaptcha_model_ctrl{position: absolute;height: 30px;bottom: 0;left: 0;width: 100%;}
.kaptcha_model_ctrl .kaptcha_model_icon{position: absolute;width: 18px;height: 18px;right: 0;top: 6px;
    cursor: pointer;background-position: 50%;background-repeat: no-repeat;}

.kaptcha_model_ctrl .kaptcha_model_close{right: 3%;
    background: #c5c5c5 url('../images/kaptcha_icon1.png') no-repeat center;border-radius: 1px;}
.kaptcha_model_ctrl .kaptcha_model_refresh{left: 3%;background-size: 12px;
    background: #c5c5c5 url('../images/kaptcha_icon3.png') no-repeat center;}

.kaptcha_model_result{display: none;position: absolute;left: 0;bottom: 0;right: 0;top: 0;z-index: 6;background-color: transparent;}

.kaptcha_model_result_wrap{ height: 30px;position: absolute;bottom: 30px;left: 2.5%;right: 2.5%;overflow: hidden;}
.kaptcha_model_result_info{position: absolute;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.3,1) 0ms;
    transition: -webkit-transform .3s cubic-bezier(0,0,.3,1) 0ms;
    -o-transition: -o-transform .3s cubic-bezier(0,0,.3,1) 0ms;
    -moz-transition: transform .3s cubic-bezier(0,0,.3,1) 0ms,-moz-transform .3s cubic-bezier(0,0,.3,1) 0ms;
    transition: transform .3s cubic-bezier(0,0,.3,1) 0ms;
    transition: transform .3s cubic-bezier(0,0,.3,1) 0ms,-webkit-transform .3s cubic-bezier(0,0,.3,1) 0ms,-moz-transform .3s cubic-bezier(0,0,.3,1) 0ms,-o-transform .3s cubic-bezier(0,0,.3,1) 0ms;
    font-size: 12px}

.kaptcha_model_result_error,.kaptcha_model_result_success {
    display: block
}
.kaptcha_model_result_success .kaptcha_model_result_info_show.kaptcha_model_result_info {
    background-color: rgba(25,190,107,.75);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.kaptcha_model_result_error .kaptcha_model_result_info_show.kaptcha_model_result_info {
    background-color: rgba(237,63,20,.75);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}
.investor_success_box{display:none;
    position: absolute;
    width: 300px;
    height: 150px;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -150px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.investor_success_boxmask{position: absolute;
    left: 0;display:none;
    top: 0;
    right: 0;
    bottom: 0;}
.investor_success_txt{text-align:center;margin-top:20px;font-size:16px;}
.investor_success_btn{display: block;
    margin: 45px auto 10px;
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    background-color: #003da8;
    color: #fff;}
.investor_success_btn:hover{color:#fff;}


.invest_banner{height: 450px;
    background: url(../images/invest-banner.png) no-repeat center; background-size: cover;
}
.invest_banner .maincon_large {
    margin-top: 150px;
}
.invest_banner_tith {
    font-size: 42px;
    font-weight: Bold;
    color: #ffffff;margin-bottom: 20px;
    line-height: 59px;
}
.invest_banner_txtp{
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
}
.invest_tab{
    height: 80px;overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 12px 28px 0px rgba(178,193,205,0.50);
    margin-top:-30px;
}
.invest_tab_cont{display:flex;justify-content: space-around;align-items:center;height:100%;width:100%;}
.invest_tab_list{text-align: center;    }
.invest_tab_list i{color: #333333;font-size: 20px;cursor:pointer;position:relative}
.invest_tab_list i:after{
    content: '';
    position: absolute;
    padding: 0 20px;
    height: 4px;
    width: 180%;
    background: #316ff3;visibility: hidden;
    left: -40%;transition: all 0.3s ease-in;
    top: 51px;transform: scaleX(0);
    /*display:none;*/
}
.invest_tab_list i:hover:after{transform: scaleX(1);visibility: visible;}

.invest_moduleone{margin-top:120px;}
.invest_tab_tit{display:flex;margin-bottom:30px;}
.invest_moduleone_tit{justify-content: center}
.invest_tab_titimg{width:80px;margin-right:20px;}
.invest_tab_txt{font-size: 30px;font-weight: Bold;color: #333333;line-height: 80px;}
.invest_notice{display:flex;justify-content: space-between;}
.invest_column{width:48%;overflow:hidden;min-height:760px;
    border-radius: 20px;position:relative;
    box-shadow: 0px 8px 28px 0px rgba(213,219,227,0.50), 0px 4px 10px 0px rgba(213,216,221,0.50);}
.invest_column_height{min-height:680px;}
.invest_notice_column{background: #ffffff;}
.invest_column_top{
    height: 80px;line-height: 80px;
    width:100%;
    background: url(../images/invest-icon5.png) no-repeat;background-size: cover;
    font-size: 26px;
    text-align: center;
    color: #ffffff;
}
.invest_column_regulartop{background: url(../images/invest-icon6.png) no-repeat;background-size: cover;}
.invest_column_info{
    margin:40px 36px 120px;position:relative;
}

.invest_column_list{display:flex;justify-content: space-between;margin-bottom:20px;line-height:34px;}
.invest_column_left{display:flex;height:32px;overflow:hidden; flex: 1;}
.invest_column_icon{width:32px;height:32px;margin-right:20px;}
.invest_column_txt{font-size: 16px;color: #333333;cursor:pointer;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;width:80%;
    overflow: hidden;}
.invest_column_txt:hover{color:#0259E2;}
.invest_column_right{opacity: 0.7;font-size: 14px;color: #333333;}
.invest_notice{margin-bottom:80px;}

.invest_moduletwo{background: #f5f7fa;padding:105px 0;}
.invest_record{display:flex;justify-content: space-between;}

.invest_record_column{width:48%;}
.invest_record_info{border-radius: 20px;background: #ffffff;width:100%;display:flex;
    box-shadow: 0px 8px 28px 0px rgba(213,219,227,0.50), 0px 4px 10px 0px rgba(213,216,221,0.50);}
.invest_record_info .invest_column_info{ width:100%;}
.invest_record_h5{display:none;}
.invest_modulethree{background: #ffffff;width:100%;padding:80px 0;}
.invest_contact{
    background: #f9f9f9;
    border-radius: 20px;
    box-shadow: 0px 8px 28px 0px rgba(213,219,227,0.50), 0px 4px 10px 0px rgba(213,216,221,0.50); }

.invest_contact_info{padding:90px 0;width:62%;margin:0 auto;}
.invest_contact_list{display:flex;margin-bottom:40px;height:32px;align-items: center;}
.invest_contact_list:last-child{margin-bottom:0;}
.invest_contact_listhalf{justify-content: space-between;}
.invest_contact_half{width:50%;display: flex;align-items: center;}
.invest_contact_icon{width:32px;margin-right:40px;}
.invest_contact_txt{font-size: 20px;color: #333333;}

.invest_page{position:absolute;right:36px;bottom:48px;text-align: right;}
.invest_page .page-first{display:none;}
.invest_page .page-last{display:none;}
.invest_page  .pagination {
    margin: 0;
}
.invest_page  .pagination>li>a {
    padding: 0 12px;


    line-height: 32px;
    margin-left: 8px;
    height: 32px;
    border: 1px solid rgba(51,51,51,0.20);
    border-radius: 2px;
    background-color: #fff;

    font-size: 14px;
    color: rgba(51,51,51,0.70);
}
.invest_page  .pagination>li>a:hover{border: 1px solid #0259e2;color: #0259e2;background-color: #fff;border-radius: 2px;}


.invest_page .pagination>.active>a, .invest_page .pagination>.active>a:hover,.invest_page .pagination>.active>a:focus {
    border: 1px solid #0259e2;color: #0259e2;background-color: #fff;border-radius: 2px;
}
.invest_page .pagination>li.page-ellipsis a{line-height:25px;}

.invest_page .pagination>li>a.page-arrow-left{padding: 0 16px;}
.invest_page .pagination>li>a.page-arrow-right{padding: 0 16px;}





@media screen and (max-width:1430px) {
    .invest_contact_info{width:70%;}
}

@media screen and (max-width: 1300px) {
    .news_xiang_r {
        width: 100%;
    }

    .recent-hotnews li {
        width: 30%;
        margin: 0px 1% 38px;
    }

    .recent-hotnews .abstract {
        width: 70%;
    }

    .module-icon-wrapper {
        width: 100%;
    }

    .module-icon-wrapper li {
        width: 15%;
        margin: 20px 0.5% 0;
    }

    .invest_banner_tith {
        font-size: 36px;
        margin-bottom: 20px;
        line-height: 52px;
    }

    .invest_banner_txtp {
        font-size: 20px;
        line-height: 28px;
    }

    .invest_banner .maincon_large {
        margin-top: 130px;
    }

    .invest_banner {
        height: 400px;
    }

    .invest_tab_list i {
        font-size: 18px;
    }

    .invest_tab_list i:after {
        width: 120%;
        left: -10%;
    }

    .invest_moduleone {
        margin-top: 70px;
    }

    .invest_tab_tit {
        margin-bottom: 20px;
    }

    .invest_tab_txt {
        font-size: 24px;
        line-height: 70px;
    }

    .invest_tab_titimg {
        width: 70px;
        margin-right: 10px;
    }
    .invest_column_top {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }
    .invest_column_info {
        margin: 30px 26px 100px;
    }
    .invest_column_left {
        height: 22px;
    }
    .invest_column_icon {
        width: 22px;height:22px;
        margin-right: 10px;
    }
    .invest_column_txt {
        font-size: 14px;
    }
    .invest_column_right {
        font-size: 12px;
    }

    .invest_column_list {
        margin-bottom: 15px;
        line-height: 22px;
    }

    .invest_page{right:26px;bottom:38px;}
    .invest_page  .pagination>li>a {
        padding: 0 7px;


        line-height: 22px;
        margin-left: 4px;
        height: 22px;
        font-size: 12px;
    }


    .invest_page .pagination>li.page-ellipsis a{line-height:15px;}

    .invest_page .pagination>li>a.page-arrow-left{padding: 0 10px;}
    .invest_page .pagination>li>a.page-arrow-right{padding: 0 10px;}
    .invest_page .page-arrow-left::after {
        height: 7px;
        width: 7px;
        left: 8px;
        top: 8px;
    }
    .invest_page .page-arrow-right::after {
        height: 7px;
        width: 7px;
        left: 5px;
        top: 7px;

    }
    .invest_moduletwo {
        padding: 70px 0;
    }
    .invest_modulethree {
        padding: 70px 0;
    }
    .invest_contact_info {
        padding: 54px 0;
        width: 56%;
    }
    .invest_contact_txt {
        font-size: 14px;
    }
    .invest_contact_icon {
        width: 24px;
        margin-right: 20px;
    }
    .invest_contact_list {
        margin-bottom: 20px;
        height: 24px;
    }
    .invest_column{min-height:580px;}
    .invest_column_height{min-height:500px;}
}
@media screen and (max-width: 1280px) {
    .news_xiang_r .con p img, .news_xiang_r .con img {
        height: auto;
    }
}

@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;*/
        width: 105px;
    }
    .news-icons-cont .news-icon-date {width:auto}
    .news-menu li {
        padding: 0;
        width: 24.9%;
        margin-right: 0;
    }

    .index-case-item-content {
        /*width: 740px;*/
        width:77%;
    }
    .case_new_item_content{
        width: 65%;
    }
    .news-icons .news-icon-times {
        width: 55px;
    }
    .news-icons-cont .news-icon-times {width:auto}
    .news-icons span i {
        margin-right: 2px;
    }

    .case-item-content {
        /*width: 670px;*/
    }

    .index-case-item-pic-box {
        margin-right: 20px;
    }

    .invest_contact_info {
        width: 68%;
    }

}

@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 14px;
    }

    .index-news-title {
        font-size: 18px;
        height: 18px;
        line-height: 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;
    }
    .news-icons-cont .news-icon-times {width:auto}
    .index-cad-item{width: 100%;}
    .invest_contact_info {
        width: 80%;
    }
}
@media screen and (max-width: 950px) {
    .news-menu li {
        padding: 0 5px;
        font-size: 16px;
    }

    .recent-hotnews li {
        width: 48%;
    }

    .invest_contact_info {
        width: 290px;
    }
    .invest_contact_half {
        width: 100%;
        margin-bottom: 20px;

    }
    .invest_contact_listhalf {
        flex-direction: column;height:auto;margin-bottom:0;
    }
}
@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;*/
        width:55%;
    }

    .index-case-item-content {
        /*width: 500px;*/
        width:68%;
    }

    .module {
        margin-bottom: 50px;
    }

    /*.module-icon-wrapper {*/
        /*width: 100%;*/
        /*left: 0*/
    /*}*/

    .module-title {
        margin: 40px 0 30px 0;
        font-size: 26px;
    }

    /*.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 ,.news_xiang_r .top h1.info_h1 {
        font-size: 18px;line-height:30px;
    }
    .news-menu li{font-size:12px;}


    .investor_ver_listtxt {
        font-size: 12px;
        line-height: 40px;
        width: 90px;
    }
    .investor_ver_listinput {width: 210px;}
    .investor_ver_codebtn {width: 100px;font-size: 12px;}
    .investor_ver_codeinput {width:100px;}
    .investor_ver_h3 {  font-size: 24px;}

    .module-icon-wrapper li {.index-news-item-title
        width: 18%;
        margin: 15px 1% 0;
    }

    .news_xiang_r .top p {
        font-size: 12px;
    }
    .invest_banner_tith {
        font-size: 24px;
        margin-bottom: 8px;
        line-height: 34px;
    }
    .invest_banner_txtp {
        font-size: 12px;
        line-height: 22px;
    }
    .invest_tab {
        height: 44px;
        margin-top: -30px;
    }
    .invest_tab_list i {
        font-size: 12px;
    }
    .invest_tab_list i:after {
        height: 2px;
        top: 28px;
    }
    .invest_banner .maincon_large {
        margin-top: 110px;
    }
    .invest_banner {
        height: 285px;
    }

    .invest_moduleone {
        margin-top: 50px;
    }
    .invest_tab_titimg {
        width: 40px;
        margin-right: 10px;
    }
    .invest_tab_txt {
        font-size: 20px;
        line-height: 40px;
    }
    .invest_column_top {
        height:46px;
        line-height: 46px;
        font-size: 14px;
    }
    .invest_column_info {
        margin: 22px 18px 65px;
    }
    .invest_column_list {
        margin-bottom: 13px;
        line-height: 16px;
    }
    .invest_column_left {
        height: 16px;
    }
    .invest_column_icon {
        width: 16px;height:16px;
        margin-right: 10px;
    }
    .invest_column_txt {
        font-size: 12px;
    }
    .invest_modulethree {
        padding: 40px 0;
    }
    .invest_page {
        right: 18px;
        bottom: 10px;
    }
    .invest_notice {
        margin-bottom: 40px;
    }
    .invest_moduletwo {
        padding: 30px 0;
    }

    .invest_column {
        min-height: 425px;
    }
    .invest_column_height{min-height:345px;}
    .news_xiang_r .top p span{margin: 0 5px;}
    .news-icons span {margin-bottom: 5px; }
}
@media screen and  (max-width: 580px) {
    .invest_notice {

        flex-direction: column;
    }
    .invest_column {
        width: 100%;
        margin-bottom:30px;
    }
    .invest_record {
        flex-direction: column;
    }
    .invest_record_column {
        width: 100%;
    }
    .invest_tab_tit {
        justify-content: center;
    }
    .invest_contact_info {
        width: 90%;
    }
    .invest_record_pc{display:none;}
    .invest_record_h5{display:block;}
    .invest_moduleone {
        margin-top: 40px;
    }
    .invest_column_top {
         background: url(../images/invest-icon14.png) no-repeat right center;
        background-size: cover;

    }
    .invest_column_regulartop {
        background: url(../images/invest-icon15.png) no-repeat right center;
        background-size: cover;
    }
    .invest_contact_info {
        padding: 30px 0;
    }
    .invest_contact_listlarge{
        height: auto;
        align-items: flex-start;
    }
    .invest_contact_icon {
        margin-right: 10px;
    }

    .index-news-item-title {
        min-height: 40px;
    }
}
@media screen and  (max-width: 520px) {
    .index-case-item-content {
        width: 58%;
    }
    .recent-hotnews .abstract {
        width: 65%;
    }
    .module-icon-wrapper li {
        width: 31%;
        margin: 10px 1% 0;
    }
    .invest_banner{height: 280px;
        background: url(../images/invest-icon13.png) no-repeat center; background-size: cover;
    }
}
@media screen and  (max-width: 414px) {
    .jzman .item dd p {
        width: 100%;
    }

    .index-news-digest {
        -webkit-line-clamp: 3;
        /*height: 68px;*/
        height:auto;
    }

    .news-menu li {
        padding: 0;
        font-size: 12px;
    }

    .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: -68px;
        padding: 0 19px;
    }

    .index-news-item-title {
        font-size: 14px;
        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;*/
        width: 60%;
        position: relative;
        left: 145px;
        top: -12px;
        -webkit-line-clamp: 3;
    }

    /*.module li {*/
        /*height: 90px;*/
        /*line-height: 90px;*/
    /*}*/

    .module-title {
        font-size: 18px;
        margin: 20px 0 10px 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;
        font-size: 12px;
    }

    .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: 190px;
        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;
    }

    .investor_ver_listinput input {
        height: 32px;
        line-height: 32px;
        padding: 0 5px 0 5px;
        font-size: 12px;
    }
    .investor_ver_listtxt {line-height: 30px;  }
    .investor_ver_codebtn {

        height: 32px;
        line-height: 32px;

    }
    .investor_ver_formerror {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }
    .investor_ver_btncont a {
        width: 74px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .kaptcha_model {top:223px;margin-left: -140px;}
    .investor_ver_formerror {font-size: 12px;}

}

@media screen and  (max-width: 375px) {
    /*.index-cad-items .index-news-item-title {*/
        /*width: 160px;*/
    /*}*/

    .index-case-item-title {
        width: 140px;
    }
    .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;}

    .investor_ver_listinput {
        width: 150px;
    }
    .investor_ver_codeinput {
        width: 50px;
    }
    .investor_ver_contmodel .con {
        padding: 0 0 20px 0;
    }
    .investor_ver_listinput input {
        height: 32px;
        line-height: 32px;
        padding: 0 5px 0 5px;
        font-size: 12px;
     }
    .investor_ver_listtxt {line-height: 30px;  }
    .investor_ver_codebtn {

        height: 32px;
        line-height: 32px;

    }
    .investor_ver_formerror {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }
    .investor_ver_btncont a {
        width: 74px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .investor_ver_codebtn {width: 90px; }

    .module-title {
        font-size: 16px;
        margin: 10px 0 10px 0
    }


}

@media screen and  (max-width: 342px) {
    .invest_contact_txt {
        font-size: 12px;
    }
}
.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;}


