.maximum {
    padding-bottom: 0px;
}
.industry {
    width: 96%;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 10px;
}
.Region {
    width: 100%;
    overflow: hidden;
}
.nav{
    width: 100%;
    overflow: hidden;
    padding: 5px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: #fff;
}

.nav .logo {
    width: 49%;
    float: left;
    margin-left: 10%;
    /*margin-top: 10px;*/
    font-size: 18px;
}
.nav div img {
    width: 100%;
    height: auto;
    margin-top: 2px;
}
.nav .open {
    width: 9%;
    float: left;
    margin-top: 4px;
    margin-left: 5%;
}
.nav .login{
    display: flex;
    width: 22%;
    float: right;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    color: #29b774;
}
.nav .login a{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color:#29b774;
}

nav {
    overflow: hidden;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    transform: translateX(0px);
    box-shadow: 1px 2px 3px #eaeaea;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);

}
nav.nav-open {
    transform: translateX(-1100px);
    border-radius: 0% 0% 0% 0%;
    background: rgba(255, 255, 255, 0.6);
}
nav .nav-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 900ms cubic-bezier(0.9, 0, 0.33, 1);
    padding-top: 55px;
}
nav .nav-links.fade-in {
    opacity: 1;
    transform: translateX(0px);
}
nav .nav-links .link {
    padding: 1rem 0;
    text-decoration: none;
    font-family: sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 14px;
}
/*流程图*/
.shurff {
    width: 100%;
    /*margin-top: 60px;*/
}

.swiper-slide img {
    width: 100%;
    height: 200px;
}

.swiper-pagination span {
    width: 5px;
    height: 5px;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.6 !important;
    margin: 0px 4px !important;
}

.swiper-pagination-bullet-active {
    background: white !important;
    opacity: 1 !important;
}
.top_input{
    display: flex!important;
    justify-content: space-between;
}
.top_input{
    width: 60%;
    box-sizing: border-box;
}
input[type=text]{
    border: none;
    outline: none;
}
input[type=button]{
    border: none;
    outline: none;
}
input[type=submit]{
    border: none;
    outline: none;
}
.top_input input[type=text]{
    width: 70%;
    text-indent: 1em;
    border: none;
    height: 28px;
}
.top_input button{
    border: none;
    outline: none;
    width: 21%;
    height: 100%;
    background-color: #29b774;
    /* border: 1px solid #0cc186; */
    color: white;
}
.top_input button img{
    width: 54%;
    height: 61%;
    margin: auto;
}
.top_input input[type=submit]{
    width: 30%;
    height: 100%;
}
.qfd:after {
    content: "";
    display: block;
    clear: both;
}
/* 搜索框 */
.top_input div{
    width: 20%;
    height: 40px;
    line-height: 40px;
}
.top_input div span{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.top_input .option-ul{
    top: 30px;
    color: white;
    background: #29b774 !important;
    border: 1px solid #29b774;
    height: 200px;
    line-height: 40px;
    width: 20%;
    position: absolute;
    z-index: 8;
    flex-wrap: wrap;
}
.top_input .option-ul span{
    display: block;
    width: 100%;
}
.top_input{
    position: relative;
    width: 64%;
    height: 30px;
    margin: 10px auto 0;
    border: 1px solid #29b774;
    box-sizing: border-box;
}
.top_input img{
    width: 20px;
    height: 20px;
}
.top_input input{
    padding: 0!important;
    color: #8f8c7c;
    background: none;
    padding: 0!important;
    height: 100%;
    line-height: 100%;
    width: calc(85% - 10px)!important;
}
.top_input input::placeholder{
    color: #8f8c7c;
}
.top_input button{
    /*background: none;*/
    /*margin-right: 10px;*/
}
.nav_img {
    width: 100%;
}
.nav_img ul {
    width: 96%;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 20px;
    padding-bottom: 20px;
}

.nav_img ul li {
    width: 19%;
    margin: 0px 3%;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.nav_img ul li a {
    display: block;
    position: relative;
}

.nav_img ul li img {
    width: 93%;
    height: 16.5vw;
}

.nav_img ul li p {
    bottom: 25px;
    left: 31px;
    font-size: 14px;
}
.adv-three{
    display: flex;
    flex-wrap: wrap;
}
.adv-three a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
    height: 17vw;
    margin-bottom: 15px;
    box-sizing:border-box;
}
.adv-three a:nth-child(3n+1) {
    margin-left: 0px;
}
.adv-three a img{
    display: block;
    width: 100%;
    height: 100%;
}
.auto-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #1fa357;
}
.auto-tit div{
    width: 40%;
    position: relative;
}
.auto-tit div img{
    position: absolute;
    top: 9px;
    left: 14px;
}
.auto-tit div i{
    display: inline-block;
    text-indent: 50px;
    font-size: 19px;
    font-style: normal;
    background: linear-gradient(#29b774,#4ae29a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.auto-tit a{
    color:#29b774;
}
.sup-two{
    display: flex;
    flex-wrap: wrap;
}
.sup-two a:nth-child(3n+1) {
    margin-left: 0px;
}
.sup-two a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.sup-two a img{
    display: block;
    width: 100%;
    height: 120px;
}
.sup-two a p{
    margin-top: 5px;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    padding: 0px 2%;
}
.adv-one a {
    display: block;
    width: 100%;
}
.adv-one a img {
    display: block;
    width: 100%;
    height: 60px;
}
.news-img a{
    display: block;
}
.news-img a img{
    display: block;
    width: 100%;
    height: 200px;
}
.news-img a p{
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.news-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.news-one a{
    display: block;
    width: 49%;
    position: relative;
    margin-bottom: 10px;
}
.news-one a img{
    display: block;
    width: 100%;
    height: 150px;
}
.news-one a p{
    text-indent: 5px;
    position: absolute;
    background-color: #000;
    opacity: 0.8;
    bottom: 0px;
    color: white;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-four{
    height: 50px;
    line-height: 50px;
    width: 34%;
    padding-left: 11%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #29b774;
}
.news-four:before {
    content: "";
    background-image: url(../images/zx.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 12px;
}
.news-xx li{
    height: 37px;
    line-height: 37px;
    text-indent: 5px;
    position: relative;
    padding-left: 5%;
}
.news-xx li:before{
    content: "";
    background-color: #999999;
    border-radius: 10px;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 17px;
    left: 8px;
}
.news-xx li a{
    font-size: 15px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-auto a{
   margin: 10px 0px;
    padding: 10px 2%;
    background-color: #29b774;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-auto a img{
    display: block;
    width: 32%;
    height: 100px;
}
.news-auto a div{
    width: 66%;
}
.news-auto a div p{
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    font-weight: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}
.news-auto a div span{
    color: #FFFFFF;
    font-size: 14px;
    display: inline-block;
    padding-top: 10px;
}
.buy-center{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buy-center a{
    width: 49%;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
}
.buy-center a img{
    display: block;
    width: 100%;
    height: 150px;
}
.buy-center a p{
    font-size: 15px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.buy-right a{
    margin-top: 20px;
    padding: 10px 2%;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buy-right a img{
    display: block;
    width: 36%;
    height: 110px;
}
.buy-right a p{
    margin-top: 30px;
    width: 60%;
    display: block;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
}
.exh-two{
    display: flex;
    flex-wrap: wrap;
}
.exh-two a:nth-child(3n+1) {
    margin-left: 0px;
}
.exh-two a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
}
.exh-two a img{
    display: block;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.exh-two a p{
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-one a{
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    border-bottom: 1px dashed #e5e5e5;
}
.exh-one a:last-child{
    border: none;
    padding-bottom: 0px;
}
.exh-one a img{
    display: block;
    width: 30%;
    height: 95px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.exh-wz{
    width: 68%;
}
.exh-wz p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.exh-wz span{
    display: block;
    color: #666666;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.ind-tit{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #1fa357;
    font-size: 18px;
}
.ind-img{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-img a{
    width: 49%;
    margin-top: 10px;
}
.ind-img a img{
    display: block;
    width: 100%;
    height: 150px;
}
.ind-img a p{
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
/*底部*/
.footer {
    background-color: #f1f1f1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.footer ul {
    display: flex;
    justify-content: space-around;
}
.footer ul li {
    list-style: none;
}
.footer ul li p {
    text-align: center;
}
.footer ul li p a {
    color: #555555;
    font-size: 14px;
    display: block;
}
