@font-face {
    font-family: 'font1';  src: url("../images/AGENCYFB.TTF");
}
*{
    box-sizing: border-box;
}
a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*è½®æ’­*/
.banner .swiper-slide {
    width: 100%;
    position: relative;
}
/**/
/*å›¾ç‰‡*/
.banner .img {
    display: block;
    width: 100%
}
/*åŠ¨ç”»*/
.banner-sub {
    position: absolute;
    left: 0;
    top: 31%;
    z-index: 2
}

.banner-sub img {
    max-width: 100%;
}

.banner-sub p {
    margin-top: 25px
}

.banner-sub .p1 {
    font-size: 50px;
    color: #fff;
    text-align: center;
}

.banner-sub .p4 a:hover {
    background: #ff773a;
}
/*往下*/
.toer {
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: 5%;
    width: 100%;
}


.toer .to2 {
text-align: center;
margin-top: 5px;
}

.toer .to2 img {
animation: run1 2s linear infinite;
cursor: pointer;
}

@keyframes run1 {
0% {
    transform: translateY(-3px);
    opacity: 0.8;
}

50% {
    transform: translateY(3px);
    opacity: 0.5;
}

100% {
    transform: translateY(-3px);
    opacity: 0.8;
}
}

/**顶部mnenu**/
.topbox{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}
.topbox .topper{
    line-height: 40px;
    border-bottom:1px solid #e8e8e8;
    font-size:14px;
    color:#464646;
    background: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.topbox.scorll .topper{
    height: 0;
    overflow: hidden;
}
.topbox .topper .topper-left{
    float: left;
}
.topbox .topper .topper-right{
    float: right;
}
.topbox .topper .topper-right a{
    display: inline-block;
    text-align:right;
    position: relative;
    font-size:14px;
    color:#464646;
    padding-right:15px;
}
.topbox .topper .topper-right a:last-child{
    padding-right: 0;
}
.topbox .topper .topper-right a:after{
    content:"";
    position: absolute;
    right: 4px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #676767;
}
.topbox .topper .topper-right a:last-child:after{
    display: none;
}
.topbox .topper .topper-right a:hover{
    color:#0272bc;
}
.topbox .topheader{
    height: 110px;
    background: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}
.topbox.scorll .topheader{
    height: 0;
    overflow: hidden;
}
.topbox .topheader .topheader-logo{
    float: left;
    display: flex;
    align-items: center;
    height: 110px;
}
.topbox .topheader .logo-img{
    float: left;
    max-width: 100%;
}
.topbox .topheader .logo-text{
    float: left;
    margin-left: 18px;
}
.topbox .topheader .logo-text .fir{
    font-size:26px;
    color:#464646;
    font-weight: 700;
    letter-spacing: 1px;
}
.topbox .topheader .logo-text .sec{
    font-size:13px;
    color:#464646;
    text-transform: uppercase;
}
.topbox .topheader .logo-biao{
    float: left;
    font-size:14px;
    color:#464646;
    padding-left: 18px;
    margin-left: 18px;
    border-left:1px solid #e8e8e8;
    margin-top: 10px;
}
.topbox .topheader .topheader-tel{
    margin-top: 2.5%;
    float: right;
    padding-left:45px;
    background: url("../images/header-tel.png") no-repeat left center;
}
.topbox .topheader .topheader-tel .fir{
    font-size:14px;
    color:#464646;
}
.topbox .topheader .topheader-tel .sec{
    font-size:24px;
    color:#0bad49;
    font-weight: 700;
}
.topbox .topnav{
    line-height: 50px;
    background: #f4f4f4;
    border-bottom:2px solid #0bad49;
}
.topbox .topnav ul li{
    float: left;
    width: 12.5%;
    position: relative;
}
.topbox .topnav ul li i{
    position: absolute;
    width: 100%;
    height: 56px;
    background: url("../images/nav-list-bg.png") no-repeat center;
    background-size: 100% 100%;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.topbox .topnav ul li.active i{
    opacity: 1;
    visibility: visible;
}
.topbox .topnav ul li:hover i{
    opacity: 1;
    visibility: visible;
}
.topbox .topnav ul li a{
    display: block;
    text-align:center;
    font-size:16px;
    color:#5c5c5c;
    position: relative;
    z-index: 2;
}
.topbox .topnav ul li.active a{
    color:#fff;
}
.topbox .topnav ul li:hover a{
    color:#fff;
}
.banner{
    position: relative;
    z-index: 9;
    /*height: 695px;*/
    /*margin-top: 201px;*/
}
.banner .banner-inner{
    position: fixed;
    width: 100%;
}
.banner.scorllsec{
    margin-top: 52px;
}
.banner .swiper-button-next11{
    background:rgba(0,0,0,0.4) url(../images/ne1.png) center no-repeat;
    background-size: 20px;
}
.banner .swiper-button-prev11{
    background:rgba(0,0,0,0.4) url(../images/pr1.png) center no-repeat;
    background-size: 20px;
}
.banner .swiper-button-white{

    border-radius: 5px;
    box-shadow: 0px 0px 5px #333;
}
/*search*/
.hotline{
    float:left;
    width:69%;
}
.hotline span{
    float:left;
    font-size: 16px;
    color: #525252;
    padding-left: 40px;
    background: url(../images/hoticon.png) no-repeat left center;
}
.hotline a{
    float:left;
    color: #868686;
    font-size: 14px;
    margin-left: 13px;
}
.hotline a:hover{
    color: #0272bc;
}
.searchbg{
    line-height: 64px;
    background:url("../images/searbg.jpg") no-repeat center;
    border-bottom:1px solid #dbdbdb;
}
.searchborder{
    float:right;
    position: relative;
    right: 0;
    top: 14px;
    width: 27%;
    height: 38px;
    line-height: 38px;
    color: #fff;
}
.searchborder input[type=text]{
    color: #fff;
    width: 100%;
    border: 0;
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    height: 38px;
    font-size: 14px;
    text-indent: 11px;

}
.searchborder input[type=submit]{
    border: 0;
    position: absolute;
    top: 0;
    width: 48px;
    height: 38px;
    right: 0;
    background: url("../images/search1.png") no-repeat center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.searchborder input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#fff;
    font-size:14px;
}

.searchborder input:-moz-placeholder,textarea:-moz-placeholder{
    color:#fff;
    font-size:14px;
}

.searchborder input::-moz-placeholder,textarea::-moz-placeholder{
    color:#fff;
    font-size:14px;
}
.searchborder input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color:#fff;
    font-size:14px;
}









.menu-pc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,0.1);
    z-index: 10;
    border-bottom: 0px solid rgba(255,255,255,0.3);
}

.container-menu {
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.pc-menu-l {
    width: 31%;
    float: left;
    box-sizing: border-box;
    margin-top: 28px;
}
.pc-menu-l a{
    display: block;
    width: 100%;
    height: 100%;
}

.pc-menu-l .logo {
    cursor: pointer;
    display: block;
    float: left;
    max-width: 100%;
}

.pc-menu-l .text {
    float: left;
    border-left: 1px dashed #a5a6a8;
    padding-left: 4%;
    margin-left: 4%;
    width: 47%;
}

.pc-menu-l .text span {
    font-size: 14px;
    color: #a5a6a8;
    display: block;
}

.pc-menu-r {
    margin-top: 28px;
    width: 18%;
    float: right;
    box-sizing: border-box;

}

.pc-menu-r .son {
    background-size: 30px;
    float: right;
    background-position: left center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pc-menu-r .son img{
    max-width: 100%;
    margin-right: 30px;
}
.pc-menu-r .son .text{
    border-left: 1px solid #a5a6a8;
}

.pc-menu-r .son .p1 {
    color: #fff;
    font-family: bbb;
    font-size: 21px;
    text-indent: 30px;
}

.pc-menu-r .son .p2 {
    color: #fff;
    font-size: 14px;
    opacity: 0.45;
    text-indent: 30px;
}
/**/
.pc-menu-m {
    height: 100px;
    width: 44%;
    float: left;
    box-sizing: border-box;
    display: -webkit-flex;
}

.pc-menu-m-li {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.pc-menu-m-li li {
}

.pc-menu-m-li li .a1 {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background-position: bottom center;
}

.pc-menu-m-li li .a1[data=xz] {
    color: #2364ff;
}

.menu-pc-hover .pc-menu-m-li li .a1[data=xz] {
    color: #2364ff;
}
/*menuhover*/
.menu-pc-hover {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3)
}

.menu-pc-hover .pc-menu-m-li li .a1 {
    color: #333;
}

/*.menu-pc-hover .pc-menu-r .son {
    background-image: url("../images/h-tel1.png");
}*/

.menu-pc-hover .pc-menu-r .son .p1 {
    color: #333;
    font-family: bbb;
    font-size: 21px;

}

.menu-pc-hover .pc-menu-r .son .p2 {
    color: #666;
    font-size: 14px;
    opacity: 0.45;

}



/**/
.pc-menu-m-li li .a1:hover {
    color: #2364ff
}

/**/
.menu-pc-c {
    width: 100%;
    position: relative;
    height: 100%;
}
/*二级*/
.sub-menu {
    position: absolute;
    left: 0;
    top: 100px;
;width: 100%
}

.sub-menu-c {
    width: 100%;
    position: relative;
}

.sub-menu-c .li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.sub-menu-c .li a {
    display: inline-block;
    padding: 1.3% 15px;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 15px;
}

.sub-menu-c .li a:hover {
    background: #0e2bde;
    color: #fff;
}

.sub-menu-c .li.xz {
    opacity: 1;
    visibility: visible;
}



/******************************************手机头部**************************/
/*手机头部*/
.header-m-s {
height: 80px;
    position: fixed;
    top: 0px;
    z-index: 1000;
    background: #fff;
    display: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3)
}

.header-m-s-b {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.header-m-s .container {
    position: relative;
    height: 100%
}

.logo-m {
    position: absolute;
    height: 100%;
    left: 2%;
    top: 0;
    z-index: 1;
    width: 65%;
    display: flex;
    align-items: center;
}

.logo-m-c {
    height: 75%;
    display: flex;
    align-items: center;
}
.logo-m-c img{
    max-width: 100%;
    max-height: 100%;
}

.logo-menu-tip {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.logo-menu-toindex {
    float: left;
    height: 100%;
    width: 80%;
    cursor: pointer;
    max-width: 700px;
}

.logo-menu-tips {
    width: 50px;
    height: 100%;
    float: right;
    background: url("../images/menu.png") center no-repeat;
    background-size: 26px
}

.logo-menu-tips-s {
    width: 50px;
    height: 100%;
    float: right;
    background: url("../images/close.png") center no-repeat!important;
    background-size: 25px!important;
}
/**/
.header-m-s-b .logo-menu-tips {
    background: url("../images/menu-1.png") center no-repeat;
    background-size: 26px
}

/*隐藏栏目*/
.hide-menu {
    width: 228px;
    height: 100%;
    position: fixed;
    background: #fff;
    right: -300px;
    opacity: 1;
    top: 80px;
    z-index: 99;
    overflow-y: scroll;
}

.hide-menu li {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #eee
}
/*.hide-menu li:nth-child(3),.hide-menu li:nth-child(4){padding: 20px 0 0 0}*/
.hide-menu li .l {
    width: 80%;
    float: left;
}

.hide-menu li .r {
    width: 20%;
    float: right;
    height: 20px;
    background: url("../images/jia.png") center no-repeat;
    background-size: 12px
}

.hide-menu li .l .a {
    display: block;
    text-indent: 24px;
    color: #333;
    font-size: 16px;
    background: url("../images/huan.png")left 8px center no-repeat;
}

.hide-menu li.xz .l .a {
    display: block;
    text-indent: 24px;
    color: #0272bc;
    font-size: 16px;
    background: url("../images/huan1.png")left 8px center no-repeat;
}

.hide-menu li dl dt .a2 {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 8px 0 8px 38px;
    background: url("../images/line.png") left 8px center no-repeat;
    background-size: 22px
}

.hide-menu li dl dt .a2[data=xz] {
    color: #0359ac
}

.hide-menu li dl {
    padding: 10px 0;
    display: none
}

.hide-menu li .r.bi {
    background: url("../images/jia1.png") center no-repeat;
    background-size: 12px
}

.hide-menus {
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    opacity: 1;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}



.all_title{
    text-align:center;
    margin-bottom: 3%;
}
.all_title .fir{
    font-size:55px;
    color:#ddd;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}
.all_title .sec{
    font-size:32px;
    color:#5c5c5c;
    font-weight: 700;
    margin-top: -22px;
}
.all_title .sec span{
    color:#0272bc;
}

/****************************产品中心*******************/
.index_product{
    padding:3% 0;
    background:#fff url("../images/productbg.jpg") no-repeat bottom center;
}
.index_product_box{
    position: relative;
}
.index_product_box .imgbox{
    width: 100%;
    height: 225px;
    overflow: hidden;
}
.index_product_box .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_product_box .swiper-slide:hover .imgbox img{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
.index_product_box .text{
    width: 100%;
    height: 120px;
    background: #fff;
    position: relative;
    padding:0 3%;
    padding-top: 7%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_product_box .swiper-slide:hover .text{
    background: #0272bc;
}
.index_product_box .text i{
    position: absolute;
    width: 30px;
    height: 2px;
    background: #0272bc;
    top:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_product_box .swiper-slide:hover .text i{
    width: 100%;
    background: #0bad49;
}
.index_product_box .text .yuan{
    margin:0 auto;
    width: 35px;
    height: 35px;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_product_box .swiper-slide:hover .text .yuan{
    margin-top: -13%;
}
.index_product_box .text .yuan:after{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    background: rgba(206,216,229,0.37);
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    border-radius: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
@keyframes callIcon {
    0% {
        transform: scale(0.7);
    }
    90% {
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
    }
}
.index_product_box .text .yuan .yuan1{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(206,216,229,0.37);
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    border-radius: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_product_box .swiper-slide:hover .text .yuan .yuan1{
    background: rgba(11,173,73,0.57);
}
.index_product_box .swiper-slide:hover .text .yuan:after{
    animation-name: callIcon;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background: rgba(11,173,73,0.57);
}
.index_product_box .text .yuan .yuan2{
    position: absolute;
    width:28px;
    height: 28px;
    background: rgba(206,216,229,1);
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    border-radius: 30px;
    line-height: 28px;
    font-size:14px;
    color:#0272bc;
    text-align:center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_product_box .swiper-slide:hover .text .yuan .yuan2{
    background: #0bad49;
    color:#fff;
}
.index_product_box .text .pro-title{
    text-align:center;
    margin-top: 3%;
    color:#5c5c5c;
}
.index_product_box .swiper-slide:hover .text .pro-title{
    margin-top: 9%;
}
.index_product_box .swiper-slide:hover .text .pro-title{
    color:#fff;
}
.index_product_box .text .pro-title .fir{
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_product_box .text .pro-title .sec{
    font-size:12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: uppercase;
}
.index_product_box .swiper-button-next-product{
    width: 55px;
    height: 110px;
    background: #0272bc url("../images/product-right.png") no-repeat center;
    margin:0;
    top:30%;
    right:-8%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_product_box .swiper-button-next-product:hover{
    background: #0bad49 url("../images/product-right.png") no-repeat center;
}
.index_product_box .swiper-button-prev-product{
    width: 55px;
    height: 110px;
    background: #0272bc url("../images/product-left.png") no-repeat center;
    margin:0;
    top:30%;
    left:-8%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_product_box .swiper-button-prev-product:hover{
    background: #0bad49 url("../images/product-left.png") no-repeat center;
}


/*********************五大优势******************/
.index_youshi{
    padding:3% 0 4% 0;
    background: url("../images/youshibg.jpg") no-repeat center / cover;
}
.index_youshi .index_youshi_list{
    float: left;
    width: 20%;
    border:1px solid #fff;
    text-align:center;
    position: relative;
    height: 373px;
    padding:0 1.5%;
    border-right:none;
}
.index_youshi .index_youshi_list:last-child{
    border-right: 1px solid #fff;
}
.index_youshi .index_youshi_list .imgbox{
    width: 100%;
    height: 70px;
    position: relative;
    overflow: hidden;
    margin-top: 41%;
    z-index: 3;
}
.index_youshi .index_youshi_list .imgbox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_youshi .index_youshi_list .imgbox img.t1{
    top:0;
}
.index_youshi .index_youshi_list .imgbox img.t2{
    top:100%;
}
.index_youshi .index_youshi_list:hover .imgbox img.t1{
    top:-100%;
}
.index_youshi .index_youshi_list:hover .imgbox img.t2{
    top:0;
}
.index_youshi .index_youshi_list .text{
    position: relative;
    z-index: 3;
}
.index_youshi .index_youshi_list .text .fir{
    font-size:16px;
    color:#fff;
    font-weight: 700;
    margin: 7% 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_youshi .index_youshi_list:hover .text .fir{
    color:#595959;
}
.index_youshi .index_youshi_list .text .sec{
    font-size:14px;
    color:#fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: lighter;
}
.index_youshi .index_youshi_list:hover .text .sec{
    color:#767676;
}
.index_youshi .index_youshi_list .meng{
    position: absolute;
    width: 100%;
    height: 0;
    background: #fff;
    left:0;
    top:0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}
.index_youshi .index_youshi_list:hover .meng{
    height: 100%;
}
.index_youshi .index_youshi_list i{
    position: absolute;
    display: block;
    width: 2px;
    height: 0;
    background: #0272bc;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 2;
}
.index_youshi .index_youshi_list:hover i{
    height: 80px;
}
.all-more-a{
    display: block;
    width: 160px;
    line-height: 45px;
    text-align:center;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border:1px solid #d0d0d0;
    margin:3% auto 0 auto;
}
.all-more-a span{
    font-size:14px;
    color:#5c5c5c;
    display: block;
    text-align:center;
    position: relative;
    z-index: 2;
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
}
.all-more-a:after{
    position: absolute;
    top: -50%;
    left: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0272bc;
    content: '';
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transition: 350ms 0s all linear;
    -ms-transform: scale(0);
    z-index: 1;
}
.all-more-a:hover:after{
    -webkit-transform: scale(8);
    -moz-transform: scale(8);
    -o-transform: scale(8);
    transform: scale(8);
    -ms-transform: scale(8);
}
.all-more-a:hover span{
    color:#fff;
}
/*********************污泥干化系列案例******************/
.wuni_case{
    padding:3% 0;
    background: #e8eaed;
}
.wuni_case .wuni_case_list{
    float: left;
    width: 32.3%;
    margin-right: 1.5%;
}
.wuni_case .wuni_case_list:nth-child(3n){
    margin-right: 0;
}
.wuni_case .wuni_case_list:nth-child(-n+3){
    margin-bottom: 1.5%;
}
.wuni_case .wuni_case_list .imgbox{
    width: 100%;
    height: 227px;
    overflow: hidden;
    position: relative;
}
.wuni_case .wuni_case_list .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.wuni_case .wuni_case_list .imgbox:hover img{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
.wuni_case .wuni_case_list .imgbox .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.24);
    left:0;
    top:0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}
.wuni_case .wuni_case_list:hover .imgbox .meng{
    opacity: 1;
    visibility: visible;
}
.wuni_case .wuni_case_list .imgbox .meng span{
    display: block;
    line-height: 45px;
    height: 50px;
    width: 50px;
    background: #0bad49;
    text-align:center;
    font-size:32px;
    color:#fff;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 30px;
}
.wuni_case .wuni_case_list .text{
    background: #fff;
    padding:5% 6%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.wuni_case .wuni_case_list:hover .text{
    background: #0bad49;
}
.wuni_case .wuni_case_list .text .text-left{
    float: left;
    width: 75%;
}
.wuni_case .wuni_case_list .text .text-left .fir{
    font-size:16px;
    color:#5c5c5c;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.wuni_case .wuni_case_list:hover .text .text-left .fir{
    color:#fff;
}
.wuni_case .wuni_case_list .text .text-left .sec{
    font-size:12px;
    color:#5c5c5c;
    font-weight: lighter;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.wuni_case .wuni_case_list:hover .text .text-left .sec{
    color:#fff;
}
.wuni_case .wuni_case_list .text .text-right{
    float: right;
    width: 22px;
    height: 22px;
    background: url("../images/case-more.png") no-repeat center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.wuni_case .wuni_case_list:hover .text .text-right{
    background: url("../images/case-more1.png") no-repeat center;
}
/*********************关于我们******************/
.in_company{
    padding:3% 0;
    background: url("../images/companybg.jpg") no-repeat center / cover;
}
.in_company_box{
    height: 310px;
}
.in_company .in_company_left{
    float: left;
    width: 56%;
    height: 100%;
    position: relative;
}
.in_company .in_company_left .in_company_left_l{
    float: left;
    width: 25%;
    height: 100%;
    background: #efefef;
    position: relative;
    padding:2%;
}
.in_company .in_company_left .in_company_left_l .fir{
    font-size:30px;
    color:#0272bc;
    font-weight: 700;
    line-height: 34px;
}
.in_company .in_company_left .in_company_left_l .line{
    width: 25px;
    height: 2px;
    background: #0272bc;
    margin: 12% 0 16% 0;
}
.in_company .in_company_left .in_company_left_l .sec{
    font-size:14px;
    color:#464646;
}
.in_company .in_company_left .in_company_left_l .all-more-a{
    width: 100px;
    line-height: 30px;
    margin-top: 70%;
}
.in_company .in_company_left .in_company_left_l i{
    display: block;
    position: absolute;
    width: 105px;
    line-height: 30px;
    font-size:14px;
    background: #0bad49;
    text-align:center;
    color:#fff;
    top: 6%;
    right: -26%;
    font-style: inherit;
}
.in_company .in_company_left .in_company_left_r{
    float: left;
    width: 75%;
    padding:3% 5% 1% 9%;
}
.in_company .in_company_left .in_company_left_r .fir{
    font-size:24px;
    color:#5c5c5c;
    font-weight: 700;
}
.in_company .in_company_left .in_company_left_r .sec{
    font-size: 14px;
    color: #5c5c5c;
    line-height: 23px;
    text-align: justify;
    margin: 5% 0 10% 0;
}
.in_company .in_company_left .in_company_left_r .sec a{
    color:#0272bc;
    font-weight: 700;
    display: none;
}
.in_company .in_company_left .in_company_left_r .thr{
    padding-left: 35px;
    background: url("../images/company-tel.png") no-repeat left center;
    font-size:14px;
    color:#5c5c5c;
}
.in_company .in_company_left .in_company_left_r .thr span{
    font-weight: 700;
    color:#0272bc;
    font-size:18px;
}
.in_company .in_company_right{
    float: right;
    width: 44%;
    height: 100%;
    position: relative;
}
.in_company .in_company_right .bei{
    position: absolute;
    right: 0;
    top:-3%;
    width: 55%;
    height: 95%;
    background: #0272bc;
    z-index: 1;
}
.in_company .in_company_right img{
    position: absolute;
    max-width: 100%;
    left:0;
    bottom:0;
    z-index: 2;
}
.in_company .in_compnay_lunbox{
    margin-top: 3%;
}
.in_company .in_compnay_lunbox .imgbox{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.in_company .in_compnay_lunbox .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.in_company .in_compnay_lunbox .imgbox:hover img{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
/*********************首页留言******************/
.in_liuyan{
    padding:3% 0;
    background: url("../images/liuyanbg-01.jpg") no-repeat center / cover;
}
.in_liuyan .in_liuyan_left{
    float: left;
    width: 43%;
}
.in_liuyan .in_liuyan_left .l-logo{
    max-width: 100%;
}
.in_liuyan .in_liuyan_left .fir{
    font-size:40px;
    color:#fff;
    font-weight: 700;
    text-transform: uppercase;
}
.in_liuyan .in_liuyan_left .sec{
    font-size:30px;
    color:#fff;
    font-weight: 700;
}
.in_liuyan .in_liuyan_left .thr{
    font-size:14px;
    color:#fff;
    line-height: 20px;
    width: 64%;
}
.in_liuyan .in_liuyan_left .line{
    width: 59px;
    height: 4px;
    background: rgba(11,173,73,0.5);
    margin: 2.5% 0;
}
.in_liuyan .in_liuyan_left .four{
    width: 240px;
    line-height: 50px;
    border:1px solid #91918d;
    font-size:22px;
    font-weight: 700;
    color:#fff;
    padding-left: 63px;
    background: url("../images/liuyan-icon.png") no-repeat left 20px center;
    margin-top: 16%;
}
.in_liuyan .in_liuyan_left .four a{
    display: block;
    color:#fff;
}
.in_liuyan .in_liuyan_right{
    float: right;
    width: 57%;
}
.in_liuyan .in_liuyan_right .inputbox{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.in_liuyan .in_liuyan_right .inputbox input{
    width: 49%;
    line-height: 50px;
    height: 50px;
    background: #e2e2e3;
    border:none;
    outline: none;
    text-indent: 20px;
    font-size:14px;
    color:#666;
    margin-bottom: 2%;
}
.in_liuyan .in_liuyan_right .inputbox input::placeholder{
    font-size:14px;
    color:#5c5c5c;
    font-family: "Microsoft Yahei";
}
.in_liuyan .in_liuyan_right textarea{
    display: block;
    width: 100%;
    height: 146px;
    font-size:14px;
    color:#666;
    background: #e2e2e3;
    border:none;
    outline: none;
    padding:10px 20px;
    margin-bottom: 2%;
}
.in_liuyan .in_liuyan_right textarea::placeholder{
    font-size:14px;
    color:#5c5c5c;
    font-family: "Microsoft Yahei";
}
.in_liuyan .in_liuyan_right .inputbox img{
    width: 49%;
    height: 50px;
}
.in_liuyan .in_liuyan_right .submit{
    display: block;
    width: 100%;
    line-height: 50px;
    background: #0bad49;
    text-align:center;
    color:#fff;
    font-size:16px;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.in_liuyan .in_liuyan_right .submit:hover{
    background: #0272bc;
}

/*********************新闻中心******************/
.index_news{
    padding:3% 0;
    background: #f2f4f6;
}
.index_news .index_news_top{
    height: 185px;
    width: 100%;
}
.index_news .index_news_top .imgbox{
    float: left;
    width: 40%;
    height: 100%;
}
.index_news .index_news_top .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news .index_news_top .text{
    float: right;
    width: 57%;
    height: 100%;
    border-bottom:1px solid #cdcdcd;
}
.index_news .index_news_top .text .fir{
    font-size:18px;
    color:#5c5c5c;
    font-weight: 700;
    margin-top: 3%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news .index_news_top:hover .text .fir{
    color:#0bad49;
}
.index_news .index_news_top .text .line{
    width: 60px;
    height: 2px;
    background: #8c8d8e;
    margin: 2% 0;
}
.index_news .index_news_top .text .sec{
    font-size:14px;
    color:#5c5c5c;
    line-height: 23px;
    font-weight: lighter;
}
.index_news .index_news_top .text .thr{
    font-size:14px;
    color:#5c5c5c;
    font-weight: lighter;
    margin-top: 3%;
}
.index_news_bottom_item .index_news_bottom_list{
    display: none;
}
.index_news .index_news_bottom_title{
    margin:2.5% 0;
}
.index_news .index_news_bottom_title .abox{
    float: left;
    width: 50%;
}
.index_news .index_news_bottom_title .abox a{
    display: inline-block;
    padding: 0 5%;
    line-height: 45px;
    color:#fff;
    font-size:14px;
    background: #0272bc;
    margin-right: 1%;
}
.index_news .index_news_bottom_title .all-more-a{
    float: right;
    margin:0;
}
.index_news .index_news_bottom_title .abox a.active{
    background: #0bad49;
}
.index_news .index_news_bottom_title .abox a.news_type_last{
    display: none;
}
.index_news .index_news_bottom_a{
    float: left;
    width: 31%;
    height: 150px;
    background: #fff;
    box-shadow: 0px 0px 10px #adadad;
    margin-right: 3.5%;
}
.index_news .index_news_bottom_a:last-child{
    margin-right: 0;
}
.index_news .index_news_bottom_a .time{
    float: left;
    width: 27%;
    height: 100%;
    text-align:center;
}
.index_news .index_news_bottom_a .time .fir{
    font-size:40px;
    color:#5c5c5c;
    font-weight: 700;
    margin-top: 39%;
}
.index_news .index_news_bottom_a .time .sec{
    font-size:12px;
    color:#5c5c5c;
    font-weight: lighter;
}
.index_news .index_news_bottom_a .text{
    float: left;
    width: 73%;

}
.index_news .index_news_bottom_a .text .fir{
    font-size:14px;
    color:#5c5c5c;
    margin-top: 9%;
    padding-right:5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news .index_news_bottom_a .text .sec{
    font-size:12px;
    color:#5c5c5c;
    font-weight: lighter;
    line-height: 22px;
    margin: 2% 0 6% 0;
    padding-right:5%;
}
.index_news .index_news_bottom_a .text .more{
    width: 100%;
    line-height: 40px;
    padding:0 7% 0 0;
    border-top:2px solid #f0f1f5;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news .index_news_bottom_a .text .more em{
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%;
    background: #0272bc;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}
.index_news .index_news_bottom_a:hover .text .more em{
    width: 100%;
}
.index_news .index_news_bottom_a .text .more .more-in{
    position: relative;
    z-index: 2;
}
.index_news .index_news_bottom_a .text .more .xiang{
    float: left;
    font-size:12px;
    color:#5c5c5c;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news .index_news_bottom_a:hover .text .more .xiang{
    color:#fff;
    padding-left: 5%;
}
.index_news .index_news_bottom_a .text .more i{
    display: block;
    float: right;
    width: 8px;
    height: 40px;
    background: url("../images/news-more-bg.png") no-repeat center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news .index_news_bottom_a:hover .text .more i{
    background: url("../images/news-more-bg1.png") no-repeat center;
}
/***************************项目案例****************/
.in_cases{
    padding:3% 0;
    background: #fff;
}
.in_cases .wuni_case_list .text{
    background: #f2f4f6;
}


.in_guang{
    background: #f2f4f6;
    padding:2.5% 0;
    position: relative;
    z-index: 9;
}
.in_guang .in_guang_left{
    float: left;
}
.in_guang .in_guang_left .fir{
    font-size:24px;
    color:#5c5c5c;
    font-weight: 700;
}
.in_guang .in_guang_left .fir a{
    color:#0272bc;
}
.in_guang .in_guang_left .sec{
    font-size:16px;
    color:#5c5c5c;
}
.in_guang .in_guang_left .sec a{
    color:#0bad49;
}
.in_guang .in_guang-right{
    width: 80px;
    float: right;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.in_guang .in_guang-right a{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;

}
.in_guang .in_guang-right a.qq{
    background: #0272bc url("../images/index_icon1.png") no-repeat center;
}
.in_guang .in_guang-right a.weixin{
    background: #0bad49 url("../images/index_icon2.png") no-repeat center;
}


/************************************底部************************/
.footer-pc {
    background: url("../images/footerbg.jpg") no-repeat center / cover;
    border-top:6px solid #0272bc;
    position: relative;
    z-index: 9;
}
.footer-pc .footer-pc-left{
    float: left;
    width: 21%;
    background: #f5f5f5;
    text-align:center;
    padding:5% 0;
}
.footer-pc .footer-pc-left .f-logo{
    max-width: 100%;
    margin:0 auto;
}
.footer-pc .footer-pc-left .fir{
    font-size:26px;
    color:#464646;
    font-weight: 700;
    margin: 3% 0;
}
.footer-pc .footer-pc-left .f-er{
    margin:0 auto;
    max-width: 50%;
}
.footer-pc .footer-pc-left .sec{
    font-size:14px;
    color:#464646;
}
.footer-pc .footer-pc-right{
    width: 76%;
    float: right;
    padding:2.5% 0;
}
.footer-pc .all-f-title{
    font-size:14px;
    color:#c2c2c2;
    font-weight: 700;
    margin-bottom: 15px;
}
.footer-pc .footer-pc-right .f-nav{
    background: #333;
    margin-bottom: 5%;
}
.footer-pc .footer-pc-right .f-nav a{
    display: block;
    float: left;
    line-height: 55px;
    text-align:center;
    font-size:14px;
    color:#fff;
    width: 12.5%;
}
.footer-pc .footer-pc-right .f-lx{
    margin-bottom: 4%;
}
.footer-pc .footer-pc-right .f-lx p{
    float: left;
    width: 30%;
    font-size:14px;
    color:#c2c2c2;
    ###text-transform: uppercase;
    margin-right: 3%;
    margin-bottom: 1%;
}
.footer-pc .footer-pc-right .f-lx p:nth-child(3n){
    margin-right: 0;
}
.footer-pc .footer-pc-right .f-lx p a{
    color:#c2c2c2;
}
.footer-pc .footer-pc-right .f-copy{
    font-size:14px;
    color:#c2c2c2;
}
.footer-pc .footer-pc-right .f-copy a{
    font-size:14px;
    color:#c2c2c2;
}

.outbg{
    position: relative;
    z-index: 10;
}

.footer-bot {
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none
}

.footer-bot {
    height: 60px;
    width: 100%;
}

.footer-bot li {
    width: 21%;
    height: 100%;
    float: left;
    list-style: none;
}

.footer-bot li {
    box-sizing: border-box;
    border-right: 1px solid #444;
}

.footer-bot li:nth-child(4) {
    border-right: none;
}

.footer-bot li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 95px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footer-bot li:nth-child(1) a {
    background: #121212 url("../images/fot1.png") center top 6px no-repeat;
    background-size: 28px
}

.footer-bot li:nth-child(2) a {
    background: #121212 url("../images/fot2.png") center top 6px no-repeat;
    background-size: 28px
}

.footer-bot li:nth-child(3) a {
    background: #121212 url("../images/fot3.png") center top 6px no-repeat;
    background-size: 28px
}

.footer-bot li:nth-child(4) {
    width: 37%;
}

.footer-bot li:nth-child(4) a {
    background: #0272bc url("../images/bot4.png") center top 6px no-repeat;
    background-size: 28px
}

    /*****************************************首页结束********************/
/*****************************************首页结束********************/
/*****************************************首页结束********************/

.mianbaoxie{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 80px;
    margin-bottom: 3%;
    border-bottom:1px solid #e5e5e5;
}
.mianbaoxie .fir{
    float: left;
    font-size:24px;
    color:#0272bc;
    position: relative;
    font-weight: 700;
}

.mianbaoxie .sec{
    float: right;
    font-size:14px;
    color:#7c7c7c;
    letter-spacing: 1px;
    text-align:right;
    position: relative;
    padding-left: 26px;
}
.mianbaoxie .sec:before{
    position: absolute;
    content:"";
    width: 19px;
    height: 15px;
    background: url(../images/home-icon.png) no-repeat center;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mianbaoxie a{
    font-size:14px;
    color:#7c7c7c;
}
.all-inner-title .fir{
    font-size:30px;
    font-weight: 700;
    color:#5c5c5c;
    line-height: 30px;
}
.all-inner-title .line{
    width: 43px;
    height: 4px;
    background: #0272bc;
    margin:2% 0;
}
.inner-company{
    background: url("../images/inner-company-bg-01.jpg") no-repeat right top;
}
.inner-company-des{
    font-size:14px;
    color:#5c5c5c;
    line-height: 23px;
    text-align:justify;
    width: 90%;
    margin-bottom: 2%;
}


    /*xiaobanner*/
.sb-banenr {
    height: 499px;
    overflow: hidden;
    margin-top:201px;
    background: url("../images/sb-com_01.jpg")  no-repeat center / cover;
}
.sb-banenr.gun{
    margin-top: 52px;
}
.sb-banenr .container{
    position: relative;
    height: 100%;
}

/*正文总*/
.mian-main {
    padding-bottom: 4%;
    background: #fff;
}

.main-info {
    background: #f5f5f5
}

.main-info-c {
    background: #fff;
}


.lian-list-pc li {
    cursor: pointer;
    width: 100%;
    padding: 18px 5%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    color: #555;
    font-size: 16px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 3px
}
.lian-list-pc li a{
    color: #555;
}
.lian-list-pc li:last-child{
    margin-bottom: 0;
}


.lian-list-pc li.w100 {
    width: 100%
}


/**/
/**********************联系我们************/
#dituContent {
    width: 100%;
    height: 419px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.b-title .p1 {
    font-size: 36px;
    text-align: center
}

.b-title .p2 {
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: lighter;
    letter-spacing: 4px;
    transform: scale(1,1.2);
    margin-top: 1%
}

#c2 {
    margin-top: 4.5%
}

/*提交表单*/
/**/
#lianform {
    margin-top: 2.5%
}

#lianform input {
    width: 49%;
    float: left;
    display: block;
    margin: 0 2% 1% 0;
    line-height: 59px;
    outline: none;
    border: 1px solid #eee;
    text-indent: 10px;
    font-size: 15px;
    box-sizing: border-box;
    font-size:14px;
    color:#999;
}
#lianform input::placeholder{
    font-size:14px;
    color:#999;
}
#lianform input:nth-child(2n) {
    margin-right: 0;
}

#lianform textarea {
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #eee;
    font-family: 'Microsoft YaHei', SimHei, SimYou, SimSun, Arial;
    padding: 10px 0;
    text-indent: 10px;
    height: 120px;
    font-size:14px;
    color:#999;
    margin-bottom: 1%;
}
#lianform textarea::placeholder{
    font-size:14px;
    color:#999;
}

#lianform textarea:focus {
    border-color: #008cd3
}

#lianform img {
    height: 61px;
    width: 165px;
    float: left;
}

#lianform input:focus {
    border-color: #0272bc
}

#lianform input.submit {
    background: #0272bc;
    font-size: 16px;
    color: #fff;
    letter-spacing: 15px;
    line-height: 59px;
    height: 59px;
    padding:0;
    margin:0;
}

#lianform input.reset {
    font-size: 16px;
    letter-spacing: 15px;
    line-height: 59px;
    height: 59px;
    padding:0;
    margin:0;
    float: right;
}


/**********新闻中心**********/
.yynews-list-li li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
}

.yynews-list-li li:nth-child(4n) {
    margin-right: 0;
}

.yynews-list-li li:nth-child(n+5) {
    margin-top: 3%
}

.yynews-list-li a {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px 2px 12.09px 0.91px rgba(167, 162, 184, 0.53);
    overflow: hidden
}

.yynews-list-li a {
    width: 100%;
    margin: 0 auto;
}

.yynews-list-li a .i {
    width: 100%;
    height: 11vw;
    position: relative;
}

.yynews-list-li a .i span {
    position: absolute;
    left: 0px;
    padding: 5px 20px;
    top: 15%;
    background: #c0121b;
    color: #fff;
    display: none
}

.yynews-list-li a .t {
;padding: 5% 6% 6% 6%;
    background: #fff
}

.yynews-list-li a .t .p1 {
    font-size: 18px;
    color: #1d1d1d;
    font-weight: bold
}

.yynews-list-li li a .t .p2 {
    color: #737373;
    font-size: 15px;
    font-weight: lighter;
    line-height: 1.6;
    margin: 5% 0;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
}

.yynews-list-li li a .click {
    padding-top: 4%;
    border-top: 1px solid #eee;
    font-family: aaa;
    color: #999;
    font-size: 16px;
    text-align: left;
    background: url("../images/jt.png") right bottom no-repeat;
}

.yynews-list-li li a:hover .t .p1 {
    color: #0373bc
}

.yynews-list-li a:hover {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    box-shadow: 0px 2px 25px 3px rgba(167, 162, 184, 0.63);
}

/**详情新闻**/
.main-info-c .title {
    font-size: 30px;
    text-align: center;
    color: #333;
}

.main-info-c .sub {
    text-align: center;
    margin-top: 1%
}

.main-info-c .sub span {
    display: inline-block;
    font-size: 16px;
    font-weight: lighter;
    margin: 0 20px;
}

.main-info-c .info-itle {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-top: 4%;
}

.baidu_share {
    margin-top: 1%
}

.news-info-con {
    margin-top: 2%
}

.news-info-con p {
    color: #666;
    margin: 8px 0;
    line-height: 1.6;
}
.honor-img{
    margin-bottom: 1%;
}
.news-info-con img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.news-info-con a {
    color: blue;
    text-decoration: underline
}

.news-info-con p,.news-info-con p span,.news-info-con br,.news-info-con strong,.news-info-con a {
    font-family: 'Microsoft YaHei'!important;
}
/**/
.other-title {
    font-size: 32px;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 3%;
}



/************************************产品中心*************************/
.module {
    text-align: left;
    margin-bottom: 2%
}

.module a {
    display: inline-block;
    padding: 0 3%;
    margin-bottom: 0.5%;
    line-height: 70px;
    background: #f2f4f6;
    font-size: 16px;
    color: #464646;
}

.module a:hover {
    background: #0272bc;
    color: #fff;
}

.module a.xz {
    background: #0272bc;
    color: #fff;
}

/*列表*/
.pro-list-li {
    margin-top: 3%
}

.pro-list-li li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
}

.pro-list-li li:nth-child(4n) {
    margin-right: 0;
}

.pro-list-li li:nth-child(n+5) {
    margin-top: 3%
}

.yynews-list-li a {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px 2px 12.09px 0.91px rgba(167, 162, 184, 0.53);
    overflow: hidden
}

.pro-list-li a {
    width: 100%;
    margin: 0 auto;
}

.pro-list-li a .i {
    width: 100%;
    height: 228px;
    box-sizing: border-box;
}


.pro-list-li a .t {
    width: 100%;
    padding: 8.5% 2%;
    background: #f2f4f6;
    text-align: center;
    position: relative;
}
.pro-list-li a .t .fir{
    font-size:16px;
    color:#5c5c5c;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.pro-list-li li:hover a .t .fir{
    color:#fff;
}
.pro-list-li a .t .sec{
    font-size:12px;
    color:#5c5c5c;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.pro-list-li li:hover a .t .sec{
    color:#fff;
}

.pro-list-li a:hover  .i img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03)
}

.pro-list-li a:hover .t {
    background: #0bad49;
    color: #fff;
}
.pro-list-li a .t i{
    position: absolute;
    width: 30px;
    height: 2px;
    background: #0272bc;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.pro-list-li li:hover a .t i{
    width: 100%;
}

/************************产品详情***************/
/*.info-img{max-width:30%;float: right;padding-left: 20px}*/
/*.info-img img{box-sizing: border-box;border: 1px solid #ddd;}*/
.parm table {
;width: 100%
}

.parm table td,.parm table th {
    padding: 5px;
    border: 1px solid #ddd!important;
}

.parm table th {
    background: #eee
}

table td {
    border: 1px solid #ddd!important;
    box-sizing: border-box;
    padding: 5px;
}

table {
    width: 100%!important;
}
/*详情新增轮播*/
/*.fl1{width: 700px;margin: 0 auto;}*/
/*æ–°å¢žè½®æ’­*/
.fl1 {
    margin-top: 2%
}

.fl1 .z {
    width: 50%;
    position: relative;
    float: left;
}

.fl1 .top {
    width: 100%;
    height: 28vw;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 2%
}

.fl1 .bot {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.fl1 .bot .i {
    width: 80px;
    height: 80px;
    float: left;
}

.fl1 .bot .i img {
    box-sizing: border-box;
    border: 2px solid #ddd;
    opacity: 0.8;
    cursor: pointer;
}

.fl1 .bot .i[data=xz] img {
    box-sizing: border-box;
    border: 1px solid #0373bc;
    opacity: 1
}

.fl1 .bot ul .i:nth-child(n+2) {
    margin-left: 5px;
}

.fl1 .swiper-button-prev1 {
    width: 35px;
    height: 20% !important;
    min-height: 70px;
    background: rgba(0, 0, 0, 0.5) url(../images/pr1.png) center no-repeat !important;
    top: 35% !important;
    left: 0px !important;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.fl1 .swiper-button-next1 {
    width: 35px;
    height: 20% !important;
    min-height: 70px;
    background: rgba(0, 0, 0, 0.5) url(../images/ne1.png) center no-repeat !important;
    top: 35% !important;
    right: 0px !important;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
/* background-size: 15px 25px;
}

.fl1 .swiper-button-disabled {
opacity: 0.3
}

/*.shang{wi}*/
.pro-info .info-itle {
    display: none
}

.fl1-r {
    width: 47%;
    float: right;
}

.fl1-r .title1 {
    text-align: left;
}

.fl1-r .sub1 {
    text-align: left;
}
.fl1-r .pro-inner-ul{
    margin: 4% 0;
}
.fl1-r .pro-inner-ul li{
    font-size: 14px;
    line-height: 38px;
    border-bottom: 1px solid #ccc;
    color: #666;
}
.fl1-r .pro-inner-ul li span{
    display: inline-block;
    width:8%;
}
.fl1-r .pro-inner-ul li small{
    font-size: 14px;
}
.fl1-r .pro-inner-ul li small a{
    color: #666;
}
.main-info-c .sub1 {
    margin-top: 4%
}

.main-info-c .sub1 span {
    font-weight: normal;
    color: #666;
}

.main-info-c .sub1 span:nth-child(1) {
    margin-left: 2px
}

.erweima {
    margin-top: 4%
}

.ewmtitle {
    font-size: 16px;
    color: #666;
}

.fl1-r .tel {
    color: #333;
    font-size: 36px;
    font-family: bbb;
    margin-top: 7%;
    padding-left: 50px;
    background: url("../images/h-tel1.png") no-repeat left center;
}
/*******************************质量体系**********************************/
.zhiliang-info {
    max-width: 1200px;
    margin: 2% auto
}
/*.yanfa-info li:nth-child(n+2){margin-top: 20px;}*/
.yanfa-info .le {
    width: 40%;
    float: left;
}

.yanfa-info .le img {
    max-width: 100%
}

.yanfa-info .ri {
    width: 57%;
    float: right
}

.yanfa-info li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 5% 0
}

.yanfa-info li:nth-child(1) {
    padding-top: 2%
}
/*.yanfa-info li:nth-child(1){margin-right: 2%;}*/
.yanfa-info .t1 {
    font-size: 30px;
    border-bottom: 0px solid #ddd;
    padding-bottom: 4%;
    text-align: center;
    display: none;
}

.yanfa-info .t2 {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-top: 2%
}

.yanfa-info .ri .t11 {
    font-size: 24px;
}
/*质量*/
.zhi-info fieldset {
    padding: 10px;
    border: 1px dashed #ddd;
}

.zhi-info fieldset .legend {
    font-size: 30px;
    font-weight: bold;
    padding: 0 8px;
    color: #333
}

.zhi-info fieldset .cc {
    padding: 10px 2%;
    width: 96%;
    font-size: 16px;
    color: #333;
    line-height: 1.8
}

.zhi-ul {
    padding: 4% 0;
    border-bottom: 1px solid #ddd;
}

.zhi-ul .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1%;
    color: #008cd3;
}

.zhi-ul li {
    font-size: 16px;
    padding: 5px 0;
    color: #333;
}


/****************************关于我们*****************/
.com-info {
    margin-top: 3%
}

.com-info .le {
    width: 45%;
    float: left;
}

.com-info .ri {
    width: 53%;
    float: right;
}

.com-info .ri .title {
    font-size: 24px;
    font-weight: bold
}

.com-info .ri .line {
    margin: 3% 0 2% 0;
    width:6%;
    height: 3px;
    background: #eee;
}

.com-info .con p {
    line-height: 1.8;
    color: #666;
    margin: 9px 0
}

.content1 img {
    display: block;
    max-width: 100%
}

.big-title {
    margin-top: 5%
}

/*资质荣誉*/
.sw-honor .swiper-slide a {
    display: block;
    width: 100%;
}

.sw-honor .swiper-slide a .i {
    width: 100%;
    height: 20vw;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.sw-honor .swiper-slide a .i img {
    transform: scale(0.95);
    -webkit-transform: scale(0.95)
}

.sw-honor .swiper-slide a .t {
    text-align: center;
    padding: 3% 0
}






/***************************资质荣誉****************/
.honor-list-li li {
    width: 23.5%;
    float: left;
    margin-right: 2%
}

.honor-list-li li:nth-child(4n) {
    margin-right: 0;
}

.honor-list-li li:nth-child(n+5) {
    margin-top: 3%;
}

.honor-list-li a {
    display: block;
    width: 100%;
}

.honor-list-li a .i {
    width: 100%;
    height: 14vw;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.case-list-li a .i{
    height: 16vw;
}

.honor-list-li a .i img {
    transform: scale(0.95);
    -webkit-transform: scale(0.95)
}

.honor-list-li a .t {
    width: 100%;
    padding: 3% 0;
    text-align: center;
    background: #eee
}

.honor-list-li a:hover .i img {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.honor-list-li a:hover .t {
    background: #0272bc;
    color: #fff;
}

.yb_top1 {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #0bad49 url("../images/top.png") center no-repeat;
    bottom: 50px;
    right: -50px;
    z-index: 100;
    background-size: 30px;
    cursor: pointer;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden
}

.gotop {
    transform: translateX(-50px);
    -webkit-transform: translateX(-100px);
    opacity: 1;
    visibility: visible
}

.yb_top1:hover {
    background: #0bad49 url("../images/top.png") center no-repeat;
    background-size: 30px;
}








/**/
/*分页*/
.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    /*margin: 10px 0 35px;*/
    padding-top: 3%;
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden;
}

.de-page-mian .page-inner a {
    display: block;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    height: 36px;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden;
}

.de-page-mian .page-inner a.active,

.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #333;
    background: #333;
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px;
    background: #fff url(../images/prev.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev.on {
    background: #fff url(../images/prev-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px;
    background: #fff url(../images/next.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next.on {
    background: #fff url(../images/next-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px;
}
.de-page-mian.sear .page-inner a.page-btn{
    display: none;
}
.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px;
}
.de-page-mian.sear .page-inner span{
    display: none;
}
.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
}
.de-page-mian.sear .page-inner input{
    display: none;
}

.floor-top {
    margin-top: 3%
}

.floor-top {
    border-bottom: 1px solid #0272bc;
}

.floor-top .le {
    display: inline-block;
    background: #0272bc;
    color: #fff;
    padding: 1% 3%;
    font-size: 18px;
}

.baidu_share {
    display: none
}
.lian-list-pc{
    float: left;
    width:40%;
}
.map{
    float: right;
    width:59%;
}

.job_tab {
    background: #0e2bde;
}
.job_tab span {
    display: block;
    float: left;
    width: 20%;
    color: #ffffff;
    text-align: center;
    line-height:55px;
}
.job_text{
    margin-bottom: 5%;
}
.job_text li {

    background: #f1f1f1;
    border-bottom: 1px solid #fff;
}
.job_text li span {
    line-height: 56px;
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 13px;
}
.jobs_req {
    display: none;
    box-sizing: border-box;
    padding: 2%;
    background: #f6f9fc;
    color: #ececec;
    font-size: 14px;
    line-height: 27px;
}
.req_text {
    width: 100%;
    color: #565454;
    font-size: 14px;
}
.jobs_req p a {
    color: #1e55af;
}
.job_text li .jobs_last:hover{
    color:#1f2c5c;
}
.query .xuan{
    width:100%;
}
.query .xuan p{
    width:100%;
    line-height: 45px;
    padding-left: 6%;
    font-size: 15px;
    color: #333;
    border:1px solid #eee;
    cursor: pointer;
    background: url("../Image/query-sanjiao.png") no-repeat right 6% center;
}
.query .xuan .abox{
    width:100%;
    border:1px solid #eee;
    border-top: none;
    display: none;
}
.query .xuan .abox a{
    display: block;
    line-height: 28px;
    padding-left: 6%;
    font-size: 14px;
    color: #333;
}
.query .xuan .abox a:hover{
    background: #263261;
    color:#fff;
}
.no-goods,.no-network{
    padding-top:7%;
    overflow: hidden;
    text-align: center;
}
.no-goods img{
    display: block;
    margin:0 auto 30px;
    max-width:100%;
    max-height: 105px;
}
.no-network img{
    display: block;
    margin:0 auto 30px;
    max-width:100%;
    height: 160px;
}
.no-goods p,.no-network p{
    font-size:14px;
    color:#666666;
    line-height: 20px;
}

.bannersec{
    display: none;
}

.inner-company-guang{
    width: 100%;
    height: 360px;
    margin-bottom: 2%;
}
.inner-company-guang .inner-company-guang-left{
    float: left;
    width: 62%;
    height: 100%;
}
.inner-company-guang .inner-company-guang-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-company-guang .inner-company-guang-right{
    float: left;
    width: 38%;
    height: 100%;
    background: #0272bc;
    text-align:center;
    color:#fff;
    padding: 9% 3% 0 3%;
}
.inner-company-guang .inner-company-guang-right img{
    max-width: 100%;
    margin:0 auto;
}
.inner-company-guang .inner-company-guang-right .fir{
    font-size:18px;
    font-weight: 700;
    margin: 2% 0 4% 0;
}
.inner-company-guang .inner-company-guang-right .sec{
    font-size:20px;
    font-weight: 700;
    margin:0 auto;
    width: 60%;
    padding-left: 5%;
    line-height: 45px;
    background: url("../images/liuyan-icon.png") no-repeat left  5% center;
}
.inner-company-guang .inner-company-guang-right .sec a{
    color:#fff;
}
