@charset "UTF-8";
@import url(./public.css);
@import url(./header.css);
@import url(./footer.css);
@import url(./nav.css);
.main{
    width: 100%;
    overflow-x: hidden;
    background: #f9f9f942;
}
.mainTop{
    width: 100%;
    position: relative;
}
.mainTop-img{
    width: 100%;
    z-index: 0;
}
/* 首页轮播 */
.banner .swiper-button-prev, .swiper-button-next{
    position: absolute !important;
    right: 212px !important;
    left: auto !important;
    top: 640px !important;
    width: 54px !important;
    height: 54px !important; 
    border: 2px solid #FFFFFF;
    outline:none
}
.banenr .swiper-button-next, .swiper-button-prev::after{
    color: #fff;
    font-size: 16px !important;
}
.banner .swiper-button-next, .swiper-button-prev{
    position: absolute !important;
    right: 160px !important;
    top: 640px !important;
    width: 54px !important;
    height: 54px !important; 
    border: 2px solid #FFFFFF;
    outline:none
}
.banenr .swiper-button-prev, .swiper-button-next::after{
    color: #fff;
    font-size: 16px !important;
}
.mainTop3{
    z-index: 1;
    position: absolute;
    top: 291px;
    left: 26%;
    text-align: center;
}
.mainTop3-p01{
    font-size: 74px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
}
.mainTop3-p02{
    font-size: 29px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin: 20px 0;
}
.mainTop3 img{
    width: 113px;
    height: 113px;
}

/* 中部 */
.contact{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contact_us{
    width: 100%;
    display: flex;
    flex-direction: column; 
    background-color: #fff;
    padding: 55px 0;
}
.contact_us_p{
    color: #171c3c;
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
}
.contact_us_list{
    width: 1180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px!important;
    display: flex;
    align-items: center;
}
.contact_us_left{
    display: flex;
    width: 800px;
    font-size: 0;
    flex-wrap: wrap;
    justify-content:space-between;
}
.us_left_item{
    display: flex;
    align-items: center;
    width:48.7%;
    padding:22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: space-between;
    border: solid 1px #e5eaf1;
    margin-bottom: 20px;
    background: #2469f329;
    transition: 5s;

}
.us_left_item:hover{
    transform: scale(1.2);
    background: #1862f563;
    color: #fff;
}
.us_left_item:hover, .us_right_item:hover{
    cursor: pointer;
}
.left_item_tel{
    display: flex;
    flex-direction: column;
}
.left_item_tel span:nth-child(1){
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #171c3c;
    margin-bottom: 32px;
}
.left_item_tel span:nth-child(2){
    font-size: 20px;
    line-height: 22px;
    color: #171c3c;
}
.aboutimg{
    width: 110px;
    height: 120px;
    object-fit: cover;
}
.contact_us_right{
    display: flex;
    align-items:center;
    margin-left: 28px;
}
.us_right_item{
    display: flex;
    flex-direction: column;
    align-items:center;
    margin-right: 17px;
}
.us_right_item img{
    width: 168px;
    height: 168px;
    margin-bottom: 12px;
}
.us_right_item span{
    display: block;
    font-size: 14px;
    color: #464964;
}

/* 公司分布 */
.conpany{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* background-color: rgb(245, 245, 245); */
    padding: 80px 0 0 0;
}
.conpany_tab{
    display: flex;
    align-items:center;
    display: table;
    width: 900px;
    margin: 58px auto 0;
}
.conpany_tab_list{
    display: table-cell;
    vertical-align: top;
}
.conpany_tab_list ul{
    display: flex;
    flex-direction: column;
}
.conpany_tab_list ul li{
    display: flex;
    margin-bottom: 27px;
}
.conpany_tab_list ul li a{
    position: relative;
    display: block;
    width: 220px;
    height: 100px;
    padding: 36px 40px;
    background-color: #fff;
    font-size: 20px;
    color: #171c3c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.conpany_item{
    display: none;
}
.conpany_current{
    color: #2469f3;
    -webkit-box-shadow: 0 2px 16px 0 rgb(153 153 153 / 30%);
    box-shadow: 0 2px 16px 0 rgb(153 153 153 / 30%);
}
a, button {
    cursor: pointer;
}
.conpany_tab_list ul li a.conpany_current::after {
    width: 4px;
}
.conpany_tab_list ul li a::after{
    position: absolute;
    content: "";
    width:0;
    height: 100px;
    left: 0;
    top: 0;
    background-color: #2469f3;
}
.conpany_tab_list ul li a.conpany_current .icon-location {
    display: inline-block;
}
.conpany_tab_list ul li a .icon-location {
    display: none;
}
.conpany_current .icon-location{
    position: relative;
    display: inline-block;
    top: 3px;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    background: url(../images/dw.png) no-repeat;
    background-size: contain;
}
.conpany_tab_con{
    margin-left:30px;
    width: 660px;
    height: 100%;
}
.con_item{
    display: table-cell;
    vertical-align: top;
    width:100%;
    height: 100%;
    background-color: #fff;
}
.con_item>a{
    padding: 25px 27px 47px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.con_item a img{
    width: 100%;
    height: 335px;
    margin-bottom: 20px;
    overflow: hidden;
}
.con_item a span{
    font-size: 14px;
    line-height: 26px;
    color: #464964;
    padding-left: 27px;
}
/* 右侧导航 */
.nav{
    position: fixed;
    top: 25%;
    right:20px;
}
.nav-list{
    display: flex;
    flex-direction: column;
    position: relative;
}
.nav-item{
    width: 57px;
    height: 59px;
    border: 1px solid #E5EAF1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF url(../images/index/navIcon01.png) no-repeat;
    background-size: 28px 28px;
    background-position: 13px 7px;
    z-index: 9;
    font-size: 11px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #9E9FAD;
    padding-top: 37px;
}
.nav-item:hover{
    background: #2372B9 url(../images/index/navIcon01y.png) no-repeat;
    background-size: 28px 28px;
    background-position: 13px 7px;
    color: #fff;
}
.nav-item01{
    width: 57px;
    height: 59px;
    border: 1px solid #E5EAF1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF url(../images/index/navIcon02.png) no-repeat;
    background-size: 26px 24px;
    background-position: 15px 8px;
    z-index: 9;
    font-size: 11px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #9E9FAD;
    padding-top: 37px;
}
.nav-item01:hover{
    background: #2372B9 url(../images/index/navIcon02y.png) no-repeat;
    background-size: 28px 28px;
    background-position: 13px 7px;
    color: #fff;
}
.nav-phone{
    width: 198px;
    height: 65px;
    position: absolute;
    top: 56px;
    right: 55px;
    background: url(../images/index/navIcon04.png) no-repeat;
    background-size: 100% 100%;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #555555;
    line-height: 65px;
    text-align: center;
    display: none;
}
.nav-item02{
    width: 57px;
    height: 59px;
    border: 1px solid #E5EAF1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF url(../images/index/navIcon03.png) no-repeat;
    background-size: 25px 13px;
    background-position: 15px 11px;
    z-index: 9;
    margin-top: 30px;
}
.nav-item_text02{
    font-size: 11px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #9E9FAD;
    margin-top:25px; 
}

.aboutLeft-xc span:hover, .aboutLeft-xc img:hover{
    cursor: pointer;
}


/* 中部 */
.contact01{
    width: 85%;
    height: 100%;
    margin: 50px auto;
}
.contact01_top_p01:hover,.contact01_top_p02:hover,.contact01_box_left:hover,.contact01_box_right:hover{
    cursor: pointer;
}
.contact01_top{
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.contact01_top_left{
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}
.contact01_top_p01{
    font-size: 30px;
    font-weight: bold;
    margin-bottom:10px;
    color: #202020;
}
.contact01_top_p02{
    font: 16px "Montserrat Light";
    /* margin-bottom: 20px; */
    color: #1F368F;
}
.contact01_top_right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact01_Ewm{
    width: 100px;
    height: 100px;
}
.contact01_sao{
    color: #999;
    font-size: 14px;
}
.contact01_top_p03{
    font-size: 14px;
    line-height: 2;
    letter-spacing: .6px;
    color: #888;
}
.contact01_box{
    width: 100%;
    height:500px;
    display: flex;
}
.contact01_box_left{
    width: 50%;
    height: 100%;
    /* background: url(../images/companyadd05.jpg) no-repeat; */
    background: url(../images/index/caseBannser.png) no-repeat;
    background-size: cover;
    position: relative;
}
.box_left{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    transform: translate(-50%, -50%);
}
.intro{
    font: 16px "Montserrat Light";
    display: block;
    margin-bottom: 70px;
    color: #fff;
}
.box_left h3{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 22px;
    color: #fff;
}
.box_left h4{
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
}
.box_left .txt{
    margin-top: 10px;
}
.box_left .txt p{
    font: 22px "Microsoft YaHei","微软雅黑",sans-serif;
    line-height: 1.6;
    color: #fff;
}
.contact01_box_right{
    width: 50%;
    height: 100%;
    background: url(../images/maps.png) no-repeat;


    position: relative;
}
.contact01_box_right img{
    width: 138px;
    height: 138px;
    position: absolute;
    top: 23%;
    left: 50%;
}
/* 蘑菇动态 */
.public-news{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    /* margin: 50px 0; */
}
.container{
    margin: 0 auto;
    width: 85%;
    max-width: 1600px;
}
.public-title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-title01{
    font-size: 30px;
    font-weight: bold;
}
.c-more{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    /* margin-top:20px;   */
}
.c-more span{
    font-size:18px;
    color: #333;
}
.c-list{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.public-news .c-list li{
    width:24%;
    padding: 0 0.15rem 0.3rem;
}
.public-img{
    height: 180px;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.public-img img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.public-img::before {
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 100%;
}
.c-text-box{
    padding:20px;
}
.c-title{
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition: all 0.3s;
    font-size:16px;
}
.c-text{
    margin: 13px 0 22px;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #999;
    font-size: 14px;
}
.c-time{
    position: relative;
    padding-top:15px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ebf0f5;
    color: #666;
}
.c-time::before{
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    border-top: 1px solid #148FFA;
    width: 0;
    transition: all 0.3s;
}
.c-time img{
    margin-right:10px;
    width: 16px;
    height: 16px;
}
.c-wrap{
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0rem 0.01rem 0.24rem 0rem rgb(108 108 108 / 11%);
    transition: all 0.3s;
}
.container .c-wrap:hover .c-title{
   color: #148FFA;
}
.container .c-wrap:hover .c-time::before{
    width: 100%;
}
.public-news .c-list li .c-wrap:hover {
    transform: translateY(-15px);
    box-shadow: 0 1px 10px 0 rgba(108, 108, 108, 0.2);
  }
  .public-news .c-list li .c-wrap:hover .public-img img {
    transform: scale(1.1);
  }