/* ====== 其它公共部分 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: 100%;
    min-width: 1500px;
    box-sizing: border-box;
    margin: 0px auto
}

.width1440 {
    width: 1440px;
    margin: 0px auto;
}

.width1200 {
    width: 1200px;
    margin: 0px auto;
}

.width1260 {
    max-width: 1260px;
    min-width: 1200px;
    margin: 0px auto
}

@media (max-width: 767px) {
    
    .width1500 {
        padding-left: 4%;
        min-width: 100%;
        padding-right: 4%;
       
    }
    .width1480,
    .width1500,
    .width1200,
    .width1440 {
        width: 100%;
    }
}


/* ====== 网页的宽度 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_top10:hover {
    transform: translateY(-10px);
}

.boxShadow:hover{
    box-shadow: 0px 15px 30px 0px 
    rgba(177, 177, 177, 0.25);
}



/* ====== 鼠标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: #3679ff;
    border-radius: 4px;
}


/* ====== 优化滚动条样式 end ====== */


/* ====== 公共的类 ====== */

.fl {
    float: left;
}

.fr {
    float: right;
}

.fontWeightBold {
    font-weight: bold;
}
.overflow{
    overflow: hidden;
}
.flex_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_spaceBetween{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex_baseline{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.flex_flexStart{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex_directioColumn{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.flex_directioColumnCenter{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.text_overflow_1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.text_overflow_2,
.text_overflow_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text_overflow_2 {
    -webkit-line-clamp: 2;
}

.text_overflow_3 {
    -webkit-line-clamp: 3;
}


/* ====== 公共的类 end ====== */


/* ====== 其它公共部分 end ====== */


/* ====== 分页 start ====== */

.pages {
    margin-top: 40px;
    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 {
    background-color: #1d7ce0;
    border: none;
    color: #fff;
}



/* 基础样式 */

.pages a {
    display: inline-block;
    width: 36px;
	height: 36px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    text-decoration: none;
    position: relative;
    color: #666666;
    background-color: #f5f5f5;
}
.pages a + a {
    margin-left: 14px;
}



.pages a img {
    width: 7px;
	height: 12px;
}
.pages a:hover .prev_preHover,
.prev_preImg {
    display: inline-block;
}
.pages a:hover .prev_preImg,
.prev_preHover {
    display: none;;
}

.pages a:hover {
    background-color: rgba(29, 124, 224, 0.1);
    color: #1d7ce0;
}

/* 跳转到第一页 / 最后一页的 图片切换显示 */

.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%;
}


/* ====== 分页 end ====== */


/* ====== 内页面包屑 start ====== */

.crumbs_tabs {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.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: 6px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.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 ======*/


/*  ====== 公共头部 start ====== */

.public_top {
    height: 110px;
    padding: 20px;
    background-color: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}


.public_headerLogo {
    /*width: 430px;
	height: 70px;*/
}

.public_headerLogo img {
    width: auto;
    height: 100%;
}

.public_headerNav {
    width: auto;
    margin-top: 20px;
}
.public_headerNav ul {
    margin: 0px;
}
.public_headerNav li {
    position: relative;
    float: left;
    width: auto;
}
.public_headerNav li + li{
    margin-left: 40px;
}

.public_headerNav li a {
    display: block;
    padding-bottom: 18px;
    color: #666;
    box-sizing: border-box;
    position: relative;
}

.public_headerNav li a:after {
    content: "";
    width: 0px;
    height: 4px;
    background: #3679ff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -20px;
    transition: all 0.5s;
}
.public_headerNav li.navActive a,
.public_headerNav ul li a:hover{
    color: #231815;
    font-weight: bold;
}





.public_headerNav li a:hover:after,
.public_headerNav li.navActive a:after {
    width: 40px;
    display: block;
}



.public_header_subtitle {
    width: 170px;
    background: #fff;
    position: absolute;
    top: 100px;
    left: calc(50% - 85px);
    display: none;
}

.public_header_subtitle::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    top: -20px;
    left: calc(50% - 10px);
}

.public_headerNav li .public_header_subtitle a {
    float: left;
    width: 100%;
    height: 87px;
    line-height: 87px;
    text-align: center;
    color: #666;
    /* padding: 25px 30px; */
    position: relative;
}

.public_headerNav li .public_header_subtitleNews a {
    height: 60px;
    line-height: 60px;
}

.rong {
    position: absolute;
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background-color: #e5e5e5;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nav_logo {
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
}

.nav_text {
    line-height: 42px;
    display: inline-block;
    /* vertical-align: middle; */
}

.nav_logo img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.public_headerNav li .public_header_subtitle a:after {
    display: none;
}

.public_headerNav li .public_header_subtitle a:hover {
    color: #008cf6;
    background: #f7f1db;
}

.public_headerNav li:hover .public_header_subtitle {
    display: block;
    box-shadow: 0px 10px 30px 0px rgba(34, 34, 34, 0.1);
}

.mobilePublic_topNav {
    z-index: 999999;
    width: 100%;
    height: calc(100% - 50px);
    position: fixed;
    top: 49px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    overflow: hidden;
    overflow-y: auto;
}

.mobilePublic_topNav ul li {
    height: auto;
    padding: 0px;
    line-height: 50px;
    border-top: 1px solid #eaeaea;
    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;
    position: relative;
}




/* ====== 公共头部 end  ====== */


/* ====== 公共底部 start  ====== */

.public_footer {
    width: 100%;
    overflow: hidden;
    background: #4d4d4d;
}

.public_bottomLogo {
    width: 231px;
	height: 66px;
}
.public_footer_top {
    padding-top: 50px;
    padding-bottom: 60px;
}
.public_footer_nav {
    margin-left: 260px;
}
.public_footer_contact {
    margin-left: 225px;
}

.public_footer_followUsLabel,
.public_footer_navLabel {
    color: #ffffff;
    display: block;
    padding-bottom: 23px;
    position: relative;
    width: 80px;
    font-weight: bold;
}
.public_footer_navLabel::after{
    content: "";
    width: 40px;
    height: 2px;
    background: #3679ff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    
}
.public_footer_contact ul,
.public_footer_top .public_footer_nav ul  {
    margin-top: 18px;
    margin-bottom: 0px;
}
.public_footer_top .public_footer_nav ul  {
    width: 200px;
}

.public_footer_top .public_footer_nav ul li {
    float: left;
    margin-right: 20px;
}
.public_footer_contact ul li a,
.public_footer_top .public_footer_nav ul li a {
    line-height: 30px;
	color: #ffffff;
	opacity: 0.8;  
    display: block;
    text-align: left;
}
.public_footer_top .public_footer_nav ul li a {
    width: 80px;
}
.public_footer_top .public_footer_nav ul li a:hover{
    opacity: 1;
}

.public_footer_contact ul li + li{
    margin-top: 10px;
}
.public_footer_contact ul li a {
    width: 240px;
    padding-left: 34px;
}

.public_footer_contact_email {
    background: url(../images/bottom_icon_email.png) left center no-repeat;
}
.public_footer_contact_tel {
    background: url(../images/bottom_icon_tel.png) left center no-repeat;
}
.public_footer_contact_address {
    background: url(../images/bottom_icon_loaction.png) left center no-repeat;
}
.public_footer_followUs {
    width: 100px;
    text-align: center;
}
.public_footer_followUs img{
    width: 100px;
    height: 100px;
}

.public_footer_followUsLabel {
   width: 100%;
   text-align: center;
}
.public_footer_bt {
    text-align: center;
    padding: 20px;
    border-top:1px solid rgba(255, 255, 255, 0.2)
}
.public_footer_bt p,
.public_footer_bt p a {
    color: #ffffff;
    display: inline-block;
}
.public_footer_bt p{
	opacity: 0.6;
}
.public_footer_bt p + p{
    margin-left: 20px;
}

/* ====== 公共底部 end ====== */

/* ====== 公共的样式 end ====== */
.pages_container .prev_preMobile.prev_preMobileActive,
.public_more {
   
    padding: 10px 30px;
    box-sizing: border-box;
    
    border-radius: 24px;
}
.public_more {
    color: #fefeff;
    background: url(../images/index_moreBg.png) 50% 50% no-repeat;
    background-size: cover;
    width: 160px;
	height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.public_more img{
    width: 13px;
	height: 14px;
}
.public_moduleTitleWhite,
.public_moduleTitle {
    line-height: 30px;
    width: 100%;
   
    position: relative;
    font-weight: 600;
}
.public_moduleTitle {
    padding-bottom: 16px;
    text-align: center;
    color: #333333;
}
.public_moduleTitleWhite {
    color: #fff;
    text-align: left;
    padding-bottom: 26px;
}
.public_moduleTitleWhite::after,
.public_moduleTitle::after{
    content: '';
    width: 50px;
	height: 3px;
    position: absolute;
    bottom: 0px;
}
.public_moduleTitle::after {
    background-color: #3679ff;
    left: 50%;
    margin-left: -25px;
}
.public_moduleTitleWhite::after{
    background-color: #fff;
    left: 0%;
}

.layui-layer {
    margin-left: -480px !important;
    margin-top: -272px !important;
    top:50% !important;
    left: 50% !important;
}



/* ========== 公共样式六 开始 ========== */
.publicModule6 {
    height: auto;
    overflow: hidden;
    padding-top: 40px;
}

.imgSwiper {
    position: relative;
}

.publicModule6 .swiper-wrapper {
    align-items: center;
}

.publicModule6 .swiper-slide {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.publicModule6 .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.publicModule6 .swiper-slide div {
    display: none;
}

.publicModule6 .swiper-slide h3,
.publicModule6 .conTxt h3 {
    color: #333;
    margin-bottom: 18px;
}

.publicModule6 .swiper-slide p,
.publicModule6 .conTxt p {
    color: #666666;
    line-height: 1.7;
}

/*  */
.publicModule6 .swiper-slide-active {
    z-index: 2;
    transform: scale(1.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.publicModule6 .swiper-slide-active::before {
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.publicModule6 .swiper-button-prev,
.publicModule6 .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.publicModule6 .swiper-button-prev {
    left: 12%;
}

.publicModule6 .swiper-button-next {
    right: 12%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}



/*  */
.conTxt {
    padding-top: 65px;
    width: 60%;
    margin: 0px auto;
    text-align: center;
}

/* 移动端 */
@media (max-width: 767px) {
    .publicModule6 {
        margin-top: 20px;
        padding-top: 0px;
    }

    .publicModule6 .swiper-slide-active {
        transform: scale(1);
    }
    .publicModule6 .swiper-slide img {
        width: 100%;
        height: auto;
    }


    .publicModule6 .swiper-button-prev,
    .publicModule6 .swiper-button-next {
        display: none;
    }

    .publicModule6 .swiper-slide-active {
        transform: scale(1.6);
    }

    .conTxt {
        padding-top: 20px;
        width: 100%;
    }

    .publicModule6 .conTxt h3 {
        margin-bottom: 0;
    }
    .imgSwiper {
        overflow: hidden;
    }
}

/* ========== 公共样式六 结束 ========== */

.public_leftBg,
.public_rightBg {
   position: relative;
}
.public_rightBgImg {
    position: absolute;
    top:0px;
    right: 0px;
}

 .public_leftBgImg {
     position: absolute;
     bottom:0px;
     left: 0px;
 }


/* ====== 公共的样式 end ====== */




@media (max-width: 767px) {
    body {
        padding-top: 50px;
    }
    .public_footer_nav,
    .public_header {
        width: 100%;
    }
    .mobilePublic_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        background-color: #fff;
        position: fixed;
        top: 0;
        z-index: 111;
    }
    .mobilePublic_topLogo {
        width: 120px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-left: 4%;
    }
    .mobilePublic_topLogo img {
        max-width: 100%;
        height: auto;
    }
    /* ====== 移动端右边点击菜单按钮 start ======= */
    .mobleMenu_button {
        float: right;
        display: block;
        width: 50px;
        height: 50px;
        background: #0062e3;
        line-height: 55px;
        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: 20px;
        height: 1px;
        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: 20px;
        height: 1px;
        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: 0px center;
        transform-origin: 0px 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);
        left: -5px;
    }
    .mobleMenu_button.on .mobleLines_button.x .mobleLines:after {
        background: #fff;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        left: -5px;
    }
    /* ====== 移动端右边点击菜单按钮 end ======= */
    .topNav_Info {
        display: flex;
        width: 90%;
        margin: 0 auto;
        /* justify-content: space-around; */
        flex-direction: column;
        /* align-items: center; */
        background-color: rgb(34 33 33 / 3%);
        padding: 0 3%;
    }
    .topNav_Info>a {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e6e6e6;
        color: #333;
    }
    .topNav_Info>a:last-child {
        border-bottom: none;
    }
    .topNav_Info>a .topNav_Info_logo {
        /* width: 42px;
        height: 42px;
        line-height: 42px; */
        width: 35px;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        text-align: center;
    }
    .topNav_Info_text {
        color: #333;
        margin-left: 10px;
    }
    .mobile_down {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        transition: all .3s;
    }
    .topNav_box_active .mobile_down {
        transform: translateY(-50%) rotate(180deg);
    }
    .topNav_content {
        display: none;
        padding-bottom: 20px;
    }
    .mobile_right {
        display: flex;
        align-items: center;
    }
    .search_mobile {
        margin-right: 20px;
        width: 26px;
        height: 26px;
        line-height: 1;
    }
    .fontSize_46 {
        font-size: 22px !important;
        font-weight: bold;
    }
    /* ========== mobile botom start ========== */
    .public_footer_top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer_link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer_link_btn {
        width: 100%;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    .footer_link_li {
        width: 100%;
        display: flex !important;
        justify-content: space-around;
        margin-top: 20px;
    }
    .footer_link_li li {
        margin-left: 0 !important;
    }
    .footer_contact,
    .icon_container,
    .footer_contact_right>p {
        margin-top: 10px !important;
    }
    .footer_contact {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer_contact_left {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }
    .footer_contact_left>.fontSize_32 {
        margin: 10px 0 !important;
    }
    .footer_contact_right {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }
    .subscription_code {
        width: 100px !important;
        height: 100px !important;
        line-height: 100px !important;
    }
    .subscription_code img {
        max-width: 100%;
        height: auto;
    }
    .public_footer_bt {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0 0 !important;
    }
    .public_footer_bt>p {
        margin-bottom: 10px !important;
        padding: 0 3%;
    }
    .copyRight {
        display: flex;
        word-break: break-all;
        text-align: center;
    }
    .icon_item_code {
        left: 80px !important;
    }
    /* ========== mobile botom end ========== */
    .icon_container .icon_item_pic {
        width: 35px !important;
        height: 35px !important;
    }
    .icon_container .icon_item_pic img {
        width: 35px !important;
        height: 35px !important;
    }
    .public_footer_contact,
    .public_footer_nav{
        margin-left: 0px;
    }

    .public_footer_followUsLabel, .public_footer_navLabel {
        padding-bottom: 15px;
    }
    .public_footer_contact ul, .public_footer_top .public_footer_nav ul {
        margin-top: 10px;
    }
    .public_footer_contact {
        margin-top: 20px;
    }

    .prev_preMobile,
    .public_more {
        width: 140px;
        height: 46px;
        padding: 10px 20px;
    }

    .pages_container .prev_preMobile{
        display: inline-block;
        width: 49%;
        color: #333;
        font-size: 16px;
        text-align: center;
        border:1px solid #efefef;
        border-radius: 24px;
    }
    .pages_container  {
        margin-top: 20px;
    }
  
    .pages_container .prev_preMobile + .prev_preMobile {
        margin-left: 2%;
    }

}




@media (max-width: 767px) {
    .public_banner.width1500{
        padding: 0px;
    }
    
    .layer_video_pop_up_content video,
    .layer_video_pop_up_content {
        width: 100%;
        padding: 0px;
        overflow: hidden;
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-sizing: border-box;
        overflow: hidden;
        display: block;

    }

    .layui-layer {
        margin-left: 0px !important;
        margin-top: 0px !important;
        top:25% !important;
        left: 0% !important;
    }
    .layui-layer-setwin .layui-layer-close2 {
        right: 0px;
        top: -48px;
    }

    .public_moduleTitleWhite {
        padding-bottom: 15px;
    }
    
}


@media (max-width: 368px) {
    .mobilePublic_top {
        height: 50px;
        line-height: 50px;
        overflow: hidden;
    }
    
    .mobilePublic_topLogo {
        margin-top: 7px;
    }
    .mobleLines {
        transform: translateY(-10px);
    }
    .mobilePublic_topNav {
        top: 50px;
    }
    .mobilePublic_topNav ul li {
        line-height: 40px;
    }
    .icon_item {
        margin-right: 10px !important;
    }
}


