/*图标字体本地化*/

@font-face {
    font-family: "iconfont";
    src: url('../fonts/font_1622614_jc6obm2sw9p.eot');
    src: url('../fonts/font_1622614_jc6obm2sw9p.eot') format('embedded-opentype'), url('../fonts/d7332605fead4e9c85a5859b53d29c64.woff') format('woff2'), url('../fonts/font_1622614_jc6obm2sw9p.woff') format('woff'), url('../fonts/font_1622614_jc6obm2sw9p.ttf') format('truetype'), url('../fonts/font_1622614_jc6obm2sw9p.svg') format('svg');
}


/*图标字体本地化*/


/*分页*/

@media (min-width:1679px) {
    .page-list-box .page-list ul li a {
        width: 42px !important;
    }
}


/*分页*/


/*手机导航*/

@media (max-width:767px) {
    .top-nav .top-nav-height a {
        vertical-align: top;
    }
    .top-nav .top-nav-height a span.text {
        line-height: 22px;
        margin-top: 5px;
        display: block;
    }
}


/*手机导航*/


/*公司简介 我们为世界带来什么 模块*/

.content-icon-box .col-xs-6 {
    vertical-align: top;
}

.content-icon-box .col-xs-6 p {
    -webkit-line-clamp: initial;
}


/*公司简介 我们为世界带来什么 模块*/


/*筛选标题打点修改*/

.screen-select-box .screen-option dl.dl-horizontal dt {
    width: auto;
}


/*筛选标题打点修改*/


/*老版 个人数据维护 样式冲突修改*/

.common-dialog .modal-dialog {
    top: 0;
    left: 0;
}

.dsrms form .forms-warp em {
    display: inline-block;
    font-size: 18px;
}


/*老版 个人数据维护 样式冲突修改*/


/*首页新闻与展会*/

html[lang="en"] .col-item .type {
    width: auto;
    display: inline-block;
}

html[lang="en"] .col-item.type3 .type,
html[lang="en"] .col-item.news-item .type,
html[lang="en"] .col-item.type2 .type {
    background: url(../images/type2.png) repeat-x;
}


/*首页新闻与展会*/


/*公司简介 开放、合作、共赢*/

@media (min-width: 992px) {
    .about-win h2 {
        min-width: 300px;
    }
}


/*公司简介 开放、合作、共赢*/


/*出版物页面*/

.item-row .left-con {
    display: table;
}


/*出版物页面*/


/*卡片裁切*/

.col-item .imgbox,
.content-list-box .c-box .imgbox,
.content-list-box-other .c-box .imgbox {
    overflow: hidden;
    position: relative;
}

.col-item .imgbox img,
.index-service .col-item .imgbox img,
.content-list-box .c-box .imgbox img,
.content-list-box-other .c-box .imgbox img,
.tab-content .type1 a .imgbox img,
.tab-content .type2 a .imgbox img,
.tab-content .type3 a .imgbox img {
    float: none;
    height: auto;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.publication-detail-list .content-list-box .c-box .imgbox img{
    float: none;
    height: 100%;
    width: auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    max-width: inherit;
}
@media (max-width:1200px){
    .col-item .imgbox img,
    .index-service .col-item .imgbox img,
    .content-list-box .c-box .imgbox img,
    .content-list-box-other .c-box .imgbox img,
    .tab-content .type1 a .imgbox img,
    .tab-content .type2 a .imgbox img,
    .tab-content .type3 a .imgbox img {
        height: 100%;
        object-fit: cover;
        object-position: 50%  50%;
    }
    ie11 .col-item .imgbox img,
    ie11 .index-service .col-item .imgbox img,
    ie11 .content-list-box .c-box .imgbox img,
    ie11 .content-list-box-other .c-box .imgbox img,
    ie11 .tab-content .type1 a .imgbox img,
    ie11 .tab-content .type2 a .imgbox img,
    ie11 .tab-content .type3 a .imgbox img,
    ie10 .col-item .imgbox img,
    ie10 .index-service .col-item .imgbox img,
    ie10 .content-list-box .c-box .imgbox img,
    ie10 .content-list-box-other .c-box .imgbox img,
    ie10 .tab-content .type1 a .imgbox img,
    ie10 .tab-content .type2 a .imgbox img,
    ie10 .tab-content .type3 a .imgbox img,
    ie10 .col-item .imgbox img,
    ie10 .index-service .col-item .imgbox img,
    ie10 .content-list-box .c-box .imgbox img,
    ie10 .content-list-box-other .c-box .imgbox img,
    ie10 .tab-content .type1 a .imgbox img,
    ie10 .tab-content .type2 a .imgbox img,
    ie10 .tab-content .type3 a .imgbox img,
    ie9 .col-item .imgbox img,
    ie9 .index-service .col-item .imgbox img,
    ie9 .content-list-box .c-box .imgbox img,
    ie9 .content-list-box-other .c-box .imgbox img,
    ie9 .tab-content .type1 a .imgbox img,
    ie9 .tab-content .type2 a .imgbox img,
    ie9 .tab-content .type3 a .imgbox img,
    ie8 .col-item .imgbox img,
    ie8 .index-service .col-item .imgbox img,
    ie8 .content-list-box .c-box .imgbox img,
    ie8 .content-list-box-other .c-box .imgbox img,
    ie8 .tab-content .type1 a .imgbox img,
    ie8 .tab-content .type2 a .imgbox img,
    ie8 .tab-content .type3 a .imgbox img{
        height: auto;
    }

}
@media (min-width: 992px) {
    .col-item a:hover .imgbox img,
    .content-list-box .c-box:hover .imgbox img,
    .content-list-box-other .c-box:hover .imgbox img,
    .tab-content .type1 a:hover .imgbox img,
    .tab-content .type2 a:hover .imgbox img,
    .tab-content .type3 a:hover .imgbox img,
    .index-service .type1 a:hover .imgbox img,
    .index-service .type2 a:hover .imgbox img {
        -webkit-transform: translateY(-50%) scale(1.05);
        -ms-transform: translateY(-50%) scale(1.05);
        transform: translateY(-50%) scale(1.05);
        left: 0;
        top: 50%;
        width: 100%;
        height: auto;
    }
    .publication-detail-list .content-list-box .c-box:hover .imgbox img{
        -webkit-transform: translateX(-50%) scale(1.05);
        -ms-transform: translateX(-50%) scale(1.05);
        transform: translateX(-50%) scale(1.05);
        left: 50%;
        top: 0;
        width: auto;
        height: 100%;
    }
}

/*@media (max-width:991px) {
    .col-item .imgbox img,
    .index-service .col-item .imgbox img,
    .content-list-box .c-box .imgbox img,
    .content-list-box-other .c-box .imgbox img,
    .tab-content .type1 a .imgbox img,
    .tab-content .type2 a .imgbox img,
    .tab-content .type3 a .imgbox img,
    .publication-detail-list .content-list-box .c-box .imgbox img {
        position: static;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}*/


/*卡片裁切*/

@media(max-width:991px) {
    .step-box {
        width: 100%;
        overflow: hidden;
    }
}

@media(max-width:767px) {
    .main-subnav .dropdown ul li.active a,
    .main-subnav .dropdown ul li:hover a,
    .main-subnav .dropdown ul li:focus a {
        color: #333;
    }
}

@media(min-width:1921px) {
    header .navbar nav#hw-navbar .header-content-n1 ul li a [class^='hwic_'], header .navbar nav#hw-navbar .header-content-n1 ul li a .iconfont{
        height: 40px;
    }
}

.main .share-box {
    z-index: 99;
}

@media (min-width:992px) {
    .list-row .list-item .poster {
        max-width: 230px;
    }
    .big-box .contact-infor {
        overflow: hidden;
        position: relative;
        padding-left: 0;
        margin-top: 5px;
        margin-left: 45px;
        margin-right: 45px;
    }
}

.has-keyword a> :before {
    content: "\e90c";
}

@media (min-width:768px) and (max-width:1024px){
    .content-list-box .trust-news-slick   .c-box .imgbox {
        height: 160px; 
    }
    .content-list-box .trust-news-slick   .c-box .imgbox img {
        position: static;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
