.moreAllProduct {
    padding: 10px 6% 60px;
    background-color: #f6f6f6;
}

.productSwiper {
    width: 100%;
    height: 100%;
}

.productSwiper .swiper-wrapper {
}

.productSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productSwiper .swiper-slide img {
    display: block;
}

.productSwiperBox {
    width: 100%;
    height: 250px;
    position: relative;
}

.productSwiperPic {
    height: 220px;
}

.productSwiperPic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productSwiperText {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    font-weight: lighter;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productSwiperBox:hover .productSwiperPic {
    overflow: hidden;
}

.productCategory {
}

.productCategoryTitle {
    margin: 60px 0 60px 0;
}

.productCategoryTitle h3 {
    font-size: 30px;
    color: #666;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.productCategoryTitle h3:before {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
}

.productCategoryTitle h3:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
}

.productCategoryTitle p {
    font-size: 16px;
    color: #777;
    text-align: center;
    font-weight: lighter;
}

.moreProductCategory {
    background: url(../images/in_pro_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 30px 0 90px 0;
}

.productCategorySwiper {
    width: 90%;
    height: 100%;
}

.productCategorySwiper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productCategorySwiper .swiper-slide img {
    display: block;
}

.productCategorySwiperBox {
    width: 100%;
    position: relative;
}

.moreProductCategoryPic {
    overflow: hidden;
}

.moreProductCategoryPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moreProductCategoryText {
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}

.productCategorySwiperBox:hover .moreProductCategoryPic {
    overflow: hidden;
}

.productCategorySwiperBox:hover .moreProductCategoryPic img {
    transition: all 0.8s;
    -mstransition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.about-box {
    text-align: center;
}

.about-desc {
    text-align: left;
    font-size: 18px;
    font-weight: lighter;
    padding: 0 10% 0 10%;
}

.about-btn {
    display: block;
    width: 140px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #2d77e5;
    background: -webkit-linear-gradient(to right, #1756ae, #246acf, #2d77e5);
    background: linear-gradient(to right, #1756ae, #246acf, #2d77e5);
    margin: 60px auto;
}

.about-btn:hover {
    background: #d0121b;
    color: #fff;
}

.index-video {
    height: 400px;
    padding: 0 10% 0 10%;
}

.index-video video {
    width: 100%;
    height: 100%;
}

.index-show {
    background: url(../images/more_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 90px 0 10px 0;
}

.index-show-title {
    background-color: #175aa8;
    padding: 15px;
    text-align: center;
}

.index-show-title span {
    display: block;
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
}

.index-show-list {
}

.indexShowSwiper {
    width: 90%;
    height: 100%;
}

.indexShowSwiper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexShowSwiper .swiper-slide img {
    display: block;
}

.indexShowSwiperBox {
    width: 100%;
    position: relative;
}

.indexShowSwiperPic {
    height: 300px;
}

.indexShowSwiperPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexShowSwiperText {
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    border-bottom: 10px #175aa8 solid;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}

.indexShowSwiperBox:hover .indexShowSwiperPic {
    overflow: hidden;
}

.indexShowSwiperBox:hover .indexShowSwiperPic img {
    transition: all 0.8s;
    -mstransition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.caseShowSwiperBox {
    width: 100%;
    position: relative;
}

.caseShowSwiperPic {
    height: 300px;
}

.caseShowSwiperPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseShowSwiperText {
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    border-top: 1px #175aa8 solid;
}

.caseShowSwiperBox:hover .caseShowSwiperPic {
    overflow: hidden;
}

.caseShowSwiperBox:hover .caseShowSwiperPic img {
    transition: all 0.8s;
    -mstransition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sub-wapper {
    padding: 0 6%;
    background-color: #ddd;
    height: 100%;
}

.sub-wapper-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0 0;
}

.sub-wapper-header a {
    display: block;
    background-color: #fff;
    width: 32%;
}

.sub-wapper-header a .sub-wapper-header-pic {
    height: 200px;
    padding: 15px 15px 0 15px;
}

.sub-wapper-header a .sub-wapper-header-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-wapper-header a .sub-wapper-header-desc {
    padding: 15px 0;
}

.sub-wapper-header a .sub-wapper-header-desc .sub-wapper-header-description {
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    text-align: center;
    margin: 15px 0 0 0;
}

.sub-wapper-header a .sub-wapper-header-desc .sub-wapper-header-title {
    padding: 0 15px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0 0;
}

.sub-wapper-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0 30px 0;
    gap: 20px;
}

.sub-wapper-child a {
    display: block;
    width: 15%;
    background-color: #fff;
}

.sub-wapper-child a .sub-wapper-child-pic {
    height: 100px;
}

.sub-wapper-child a .sub-wapper-child-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-wapper-child a .sub-wapper-child-desc {
    text-align: center;
    font-size: 16px;
    padding: 6px 0;
}

.clear-all {
    clear: both;
}

.cate-box {
    height: 400px;
    margin: 90px 0;
    clear: both;
}

.cate-item {
}

.cate-item .cate-wapper {
    display: block;
    width: 29%;
    height: 400px;
    float: left;
    background-image: url("../images/cate-bg.jpg");
    margin: 0 2%;
    position: relative;
    transition: all 0.8s;
}

.cate-item .cate-wapper:hover {
    background-image: url("../images/cate-bg-red.jpg");
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

.cate-item .cate-wapper .cate-title {text-align: center;margin: 50px 0 0 0;}

.cate-item .cate-wapper .cate-title h3 {
    font-size: 33px;
    color: #111;
    font-weight: bold;
}

.cate-item .cate-wapper .cate-title h4 {
    font-size: 23px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}

.cate-item .cate-wapper:hover .cate-title {
}

.cate-item .cate-wapper:hover .cate-title h3 {
    color: #fff;
}

.cate-item .cate-wapper:hover .cate-title h4 {
    color: #fff;
}

.cate-item .cate-wapper .cate-title img {margin: 0 auto;}

.cate-item .cate-wapper:hover .cate-title img {
    filter: invert(1);
}

.cate-item .cate-wapper .cate-pic {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
}

.cate-item .cate-wapper .cate-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pagination-page {
    position: relative;
    margin: 60px 0 0 0;
}

.product-swiper-pagination {
}

.product-swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 15px;
    border-radius: 0;
    background-color: #175aa8;
}

.pagination-page .swiper-pagination-bullet-active {
    background-color: #c31f2a;
}

.web-wapper {
    width: 1400px;
    margin: 0 auto;
}

.service-box {
}

.service-box .nav-title {
    margin: 60px 0 60px 0;
}

.service-box .nav-title h3 {
    font-size: 30px;
    color: #666;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.service-box .nav-title h3:before {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
}

.service-box .nav-title h3:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
}

.service-box .nav-title p {
    font-size: 16px;
    color: #777;
    text-align: center;
    font-weight: lighter;
}

.service-box01 {
    background-size: cover;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023112017470689170/cms/image/4fb0f767-5bc9-4d28-b93f-6e60667080c0.jpg);
    background-attachment: fixed;
    height: 830px;
    margin: 218px 0 0 0;
}

.service-item {
    position: relative;
}

.service-item .service-item-list {
    background-color: #f5f5f5;
    width: 360px;
    border-radius: 3px;
    padding: 30px 0 0 0;
    z-index: 9;
}

.service-item01 {
    position: absolute;
    right: 420px;
    top: -133px;
}

.service-item-title {
    padding: 10px 30px 0 30px;
}

.service-item-title h3 {
    font-size: 26px;
    font-weight: bold;
}

.service-item-title p {
    font-size: 16px;
    color: #999;
    padding: 15px 0;
}

.service-item-pic {
}

.service-item-pic img {
    width: 100%;
    height: 300px;
}

.service-item-link {
    font-size: 50px;
    padding: 0 30px 0 30px;
}

.service-item-link a {
}

.service-item02 {
    position: absolute;
    right: 30px;
    top: -260px;
}

.service-item03 {
    position: absolute;
    right: 30px;
    top: 282px;
}

.xiala-box {
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.xiala-item {
    width: 1400px;
    background-color: #ededed;
    display: flex;
    flex-wrap: wrap;
}

.xiala-top {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
}

.xiala-top a {
    display: block;
    background-color: #fff;
    float: left;
    width: 32.3%;
    margin: 0 0.5% 0 !important;
}

.xiala-top a .xiala-top-pic {height: 200px;position: relative;}

.xiala-top a .xiala-top-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xiala-top a .xiala-top-pic .xiala-top-pic-zhe{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    opacity: 1;
    transition: all 0.8s;
}
.xiala-top a:hover .xiala-top-pic .xiala-top-pic-zhe{
    opacity: 1;
}
.xiala-top a .xiala-top-pic .xiala-top-pic-zhe p{
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.xiala-top a .xiala-top-pic .xiala-top-pic-zhe p:first-child{
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0 0 0;
}
.xiala-top a .xiala-top-pic .xiala-top-pic-zhe p:last-child{
    font-weight: lighter;
    margin: 15px 0 0 0;
}

.xiala-top a .xiala-top-desc{
    display: block;
    font-size: 13px;
    color: #333;
    line-height: 25px;
    text-align: justify;
    text-indent: 30px;
    padding: 20px;
}

.xiala-bottom {
    clear: both;
    width: 100%;
    padding: 0 1.45% 20px 1.45%;
}

.xiala-bottom a {
    float: left;
    width: 24.4%;
    margin: 6px 0 0 0.48% !important;
    background-color: #fff;
}

.xiala-bottom a .xiala-bottom-pic {
    width: 100%;
    height: 140px;
    background-image: url("./images/cate-bg-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 0 0 0;
}

.xiala-bottom a .xiala-bottom-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.xiala-bottom a p {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 30px;
    margin: 10px 0 0 0;
}

.xialacenter{
    padding: 0 1.45% 20px 1.45%;
}

.xialacenter a {
    float: left;
    width: 24.4%;
    margin: 6px 0 0 0.45% !important;
    background-color: #fff;
}

.menu li .submenu {
    background-color: transparent;
}

.header-all {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    border-bottom: 2px #ddd solid;
}

.header-top {
    display: flex;
    background-color: #ececec;
    padding: 6px 0;
}

.header-top-box {
}

.header-top-box .header-top-left {
    float: left;
    color: #666;
    font-weight: lighter;
}

.header-top-box .header-top-right {
    float: right;
}

.header-top-box .header-top-right a {
    color: #333;
    font-size: 14px;
}

.header-top-box .header-top-right span {
    margin: 0 10px;
    color: #999;
}

.header-nav {
    height: 85px;
}

.header-nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav-box .header-nav-left {
}

.header-nav-box .header-nav-left a {
    display: block;
    height: 80px;
    position: relative;
}

.header-nav-box .header-nav-left a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-nav-box .header-nav-left a .header-nav-left-text {
    height: 30px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    font-size: 23px;
    position: absolute;
    right: -84px;
    bottom: 3px;
    margin: auto;
}

.header-nav-box .header-nav-list {
}

.header-nav-box .header-nav-list ul {
    display: flex;
    align-items: center;
    margin: 0;
}
.header-nav-box .header-nav-list ul li{
    margin: 0 10px;
}
.header-nav-box .header-nav-list ul li a {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin: 0 20px;
    text-align: center;
}

.header-nav-box .header-nav-list ul li a i {
}

.footer-box {
}

.footer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    border-bottom: 1px #ddd solid;
}

.footer-item .footer-item-top {
    float: left;
}

.footer-item .footer-item-top .footer-item-pic {display: flex;align-items: center;}

.footer-item .footer-item-top .footer-item-pic img {
    width: 100px;
    height: 100%;
    object-fit: contain;
}

.footer-item .footer-item-top .footer-item-pic p{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.footer-item .footer-item-desc {
    float: right;
}

.footer-item .footer-item-desc a {
    padding: 15px 30px 15px 30px;
    background-color: #043dbe;
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
}

.footer-bottom {
}

.footer-bottom .footer-bottom-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #ddd solid;
}

.footer-bottom .footer-bottom-box .footer-bottom-item01 {
    float: left;
}

.footer-bottom .footer-bottom-box .footer-bottom-item01 h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
}

.footer-bottom .footer-bottom-box .footer-bottom-item01 .footer-icon {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.footer-bottom .footer-bottom-box .footer-bottom-item01 .footer-icon img {
    width: 32px;
    height: 32px;
}

.footer-bottom .footer-bottom-box .footer-bottom-item01 .footer-icon p {
    font-size: 16px;
    font-weight: lighter;
    text-shadow: 1px 1px 1px #ddd;
    text-indent: 6px;
}

.footer-bottom-item02 {
    display: flex;
    gap: 60px;
    padding: 30px 0 0 0;
}

.footer-bottom-item02 ul {
}

.footer-bottom-item02 ul li {
    margin: 0 0 10px 0;
}

.footer-bottom-item02 ul li a {
    font-size: 16px;
    color: #666;
    font-weight: lighter;
}

.footer-bottom-item02 ul li a strong {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.footer-bottom-item03 {
    display: flex;
    gap: 60px;
    padding: 30px 0 0 0;
}

.footer-bottom-item03 ul {
}

.footer-bottom-item03 ul li {
    text-align: center;
}

.footer-bottom-item03 ul li strong {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.footer-bottom-item03 ul li .footer-bottom-item03-pic {
}

.footer-bottom-item03 ul li .footer-bottom-item03-pic img {
}

.footer-bottom-item03 ul li p {
    font-size: 14px;
    color: #666;
    font-weight: lighter;
    text-align: center;
}

.footer-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    gap: 30px;
}

.footer-copy p {
    font-size: 16px;
    color: #333;
}

.footer-copy a {
    font-size: 16px;
    color: #333;
}

.header-nav-slider {
}

.xiala-menu {
    width: 1400px;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    overflow: hidden;
    transition: all 1s;
}
.pf_19{
    font-size: 19px;
}
.goods-top{
    width: 100%;
    display: flex;
}
.goods-top .goods-top-left{
    width: 400px;
}
.goods-top .goods-top-right{
    width: 550px;
    padding: 30px;
}
.nav-icon-link{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    gap: 20%;
    padding: 0 0 30px 0;
}
.nav-icon-link a{}
.nav-icon-link a img{
    width: 200px;
    height: 200px;
}
.nav-icon-link a span{
    font-size: 18px;
    color: #333;
}
.service-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1400px;
    padding: 30px 0 30px 0;
    gap: 6%;
}
.service-nav a{
    display: block;
    width: 270px;
    height: 300px;
    background: url(../images/iaitembg.png) center center no-repeat;
    position: relative;
    transition: 300ms;
    cursor: pointer;
}
.service-nav a:hover{
    background: url(../images/iaitembg-hv.png) center center no-repeat;
}
.service-nav a .service-nav-box{
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.service-nav a .service-nav-box h3{
    color: #fff;
    font-size: 30px;
}
.service-nav a .service-nav-box p{
    color: #fff;
    font-size: 16px;
}