*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:hover {
    color: #0182d5;
}

.layui-container {
    padding: 0 !important;
}

.text_duo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_dan {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*公共头部*/
.header-b {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);

}

.banner-box{
    background-color: #0066a4;
    height: 45px;
}


/*主导航*/

.flex {
    display: flex;
    align-items: center;
}

.logo-b {
    width: 22vw;

}

#nav-box {
    justify-content: space-around;
    padding: 0;
    background: none;
    /* padding-left:4vw;
    padding-right:1vw; */
    display: flex;
    align-items: center;
    flex: 1;
}

#nav-box li {
    width: 10%;
    height: 98px;
    text-align: center;
    line-height: 98px;
}

#nav-box a {
    color: #333;
    padding: 0;
    font-size: 16px;
}

#nav-box li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 3px;
    transition: all .2s;
    -webkit-transition: all .2s;
    pointer-events: none;
}

#nav-box.layui-nav .layui-nav-child {
    width: 180px;
    top: 98px;
    left: -50%;
    padding: 0;
    border: 0;
    border-bottom: 3px solid #0182d5;
}


#nav-box li .layui-nav-child dd {
    margin: 0;
}

#nav-box li .layui-nav-child dd a {
    color: #333;
    text-align: center;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    font-weight: normal;
    background: none;
    border-bottom: 1px solid #ddd;

}

#nav-box li .layui-nav-child dd:last-child a {
    border-bottom: 0;
}

#nav-box li .layui-nav-child dd a i {
    float: right;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    transition: ease .65s;
    color: #fff;
}

#nav-box li .layui-nav-child dd a:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #0182d5;
    position: absolute;
    left: 0;
    top: 0;
    transition: ease .65s;
    z-index: -1;
}

#nav-box li .layui-nav-child dd a:hover:before {
    width: 100%;
}

#nav-box li .layui-nav-child dd a:hover i {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

#nav-box li.layui-nav-item .layui-nav-child dd a:hover {
    color: #fff;
}

#nav-box .layui-this:after,
#nav-box .layui-nav-bar {
    width: 0 !important;
}

#nav-box .layui-nav-item a:hover,
#nav-box .layui-this a {
    color: #0182d5;
}

.layui-nav .layui-nav-more {
    font-size: 0;
}

.nav-bg {
    width: 100%;
    display: none;
    min-height: 430px;
    position: absolute;
    left: 0;
    top: 98px;
    background-color: hsla(0, 100%, 100%, 0.85);
    border-top: 1px solid #dddee0;
}

.nav-xl {
    width: 200%;
    text-align: left;
    position: absolute;
    left: 10px;
    top: 100%;
    z-index: 2;
    height: 0px;
    background-color: transparent;
    overflow: hidden;
    transition: all 0.5s;
}

.layui-nav-item:hover .nav-xl {
    height: 430px;
}

#nav-box .nav-xl a {
    display: block;
    color: #535353;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    padding: 10px 5px;
    text-align: left;

}

#nav-box .nav-xl a:hover {
    color: #1b88ed;
}

.section {
    background: #fff;
}
.zzzs-bg .cate-title,
.xwzx-bg .cate-title a {
    /* color: #fff; */
}

.section-x.flex {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.section-x {
    padding-top: 130px;
}

.section-x.flex>div {
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.nav-icon-x span {
    margin-left: 15px;
}

.nav-icon-x span:hover {
    cursor: pointer;
    color: #0182d5;
}

.nav-icon-x a {

    justify-content: center;
    margin-left: 1rem;
    color: #999;
}

#top-search {
    width: 30px;
    height: 30px;
    border: 1px solid #bbb;
    border-radius: 50%;
}

.nav-icon-x a:hover {
    color: #0182d5;
}

#top-search:hover {
    color: #fff;
    border-color: #fff;
    background-color: #0182d5;
}

.nav-icon-x .my-icon {
    font-size: 1.3rem;
}

/*搜索*/
#g-search {
    margin-right: 30px;
    min-height: 0;
   width: 55vw;
   height: 60vh;
   text-align: center;
   padding:0 80px;
   padding-top: 120px;
}
.hide{
    display: none;
}

#g-search .sousuo{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
#g-search p{
   font-size: 14px;
    text-align: center; 
    margin-top: 40px;
line-height: 1.5rem;
}


.g-search-txt,
.g-search-btn {
    height: 50px;
    line-height: 50px;
    border: none;
    vertical-align: top;
}

.g-search-txt {
    width: 100%;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    color: #666;
    border-radius: 2px;
}

.g-search-btn {
    width: 100px;
    background-color: #0182d5;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.g-search-btn:hover {
    background-color: #0182d5;
}

.g-search-btn .layui-icon-search {
    font-size: 32px;
}

/*banner*/
.zhuanti-b {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.zhuanti-b .bd li img {
    width: 100%;
    height:100%;
}

.zhuanti-b .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.zhuanti-b .hd {
    position: absolute;
    bottom:20vh;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.zhuanti-b .hd ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    line-height: 999px;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.zhuanti-b .hd ul li.on {
    background: #14928a;
}

.cate-title {
    font-size: 7vh;
    font-weight: 300;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}



/* 技术服务  */
.jsfw-bg {
    background: linear-gradient(to bottom, #f1f4f7, #bfd3ea);
}

.fw_wrap {
    width: 100%;
    display: flex;
    height: 100vh;
}

.fw_list {
    width: 33.3%;
    background-color: #fff;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    border-style: none;
    overflow: hidden;
}

.fw_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: hsla(0, 100%, 0%, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    overflow: hidden;
}

.fw_content i {
    display: block;
    font-size: 60px;
    margin-bottom: 40px;
    color: #fff;
}

.fw_content h3 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.fw_content p {
    width: 80%;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
}

.fw_list:nth-child(1) {
    background-image: url(../images/fw_01.jpg);
}

.fw_list:nth-child(2) {
    background-image: url(../images/fw_02.jpg);
}

.fw_list:nth-child(3) {
    background-image: url(../images/fw_03.jpg);
}

.fw_item {
    width: 100%;
    height: 100%;
    background-color: hsla(0, 100%, 0%, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 1s;
    overflow: hidden;
    /* border-top: 1px solid hsla(0, 100%, 100%, 0.3); */
}

.fw_item a {
    width: 80%;
    display: block;
    height: 7vh;
    border-bottom: 1px dashed hsla(0, 100%, 100%, 0.7);
    color: hsla(0, 100%, 100%, 0.85);
    font-size: 20px;
    line-height: 7vh;
    text-align: left;
    transition: all 0.5s;
}

.fw_item a:hover {
    color: #007ec9;
    background-color: hsla(0, 100%, 0%, 0.15);
    padding-left: 20px;
}

.fw_list:hover .fw_content {
    top: -100%;
}

.fw_list:hover .fw_item {
    top: 0;
}


/*经典案例*/

.jdal-bg {
    background: linear-gradient(to bottom, #f1f4f7, #e1eaf4);
}

.top_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* 标题 */
.pro_title {
    padding-bottom: 20px;
    /* border-bottom: 2px solid #0182d5; */
    text-align: left;
    display: flex;
    align-items: flex-end;
    letter-spacing: 3px;

}

.ch_text {
    font-size: 32px;
    font-weight: bold;
    color: #0182d5;
    /* color: #d71820; */

}

.ch_text span {
    font-size: 32px;
    font-weight: bold;
    /* color: #0182d5; */
    color: #414141;
    /* line-height: 57px; */
}

.en_text {
    text-transform: uppercase;
    color: #666666;
    margin-left: 4px;
    font-size: 18px;

}

/* 了解更多 */

.more_box {
    display: block;
    width: 190px;
    height: 42px;
    border: 1px solid #0182d5;
    color: #0182d5;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    margin-top: 30px;
    float: right;
    transition: all 0.5s;
}

.more_box:hover {
    background-color: #0182d5;
    color: #E6EEF6;
}


.top_wrap .hd ul {
    text-align: center;
}


.top_wrap .hd ul li {
    display: inline-block;
    padding: 0 13px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}

.top_wrap .hd ul li a {
    display: block;
    position: relative;
}

.top_wrap .hd ul li.on a {
    color: #0182d5;
    /* border-bottom: 2px solid #0182d5; */
}




.anl-list .bd {
    margin-top: 15px;
}

.img-list li a {
    display: block;
    color: #262626;
    overflow: hidden;
    /* box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 20%); */
}

.img-list li a .img-b {
    height: calc(100vh - 370px);
    max-height: 380px;
    text-align: center;
    overflow: hidden;
}

.img-list li a img {
    height: 100%;
    cursor: pointer;
    transition: all 0.5s;
}

.img-list li a img:hover {
    transform: scale(1.1);
}

.img-list .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    transition: all 0.5s;
}

.img-list li .con {
    position: relative;
    background-color: #fff;
}

.img-list li .con::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    background-color: #0182d5;
    transition: all 0.5s;

}

.img-list li .con::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    height: 2px;
    width: 0;
    background-color: #0182d5;
    transition: all 0.5s;
}

.img-list li:hover .con::before {
    width: 50%;
}

.img-list li:hover .con::after {
    width: 50%;
}
.img-list li a:hover .title{
width: 70%;
}
.img-list li a:hover .title,
.img-list li a:hover .i-more {
    color: #fff;
}

.img-list li a:hover .title,
.img-list li a:hover .i-more {
    color: #06a8f4;
}

.img-list .con .title {
    font-size: 16px;
    font-weight: 700;
}

.i-more {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    width: max-content;
     flex-shrink: 0;
}

.i-more span {
    position: relative;
    z-index: 1;
}

/* 首页修改--2023.4.28 */
.anl-box,.ryzz-box,.news-box{
   height:calc(100vh - 40px); 
}
.case_wrap {
    width: 100%;
    height:72vh;
}

.case_wrap ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.anl-box {
    margin-top: 65px;
}
*/
.case_left {
    width: 72vh;
    height:72vh;
    position: relative;
    border: 4px solid transparent;
}

.case_left p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.case_right {
    width: calc(100vw - 72vh);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case_right .list {
    width: 50%;
    height: 50%;
    border: 4px solid transparent;
    position: relative;
}


.case_right .list p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.case_wrap img {
    width: 100%;
    height: 100%;
}


/*资质证书*/

.zzzs-bg {

    background: linear-gradient(to bottom, #efefef, #a7d1ed);
}


.img-list .topic-item {
    width: 240px;
    float: left;
    margin: 0 20px;
}

.img-list .topic-item a {
    position: relative;
    display: block;
    height: calc(100vh - 270px);
    max-height: 480px;
    padding: 10px 0;
    box-shadow: 0 0 black;
}

.topic-item a span {
    display: block;
    height: calc(100% - 100px);
    overflow: hidden;
    box-shadow: 0 0 5px 2px #888;
}

.topic-item a img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.topic-item a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.topic-item:nth-of-type(even) a span {
    margin-top: 100px;
}

.topic-item a::before {
    content: attr(title) '';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0px;
    background-color: #0182d5;
    line-height: 1.8em;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    overflow: hidden;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 1s;
    box-sizing: inherit;
}

.topic-item:nth-of-type(even) a::before {
    top: 10px;
}

.topic-item a:hover::before {
    height: 100px;
    padding: 10px;
    box-shadow: 0 0 5px 2px #888;
}

/* 合作伙伴---2023.04.28修改 */

.hzhb-bg {
    background-image: url(../images/about_03.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hb_left:nth-child(1) {
   position: relative;
}

.hb_title{
    position: absolute;
    /*top: 145px;*/
    top:70px;
    left: 50%;
    margin-left: -80px;
    z-index: 101;
}
.hb_title .ch_text{
    font-size: 36px;
   letter-spacing: 5px;
}
.hb_title .ch_text span{
    color: #fff;
    font-size: 36px;

}
.hb_wrap {
    display: flex;
    /*margin-top: 98px;*/
}

.hb_wrap .hb_left {
    width: 50vw;
    height:100vh;
}

.hb_left {
    background: linear-gradient(to left, #efefef, #a7d1ed);
}

.hb_left:nth-child(2) {
    background: transparent;
    /* background: linear-gradient(to right, #a3a2a2, #1595ea); */
}


.hb_left:nth-child(2) .km_title a {
    color: #fff;
}

.hb_left:nth-child(2) .text_box p {
    color: #fff;
    
}

.text_box {
    padding: 70px 60px;
    /* height: 68vh; */
    border: 4px solid #5c5c5c;
    margin:0 80px;
    margin-top: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom:30px;
}

.title_com {
    font-size: 40px;
    color: #fff;
    padding: 20px;
    background-color: #0f9bed;
    /* border: 1px solid #000; */
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -100px;
}

.km_title {
    font-size: 1.45833vw;
    font-weight: bold;
    color: #000;
    margin-top: 1.2vw;
}

.text_box p {
    color: #000000;
    line-height: 30px;
    margin-top: 2.2vw;
}

.more_t {
    height: 56px;
    width: 180px;
    border-radius: 50%;
    line-height: 56px;
    text-align: center;
    margin-top:50px;
    background-color: #7F66CC;
    transition: ease 1s;
    transform: rotate(-10deg);
    position: relative;
    align-self: flex-end;
}

.more_t::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #7F66CC;
    transition: ease 1s;
    transform: rotate(20deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.more_t:hover {
    transform: rotate(0deg);
}

.more_t:hover::after {
    transform: rotate(0deg);
}

.more_t a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
}

.more_t span {
    margin-left: 15px;
}

.hb_right {
    /* background: linear-gradient(to right, #eaeaea, #a7d1ed); */
    position: relative;
}


.hb_right_t {
    height: 14vh;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 44px;
    color: #fff;
    line-height: 14vh;
    text-align: center;
    z-index: 1;
}

.hb_right_b {
    height: calc(100% - 14vh);
    width: 100%;
    z-index: 1;

}

.hb_body_text {
    width: 89%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70vh;

}

.xy_title a {
    font-size: 1.45833vw;
    font-weight: bold;
    color: #fff;
    margin-top: 1.2vw;
}

.hb_body_text p {
    color: #fff;
    line-height: 30px;
    margin-top: 2.2vw;

}

.more_b {
    width: 190px;
    height: 42px;
    border: 1px solid hsla(0, 100%, 100%, 0.7);
    line-height: 42px;
    text-align: center;
    margin-top: 50px;
    align-self: flex-end;

}

.more_b a {
    color: hsla(0, 100%, 100%, 0.7);
    font-size: 16px;
}

.more_b span {
    margin-left: 15px;
}


.more_b:hover {
    border: 1px solid #0182d5;
}

.more_b:hover a {
    color: #0182d5;
}






/* 资质证书--new 2023-4-20 */
/*.ryzz-box {
    margin-top: 155px;
}*/

.zzzs_wrap {
    width: 100%;
    margin-top: 50px;
}

.zzzs_wrap .slick-list {
    width: 100%;

}

.zzzs_wrap .slick-track {
    width: 100%;
}

.zzzs_wrap .zs_item {
    width: 25%;
    margin: 10px;
}

.zs_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 300px;

}

.zs_page {
    margin-left: 260px;
}

.zs_wrap .zs_item {
    width: 21%;
    margin-left:36px;
    margin-bottom:23px;
    position: relative;
}

.zs_item .pic {
    position: relative;
}

.zs_item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    transition: all 1s;
    overflow: hidden;
    background: hsla(0, 100%, 0%, 0.65);
}

.zs_item:hover .text {
    height: 0;

}

.zzzs_wrap .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.zzzs_wrap .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: hsla(0, 100%, 0%, 0.2);
    font-size: 0px;
    margin: 0 7px;
}

.zzzs_wrap .slick-dots .slick-active {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #0182d5;
    position: relative;
}

.zzzs_wrap .slick-dots .slick-active::after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0182d5;
    border: 6px solid #B0D5ED;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

/* 新闻咨询---2023.5.2修改 */
.xwzx-bg {
    background: linear-gradient(to left, #eaeaea, #a7d1ed)
}

/*.news-box {
    margin-top: 98px;
}*/

.new_wrap {
    width: 100%;
    height:calc(80vh - 162px);
    margin-top: 30px;
}

.new_wrap ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.news_item {
    width: 32%;
    height: 100%;
    background-color: #fff;
    padding: 25px;
    position: relative;
}

.news_img {
    width: 100%;
    height: 50%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.news_item h2 {
    font-size: 1.04vw;
    font-weight: bold;
    color: #000000;
    line-height: 1.77083vw;
    height:45px;
    margin-top:20px;
}

.news_item>p {
    color: #666666;
    line-height: 28px;
    height: 56px;
    margin: 1vw 0;
    margin-bottom: 1.5vw;
}

.more_new {
    font-size: 14px;
    font-family: Humanist521BT;
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
    display: flex;
    align-items: center;
    margin-top:30px;
}

.more_new span {
    display: block;
    width: 28px;
    transition: ease .6s;
    height: 28px;
    background-color: #0182d5;
    margin-left: 15px;
}

.news_item .date {
    width: 5.2vw;
    height: 5.2vw;
    background: #2F3035;
    transition: ease .6s;
    position: absolute;
    padding-top: 0.3vw;
    box-sizing: border-box;
    right: 0;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news_item .date p {
    font-size: 2.08vw;
    font-weight: bold;
    margin-bottom: 10px;
}

.news_item::after {
    content: '';
    width: 0%;
    height: 2px;
    background-color: #0182d5;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 1s;
}

.news_item::before {
    content: '';
    width: 0%;
    height: 2px;
    background-color: #0182d5;
    position: absolute;
    bottom: 0;
    right: 50%;
    transition: all 1s;
}

.news_item:hover::before {
    width: 50%;
}

.news_item:hover::after {
    width: 50%;
}

.news_item:hover .more_new span {
    transform: rotate(-45deg);
}

.news_item:hover .date {
    background-color: #0182d5;
}



/*联系我们*/
.contact-us{
    height:calc(100vh - 98px);

}
.contact-list li {
    margin-top: 68px;
}

.contact-list li .contact-item {
    position: relative;
    padding: 0 0 0 97px;
}

.contact-list li .contact-item i {
    position: absolute;
    font-size: 72px;
    color: #6975a6;
    top: 0;
    left: 0;
}

.contact-list li .contact-item .contact-title {
    font-size: 20px;
    font-weight: bold;
}

.contact-list li .contact-item .contact-text {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
    margin: 15px 0 0;
}

.contact-list .submit_btn {
    background-color: #0182d5;
}

.contact-form {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 6px;
    margin-top: 6vh;
}



/*footer*/
.footer-box {
    margin-top: 50px;
    width: 100%;
    background: url(../images/footer.jpg);
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 50px 0;
    color: #fff;
}

.footer-box p {
    margin: 15px 0;
}

.footer-bg {
    background-color: #1f2237;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .95;
    top: 0;
    left: 0;
}

/*list.html*/
.list-left .active-tit {
    background: url(../images/bottom.png) #0066a4 right center no-repeat;
    padding: 0px 20px;
    height: 65px;
    color: #fff;
}

.list-left .active-tit h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 65px;
}

.list-left li a {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 0 20px;
    background: #f7f7f7;
    line-height: 52px;
    border-bottom: 1px solid #e7e7e7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-left ul li em {
    width: 18px;
    height: 5px;
    display: block;
    background: url(../images/right3.png) no-repeat 0 1px;
    margin-top: 22px;
    float: right;
    transition: 0.5s;
}

.list-left ul li.on a {
    color: #007ec9;
}

.list-left ul li.on em,
.list-left ul li:hover em {
    background: url(../images/right3.png) no-repeat 0 -7px;
}

.list-right {
    flex: 1;
}

.list-right li {
    width: 100%;
    margin-bottom: 20px;
}

.list-right li a {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    transition: all 2s;
}

.list-right li a::after {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #0182d5;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 1s;
}

.list-right li a:hover::after {
    width: 100%;
}

.list-right li:hover h4 {
    color: #0182d5;
    font-weight: 600;
}

.list-right li a:hover {
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.list-right li img {
    width: 280px;
    max-width: 280px;
    height: 190px;
    flex-shrink: 0;
    margin-right: 30px;
    box-shadow: 2px 3px 4px #333;
}

.list-right li .text {
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 30px;
}

.list-right li .text h4 {
    font-size: 18px;
    color: #06090e;
    font-weight: 400;
    margin: 20px 0px 10px 0px;
}

.list-right li .text span {
    margin-top: 20px;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #b5b5b5;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-right li .date {
    display: flex;
    margin-left: auto;
}

.list-right li .date .day {
    font-size: 40px;
    color: #fff;
    background-color: #036bac;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.list-right li .date .mon {
    font-size: 16px;
    color: hsla(0, 100%, 100%, 0.7);
    background-color: #0182d5;
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.list-right li button {
    border: 1px solid #0182d5;
    margin-left: 15px;
    padding: 5px 15px;
    flex-shrink: 0;
    background-color: #fff;
    color: #0182d5;
}

/*page.html*/
.page-box h3 {
    text-align: center;
    border-bottom: 1px solid hsla(0, 100%, 0%, 0.35);
    padding-bottom: 20px;
    font-size: 24px;
    color: #333;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 30px;
}

.page-content {
    line-height: 28px;
    color: #666;
}

/*list-job.html*/
.job-header {
    display: flex;
}

.job-header .lable-box {
    width: 15%;
    height: 60px;
    background-color: #036bac;
    color: #fff;
    border: 1px solid #fff;
    line-height: 60px;
    text-align: center;
}

.job-header .lable-box:first-child {
    width: 25%;
}

.layui-colla-color {
    background-color: #f5f5f5;
}

.job-list li {
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid #dedede;
    position: relative;
    margin: 10px 0;
}

.layui-colla-item:first-child {
    border: 1px solid #dedede;
}

.layui-collapse {
    border: 0;
}

.layui-colla-title {
    background: none;
    position: absolute;
    right: 10px;
    top: 32px;
    padding: 0 15px;
}

.kuai-b {
    display: flex;
    text-align: center;
}

.job-list li .lable-content {
    width: 15%;
    font-size: 20px;
    color: #6e6e6e;
    font-weight: 700;
    line-height: 100px;
    height: 100px;
}

.job-list li .lable-content:first-child {
    width: 25%;
}

.job-list li .join {
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #0182d5;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border: none;
}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    zoom: 1;
}
.job-lb ul {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.job-lb li {
    height: 110px;
    float: left;
    width: 48%;
    margin-bottom: 20px;
}
.job-lb li:nth-child(2n){
    margin-left: 46px;
}

.job-lb li a {
    display: block;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    position: relative;
    padding-right: 20px;
    margin-bottom: 30px;
}

.job-lb li a .job-body {
    padding: 20px 0;
    padding-left: 140px;
    float: left;
}

.job-lb li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 110px;
    background: #06a8f4;
}

.job-lb li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 90px;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #da9f49;
    background: #06a8f4;
}

.job-lb li a .job-body h6 {
    font-size: 16px;
    font-weight: bold;
}

.job-lb li a .job-body h6 span {
    display: inline-block;
    margin-left: 50px;
    color: #f39904;
}

.job-lb li a .job-body p {
    margin-top: 31px;

}

.job-lb li a .job-body p span {
    color: #7f7f7f;
    padding: 0 5px;
    border-left: 1px solid #7f7f7f;
}

.job-lb li a .job-body p span:first-child {
    border-left: none;
    padding-left: 0px;
}


.job-lb li a .more-b {
    color: #7f7f7f;
    float: right;
    margin-top: 45px;
}

.sd {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.job-tit {
    margin: 30px 0;
    padding: 20px;
}

.job-tit .title {
    font-size: 20px;
    font-weight: bold;
}

.job-tit .title span {
    display: inline-block;
    padding-left: 90px;
    color: #fe574a;
}

.job-tit .job-left h3 {
    margin: 15px 0;
    color: #666;
}

.job-tit .job-left p {
    display: flex;
    align-items: center;
}

.job-tit .job-left p span {
    color: #888;
    padding: 0 5px;
    border-left: 1px solid #888;
}

.job-tit .job-left p span:first-child {
    border-left: none;
    padding-left: 0px;
}

.job-con h2,
.job-con-rz h2 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 25px;

}

.job-con,
.job-con-rz {
    padding: 20px;
}

.job-nr {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 28px;
    color: #333;
    font-size: 15px;
    ;
}

.job-con-rz li {
    margin-top: 20px;
}

.job-con-rz li .job-info {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.job-con-rz li .job-name {
    font-size: 16px;
    line-height: 22px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
}

.job-con-rz li .job-salary {
    font-size: 20px;
    font-family: kanzhun-Regular, kanzhun;
    color: #fe574a;
    line-height: 24px;
    white-space: nowrap;
    position: relative;
    top: -2px;
}

.job-con-rz li .job-attr {
    margin-top: 16px;
    display: flex;
    align-items: center;
    color: #888;
    justify-content: space-between;
}

.job-right {
    text-align: center;
}

.job-right i {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

.job-right .yx i {
    font-weight: bold;
}

.job-right .dh,
.job-right .yx {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 40px;
    background: #0182d5;
    margin-bottom: 20px;
    color: #fff;
}

.job-right .yx {
    background: #fff;
    color: #0182d5;
    border: 1px solid #0182d5;
    margin-bottom: 0;
}

/*show.html*/
.catpos-b {
    color: #666;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding: 0px 0 0 48px;
    background: url(../images/wz_ico.png) 20px center no-repeat #f4f4f4;
}

.catpos-b a {
    color: #666;
}

.catpos-b a:hover {
    color: #0182d5;
}

.newstitle {
    background: #f8f8f8;
    margin: 20px 0;
    overflow: hidden;
}

.newstitle p {
    font-size: 22px;
    color: #0182d5;
    text-align: center;
    line-height: 45px;
    margin: 15px 15px;
}

.zw_box {
    font-size: 16px;
    color: #373737;
    padding: 0 0 15px 0px;
    text-align: center;
}

.zw_box .zw_xqsj {
    padding: 0 15px;
}

.news-main {
    line-height: 36px;
    color: rgb(4, 4, 4);
    font-size: 16px;
    text-indent: 2em;
    font-family: 仿宋_GB2312;
    padding: 20px;
}

.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    display: none;
}

.dialog_header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.dialog_header i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #444;
    cursor: pointer;
}

.dialog_header h4 {
    text-align: center;
}

.dialog .container {
    width: 600px;
    margin: 0px auto;
    margin-top: 120px;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.dialog_center {
    text-align: center;
    position: relative;
    padding: 15px;
}

/*侧边栏*/
.service-box {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.service-box {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.service-box li {
    text-align: right;
    margin-bottom: 2px;
    height: 70px;
    clear: both;
    position: relative;
}

.service-box .item-list {
    box-sizing: border-box;
    padding-left: 70px;
    float: right;
    width: 70px;
    min-width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    border-radius: 5px;

}
.service-box .item-list img{
    width: 100%;
    height: 100%;
}

.service-box .service-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}

.service-box .service-icon span {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin-top: 2px;
    padding: 0 2px;
}


.service-box .service-icon .layui-icon {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    text-align: center;
}

.service-box .service-value {
    width: 0px;
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #015198;

    overflow: hidden;
    transition: all 1s;
    z-index: 2;
}

.service-value p {
    font-size: 18px;
    color: #fff;
}

.service-value .tit {
    font-size: 18px;
    color: #fff;
    padding: 10px 0 10px 10px;
    height: 70px;
    min-width: 200px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wx_img {
    /* min-height: 70px; */
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    transition: all 1s;
    z-index: 2;
}

.wx_img p {
    width: 170px;
    height: 70px;
    font-size: 18px;
    color: #fff;
    line-height: 70px;
    flex-shrink: 0;
    text-align: left;
    background-color: #015198;
    padding-left: 10px;
}






.wx_img .erweima {
    padding: 10px;
    background-color: #015198;
    width: 120px;
    height: 120px;
}

.service-box li:hover .service-value {
    width: 200px;
}

.service-box li:hover .wx_img {
    width: 290px;
}



/*底部*/
.footer-b {
    margin-top: 50px;
    background: #282828;
    padding: 4.5vw 0;
    color: #fff;
    font-family: "NotoSansHans";
}

.footer-top {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin-bottom: 2vw;
    overflow: hidden;
}

.footer-nav {
    padding-top: 50px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.footer-nav dl {
}

.footer-nav dl dt {
    margin-bottom: 1vw;
}

.footer-nav dl a {
    font-size: 18px;
    color: #fff;
}

.footer-nav dl dd a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.footer-nav dl a:hover {
    color: #0182d5;
}

.frwarp {
    width: 30%;
    float: left;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    padding: 4vw 3.33333vw;
    padding-right: 0;
    box-sizing: border-box;
}

.frwarp h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 1vw;
}

.footer-addre {
    line-height: 40px;
    color: #fff;
    margin-bottom: 2vw;
}

.footer-addre .tel {
    font-size: 1.875vw;
}

.copyright {
    text-align: center;
    line-height: 28px;
}

.mt {
    margin-top: 30px;
}

.pages li {
    display: inline-block;
    margin-right: 15px;
}

.pages li a {
    display: block;
    padding: 8px 15px;
    background-color: #f6f6f6;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 1px #aaa;
}

.pages li a:hover {
    background-color: #0066a4;
    color: #ff0;
}

.pages .active a {
    background-color: #2962b3;
    color: #fff;
    font-weight: bold;
}

/*搜索页*/
.list_neirongb {
    min-height: 600px;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 0 10px #dddddd;
}

.list_neirong li a {

    display: block;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    transition: .5s;

}

.news_body {

    float: left;
    margin: 0 18px;

}

.news_body h6 {

    font-size: 16px;
    font-weight: normal;
    color: #3f3f3f;
    margin-bottom: 14px;
    margin-top: 0;

}

.news_body:hover h6 {
    color: #1a4e95;
}

.news_body p {
    text-indent: 2em;
    color: #8f8f8f;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;

}

.news_body span {

    font-size: 14px;
    color: #bababa;

}

.news_body span em {
    color: #898989;
    font-size: 14px;
}

.gengduo {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -38px;
    width: 68px;
    border-left: 1px solid #e9e9e9;
    padding-left: 30px;
    height: 77px;
    font-size: 16px;
    color: #cbcbcb;
    line-height: 77px;
}

@media screen and (min-width:1400px) {
    .layui-container {
        width: 1400px;
        padding: 0 !important;
    }

}

@media screen and (min-width:1200px)and (max-width:1400px) {
    .layui-container {
        width: 1200px;
    }
    #nav-box a{
        font-size:14px;
    }
    .logo-b {
        width: 21vw;
    }
    .cate-title {
        font-size: 5vh;
    }
   
    .jsfw-tab-hd .ul .li .bg {
        line-height: 50px;
        margin-bottom: 4px;
    }

    .jsfw-tab-hd .ul .li p {
        font-size: 16px;
    }

    .jsfw-tab-hd .ul .li i {
        font-size: 34px;
    }

    .jsfw-tab-hd .show-ul li a {
        font-size: 14px;
        line-height: 6vh;
    }
    .zzzs_wrap{
        margin-top:30px;
    }

    .hzhb-list {
        margin-top: 0;
    }

    .hzhb-list .hd ul {
        margin-bottom: 30px;
    }

    .hzhb-list .hd li a {
        height: 9vh;
        line-height: 9vh;
    }

    .news-bd a .news-text h2 {
        font-size: 15px;
    }

    .contact-list li {
        margin-top: 50px;
    }
    .fw_item a{
        font-size: 16px;
        line-height: 5vh;
        height: 5vh;
    }
    .case_left {
        width: 60vh;
        height:72vh;
    }
    .case_right {
        width: calc(100vw - 60vh);
    }
    .title_com{
        font-size: 26px;
        top: -32px;
        margin-left: -85px;
        padding: 10px 20px;
    }
    .text_box p{
        margin-top:1vw;
    }
    .text_box{
        padding:40px;
    }
    .more_t{
        margin-top:30px;
        height: 44px;
        width: 164px;
        line-height:44px;
    }
    .job-lb li:nth-child(2n) {
        margin-left: 38px;
    }
    .job-lb li a .job-body{
        padding-left:88px;
    }
    .job-lb li a:before{
        width:74px;
    }
}

@media screen and (min-width:992px)and (max-width:1200px) {
    .layui-container {
        width: 992px;
    }
    .case_left {
        width: 50vh;
        height: 50vh;
    }
    .case_right {
        width: calc(100vw - 50vh);
    }
    #nav-box {
        padding-left: 0;
        padding-right: 0;
    }

    #nav-box a {
        font-size: 14px;
    }

    .nav-icon-x a {
        margin-left: 5px;
    }
    .fw_item a{
        font-size: 14px;
        line-height: 5vh;
        height: 5vh;
    }
}

/* 登录/注册 */

.login_wrap {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 150;
    background-color: hsla(0, 100%, 0%, 0.65);
    display: none;
}

.login_x {
    position: absolute;
    width: 500px;
    top: 25%;
    left: 50%;
    margin-left: -250px;
    z-index: 150;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login_x h3 {
    text-align: center;
    margin: 50px 0 50px;
    font-size: 26px;
    font-weight: bold;
}

.login_x .layui-form {
    width: 100%;
}

.login_d,
.login_r {
    position: absolute;
    top: 30px;
    right: 30px;
}

.login_d i,
.login_r i {
    font-size: 24px;
    color: #999;

}

.login_d:hover i,
.login_r:hover i {
    color: #666;
    cursor: pointer;
}

.nonePage {
    width: 100%;
    min-height: 300px;
    box-shadow: 0px 0px 24px 1px hsla(0, 100%, 0%, 0.1);
    line-height: 300px;
}

.nonePage p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
}

.nonePage i {
    font-size: 34px;
    color: #0182d5;
    margin-right: 20px;
}

.nonePage p span {
    font-size: 14px;
    color: #999;
    margin-left: 50px;
}

.nonePage p span:hover {
    cursor: pointer;
    color: #0182d5;
}

.layui-form-label {
    width: 90px;
}


#pp-nav.left{
    left: 0px;
}
#pp-nav li{
    margin: 10px;
}
#pp-nav span{
 width: 12px;
 height: 12px;
 border: 1px solid hsla(0, 100%, 0%, 0.45);
 background-color: hsla(0, 100%, 0%, 0.45);

}
#pp-nav li .active span, .pp-slidesNav .active span {
    background: #0182d5;
    border: 1px solid #0182d5;
}

