@charset "utf-8";
/* CSS Document */

body {padding:0; margin: 0; font-size: 12px; font-family:"Microsoft Yahei";}
p{margin:0; padding:0;}
ul,ol{list-style:none; padding: 0; margin: 0;}
a{text-decoration:none;}

.container{padding:0 10px;}
img{max-width:100%; height: auto;}
/*导航end*/
.owl-dots {
    text-align: center;

}

.owl-dots .owl-dot span {
    width: 10px;
    height: 7px;
    border-radius: 50px;
    background: #FFF;
    display: inline-block;
    opacity: .5;
    margin: 0 4px;
	transition:0.5s ease all;
}
.owl-dots .owl-dot.active span {
    opacity: 1;
    width: 20px;
	
}

#owl0 .owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

#owl0.owl-carousel .owl-nav .owl-next, #owl0.owl-carousel .owl-nav .owl-prev {
    opacity: 0;
}
#owl0.owl-carousel .owl-nav i {
    font-size: 40px;
    color: #fff;
    opacity: 0.5;
}
#owl0.owl-carousel .owl-nav .owl-next {
    right: 80px;
}
#owl0.owl-carousel .owl-nav .owl-prev {
    left: 80px;
}
#owl0.owl-carousel:hover .owl-nav .owl-next {
    right: 20px;
}
#owl0.owl-carousel:hover .owl-nav .owl-prev {
    left: 20px;
}
#owl0.owl-carousel .owl-nav .owl-next:hover i, #owl0.owl-carousel .owl-nav .owl-prev:hover i {
    opacity: 1
}
#owl0.owl-carousel:hover .owl-nav button {
    opacity: 1
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    outline: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*OWL1*/

#owl1.owl-carousel .owl-nav i {
    font-size: 60px;
    color: #1c1563;
    opacity: 0.8;
}
#owl1.owl-carousel .owl-nav .owl-next {
    right: -20px;
	top: 45%;
}
#owl1.owl-carousel .owl-nav .owl-prev {
    left: -20px;
	top: 45%;
}

#owl1.owl-carousel .owl-nav .owl-next:hover i, #owl1.owl-carousel .owl-nav .owl-prev:hover i {
    opacity: 1
}
#owl1.owl-carousel:hover .owl-nav button {
    opacity: 1
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible;
}
.navbar-brand{display:none;}
.d-flex{display:flex; box-sizing: border-box;}
.align-items-center{align-items: center;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-between{justify-content: space-between;}
.wel{border-bottom: 1px solid #eee; padding:0.5rem 0; font-size: 0.8rem; color: #333;}
.mob-menu{position:relative; display: flex; padding: 1rem 10px}
.mob-menu .logo{ width:25%;}
.mob-menu .logo-txt{font-size:1.3rem; padding-top: 0.75rem; color: red; padding-left: 1rem}


/*菜单导航*/
   .menu-toggle {
        position:absolute;
        top: 1.5rem;
	   right: 1rem;
        z-index: 1000;
        cursor: pointer;
    }

    .menu-toggle span {
        display: block;
        width: 25px;
        height: 3px;
        background: #333;
        margin: 5px 0;
        transition: 0.3s;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .side-menu {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #fff;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
        transition: 0.3s;
        z-index: 999;
    }

    .side-menu.active {
        left: 0;
    }

    .menu-header {
		padding:15px 10px;
        background: #f8f8f8;
        border-bottom: 1px solid #eee;
		font-size: 1.5rem;
		text-align: center;
		font-weight: bold
    }

    .menu-list {
        list-style: none;
    }

    .menu-item {
        border-bottom: 1px solid #eee;
		text-align: center;
		font-size: 1.2rem;
    }
.menu-item a{  display:block; color: #333; background: #FFF; padding:1.35rem 10px;}

.menu-list .on a{color: #FFF; background: #030535;}
    

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 998;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }



#navBox .nav-item a{ color:#FFF; font-size: 1.15rem; display: flex; padding:1rem 1.2rem;}
#navBox .on{background:#cfaa5a!important; }
#navBox .nav-item a:hover{background:#cfaa5a; }
.fixed{position:fixed; left: 0; top: 0; z-index: 99; animation: fadeInDown .5s; background: #FFF!important;     -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);}
.fixed .nav-item a{color:#000!important;}
.fixed .nav-item a:hover{color:#FFF!important;}
.fixed .on a{color:#FFF!important;}

.headline {text-align:center;}
.headline .tit{font-size: 28px; color: #033d75; font-weight:bold;}
.headline .tit span{color: red; padding:0 0.2rem;}
.headline .line{ height: 3px; width:50px; background: #033d75; position: relative; margin: 10px auto;}
.headline .line::after{position: absolute; top: 0;  left: -12px; content:""; width:3px; height: 3px; background: #033d75;}
.headline .line::before{position: absolute; top: 0;  right: -12px; content:""; width:3px; height: 3px; background: #033d75;}
.headline .ftit{ margin: 0 auto; font-size: 1.1rem; color: #666; font-weight: 300; line-height: 1.8;}
.mb-2{margin-bottom:2rem;}
.mb-3{margin-bottom:3rem;}

.index-services{background:#f8f9fc; padding:3.5rem 0;}
.inner-wrap{background:#f8f9fc; padding:2rem 0;}
.index-services .s-box{background:#FFF;  padding: 2rem 0;}
.index-services .s-box .s-box-l{width:100%; border-right: 1px solid #f0f0f0; padding:0 1rem; box-sizing: border-box;}
.border-bottom{border-bottom: 1px solid #F4F4F4; padding-bottom: 0.6rem; margin-bottom: 0.6rem;}
.index-services .s-box .s-box-l .box-l-item .item-tit{padding-left:1rem; font-size: 1rem; font-weight: bold; margin-bottom: 0.1rem; position: relative;}
.index-services .s-box .s-box-l .box-l-item .item-tit::before{left:0; top: 20%; width: 0.2rem; height: 70%; background: #033d75; content: ""; position: absolute;}
.index-services .s-box .s-box-l .box-l-item .item-box{padding:1rem 0 0 0;}
.index-services .s-box .s-box-l .box-l-item .item-box .item-single{width:calc(33.33% - 0.3rem); margin: 0.15rem;}
.index-services .s-box .s-box-l .box-l-item .item-box .item-single a{background:#F1F3F1;display: block; text-align: center; padding: 0.6rem 0; font-size: 1rem; color: #000;}
.index-services .s-box .s-box-l .box-l-item .item-box .item-single a:hover{background:#033d75; color: #FFF;}
.index-services .s-box .s-box-r{width: 100%; box-sizing: border-box; padding-left: 2rem;}
.index-services .s-box .s-box-r .pro-list{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.index-services .s-box .s-box-r .pro-list .list-item{width:calc(50% - 0.5rem); margin-bottom: 1rem; border:1px solid #FFF;}
.index-services .s-box .s-box-r .pro-list .list-item .item-pic{overflow:hidden;}
.index-services .s-box .s-box-r .pro-list .list-item .item-pic img{width:100%; height: auto; transition: 0.6s ease all}
.index-services .s-box .s-box-r .pro-list .list-item:hover .item-pic img{transform:scale(1.03)}
.index-services .s-box .s-box-r .pro-list .list-item:hover{    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);}
.index-services .s-box .s-box-r .pro-list .list-item .item-box{padding:0.8rem; background: #f8f8f8; color: #000;}
.index-services .s-box .s-box-r .pro-list .list-item .item-box .item-box-tit{font-size:1rem; color: #000; text-align: center;}
.index-services .s-box .s-box-r .pro-list .list-item .item-box .item-box-txt{font-size:0.8rem; color: #666;}
.index-services .s-box .s-box-r .pro-list .list-item:hover .item-box{background:#033d75}
.index-services .s-box .s-box-r .pro-list .list-item:hover .item-box .item-box-tit{color:#FFF;}
.index-services .s-box .s-box-r .pro-list .list-item:hover .item-box .item-box-txt{color:#FFF!important;}


.tedian{padding:1rem 0 3.5rem;}
.tedian .td-item{padding: 2rem; width:calc(50% - 0.5rem);  background: #FFF;box-sizing: border-box; transition: 0.5s ease all; position: relative; overflow: hidden; margin-bottom: 1rem;cursor:pointer;}
.tedian .td-item::before,
.tedian .td-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    transition: width 0.3s ease, height 0.3s ease 0.3s;
}
.tedian .td-item::before {
    top: 0;
    left: 0;
    border-top-color: #cfaa5a;
    border-left-color: #cfaa5a;
}
.tedian .td-item::after {
    bottom: 0;
    right: 0;
    border-bottom-color: #cfaa5a;
    border-right-color: #cfaa5a;
}
.tedian .td-item:hover::before,
.tedian .td-item:hover::after {
    width: 100%;
    height: 100%;
    border-width: 2px;
}
.tedian .td-item .td-tit{ margin-bottom: 1rem; text-align:center;}
.tedian .td-item .td-tit .td-pic img{width:35%; margin-bottom:1.2rem;}
.tedian .td-item .td-tit .td-tit{font-size: 1.35rem; color: #000; font-weight: bold;}
.tedian .td-item .td-txt{font-size: 1rem; color: #333; line-height: 1.6;}

/*products*/
.tab-nav {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
  }
  .tab-nav .title{padding:0 1rem; display: flex; margin-right: 2rem; align-items: center; font-size: 1.2rem; background: #033d75; color:#FFF;}
  .tab-nav::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: var(--indicator-left, 0);
    width: var(--indicator-width, 0);
    height: 2px;
    background-color: #007bff;
    transition: all 0.3s ease;
  }
  
  .tab-nav-item {
    padding:0.8rem 1rem;
    font-size: 1.2rem;
    margin-right: 2rem;
    cursor: pointer;
    border: none;
    background: none;
    position: relative;
    color: #000;
    transition: color 0.3s ease;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  
  .tab-nav-item.active {
    color: #007bff;
    background:#f8f9fc;
  }
  
  .tab-nav-item.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007bff;
  }
  
  .tab-content {
    display: none;
  }
  
  .tab-content.active {
    display: block;
  }
  
  .product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .product-item {
    width: calc(25% - 1rem);
    margin-bottom: 1.2rem;
    transition: all 0.3s;
  }
  
  .product-item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  
  .product-img img {
    max-width: 100%;
    height: auto;
  }
  
  .product-name {
    padding:1.2rem 0.8rem;
    font-size: 1rem;
    color: #000;
    background: #f8f8f8;
  }


/*右侧浮动*/
.float-service {
    position: fixed;
	width: 4.8rem;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
	background:#FFF;
	border-radius: 2.5rem;
	padding: 2rem 0;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.service-item {
    background-color: #fff;
	border-bottom: 1px solid #F0F0F0;
	width: 4.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
.service-item:last-child{border-bottom: none;}
.img-border img{border:2px solid #4f7afd; border-radius: 50%; width: 60%!important;}

.service-item > img{
    width: 35%;
	height: auto;
    margin-bottom:0.5rem;
}

.service-item span {
    font-size: 12px;
    color: #666;
}

.hover-content {
    position: absolute;
    right:5.3rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    display: none;
    white-space: nowrap;
	width: 10rem;
	text-align: center;
}
.hover-content .tit{font-size:1rem; margin-bottom: 0.5rem; color: #ff611e; font-weight: bold;}
.hover-content .phone i{font-size:1rem; padding-right: 0.4rem; color: #333;}
.hover-content .phone{margin-bottom: 0.3rem; color: #666;}

.service-item:hover .hover-content {
    display: block;
}

.hover-content::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.hover-content p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.zhanshi{ margin-top: 2rem; background: #FFF; padding: 2rem 2rem 0.8rem;}

.choose{margin-top: 2rem; background: #FFF; padding: 2rem 2rem 0.8rem;}
.choose .choose-list{padding:1rem 0;}
.choose .choose-list .choose-item{margin-bottom:2rem;}
.choose .choose-list .choose-item .item-txt{width:100%; margin-bottom: 1rem;}
.choose .choose-list .choose-item .item-txt .item-txt-tit{font-size:1.8rem; margin-bottom: 1rem; padding-bottom: 1rem; font-weight: bold; color: #033d75; position: relative;}
.choose .choose-list .choose-item .item-txt .item-txt-tit::after{position:absolute; width: 8rem; height: 0.2rem; left: 0; bottom: 0; background: #033d75; content: ""; transition: 0.5s ease all;}
.choose .choose-list .choose-item .item-txt:hover .item-txt-tit::after{width:16rem;}
.choose .choose-list .choose-item .item-txt .item-txt-ftit{font-size:1.2rem; margin-bottom: 1.2rem; color: #888;}
.choose .choose-list .choose-item .item-txt .item-txt-smtext{font-size:1.2rem; color: #333; line-height: 1.8;}
.choose .choose-list .choose-item .item-pic{width:100%;}
.choose .choose-list .choose-item .item-pic img{width:100%; border-radius: 2rem 0 2rem 0;}
.rtol{flex-direction:row-reverse;}

/*banner*/
.ibanner img{width:100%; height: auto;}
.in-pro{background:#FFF; padding: 1rem;}
.in-pro .top-class{border-bottom: 1px solid #F0F0F0;  margin-bottom: 1rem;}
.in-pro .top-class .class-item{ margin-bottom: 0.5rem; display: flex; flex-wrap: wrap}
.in-pro .top-class .class-item .item-tit{ font-size: 1rem; color: #030535; padding-top: 0.5rem; font-weight: bold;  display: flex; width:100%; margin-bottom: 1rem; }
.in-pro .top-class .class-item .item-list{  display: flex; flex-wrap: wrap; width: 93%;}
.in-pro .top-class .class-item .item-list .list-box{ margin-right: 0.25rem; margin-bottom: 0.25rem;}
.in-pro .top-class .class-item .item-list .on a{background:#030535!important; color: #FFF!important;}
.in-pro .top-class .class-item .item-list .list-box a{ display:block; padding:0.5rem 0.6rem;   background: #F1F3F1; border: 1px solid #F5F5F5; color: #000; font-size: 0.9rem;}
.in-pro .class-item .item-list .list-box a:hover{background:#030535; color: #FFF;}
.in-pro .class-mianliao{border-bottom: 2px solid #EEE; margin-bottom: 10PX;}
.in-pro .class-mianliao .item-tit{font-size:1.2rem; color:#030535; font-weight: bold; margin-bottom: 10px;}
.in-pro .class-mianliao .item-list{ padding:10px 0; display: flex; flex-wrap: wrap;}
.in-pro .class-mianliao .item-list .list-box{margin-right: 0.5rem; margin-bottom: 0.5rem;}
.in-pro .class-mianliao .item-list .list-box a{ display:block; padding:0.6rem 1.2rem; border: 1px solid #030535; color: #000; font-size: 0.95rem;}
.in-pro .class-mianliao .item-list .list-box a:hover{background:#030535; color: #fff;}
.in-pro .class-mianliao .item-list .on a{background:#030535!important; color: #fff!important;}
.in-pro .mianliao{ padding:0 20%;}
.in-pro .mianliao img{width:100%;}

.relate-pro{padding-top: 1rem;}
.relate-pro .pro-item{width:49%;  box-sizing: border-box; margin:0.5%; }
.relate-pro .pro-item .item-pic{overflow: hidden!important;}
.relate-pro .pro-item .item-pic a{ display:block; margin:0; padding:0;}
.relate-pro .pro-item .item-pic img{width:100%; transition:  0.5s ease all;}
.relate-pro .pro-item .item-pic:hover img{transform:scale(1.05);}
.relate-pro .pro-item .item-tit{font-size: 0.8rem; height:2rem; line-height:2rem; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.relate-pro .pro-item .item-tit a{ color:#666;}


.protxt-top{padding:1rem;}
.protxt-top .top-l{width:100%; margin-bottom: 1.5rem}
.protxt-top .top-r{width:100%; box-sizing: border-box;}
.protxt-top .top-r .pro-title{font-size:1.4rem; font-weight: bold; color: rgb(17 24 39); margin-bottom: 2rem;}
.protxt-top .top-r .canshu{display:flex; flex-wrap: wrap; justify-content: space-between; background: #F4F4F4; padding: 1rem 1rem 0 1rem; margin-bottom: 1rem;}
.protxt-top .top-r .canshu .cs-item{width:49%; display: flex; font-size: 0.9rem; margin-bottom: 1rem;}
.protxt-top .top-r .canshu .cs-item .cs-tit{ color: #000;}
.protxt-top .top-r .canshu .cs-item .cs-ftit{color: #444;}
.protxt-top .top-r .canshu .cs-title{width:100%; font-size: 1.2rem; color: #000; margin-bottom: 1rem;}
.protxt-top .top-r .chima{ font-size: 1.1rem; margin-bottom: 2.5rem;}
.protxt-top .top-r .chima a{color:#9f0000; padding-left: 0.4rem; text-decoration: underline}
.protxt-top .top-r .c-contact{text-align: center;}
.protxt-top .top-r .c-title{font-size:1rem; color: #000; margin-bottom: 1rem;}
.protxt-top .top-r .c-dh{font-size:1.8rem; color: #FF0004; display: flex; align-items: center; margin-bottom: 2rem;}
.protxt-top .top-r .c-dh img{width:2rem; margin-right:0.5rem;}
.protxt-top .top-r .zixun{width:10rem;}
.protxt-top .top-r .zixun a{display:block; text-align: center; padding: 0.5rem; background: rgb(17 24 39); border:1px solid #EEE;font-size: 1.2rem; color: #FFF; }
.protxt-top .top-r .zixun a:hover{background:#941618;}
.protxt-top .top-r .contact-l{width:49%; border-right: 1px solid #F4F4F4;}
.protxt-top .top-r .contact-r{width:49%; text-align: center;}
.protxt-top .top-r .contact-r .ewm img{width:10rem; margin-bottom: 0.8rem;}

.protxt-detail{background:#FFF; padding: 1rem 0.5rem; margin-top: 1rem;}
.protxt-detail .detail-l{box-sizing: border-box; width:100%; }
.protxt-detail .detail-lm{ font-size: 1.2rem; border-bottom: 1px solid #F0F0F0; padding-bottom: 1rem; margin-bottom: 1rem; padding-left: 0.5rem; position: relative; color: #030535;}
.protxt-detail .detail-lm::after{position: absolute; width:5rem; height: 1px; left: 0; bottom: 0; content: ""; background: #030535;}
.protxt-detail .detail-l .detail-txt{font-size:1rem; color: #333;}
.protxt-detail .detail-l .detail-txt img{max-width:100%; height: auto; vertical-align: top;}
.protxt-detail .detail-r{width:100%;}
.protxt-detail .detail-r .tj-pro{ position: sticky; top: 4rem;}
.protxt-detail .detail-r .tj-pro .tj-item{border:1px solid #F4F4F4; width:49%;}
.protxt-detail .detail-r .tj-pro .tj-item .tj-pic{overflow:hidden;}
.protxt-detail .detail-r .tj-pro .tj-item .tj-pic img{transition:0.5s ease all;}
.protxt-detail .detail-r .tj-pro .tj-item .tj-pic:hover img{transform:scale(1.05)}
.protxt-detail .detail-r .tj-pro .tj-item .tj-tit{background:#F8F8F8; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  padding: 0.5rem; text-align: center; font-size: 0.9rem; color: #333;}


.case-tit {width:100%; padding: 0.6rem 0; border-bottom: 1px solid #F0F0F0; margin-bottom: 1rem;}
.case-tit .case-name{font-size:1.2rem; color: #333; font-weight: bold; padding-left: 0.2rem;}
.case-tit .bread{font-size: 0.8rem; color: #666; padding-right: 0.5rem;}
.case-tit .bread a{ color:#333; }
.case-list{display: flex; flex-wrap: wrap;}
.case-list .case-item{width:25%; box-sizing: border-box; padding:0.5rem; margin-bottom: 1rem;}
.case-list .case-item .item-pic{overflow: hidden;}
.case-list .case-item .item-pic img{transition:0.5s ease all;}
.case-list .case-item .item-pic:hover img{transform:scale(1.05)}
.case-list .case-item .item-tit{padding: 1rem; background: #F4F4F4; color: #000; text-align: center; font-size: 0.9rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.f-carousel__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    text-align: center;
    color: #ff3520;
    background: #f3f3f3;
}
.f-carousel__slide.is-nav-selected {
    color: #fff;
    background: #ff3520;
}
#myCarousel {
--f-carousel-slide-width: 100%;
--f-carousel-spacing: 10px;
    margin-bottom: 1rem;
}
#myNavigation {
--f-carousel-slide-width: 100px;
--f-carousel-spacing: 5px;
}
#myCarousel .is-selected img {
    cursor: pointer;
}
#myNavigation .is-selected img {
    opacity: 0.6;
    cursor: pointer;
}
#myNavigation .is-nav-selected img {
    opacity: 1!important;
}
#myNavigation .f-carousel__slide img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.liucheng{ padding:2rem 0.5rem; background: #FFF; margin-top: 2rem;}
.process-item {
  text-align: center;
  width: 49%;	
  padding: 2rem;
  background: #fff;
	margin-bottom: 1rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
	box-sizing:border-box;
	position: relative;
}
.process-item:last-child{width:100%;}
.process-icon {
  margin-bottom: 1rem;
}
.process-icon img {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
}
.process-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.process-num {
  font-size: 3rem;
  font-weight: bold;
  color: #f0f0f0;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  line-height: 1;
	z-index: 9;
}
.process-item h3 {
  font-size: 1.6rem;
  color: #333;
  margin: 2rem 0 1rem;
}
.process-item p {
  font-size: 1rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}



/*footer*/
.footer{background:#141621; padding:3rem 0 0;}
.f-box{padding:0 0.5rem; width:100%; margin-bottom: 1rem; box-sizing: border-box;} 
.f-box .f-logo {font-size:2rem; font-weight: bold; color: #FFF; margin-bottom: 1rem;}
.f-box .f-text .tit{margin-top: 10px; font-size:1.2rem; color: #DDD;}
.f-box .f-text .ftit{font-size:0.9rem; margin-top: 10px; color: #999;}
.f-box .f-box-tit{font-size:1.2rem; color: #FFF; margin-bottom: 1.8rem; position: relative;}
.f-box .f-box-tit::after{width:2rem; height: 0.1rem; background: #006bb9; position: absolute; content: ""; left: 0; bottom: -1rem; transition:0.5s ease all;}
.f-box:hover .f-box-tit::after{width:4.5rem;}
.f-box .f-list{width:100%; margin-bottom: 10px;}
.f-box .w33{width: 33.333% !important;}
.f-box .f-list a{color:#888; text-decoration: none; font-size: 0.9rem;}
.f-box .f-list a:hover{color: #fff; }
.f-name{font-size:16px; margin-bottom:15px; color:#DBDBDB;}
.f-box .f-contact .c-box .c-box-ico{width:30px; text-align: center; margin-right: 5px;}
.f-box .f-contact .c-box .c-box-ico i{font-size:20px; color: #DBDBDB;}
.f-box .f-contact .c-box .c-box-txt {margin-bottom: 8px; }
.f-box .f-contact .c-box .c-box-txt .t1{font-size: 1.05rem; color: #999; margin-bottom: 2px;}
.f-box .f-contact .c-box .c-box-txt .t2{font-size:0.9rem; color: #CACACA;}
.f-box .f-contact .c-box .c-box-txt .t2 a{color:#fff; text-decoration: none;}
.f-box .f-ewm{width:45%;}
.f-box .f-ewm img{width:100%;}
.f-box .f-ewm-tit{font-size:0.9rem; color: #999; line-height:1.8;}
.about-banner{background:url("../images/about-ban.jpg") no-repeat; background-size: cover; padding: 6rem 0;}
.about-banner .about-tit{font-size: 2.5rem; font-weight: bold; color: #FFF; margin-bottom: 1rem;}
.about-banner .about-ftit{font-size: 1.2rem; color: #FFF; width: 50%; line-height: 1.8;}
.about-wrap{padding:3rem 0; background: #f8f9fc;}
.about-wrap .about-box{padding:2rem; background: #FFF;}
.about-wrap .about-box .about-pic{width:100%; border-radius: 1rem; margin-bottom: 1.5rem;}
.about-wrap .about-box .about-pic img{border-radius:1rem;}
.about-wrap .about-box .about-js{width:100%; line-height: 2; font-size: 1.25rem; color: #333;}
.about-wrap .about-box .about-js p{text-indent:2rem; margin-bottom:1.5rem;}

.about-wrap .about-box .shuzi{ margin-top:2rem; width: 100%;}
.about-wrap .about-box .shuzi .sz-item{width:32%; box-sizing: border-box; padding:1rem; text-align: center; box-sizing: border-box; background: #f0fafb; border-radius: 1rem;}
.about-wrap .about-box .shuzi .sz-item .sz-tit{font-size:1.8rem; color: rgb(37 99 235); font-weight: bold;}
.about-wrap .about-box .shuzi .sz-item .sz-ftit{font-size: 1.2rem; color: #000;}

.service-concept {
	padding: 2rem;
	margin-top: 2rem;
    background: #fff;
}
.service-concept .title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    font-weight: bold;
}

.service-concept .service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-concept .service-item {
    background: #fff;
    padding: 2rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
	width: 100%;
}
.service-concept .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.service-concept .service-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 20px;
}
.service-concept .service-icon svg {
    width: 100%;
    height: 100%;
    fill: #4A90E2;
}
.service-concept .service-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.service-concept .service-desc {
    color: #666;
    line-height: 1.8;
	font-size: 0.9rem;
}

/*products list*/
.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.product-box {
    width: calc(50% - 0.5rem);
    margin: 0 0 0.5rem 0;
    background: #fff;
	border: 1px solid #f0f0f0;
    box-sizing: border-box;
    
}

.product-main-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.product-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.product-main-img:hover img{transform:scale(1.05)}
.product-thumbs {
    display: flex;
    justify-content: flex-start;
    gap: 0.35rem;
}

.product-thumb {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #ddd;
}
.product-thumb:hover{border:1px solid #FF0004;}
.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.product-thumb:hover img {
    transform: scale(1.1);
}

.product-names {
    color: #000;
	background: #f8f9fc;
	margin-top: 0.5rem;
}
.product-names a{display:block; color: #000;  padding: 1rem 0.5rem; font-size: 1.5rem;}

.snav{padding:1rem 0; font-size: 0.85rem; color: #666;}
.snav a{ color:#333;}
.snav a:hover{color: #030535;}

.in-protxt{background:#FFF;}
.pagelist{text-align: center; padding:1rem 0; margin-top: 1rem; background:#FFF;}

.pagination {
    display: inline-block;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.contact-banner{background:url("../images/contact-ban.jpg") no-repeat; background-size: cover; padding: 6rem 0;}
.contact-banner .about-tit{font-size: 2.5rem; font-weight: bold; color: #FFF; margin-bottom: 1rem;}
.contact-banner .about-ftit{font-size: 1.2rem; color: #FFF; width: 50%; line-height: 1.8;}

.contact-box{background:#FFF; padding: 1rem;}
.contact-box .c-l{width:100%; margin-bottom: 1.5rem;}
.contact-box .c-l .c-tit{font-size:1.8rem; color: #000; font-weight: bold; margin-bottom: 1rem;}
.contact-box .c-l .c-ftit{font-size: 1.2rem; color: #666; line-height: 1.8; margin-bottom: 2rem;}
.contact-box .c-l .c-name{font-size: 1.6rem; border-bottom: 1px solid #EEE; padding-bottom: 1rem; margin-bottom: 1rem;  color: #333;}
.contact-box .c-l .c-dh{ margin-bottom: 1rem;}
.contact-box .c-l .c-dh .t1{font-size: 1.2rem; color: #666; margin-bottom: 0.5rem;}
.contact-box .c-l .c-dh .t2{font-size: 2rem; color: #333;}
.contact-box .c-l .c-dh .t2 a{ color:#333;}
.contact-box .c-l .c-list{font-size: 1rem; color: #333; line-height: 1.8;}
.contact-box .c-r{width:100%; height: 300px;}


.footfix{display:block; position: fixed; width: 100%; bottom:0px;}
	.fixbox{width:94%; margin: 10px auto; border-radius: 10px; background-color: rgba(255,255,255,0.85); display: flex; justify-content: space-between; padding:15px;}
	.f-ico{ background: #f48c31; display: flex; justify-content: center; align-items:center; border-radius: 10px; padding:10px 15px;}
	.f-ico i{font-size:24px; color: #FFF;}
	.f-txt{font-size:18px; color: #333; display: flex; justify-content: center; align-items:center;}
	.f-btn{display: flex; justify-content: center; align-items:center;}
	.f-btn a{background: #f48c31; color: #FFF; font-size: 1.5rem; padding:10px; border-radius: 10px; text-decoration: none; display:block;}
	.f-btn a:hover{color:#FFF;}

.copyright{ padding:1rem 0; margin-top: 2rem;  font-size: 0.9rem; text-align: center; background: #141621; color: #999; border-top: 1px solid #2b2b30;}
.copyright a{ color:#999;}
.copyright a:hover{ color:#FFF;}


