/* ====== 其它公共部分 start====== */

.clamp1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}


/* 文字多行，多余省略号 */

.clamp2,
.clamp3,
.clamp4,
.clamp5,
.clamp6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}

.clamp5 {
    -webkit-line-clamp: 5;
}

.clamp6 {
    -webkit-line-clamp: 6;
}


/* ========== 限制文本行数 结束 ========== */

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 ======*/

.width1760 {
    max-width: 100%;
    min-width: 1760px;
    margin: 0px auto
}

.width1680 {
    width: 1680px;
    margin: 0px auto;
}

.width1200 {
    width: 1200px;
    margin: 0px auto;
}

.width1260 {
    max-width: 100%;
    min-width: 1200px;
    margin: 0px auto
}

@media (max-width: 767px) {
    .width1760 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
        min-width: auto;
    }

    .width1680 {
        width: 100%;
    }

    .width1260 {
        max-width: 100%;
        min-width: 100%;
        margin: 0px auto;
        /* display: none; */
    }

    .width1200 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
}


/* ====== 网页的宽度 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 ====== */

body::-webkit-scrollbar {
    width: 0px;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

.scrollbar::-webkit-scrollbar-track {
    background: #666;
    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;
    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;
    font-size: 0px;
}

.hoverEffect a.next_nex:hover,
.hoverEffect a.prev_pre:hover,
.hoverEffect a:hover {
    background-color: #008cf6;
    border: none;
    color: #fff;
}

.pages a.on,
.pages_confirm {
    background-color: #008cf6;
    border: none;
    color: #fff;
    font-size: 14px;
}

.pages_confirm {
    width: 70px;
    height: 40px;
    background-color: #008cf6;
    display: inline-block;
    position: relative;
    top: 6px;
}

.pages_input {
    display: inline-block;
    width: 160px;
    color: #333;
    height: 40px;
    font-size: 0px;
    position: relative;
    top: 6px;
}

.pages_input span {
    display: inline-block;
    font-size: 14px;
}

.pages_input input {
    font-size: 14px;
    width: 70px;
    height: 40px;
    line-height: 40px;
    margin: 0px 10px;
    border: solid 1px #d4d4d4;
    padding: 0px 10px;
}


/* 基础样式 */

.pages a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    color: #333;
    margin: 0 6px;
    border-radius: 4px;
}

.hoverEffect a.next_nex,
.hoverEffect a.prev_pre {
    width: 80px;
    text-align: center;
    background-color: #f6f6f6;
    display: inline-block;
}

.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;
}

.pages_mobile a {
    display: inline-block;
    width: 47.5%;
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
}

.pages_mobile a+a {
    margin-left: 5%;
}

@media (max-width: 767px) {
    .pages {
        margin: 0px 0 20px;
    }
}


/* ====== 分页 end ====== */


/* ====== 内页面包屑 start ====== */

.crumbs_tabs {
    /* background-color: #fff; */
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(000, 000, 000, 0.4), rgba(000, 000, 000, 0));
}

.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_link {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.crumbs a,
.crumbs span {
    vertical-align: middle;
    margin-right: 3px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.crumbs>span {
    font-size: 22px;
}

.crumbs a:hover,
.styleDisplay_detail a:hover,
.styleDisplay_recommendList a:hover p,
.crumbs a:hover span {
    color: #008cf6;
}

.crumbs a img {
    width: 17px;
    height: 18px;
    margin-right: 5px;
    margin-top: -4px;
}


/* ====== 内页面包屑 end ====== */


/* ====== 内页banner start ====== */

.public_banner {
    overflow: hidden;
    position: relative;
}

.public_banner>img {
    width: 100%;
    height: auto;
    z-index: 1;
}


/* ====== 内页banner end ====== */


/* ====== 富文本外层div start ======*/

.rich_text {
    width: 100%;
    overflow: hidden;
}

.rich_text img {
    max-width: 100%;
}


/* ====== 富文本外层div end ======*/


/* ============================= 头部 开始 ============================= */


/* =========== pc端头部 开始 =========== */

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9995;
    background: #fff;
    box-shadow: 0px 6px 20px rgba(16, 59, 138, 0.07);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 265px;
    height: auto;
}

.whiteLogo {
    display: none;
}

.headerUl {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.headerList {
    color: #333;
    line-height: 100px;
    text-align: center;
    position: relative;
}

.headerList::after {
    content: "";
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 3px;
    background: #1b75f3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.headerList>a {
    color: #333;
    padding: 0px 32px;
    display: block;
}

.headerList:hover>a {
    color: #333;
    font-weight: 600;
}

.headerList.active::after {
    width: 36px;
}

.headerList:hover::after {
    width: 36px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.headerList.active>a {
    color: #333;
    font-weight: 600;
}


/* 下拉菜单 */

.dropDown {
    position: absolute;
    top: 120px;
    left: -99999px;
    transform: translateX(-50%);
    min-width: 300px;
    height: auto;
    opacity: 0;
    -webkit-transition: top 0.5s, opacity 0.5s;
    -moz-transition: top 0.5s, opacity 0.5s;
    -o-transition: top 0.5s, opacity 0.5s;
    transition: top 0.5s, opacity 0.5s;
}

.dropDown ol {
    position: relative;
    background: #fff;
    /*padding: 42px;*/
    padding:20px 30px;
    box-shadow: 0px 6px 20px rgba(16, 59, 138, 0.12);
}

.dropDown ol li+li {
    margin-top: 10px;
}

.dropDown a {
    line-height: 42px;
    color: #333;
    display: block;
}

.dropDown li:hover a {
    color: #1b75f3;
    font-weight: 600;
}

.dropDown li a img {
    width: 42px;
    height: 42px;
    margin-right: 30px;
}

.headerList:hover .dropDown {
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    opacity: 1;
    -webkit-transition: top 0.5s, opacity 0.5s;
    -moz-transition: top 0.5s, opacity 0.5s;
    -o-transition: top 0.5s, opacity 0.5s;
    transition: top 0.5s, opacity 0.5s;
}

.telNumber {
    display: flex;
    align-items: center;
}

.telNumber a {
    color: #333333;
}

.telNumber img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .header {
        display: none;
    }

    .pages_prev,
    .pages_next {
        width: 80px !important;
        background-color: #e6e6e6;
    }
}


/* ====== 右侧侧边栏 start ======*/

.public_right {
    position: fixed;
    right: 20px;
    bottom: 275px;
    z-index: 100;
    box-shadow: 0px 7px 27px 5px rgba(50, 58, 67, 0.07);
    border-radius: 6px 0px 0px 6px;
}

.public_right1 {
    position: fixed;
    right: 20px;
    bottom: 210px;
    z-index: 100;
    box-shadow: 0px 7px 27px 5px rgba(50, 58, 67, 0.07);
    border-radius: 6px 0px 0px 6px;
    padding: 0px 10px;
    background-color: #fff;
}

.public_right1 .public_right_div1 {
    border-bottom: 1px solid #e6e6e6;
}

.public_right .public_right_div1,
.public_right1 .public_right_div1 {
    padding: 18px 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.public_right_div111 {
    padding: 18px 20px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: none;
}

.public_right .public_right_div1 p,
.public_right_div111 p,
.public_right1 .public_right_div1 p {
    margin-bottom: 0px;
    margin-top: 10px;
    /*color: #666666; 03-10 lisuwan modify*/
    color: #696969;
    font-size: 14px;
}

.public_static {
    display: inline-block;
}

.public_active {
    display: none;
}

.public_right .public_right_div1:hover p,
.public_right_div111:hover p,
.public_right1 .public_right_div1:hover p {
    color: #1b75f3;
    font-weight: 600;
}

.public_right .public_right_div1:hover .public_active,
.public_right1 .public_right_div1:hover .public_active {
    display: inline-block !important;
}

.public_right1 .public_right_div111:hover .public_active {
    display: inline-block !important;
}

.public_right_hidden {
    position: absolute;
    background-color: transparent;
    right: 80px;
    padding-right: 10px;
    top: 0px;
    display: none;
}

.public_right_hidden_content {
    padding: 20px 15px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 7px 27px 5px rgba(50, 58, 67, 0.07);
    border-radius: 6px;
    min-width: 220px;
}

.public_right_hidden_top {
    text-align: left;
}

.public_right_hidden_top a {
    color: #026ef5;
    vertical-align: middle;
    display: inline-block;
    margin-left: 3px;
}

.public_right_hidden_buton {
    width: 100%;
    height: 44px;
    background-color: #026ef5;
    border-radius: 4px;
    line-height: 44px;
    text-align: center;
    margin: 22px 0px;
    color: #fcfcfc;
    display: block;
}

.public_hide_box_box4_top {
    width: 100%;
    height: 253px;
    position: relative;
}

.public_right_ewm {
    width: 100%;
    text-align: center;
}

.public_right_ewm img {
    max-width: 100%;
    height: auto;
}

.public_right_ewm div {
    margin-top: 10px;
    color: #696969;
}

.public_right_div1:hover .public_right_hidden {
    display: block;
}

.public_right_div111:hover .public_right_hidden {
    display: block;
}

.public_hide_box_box4_top img {
    max-width: 100%;
    height: auto;
}

.public_hide_box_box4_top_content {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 75px;
    overflow: hidden;
}

.public_hide_box_box4_top_left {
    width: 60%;
    height: 100px;
    overflow-y: auto;
}

.public_hide_box_box4_top_left::-webkit-scrollbar {
    width: 0px;
}

.public_box4_title {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
}

.public_box4_text {
    color: #ffffff;
}

.public_hide_box_box4_top_right {
    width: 30%;
    text-align: right;
    padding-top: 20px;
}

.public_hide_box_box4_top_right a {
    display: inline-block;
    border: solid 1px #ffffff;
    padding: 10px 25px;
    color: #fff;
    margin-left: 40px;
    cursor: pointer;
}

.public_hide_box_box4_bottom {
    margin-top: 30px;
}

.public_hide_box_box4_bottom .public_hot_list {
    width: 15%;
    margin-right: 2%;
}

.public_hide_box_box4_bottom .public_hot_list:nth-child(6n) {
    margin-right: 0px;
}

.public_pc_top {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.103);
    padding-bottom: 37px;
}

.public_pc_top_left {
    width: 70%;
}

.public_pc_top_img {
    width: 165px;
    height: 55px;
    line-height: 55px;
    display: block;
    margin-right: 30px;
}

.public_pc_top_img {
    max-width: 100%;
    height: auto;
}

.public_footer_title {
    position: relative;
    padding-left: 31px;
    margin-top: 10px;
}

.public_footer_title::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 31px;
    background-color: #ffffff;
    opacity: 0.2;
    left: 0px;
    top: calc(50% - 15px);
}

.public_pc_top_right {
    width: 30%;
    text-align: right;
    z-index: 1;
}

.public_pc_top_right_select {
    text-align: left;
    width: 180px;
    height: 44px;
    border: solid 1px #ffffff2d;
    box-sizing: border-box;
    line-height: 40px;
    padding: 0px 17px;
    float: right;
    position: relative;
    cursor: pointer;
}

.public_pc_top_right_select span {
    display: inline-block;
    margin: 0px 5px;
    vertical-align: middle;
}

.public_pc_top_right_selects {
    position: absolute;
    right: 17px;
    top: 19px;
}

.public_pc_top_right_select ul {
    position: absolute;
    top: 44px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
    left: 0px;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1;
    border-radius: 2px;
}

.public_pc_top_right_select ul::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.public_pc_top_right_select ul::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}

.public_pc_top_right_select ul::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #e5e5e5;
}

.public_pc_top_right_select ul li {
    display: block;
    width: 100%;
    padding: 0px 10px;
    background-color: #fff;
}

.public_pc_top_right_select ul li a {
    color: #000;
    font-size: 14px;
}

.public_pc_top_right_select:hover .public_pc_top_right_ul {
    display: block;
}

.public_pc_botom {
    padding-top: 20px;
}

.public_pc_botom_title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

.public_pc_botom_title::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #ffffff;
}

.public_pc_botom_list {
    margin-right: 3%;
}

.public_pc_botom_list ul li {
    display: block;
    margin-bottom: 15px;
}

.public_pc_botom_list ul li a {
    display: inline-block;
}

.to_phone {
    display: inline-block;
    margin-left: 16px;
    color: #ffffff;
    font-family: "OPPOSans-B";
    vertical-align: middle;
}

.to_email {
    display: inline-block;
    color: #ffffff;
    opacity: 0.6;
    margin-left: 27px;
}

.stts {
    padding-left: 10px;
}

.to_address {
    margin-left: 30px;
    color: #ffffff;
    opacity: 0.6;
}

.to_address p {
    margin-bottom: 12px;
}

.public_pc_botom_list2 {
    margin: 0px 3% 0px 3%;
}

.public_pc_botom_list2_img {
    width: 160px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.public_pc_botom_list2_img img {
    max-width: 100%;
    height: auto;
}

.public_pc_botom_list2_title {
    margin-bottom: 40px;
}

.public_pc_botom_list_more {
    width: 120px;
    height: 38px;
    border: solid 1px #ffffff;
    opacity: 0.3;
    text-align: center;
    display: block;
    line-height: 38px;
    color: #fff;
}

.public_pc_botom_list_more:hover {
    border: 1px solid #006cce;
    opacity: 1;
    color: #006cce;
    background-color: #fff;
    box-sizing: border-box;
}

.public_pc_botom_list3 {
    width: 23%;
}

.public_pc_botom_list3 ul {
    display: inline-block;
    width: 100%;
    /* margin-left: 10%; */
}

.public_pc_botom_list3 ul:nth-child(even) {
    margin-left: 0px;
}

.public_pc_botom_list3 ul li {
    float: left;
    width: 50%;
}

.public_pc_botom_list3 ul li a {
    color: #ffffff;
    opacity: 0.6;
}

.public_pc_botom_list4 {
    width: 15%;
}

.public_pc_botom_list4 ul {
    display: inline-block;
    width: 100%;
}

.public_pc_botom_list4 ul li {
    float: left;
    width: 50%;
}

.public_pc_botom_list4 ul li a {
    color: #ffffff;
    opacity: 0.6;
}

.public_pc_botom_lista ul li a {
    color: #ffffff;
    opacity: 0.6;
}

.public_pc_botom_list6 {
    margin-right: 0px;
}


/* ====== 右侧侧边栏 end ======*/


/* =========== pc端头部 结束 =========== */


/* =========== 移动端头部 开始 =========== */

.mobleHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-left: 4%;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
    z-index: 9998;
}

.mobleHeader>div {
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobleHeader a {
    display: block;
}

.mobleHeader img {
    height: 34px;
    width: auto;
}


/* 按钮 */

.mobleMenu_button {
    width: 55px;
    line-height: 55px;
    text-align: center;
    background: #0573fa;
}

.mobleMenu_button span {
    display: inline-block;
    width: 14px;
    height: 2px;
    background: #fff;
    margin-bottom: 4px;
    margin-right: -5px;
    position: relative;
}

.mobleMenu_button span::after,
.mobleMenu_button span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobleMenu_button span:before {
    top: 9px
}

.mobleMenu_button span:after {
    top: -9px
}

.mobleMenu_button.on span {
    background: rgba(51, 51, 51, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobleMenu_button.on span::before,
.mobleMenu_button.on span::after {
    top: 0px;
    width: 22px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.mobleMenu_button.on span::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    margin-right: -3px;
}

.mobleMenu_button.on span::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    margin-right: -3px;
}


/* 下拉菜单 */

.mobleHeaderMenu {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 60px;
    z-index: 9997;
    background: #fff;
}

.mobleHeaderMenu ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.mobleHeaderMenu ul>li {
    margin-left: 4%;
    margin-right: 4%;
    position: relative;
    border-bottom: 1px solid #EDF0F4;
}

.mobleHeader a.telNumber {
    display: flex;
    align-items: center;
}

.mobleHeader a.telNumber img {
    height: 25px;
}

.mobleHeaderMenu a {
    display: block;
    font-size: 14px;
    line-height: 55px;
    color: #1A1A1A;
    text-transform: uppercase;
    margin-right: 55px;
}

.mobleHeaderMenu span {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 55px;
    height: 55px;
    background: url(../images/jt.png)no-repeat center right;
    background-size: 24px 24px;
}


/* 二级栏目 */

.mobleDropdown {
    display: none;
}

.mobleDropdown li {
    padding-left: 4%;
}

.mobleDropdown li>a {
    color: #4D4D4D;
    line-height: 45px;
}

.mhMenuList {
    padding-left: 18px;
}

.mhMenuList a {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 40px;
    color: #666;
}

.mhMenuList img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.mLanguage a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    text-transform: unset;
    margin-right: unset;
}

.mLanguage i {
    padding: 0px 8px;
}

.mLanguage a.on,
.footer2 ul li a:hover {
    color: #026ef5;
    opacity: 1;
}

@media (min-width:768px) {
    .mobleHeaderMenu {
        display: none !important;
    }

    .mobleHeader {
        display: none;
    }
}


/* =========== 移动端头部 结束 =========== */


/* ============================= 头部 结束 ============================= */


/* ============================= 底部 开始 ============================= */


/* =========== pc端底部 开始 =========== */

footer {
    background: #333;
    color: #fff;
}

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.footer2>div {
    float: left;
}

.footer1 a {
    display: block;
}

.footer1 div p:first-child {
    flex-shrink: 0;
}

.footer2 {
    margin-left: 120px;
    overflow: hidden;
}

.footer2 .footer2_navList,
.footer ul,
.footer p,
.footer2 ul {
    overflow: hidden;
    margin-bottom: 0px;
}

.footer2 ul li+li {
    margin-top: 10px;
}

.footer2 ul li a {
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.7;
}

.footer2 .footer2_navTitle {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer2>div+div {
    margin-left: 50px;
}

.footer3 li {
    padding-left: 50px;
    width: 295px;
    position: relative;
}

.footer3 li+li {
    margin-top: 30px;
}

.footer3 .index_telIcon img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    left: 0px;
    top: 3px;
    position: absolute;
}

.footer3 .index_telIcon a,
.footer3 .index_emailIcon a {
    color: #fff;
}

.footer3 .index_addressIcon {
    line-height: 28px;
    min-height: 28px;
}

.footer3 .index_addressIcon img {
    width: 18px;
    height: 20px;
    left: 8px;
    top: 5px;
    position: absolute;
}

.footer3 .index_emailIcon img {
    width: 18px;
    height: 14px;
    left: 8px;
    top: 3px;
    position: absolute;
}

.footer3 .weichatQrcode {
    width: 100px;
    text-align: center;
    margin-left: 50px;
}

.footer3 .weichatQrcode img {
    margin-bottom: 15px;
}

.footer1,
.footer2,
.footer3 {
    flex-shrink: 0;
}


/* 备案信息 */

.copyright {
    text-align: center;
    padding: 16px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    ;
    opacity: 0.8;
}

.copyright a {
    display: inline-block;
    color: #fff;
}

@media (max-width: 767px) {
    .footer1 {
        display: flex;
        width: 100%;
    }

    .footer1>a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .footer {
        padding: 40px 0 20px;
    }

    .footer2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 20px;
    }

    .footer2>div {
        margin-bottom: 10px;
    }

    .footer2>div+div {
        margin-left: 0;
    }

    .footer2 .footer2_navTitle {
        margin-bottom: 5px;
    }

    .footer2 ul li a {
        line-height: 26px;
    }

    .footer2 ul li+li {
        margin-top: 0;
    }

    .w5 {
        width: 50%;
    }

    .w3 {
        width: 33.3%;
    }

    .footer3 li {
        width: 100%;
    }

    .footer3 .index_telIcon img {
        top: 0;
    }

    .index_telIcon {
        height: 34px;
        line-height: 34px;
    }

    .footer3 li+li {
        margin-top: 10px;
    }

    .footer3 .weichatQrcode {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .footer3 .weichatQrcode img {
        margin-bottom: 5px;
    }
}


/* =========== pc端底部 结束 =========== */

.img_block {
    display: inline-block;
}

.img_none {
    display: none;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}


/* ====== 左侧电梯导航 start ====== */

.lift {
    position: fixed;
    top: 20%;
    left: 3%;
    display: none;
}

.lift ul li {
    padding-right: 20px;
    border-right: 1px solid #d2d7dd;
    position: relative;
    height: 70px;
    width: 180px;
}

.lift ul li:first-child {
    border: none;
}

.lift_circle {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    /* background-color: #dbebfe; */
    right: -11px;
    top: 50%;
    margin-top: -11px;
}

.circle_content {
    position: absolute;
    width: 12px !important;
    height: 12px;
    background-color: #d2d7dd;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}

.lift ul li a {
    /*color: #d2d7dd; 03-10 lisuwan modify*/
    color: #696969;
    float: left;
    text-align: right !important;
    display: block;
    width: 90%;
    padding-right: 5px;
}

.clearfix:after {
    /*ä¼ªå…ƒç´ æ˜¯è¡Œå†…å…ƒç´  æ­£å¸¸æµè§ˆå™¨æ¸…é™¤æµ®åŠ¨æ–¹æ³•*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6æ¸…é™¤æµ®åŠ¨çš„æ–¹å¼ *å·åªæœ‰IE6-IE7æ‰§è¡Œï¼Œå…¶ä»–æµè§ˆå™¨ä¸æ‰§è¡Œ*/
}

.li_content {
    /* background-color: pink; */
    width: 100%;
    position: absolute;
    height: 25px;
    line-height: 25px;
    left: 0;
    bottom: -13px;
    z-index: 1000;
}

.lift_li_active {
    border-right-color: #026ef5 !important;
}

.lift_a_active {
    color: #000 !important;
}

.lift_circle_active {
    background-color: #dbebfe;
}

.circle_content_active {
    background-color: #026ef5;
}

.li_content:hover a {
    color: #000;
}

.li_content:hover .circle_content {
    background-color: #026ef5;
}

.lift_active .lift_circle {
    background-color: #dbebfe;
}

.lift_active .lift_circle .circle_content {
    background-color: #026ef5;
}


/* ====== 左侧电梯导航 end ====== */


/* ========== popup start ========== */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9999;
    display: none;
}

.close_btn {
    position: absolute;
    right: 0;
    top: -80px;
    cursor: pointer;
}

.popup_container {
    width: 650px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 325px);
}

.public_applyShow .popup_container {
    top: 55%;
}

.popup_container_title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #1b75f3;
    height: 130px;
    background-color: #edf4fe;
    line-height: 130px;
    padding-left: 50px;
    position: relative;
    border-radius: 8px 8px 0px 0px;
}

.popup_container_title_pic {
    position: absolute;
    right: 40px;
    bottom: 10px;
}

.popup_form {
    width: 100%;
    padding: 60px 80px;
    background-color: #fff;
}

.popup_form_item {
    margin-bottom: 30px;
    height: 54px;
    line-height: 54px;
}

.popup_form_item_ipt {
    width: 400px;
}

.popup_form_item_ipt textarea {
    height: 110px;
}

.popup_form_item_ipt input,
.popup_form_item_ipt textarea {
    width: 100%;
    color: #333;
    border: solid 1px #dadde4;
    border-radius: 6px;
    padding-left: 20px;
}

.popup_submit {
    margin-top: 30px;
    width: 400px;
    height: 60px;
    background-color: #1b75f3;
    border-radius: 4px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.popup_hint {
    padding-left: 50px;
    letter-spacing: 0px;
    color: #1b75f3;
    height: 68px;
    background-color: #f2f8ff;
    border-radius: 0px 0px 8px 8px;
    line-height: 68px;
}

@media (max-width:1350px) {
    .popup_container {
        width: 600px;
    }

    .popup_form {
        padding: 40px;
    }

    .popup_submit {
        margin-top: 0;
    }

    .popup_container_title {
        height: 100px;
        line-height: 100px;
    }

    .popup_hint {
        height: 50px;
        line-height: 50px;
    }
}

.layui-layer-msg {
    min-width: none;
    width: 200px;
    left: calc(50% - 100px) !important;
}



.layui-layer-dialog .layui-layer-content {
    text-align: center;
}

@media (max-width:767px) {
    .popup_container {
        width: 92%;
        left: 4%;
    }

    .popup_container_title {
        height: 50px;
        line-height: 50px;
    }

    .popup_form {
        padding: 20px;
    }

    .popup_form_item {
        margin-bottom: 15px;
        height: 40px;
        line-height: 40px;
    }

    .popup_form_item_ipt {
        width: calc(100% - 60px);
    }

    .popup_container_title_pic {
        width: 80px;
    }

    .popup_submit {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
    }
}

@media (max-width:320px) {
    .popup_form {
        max-height: 250px;
        overflow-y: auto;
    }
}


/* ========== popup end ========== */

@media (max-width:767px) {
    .mobile_aside {
        position: fixed;
        right: 10px;
        bottom: 20%;
        width: 55px;
        height: 55px;
        background-color: #fff;
        box-shadow: 0px 10px 30px 0px rgba(158, 158, 158, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 6px;
        z-index: 100;
    }

    .mobile_aside_bottom {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        display: flex;
        z-index: 100;
        background-color: #fff;
        padding: 10px 0;
    }

    .mobile_aside_bottom>div {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .mobile_aside_bottom>div p {
        margin-bottom: 0;
    }

    .public_right_hidden {
        right: 50%;
        transform: translateX(50%);
        padding-right: 0px;
        top: -60px;
    }

    .pr {
        position: relative;
    }

    .public_right_hidden_content {
        min-width: 140px;
        padding: 10px;
    }

    .t160 {
        top: -160px;
    }

    .copyright {
        padding-bottom: 68px;
    }
}
.public_enlargeImgDiv {
    width: 800px;
    height: 800px;
    overflow: auto;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
.public_enlargeImgDiv img{
    max-width: 800px;
    height: auto;
    width:auto;
}


@media (max-width: 767px) {
    .public_enlargeImgDiv {
        width: 100%;
        height: 1000%;
    }

    .public_enlargeImgDiv img{
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }
}