/* ====== 其它公共部分 start====== */
body{
    position: relative;
}
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;
}

body {
    font-family: MicrosoftYaHei;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
}


/*================特殊字体引入 start============*/


/*================特殊字体引入 end============*/


/*  ====== 网页的宽度  start ======*/

.width1500 {
    max-width: 1500px;
    min-width: 1400px;
    margin: 0px auto
}
.width1440{
    /*width: 1400px;*/
    margin: 0px auto;
}
.width1200{
    width: 1200px;
    margin: 0px auto;
}
.public_header {}

.publicDomHeight {
    overflow: auto;
    box-sizing: border-box;
    /* height: calc(100% - 240px); */
}
/*修改*/
.public_footer_info:nth-child(4){
    width: 33%;
    /*width: 282px;*/
}

@media (max-width: 767px) {
    .width1260 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
}


/* ====== 网页的宽度 end ======*/


/*===============公共头部 start===============*/

.public_top {
    background-color: transparent;
    font-size: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid  rgba(255, 255, 255, 0.13);
    z-index: 105;
}


/* ====== 鼠标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 ====== */
body::-webkit-scrollbar{
    width: 0px;
}
.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;
}

.fontWeightBold {
    font-weight: bold;
}


/* ====== 公共的类 end ====== */


/* ====== 其它公共部分 end ====== */


/* ====== 分页 start ====== */

.pages {
    margin-top: 40px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

.pages a.pages_center {
    line-height: 32px;
}

.pre_red,
.next_red {
    display: none;
}


/* 静态样式 */

.staticEffect a {
    color: #666;
}


/* 鼠标经过 */

.pages_container {
    clear: both;
    margin-bottom: 50px;
}
.pages_container .prev{
    width: 80px;
    height: 40px;
}
.pages_container .next{
    width: 80px;
    height: 40px;
}
.skip{
    height: 40px;
    display: inline-block;
    margin-left: 30px;
    color: #333333;
    font-size: 16px;
}
.skip_input{
    width: 70px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #d4d4d4;
    box-sizing: border-box;
    padding: 5px;
    margin: 0px 10px;
}
.skip_ok{
    display: inline-block;
    box-sizing: border-box;
    width: 70px;
    height: 40px;
    background-color: #4B4F52;
    color: #fff;
    margin-left: 15px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #4B4F52;
    cursor: pointer;
}
.skip_ok:hover{
    color:#4B4F52;
    background-color: #fff;
}
.hoverEffect a:hover {
    background-color: #4B4F52;
    border: solid 1px #4B4F52;
    color: #ffffff;
}


/* 基础样式 */

.pages a {
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    border-radius: 4px;
    border: solid 1px #dadde4;
    line-height: 36px;
    background-color: #ffffff;
    margin-right: 8px;
    font-family: "OPPOSans-R";
}

.staticEffect a,
.pages_content span,
.pages_content button,
.pages_content input,
.pagesAll {
    color: #333;
}

.pages a img {
    width: 8px;
    height: 13px;
    position: relative;
    top: -2px;
}

.pages_content {
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}

.pages_content button {
    width: 60px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dadde4;
    margin-left: 20px;
}

.pages_content button:hover {
    background-color: #eef5ff;
    border: solid 1px #84b7ff;
    color: #0f72fe;
}

.pagesAll {
    display: inline-block;
    margin: 0px 10px 0px 30px;
    vertical-align: middle;
}

.pages_content input {
    width: 60px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dadde4;
    cursor: pointer;
    text-align: center;
    margin: 0px 10px;
}

.pages .public_selects {
    width: 120px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dadde4;
    text-align: right;
    padding-right: 26px;
    box-sizing: border-box;
    color: #333;
    background: url(../images/dataMatterArrow1.png)no-repeat right 10px center;
    line-height: 36px;
    font-size: 0px;
}


/* .pages_container {
    border-top: 1px solid #e9e9e9;
} */

.pages a.on {
    background-color: #4B4F52;
    color: #ffffff;
}


/* 跳转到第一页 / 最后一页的 图片切换显示 */

.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;
}

.public_page_select_box {
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.public_page_select_box:hover .public_page_content {
    display: block;
}

.public_page_content {
    width: 120px;
    position: absolute;
    padding-top: 5px;
    text-align: center;
    z-index: 100;
    box-sizing: border-box;
    height: 120px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 5px 6px #ccc;
    overflow-y: auto;
    display: none;
}

.public_page_content::-webkit-scrollbar {
    width: 4px;
    height: 40px;
}

.public_page_content::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}

.public_page_content::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 4px;
}

.public_page_content ul li {
    line-height: 40px;
    color: #333;
    cursor: pointer;
    text-align: center;
}

.public_page_content ul li:hover {
    line-height: 40px;
    color: #4B4F52;
    cursor: pointer;
}



.pages_inp {
    display: inline-block;
    line-height: 36px;
    margin-left: 20px;
}

.page_input {
    width: 61px;
    height: 34px;
    text-align: center;
    border: solid 1px #dadde4;
    border-radius: 4px;
    margin: 0px 10px;
}

.pages_btn {
    width: 61px;
    height: 34px;
    background-color: #ffffff;
    border: solid 1px #dadde4;
    border-radius: 4px;
    line-height: 34px;
    margin-left: 19px;
    margin-right: 20px;
}

.pages_btn:hover {
    background-color: #b5191e27;
    border: solid 1px #b5191d;
    color: #b5191d;
}


/* ====== 分页 end ====== */


/* ====== 内页面包屑 start ====== */
.crumbs_box{
    background-color: #F5F5F5;
}

.crumbs_tabs {
    height: 60px;
    background-color: #F5F5F5;
    width: 100%;
    position: relative;
    z-index: 10;
}

.crumbs {
    margin: 0px auto;
    border-bottom: 1px solid #F5F5F5;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 60px;
    height: 100%;
    vertical-align: middle;
    text-align: left;
    /*padding-left: 8.5%;*/
}

.crumbs a,
.crumbs span {
    vertical-align: middle;
    margin-right: 2px;
    font-size: 18px;
    line-height: 18px;
    color: #666;
}

.crumbs a:hover,
.crumbs a:hover span {
    color: #4B4F52;
}

.crumbs a img {
    width: 20px;
    height: 18px;
    margin-right: 12px;
    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====== */


/* ====== 富文本外层div start ======*/

.rich_text {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
}

.rich_text img {
    max-width: 100%;
}


/* ====== 富文本外层div end ======*/


/* ============== 头部 start =========*/
.public_top_nav {
    max-width: 100%;
    width: 1740px;
    padding: 0px 30px 0px 0px;
}

.public_top_nav_left {
    width: 240px;
    height: 130px;
    /*background-color: #4B4F52;*/
    text-align: center;
    line-height: 110px;
}

.public_top_nav_left img {
    max-width: 100%;
    height: auto;
}

.public_top_nav_right {
    height: 130px;
    box-sizing: border-box;
}

.public_top_nav_right ul {
    /* overflow: hidden; */
    padding-top: 23px;
    box-sizing: border-box;
    margin-bottom: 0px;
    text-align: right;
}

.public_top_nav_right ul li {
    display: inline-block;
    color: #ffffff;
    padding: 0px 0px 5px;
    margin-left: 50px;
    margin-bottom: 17px;
    cursor: pointer;
}
.public_top_nav_right ul li a{
    display: inline-block;
    color: #ffffff;
    /* padding: 0px 0px 5px; */
}
.public_top_nav_right ul li a:hover{
    font-weight: bold;
    position: relative;
}
.public_level_menu_li_active {
    font-weight: bold;
    position: relative;
}

/* 同时确保标题文字也应用相同颜色 */
.public_level_menu_li_active a {
    color: #0384fD !important; /* 使用!important确保优先级 */
}

.public_level_menu_li_active::before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #0384fD;
    height: 2px;
    bottom: 0px;
}

.navLi {
    /* margin-top: 10px; */
    padding-bottom: 10px;
    float: initial;
}
.navLi:hover{
    font-weight: bold;
}
.public_top_select{
    padding-right: 30px !important;
    background: url(../images/topOpen.png) no-repeat;
    background-size: 11px auto;
    background-position: right 6px;
    position: relative;
}
.select_box{
    position: absolute;
    display: none;
    color: #000;
    left: -20px;
    top: 25px;
    border-radius: 8px;
    font-size: 0px;
    text-align: center;
}
.whitebg{
    background-color: #fff;
    border-bottom: 0px;
    box-shadow: 0px 15px 30px 0px
    rgba(153, 153, 153, 0.15);
}
.whitebg .public_top_nav_right ul li {
    display: inline-block;
    color: #666666;
    padding: 0px 0px 5px;
    margin-left: 50px;
    margin-bottom: 17px;
    cursor: pointer;
}
.whitebg .public_top_nav_right ul li a{
    display: inline-block;
    color: #666666;
    /* padding: 0px 0px 5px; */
}
.whitebg .public_top_nav_left{
    /*background-color: #4B4F52;*/
}
.whitebg .public_top_nav_right ul li a:hover{
    font-weight: bold;
    position: relative;
    color: #4B4F52;
}
.whitebg .public_level_menu_li_active a{
    font-weight: bold;
    position: relative;
    color: #4B4F52 !important;
}
.whitebg .public_level_menu_li_active::before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #4B4F52;
    height: 2px;
    bottom: 0px;
}
.whitebg .public_top_select {
    padding-right: 30px !important;
    background: url(../images/open_active.png) no-repeat;
    background-size: 11px auto;
    background-position: right 6px;
    position: relative;
}
.whitebg .public_top_select .select_box{
    box-shadow: 0px 15px 30px 0px
    rgba(153, 153, 153, 0.15);
}
.select_box img{
}
.selectP{
    background-color: white;
    border-radius: 8px;
}
.select_box .selectP p{
    width: 110px;
    box-sizing: border-box;
    padding: 10px 0px 10px 20px;
    background-color: white;
    margin-bottom: 0px;
    text-align: left;
}
.select_box p a{
    color: #000 !important;
}
.public_top_select:hover .select_box{
    display: block;
    z-index: 115;
}
/* ============== 头部 end =========*/
/*=========== 底部 start ==========*/
.public_footer_box{
    background-color: #333333;
}
.public_footer{
    padding: 53px 0px 65px;
    color: #fff;
}
.public_footer_info{
    display: inline-block;
    float: left;
    margin-right: 44px;
}
.public_footer_info p{
    color: #ffffff;
}
.public_footer_info p a {
    color: #ffffff;
    opacity: 0.6;
}
.public_footer_info p a:hover{
    opacity: 1;
}
.public_footer_info_title{
    color: #ffffff;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}
.public_footer_info_title::before{
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.13);
    bottom: 0px;
    left: 0px;
    width: 66px;
    height: 2px;
}
.public_footer_left{
    margin-top: 29px;
}
.footer_box_top{
    display: inline-block;
    float: left;
    /*width: 410px;*/
    width: 28%;
}
.footer_box_top:nth-child(3){
    width: 15%;
    /*width: 235px;*/
}
.footer_img_box{
    display: inline-block;
    float: left;
    margin-right: 30px;
    max-width: 100px;
}
.footer_img_box img{

}
.footer_imgs_box{
    width: 100%;
    height: 45px;
    overflow: hidden;
    text-align: center;
    line-height: 45px;
    margin-bottom: 17px;
}
.footer_imgs_box img{
    max-width: 100%;
    height: auto;
}
.footer_img_box p{
    color: #ffffff;
    opacity: 0.6;
}
.footer_pay_box{
    margin-top: 20px;
}
.footer_pay_box p{
    margin-bottom: 19px;
}
.footer_pay_img {
    display: inline-block;
    float: left;
    width: 46px;
    height: 46px;
    /*background-color: #494949;*/
    border-radius: 23px;
    margin-right: 20px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}
/*.footer_pay_img:hover{*/
/*    background-color: #4B4F52;*/
/*}*/
.footer_email{
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}
.footer_input_box{
    width: 240px;
    height: 44px;
    background-color: #ffffff0a;
    box-sizing: border-box;
}
.footerInput{
    width: 196px;
    height: 44px;
    padding: 15px 20px;
    box-sizing: border-box;
}
.footer_input_box span{
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #4B4F52;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}
.footer_input_box span:hover{
    opacity: 0.7;
}
.footerCheckBox{
    margin-top: 20px;
}
.footerCheck{
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.footerCheckBox span{
    width: 87%;
    display: inline-block;
    float: left;
    margin-top: 2px;
}
input[type=checkbox] {
    width: 16px;
    height: 16px;
    border: 1px solid #e5e5e5;
}


/* 选中之后的样式 */

input[type=checkbox]:checked {
    background: url(../images/radoi_checkedhiolk.png) left top no-repeat;
    background-size: 100% 100%;
    border: 1px solid transparent;
}
.public_footer_bottom{
    background-color: #FFF;
}
.public_footer_bottoms{
    color: #4B4F52;
}
.public_footer_bottom_left{
    padding: 16px 0px 25px;
}
.public_footer_bottom_right{
    padding: 35px 0px 35px;
}
.public_footer_bottom_right a{
    color: #4B4F52;
}
.public_footer_bottom_right a:hover{
    color: #00d0f6;
}
.public_right{
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 100;
    box-shadow: 0px 10px 20px 0px
    rgba(129, 163, 169, 0.2);
}
.public_right div{
    width: 66px;
    height: 66px;
    background-color: #fff;
    text-align: center;
    line-height: 66px;
    cursor: pointer;
}
.public_right .spna{
    width: 66px;
    height: 66px;
    background-color: #fff;
    text-align: center;
    line-height: 66px;
    cursor: pointer;
    display: block;
}
.public_static{
    display: inline-block;
}
.public_active{
    display: none;
}
.public_right div:hover{
    background-color: #4B4F52;
}
.public_right div:hover .public_static{
    display: none !important;
}
.public_right div:hover .public_active{
    display: inline-block !important;
}
.public_right .spna:hover{
    background-color: #4B4F52;
}
.public_right .spna:hover .public_static{
    display: none !important;
}
.public_right .spna:hover .public_active{
    display: inline-block !important;
}
.public_right_div1{
    border-radius: 6px 6px 0px 0px;
}
.public_right_div2{
    position: relative;
}
.public_right_div2::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0px;
    left: 8px;
    background-color: #e6e6e6;
}
.public_right div:hover .public_right_div2{
    position: static;
}
.public_right_div3{
    border-radius: 0px 0px 6px 6px;
}
/*=========== 底部 start ==========*/
/* 面包屑外部盒子 */

.public_crumbs_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 60px;
    background-color: #fff;
}


/* 静态样式 */

.staticEffect a {
    background: #f6f6f6;
    color: #333;
    border: 1px solid transparent;
}


/* 鼠标经过 */

.hoverEffect a:hover {
    background-color: #4B4F52;
    border: solid 1px #4B4F52;
    color: #ffffff;
}


/* 基础样式 */

.clear_flot{
    clear: both;
}

.public_title_box{
    position: relative;
}
.public_title_box .public_title{
    color: #333333;
    font-weight: bold;
}
.public_logo{
    position: absolute;
    bottom: 36px;
}
.public_to_add{
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}
.public_to_add img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.public_text_left{
    text-align: left;
}
.public_text_center{
    text-align: center;
}
.public_text_right{
    text-align: right;
}

.blackList_left{
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}
.blackList_left a{
    display: inline-block;
    width: 47%;
    height: 60px;
    background-color: #f6f6f6;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0px 30px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blackList_left a:hover{
    color:#4B4F52
}
.public_juri{
    position: fixed;
    bottom: 30px;
    left: 30px;
    padding: 50px 60px;
    width: 840px;
    box-sizing: border-box;
    background-color: #ffffff;
    z-index: 100;
}
@media (max-width: 767px){
    .public_juri{
        position: fixed;
        bottom: 30px;
        left: 20px;
        padding: 50px 60px;
        width:90%;
        box-sizing: border-box;
        background-color: #ffffff;
        z-index: 100;
    }
    .public_btnss{
        width: 104%;
        display: flex;
        justify-content: space-between;
        margin: auto;
    }
    .public_btnss .span1{
        /*display: inline-block;*/
        width: 40%;
        height: 50px;
        background-color: #4B4F52;
        text-align: center;
        line-height: 50px;
        color: #ffffff;
    }
    .public_btnss .span2{
        /*display: inline-block;*/
        width: 40%;
        height: 50px;
        background-color: #f5f5f5;
        text-align: center;
        line-height: 50px;
        color: #666666;
    }
    .public_btnss span{
        margin-right: 20px;
        cursor: pointer;
    }
    .public_btnss span:hover{
        opacity: 0.8;
    }
}

.public_btnss .span1{
    display: inline-block;
    width: 160px;
    height: 50px;
    background-color: #4B4F52;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
}
.public_btnss .span2{
    display: inline-block;
    width: 160px;
    height: 50px;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 50px;
    color: #666666;
}
.public_btnss span{
    margin-right: 20px;
    cursor: pointer;
}
.public_btnss span:hover{
    opacity: 0.8;
}
.public_juri_none{
    display: none;
}
.layerClose {
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/layerClose.png) no-repeat center center;
    background-size: 100%;
    top: -65px;
    right: 0px;
    cursor: pointer;
}

.eclipses{
    width: 50% !important;
}
.eclipses .layui-layer-content{
    overflow: initial;
}
.eclipses .layui-layer-title{
    display: none;
}
.eclipseTitle{
    font-weight: bold;
    padding: 30px 60px;
    color: #333;
    /* height: 90px; */
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.eclipseContent{
    width: 100%;
    box-sizing: border-box;
    padding: 38px 60px;
    background-color: #fff;
    padding-bottom: 40px;
}
.eclipseContent .eclipseText{
    color: #333333;
    line-height: 30px;
    max-height: 30vh;
    overflow-y: auto;
}
.eclipseText::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.eclipseText::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}

.eclipseText::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #e5e5e5;

}
.eclipseBtn{
    margin-top: 20px;
    display: flex;
}
.eclipseBtn span{
    /*width: 194px;*/
    height: 54px;
    cursor: pointer;
    text-align: center;
    line-height: 56px;
    margin-right: 24px;
    display: inline-block;
    padding-left: 17px;
    padding-right: 17px;
}
.eclipseBtn span:hover{
    opacity: 0.7;
}
.eclipseBtn .btn1{
    background-color: #4B4F52;
    color: #ffffff;
}
.eclipseBtn .btn3{
    background-color: #4B4F52;
    color: #ffffff;
}
.eclipseBtn .btn2{
    background-color: #eeeeee;
    color: #666666;
}
.eclipse_input{
    height: 54px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    line-height: 54px;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 30px;
}
.ess_box{
    background-color: #f7f7f7;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.ess_box_top{
    margin-bottom: 10px;
}
.eclipseTextss{
    padding: 0px 27px;
    width: 100%;
    box-sizing: border-box;
    max-height: 100px;
    overflow-y: auto;
}
.eclipseTextss::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.eclipseTextss::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}

.eclipseTextss::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #e5e5e5;

}

/* ============ 左侧电梯导航 开始 ============ */

.public_fixedtool {
    position: fixed;
    top: 220px;
    left: 40px;
}



.public_fixedtool ul {
    padding-bottom: 44px;
    border-right: 1px solid #cfd7e27c;
    width: 200px;
}

.public_fixedtool li {
    text-align: right;
    padding-right: 25px;
    margin-bottom: 30px;
    color: #999;
    transform: translateY(-12px);
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
}
.public_fixedtool li a{
    color: #666;
}
.public_fixedtool li:last-child {
    margin-bottom: 0px;
}

.public_fixedtool .toolActive a,
.public_fixedtool li:hover a {
    color: #4B4F52;
    font-weight: bold;
}

.public_fixedtool li:hover {
    color: #4B4F52;
    transition: all 0.3s;
}

.public_fixedtool li::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #cfd7e27c;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: -7px;
}

.public_fixedtool .toolActive::after,
.public_fixedtool li:hover::after {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 5px solid #4B4F52;
    border-radius: 50%;
    box-sizing: border-box;
}
.layui-laydate .layui-this{
    background-color: #4B4F52 !important;
}

/* ============ 左侧电梯导航 结束 ============ */

@media (max-width: 1366px) and (min-width: 780px){
    .layui-laydate{
        left: 445.25px !important;
        top: 230px !important;
    }
    .layui-laydate .layui-this{
        background-color: #4B4F52 !important;
    }
    .eclipses,.layui-layer{
        left: calc(50% - 450px) !important;
        top: calc(50% - 300px) !important;
    }
    .reminder{
        left: calc(50% - 90px) !important;
        top: calc(50% - 100px) !important;
    }
}
@media (max-width: 767px) {

    .width1500 {
        max-width: 100%;
        min-width: 100%;
        margin: 0px auto;
        /* display: none; */
    }
    .width1440 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .width1200 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

    .public_crumbs_box {
        padding: 0px;
    }

    .publicDomHeight .public_content_box {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }

    .title {
        padding-top: 0px;
        width: 100%;
        text-align: center;
    }

    .eng {
        margin-bottom: 20px;
    }

    .pages {
        margin: 20px 0;
    }

    .pages a {
        width: 45%;
        font-size: 14px;
        padding: 0 8px;
    }

    .pageList {
        padding: 30px 0 70px;
    }

    .pageList>div>p {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;
    }

    .pageList .ri {
        text-align: right;
    }



    .public_mobile_top {
        width: 100%;
        height: 50px;
        background-color: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100;
        box-shadow: 0px 15px 30px 0px
        rgba(153, 153, 153, 0.15);
        border-bottom: 1px solid  #e6e6e6;;
    }

    .mobile_logo {
        margin-left: 13px;
    }

    .mobile_logo img {
        width: 26vw;
        height: auto;
        margin-top: 5px;
    }

    .mobile_phone {
        margin-left: 10px;
        padding-left: 10px;
        height: 30px;
        line-height: 30px;
        margin-top: 11px;
        border-left: 1px solid #e6e6e6;
    }

    .mobile_phone img {
        width: 18px;
        height: auto;
        margin-right: 5px;
    }

    .mobile_phone a {
        color: #333333;
        font-family: "dinexp";
    }

    .mobile_operate {
        width: 50px;
        height: 50px;
        background-color: #4B4F52;
        position: relative;
    }

    .home_top_menus {
        width: 25px;
        height: 20px;
        background: url(../images/menu.png) center center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 12px;
        right: 8px;
        margin: auto;
        cursor: pointer;
    }

    .home_top_menus.on {
        background: url(../images/menuclose.png) center center no-repeat;
        background-size: 69% 91%;
    }
    .home_mobile_navs {
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 44px;
        width: 100%;
        height: 94%;
        left: 0;
        z-index: 800;
        display: none;
        overflow: scroll;
    }

    .home_nav_list {
        background-color: #fff;
        margin-left: 0;
        padding: 0px 12px;
        border-top: 1px solid #e6e6e6;
        max-height: 94vh;
        /*overflow: scroll;*/
        overflow-y: auto;
    }
    .home_nav_list::-webkit-scrollbar{
        width: 0px;
    }
    .home_nav_list>li {
        display: block;
    }

    .home_nav_list>li>a {
        height: auto;
        line-height: normal;
        position: relative;
        color: #333;
        border-bottom: 1px solid #e6e6e6;
        display: inline-block;
        line-height: 50px;
        width: 100%;
    }

    .home_nav_list>li ul {
        position: static;
    }

    .home_nav_list li {
        position: relative;
    }

    .home_nav_list>li span {
        display: inline-block;
        vertical-align: middle;
        width: 80%;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }
    .home_nav_list>li i{
        width:7px;
        display:inline-block;
        background:url(../images/home_icon9.png) center center no-repeat;
        background-size:100% auto;
        position:absolute;
        right:0px;
        top:0px;
        bottom:0px;
        margin:auto;
    }

    .home_nav_lists {
        background-color: rgb(34 33 33 / 3%);
        margin-left: 0;
        padding: 0px 12px;
        border-top: 1px solid #e6e6e6;
        display: none;
    }

    .home_nav_lists>li {
        display: block;
    }

    .home_nav_lists>li>a {
        height: auto;
        line-height: normal;
        position: relative;
        color: #333;
        border-bottom: 1px solid #e6e6e6;
        display: inline-block;
        line-height: 60px;
        width: 100%;
    }

    .home_nav_lists>li ul {
        position: static;
    }

    .home_nav_lists li {
        position: relative;
    }

    .home_nav_lists>li span {
        display: inline-block;
        vertical-align: middle;
        width: 80%;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }
    .home_nav_lists>li i{
        width:10px;
        height:18px;
        display:inline-block;
        background:url(../images/home_icon9.png) center center no-repeat;
        background-size:100% 100%;
        position:absolute;
        right:0;
        top:0;
        bottom:0;
        margin:auto;
    }

    .footerInput{
        width: 86%;
    }
    .footer_input_box{
        width: 100%;
    }
    .footer_box_top{
        width: 100%;
    }
    .public_footer{
        padding: 24px 0px 0px;
    }
    .footer_email{
        margin-bottom: 14px;
    }
    .footerCheckBox{
        margin-top: 15px;
        padding-bottom: 14px;
        border-bottom: 1px solid #ffffff13;
        overflow: hidden;
    }
    .public_footer_info{
        width: 100%;
        margin: 0px;
    }
    .public_footer_left{
        margin-top: 17px;
        padding-bottom: 14px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ffffff13;
        overflow: hidden;
    }
    .public_footer_info_title{
        margin-top: 19px;
        position: static;
        padding-bottom: 0px;
        font-weight: bold;
        color: #fff;
    }
    .footer_img_box{
        margin-right: 3%;
        width: 30%;
        text-align: center;
    }
    .public_img_imgs{
        padding-bottom: 14px;
        border-bottom: 1px solid #ffffff13;
    }
    .footer_pay_box{
        margin: 20px 0px;
    }
    .footer_pay_box p{
        font-weight: bold;
    }
    .public_footer_bottom_left{
        display: none;
    }
    .public_footer_bottom_right{
        text-align: center;
    }
    .public_footer_bottom_right{
        padding: 16px 0px;
        font-size: 12px !important;
        float: initial;
        color: #ffffff;
        opacity: 0.4;
    }
    .public_footer_bottom_right a{
        color: #ffffff;
    }
    .public_footer_bottom_right span:nth-child(1){
        display: block;
    }

    .public_mari_top{
        margin-top: 44px;
    }
    .public_logo{
        bottom: 25px;
    }
    .mobile_title .public_logo {
        max-width: 51%;
        height: auto;
        bottom: 25px;
    }
    .layui-laydate-main{
        display: block !important;
    }
    .layui-laydate, .layui-laydate-hint{
        left: calc(50% - 136px) !important;
    }
    .layui-laydate-range{
        width: auto !important;
    }
    .public_right{
        /*top: 55vh;*/
        bottom: 15vh !important;
        right: 2%;
    }
    .eclipses{
        width: 80% !important;
    }
    .eclipseTitle{
        padding: 20px;
    }
    .eclipseTitle h2{
        margin: 0px;
    }
    .eclipseContent{
        padding: 20px;
    }
    .eclipseBtn .btn1{
        width: auto;
        height: auto;
        line-height: normal;
        padding: 15px 20px;
        margin-right: 5%;
        min-width: 40%;
    }
    .eclipseBtn .btn2{
        width: auto;
        height: auto;
        line-height: normal;
        padding: 15px 20px;
        min-width: 40%;
        margin-right: 0px;
    }
    .ess_box{
        padding: 10px;
    }
    .eclipseBtn .btn3{
        width: auto;
        height: auto;
        line-height: normal;
        padding: 15px 20px;
        margin-right: 5%;
        min-width: 40%;
    }
}