.maximum {
    padding-bottom: 70px;
}
.industry {
    width: 96%;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 10px;
}
.Region {
    width: 100%;
    overflow: hidden;

}
.nav{
    width: 100%;
    overflow: hidden;
    padding: 5px 0px;
    /*background: #fff;*/
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.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{
    width: 22%;
    float: right;
    margin-right: 3%;
    height: 50px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
}
.nav .login a{
    font-size: 16px;
    color: white;
}
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-style: none;
height: 28px;
}
.top_input button{
    border: none;
    outline: none;
    width: 21%;
    height: 100%;
    background-color: #13a2fc;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid #13a2fc;
    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: #666666 !important;
    border: 1px solid #f2f2f2;
    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;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 1px solid #13a2fc;
    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;
    background-color:#f4f4f4;
    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: 15.5vw;
}

.nav_img ul li p {
    bottom: 25px;
    left: 31px;
    font-size: 14px;
    color: #656265;
}
.adv-one a {
    display: block;
    width: 100%;
}
.adv-one a img {
    display: block;
    width: 100%;
    height: 60px;
}
.auto-tit{
    position: relative;
}
.auto-tit img{
    width: 100%;
    display: block;
    height: 12vw;

}
.auto-tit a{
    position: absolute;
    right: 0px;
    top: 15px;
    font-size: 13px;
}
.news{
    background-color: #f5f5f5;
    padding: 10px 2%;
}
.tit-one{
    height: 36px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tit-one p{
    color: #0e9ffe;
    font-size: 15px;
}
.news-xx a{
    display: flex;
    justify-content: space-between;
}
.news-xx a img{
    display: block;
    width: 40%;
    height: 30vw;
}
.news-xx a div{
    width: 57%;
}
.news-xx a div p{
    text-align: center;
    color: #0e9ffe;
    font-size: 15px;
    width: 100%;
    height: 46px;
    line-height: 23px;
    overflow: hidden;
}
.news-xx a div span{
    font-size: 13px;
    display: block;
    width: 100%;
    height: 67px;
    line-height: 21px;
    overflow: hidden;
}
.news-wz{
    margin-top: 5px;
}
.news-wz li a{
    display: block;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-wz li a:before{
    content: "";
    background-color: #099fff;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 12px;
    left: 8px;
}
.news-tit{
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0%;
}
.news-tit p{
    border-left: 3px solid #0e9ffe;
    color: #0e9ffe;
    font-size: 17px;
    text-indent: 10px;
    height: 15px;
    line-height: 15px;
}
.news-box a{
    display: block;
    padding: 5px 0px;
}
.news-box a p{
    color: #0e9ffe;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}
.news-box a span{
    font-size: 14px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 21px;
    overflow: hidden;
}
.pur-img{
    display: flex;
    flex-wrap: wrap;
}
.pur-img a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;

}
.pur-img a:nth-child(3n+1) {
    margin-left: 0px;
}
.pur-img a span{
    display: block;
    height: 29vw;
    width: 100%;
}
.pur-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.pur-img a p{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-box{
    background-color: #f5f5f5;
    padding: 10px 2%;
}
.auto-xx li{
    width: 94%;
    padding-left: 5%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.auto-xx li:before{
    content: "";
    background-color: #13a2fc;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 11px;
    left: 3px;
}
.auto-xx li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}
.auto-xx li a p{
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.auto-xx li a span{
    display: block;
    color: #13a2fc;
    text-align: right;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.pur-one a{
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}
.pur-one a em{
    display: block;
    width: 38%;
    height: 95px;
}
.pur-one a em img{
    display: block;
    width: 100%;
    height: 100%;
}
.pur-one a div{
    width: 60%;
}
.pur-one a div p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #0e9ffe;
}
.pur-one a div span{
    font-size: 16px;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 23px;
    overflow: hidden;
    margin-top: 15px;
}
.buy-xx{
    background-color: #f5f5f5;
    padding: 10px 2%;
}
.buy-xx li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}
.buy-xx li a span{
    display: block;
    color: #13a2fc;
    width: 14%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-xx li a p{
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-xx li a em{
    font-style: normal;
    display: block;
    color: #13a2fc;
    text-align: right;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.bus-one a{
    padding-bottom: 10px;
    display: block;
}
.bus-one a div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bus-one a div p{
    color: #099fff;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    font-weight: unset;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.bus-one a div em{
    width: 24%;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.bus-one a span{
    display: block;
    height: 37px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
}
.exh-left{
    display: flex;
    flex-wrap: wrap;
}
.exh-left a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
    height: 28vw;
    margin-bottom: 15px;
    box-sizing:border-box;
}
.exh-left a:nth-child(3n+1) {
    margin-left: 0px;
}
.exh-left a img{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    box-sizing:border-box;
}
.exh-box{
    background-color: #f5f5f5;
    padding: 10px 2%;
}
.bus-box{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bus-box li{
    width: 49%;
}
.bus-box li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
}
.bus-box li a span{
    color: #0e9ffe;
    display: block;
    width:28%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bus-box li a p{
    width:70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.nec-l .nel-t .swiper-container .swiper-pagination {
    width: 20%;
    left: 40%;
}
.nec-l .nel-t .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.nec-l .nel-t .swiper-pagination-custom,
.nec-l .nel-t .swiper-pagination-fraction {
    bottom: 0px;
}
.nec-l .nel-t .swiper-pagination-bullet {
    background: #cdcdcd;
    opacity: 1;
}
.nec-l .nel-t .swiper-pagination-bullet-active {
    background: #099fff;
}
.nec-l .nel-t a {
    display: block;
    position: relative;
}
.nec-l .nel-t a img {
    display: block;
    width: 100%;
    height: 274px;
    border: 1px solid #099fff;
    box-sizing: border-box;
}
.ind-right a{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
}
.ind-one{
    display: block;
    width: 24%;
    background-color: #099fff;
    padding: 5px 2%;
    overflow: hidden;
}
.ind-one p{
    text-align: center;
    color: white;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
.ind-one span{
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 13px;
    color: white;
}
.ind-two{
    width: 68%;
}
.ind-two p{
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    overflow: hidden;
}
.ind-two span{
    display: block;
    font-size: 13px;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
/*底部*/
.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 a {
    color: #444 !important;
}
.footer ul li a .tab-label{
    line-height: 25px !important;
}
.footer .active a{
    color:#0960d4 !important;
}
