@charset "utf-8";
.box{}
.main{display:block;width: 1200px;margin: 0 auto;}
.flex{display: flex;}
img {
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}
.clear{clear: both;}
/*input placeholder */

::-webkit-input-placeholder {
    color: #999999;
}

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}


/*=============head===================================================================================================*/
.head-pd1{
    padding: 28px 0 28px 0;
}
.head-main{
    position: relative;
}
.head-box{
    justify-content: space-between;
    align-items: center;
}
.head-logo-box{}
.head-logo-box-img{}
.head-logo-text{}
.head-logo-text-h1{font-size: 40px;font-weight: bold;color: #1a1a1a;white-space: normal;}
.head-logo-text-p1{font-size: 12px;font-weight: bold;color: #a0a0a0;white-space: normal;}
.head-4item{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 28px;
}
.head-4item-list{
    width: 52px;
    height: 64px;
    background: transparent url(../images/img/item_many_bg.png) no-repeat center;
    text-align: center;
    position: relative;
}
.head-4item-text{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 14px;
    color: #fff;
}
.head-tel{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.head-tel-title{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.head-tel-title-icon{
    width: 16px;
    height: 16px;
}
.head-tel-title-text{
    color: #999;
    font-size: 16px;
    font-weight: lighter;
    padding: 0 0 0 5px;
}
.head-tel-num{
    color: #004ea5;
    font-size: 30px;
    font-weight: bold;
}

/*=============nav===================================================================================================*/
.nav-bg1{
    background-color: #161e25;
}
.nav-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    height: 54px;
    gap: 0;
}
.nav-a1{
    width: 15%;
    display: block;
    padding: 15px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
    text-align: center;
}
.nav-a1 span{
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    white-space: nowrap;
}
.nav-a1:hover{
    background-color: #1a58a5;
    color: #fff;
}
.nav-a1:hover span{
    color: #fff;
}
#active-nav-a1{
    background-color: #1a58a5;
    color: #fff;
}
/*swiper*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* 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;
}
/*=============banner===================================================================================================*/
.banner-swiper{}
.swiper1{}
.swiper1 .swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper1 .swiper-slide img {
    display: block;
    width: 100%;
}
/*=============search===================================================================================================*/
.search-box-bg{

    background-color: #fff;

    padding: 30px 0 30px 0;
}
.search-box{

    display: flex;

    align-items: center;

    align-content: flex-start;

    justify-content: space-between;

    flex-wrap: wrap;
}
.search-item{

    display: flex;

    align-items: center;

    align-content: center;

    justify-content: center;
}
.search-item1{

}
.search-hot-pic{

    max-width: 25px;

    max-height: 31px;
}
.search-hot{

    width: 100%;

    height: 100%;

    object-fit: contain;
}
.search-key{

    font-size: 16px;

    color: #333;

    font-weight: 600;

    padding: 0 0 0 10px;

    white-space: nowrap;
}
.search-link-item{display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;max-width: 300px;}
.search-link{

    white-space: nowrap;

    color: #999;

    font-size: 16px;

    padding: 0 10px 0 0;
    position: relative;
}

.search-link:first-child{
    padding: 0 10px 0 0;
}

.search-link:after{
    display: inline-block;
    content: "、";

}

.search-link:last-child:after{
    display: none;
}

.search-link:hover{
    transition: all 1s;
    -webkit-transition: all 1s;
    color: #254ea5;
    text-decoration: underline;
}

.search-item2{position: relative;}
.search-form1{

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    margin: 0 0 0 0;
}
.search-input{

    min-width: 333px;

    min-height: 45px;

    border: 1px #ececec solid;

    border-top-left-radius: 30px;

    border-bottom-left-radius: 30px;

    border-top-right-radius: 30px;

    border-bottom-right-radius: 30px;

    text-indent: 10px;

    color: #dcdcdc;

    padding: 0 50px 0 0;
}

.search-input:focus{
    color: #dcdcdc;
}

.search-g{

    display: inline-block;

    width: 1px;

    height: 20px;

    background-color: #dcdcdc;

    margin-left: -50px;
}
.search-btn1{
    width: 45px;
    height: 45px;
    background: transparent url("../images/sousuo.png") no-repeat left center;
    background-size: 16px 16px;
    margin: 0 0 0 15px;
    cursor: pointer;
}
.search-item3{

}
.search-zx{

    font-size: 16px;

    color: #333;

    font-weight: normal;

    white-space: nowrap;
}
.search-tel{

    color: #004ea5;

    font-size: 30px;

    font-weight: bold;

    white-space: nowrap;
}

/*product*/
.product-bg{
    background: url("../images/product_bg1.jpg") no-repeat left center;
    background-size:cover;
    padding: 0 0 120px 0;
}
.product-box{

}
.product-title{
    background: url("../images/product_title_bg1.png") no-repeat center center;
    padding: 100px 0 60px 0;
    position: relative;
}
.product-title-content{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #004ea5;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    top: -40px;
}
.product-title-first{

}
.product-title-dian{

    display: inline-block;

    width: 6px;

    height: 6px;

    background-color: #004ea5;

    border-radius: 50%;

    margin: 0 26px 0 25px;
}
.product-title-desc{

}
.product-title-content-desc{
    text-align: center;
    color: #999;
    font-size: 20px;
    position: relative;
    top: -35px;
}

.product-list-type{

    display: flex;

    align-items: center;

    justify-content: space-evenly;

    padding: 0 0 60px 0;
}
.product-list-type-link{

}
.product-list-type-box{

    display: flex;

    align-items: center;

    justify-content: space-around;

    padding: 15px 55px 15px 55px;

    border: 1px #e9e8e9 solid;

    background-color: #fff;

    border-radius: 30px;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
}
.product-list-type-pic{

    width: 30px;

    height: 30px;

    background-color: #1a58a5;

    border-radius: 50%;

    margin: 0 15px 0 0px;
}
.product-list-type-pic-icon1{
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url("../images/type/type1_bai.png") no-repeat center center;
    background-size: auto;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
}
.product-list-type-box:hover .product-list-type-pic-icon1{
    background: transparent url("../images/type/type1_lan.png") no-repeat center center;

    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);

}
.product-list-type-pic-icon2{
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url("../images/type/type2_bai.png") no-repeat center center;
    background-size: auto;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
}
.product-list-type-box:hover .product-list-type-pic-icon2{
    background: transparent url("../images/type/type2_lan.png") no-repeat center center;

    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.product-list-type-pic-icon3{
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url("../images/type/type3_bai.png") no-repeat center center;
    background-size: auto;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
}
.product-list-type-box:hover .product-list-type-pic-icon3{
    background: transparent url("../images/type/type3_lan.png") no-repeat center center;

    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.product-list-type-pic-icon4{
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url("../images/type/type4_bai.png") no-repeat center center;
    background-size: auto;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
}
.product-list-type-box:hover .product-list-type-pic-icon4{
    background: transparent url("../images/type/type4_lan.png") no-repeat center center;

    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.product-list-type-title{

}
.product-list-type-title-desc{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.product-list-type-box:hover {
    background-color: #1a58a5;
}

.product-list-type-box:hover .product-list-type-pic{
    background-color: #fff;
}

.product-list-type-box:hover .product-list-type-title-desc{
    color: #fff;
}

/*product-list*/
.product-list{display: block;}
.product-list-item-first{

    display: block;

    width: 1200px;

    height: 458px;

    background-color: #fff;
}
.product-list-item-first-left{

    width: 525px;

    height: 100%;

    float: left;
}
.product-list-item-first-left-h3{

    padding: 50px 0 0 75px;
}
.product-list-item-first-left-h3-p{

    font-size: 30px;

    font-weight: bold;

    color: #333;
}
.product-list-item-first-left-h3-p:hover{
    color: #1a58a5;
}
.product-list-item-first-left-span{

    display: block;

    width: 40px;

    height: 3px;

    background-color: #1a58a5;

    margin: 10px 0 0 0;
}
.product-list-item-first-left-desc{

    padding: 20px 0 0 75px;
}
.product-list-item-first-left-desc-p{

    font-size: 14px;

    font-weight: normal;

    color: #333;
}
.product-list-item-first-left-desc-p:hover{
    color: #1a58a5;
}
.product-list-item-first-left-item{

    padding: 20px 0 0 75px;
}
.product-list-item-first-left-item-ul{

    display: flex;

    align-items: center;

    justify-content: space-between;

    position: relative;
}
.product-list-item-first-left-item-ul-li{
    position: relative;
}
.product-list-item-first-left-item-ul-li:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ddd;
    top: 0;
    right: -45%;
}
.product-list-item-first-left-item-ul-li:last-child:after{
    visibility: hidden;
}
.product-list-item-first-left-item-pic{

    width: 68px;

    height: 68px;

    background-color: #1a58a5;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;

}
.product-list-item-first-left-item-pic-img{

}
.product-list-item-first-left-item-pic-p{

    font-size: 14px;

    white-space: nowrap;

    color: #333;

    text-align: center;

    padding: 20px 0 0 0;
}
.product-list-item-first-left-item-ul-li:hover .product-list-item-first-left-item-pic{
    background-color: #333;
}
.product-list-item-first-left-item-ul-li:hover .product-list-item-first-left-item-pic .product-list-item-first-left-item-pic-img{
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;

    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}
.product-list-item-first-left-item-ul-li:hover .product-list-item-first-left-item-pic-p{

}
.product-list-item-first-left-more{

    display: flex;

    width: 160px;

    height: 40px;

    align-items: center;

    justify-content: center;

    border-radius: 20px;

    border: 1px #85a6cf solid;

    margin: 40px 0 0 75px;

    font-size: 16px;

    color: #1a58a5;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
}
.product-list-item-first-left-more:hover{
    background-color: #1a58a5;
    color: #FFFFFF;
}
.product-list-item-first-right{

    width: 560px;

    height: 100%;

    float: right;
    overflow: hidden;
}
.product-list-item-first-right-img{

    width: 100%;

    height: 100%;

    object-fit: cover;
}

.product-list-item-first-right .product-list-item-first-right-img:hover{
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;

    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.product-list-item{

    width: 1200px;

    height: 242px;

    clear: both;
}
.product-list-item-box{

}
.product-list-item-box-list{

}
/*swiper2-item*/
.swiper2{
    padding: 30px 0 0 0;
}
#swiper2{

}
.swiper2{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.swiper2 .swiper-container.swiper-wrapper .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: transparent;
    height: 200px;
    /* 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;
}
.swiper2 .swiper-container.swiper-wrapper .swiper-slide a{
    display: block;
}
.swiper2-item{
    width: 280px;
    height: 100%;
}
.swiper2-item .swiper2-item-pic{
    width: auto;
    height: 210px;
    overflow: hidden;
}
.swiper2-item .swiper2-item-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
}
.swiper2-item .swiper2-item-pic img:hover{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.swiper2-item p{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    background-color: transparent;
    background-image: url("../images/product_title.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
}
.swiper2-item p span{
    font-size: 16px;
    color: #333;
}
.swiper2-item p span:first-child{
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swiper2-item p:hover{
    background-image: url("../images/product_title_hover.png");
    background-color: #004ea5;
}
.swiper2-item p:hover span{
    color: #fff;
}
/*adv*/
.adv-bg{
    width: 100%;
    height: 300px;
}
.adv-bg-main{
    padding: 80px 0 0 0;
}
.adv-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}
.adv-left{
    width: 700px;
    height: 150px;
}
.adv-left-box{
    width: 100%;
    height: 100%;
}
.adv-left-box-top{
    position: relative;
}
.adv-left-box-top h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: -53px;
}
.adv-left-box-top p{
    display: block;
    width: 155px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 10px;
    left: 3px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
.adv-left-box-center{
    margin: 20px 0 0 0;
}
.adv-left-box-center p{
    font-size: 20px;
    color: #fff;
}
.adv-left-box-bottom{
    margin: 25px 0 0 0;
}
.adv-left-box-bottom p{
    font-size: 14px;
    color: #fe723b;
}
.adv-right{
    width: 210px;
    height: 150px;
}
.adv-right-box{
    width: 100%;
    height: 100%;
}
.adv-right-box-top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0 0 0;
}
.adv-right-box-top img{
    width: 16px;
    height: 16px;
    padding: 0 3px 0 3px;
}
.adv-right-box-top label{
    font-size: 16px;
    color: #fff;
}
.adv-right-box-center{
    margin: 10px 0 0 0;
}
.adv-right-box-center p{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.adv-right-box-bottom{display: flex;align-items: center;justify-content: flex-end;align-content: center;margin: 35px 0 0 0;}
.adv-right-box-bottom a{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
}
.adv-right-box-bottom a img{
    width: 24px;
    height: 20px;
    margin: 0 6px 0 6px;
}
.adv-right-box-bottom a label{
    font-size: 16px;
    color: #1a58a5;
    cursor: pointer;
}
.adv-right-box-bottom a:hover{
    background-color: #1a58a5;
}
.adv-right-box-bottom a:hover img{
    display: none;
}
.adv-right-box-bottom a:hover label{
    color: #fff;
}

/*ys*/
.ys-box{
    position: relative;
    height: 535px;
}
.ys-list-box{

}
.ys-list-box a{
    width: 100%;
    height: 100%;
}
.ys-list-bar{
    position: relative;
    z-index: 99;
    bottom: 60px;
    left: 0;
    right: 0;
}
.ys-list-bar ul{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 70px;
}
.ys-list-bar ul li{

}
.ys-list-bar .ys-list-bar-box{
    width: 132px;
    height: 155px;
    background-image: url("../images/ys/ys_duo_black.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
}
.ys-list-bar .ys-list-bar-box img{
    width: 37px;
    height: 34px;
    padding: 45px 0 0 0;
    margin: 0 auto;
}
.ys-list-bar .ys-list-bar-box .ys-list-bar-line{
    width: 45px;
    height: 2px;
    background-color: #454b51;
    margin: 10px auto 0;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
}
.ys-list-bar .ys-list-bar-box p{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 5px 0 0 0;
}
.ys-list-bar ul li:hover .ys-list-bar-box{
    background-image: url("../images/ys/ys_duo_lan.png");
}
.ys-list-bar ul li:hover .ys-list-bar-line{
    background-color: #2e6eb5;
}
.swiper3{

}
.swiper3 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 443px;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-start;

}
.ys-list-box-item{
    width: 515px;
    height: 255px;
    margin: 60px 0 0 70px;
}
.ys-list-box-item-top{
    text-align: left;
}
.ys-list-box-item-top label{
    font-size: 36px;
    font-weight: bold;
    color: #fe723b;
}
.ys-list-box-item-top span{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.ys-list-box-item p{
    width: 515px;
    height: 90px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: justify;
    overflow: hidden;
    padding: 40px 0 50px 0;
}
.ys-list-box-item ul{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    row-gap: 10px;
}
.ys-list-box-item ul li{
    width: 26%;
    white-space: nowrap;
    font-size: 16px;
    color: #fe723b;
    text-align: left;
}
.ys-list-box-item-round{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../images/ys/ys_round.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.ys-list-box-item ul li span{}

/*case*/
.case-box{}
.swiper4{
    width: 100%;
}
.swiper4 .swiper-wrapper{}
.swiper4 .swiper-wrapper .swiper-slide{

}
.swiper4 .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper4 a{

    width: 100%;

    height: 100%;
}
.case-item{
    background-color: #fff;
}
.case-item .case-item-pic{
    height: 250px;
    overflow: hidden;
}
.case-item .case-item-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
}
.case-item .user-item-pic img{
}
.case-item .case-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    height: 60px;
    border-bottom: 1px #dcdcdc solid;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition:all 0.5s;
    text-align: center;
    padding: 0 0 0 15px;
}
.case-item .case-text span{
    display: block;
    width: 60%;
    font-size: 14px;
    color: #333;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-item .case-text label{
    display: block;
    font-size: 14px;
    color: #004ea5;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 20px;
}

.case-item:hover{

}
.case-item:hover .case-item-pic img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.case-item:hover .case-text{
    background-color: #004ea5;
}
.case-item:hover .case-text span{
    color: #fff;
}
.case-item:hover .case-text label{
    color: #fff;
}

.list-case-box{
    padding: 0 15px 15px 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.list-case-box .list-box{

    width: 31%;

    background-color: #f6f6f6;
}
/*company*/
.company-box{
    margin: 80px 0 0 0;
    min-width: 1200px;
    height: 566px;
}
.company-box-left{
    width: 50%;
    height: 100%;
    float: left;
}
.company-box-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-box-right{
    width: 50%;
    height: 100%;
    float: left;
    background: transparent url("../images/company_r.jpg") no-repeat left;
    background-size: cover;
}
.company-box-right-item{
    width: 600px;
    padding: 83px 0 0 55px;
}
.company-box-right-item-h3{
    font-size: 32px;
    font-weight: bold;
    color: #004ea5;
}
.company-box-right-item-desc{
    font-size: 16px;
    color: #004ea5;
    margin: 30px 0 30px 0;
}
.company-box-right-item-line{
    width: 60px;
    height: 3px;
    background-color: #004ea5;
}
.company-box-right-item-content{
    height: 96px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    margin: 45px 0 80px 0;
}
.company-box-right-item-content:hover{
    color: #004ea5;
}
.company-box-right-item a{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    border: 1px #1a58a5 solid;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.company-box-right-item a span{
    font-size: 16px;
    color: #1a58a5;
}

.company-box-right-item a:hover{
    background-color: #1a58a5;
}

.company-box-right-item a:hover span{
    color: #fff;
}
/*company-num*/
.company-num-bg{
    height: 240px;
    background: transparent url("../images/num_bg.jpg") no-repeat center;
    background-size: cover;
    margin: 1px 0 0 0;
}
.company-num-box{
    height: 240px;
    display: flex;
    gap: 0;
}
.company-num-box-item{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-num-box-item .company-num-box-item-pic{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.company-num-box-item .company-num-box-item-pic .company-num-box-item-pic-top{
    width: 100%;
    text-align: center;
}
.company-num-box-item .company-num-box-item-pic .company-num-box-item-pic-top span{
    font-size: 36px;
    color: #fff;
}
.company-num-box-item .company-num-box-item-pic .company-num-box-item-pic-top label{
    font-size: 14px;
    color: #fff;
}
.company-num-box-item .company-num-box-item-pic .company-num-box-item-pic-line{
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 30px 0 30px 0;
}
.company-num-box-item .company-num-box-item-pic p{
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
/*news*/
.news-bg{
    background: #f5f5f5;
}
.news-box{display: flex;align-items: center;justify-content: space-between;padding: 0 0 80px 0;}
.news-box-left{
    width: 580px;
}
.swiper5{}
.swiper5 .swiper-slide{}
.swiper5 .swiper-slide img{}
.news-box-left .news-box-left-item{
    width: 580px;
}
.news-box-left .news-box-left-item .news-box-left-item-pic{
    height: 340px;
    overflow: hidden;
}
.news-box-left .news-box-left-item .news-box-left-item-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.news-box-left .news-box-left-item .news-box-left-item-pic:hover img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.news-box-left .news-box-left-item .news-box-left-font{
    height: 150px;
    background-color: #fff;
    position: relative;
}
.news-box-left .news-box-left-item .news-box-left-font:after{
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    background-color: #004ea5;
    left: 0;
    bottom: 0;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.news-box-left .news-box-left-item .news-box-left-font h3{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 35px 10px 35px;
}
.news-box-left .news-box-left-item .news-box-left-font p{
    height: 45px;
    font-size: 14px;
    color: #666;
    text-align: left;
    padding: 0 35px 0 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.news-box-left .news-box-left-item .news-box-left-font span{
    display: block;
    font-size: 14px;
    color: #999;
    text-align: left;
    padding: 15px 35px 0 35px;
}
.news-box-left .news-box-left-item:hover{

}
.news-box-left .news-box-left-item:hover img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.news-box-left .news-box-left-item:hover .news-box-left-font h3{
    color: #004ea5;
}
.news-box-left .news-box-left-item:hover .news-box-left-font:hover:after{
    width: 100%;
}
.news-box-right{
    width: 600px;
    height: 490px;
}
.news-box-right ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 20px;
}
.news-box-right ul li{
    width: 100%;
    height: 100px;
    background-color: #fff;
    padding: 25px 35px 25px 35px;
    position: relative;
    display: flex;
    gap: 15px;
}
.news-box-right ul li:after{
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    background-color: #004ea5;
    left: 0;
    bottom: 0;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.news-box-right .news-box-right-item{}
.news-box-right .news-box-right-item h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.news-box-right .news-box-right-item p{
    height: 35px;
    font-size: 14px;
    color: #666;
    padding: 10px 0 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.news-box-right .news-box-right-item span{
    font-size: 14px;
    color: #999;
}
.news-box-right ul li:hover{

}
.news-box-right ul li:hover:after{
    width: 100%;
}
.news-box-right ul li:hover .news-box-right-item h3{
    color: #004ea5;
}
/*foot*/
.foot-bg{
    width: 100%;
    height: 302px;
    background-color: #161e25;
    clear: both;
}
.foot-box{
    height: 270px;
}
.foot-box{}
.foot-box ul{
    display: flex;
    padding: 50px 0 0 0;
}
.foot-box ul li{}

.foot-box-item{}
.foot-box-item .foot-box-top{
    display: flex;
}
.foot-box-item .foot-box-top .foot-box-top-left{}
.foot-box-item .foot-box-top .foot-box-top-left .foot-box-top-left-pic{
    width: 40px;
    height: 40px;
    background-color: #2e353b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-box-item .foot-box-top .foot-box-top-left .foot-box-top-left-pic img{}
.foot-box-item .foot-box-top .foot-box-top-right{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 10px;
}
.foot-box-item .foot-box-top .foot-box-top-right p{
    font-size: 16px;
    color: #f9f9f9;
}

.foot-box-link{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.foot-box-link a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #a5a5a5;
    line-height: 30px;
    text-align: left;
    text-indent: 50px;
}

.foot-box-link a:hover{
    color: #fff;
    text-decoration: underline;
}

.foot-wx-box{
    padding: 27px 0 0 0;
}
.foot-wx-box .foot-wx-box-pic{
    width: 128px;
    height: 123px;
}
.foot-wx-box .foot-wx-box-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foot-wx-box p{
    color: #666;
    font-size: 12px;
    text-align: left;
    text-indent: 10px;
    white-space: nowrap;
    padding: 10px 0 0 0;
}

.foot-link-box{}
.foot-link-box .foot-link-item{}
.foot-link-box .foot-link-item .foot-link-item-top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-link-box .foot-link-item .foot-link-item-top .foot-link-item-top-pic{
    width: 51px;
    height: 48px;
    background: transparent url("../images/telephone-rount.png") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-link-box .foot-link-item .foot-link-item-top .foot-link-item-top-pic img{}
.foot-link-box .foot-link-item .foot-link-item-top-tel{}
.foot-link-box .foot-link-item .foot-link-item-top-tel p{
    font-size: 30px;
    color: #fff;
    white-space: nowrap;
}

.foot-link-box .foot-link-item-list{
    width: 210px;
    margin: 13px 0 0 42px;
}
.foot-link-box .foot-link-item-list p{
    font-size: 14px;
    color: #a5a5a5;
    line-height: 25px;
}

.foot-box ul li:nth-child(1){
    width: 250px;
}
.foot-box ul li:nth-child(2){
    width: 250px;
}
.foot-box ul li:nth-child(3){
    width: 250px;
}
.foot-box ul li:nth-child(4){
    width: 240px;
}
.foot-box ul li:nth-child(5){
    width: 260px;
}

.foot-copy{
    color: #a5a5a5;
}
.foot-copy p{}
.foot-copy span{}
.foot-copy a{
    color: #a5a5a5;
}
.foot-copy a:hover{
    color: #fff;
    text-decoration: underline;
}
/*nbanner*/
.nbanner{
    width: 100%;
    position: relative;
}
.nbanner img{
    width: 100%;
}
.nbanner-fix{
    width: 420px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.nbanner-fix-item{
    width: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.nbanner-fix-title{
    width: 100%;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.nbanner-fix-line{
    width: 60px;
    height: 1px;
    background-color: #fff;
    margin: 3% auto 9%;
}
.nbanner-fix-desc{
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
/*crumbs*/
.nav-crumbs{
    display: flex;
    padding: 20px 0;
}
.nav-crumbs img{}
.nav-crumbs .nav-crumbs-weizhi{
    color: #a3a3a3;
    font-size: 16px;
    padding: 0 0 0 10px;
}
.nav-crumbs .nav-crumbs-item{
    color: #a3a3a3;
    font-size: 16px;
}
.nav-crumbs .nav-crumbs-item a{
    color: #a3a3a3;
    font-size: 16px;
}
/*n-company*/
.n-company-bg{
    min-height: 800px;
    background:url("../images/company_bg.jpg") no-repeat center;
    background-size: cover;
}

.n-banner-box{
    display: flex;
    position: relative;
}
.n-banner-box-left{
    width: 460px;
    height: 730px;
}
.n-banner-box-top{
    position: relative;
}
.n-banner-box-top-tt{}
.n-banner-box-top-tt p{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.1;
    filter: opacity(10);
    padding: 15px 0 0 0;
}
.n-banner-box-top-desc{
    display: flex;
    align-items: flex-end;
    padding: 50px 0 0 0;
}
.n-banner-box-top-desc-title{
    position: relative;
}
.n-banner-box-top-desc-title p{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    position: absolute;
    white-space: nowrap;
    top: -53px;
    z-index: 999;
}
.n-banner-box-top-desc-title span{}
.n-banner-box-top-desc-title-line{
    display: block;
    width: 70px;
    height: 10px;
    background-color: #004ea5;
    opacity: 0.6;
    filter: opacity(60);
    position: relative;
    top: -19px;
    left: 1px;
}
.n-banner-box-top-desc-nr{
    position: relative;
    top: -15px;
    left: 70px;
}
.n-banner-box-top-desc-nr p{
    font-size: 16px;
    color: #333;
    font-weight: lighter;
    padding: 0 0 0 10px;
}
.n-banner-box-bottom{
    width: 605px;
    height: 430px;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: 40px 60px 100px 60px;
}
.n-banner-box-bottom-top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.n-banner-box-bottom-top img{}
.n-banner-box-bottom-top p{
    font-size: 22px;
    color: #333;
    position: absolute;
    left: 30px;
    top: 5px;
}
.n-banner-box-bottom-content{height: 330px;margin: 30px 0 0 0;overflow: hidden;}
.n-banner-box-bottom-content p{font-size: 14px;color: #666;line-height: 20px;}
.n-banner-box-bottom-tedian{}
.n-banner-box-bottom-tedian ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n-banner-box-bottom-tedian ul li{}
.n-banner-box-bottom-tedian-box{
    position: relative;
}
.n-banner-box-bottom-tedian-box-pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #457ebd solid;
    position: relative;
}
.n-banner-box-bottom-tedian-box-pic img{
    position: absolute;
    top: 25%;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.n-banner-box-bottom-tedian-box p{
    font-size: 12px;
    color: #2956b2;
    text-align: center;
    position: absolute;
    bottom: 14%;
    left: 0;
    right: 0;
}
.n-banner-box-right{
    width: 740px;
    height: 730px;
}
.n-banner-box-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n-banner-box-bottom-tedian-box:hover .n-banner-box-bottom-tedian-box-pic img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.n-company-num-bg{
    height: 300px;
    background-size: cover;
}
.n-company-num-box{}
.n-company-num-title{
    padding: 40px 0;
}
.n-company-num-title h3{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.n-company-num-item{}
.n-company-num-item ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n-company-num-item ul li{}
.n-company-num-item-list{}
.n-company-num-item-list-top{
    text-align: center;
}
.n-company-num-item-list-top span{
    font-size: 42px;
    color: #fff;
}
.n-company-num-item-list-top label{
    font-size: 14px;
    color: #fff;
}
.n-company-num-item-list-desc{}
.n-company-num-item-list-desc p{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.n-company-num-item-list-line{
    width: 182px;
    height: 17px;
    background: transparent url("../images/company_num_line.png") no-repeat left center;
}

.n-company-wenhua-bg{
    background: transparent url("../images/wenhua_bg.jpg") no-repeat center;
    padding: 0 0 80px 0;
}
.n-company-wenhua-box{}

.n-company-wenhua-box-list{
    padding: 0 0 0 0;
}
.n-company-wenhua-box-list ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
}
.n-company-wenhua-box-list ul li{
    width: 285px;
    height: 293px;
    border: 2px #ddd dotted;
    border-radius: 3px;
    display: flex;
    align-items: center;
    background-color: #fff;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;


    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.n-company-wenhua-box-list-item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.n-company-wenhua-box-list-item-pic{
    width: 80px;
    height: 80px;
    background-color: #2b58b3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-company-wenhua-box-list-item-pic img{
}
.n-company-wenhua-box-list-item-title{
    width: 100%;
    font-size: 16px;
    color: #3867b2;
    text-align: center;
    margin: 15px 0;
}
.n-company-wenhua-box-list-item-line{
    width: 30px;
    height: 2px;
    background-color: #fe723b;
    margin: 0 0 15px 0;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.n-company-wenhua-box-list-item-content{
    height: 42px;
    padding: 0 15px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.n-company-wenhua-box-list ul li:hover{
    ---background-color: #004ea5;
    border: 2px #004ea5 dotted;
}
.n-company-wenhua-box-list ul li:hover .n-company-wenhua-box-list-item-pic{
    background-color: #fff;
}
.n-company-wenhua-box-list ul li:hover .n-company-wenhua-box-list-item-title{
    color: #fff;
}
.n-company-wenhua-box-list ul li:hover .n-company-wenhua-box-list-item-line{
    background-color: #fff;
}
.n-company-wenhua-box-list ul li:hover .n-company-wenhua-box-list-item-content{
    color: #fff;
}
/*hezuo*/
.hezuo-bg{
    padding: 0 0 80px 0;
    background-color: #f5f5f5;
}
.hezuo-box{

}
.swiper6{
    width: 100%;
}
#swiper6 .swiper-wrapper{
    width: 100%;
    height: 100%;
    row-gap: 30px;
}
.hezuo-box-pic{
    width: 276px;
    height: 117px;
    box-shadow: 0px 1px 1px 2px #f4f5f6;
    overflow: hidden;
    border: 1px transparent solid;
}
.hezuo-box-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.hezuo-box-pic:hover{
    border: 1px #77a1cf solid;
}
.hezuo-box-pic:hover{

}
/*list*/
.list-bg{
    background: url(../images/product_bg1.jpg) no-repeat left center;
    background-size: cover;
    border-top: 1px #ddd solid;
    display: flex;
    padding: 60px 0 60px 0;
}
.list-detail{
}
.list{
}
.menu{
    width: 250px;
    padding: 0 0 30px 0;
    float: left;
}
.list-item{
    width: 900px;
    float: right;
}
.list-search-box-bg{

    padding: 15px;

    margin: 20px 0;
}
.menu-item-title{
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: url(../images/lan_bg.jpg) no-repeat left center;
    background-size: cover;
}
.menu-m{

}
.menu-ul{
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 1px 0 60px 0;
    margin: 0 0 60px 0;
}
.menu-ul li{
    width: 220px;
    padding: 0 10px 0 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #ddd solid;
    margin: 0 auto;
    overflow: hidden;
}
.menu-ul li a{
    display: inline-block;
    width: 100%;
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-ul li a:hover{
    color: #1a58a5;
}

#menu-active{
    background-color: #1a58a5;
}

#menu-active a{
    color: #fff;
}

.contact-ul{
    background-color: #fff;
    padding: 0 20px 0 20px;
}
.contact-ul li{
    width: 100%;
    padding: 10px 0 0 0;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    font-weight: lighter;
}

.menu-item-wx{
    padding: 20px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
}
.menu-item-wx-pic{
    width: 125px;
    height: 125px;
}
.menu-item-wx-pic img{
}
.menu-item-wx-link{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    border: 1px #1a58a5 solid;
    margin: 20px auto;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.menu-item-wx-link span {
    font-size: 16px;
    color: #1a58a5;
}
.menu-item-wx-link:hover {
    background-color: #1a58a5;
}
.menu-item-wx-link:hover span{
    color: #fff;
}

.no-data{

    width: 100%;

    background-color: #fff;

    padding: 60px 30px 60px 30px;
}
.news-list-right{
    width: 100%;
    height: auto;
}

.baidu-map-box{
    width: 100%;
    padding: 30px 15px 15px 15px;
    overflow: hidden;
}

#baidu_map{
    width: 100%;
    height: 600px;
}

.contact-info{
    display: flex;
    flex-wrap: wrap;
    width: 870px;
    background-color: #fff;
}
.contact-info h3{
    width: 100%;
    font-size: 24px;
    color: #333;
    padding: 20px 20px 0 20px;
}
.contact-info ul{
    width: 100%;
    padding: 0 20px 0 20px;
}
.contact-info ul li{
    font-size: 16px;
    color: #666;
    font-weight: lighter;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0 10px 0;
    border-bottom: 1px #ddd solid;
}

.contact-info ul li img{

    padding: 0 6px 0 0;
}

.detail-content{
    width: 100%;
}
.detail-content-title{
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 30px 0;
}
.detail-content-bz{
    font-size: 12px;
    text-align: center;
    color: #666;
    padding: 0 0 15px 0;
}
.detail-content-show{
    padding: 30px 60px 0 60px;
    border-top: 1px #ddd solid;
}

.detail-content-show-pic{

    height: 200px;
}
.detail-content-show-pic img{

    height: 100%;

    margin: 0 auto;

    object-fit: contain;
}

.newsPage{
    padding: 20px 0px;
}
.newsPage a{
    color: #333;
}

.case-item .user-item-pic{
    height: 200px;
}

/*gd*/
.gd-bg{

}
.gd-box{
    margin: 60px 0 0 0;
}
.gd-box ul{
    display: flex;
    background-color: #f6fbff;
    height: 512px;
}
.gd-box ul li{}

.gd-box ul li:nth-child(1){
    width: 480px;
    padding: 60px;
}
.gd-box ul li:nth-child(2){
    width: 600px;
    position: relative;
    padding: 0 30px;
}

.gd-box-right{
    height: 450px;
    overflow: hidden;
    margin: 60px 0 0 0;
}
.gd-box-right h3{
    color: #3461b2;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
}
.gd-box-right-desc{

    padding: 10px 0 10px 0;

    border-top: 1px #ddd solid;
}
.gd-box-right-desc p{
    color: #666;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
}
#gd-box-right-ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    gap: 60px;
    height: auto;
    padding: 10px 20px 10px 0;
}
#gd-box-right-ul li{
    width: auto;
    padding: 10px 0;
}
.gd-box-right-ul-item{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px #3461b2 solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gd-box-right-ul-item img{}
.gd-box-right-ul li p{
    font-size: 14px;
    color: #3461b2;
    padding: 10px 0 0 0;
}
.gd-box-right-link{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 30px 60px 0 0;
}
.gd-box-right-link-box{
    width: 70%;
    display: flex;
    align-items: center;
}
.gd-box-right-link-box-pic{
    width: 41px;
    height: 39px;
    padding: 0 15px 0 0;
}
.gd-box-right-link-box-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gd-box-right-link-box-tel{}
.gd-box-right-link-box-tel p{
    color: #333;
}
.gd-box-right-link-box-tel p:nth-child(1){
    font-size: 14px;
}
.gd-box-right-link-box-tel p:nth-child(2){
    font-size: 30px;
    color: #2956b3;
    font-weight: bold;
}
.gd-box-right-link-box-btn{
    width: 30%;
}
.gd-box-right-link-box-btn a{
    display: flex;
    width: 160px;
    height: 40px;
    border-radius: 3px;
    background-color: #3461b2;
    align-items: center;
    justify-content: center;
}
.gd-box-right-link-box-btn a img{
    width: 24px;
    height: 21px;
}
.gd-box-right-link-box-btn a span{
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}

.gd-nav-bg{
    height: 80px;
    margin: 60px 0 30px 0;
    background-color: #f5f5f5;
}

.gd-nav-box{

    display: flex;
}

.gd-nav-box a{
    width: 160px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-right: 1px #ddd solid;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.gd-nav-box a:first-child{
    border-left: 1px #ddd solid;
}

.gd-nav-box a:hover{
    background-color: #3461b2;
    color: #fff;
}

.shili{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.shili-item{
    width: 580px;
    height: 230px;
    position: relative;
}
.shili-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shili-item h3{
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 30px;
}
.shili-item p{
    max-height: 400px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 80px;
    left: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.gd-tj{
    padding: 0 0 80px 0;
}

.swiper9 a{
    width: 100%;
    height: 100%;
}

.msg-bg{
    background-color: #f5f5f5;
    padding: 0 0 80px 0;
}
.msg-box{}

#formData{
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.msg-box-left{

    width: 510px;

    padding: 30px 60px 30px 60px;
}
.msg-item{

    display: flex;

    margin: 25px 0 0 0;
}
.msg-item-l{
    width: 160px;
    height: 63px;
    border: 2px #ddd solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
.msg-item-l img{}
.msg-item-l span{
    padding: 0 10px 0 10px;
}
.msg-item-r{
    width: 345px;
    height: 63px;
    border: 2px #ddd solid;
    margin: 0 0 0 -2px;
}
.msg-item-r input{
    width: 100%;
    height: 100%;
    text-indent: 15px;
}
.msg-box-right{
    width: 510px;
    padding: 30px 60px 30px 0;
}
.textarea-item{

    height: 246px;

    border: 2px #ddd solid;

    position: relative;
}
.textarea-item textarea{

    width: 100%;

    padding: 10px 0 0 30px;
}
.textarea-item img{

    width: 13px;

    height: 17px;

    object-fit: contain;

    position: absolute;

    left: 10px;

    top: 10px;
}

.verify-pic{
    position: relative;
}
#verifyImg{

    width: 120px;

    height: 36px;

    position: absolute;

    top: 13px;

    right: 25px;

    cursor: pointer;
}

.verify-pic input{

    width: 55%;
}

.msg-box-anniu{
    width: 100%;
    height: 70px;
}
.msg-submit{
    display: block;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    background-color: #3461b2;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 60px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0 auto;
}

.msg-submit:hover{
    background-color: #0946b3;
}

.zd-news-left{

    width: 100px;

    height: 100px;
}
.zd-news-left-pic{

    width: 100%;

    height: 100%;

    overflow: hidden;
}
.zd-news-left-pic img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.zd-news-right{
}

.news-box-right ul li:hover  .zd-news-left .zd-news-left-pic img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.news-list-case-box{
    padding: 0 15px 15px 15px;
}
.contact-list-case-box{
    background-color: #f6f6f6;
}

.article-list-case-box{
    background-color: #fff;
}

.nav-crumbs-bg{
    background-color: #f6f6f6;
}
.page-a{
    padding: 10px 0;
}
.de-page-mian{
    width: 100%;
}
.pdtb60{
    padding: 60px 0 30px 0;
}