.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;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: #ff370b;
}

.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: white;
}
.nav .login a{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
}

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;
}
/*流程图*/
.shu{
    margin-top: 60px;
    background-color: #ff370b;
}
.shu p{
    color: white;
    text-align: center;
    background-color: #ff370b;
    height: 32px;
    line-height: 32px;
}
.shurff {
    margin-top: 60px;
    width: 100%;
}

.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;
}
.top_input button{
    border: none;
    outline: none;
    width: 21%;
    height: 100%;
    background-color: #ff370b;
    /* 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: #ff370b !important;
    border: 1px solid #ff370b;
    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 #ff370b;
    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-two{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    display: block;
    width: 49%;
    margin-top: 10px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 18vw;
}
.auto-tit{
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #ff370b;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auto-tit p{
    display: block;
    font-size: 20px;
    text-indent: 10px;
}
.ent-two{
    padding: 20px 0px;
    border-bottom: 1px dashed #b2b2b2;
}
.ent-two a{
    display: flex;
    justify-content: space-between;
}
.ent-two a .ent-rq{
    width: 19%;
}
.ent-two a .ent-rq h1{
    color: #ff370b;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 32px;
}
.ent-two a .ent-rq span{
    font-size: 15px;
    color: #ff370b;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.ent-wz{
    width: 80%;
}
.ent-wz h3{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px dashed #b2b2b2;
}
.ent-wz em{
    font-style: normal;
    font-size: 15px;
    color: #878787;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.ent-one a{
    display: block;
    padding: 7px 0px;
    border-bottom: 1px dashed #9c9c9c;
}
.ent-one a h4{
    font-size: 15px;
    display: block;
    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;
}
.ent-one a p{
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.news-one{
    margin-top: 10px;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-one a{
    display:block;
    width: 49%;
    position: relative;
}
.news-one a img{
    display: block;
    width: 100%;
    height: 35vw;
}
.news-one a p{
    font-size: 15px;
    display: block;
    height: 33px;
    line-height: 33px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
}
.news-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0px;
}
.news-tit p{
    border-left: 5px solid #ff370b;
    text-indent: 10px;
    font-size: 17px;
    height: 26px;
    line-height: 26px;
}
.exh-xx{
    margin-top: 10px;
}
.exh-xx li{
    display: block;
    height: 36px;
    line-height: 36px;
    padding-left: 4%;
    position: relative;
}
.exh-xx li a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-xx li a:before{
    content: "";
    background-color: #ff370b;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 16px;
    left: 0px;
}
.adv-one a {
    display: block;
    width: 100%;
}
.adv-one a img {
    display: block;
    width: 100%;
    height: 60px;
}
.sup-tit{
    border-left: 5px solid #ff370b;
    display: flex;
    justify-content: space-between;
}
.sup-tit h3{
    text-indent: 10px;
    width: 23%;
    height: 30px;
    line-height: 30px;
}
.sup-tit div{
    width: 75%;
    height: 15px;
    line-height: 15px;
    border-bottom: 1px dashed #ff370b;
}
.sup-one{
    margin-top: 10px;
    background-color: #ffece8;
    padding: 10px 1%;
}
.sup-box{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.sup-box a{
    display: block;
    width: 33%;
}
.sup-box a img{
    display: block;
    width: 100%;
    height: 30vw;
}
.sup-box a p{
    font-size: 15px;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis
}
.sup-box a span{
    display: block;
    color: #ff370b;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}
.pur-left a{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.pur-left a img{
    display: block;
    width: 35%;
    height: 28vw;
}
.pur-left a div{
    width: 62%;
}
.pur-left a p{
    margin-top: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.pur-left a span{
    display: block;
    color: #ff370b;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
}
.exh-img{
    display: flex;
    flex-wrap: wrap;
}
.exh-img a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
    margin-bottom: 10px;
}
.exh-img a p{
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.exh-img a:nth-child(3n+1) {
    margin-left: 0px;
}
.exh-img a img{
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    width: 100%;
    height: 30vw;
}

.dir a{
    display: block;
    width: 98%;
    padding: 10px 1%;
    background-color: #ffe1db;
    margin-top: 20px;
}
.dir a p{
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
}
.dir a span{
    display: block;
    font-size: 15px;
    width: 100%;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
}
.ind-right a{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px dashed #b2b2b2;

}
.ind-right a img{
    display: block;
    width:32%;
    height: 32vw;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
}
.exh-aa{
    width: 65%;
}
.exh-aa h4{
    font-size: 15px;
    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;
}
.exh-aa p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.exh-aa span{
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #757575;
}
.bah p{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/*底部*/
.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;
}