/* ====== 其它公共部分 start====== */

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}


/*  ====== 网页背景色  start ======*/

.bgcolorf8f8f8 {
    background-color: #f8f8f8;
}


/*  ====== 网页背景色  end ======*/

.clearfix:after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix:before {
    height: 0px;
    width: 0px;
    display: none;
}


/* ====== 网页的宽度 start ======*/

.width1660 {
    max-width: 100%;
    min-width: 1660px;
    margin: 0px auto;
}

.width1440 {
    width: 1440px;
    margin: 0px auto;
}

.width1200 {
    width: 1200px;
    margin: 0px auto;
}

.width840 {
    width: 840px;
    margin: 0px auto;
}

.width320 {
    width: 320px;
    margin: 0px auto;
}

@media (max-width: 767px) {
    body {
        padding-top: 60px !important;
        padding-bottom: 60px;
    }
    .mobileWidth100 {
        width: 100%;
    }
    .mobilePublic_top {
        background: rgb(255, 255, 255);
        height: 60px;
        line-height: 60px;
        position: fixed;
        z-index: 999999;
        left: 0px;
        top: 0px;
        box-sizing: border-box;
        padding-left: 4%;
        padding-bottom: 0px;
    }
    .width1660 {
        max-width: 100%;
        min-width: 100%;
        margin: 0px auto;
    }
    .width1440 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .width1200 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .width840 {
        width: 100%;
    }
    .width320 {
        width: 100%;
    }
}

@media(max-width:368px) {
    body {
        padding-top: 50px !important;
    }
}


/* ====== 网页的宽度 end ======*/


/* ====== 鼠标hover效果 start ======*/

.hover_style {
    transition: all 0.6s;
    cursor: pointer;
}


/* 放大效果 */

.hover_magnify:hover {
    transform: scale(1.05);
}


/* 向上移动效果 */

.hover_top:hover {
    transform: translateY(-20px);
}


/* ====== 鼠标hover效果 end ======*/


/* ====== 优化滚动条样式 start ====== */

.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.scrollbar::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 4px;
}


/* ====== 优化滚动条样式 end ====== */


/* ====== 公共的类 ====== */

.fl {
    float: left;
}

.fr {
    float: right;
}


/* ====== 公共的类 end ====== */


/* ====== 其它公共部分 end ====== */


/*  ====== 内页公共头部 start ====== */

.public_top {
    height: 80px;
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    z-index:7;
}

.public_header {
    overflow: hidden;
}

.public_headerLogo {
    width: 145px;
    height: 74px;
    margin-top: 6px;
}

.public_headerNav {
    margin-left: 225px;
}

.public_headerNav>ul,
.public_headerNav>ul li {
    margin-bottom: 0px;
}

.public_headerNav>ul li {
    float: left;
    cursor: pointer;
}
.public_headerNav>ul li span{
    display: inline-block;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}
.public_headerNav>ul li.public_headerNavChildren>a {
    padding-right: 20px;
    background: url(../images/navArrow.png) right center no-repeat;
}

.public_headerNav>ul>li+li {
    margin-left: 65px;
}

.public_headerNav>ul>li>a {
    color: #666;
    height: 80px;
    line-height: 80px;
    display: block;
    position: relative;
}

.public_headerNav>ul>li:hover>a,
.public_headerNav>ul>li.navActive>a {
    color: #0850cc;
    position: relative;
}

.public_headerNav>ul>li i,
.public_headerNav>ul>li.navActive i {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    transition: all 0.5s;
    height: 2px;
    background: #0850cc;
    width: 0px;
}

.public_headerNav>ul>li:hover i,
.public_headerNav>ul>li.navActive i {
    width: 100%;
    display: block;
}

.public_headerNav>ul>li.public_headerNavChildren:hover>a,
.public_headerNav>ul>li.navActive.public_headerNavChildren>a {
    background: url(../images/navArrow_hover.png) right center no-repeat;
}

.public_headerLanguage {
    width: 100px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 24px;
    overflow: hidden;
    position: relative;
}

.public_headerLanguage>li {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-weight: 900;
    font-family: Montserrat-msyhbd;
    display: none;
    position: relative;
}

.public_headerLanguage>li a,
.public_header_hoverOut .public_header_label li a {
    color: #333;
}

.public_headerLanguage>li.public_languageFirst {
    background: url(../images/navArrowLanguage.png) 70px 50% no-repeat;
    display: block;
}

.public_headerLanguage li.public_languageFirst:hover {
    background: url(../images/navArrowLanguage_hover.png) 70px 50% no-repeat;
}

.public_headerLanguage>li:hover a,
.public_header_hoverOut .public_header_label li a:hover {
    color: #0850cc;
}

.public_headerLanguage:hover {
    box-shadow: 0px 10px 16px 0px rgba(114, 114, 114, 0.18);
}

.public_headerLanguage:hover>li {
    display: block;
}

.public_headerAdvertisment {
    display: block;
    margin-top: 15px;
    border-radius: 25px;
    width: 180px;
    height: 50px;
    border: solid 1px #dcdcdc;
    float: right;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    line-height: 40px;
}

.public_headerAdvertisment img {
    display: inline-block;
    max-height: 40px;
    max-width: 160px;
}

.public_headerAdvertisment:hover {
    border-color: #0850cc;
}

.public_headerNav>ul>li.public_headerNavChildren:hover .public_header_hoverOut {
    display: block;
    height: auto;
}

.public_header_hoverOut {
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 10;
    transition: all 1s;
    padding: 40px 0px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    box-shadow: 0px 13px 27px 0px rgba(38, 46, 58, 0.08);
    display: none;
    background-color: #fff;
}

.public_header_hoverOut>div {
    overflow: hidden;
}

.public_header_hoverOut .public_header_subtitle {
    color: #333;
    font-weight: 900;
    font-family: Montserrat-msyhbd;
}

.public_header_label {
    display: block;
    width: 100%;
}

.public_header_hoverOut .public_header_label li {
    width: 50%;
    text-align: left;
    margin-top: 30px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public_header_cover {
    width: 480px;
    height: 220px;
}

.public_header_subtitleContent {
    width: 60%;
    overflow: hidden;
}

.public_header_subtitleContent2 {
    width: 100%;
}

.public_header_hoverOut .public_header_subtitleContent2 .public_header_label li {
    width: 33%;
}

.mobilePublic_topNav {
    z-index: 999999;
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    overflow: hidden;
    overflow-y: auto;
}

.mobilePublic_topNav ul li {
    height: auto;
    padding: 0px;
    border-top: 1px solid #eaeaea;
    line-height: 55px;
    background: #fff;
}

.mobilePublic_topNav ul li a {
    padding: 0px 4%;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    color: #333;
}

@media (max-width:1368px) {
    .public_headerNav>ul>li+li {
        margin-left: 55px;
    }
}
@media (max-width: 767px) {
    .mobilePublic_topLogo,
    .mobilePublic_topLogo img {
        width: 120px;
        height: 36px;
        display: block;
        float: left;
    }
    .mobilePublic_topLogo {
        margin-top: 12px;
    }
    /* ====== 移动端右边点击菜单按钮 start ======= */
    .mobleMenu_button {
        float: right;
        display: block;
        width: 60px;
        height: 60px;
        background: #0850cc;
        line-height: 60px;
        text-align: center;
    }
    .mobleLines_button {
        display: inline-block;
        padding: 0px;
        border: none;
        background-color: transparent;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        user-select: none
    }
    .mobleLines {
        position: relative;
        display: inline-block;
        width: 28px;
        height: 2px;
        background: #fff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        transform: translateY(-5px)
    }
    .mobleLines:after,
    .mobleLines:before {
        position: absolute;
        left: 0px;
        display: inline-block;
        width: 28px;
        height: 2px;
        background: #fff;
        content: '';
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform-origin: 2.21px center;
        transform-origin: 2.21px center;
    }
    .mobleLines:before {
        top: 10px
    }
    .mobleLines:after {
        top: -10px
    }
    .mobleMenu_button:hover .mobleLines,
    .mobleMenu_button:hover .mobleLines:after,
    .mobleMenu_button:hover .mobleLines:before {
        background-color: #fff
    }
    .mobleMenu_button.on .mobleLines_button.x .mobleLines {
        background: 0 0
    }
    .mobleMenu_button.on .mobleLines_button.x .mobleLines:after,
    .mobleMenu_button.on .mobleLines_button.x .mobleLines:before {
        top: 0px;
        width: 31px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    .mobleMenu_button.on .mobleLines_button.x .mobleLines:before {
        background: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg)
    }
    .mobleMenu_button.on .mobleLines_button.x .mobleLines:after {
        background: #fff;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg)
    }
    /* ====== 移动端右边点击菜单按钮 end ======= */
    .public_headerLanguage {
        margin-top: 10px;
        margin-right: 20px;
        border: 1px solid transparent;
    }
    .public_headerLanguage.fontSize_16 {
        font-size: 18px;
    }
    .public_headerLanguage>li {
        font-weight: 500;
        font-family: auto;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 368px) {
    .public_headerLanguage {
        margin-left: 10px;
        margin-right: 10px;
    }
    .mobilePublic_top,.mobleMenu_button {
        height: 50px;
        line-height: 50px;
    }
    .mobilePublic_topLogo {
        margin-top: 7px;
    }
    .public_headerLanguage {
        width: 80px;
    }
    .public_headerLanguage {
        margin-top: 5px;
    }
    .public_headerLanguage>li {
        height: 40px;
        line-height: 40px;
    }
    .public_headerLanguage>li.public_languageFirst,
    .public_headerLanguage li.public_languageFirst:hover {
        background-position: 60px 50%;
    }
    .mobleLines {
        transform: translateY(-5px);
    }
    .mobilePublic_topNav {
        top: 50px;
    }
    .mobilePublic_topNav ul li {
        line-height: 40px;
    }
}


/* ====== 内页公共头部 end  ====== */


/* ====== 公共底部 start  ====== */

.public_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #23262c;
    overflow: hidden;
    clear: both;
    width: 100%;
}

.public_footerNav {
    padding-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid #746e6e;
    width: 100%;
    margin-bottom: 40px;
}

.public_footerLogo {
    width: 155px;
    height: 44px;
    display: block;
}

.public_footerNav {
    overflow: hidden;
}

.public_footerNav li {
    float: left;
    height: 44px;
    line-height: 44px;
}

.public_footerNav li a {
    color: #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.public_footerNav li+li {
    margin-left: 60px;
}

.public_footerNav li:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}

.public_footerContact {
    overflow: hidden;
}

.public_footerContact li {
    padding-left: 46px;
    /*height: 26px;*/
    line-height: 26px;
}

.public_footerContact li+li {
    margin-top: 30px;
}

.public_footerContact a {
    color: #fff;
}

.public_footer_tel {
    background: url(../images/footer_tel.png) left 50% no-repeat;
}

.footer_email {
    background: url(../images/footer_email.png) left 50% no-repeat;
}

.footer_address {
    background: url(../images/footer_address.png) left 50% no-repeat;
}

.public_footerDetail {
    width: 100%;
    overflow: hidden;
}

.public_footerWechat ul {
    overflow: hidden;
}

.public_footerWechat li {
    width: 120px;
    float: left;
}

.public_footerWechat li+li {
    margin-left: 30px;
}

.public_footerWechat li img {
    width: 100%;
    height: 120px;
    border-radius: 4px;
}

.public_footerWechat li span {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: block;
    color: #ffffff;
}

.public_footerForm,
.public_footerForm ul {
    overflow: hidden;
}

.public_footerForm ul li {
    overflow: hidden;
    float: left;
}

.public_footerForm ul {
    margin-right: 80px;
}

.public_footerForm ul li+li {
    margin-left: 20px;
}

.public_footerForm input {
    width: 240px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: solid 1px #746e6e;
    padding: 0px 10px;
    color: #fff;
}

.public_footerForm button {
    min-width: 240px;
    text-align: center;
    background-color: #0850cc;
    border-radius: 4px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: 1px solid transparent;
    margin-top: 20px;
}

.public_footerForm button:hover {
    background-color: #fff;
    color: #0850cc;
    border: 1px solid #0850cc;
}

.public_returnTop {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/returnTop.png) no-repeat 50% 50%;
    box-shadow: 0px 8px 24px 0px rgba(118, 118, 118, 0.2);
    position: fixed;
    right: 30px;
    top: 200px;
    z-index: 100;
}

.public_footerAuth {
    overflow: hidden;
    background-color: #303338;
    padding: 20px 0px;
    width: 100%;
}

.public_footerAuth p {
    line-height: 26px;
    margin-bottom: 0px;
}

.public_footerAuth a,
.public_footerAuth {
    color: #fff;
}

.public_footerAuth a:hover {
    color: #dcdcdc;
}

.public_footerAuth a {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .public_footer {
        padding-top: 20px;
    }
    .public_footer {
        padding-bottom: 20px;
    }
    .public_footerLogo,
    .public_footerLogo img {
        width: 120px;
        height: auto;
        display: block;
    }
    .public_footerNav li {
        width: 33%;
        height: 36px;
        line-height: 36px;
    }
    .public_footerNav,
    .public_footerLogo {
        padding-bottom: 10px;
    }
    .public_footerNav li+li {
        margin-left: 0px;
    }
    .public_footerNav {
        margin-bottom: 25px;
    }
    .public_footerForm ul,
    .public_footerWechat,
    .public_footerForm ul li {
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }
    .public_footerForm ul li+li,
    .public_footerForm ul li {
        margin-left: 0px;
        margin-top: 20px;
    }
    .public_footerForm input,
    .public_footerForm button {
        width: 100%;
    }
    .public_footerWechat {
        margin-top: 30px;
    }
    .public_footerWechat li {
        float: none;
        display: inline-block;
    }
    .public_footerAuth {
        padding: 10px 0px;
    }
    .public_footerAuth p {
        width: 100%;
        text-align: left;
    }
    .public_footerAuth p+p {
        margin-top: 0px;
    }
    .public_returnTop {
        width: 50px;
        height: 50px;
        right: 15px;
    }
    .public_footerAuth a,
    .public_footerAuth {
        display: inline-block;
    }
    .public_footerForm,
    .public_footerForm ul {
        width: 100%;
    }

    .public_footerParent{
        font-size: 0px;
    }
    .public_footerWechat li{
        overflow: hidden;
    }
    .public_footerWechat li span{
        height: 40px;
    }
}


/* ====== 公共底部 end ====== */


/* ====== 侧边栏 start ====== */


/* ====== 侧边栏 end ====== */


/* ====== 内页banner start  ====== */


/* ====== 内页banner end ====== */


/* ====== 分页 start ====== */

.pages {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}

.pages a.pages_center {
    line-height: 32px;
}

.pre_red,
.next_red {
    display: none;
}


/* 静态样式 */

.staticEffect a {
    color: #666;
}


/* 鼠标经过 */

.pages_container {
    overflow: hidden;
    clear: both;
}

.hoverEffect a:hover,
.pages a.on {
    background-color: #0850cc;
    border: none;
    color: #fff;
}


/* 基础样式 */

.pages a {
    display: inline-block;
    margin-right: 10px;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-color: #f2f2f2;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

.pages a img {
    width: 8px;
    height: 13px;
    position: relative;
    top: -2px;
}


/* 跳转到第一页 / 最后一页的 图片切换显示 */

.prev_pre:hover .pre_gray {
    display: none;
}

.prev_pre:hover .pre_red {
    display: inline;
}

.next_nex:hover .next_gray {
    display: none;
}

.next_nex:hover .next_red {
    display: inline;
}

.mobile_add_more {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.search_Page_ellipsis {
    cursor: pointer;
}

.search_Page {
    display: inline-block;
    width: 45px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.search_Page_Input {
    border: 1px solid gray;
    height: 25px;
    width: 45px;
    padding-left: 10px;
}

@media (max-width:767px) {
    .pages_mobile {
        width: 100%;
        margin: 0px;
        margin-bottom: 0px;
        overflow: hidden;
    }
    .pages_mobile>a {
        display: block;
        width: 48%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #fff;
        float: left;
        border: 1px solid #0850cc;
        color: #0850cc;
    }
    .pages_mobile>a+a {
        margin-left: 4%;
    }
}


/* ====== 分页 end ====== */


/* ====== 内页面包屑 start ====== */

.crumbs_tabs {
    height: 60px;
    background-color: #F7F7F7;
    width: 100%;
}

.crumbs {
    margin: 0px auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
    text-align: left;
}

.crumbs a,
.crumbs span {
    vertical-align: middle;
    margin-right: 2px;
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.crumbs>span {
    font-size: 22px;
}

.crumbs .crumbs_end {
    font-size: 16px;
}

.crumbs a:hover,
.crumbs a:hover span {
    color: #0850cc;
}

.crumbs a img {
    width: 17px;
    height: 18px;
    margin-right: 5px;
    margin-top: -4px;
}

.crumbs_tab_list {
    width: 50%;
    float: right;
    text-align: right;
}

.crumbs_tab_list li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-left: 34px;
    position: relative;
    cursor: pointer;
}

.on a .header_content_left_nav_maskLayer {
    display: block;
}

.on a span {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100) !important;
}

.crumbs_tab_list li:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #006cce;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    display: none;
}

.crumbs_tab_list li.on:after {
    display: block;
}


/* ====== 内页面包屑 end====== */


/* ====== 详情分页 start ====== */

.blackList {
    width: 100%;
    height: 100px;
    background-color: #F7F7F7;
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
}

.blackList_right {
    width: 15%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 100px;
    background-size: 18px 16px;
    font-size: 16px;
    color: #666;
    position: relative;
}

.blackList_right:hover {
    background: #0850cc;
    background-size: 18px 16px;
    color: #fff;
}

.blackList_right:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 1px;
    height: 60px;
    background-color: #D7D7D7;
    opacity: 0.4;
    filter: alpha(opacity=40);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40);
    top: 50%;
    margin-top: -30px;
}

.blackList_right img {
    margin-top: 25px;
    margin-bottom: 15px;
    width: 20px;
    height: 20px;
}

.blackList_right:hover .blackList_rightHover,
.blackList_right .blackList_rightDefault {
    display: inline-block;
}

.blackList_rightHover,
.blackList_right:hover .blackList_rightDefault {
    display: none;
}

.blackList_right span {
    display: block;
}

.blackList_left {
    width: 85%;
    padding-top: 21px;
}

.blackList_left a {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    color: #666;
    padding-left: 30px;
}

.blackList_left a:hover span {
    color: #0850CC;
}

.blackList_left a+a {
    margin-top: 10px;
}

@media (max-width: 767px) {

    /* ====== 移动端底部悬浮 start ====== */

    .public_quickNavMobile {
        position: fixed;
        width: 100%;
        height: 58px;
        bottom: 0px;
        left: 0px;
        background: #0650cb;
        z-index: 999;
    }

    .public_quickNavMobile_item {
        float: left;
        width: 25%;
        text-align: center;
        height: 100%;
        padding: 8px 0px;
    }
    .public_quickNavMobile_item span {
        margin: 0px auto;
        display: block;
        width: 24px;
        text-align: center;
        height: 20px;

    }
    .public_quickNavMobile_item span img {
        display: block;
        width: auto;
        margin: auto;
        height: 100%;
    }
    .public_quickNavMobile_item p {
        margin-top: 4px;
        color: #fff;
        font-size: 14px;
        padding-top: 0px;
    }
    /* 微信弹窗 */
    .layui-layer {
        top: 50% !important;
        margin-top: -230px;
        border-radius: 8px;
        text-align: center;
/*
        background: #fff;*/
    }
    .layui-layer-page .layui-layer-content {
        overflow: visible;
    }
    .layui-layer-setwin .layui-layer-close2 {
        right: -22px;
        top: -37px;
    }


    .bigImglayer{
        width: 100%;
        height: 100%;
        background: url(/web/images/layerWxin.png) no-repeat center center;
        border-radius: 8px;
    }
    .toplayer{
        width: 100%;
        height:296px;
        overflow: hidden;
        /*border-bottom: dashed 1px #d3d3d3;*/
        z-index: -2;

    }
    .buttomLayer span{
        font-size: 18px;
        color: #666666;
    }
    .imgBox{
        margin: 0px auto;
        width: 200px;
        /* height: 100%;*/
        height: auto;
    }
    .imgBox p{
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #ffffff;
        margin:25px auto
    }
    body .backWxin {
        width: auto !important;
        background-color: transparent;
        margin-left: -150px !important;
        left: 50% !important;
    }
    /*.buttomLayer{*/
    /*   !* width: 100%;*!*/
    /*    width: 280px;*/
    /*    height: 68px !important;*/
    /*    padding-left: 10px;*/
    /*    margin-left: 10px;*/
    /*    !*padding:0px 24px;*!*/
    /*    text-align: left;*/
    /*    line-height: 68px;*/
    /*    */
    /*}*/
    .buttomLayer{
        width: 280px;
        height: 68px !important;

        margin: 0px 10px;

        text-align: left;
        line-height: 68px;
        border-top: dashed 1px #d3d3d3;
    }
    .buttomLayer p{
        display: inline-block;
        color: #000000;
        font-size: 16px;
        height: 20px;
    }
    .buttomLayer button{
        width: 70px;
        height: 32px;
        background-color: #e6edfa;
        border-radius: 4px;
        border: none;
        color: #0650cb;
        font-size: 12px;
        /*margin-left: 12px;*/
        /*margin-left: 25px;*/
        float: right;
        margin-top: 18px;
    }
    .backWss{
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        border: none;
        color: #ffffff;
        padding: 0px 0px;
        margin-top:15% !important;

    }
    .layui-layer-dialog .layui-layer-content{
        padding: 0px 0px;
        line-height: 40px;
        font-size: 12px;

    }

    /* ====== 移动端底部悬浮 end ====== */



    .blackList {
        overflow: hidden;
        height: auto;
        margin: 10px 0px;
    }
    .blackList_right:after {
        display: none;
    }
    .blackList_left {
        width: 100%;
    }
    .blackList_right {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 10px;
        background-color: #eee;
        padding-left: 0px;
        border-top: 2px solid #eee;
    }
    .blackList_right img,
    .blackList_right span {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .blackList_right span {
        margin-left: 5px;
    }
    .blackList_left a {
        font-size: 14px;
        line-height: 18px;
        height: 18px;
        line-height: 18px;
        width: 100%;
        padding: 0px 4%;
    }
    .public_detailH3:before {
        height: 20px;
        top: 4px;
        width: 3px;
    }
    .public_detailH3 {
        padding-left: 12px;
    }
    .public_detailCaseH3 {
        padding-left: 32px;
        background: url(../images/caseIcon_mobile.png) center left no-repeat;
        background-size: 22px 16px;
    }
    .blackList_right img.blackList_rightHover{
        display: none;
    }
}


/* ====== 详情分页 end ======*/


/* ====== 模块标题 start ====== */

.public_subtitle {
    width: 100%;
    text-align: center;
    color: #333;
    font-family: "Montserrat-msyhbd";
}


/* ====== 模块标题 end ====== */


/*  ====== 关于我们 start ======  */

.public_aboutUs {
    overflow: hidden;
}

.public_aboutUs_cover {
    height: 440px;
    width: 720px;
}

.public_aboutUs_content {
    width: 660px;
    height: 440px;
}

.public_aboutUs_content .public_subtitle {
    margin-bottom: 45px;
    text-align: left;
}

.public_aboutUs_intro {
    overflow-y: auto;
    color: #333;
    max-height: 340px;
    line-height: 30px;
}

.public_aboutUs_intro p+p {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .public_aboutUs_cover,
    .public_aboutUs_content {
        height: auto;
    }
    .public_aboutUs_content .public_subtitle {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .public_aboutUs_intro {
        max-height: inherit;
    }
}


/*  ====== 关于我们 end ======  */


/*  ====== 暂无资料 start ======  */

.public_nodata {
    width: 100%;
    overflow: hidden;
}

.public_nodata img {
    display: block;
    margin: auto;
}

.public_nodata p {
    width: 100%;
    color: #999;
    text-align: center;
}

@media (max-width: 767px) {
    .public_nodata img {
        width: 54%;
    }
}


/*  ====== 暂无资料 end ======  */


/*  ====== 招聘信息、公司新闻、展会一览 start ======  */

.public_news {
    overflow: hidden;
}

.public_news>div {
    width: 32%;
    overflow: hidden;
}

.public_news>div+div {
    margin-left: 2%;
}

.public_news .public_subtitle {
    margin-bottom: 60px;
    text-align: left;
}

.public_news_list {
    width: 100%;
    overflow: hidden;
}

.public_news_list li {
    width: 100%;
    padding: 30px;
    background: #fff;
    height: 200px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid transparent;
}

.public_news_listDate {
    color: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
}

.public_news_list li>a {
    display: block;
    overflow: hidden;
}

.public_news_list li>a>span,
.public_news_listLabel {
    display: block;
    margin-bottom: 20px;
}

.public_news_listTitle {
    font-family: "Montserrat-msyhbd";
}

.public_news_listTitle,
.public_news_listDesc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #333;
}

.public_news_listDesc>span {
    width: 48%;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}

.public_news_listDesc>.public_news_listDescFirst{
    width: 60%;
}
.public_news_listDesc>.public_news_listSenond{
    width: 35%;
}

.public_news_listArrow {
    width: 24px;
    height: 9px;
    margin-top: 20px;
}

.public_news_list li:hover {
    border: 1px solid #0850cc;
}

.public_news_list li:hover .public_news_arrowGrey,
.public_news_arrowBlue {
    display: none;
}

.public_news_list li:hover .public_news_arrowBlue,
.public_news_arrowGrey {
    display: block;
}

.public_news_list li:hover .public_news_listTitle,
.public_news_list li:hover .public_news_listDesc,
.public_news_list li:hover .public_news_listTag,
.public_news_list li:hover .public_news_listDate {
    color: #0850cc;
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}

.public_news_list li:hover .public_news_listTag {
    background-color: #e1e9f8;
}

.public_news_list li+li {
    margin-top: 20px;
}

.public_news_listTag {
    min-width: 72px;
    height: 30px;
    background-color: #f4f4f4;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    padding: 0px 5px;
    margin-left: 40px;
    color: #666;
    display: inline-block;
}

@media (max-width: 767px) {
    .public_news>div {
        width: 100%;
    }
    .public_news>div+div {
        margin-top: 20px;
        margin-left: 0px;
    }
    .public_news_list li {
        padding: 10px 15px;
        height: 160px;
    }
    .public_news_list li>a>span,
    .public_news_listLabel {
        margin-bottom: 10px;
    }
}


/*  ====== 招聘信息、公司新闻、展会一览 end ======  */


/*  ====== 右侧联系我们表单 start ======  */

.public_contactUs_form {
    overflow: hidden;
    background: #F8F8F8;
    padding: 30px 20px 40px;
}

.public_contactUs_form p {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 0px 20px;
    line-height: 48px;
    color: #FF2020;
}

.public_contactUs_form p input {
    width: 225px;
    height: 100%;
    line-height: 48px;
    color: #333;
    padding: 0px 0px 0px 5px;
}

.public_contactUs_form textarea {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 10px 20px;
    line-height: 24px;
    height: 160px;
}

.public_contactUs_form h5 {
    color: #FF2020;
    margin: 0px;
}

.public_contactUs_form button,
.contactUs_submit {
    width: 100%;
    text-align: center;
    background-color: #0850cc;
    border-radius: 4px;
    color: #ffffff;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    border: 1px solid transparent;
    margin-top: 20px;
    border: 1px solid #0850cc;
}

.public_contactUs_form button:hover,
.contactUs_submit:hover {
    background-color: #fff;
    color: #0850cc;
}

@media (max-width: 767px) {
    .public_contactUs_form {
        padding: 15px;
    }
    .public_contactUs_form p {
        padding: 0px 10px;
        margin-bottom: 10px;
    }
    .public_contactUs_form textarea {
        padding: 10px;
        margin-bottom: 10px;
    }
    .public_contactUs_form button,
    .contactUs_submit {
        margin-top: 10px;
    }
    .public_contactUs_form h5 {
        margin: 5px 0px
    }
}


/*  ====== 右侧联系我们表单 end ======  */


/* ====== 视频播放弹窗 start ======*/


/* 视频播放dom在videoCase.html copy */

#video_pop_up {
    max-height: 720px;
}

.layer_video_pop_up {
    width: 1200px;
    border-radius: 6px;
    overflow: hidden;
}

.layer_video_pop_up_content {
    font-size: 0px;
}

.layer_video_pop_up_content video,
.layer_video_tips {
    width: 100%;
    height: 600px;
    margin-top: 10px;
}

.layui-layer-page {
    width: auto !important;
    left: 50% !important;
    top: 50% !important;
    margin-top: -300px;
    margin-left: -600px !important;
}

.layui-layer-setwin .layui-layer-close2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/close.png) 50% 50% no-repeat;
    top: -72px;
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-position: 50% 50%;
}

.layer_video_pop_up_content .public_subtitle {
    text-align: left;
    line-height: 30px;
    padding: 20px;
}

.layer_video_tips {
    padding: 30px;
    line-height: 560px;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

@media (max-width: 767px) {
    #video_pop_up {
        max-height: 50%;
    }
    .layer_video_pop_up_content video,
    .layer_video_tips {
        height: 50%;
    }
    .layui-layer-page {
        width: 100% !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
        left: 0% !important;
        top: 20% !important;
    }
    .layer_video_pop_up {
        width: 100%;
    }

    .close_flag{
        /*top: 360px!important;
        left: -152px !important;*/
    }

    .layui-layer-setwin .layui-layer-close2 {
        top: -60px;
        width: 30px;
        height: 30px;
        background-size: contain;
        right: 0px;
    }
    .layer_video_pop_up_content .public_subtitle {
        line-height: 22px;
        max-height: 180px;
        overflow-y: auto;
        padding: 10px 4%;
    }
}

@media (max-width: 368px) {
    .layer_video_pop_up_content .public_subtitle {
        max-height: 100px;
    }
}


/* ====== 视频播放弹窗 end ======*/


/* ====== tab切换 start ======*/

.contactUs_tab {
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.contactUs_tab li {
    display: inline-block;
    min-width: 180px;
    height: 52px;
    background-color: #f7f7f7;
    border-radius: 4px;
    line-height: 52px;
    text-align: center;
    padding: 0px 20px;
    cursor: pointer;
    color: #333;
}

.contactUs_tab li.active,
.contactUs_tab li:hover {
    background-color: #0850cc;
    color: #fff;
}



.contactUs_tab li+li {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .contactUs_tab {
        margin-top: 20px;
    }
    .contactUs_tab {
        overflow-x: scroll;
        white-space: nowrap;
    }
    .contactUs_tab li {
        height: 40px;
        line-height: 40px;
        min-width: auto;
        padding: 0px 10px;
    }
    .contactUs_tab li+li {
        margin-left: 10px;
    }

    /*.index_prillEquipment ,.videoCase,.clearfix{
        margin-bottom: 60px !important;
    }*/
}


/* ====== tab切换 end ======*/
@media (max-width:368px) {
    body .backWxin{
        width: 240px !important;
        margin-left: -120px !important;
    }
    .buttomLayer{
        width: 220px !important;
    }
    .buttomLayer span,.buttomLayer p{
        font-size: 14px;
    }
    /*.backWss{
        left: 49px !important;
    }*/
    /*.layui-layer-setwin .layui-layer-close2{
        right:94px;
    }*/
}

/* ====== 富文本外层div start ======*/

.rich_text {
    width: 100%;
    overflow: hidden;
}
.rich_text img{
    max-width: 100%;
    height: auto;
}

/* ====== 富文本外层div end ======*/
