:root {
    --spT-height: 0.4rem;
    /* 标题上间隔 */
    --mt-fontSize: 0.25rem;
    /* 主标题文字大小 */
}
html {
	font-size: 100px;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
    overflow-y: auto;
}
body {
	color: #333;
	font-size: 0.16rem;
}
img {
	border: 0
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.linkMore{
    margin: 0.25rem 0;
    text-align: center;  
}
.linkMore a{
    display: block;
    border-radius: 5px;
    border: 1px solid #666;
    padding: 0.1rem;
}
.bgc{
    background-color: #f2f2f2;
}
.bgc02{
    background-color: #fff;
}
.zwnr{
    line-height: 180%;
}
.zwnr img{ display:inline-block; height:auto; max-width:100%; }
.zwnr ul{
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-bottom: 0;
}
.zwnr li{
    list-style: disc;
    list-style-position: outside;
}
.resetDiv ul,.resetDiv li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.spTop{
    height: 0.56rem;
}
.spbody{
    width: 92%;
    padding: 0 4%;
}
.spBt{
    height: var(--spT-height);
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    height: 0.56rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    background-color: #fff;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.header > a{
    display: block;
    height: 0.3rem;
}
.header > a img{
    display: block;
    height: 100%;
}
.header > i{
    display: block;
    font-size: 0.3rem;
    color: #000;    
    width: 0.56rem;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: right;
}
.header > .icon-guanbi{
    font-size: 0.23rem;
}
.headerBG{
    position: fixed;
    left: 0;
    top: 0.56rem;
    z-index: 999;
    width: 100%;
    height: 0.9rem;
    background: url(../images/header_bg.png) repeat-x;
    background-size: 10%;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0054a7;
    visibility: hidden;
    opacity: 0;
    z-index: 998;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.menu-overlay-Show{
    visibility: visible;
    opacity: 1;
}
.menu-content {
    color: #addafd;
    padding: 0 4%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* 启用iOS平滑滚动 */
    overscroll-behavior: contain; /* 阻止滚动传递 */
}
/* 菜单内容示例样式 */
.menuBox{
    padding-bottom: 0.2rem;
}
.menuBox >h2{
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 0.2rem;
    font-size: 0.23rem;
    text-transform: uppercase;
}
.menuBox li{
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}
.menuBox li > span{
    display: block;
    width: 0.3rem;
}
.menuBox a{
    color: #addafd;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
}
.menuBox li.on,.menuBox li.on a{
    color: #fff;
}
.menuBox .secDh{
    padding-left: 0.32rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
}
.menuBox .secDh a{
    display: inline-block;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    margin-bottom: 8px;
    font-size: 0.14rem;
    display: flex;
    align-items: center;
}
.menuBox .secDh span{
    display: inline-block;
    padding-right: 5px;
    font-size: 0.1rem;
}
.menuBox .secDh a.on{
    color: #fff;
    border-color: #fff;
}
.body-no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
.swiper {
    width: 100%;
    position: relative;
}
.swiper{
    --swiper-pagination-color: #ff4904;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.HSwiper .swiper-slide{
    height: 30vh;
}
.swiper-slide a{
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide a>div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.swiper-slide a > div img{
    display: block;
    height: auto;
    width: 65%;
}

.webTitle{
    margin: 0;
    padding: 0.16rem 0;
    font-size: var(--mt-fontSize);
    text-align: center;
    text-transform: uppercase;
}
.webTitle span{
    display: block;
    color: #555;
    padding-bottom: 0.03rem;
    text-transform: uppercase;
    font-size: 0.18rem;
    font-family: "Times New Roman", Times, serif;
}
.detailTitle{
    margin: 0;
    padding: 0;
    font-size: 0.2rem;
    border-bottom: 4px solid #0054a7;
    padding-bottom: 0.1rem;
    text-align: center;
    color: #0054a7;
}
.detailTitle span{
    font-size: 0.12rem;
    display: block;
    padding-bottom: 0.05rem;
    color: #888;
    font-weight: normal;
}

.joblist .jobTop{
    padding: 0.1rem;
    border-top: 4px solid #0054a7;
}
.joblist .jobTop li{
    padding: 5px 0;
}
.joblist .jobTop > li:first-child{
    font-weight: bold;
    color: #0054a7;
}
.joblist .zwnr{
    padding: 0 0.1rem;
    border: 1px solid #f2f2f2;
}

.caselist a{
    display: block;
    padding: 0.18rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}
.caselist img{
    display: block;
    width: 100%;
    height: auto;
}
.caselist span{
    display: block;
    padding: 0.13rem 0;
    text-align: center;
    color: #fff;
    background-color: #0054a7;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.productBox{
    display: flex;
    flex-wrap: wrap;
}
.productBox a{
    display: block;
    width: 44%; 
    margin-left: 4%;
}
.productBox a i{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 1.5rem;
    border: 1px solid #bbb;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.productBox a img{
    display: block;    
    width: 100%;
    height: auto;
}
.productBox a h3{
    margin: 0;
    padding: 0.1rem 0;
    font-size: 0.16rem;
    font-weight: normal;
    text-align: center;
}
.productBox a span{
    display: block;
    color: #999;
    font-size: 0.12rem;
}
.newlist a{
    display: block;
    margin-bottom: 0.2rem;
}
.newlist img{
    display: block;
    width: 100%;
}
.newlist h3{
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
    padding: 0.1rem 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.newlist .newsUpdate{
    font-size: 0.12rem;
    color: #999;
}
.newlist .newsIntro{
    padding-top: 5px;
    font-size: 0.14rem;
}
.webFooter{
    background: #0054a7;
    color: #fff;
}
.webFooter a{
    color: #fff;
}

.webFooter ul{
    padding: 0.2rem 0;
}
.webFooter ul li{
    margin-top: 0.1rem;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.webFooter ul li a{
    display: flex;
    align-items: center;
}
.webFooter a i{
    display: block;
    font-size: 0.26rem;
    width: 0.4rem;
    overflow: hidden;
    text-align: center;
    flex-shrink: 0;
}
.webFooter ul > li:nth-child(2) i{
    font-size: 0.32rem;
}
.webFooter .ewmInfo{
    padding-top: 0.15rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.webFooter .ewmInfo img{
    display: block;
    width: 30%;
    margin-bottom: 10px;
}
.webFooter .btnCp{
    margin-top: 0.3rem;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 8px;   
    font-size: 0.1rem;
    text-align: center;
    line-height: 160%;
}
.banAbout{
    background: url(../images/ban_a.jpg) 50% no-repeat;
}
.banJob{
    background: url(../images/ban_j.jpg) 50% no-repeat;
}
.banCase{
    background: url(../images/ban_case.jpg) 50% no-repeat;
}
.banContact{
    background: url(../images/ban_c.jpg) 50% no-repeat;
}

.banBox{
    background-size: 160%;
    height: 15vh;
    background-color: #0054a7;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.banBox .webTitle{
    color: #fff;
}
.banBox .webTitle span{
    color: #fff;
}
.honorBox > h2{
    margin: 0;
    padding: 0;
    margin-top: 0.5rem;
    border-bottom: 2px solid #0054a7;
    text-align: center;
    overflow: hidden;
}
.honorBox > h2:first-child{
    margin-top: 0.1rem;
}
.honorBox > h2 span{
    font-size: 0.16rem;
    display: inline-block;
    position: relative;
    background-color: #0054a7;
    padding: 8px 25px;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.honorList{
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
    border-radius: 0 0 10px 10px;
}
.honorList li{    
    padding: 0 0.2rem;
}
.honorList > li:first-child{
    padding-top: 0.2rem;
}
.honorList > li:last-child{
    padding-bottom: 0.2rem;
}
.honorList img{
    display: block;
    width: 100%;
}
.honorList span{
    display: block;
    padding: 0.15rem 0;
    text-align: center;
}
.scott {
    padding: 0.1rem 0;
    text-align: center;
    clear: both;
}
.scott a,
.scott span {
    display: inline-block;
}
.scott a {
    border: #666 1px solid;
    padding: 5px 10px;
    margin: 0 2px;
}

.scott span.current {
    border: #0054a7 1px solid;
    padding: 5px 10px;
    margin: 0 2px;
    background-color: #0054a7;
    color: #ffffff;
}

.scott span.disabled {
    border: #aaa 1px solid;
    padding: 5px 10px;
    margin: 0 2px;
    background-color: #fff;
    color: #888;
}

.nppage>a {
    display: block;
    margin-bottom: 0.1rem;
    border: 1px solid #0054a7;
    border-radius: 3px;
    padding-right: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nppage>a span {
    display: block;
    height: 0.35rem;
    line-height: 0.35rem;
    padding: 0 0.05rem;
    background-color: #0054a7;
    color: #fff;
    margin-right: 0.1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.nppage>a div{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.caseMllist > li{
    display: block;
    display: flex;
    align-items: flex-start;
    padding: 15px 8px;
    border: 1px solid #ddd;
    border-bottom: none;
    line-height: 140%;
}
.caseMllist > li:first-child{
    border-radius: 4px 4px 0 0;
}
.caseMllist > li:last-child{
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #ddd;
}
.caseMllist > li:nth-child(even) {
    background-color: #f2f2f2;
}
.caseMllist span{
    display: block;
    margin-right: 8px;
}
.contact_map{
    margin-top: 10px;
    height: 30vh;
    border-radius: 4px;
    border: 1px solid #ddd;
}

