.container {
    max-width: 90%;
    margin: 0 auto;
}
.w1400{max-width: 80%;margin: 0 auto;}
.header {
    width: 100%;
    height: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(77, 77, 77, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.header * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header .inTop {
    height: 1rem;
}
.header .inTop .logo {
    float: left;
    position: relative;
    /*  height: 130px; */
    width: 30%;
    padding: 0;
    margin: 0;
    line-height: 1;
    -webkit-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
    overflow: hidden;
    padding-top: 1.3%;
    box-sizing: border-box;
}
.header .inTop .logo a img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
}
.nav_bg .menu {
    height: 1rem;
    width: 100%;
}
.nav_bg .menu > ul {
    flex: 1;
    display: flex;
    justify-content: space-between;
    float: left;
    width: 47%;
    margin-left: 4%;

}
.nav_bg .menu > ul > li {
    vertical-align: top;
    text-align: center;
    height:1rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav_bg .menu > ul > li > a {
    display: block;
    height: 1rem;
    line-height: 1rem;
    font-size: 18px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #fff;
}
.nav_bg .menu > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 0;
    /* background: linear-gradient(to right,#132c66,#5fa4f3); */
    background-image: linear-gradient(to right, #b00e1b, #db1717);
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.nav_bg .menu > ul > li > a:hover {
    background-color: transparent;
    font-size: 0.2rem;
    color: #fff;
}
.nav_bg .menu > ul > li.another a{  font-size: 0.2rem;
    color: #fff;/* background: linear-gradient(to right, #b00e1b, #db1717); */ }
.nav_bg .menu > ul > li.another > a:after,
.nav_bg .menu > ul > li:hover > a:after {
    width: 100%;
    left: 0;
}
.nav_bg .menu > ul > li:hover .sec {
    height: auto;
}
.nav_bg .menu > ul > li:hover .secs {
    height: auto;
}
.nav_bg .menu .search {
    display: block;
    float: right;
    position: relative;
    z-index: 3;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    margin-top: 1.8%;
}
.nav_bg .menu .search .searchIco {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #0273b5;
    overflow: hidden;
    cursor: pointer;
}
.nav_bg .menu .search .searchIco em {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.nav_bg .menu .search .searchIco em.searchShow {
    background: url("../images/topsearch.png")  center center no-repeat;
    background-size: 26px;
}
.nav_bg .menu .search .searchIco em.searchHide {
    background: url("../images/topsehide.png")  center center no-repeat;
    background-size: 26px;
}
.nav_bg .menu .search .searchIco.topSearch em {
    top: -100%;
}
.hot p{ font-size: 0.16rem; margin-bottom: 2%; padding-left: 24%}
.hot{ float: left; font-size: 26px; font-weight: 500; color: #fff; padding-left: 2%; margin: 0.8%}
.hot .hotIco {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #0273b5;
    overflow: hidden;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
}
.hot .hotIco em{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.hot .hotIco em.searchShow {
    background: url("../images/tel.png")  center center no-repeat;
    background-size: 26px;
}

.searchBox {
    width: 0;
    height: 65px;
    position: fixed;
    right: 40%;
    background: #fff;
    top: 50%;
    margin-top: -23px;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: 9999;
}
.searchBox .searchInp {
    width: 85%;
    height: 65px;
    border: none;
    line-height: 65px;
    background: none;
    float: left;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
}
.searchBox .searchInp::-webkit-input-placeholder {
    color: #777;
    font-weight: normal;
    font-size: 14px;
    opacity: 1;
}
.searchBox .searchInp::-moz-placeholder {
    color: #777;
    font-weight: normal;
    font-size: 14px;
    opacity: 1;
}
.searchBox .searchInp:-ms-input-placeholder {
    color: #777;
    font-weight: normal;
    font-size: 14px;
    opacity: 1;
}
.searchBox .searchInp:focus::-webkit-input-placeholder,
.searchBox .searchInp:active::-webkit-input-placeholder {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.searchBox .searchInp:focus::-moz-placeholder,
.searchBox .searchInp:active::-moz-placeholder {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.searchBox .searchInp:focus:-ms-input-placeholder,
.searchBox .searchInp:active:-ms-input-placeholder {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.searchBox .submitBtn {
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/s1.png") center center no-repeat #fff;
    background-size: 38px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: none;
    float: right;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
}
.searchBox.searchShow {
    width: 400px;
}
.searchBox.searchShow .submitBtn {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.searchBox.searchShow .submitBtn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

@keyframes msClock2 {
    0%,
    70%,
    100% {
        transform: rotate(0) scale(1);
    }
    10%,
    30% {
        transform: rotate(-15deg) scale(1);
    }
    20%,
    40% {
        transform: rotate(15deg) scale(1);
    }
}
.main-tan{ position: absolute; left:0px; width: 8%; top: 100%; padding: 25px 0px;background: rgba(77,77,77,0.9); display: inline-block; z-index: 999;opacity: 0;transform: translateY(30px) ;border-top: 1px solid rgba(0, 0, 0, 0.1);;
    transition: 0.4s;visibility: hidden;}
.main-tan[data=xz]{opacity: 1;transform: translateY(0px);visibility: visible;}
.tan-con{width: 100%;}
.tan-con-l{width: 20%;float: left;clear: both}
.tan-con-l img{display: block;width: 100%;}
.tan-con-r{width: 100%;}
.tan-con-r .p1{font-size: 14px;color: #999;line-height: 1.7;margin-top: 1%}
.tan-con-r .a1{display: block;width: 132px;height: 40px;border: 1px solid #ddd;transform:skew(-18deg);margin-top: 20px;
    -ms-transform:skew(-18deg);
    -moz-transform:skew(-18deg);
    -webkit-transform:skew(-18deg);
    -o-transform:skew(-18deg);}
.tan-con-r .a1 .son{text-align: center;line-height: 40px;font-size: 14px;color: #666;transform:skew(18deg);
    -ms-transform:skew(18deg);
    -moz-transform:skew(18deg);
    -webkit-transform:skew(18deg);
    -o-transform:skew(18deg);}
.tan-con-r .a1:hover{background: #0273b5;border-color: #0273b5;}
.tan-con-r .a1:hover .son{color: #fff;}
.tan-con-r .a2{display: block;width: 100%;text-align: center;border-bottom: 1px solid #6c6c6c;padding: 2% 0;font-size: 0.15rem;line-height: 0.35rem; color: #fff}
/*.tan-con-r .a2:nth-child(4n){margin-right: 0;}*/
.tan-con-r .a2:hover{color: #fff; background: #0273b5}
.tan-con-r .a2[data=xz]{color: #fff;border-color: #0273b5}
.main-tan-1{ left: 42%;}
.main-tan-2{ left: 49%}
.main-tan-3{ left: 57%}
.main-tan-4{ left: 64%}
.main-tan-5{ left: 63%; display: none}
.main-tan-6{left: 68.5%}
.lb .swiper-button-next:after,
.lb .swiper-button-prev:after {
    display: none;
}
.lb .swiper-button-next,
.lb .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin: 0;
    top: inherit;
    bottom: 40%;
    -webkit-transition: all .5s;transition: all .5s;
}
.lb .swiper-button-next {
    right: 6%;
    background: url("../images/icon03.png") no-repeat center center;
    background-size: 100% 100%;
}
.lb .swiper-button-next:hover {
    margin-right: -10px;
}
.lb .swiper-button-prev {
    left: 6%;
    margin-right: 90px;
    background: url("../images/icon02.png") no-repeat center center;
    background-size: 100% 100%;
}
.lb .swiper-button-prev:hover {
    margin-right: 100px;
}
.lb  .swiper-slide { position: relative}
.lb  .swiper-slide p{ position: absolute; bottom: 10%; left: 15%; color: #fff; font-size: 40px}
.lb  .swiper-slide p i{ font-size: 20px}
.lb  .swiper-slide img{ width: 100%;}
.lb  .swiper-pagination-bullet{ width: 12px; height: 12px; opacity: 0.5;}
.lb .swiper-pagination-bullet-active{ opacity: 1;}
.lb .swiper-pagination{ bottom: 20px;}
/* 首页集团开始 */

@font-face {
    font-family: "ali";
    src: url('../fonts/impact.ttf')
}
.box1-pic{ margin-bottom: 0.6rem}
.titleall{width:80%; margin:0 auto; clear:both; overflow:hidden;}
.titleall01a{clear:both; height:65px; margin-top:6%;  color:#000; font-size:0.48rem; text-align: center; line-height:53px; font-weight: bold;}
/*.titleall{background: url("../images/yin.png")  bottom center no-repeat;background-size: 46%; background-position-y: 70%;background-position-x: 49%;}*/
.titleall02{clear:both; text-align:center; color:#8b8b8b; font-size:20px; line-height:35px;padding: 5px 0px}
/*.titleall i{ width: 90px; height: 4px; display: block; margin: auto; background: #0273b5}*/

.titleall i{ margin: 0px 0.38rem;}
.titleall03{clear:both; text-align:center; font-family:Arial, Helvetica, sans-serif; color:#8b8b8b; font-size:12px; }
.pro-box1{ width: 100%; display: inline-block; padding-top: 20px }
.servicelist{float:left; width:18.8%; height:auto; margin-right:1.2%; margin-bottom:15px; overflow:hidden; display:block; cursor:pointer;font-weight: bold; overflow: hidden}
.servicelist:nth-child(5n){ margin-right: 0px}
.servicelist01{width:100%; height:170px; z-index:1; position:relative; overflow:hidden;}
.servicelist01 img{width:100%; height:100%; object-fit: cover;}
.servicelist02a{
    width:88px; height:88px; padding-top:10px; margin:-78px auto 0px auto; z-index:9; position:relative;border-radius:50%;
}
.servicelist02a img{ width: 70%; display: block; margin: auto;}
.servicelist03a{width:100%; height:170px; margin:-34px auto 0px auto; text-align:center; z-index:3; position:relative;}
.serviceen{color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:25px; padding-top:10%;text-transform:uppercase; }
.servicecn{color:#FFF; font-size:24px; line-height:30px; padding:4px 0px 4px 0px;}
.service{color:#fff; font-size:14px; line-height:22px; padding: 0px 10px;font-weight: 200}
.service p,.service p span{ color:#fff; font-size:14px !important; line-height: 22px}
.yanse1{ background-color:#2388c9; }
.yanse2{ background-color:#1abc9c; }
.yanse3{ background-color:#34495e; }
.yanse4{ background-color:#9b59b6; }
.yanse5{ background-color:#e6bc14; }

.yanse6{ background-color:#e74c3c; }
.yanse7{ background-color:#1f53b0; }
.yanse8{ background-color:#0f675f; }
.yanse9{ background-color:#95a5a6; }
.yanse10{ background-color:#e67e22; }
.servicelist:hover .servicelist01 img{ -webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);
    -webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
/*案例*/
/*.csse-box1{ width: 100%; height: 100%; display: inline-block; background: url("../images/page2.jpg") top center no-repeat;}*/
.csse-box1{ width: 100%; height: 100%; display: inline-block; margin-bottom: 0.6rem}
.csse-box1 .titlebox{}
.big-title{ width: 100%; display: inline-block; margin-top: 4%}
.big-title p{ text-align: center;}
.big-title .bt1{font-size: 0.48rem;color: #000;font-weight: bold;}
.big-title .bt1 i{ font-size: 20px;color: #000; margin: 0px 0.38rem; font-weight: 300; text-transform:uppercase;  }
.big-title .bt1 span{color: #132c66}


.big-title .bt2{font-size: 20px;color: #000;margin-top: 5px;}
.bt-left{ width: 100%; text-align: center}
/*.bt-left{ background: url("../images/yin.png") top center no-repeat;background-size: 50%;background-position-x: 0%;background-position-y: 50%; }*/
.big-title span{ float: right; width: 1.4rem; height: 0.45rem; line-height: 0.45rem; text-align: center; background:#0273b5; border-radius: 10px; margin-top: 2%;}
.big-title span a{ color: #fff; font-size: 16px;}
.big-title span b{ width: 20px; margin-left: 10px;}
.ind-box-6{ width: 100%; display: inline-block; margin-top:0.35rem}
.ind-left-title{ width: 24%;}
.ind-left-title ul li{ width: 100%; display: inline-block; height: 0.6rem; background: #fff;  padding: 0.04rem 0.3rem; position: relative;
    margin-bottom: 0.12rem; border-bottom: 1px  solid #c2c2c2; line-height: 0.58rem}
.ind-left-title ul li span{ width: 0.3rem; float: left; height: 100%; float: left; margin-right: 5%; margin-top: 2% }
.ind-left-title ul li span img{ width: 100%; object-fit: contain;filter: grayscale(100%)}
.ind-left-title ul li h5{ display: block;height: 0.48rem;line-height: 0.48rem;font-size: 0.2rem; float: left;}
.ind-left-title ul li h5 p{font-family: Arial;font-size: 14px;margin-top: 2px;line-height: 20px;text-transform: uppercase;color: #c2c2c2;}
.ind-left-title ul li::after{ content:'>';font-family: simsun;color: #9e9e9e; position: absolute; right: 40px; top: 20%;font-size: 24px; line-height: 24px; font-weight: bold;}
/*.ind-left-title ul li::before{ content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 2px;*/
/*    width: 0;*/
/*    background-image: linear-gradient(0deg, #b00e1b 0%, #0273b5 100%);*/
/*    -webkit-transition: all 0.5s ease-out;*/
/*    transition: all 0.5s ease-out;*/
/*}*/
.ind-left-title ul li:hover::before{width: 100%;}
.ind-left-title ul li:hover::after{ color: #0273b5}
.ind-left-title ul li:hover h5{ color: #0273b5; font-weight: 600;}
.ind-left-title ul li:hover h5 p{ color: #0273b5; font-weight: 400;}
.ind-left-title ul li.on:after{ color:#0273b5}
.ind-left-title ul li.on h5{ color: #0273b5;font-weight: 600;}
.ind-left-title ul li.on h5 p{ color: #0273b5;font-weight: 400;}
.ind-left-title ul li.on:before{width: 100%;}
.ind-left-title ul li.on span img{filter: grayscale(0%)}
.ind-left-title ul li:span img{filter: grayscale(0%) }
/*.ind-left-title ul li b{ position: absolute; width: 100%; height: 1px; background: #dfdfdf; display: block; left: 0px; bottom: 0px;}*/
.ind-box-cont{ width: 72%;}
.ind-box-cont .ind-box-fencont{ width: 100%;  display: inline-block;}
.ind-box-fencont .ind-box-cram{ width: 100%; height: 415px; position: relative;}
.ind-box-fencont .ind-box-cram .ind-box-thumb{width: 100%; height: 100%; object-fit: cover}
.ind-box-fencont .ind-box-cram .ind-box-thumb img{ width: 100%; height: 100%;object-fit: cover}
.ind-boxz-list{ width: 100%; display: inline-block; overflow: hidden; height: auto;}
.ind-boxz-list .tempWrap{ width: 100% !important;}
.ind-boxz-list .tempWrap ul{ width: 100%;}
.ind-boxz-list ul li{ width: 32%; margin-right: 1%;margin-bottom: 0.1rem; float: left; display: block;  position: relative;}
.ind-boxz-list ul li a{ width: 100%; height: 3.4rem; overflow: hidden;  display: block;}
.ind-boxz-list ul li .boxz-lsit-yhumb{ width: 100%; height: 3.4rem; overflow: hidden;}
.ind-boxz-list ul li .boxz-lsit-yhumb img { width: 100%; height: 100%; object-fit: cover; border: 1px solid #dfdfdf; -webkit-transition: all 2s;transition: all 2s;}
.ind-boxz-list ul li p{ position: absolute; text-align: center; width: 100%; height: 0.45rem; line-height: 0.45rem; color: #fff;
    background: rgba(0,0,0,0.5);  bottom: 0px; left: 0px; font-size: 0.16rem}
/* .ind-boxz-list ul li:nth-child(3){ margin-right: 0px;} */
.ind-boxz-list ul li:hover .boxz-lsit-yhumb img{ -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.ind-boxz-list ul li:hover p{ background: rgba(2,115,181,0.7);}
/**/
.ys{overflow:hidden;background: url("../images/ys_bg.jpg") no-repeat center bottom; background-size: 100%; padding-bottom: 0.5rem}
.ys-pro{ width: 100%; display: inline-block; margin-top:7%}
.ys h2.main_title a{padding-bottom:52px}
.ys h2.main_title a i{display:inline-block;font-size:60px;font-family:DIN-BoldItalic;font-weight:bold;color:#0273b5;line-height:1;vertical-align:-4px;margin-right:6px}
.ys h2.main_title a strong{margin-top:18px}
.ys h2.main_title a:after{position:absolute;content:"";width:31px;height:7px;background:#0273b5;left:0;bottom:0}
.ys_con{width:68%}
.ys_con dl{float:left;width:48%; margin-right: 3%; margin-bottom:0.35rem; position: relative; height: 3.6rem; border-radius: 0.2rem; overflow: hidden}
.ys_con dl:nth-child(2n){ margin-right: 0px;}
.ys_con dt{line-height:0;overflow:hidden;width:100%;height:2.5rem}
.ys_con dt img{width:100%; height: 100%; object-fit: cover;}
.ys_con dd{position: absolute; background: #fff; width: 90%; height: 2.1rem; background: #fbfbfb; padding:3%; top: 40%; left: 5%;  box-sizing: border-box; border-radius: 0.2rem; z-index: 9; }
.ys_con dd h3{font-size:0.24rem;line-height:0.6rem;color:#000;font-weight:bold;border-bottom:1px solid rgba(0,0,0,.2);margin-bottom:0.1rem}
.ys_con dd p{font-size:0.16rem !important;line-height:0.26rem;color:#4d4d4d;}
.ys_con dd p span{ font-size: 0.16rem !important;}
.ys h2.main_title a{display:block;position:relative}
.ys h2.main_title a span{font-size:0.45rem;color:#b6b6b6; font-family: Arial; line-height:1;font-style:italic; font-weight: bold}
.ys h2.main_title a strong{display:block;font-size:0.46rem; font-weight: bold; line-height:100%;color:#414141;margin-top:6%}
/**/

.box-case-t{ width: 100%; display: inline-block;margin-top: 2%;}
.box-case-t ul{ width: 32%; margin-right: 1.3%; float: left}
.box-case-t ul:nth-child(3){ margin-right: 0px;}
.box-case-t ul li{ width: 100%; height: 3rem; overflow: hidden; border-radius: 0.2rem; position: relative; margin-bottom: 0.2rem; float: left}
.box-case-t ul li:nth-child(3n){ margin-right: 0px}
.box-case-t ul li dt{ width: 100%; height: 100%}
.box-case-t ul li dt img{ width: 100%; height: 100%;object-fit: cover}
.box-case-t ul li dd{ width: 100%; height: 0.5rem; line-height: 0.5rem; background: rgba(0,0,0,0.5); color: #fff;position: absolute; bottom: 0px; left: 0px;
    text-align: center; font-size: 0.16rem}
.box-case-t ul li:hover dt img{ -webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
.box-case-t ul:nth-child(2) li{ height: 6.2rem}

/*四大系统*/
.box-adv-indx{ padding-bottom: 0.3rem; padding-top: 0.1rem}
.box-adv-indx ul li{ width: 19.8%; float: left; height: 1.1rem; text-align: center;  position: relative; background: #fff; margin-right:0.2% ;  font-size: 0.2rem; font-weight: bold}
.box-adv-indx ul li:nth-child(5){ margin-right: 0px}
.box-adv-indx ul li span{ width: 100%; text-align: center; display: block; margin-top: 6%; margin-bottom: 5%}
.box-adv-indx ul li span img{ width: 10%;filter: brightness(0);}
.box-adv-indx ul li i{ position: absolute; width: 0.20rem; height: 0.20rem; display: block; border-radius: 50%; background: #fff; border: 6px solid rgba(30,44,95,0.5) ; top: -10%; left: 46%}
.adv-indx-list{ width: 100%; margin-top: 0.2rem; background: #fff; display: inline-block}
.adv-indx-cont{ padding: 0.3rem; box-sizing: border-box; width: 100%;display: inline-block;min-height: 4.9rem;position: relative;}
.adv-indx-thumb{ float: left; width: 48%; border-right: 1px solid #dfdfdf; height: 4.3rem;overflow: hidden;}
.adv-indx-thumb img{ width: 100%;}
.av-indxd-list{ float: right; width: 48%; }

.av-indxd-list h6{ font-size: 0.4rem; font-weight: bold; line-height: 0.8rem;}
.av-indxd-cont{ margin-top: 0.2rem; font-size: 0.18rem; line-height: 0.4rem;}
.av-indxd-cont p,av-indxd-cont span{ font-size:0.18rem;  line-height: 0.4rem;}
.see-in{ width: 22%; height: 0.6rem; line-height: 0.6rem; font-size: 0.2rem; box-shadow:0 0 10px #b0b5c0; text-align: center; position: absolute; bottom: 10%;right: 26%; }
.see-in i{ font-size: 0.2rem; margin-right: 0.1rem}
.box-adv-indx ul li:hover{ background: #0273b5; color: #fff}
.box-adv-indx ul li.on{ background: #0273b5; color: #fff}
.box-adv-indx ul li.on img{ filter: brightness(100);}
.box-adv-indx ul li:hover img{ filter: brightness(100);}
/**/

/*.about-box{ width: 100%; display: inline-block; background: url("../images/page3.jpg") top center no-repeat; }*/
.about-box{ width: 100%; display: inline-block; background: url("../images/ina_bg.jpg") top center no-repeat; }
.about-pro{ width: 100%; display: inline-block; margin-top: 4%; margin-bottom: 0.6rem}
.about-title{ width: 100%; display: inline-block;}
.title-left{ width: 100%; float: left; color: #333;}
.title-left h3{ color: #333; font-size: 52px; font-family: Arial, Helvetica, sans-serif; font-weight: 900;}
.title-left p{ font-size: 0.36rem; font-weight: 600; color: #333;}
.title-left .tit-en{ font-size: 0.2rem;font-weight: normal; color: #333;}
.details-left{ width: 100%; /* padding: 0.58rem; */ color: #333; }
.about-left{ width: 50%; float: left;padding-right: 30px;}
.about-cont{ width: 100%;  margin-top: 30px; display: inline-block;}
.details-left .desc{ font-size: 0.16rem; line-height: 0.42rem; margin-top: 20px; }
.about-img-right{ width: 45%; float: right; height: 6rem; overflow: hidden; margin-top: 4%}
.about-img-right img{ width: 100%; height: 100%; object-fit: cover}
.details-left span a{ width: 25%; height: 0.45rem; line-height: 0.45rem; border-radius: 0.25rem; text-align: center; border: 1px solid #333; display: block; margin-top: 10%}
.details-left span a{ color: #333; font-size: 0.16rem;}
.details-left span:hover a{ background: #0273b5; border: 1px solid #0273b5; color: #fff}

/**/
.news-box{ width: 100%; display: inline-block; background:#f1f1f1; padding-bottom: 0.5rem}
.news-list{ width: 100%; display: inline-block; margin-top: 40px;}
.slideBox{ width: 100%; display: inline-block;}
.slideBox ul li{float: left; width: 31.5%; margin-right: 2.5%; background: #fff;  padding: 15px; border: 1px solid #bebebe; border-radius: 15px; margin-bottom: 0.2rem}
.slideBox ul li .news-img{ width: 100%; height: 260px; border-radius: 15px; overflow: hidden; box-shadow: 0px 0px 5px rgba(0,0,0,0.5);}
.slideBox ul li .news-img img{ width: 100%; height: 100%; object-fit: cover;}
.slideBox ul li:nth-child(3n){ margin-right: 0px;}
.slideBox ul li p:nth-child(1){font-size: 0.2rem; line-height: 0.55rem;white-space: nowrap;text-overflow: ellipsis;  overflow: hidden}
.slideBox ul li p:nth-child(2){ line-height: 25px; font-size: 0.14rem; padding-bottom: 10px; position: relative;}
.slideBox ul li p:nth-child(3)::after{ content: ''; width: 100%; height: 1px; display: block; background: #dedede; position: absolute; bottom: 0px; }
.slideBox ul li:hover{ border: 1px solid #0273b5;}
.slideBox ul li:hover p,.slideBox ul li:hover span{ color: #0273b5;}
.slideBox ul li:hover .news-img img{ -webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);
    -webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
.news-time{ margin: 15px 0px; width: 100%; height: 22px; line-height: 22px; font-size: 14px;}
.news-time span:nth-child(1){ float: left;}
.news-time span:nth-child(2){ float: right;}
.news-time span:nth-child(1) i{ width: 22px; height: 22px; float: left; margin-right: 10px;}
.news-time span:nth-child(2) b{ width: 6px; height: 11px;display: flex; align-items: center; float: right; margin-left: 15px; margin-top: 5px;}
.slideBox ul{ width: 100%; display: inline-block;}
.slideBox dl{ margin-top: 30px;}
.slideBox dl dt{float: left; width: 31.5%; margin-right: 2.5%; font-weight: 300; border: 1px solid #bebebe; border-radius: 15px; padding: 18px;}
.slideBox dl dt:nth-child(3n){ margin-right: 0px;}
.slideBox dl dt i{ float: left;  padding-right:10px;font-size:14px; color: #333; position: relative;}
.slideBox dl dt b{ font-size: 40px; color:#000; font-weight:bold; float: right;}
.slideBox dl dt i::after{content: ''; width: 1px; height: 100%; background: #bebebe; display: block; position: absolute; right:0px; top: 0px;}
.slideBox dl dt:hover span{ color:#0273b5 ;}
.slideBox dl dt:hover p{ color:#0273b5 ;}
.slideBox dl dt p{ font-size: 20px; line-height: 30px; color: #333; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }
.news-sytit{ float: right;width: 80%;}
.news-sytit span{ width: 100%; display: block;}
.news-box .big-title .bt1,.news-box .big-title .bt1 i{ color: #000}
.news-box  .bt2{ color: #999}
/**/
/*.box-hezuo{ width: 100%; display: inline-block;background: url("../images/page4.jpg") top center no-repeat; padding-top: 0.4rem;}*/
.box-hezuo{ width: 100%; display: inline-block; padding: 0.7rem 0rem; background: url('../images/youshi-bg.jpg') no-repeat center center;
    background-size: 100% auto;}

.index-huoban {
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
    width: 100%;
    float: left;
}
.index-huoban-swiper {
    overflow: hidden;
    height: 4rem;
}
.index-huoban-swiper-wrapper {
    height: 100%;
}
.index-huoban-swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: 0.1rem;
    width: 16%;
    height: 1.64rem;
    margin-right:0.6;
    overflow: hidden;
}
.index-huoban-swiper-slide img {
    display: block;
    margin: auto;
    width: 90%;
    object-fit: contain;
    -webkit-transition: all 2s;transition: all 2s;
}

.index-huoban-swiper-slide:hover img { -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

.index-huoban-swiper-btns {
    position: absolute;
    right: 47%;
    bottom:0px;
}
.index-huoban-swiper-btn {
    width: .15rem;
}
.index-huoban-swiper-btns .dot {
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background-color: #989898;
    margin: 0 0.15rem;
}
.index-huoban .index-title {
    font-size: .4rem;
    line-height: 1;
    margin-bottom: .45rem;
    text-align: center;
}
/*.index-huoban .index-title{ background: url("../images/yin.png")  top center no-repeat;background-size: 46%; background-position-y: -15%;background-position-x: 49%; }*/
.index-huoban .index-title .tit {
    marign-bototm: 0.25rem;
    font-size: 0.48rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    line-height: 0.5rem;
}
.index-huoban .index-title .tit-en {
    font-size: 0.20rem;
    font-family: arial;
    font-weight: 400;
    color: #000;
    line-height: 0.4rem;
    margin-top: 2%;
}
.fuwu-list{ width: 45%; float: right;}
.fuwu-list .index-title{ background: url("../images/yin1.png")  top center no-repeat;background-size: 59%; background-position-y: 160%;background-position-x: 50%; }
.fuwu-list .index-title {
    font-size: .4rem;
    line-height: 1;
    margin-bottom: .45rem;
    text-align: center;
}
.fuwu-list .index-title .tit {
    marign-bototm: 0.25rem;
    font-size: 0.48rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    line-height: 0.5rem;
}
.fuwu-list .index-title .tit-en {
    font-size: 0.20rem;
    font-family: arial;
    font-weight: 400;
    color: #000;
    line-height: 0.4rem;
    margin-top: 2%;
}
.fuwu-list .fuw-cont{ padding: 0px  20px; height: 340px; overflow-y: scroll;}
.fuwu-list .fuw-cont .desc{ color: #000; font-size: 14px; line-height: 0.2rem}
/* 底部开始 */
.footer {
    width: 100%;
    display: inline-block;
    background: url("../images/page3.jpg") top center no-repeat;
    /*background: #232323;*/
    padding-top: 0.2rem;


}
.foot-ewm-wrp{ }
.foot-ewm-item {
    width: .45rem;
    height: .45rem;
    margin-right: 6%;
}
.foot-ewm-item .icon {
    width: 100%;
    height: 100%;
}
.foot-ewm-item .ewm {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: -0.3rem;
    top: -1.1rem;
    display: none;
}
.foot-ewm-item:last-child {
    margin-right: 0;
}
.foot-ewm-item .foot-call {
    border-radius: 0.08rem;
    font-size: .18rem;
    padding: 0 0.12rem;
    line-height: 0.4rem;
    position: absolute;
    left: -0.61rem;
    top: -0.5rem;
    background-color: #fff;
    z-index: 99;
    cursor: pointer;
    display: none;
    width: 400%;
}
.foot-ewm-item .foot-call i {
    margin-right: .1rem;
}
.foot-ewm-item:hover .ewm {
    display: block;
}
.foot-ewm-item:hover .foot-call {
    display: flex;
}
.foot-nav-wrp {
    margin-top: 0.4rem;
    width: 100%;
    display: inline-block;
}
.foot-bottom {
    height: 0.52rem;
    line-height: .52rem;
    text-align: center;
    margin-top: .15rem;
    color: #fff;
}
.foot-nav-wrp .nav-tit {
    font-size: .24rem;
    margin-bottom: .26rem;
}
.foot-nav-wrp .nei-nav-tit{ margin-bottom: 0.15rem}
.foot-nav-wrp .nav-text {
    margin-bottom: 0.1rem;
    display: block;
    font-size: 0.16rem;
}
.foot-nav-wrp .nav-item {
    width: 13%;
    color: #fff;
    float: left;

}
.foot-nav-wrp .nav-item:nth-child(5) {
    width: 24%;
}
.foot-ewm {
    width: 1.5rem;
    margin-left: 8%;
    float: left;
}
.foot-ewm img {
    width: 100%;
}
.foot-ewm .tit {
    margin-top: 0.1rem;
    text-align: center;
    color: #fff;
}
.flex-horz-center{ width: 100%; display: inline-block;}
.biaoqian{ width: 100%; text-align: center; margin-top: 20px }
.biaoqian p{ font-size: 0.16rem; color: #fff; line-height: 0.4rem}
.link { color: #fff;}
.link a{ color: #fff; margin: 0px 5px;}
foot-bottom span{ color: #fff;}
.foot-bottom{border-top: 1px solid #343434}
.box-hezuo .index-title  .tit,.box-hezuo .index-title .tit-en{ color: #ffff}
/* 底部结束 */
.footer_nei{ padding-top: 0.1rem; padding-bottom: 0;}

.footer_nei .link_nei{ min-height: initial}

.client-2 {position: fixed;right: -150px;top: 50%;z-index: 900;}
.client-2 li a {text-decoration: none;}
.client-2 li {margin-top: 1px;clear: both;height: 62px;position: relative;}
.client-2 li i {background: url("../images/fx.png") no-repeat;display: block;width: 30px;height: 27px;margin: 0px auto;text-align: center;}
.client-2 li p {height: 20px;font-size: 12px;line-height: 20px;overflow: hidden;text-align: center;color: #fff;}
.client-2 .my-kefu-sq i {background-position: 4px -76px;}
.client-2 .my-kefu-tel i {background-position: 0 -21px;}
.client-2 .my-kefu-weixin i {background-position: -34px 4px;}
.client-2 .my-kefu-weibo i {background-position: -30px -22px;}
.client-2 .my-kefu-ftop {display: none;}
.client-2 .my-kefu-ftop i {  width: 33px;height: 31px;background-position: -23px -43px;background-size: 50px 128px;}
.client-2 .my-kefu-ftop .my-kefu-main{padding-top: 6px;}
.client-2 .my-kefu-left {float: left;width: 80px;height: 47px;position: relative;}
.client-2 .my-kefu-tel-right {font-size: 16px;color: #fff;float: left;height: 24px;line-height: 22px;padding: 0 15px;border-left: 1px solid #fff;margin-top: 14px;}
.client-2 .my-kefu-right {width: 20px;}
.client-2 .my-kefu-tel-main {background: #0273b5;color: #fff;height: 72px;width: 230px;padding:9px 0 0;float: left; box-sizing: border-box;margin-bottom: 1px}
.client-2 .my-kefu-main {background: #0273b5;width: 97px;height: 72px;position: relative;padding:9px 0 0;float: left; box-sizing: border-box; margin-bottom: 1px}
.client-2 .my-kefu-weixin-pic {position: absolute;left: -130px;top: -24px;display: none;z-index: 333;}
.my-kefu-weixin-pic img {width: 115px;height: 115px;}

.neilan{ position: absolute; top: 35%; width: 100%;text-align: center; z-index: 99;font-size: 0.48rem;  color: #fff; font-weight: bold}
.neisearchBox{ position: absolute; top: 53%; width: 25%; left: 38%; z-index: 99}
.neisearchBox .searchInp{ width: 85%; height: 0.5rem;line-height: 0.5rem; padding: 5px; box-sizing: border-box; float: left}
.neisearchBox .submitBtn{ width: 15%; background: url("../images/topsearch.png")  center center no-repeat #0273b5;height: 0.51rem; float: left }
.catpos{ position: absolute; top: 65%; width: 100%; font-size: 0.18rem; color: #fff; text-align: center; z-index: 99}
.catpos a{ color: #fff;font-size: 0.18rem}
.nei_hot{ padding-left: 5%}
/**/
#bodycon{ width: 100%; display: inline-block}

.banner-image{ height: 6rem; background-position:top center; background-size: cover; background-repeat: no-repeat;}
.page{ margin-top:0.8rem;}
.page_left{ position:relative; width:40%;}
.page_title{ margin:14px auto;}
.page_title_yw{ display:block; font-size:30px; text-transform:capitalize; line-height:40px; margin:10px 0px 3px 0px;}
.page_title_zw{ font-size:28px; line-height:36px; font-weight:normal;}
.page_pic{ box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1); width: 100%; height: 600px;}
.page_pic img{ width: 100%; height: 100%; object-fit: cover;}
.page_ggy{ height:110px; color:#fff; font-size:14px; text-align:center; background:#09499f;}
.page_ggy span{ display:block; color:#fff; font-size:20px; font-weight:bold; text-align:center; margin-bottom:10px; padding-top:18px;}

.page_right{ width:60%; height:auto; background:#fff; padding:50px; box-shadow:0px 0px 60px 0px rgba(0,0,0,0.1); }
.page_right_tit{ display:block; color:#0071cf; font-size:32px; font-weight:normal; line-height:0px; border-bottom:1px solid #f3edf0; padding-bottom:50px; margin-bottom:20px;}
.page_right_des{ font-size:0.18rem;}
.page_right_des p{ font-size:0.18rem; text-indent:2em; line-height:0.52rem;}
.page_right_des>div{ font-size: 0.16、8rem; line-height: 0.52rem}
.coop-inside{ width: 100%;background: url("../images/page2.jpg") top center no-repeat;display: block;margin-top: 90px;padding-top: 86px;padding-bottom: 60px;background-size: 100%;}
.coop-title h4{ font-size: 40px;font-weight: bold;color: #fff;}
.coop-title h4 i{ font-style: initial;font-weight: 500;text-transform:uppercase;}
.coop-inside ul { margin-top: 60px;  width: 100%;display: inline-block;}
.coop-inside ul li{ width: 23%;margin-right: 1.5%;background: #fff;padding: 26px;box-sizing: border-box;border-radius: 10px;float: left;}
.coop-inside ul li:last-child{ margin-right: 0px;}
.coop-inside ul li h5{ width:1rem; height: 1rem; overflow: hidden; border-radius: 50%; display: block; margin: auto; margin-top: 0.2rem}
.coop-inside ul li h5 img{  width: 100%; height: 100%; object-fit: cover;}
.coop-inside ul li p{ text-align: center;font-size: 24px;line-height: 36px;margin: 30px 0px;}
.coop-inside ul li .span{ color: #221815;font-size: 18px;line-height: 36px; min-height: 205px; display: block; text-align: center;}
.coop-inside ul li .span p{ color: #221815;font-size: 18px; margin: 10px 0px}
.coop-container{ width: 100%; display: inline-block; margin-top: 70px;}
/**/
.about-hezuo .coop-title h4{ color: #000}
.about-hezuo{ width: 100%; display: inline-block; padding-top: 0.8rem; }
.plant-classify{ position: relative}
.classify-box{ width: 100%; display: inline-block; height: 470px; margin-top: 30px; overflow: hidden;}
.classify-box .classify-list{ width: 376px; height: 202px; margin-top: 0px; overflow: hidden; border: 1px solid #dfdfdf}
.classify-box .classify-list img{ width: 100%; height: 100%; object-fit: contain;  -webkit-transition: all 2s;transition: all 2s;}
.classify-box .classify-list:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1); }
.classify-box .swiper-button-next, .classify-box .swiper-button-prev{width: 50px; height: 50px; background: rgba(0,0,0,0.8); border-radius: 70%; opacity: 0; top: 50%; }
.classify-box .swiper-button-prev:after, .classify-box .swiper-button-next:after{ font-size: 30px; color: #fff;}
.classify-box .swiper-button-next{ right: 0.3%;}
.classify-box .swiper-button-prev{ left: 0.3%;}
.classify-box:hover .swiper-button-next{ opacity: 1;}
.classify-box:hover .swiper-button-prev{ opacity: 1;}
/**/
.ind-padding{ margin-top: 0.6rem}
.pro-fl{flex-direction: row; width: 100%; display: inline-block}
.pro-fl a{ height: 50px; line-height: 50px; text-align: center; border: 1px solid #f2f2f2; display:block; width: 9%; margin-right: 1%;
    float: left;  border-radius: 0.25rem; font-size: 0.18rem; background: #f2f2f2;}
.pro-fl a:hover{background: #0273b5;color: #fff;border:none;}
.pro-fl a.on{ background: #0273b5; border:none;color: #fff;}
.np-list-c{margin-top: 3%;}
.np-list li{width: 32%;float: left;margin-right: 1.3%;background: #fff; box-shadow: 0px 0px 5px #d1d1d1; border: 1px solid #d1d1d1; position:relative;margin-bottom: 0.4rem }
.np-list li:nth-child(3n){margin-right: 0;}
/*.np-list li:nth-child(n+5){margin-top: 2%;}*/
.np-list li a{display: block;width: 100%;}
.np-list li a .i{width: 100%;height:5.3rem;background: #fff;/* padding:16% 0 5% 0; */position: relative; text-align: center;}
.np-list li a .i img{width: 100%;height: 100%;object-fit: cover; margin: auto;
    transition: 0.4s;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    transform: scale(0.94);
    -ms-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -webkit-transform: scale(0.94);
    -o-transform: scale(0.94);}
.np-list li a .i .t{position: absolute;top:3%;left: 0;width: 100%;}
.np-list li a .i .t p{padding: 3% 10%;font-size: 16px;color: #333;font-weight: bold;}
.np-list li a .t1{font-size: 18px;color: #333;text-align: center;background: #0273b5; border-radius: 30px; position: relative;
    width: 90%; line-height: 0.4rem; margin: 30px auto; color: #fff;
}

/*.np-list li a .t1::after{ content: ''; width: 90%; height: 1px; background: #d1d1d1; top: 0px; left: 5%; position: absolute;}*/

.np-list li a:hover .i img{
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);}
.np-list li a:hover .i .t p{color: #132c66}
.np-list li:hover{box-shadow: 0px 3px 10px rgba(0,0,0,0.2);}
.np-list{ width: 100%; display: inline-block}
.de-page-mian{ margin-top: 0.4rem;}
.page-inner{ width: 100%;display: flex; text-align: center;}
.page-inner a,.page-inner span{ padding: 7px 10px; border: 1px solid #dfdfdf; box-sizing: border-box; margin: 10px 5px }
.page-inner span{ color: #fff; background: #0273b5; border: 1px solid #0273b5;}
.leibie{ width: 100%; display: inline-block;}
.leibie ul li{ float: left; width: 9.2%; line-height: 0.4rem; border-radius: 30px; margin-top: 20px; margin-right: 10px; text-align: center; font-size: 0.16rem;
    background: #f2f2f2 }
.leibie ul li.on{ background: #0273b5; }
.leibie ul li.on a{ color: #fff}
.np-list li .zhe{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; background:rgba(2,115,181,0.4) ; text-align: center; display: none}
.np-list li .zhe img{ margin-top: 45%}
.np-list li a:hover .zhe{ display: block}
.np-list li a:hover .t1{ background: none; color: #000}

/* 首页优势开始 */
.index-youshi {
    background: url('../images/youshi-bg.jpg') no-repeat center center;
    background-size: 100% auto;
}
.index-youshi .main-title * {
    color: #fff !important;
}
.index-youshi-list{ overflow: hidden;  width:90%; display: block; margin: auto;  position: relative}
.index-youshi-list .list-item {
    width: 20%;
    position: relative;
    height:4.8rem;
    box-sizing: border-box;
    padding-top: .75rem;
    text-align: center;
    color: #fff;
    cursor: default;
    overflow: hidden;
}
.index-youshi-list .list-item:after {
    content: '';
    display: block;
    width: .02rem;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    right: 0;
    top: 0;
}
.index-youshi-list .list-item:last-child:after {
    display: none;
}
.index-youshi-list .list-item .num {
    font-size: .24rem;
    font-weight: bold;
    margin-bottom: .76rem;
}
.index-youshi-list .list-item .icon {
    width: .58rem;
    height: .58rem;
    margin-bottom: .6rem;
}
.index-youshi-list .list-item .tit1 {
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: .8rem;
}
.index-youshi-list .list-item .tit2 {
    font-size: .18rem;
    text-transform: uppercase;
    margin-bottom: .47rem;
}
.index-youshi-list .list-item .jiantou {
    width: .15rem;
}
.index-youshi-list .list-item .con1-wrp {
    transition: opacity .28s;
    opacity: 1;
}
.index-youshi-list .list-item .con-wrp {
    width: 100%;
    height: 100%;
    /*background-color: #fff;*/
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .28s;
    text-align: center;
    padding: .1rem .3rem .2rem;
    box-sizing: border-box;
    font-size: .16rem;
    line-height: 2;
    overflow: hidden;
    opacity: 0;
    color: #fff;
}
.index-youshi-list .list-item:hover .con1-wrp {
    opacity: 0;
}
.index-youshi-list .list-item:hover .con-wrp {
    /*top: 0;*/
    opacity: 1;
}
.con-wrp h5{ font-size: 0.3rem; font-weight: bold; text-align: center; margin-bottom: 0.2rem;color: #fff;}
.con-wrp h5 i{ width: 100%; height: 0.4rem; line-height: 0.4rem; display: block; border-radius: 50%;text-align: center; margin-bottom: 0.2rem}
.con-wrp h5 i img{  display: block; height: 100%; width: auto;  margin: auto}
.con-wrp h5 p{ margin-top: 0.2rem;}
.con-wrp .pf{ width: 50%; height: 0.4rem; line-height: 0.4rem; border: 1px solid #fff; text-align: center; border-radius: 0.3rem; display: block; margin: auto;margin-top: 15%; }
.con-wrp .pf a{ color: #fff; font-size: 0.16rem;}
/* 首页优势结束 */

/**/
#bodycon #left {float: left;width: 18%; margin-top: 50px;}
.proclass1{ width:100%; background:#f1f1f1;}
.proclass_t{
    height: 110px;
    background: #000;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.proclass_t b {
    padding: 22px 0 3px 0;
    display: inherit;
    font-weight: normal;
}
.proclass_t em {
    display: block;
    font-size: 16px;
    font-family: fontDin1;
    text-transform: uppercase;
}
.pcc tr table td a {
    line-height: 60px;
}
.proclass1{ width:100%; background:#f1f1f1;}
.pcc{margin-top: 1px;}
.pcc td{height:auto!important;}
.pcc td table a:after{display:none;}
.pcc td table a{ font-size:14px; font-weight:normal !important;}
.pcc table,.pcc tbody,.pcc tr{ display:block; width:100%;}
.pcc tr,.pcc li{ border-bottom:1px solid #fff; position:relative;z-index:3;}
.pcc tr a,.pcc li a{ display:block; line-height:60px; font-size:14px; color:#666666; padding-left:55px; position:relative; z-index:3; transition:all .3s ease;}
.pcc tr a:after,.pcc li a:after{ content:''; display:block; position:absolute; width:16px; height:16px; background:url("../images/20210727140016_2015206767.png") no-repeat center; top:0; bottom:0; margin:auto 0; left:19px; transition:all .3s ease;}
.pcc li.on{background: linear-gradient(to right,#0273b5,#0273b5);}
.pcc li.on a{ color: #fff;}
.pcc tr td a:before,.pcc li:before{ content:''; display:block; top:0; left:0; width:0; height:100%; background:#0273b5; background: linear-gradient(to right,#0273b5,#0273b5);transition:all .3s ease; position:absolute;z-index:-1;}
.pcc a:hover:before,.pcc li:hover:before{ width:100%;}
.pcc tr:hover>td>a,.pcc li:hover a{ color:#fff;}
.pcc tr:hover>td>a:after,.pcc li:hover a:after{ background:url("../images/20210727140054_1768539315.png") no-repeat center;}
.pctel{ height:159px; background:#0273b5;}
.pctel p{ padding-top:35px; text-align:center; color:#fff;}
.pctel span{ display:inline-block; width:130px; line-height:36px; border-radius:20px; font-size:16px; background:#222;}
.pctel em{display: block;font-size: 28px;font-family: fontDin1;margin-top: 10px;}
.nywenzhang,.nyxqnews_righttit,.nyxqnews_left{ background:#f9f9f9 !important;}
.nyxqnews_rightcont{ margin-top:10px; line-height:36px;}
.nyxqnews_rightcont a{ display:block; background:url("../images/newswenzhagn.png") left center no-repeat; padding-left:22px;width:98%; height:36px; overflow:hidden; }
.nyxqnews_righttit{ font-size:18px; border-bottom: 1px solid #e7e7e7; height:0.6rem; line-height:18px; position:relative; text-align: center;
    line-height: 0.6rem; background: #000; margin-top: 0.2rem; font-size: 30px; font-weight: bold;}
.nyxqnews_righttit:before{ content:""; width:75px; height:1px; background:#0273b5; position:absolute; left:0; bottom:-1px;}
.nyxqnews_righttit strong{ color:#0273b5;}
#bodycon .center{ width: 80%; float: right; margin-top: 0.5rem}
#bodycontent {width:100%; margin: 20px 0px }
.propic_show_left{ float:left; width:52%; height: 400px; position:relative;}
.propic_show_left>img{ width:100%; height: 100%; object-fit: contain;  border:1px solid #ccc;}
.propic_show_right{ float:right; width:46%; color:#888; text-align:left; position:relative;}
.propic_show_right br{ display:none;}
.propic_show_right .propic_desc{ height:56px; margin-top:20px; overflow:hidden;}
.propic_show_right .propic_desc strong{ font-weight:bold;}
.pro_detail_title{ display:block; color:#444; font-size:24px; line-height:65px; border-bottom:1px solid #eee; margin-bottom:20px;}
#bodycontent .shewotitle{ width: 15%; height: 45px; line-height: 45px; color: #fff; background: #0273b5; text-align: center; margin: 30px 0px; font-size: 16px; font-weight: bold;}
.show-cont>div,.show-cont p,.show-cont span{ font-size: 16px; line-height: 35px;}
.show-cont img{ max-width: 70%; height: auto !important; margin: auto; margin-top: 15px; display: block}
.pshangxia{ min-width: 100px; height:40px !important; color:#fff !important; font-size:14px !important; line-height:40px; background:#0273b5; padding:16px 20px; border-radius:10px;}
.pshangxia:nth-child(2){ background:#222;}
.pshangxia:hover{ color:#fff !important;}
.big-info-show-t{height: 40px;background: #eee;}
.big-info-show-t span{display: inline-block;padding: 0 30px;background: #0273b5 ;color: #fff; line-height: 0.4rem;}
.show-newslist li{ width: 49%; margin-right: 2%; float: left; padding: 0px; line-height: 40px; height: 40px; font-size: 0.16rem;}
.show-newslist{ margin: 20px 0px; width: 100%; display: inline-block}
.show-newslist li i{ font-size: 0.12rem; float: right;}
.show-newslist li:nth-child(2n){ margin-right: 0;}
.big-info-show-c{margin-top: 2%; margin-bottom: 0.8rem}
.newslist li{border-bottom: 1px solid #eee;}
.info-lun a{display: block;width: 100%;}
.info-lun a .i{width: 100%;height: 20vw;max-height: 250px;position: relative;overflow: hidden}
.info-lun-p a .i{box-sizing: border-box;border: 1px solid #eee;}
.info-lun a .t{padding: 10px 6px;background:#eee;box-sizing: border-box;color: #333;font-size: 15px;text-align: center;}

.info-lun a:hover .t{background: #0273b5;color: #fff;}
.info-lun a:hover .i img{transform: scale(1.03);-ms-transform:scale(1.03);
    -moz-transform:scale(1.03);
    -webkit-transform:scale(1.03);
    -o-transform:scale(1.03);
}

.fitobj2{object-fit: contain;height: 100%!important;width: 100%!important}
.dwtwo{ width:100%;}
.dwtwo li{ float:left; position:relative; overflow:hidden; width:32%; margin:0 1% 2% 0px; box-shadow:0px 0px 10px #eee; text-align:center;}
.dw_titl a{ display:block; line-height:0.6rem; font-size:0.16rem;ext-overflow:ellipsis; overflow: hidden; white-space: nowrap;}
.dwtwo li .dw_pic img{ width:100%;}
.dw_pic >a:after{background: url("../images/20210727135431_339471874.png") no-repeat center;transform: scale(0); top: 0;left: 0;}
.dw_pic >a:before{background: rgba(0,0,0,0.3);transform-origin: 0 100%;transform: rotate(-90deg);bottom: 0;left: -100%;}
.dw_pic >a:before,.dw_pic >a:after{content: ''; width: 100%;height: 100%;position: absolute;transition: 0.6s; z-index:333;}
.dwtwo li:hover .dw_pic>a:before{transform: rotate(0deg);transition: 0.6s; left:0px;}
.dwtwo li:hover .dw_pic>a:after{transform: scale(1);transition: 0.6s;}
.dw_pic{width:100%;overflow:hidden;transition:0.6s; height: 4rem;}
.dw_pic img{ width: 100%; height:100%; object-fit: cover;}
.dwtwo li:hover .dw_pic img{transform:scale(1.1);transition:0.6s;}
.clear{clear:both;}
.case-fl{  width: 100%; display: inline-block}
.case-fl a{ float: left; width: 13%; margin-right: 1%;  margin-bottom: 0.1rem;}
.news_lefttit{ border-bottom:1px solid #e7e7e7; padding-bottom:15px; text-align: center}
.news_lefttit h4{ font-size:30px; font-weight: 500; font-weight:normal; line-height:40px; display:block; margin-bottom:15px; color:#333;}
.news_lefttit span{ display:block; text-align: center;  border-left:1px dotted #b6b6b6; color:#999; line-height:14px; padding:0 10px;}
.news_lefttit .chuchu{ padding:0 10px 0 0; border-left:none;}

.map {
    width: 60%;
    height:500px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    float: left;
}

.lx_fs {
    float: right;
    width: 38%;
    height: 500px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
}
.fs1 {
    width: 100%;
    height: 120px;
    background: #0273b5;
    text-align: center;
    color: #fff;
}

.fs1 span {
    font-size: 30px;
    padding-top: 47px;
    display: block;
    font-weight: bold;
}

.fs1 p {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 55px;
}

.fs_tp {
    margin-top: 10px;
}

.fs_tp ul {
    padding-left: 20px !important;
}

.fs_tp li {
    height: 60px;
    display: block;
    line-height: 45px;
}

.fs_tp i {
    width: 40px;
    height: 40px;
    float: left;
    padding: 5px 0;
}

.fs_tp span {
    margin-left: 14px;
    display: inline-block;
    width: 88%;
}

.fs_tp d {
    font-weight: bold;
    color: #333333;
    font-size: 0.16rem;
}

.fs_tp em {
    font-style: normal;
    font-size: 0.16rem;
    color: #666666;
    text-transform: none;
    line-height: 40px;
}

.fs_tp a {
    font-style: normal;
    font-size: 0.18rem;
    color: #666666;
    text-transform: none;
}
.bodyContentString8{ width: 100%; display: inline-block; margin: 0.6rem 0rem}
.nynewslist{ width:100%; border-bottom:1px solid #eee; padding:30px 0; overflow:hidden; position:relative; background:#FFF;}
.nynewslist a{ text-decoration:none;}
.nynewslist:hover{ box-shadow: 0 0 60px -10px rgba(0,0,0,.2);}
.nynewslist:hover .nynewslist_l{ left:20px;}
.nynewslist:hover .nynewslist_r{ left:20px;}
.nynewslist:hover .nynewslist_rmore{ left:29%;}

.nynewslist_l{ width:23%;height: 2.8rem; float:left; position:relative; left:0; overflow:hidden; transition:all .5s;}
.nynewslist_l img { width:100%; height: 100%; object-fit: cover; transition:all 0.5s;}
.nynewslist:hover img { transform:scale(1.2);}

.nynews_time{ position:absolute; bottom:0; right:0; width:122px; height:75px; background:#0273b5; font-family:arial; color:#fff; text-align:center; padding-top:15px;}
.ny_day{ font-size:40px; font-weight:bold; line-height:40px;}
.ny_month{ font-size:16px; line-height:20px;}

.nynewslist_r{ text-align:left; position:relative; width:72%; padding:20px; float:right; transition:all .5s; left: 0;}
.nynewslist_r p{ margin-bottom:20px; color: #000; font-weight: bold;}
.nynewslist_r a{ font-size:20px;}
.nynewslist_r span{ display:block; color:#333; overflow:hidden; line-height:24px; padding-bottom:20px; border-bottom:1px dotted #d9d9d9; margin-bottom: 30px; }

.nynewslist_rmore{ display:block; background:url(static/images/20200522134923_171532523.jpg) no-repeat; position:absolute; left:27%; bottom:40px; padding-left:22px; line-height:21px; transition:all 0.5s;}
.nynewslist_r a.nynewslist_rmore{ font-size:14px;}
.dow-list{ margin: 0.8rem 0rem; width: 100%; display: inline-block}
.download ul li{ width: 49%; margin-right: 2%; float: left; border: 1px  solid #999; border-radius: 10px; padding: 20px;  box-sizing: border-box;}
.download ul li .dleft-img{ width: 30%; height: 120px; overflow: hidden;}
.download ul li .dleft-img img{ width: 100%; height: 100%; object-fit: cover;}
.download ul li:nth-child(2n){ margin-right: 0}
.download ul li .rifht-dow{ width: 65%; }
.download ul li .rifht-dow p{ font-size: 0.2rem; line-height: 0.35rem;}
.download ul li .rifht-dow span{ width: 1rem; height: 0.35rem; line-height: 0.35rem; background: #0273b5; display: block; text-align: center; border-radius: 10px;
    margin-top: 10%;}
.download ul li .rifht-dow span a{ color: #fff}
/**/
.sales{ width: 100%; display: inline-block}
.sales .sa-con{ width: 50%; height: 7rem; overflow-y: scroll; float: left; padding: 20px; box-sizing: border-box;}
.sales .sa-img{ width: 47%; height: 7.5rem; overflow: hidden; float: right}
.sales .sa-img img{ width: 100%; height: 100%; object-fit: cover}
.hezuo-plant .classify-list{ float: left; width: 16.6%; height: 160px}
.hezuo-plant .classify-box{ height: 400px}
.zhezhaonei{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(77,77,77,0.1); z-index: 90}
.waphear{display: none;}
.wapmenu{display: none;}
.pc{ display: block;}
.wap{ display: none;}
.footer_float {display:none}
/**/
.honor-about{ background:#eeeff3; padding-top: 0.3rem; padding-bottom: 0.3rem; margin-top: 0.6rem}
.index-title{height:auto;margin-bottom: 0.3rem; line-height: 0.6rem; background: url("../images/index-title.png") no-repeat center 9px;}
.index-title .cn{text-align: center;color: #333;font-size: 0.24rem;margin-bottom: 0.15rem;display: block;}
.index-title .cn span{color:#000;margin:0rem 0.05rem;font-weight:bold; font-size: 0.36rem;}
.index-title .en{text-align: center;line-height:0.4rem;font-size: 0.24rem;margin-bottom: 5px;display: block;color:#666;}
.honorabout-list{ width: 100%; display: inline-block; overflow: hidden; position: relative}
.honorabout-list ul li{ width: 24%; margin-right: 1.2%; background: #fff; height: 3.8rem;  float: left; overflow: hidden; flex-shrink: 0;}
.honorabout-list ul li .honor-img{ width:97%; height: 97%; padding: 0.1rem; overflow: hidden;display: flex;justify-content: center;align-items: center;}
.honorabout-list ul li .honor-img a{ width: 100%; height: 100%; display: flex}
.honorabout-list ul li .honor-img img{ width: 100%; height: auto; object-fit: contain}
.honorabout-list ul li:nth-child(4n){ margin-right: 0px}
.honor-moer a{ display: block; margin:0.4rem auto; width:1.8rem; height: 0.55rem; line-height: 0.55rem; text-align: center; color: #000; background: #fff;
    border-radius: 0.1rem; font-size: 0.18rem;  }

.c-i-s3 {padding: 4% 0;background: #f4f4f5;}
.ihec-sh{position: relative;}
.ihec-sh .swiper-container{ height: 8.5rem;}
.ihec-sh .swiper-slide{ width: 4.9rem; height: 4rem;}
.ihec-sh .swiper-button-next:after, .ihec-sh .swiper-button-prev:after{ display: none;}
.ihec-sh .swiper-button-prev,.ihec-sh .swiper-button-next{ outline: none;}
.ihec-sh .swiper-container .swiper-wrapper{ width: 100% !important;}
.ish-lun a .i{height: 20vw;max-height: 3.3rem;}
.ish-lun a .t{padding: 4% 10px;background: #fff;text-align: center;font-size: 0.22rem;color: #666; background: #dfdfdf;}
.fitobj {
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
}
.ihe-lun-p{width: 0.5rem !important;height: 0.45rem !important;background-color: #132c66;
    transform:skew(-12deg);
    -ms-transform:skew(-12deg);
    -moz-transform:skew(-12deg);
    -webkit-transform:skew(-12deg);
    -o-transform:skew(-12deg);background-image: none}
.ihe-lun-p .si{width: 100%;height: 100%;
    transform:skew(12deg);
    -ms-transform:skew(12deg);
    -moz-transform:skew(12deg);
    -webkit-transform:skew(12deg);
    -o-transform:skew(18deg);
    background-repeat: no-repeat;background-size: auto!important;background-position: center;}
.swiper-button-prev-he .si{background-image: url("../images/p.png");}
.swiper-button-next-he .si{background-image: url("../images/n.png");}
.ihe-lun-p:hover{background: #132c66}

.catposr{ height:auto; overflow:hidden; padding: 0.15rem 0rem; background:#f5f5f5; font-size:20px; color:#000000; margin-bottom: 0.4rem; font-size: 0.16rem; line-height: 0.3rem;}
.catposr a{font-size:0.16rem; color:#000000}
.catposr .ico{ display:inline-block; vertical-align:middle;}

@media screen and (max-width:1840px) {
    .service p, .service p span{ font-size: 12px !important}
    .service{ font-size: 12px}
    .ind-left-title ul li{ height: 0.6rem; margin-bottom: 0.1rem;line-height: 0.55rem}
    .ys_con dd p{ font-size: 0.14rem;line-height: 0.2rem}
    .ys_con dd p span,.ys_con dd p{ font-size: 0.15rem !important;line-height: 0.3rem }
    .ys_con dd{ min-height: 1.3rem;}
    .ys_con dl{ margin-bottom: 10px}
    .details-left span a{ margin-top: 6%}
    .slideBox ul li .news-img{ height: 220px;}
    .news-time{ margin: 0.1rem 0rem}
    .fuwu-list .fuw-cont .desc{ line-height: 0.28rem;}
    .nei_hot {padding-left: 4%;}
    .ind-box-fencont .ind-box-cram{ height: 400px}
    .ind-boxz-list ul li a,.ind-boxz-list ul li .boxz-lsit-yhumb{ height: 3.3rem}
    .ihec-sh .swiper-slide{ width: 4.7rem}
    .index-youshi-list .list-item .con-wrp{ padding: 0.1rem 0.2rem 0.1rem}
}
@media screen and (max-width:1750px) {
    .servicelist02a{ width: 78px; height: 78px;}
    .servicelist02a img{ width: 50%}
    .servicelist03a{ height: 160px}
    .ind-left-title ul li{ height: 0.6rem;line-height: 0.55rem}
    .titleall02{ font-size: 0.18rem}
    .titleall01a{ font-size: 0.36rem;height: 0.6rem;line-height: 0.6rem;}
    .big-title .bt1{ font-size: 0.44rem}
    .big-title .bt1 i{ font-size: 0.18rem}
    .ind-box-fencont .ind-box-cram{ height: 390px}

    .big-title .bt2{ font-size: 0.18rem}
    .details-left .desc{ line-height: 0.4rem}
    .hot{ font-size: 0.24rem}
    .nav_bg .menu > ul > li > a{ font-size: 0.16rem}
    .nav_bg .menu > ul > li.another a{ font-size: 0.18rem}
    .header .inTop .logo{ width: 28%}
    .np-list li a .i{ height: 4.5rem}

}
@media screen and (max-width:1680px) {
    .pro-box1{ padding-top: 0}
    .news-list{ margin-top: 20px}
    .slideBox dl{ margin-top: 15px}
    .news-time{ margin-bottom: 0}
    .foot-nav-wrp .nav-tit{ font-size: 0.2rem}
    .foot-nav-wrp .nav-text{ font-size: 0.14rem}
    .foot-ewm{ margin-left: 1.2%}
    .ys_con dt{ height: 190px}
    .ys_con dd h3{ font-size: 0.2rem}
    .coop-inside ul li .span{ height: 160px; min-height: 160px}
    .ind-box-fencont .ind-box-cram{ height: 380px}
    .ind-left-title ul li{ height: 0.48rem}
    .ind-left-title ul li h5{ height: 0.46rem; line-height: 0.46rem}
    .big-title .bt1{ font-size: 0.4rem}
    .big-title .bt2{ font-size: 0.16rem}
    .big-title .bt1 i{ font-size: 0.16rem}
    .hot .hotIco{ width: 40px; height: 40px}
    .ind-boxz-list ul li a, .ind-boxz-list ul li .boxz-lsit-yhumb{ height: 3rem}
    .box-case-t ul li{ height: 2.6rem}
    .box-case-t ul:nth-child(2) li{ height: 5.4rem}
    .details-left .desc{ line-height: 0.35rem}
    .ys_con{ width: 68%}
    .ys_con dl{ width: 48.5%}
    .ys_con dl{ height: 3rem}
    .ys_con dd p span, .ys_con dd p {
        font-size: 0.14rem !important;
        line-height: 0.26rem;
    }
    .ys_con dd h3{ height: 0.45rem; line-height: 0.45rem}
    .ys {
        overflow: hidden;
        background: url(../images/ys_bg.jpg) no-repeat left bottom;
        background-size: 93%;
    }
    .slideBox ul li p:nth-child(1){ line-height: 0.4rem}
}
@media screen and (max-width:1600px) {


    .link{ min-height: initial}
    .foot-nav-wrp .nav-tit{ margin-bottom: 20px}
    .pro-fl a{ font-size: 0.16rem}
    .ind-left-title ul li{ height: 0.5rem}
    .ind-left-title ul li h5{ height: 0.42rem; line-height: 0.42rem}
    .ind-box-fencont .ind-box-cram{ height: 360px}

    .ys{ background-position-x:24%}
    .fs_tp d,.fs_tp em{ font-size: 0.14rem}
    .fs_tp span{ width: 87%}
    .ys h2.main_title a strong{ font-size: 0.4rem}
    .index-youshi-list .list-item .tit1,.con-wrp h5{ font-size: 0.24rem}
    .index-youshi-list .list-item .con-wrp{ font-size: 0.16rem;}
    .box-case-t ul li{ height: 2.6rem}
    .ys{ background-size: 100%}
    .page_right_des,.page_right_des p{ font-size: 0.16rem;line-height: 0.48rem}
    .index-title .en{ font-size: 0.2rem}
    .np-list li a .i{ height: 4.2rem}
    .ihec-sh .swiper-slide{ width: 4rem}
    .details-left .desc{ margin-top: 0px;}
}
@media screen and (max-width:1540px) {
    .service{ display: none}
    .servicelist03a{ height: 110px}
    .serviceen{ font-size: 0.14rem}
    .servicecn{ font-size: 0.2rem}
    .serviceen{ padding-top: 16%}
    .ys h2.main_title a strong{ font-size: 0.4rem}
    .details-left .desc{ font-size: 0.14rem; line-height: 0.3rem}
    .about-img-right{ height: 5rem}
    .slideBox ul li .news-img{ height: 190px}
    .slideBox ul li .news-img{ font-size: 0.16rem}
    .slideBox ul li p:nth-child(3){ font-size: 0.12rem; line-height: 0.2rem}
    .slideBox dl dt p{ font-size: 0.18rem}
    .news-sytit span{ font-size:0.14rem}
    .slideBox dl dt b{ font-size: 0.36rem}
    .fuwu-list .fuw-cont .desc{ font-size: 0.12rem; line-height: 0.24rem }
    .index-huoban-swiper-slide{ width: 2.05rem}
    .biaoqian p{ font-size: 0.12rem}
    .link{ font-size: 0.12rem;}
    .link a{ font-size: 0.12rem}
    .foot-bottom{ font-size: 0.12rem}
    .ind-box-fencont .ind-box-cram{ height: 300px}
    .nav_bg .menu .search .searchIco em.searchShow{background-size: 20px;}
    .ind-left-title ul li h5{ height: 0.4rem; line-height: 0.4rem}
    .nav_bg .menu .search .searchIco{ width: 35px; height: 35px;}
    .np-list li a .t1{ font-size: 0.16rem}
    .ind-boxz-list ul li p{ height: 0.4rem; line-height: 0.4rem; font-size: 0.16rem}
    .hezuo-plant .classify-list{ height: 120px}
    .hezuo-plant .classify-box{ height: 280px}
}
@media screen and (max-width:1480px){
    .classify-box{ height: 400px}
    .coop-inside ul li .span {height: 120px;min-height: 120px;}
    .map{ width: 60%}
    .lx_fs{ width: 38%}
}
@media screen and (max-width:1440px){
    .fs_tp span{ width: 86%}


}
@media screen and (max-width:1380px){

    .servicelist01{ height: 150px}
    .servicelist03a{ height: 100px}
    .ind-box-fencont .ind-box-cram{ height: 270px}
    .ys_con dt{ height: 170px;}
    .slideBox dl dt{ padding: 9px}
    .big-title .bt1{ font-size: 0.4rem}
    .big-title .bt2{ font-size: 0.16rem}
    .big-title .bt1 i{ font-size: 0.16rem}
    .slideBox ul li .news-img{ height: 140px}
    .news-time{ font-size: 0.12rem}
    .news-time span:nth-child(1) i{  width: 18px; height: 18px}
    .slideBox dl dt i{ font-size: 0.12rem}
    .ind-left-title ul li h5 {
        height: 0.4rem;
        line-height: 0.4rem;
    }
    .fs_tp span { width:81%}

}
.li-wap{ display: none !important;}