﻿html {
    --color: #F7B801;
    --color-active:#91B821;
    --font-family: 'Arial';
}

a:hover {
    color: var(--color);
}
h1,h2,h3,h4,h5,h6{padding:0;margin:0;font-weight: 400;}

.w1520 {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.w1500 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.w1250 {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.w1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.w850 {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.flex-x {
    display: flex;
    flex-direction: row;
}

.flex-y {
    display: flex;
    flex-direction: column;
}

.flex-align {
    justify-content: space-between;
    align-items: center;
}

button {
    cursor: pointer;
}

/* p,
a {
    font-size: initial;
} */
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu {
    display: none;
}

.menu_down {
    display: none;
}



header {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 50;
   
}
.header-logo{
    height: 120px;
}
.header-logo  a{
    display: flex;
    align-items: center;
}
.header-logo  a p{
	color: #fff;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
}
.header-logo img{
    height: 60px;
}
.header-nav {
    gap: 20px;
    list-style-type: none;
}
.header-nav a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 微软雅黑;
    padding: 15px 20px ;
}
.header-nav>li{
    position: relative;
}
.header-nav>li:hover>a{
    color: var(--color);
}
.header-nav>li.active>a{
    color: var(--color);
}
.header-nav .header-nav2{
    position: absolute;
    top: calc(100% );
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 0;
    display: none;
}
.header-nav .header-nav2 li:hover a{
    color: var(--color);
}
.header-nav .header-nav2::before{
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.header-nav .header-nav2 a{
    white-space: nowrap;
    font-size: 14px;
    color: #000;
    padding: 8px 20px;
}
.header-nav>li:hover .header-nav2{
    display: block;
}
.index-banner .swiper{
    --swiper-pagination-color: #dbdbdb;
}

#fk-inFullmeasureListZone326-1 .editor{
    font-size: 14px;
    font-family: 微软雅黑;
    line-height: 2;
    color: #333;
}
#fk-inFullmeasureListZone326-1 .editor p{
    font-size: 14px;
    font-family: 微软雅黑;
    line-height: 2;
    color: #333;
}
#module492{
    padding: 60px 0;
}
#module363{
    width: 48%;
    margin-right: 4%;
}
#module360{
    width: 48%;
}
#fk-inFullmeasureListZone354-1 .newsList  .g_separator:last-of-type{
    display: none;
}
footer{
    width: 100%;
    background: #535353;
    
}
footer ul{
    list-style-type: none;
    align-items: center;
    justify-content: center;
	padding:20px 0;
}
footer ul li{
    padding: 0 20px;

}
footer ul li a{
    color: #fff;
    font-size: 14px;
}

footer .bottom {
	width:100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background: #000;
	color:#999;
}

footer .bottom .w1200 {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .bottom img {
    height: 100%;
    object-fit: contain;
    padding: 14px 0;
}

.index-page1{
    padding: 60px 0;
    text-align: center;
    box-sizing: border-box;
}
.index-page1 h3{
font-size: 32px;
font-weight: bold;
}
.index-page1 .list{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
   
}
.index-page1 .list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0 0;
}
.index-page1 .list li img{
    width: 100%;
    object-fit: contain;
}
.index-page1 .list li p{
    padding: 10px 0 14px;
    font-size: 15px;
    color: #212121;
}
.index-page2{
    background: url('../images/company.jpg') no-repeat  center;
 background-size: cover;
}
.index-page2 .w1200{
    padding:  100px;
    box-sizing: border-box;
	background:rgba(255,255,255,.9);
}
.index-page2 h3{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.index-page2 .editor{
   padding: 50px 0 100px;
    font-size: 14px ;
    line-height: 2;
    color: #333;
}
.index-page2 .list{
    display: flex;
    justify-content: space-between;
}
.index-page2 .list li{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #076CE0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.index-page2 .list li .p1{
    display: flex;
    align-items: flex-end;
    color: #076CE0;
    font-size: 16px;
    margin-bottom: 10px;
}
.index-page2 .list li .p1 span{
    font-size: 56px;
    line-height: 0.9;
    font-weight: bold;
}
.index-page2 .list li .p1 span b{
	font-weight:bold;
}
.index-page2 .more{
    text-align: center;
    margin: 60px auto;
}
.index-page2 .more a{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
   color: #212121;
    border: 1px solid #333;
}
.index-page3 {
    background: url('../images/company2.jpg') no-repeat top center;
    background-size: cover;
    padding: 0 0 100px;
}
.index-page3 h3{
    padding: 45px 0;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.index-page3 .list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:10px 20px;
    box-sizing: border-box;
}
.index-page3 .list img{
    width: 100%;
    object-fit: contain;
}
.index-page3 .list p{
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 10px 0 14px;
}
.index-page4{
    padding: 0 0 100px;
}
.index-page4 h3{
    padding: 45px 0;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.index-page4 .list{
    display: flex;
    gap: 5%;

}
.index-page4 .item{
    flex: 1;
}
.index-page4 .item .top{
    font-size: 18px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
}
.index-page4 .item .list2{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 5%;
}
.index-page4 .item .list2 li{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
    border-bottom: 1px dashed #ccc;
}
.index-page4 .item .list2 li .l a{
    width: 90px;
    height: 90px;
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
}   
.index-page4 .item .list2 li .l a b{
    font-size: 24px;
    font-weight: normal;
}

.index-page4 .item .list2 li .r{
    font-size: 14px;
    color: #808080;
}

.index-page4 .item .list2 li .r a{
    color: #000;
    
}
.index-page4 .item .list2 li .r p{
    margin-top: 10px;
}






.banner2{
    width: 100%;
    overflow: hidden;
}
.banner2 img{
    width: 100%;
    object-fit: contain;
}
.about-page{
    padding: 40px 0;
}
.about-page .l{

}
.about-page .r{
    flex: 1;
    padding-left: 5%;
}

.common-title{
    display: flex;
    align-items: center;
}
.common-title::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 15px;
    background: #086CDE;
    margin: 0 10px 0 4px;
}

.about-page .top{
    font-size: 18px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
}
.about-page .editor{
    padding: 20px 0;
    color: #333;
    font-size: 14px;
    line-height: 2;
}
.about-page .editor .items{
    gap: 30px;
    margin: 30px 0 0;
}
.about-page .editor .items .item{
    flex: 1;
    padding: 30px 25px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666;
}
.about-page .editor .items .item .common-title{
    margin-bottom: 15px;
    font-size: 16px;
    color: #212121;
}
.about-page .imgs{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.about-page .imgs li{
    text-align: center;
}
.about-page .imgs img{
    width: 100%;
    object-fit: contain;
}
.about-page .imgs p{
    line-height: 2;
    margin-top: 10px;
    font-size: 14px;
    color: #212121;
}
#module409 div.titleText409 .mainTitle409 {
    font-size: 18px;
    padding-top: 8px;
    font-weight: normal;
    font-family: 微软雅黑;
    color: #000;
}
.product-page .forms .jz-modulePattern459 .formMiddle a{
    color: #222;
}

.product-page .r .hdp-btn{
    display: flex;
    align-items: center;
    padding: 5px 0;
    justify-content: flex-end;
    cursor: pointer;
}
.product-page .r .hdp-btn::before{
    content: '';
    display: inline-block;
    background: url('../assets/images/bg01.png') no-repeat -1187px -11px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: right;
    width: 18px;
    margin-top: 3px;
    margin-right: 3px;
}
.product-page .r .hdp-btn:hover::before{
    background-position: -1150px -11px;
}

.product-page .r .list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 30px ;
}

.product-page .r .list img{
    width: 100%;
    object-fit: contain;
    border: 1px solid #ddd;
}
.product-page .r .list p{
    line-height: 1.4;
    margin: 10px 0 14px;
    font-size: 14px;
    color: #666;
    text-align: center;
}


.product-page .dialog{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.product-page .dialog .w{
    box-sizing: border-box;
    width: 65%;
    max-width: 900px;
    height: 70vh;
    min-height: 300px;
    background: #fff;
    margin:15vh auto;
    position: relative;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-page .dialog img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-page .dialog .swiper1{
    height: 80%;
    width: 100%;
}
.product-page .dialog .swiper1 .swiper-slide{
    display: flex;

}

.product-page .dialog .swiper1 .swiper-l{
    width: 45%;
}
.product-page .dialog .swiper1 .swiper-r{
    width: 50%;
    margin-left: 5%;
}
.product-page .dialog .swiper1 .swiper-r h4{
    color: #474747;
    font-family: Microsoft Yahei;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.product-page .dialog .swiper1 .swiper-r .item{
    display: flex;
    line-height: 24px;
    padding: 10px 0  ;
}   
.product-page .dialog .swiper1 .swiper-r .item .name{
    white-space: nowrap;
    /* width: 70px; */
    color: #767676;
}
.product-page .dialog .swiper1 .swiper-r .item .editor{
    padding: 0;
    line-height: 24px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:15;
    overflow: hidden;
   
}

.product-page .dialog .swiper2{
    width: 100%;
}
.product-page .dialog .swiper2 .swiper-slide{
   cursor: pointer;
   border:1px solid #eee;
}
.product-page .dialog .swiper2 .swiper-slide.swiper-slide-thumb-active{
	border:1px solid var(--color);
}

.product-page .dialog .swiper-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    width: 94px;
    height: 94px;
    background-image: url('../assets/images/slide.png');
    background-repeat: no-repeat;
}
.product-page .dialog .swiper-btn.l-btn{
    left: -120px;
    background-position: 0 -132px;
}
.product-page .dialog .swiper-btn.r-btn{
    right: -120px;
    background-position: 0 0;
}
.product-page .dialog .close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url('../assets/images/slide.png');
    background-repeat: no-repeat;
    background-position: 3px -418px;
    cursor: pointer;

   
}

.case-page .r .list{
    margin-top: 35px;
}
.case-page .r .list a{
    cursor: inherit;
}
.case-page .nav-list {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
}
.case-page .nav-list a{
    padding: 0 15px;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 45px;
    color: #666 !important;
    box-sizing: border-box;
}
.case2-page{
    overflow: hidden;
}
.case2-page .l{
    width: 260px;
}
.case2-page .r{
    width: calc(95% - 260px);
    flex: none;
}
.case2-page .swiper1{
    width: 100%;
    padding: 30px 0 ;
}
.case2-page .swiper1 .swiper-slide{
    padding: 0 100px;
    box-sizing: border-box;
}
.case2-page .swiper1 .swiper-slide .img{
    width: 100%;
    position: relative;
}
.case2-page .swiper1 .swiper-slide p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    font-size: 16px;
}



.case2-page .swiper2{
    width: 100%;
}
.case2-page .swiper img{
    width: 100%;
    object-fit: contain;
}

.case2-page .swiper-btn{
    width: 48px;
    height: 48px;
    background: url('../assets/images/vbg01.png') no-repeat 0 -12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}
.case2-page .swiper-btn.l-btn{
    left: 30px;
}
.case2-page .swiper-btn.l-btn:hover{
    background-position: -50px -12px;
}
.case2-page .swiper-btn.r-btn{
    right: 30px;
    background-position: 0 -68px;
}
.case2-page .swiper-btn.r-btn:hover{
    background-position:  -50px -68px;
}
.case2-page .r h4{
    margin-top: 50px;
    color: #c1c1c1;
    font-size: 15px;
    padding: 22px 0 15px;
}
.case2-page .r .editor{
    font-size: 14px;
    line-height: 2;
    color:#666;
    padding: 20px 0 50px;
    border-bottom: 1px solid #ccc;
}

.contact-page1{
    display: flex;
    flex-direction: column;
    padding: 30px 0 60px;
}
.contact-page1 .l{
    width: 100%;
    padding: 0 ;
}
.contact-page1 .l h3{
    font-size: 24px;
    color: #333;
	font-weight:bold;
}
.contact-page1 .l a{
	color: #0554af;
	    text-decoration: underline;
}
.contact-page1 .l .editor{
    color: #666;
    font-size: 14px;
    padding:30px 0;
}

.contact-page1 .l .editor p{
    line-height: 1.6;
    padding: 5px 0;
}
.contact-page1 .r{
	padding-left:0;
}
.contact-page2 .list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
   
}
.contact-page2 .list li{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.contact-page2 .list h4{
    font-size: 16px;
    color: #353535;
    margin-bottom: 30px;
}
.contact-page2 .list p{
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    padding: 5px 0;
}



.news-page .list{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
}
.news-page .list li {
    border: 1px solid #ccc;
    border-radius: 10px;
}
.news-page .list li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    gap:40px ;
}
.news-page .list li a .l{
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.news-page .list li a .l img{
    width: 100%;
    object-fit: contain;
}
.news-page .list li a .r{
    flex: 1;
}
.news-page .list li a .r h5{
    font-size: 14px;
    line-height: 3;
}
.news-page .list li a .r h3{
    font-size: 20px;
    color: var(--color);
}
.news-page .list li a .r .editor{
    margin: 30px 0 0;
    font-size: 16px;
    color: #666;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-page .list li a .r .editor p{
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.news-detail-page{

}
.news-detail-page .l{
    flex: 1;
    padding: 50px 0px 0px 0;
    overflow: hidden;
}
.news-detail-page .l .info {
    padding-bottom: 50px;
    padding-right: 80px;
}
.news-detail-page .l .info h5{
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.news-detail-page .l .info h3{
    font-size: 26px;
    line-height: 2;
}
.news-detail-page .l .info .editor{
    margin-top: 20px;
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
.news-detail-page .l .info .editor p{
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
.news-detail-page .l .bottom{
    border-top: 1px solid #eee;
    padding: 30px 0;
}
.news-detail-page .l .bottom .links{
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1;
    overflow: hidden;
}
.news-detail-page .l .bottom .links p{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-detail-page .l .bottom .links a{

   color: #999;
  
}
.news-detail-page .l .bottom .links a:hover{
    color: var(--color);
}

.news-detail-page .l .bottom .back{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border: 1px solid #ccc;
    border-radius: 30px;
    color: #999;
    margin: 0 80px;
}

.news-detail-page .r{
    width: 30%;
    border-left: 1px solid #eee;
    padding: 80px 0 80px 50px;
}
.news-detail-page .r h3{
    font-size: 22px;
    font-weight: bold;
    color: var(--color);
}
.news-detail-page .r ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}
.news-detail-page .r ul li{
    border-bottom: 1px solid #eee;
    
}
.news-detail-page .r ul li a{
    padding: 15px 20px 15px 0;
    display: inline-block;
}
.news-detail-page .r ul li span{
    font-size: 14px ;
    line-height: 2;
    color: #666;
   
}
.news-detail-page .r ul li p{
    font-size: 20px;
    color: #333;
    line-height: 1.5;
}

.about-page .r .top .common-title{
    font-size: 18px;
}
.message-page{
    padding: 30px 5%;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
.message-page .item+.item{
    margin-top: 15px;
}
.message-page p{    
    line-height: 2;
    margin-bottom: 8px;
}
.message-page input{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 10px;
    font-weight: normal;
    border: 1px solid #ccc;
    width: 60%;
    margin-right: 10px;
}
.message-page button{
    height: 40px;
    line-height: 40px;
    padding: 0 80px;
    font-size: 14px;
    background: #5AB4FF;
    color: #fff;
    margin-top: 20px;
}
.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: var(--color);
	border: 1px solid var(--color);
	color: #FFFFFF;
	font-weight: bolder;
}
