.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: #f9dbdd
}

.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: #d13a51;
}
.nav .login a{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #d13a51;
}

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;
}
.top_input button{
    border: none;
    outline: none;
    width: 21%;
    height: 100%;
    background-color: #cc5063;
    /* 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: #cc5063 !important;
    border: 1px solid #cc5063;
    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 #cc5063;
    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{
    content: "";
    background-image: url(../images/tit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 50%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auto-tit h3{
    font-size: 15px;
    width: 58%;
    color: #cc5063;
    display: block;
    text-align: right;
}
.auto-tit a{
    display: inline-block;
    color: #cc5063;
    font-size: 12px;
}
.tll-t a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.tll-t a img {
    display: block;
    width: 100%;
    height:44vw;
    border-radius: 15px;
}
.tll-t a p{
    opacity: 0.8;
    color: white;
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #000;
    position: absolute;
    border-radius: 0px 0px 15px 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    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: 15px;
}
.swiper-pagination span{
    background-color: #ff5b25!important;
}
.swiper-pagination-bullet-active{
    background-color: #ff5b25!important;
}
.news-xx li{
    position: relative;
    height: 34px;
    line-height: 34px;
}
.news-xx li a{
    display: block;
    font-size: 15px;
    width: 97%;
    padding-left: 3%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-xx li a:before{
    content: "";
    background-image: url(../images/xx.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 12px;
}
.adv-one a {
    display: block;
    width: 100%;
}
.adv-one a img {
    display: block;
    width: 100%;
    height: 60px;
}
.sup-one{
    display: flex;
    flex-wrap: wrap;
}
.sup-one a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
    margin-bottom: 10px;
}
.sup-one a:nth-child(3n+1) {
    margin-left: 0px;
}
.sup-one a img{
    display: block;
    height: 29vw;
    width: 100%;
}
.sup-one 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: 15px;
}
.sup-center{
    content: "";
    background-image: url(../images/rmgy.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 20px 2%;
}
.sup-xx li a{
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-center{
    content: "";
    background-image: url(../images/rmqg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 20px 2%;
}
.exh-center{
    content: "";
    background-image: url(../images/tjqy.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 20px 2%;
}
.exh-xx li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    width: 97%;
    padding-left: 3%;
    position: relative;
    overflow: hidden;
}
.exh-xx li a:before{
    content: "";
    background-image: url(../images/xx.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 12px;
}
.exh-xx li a p{
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.exh-xx li a span{
    color: #cd5366;
    display: block;
    width: 28%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inf-img a{
    display: block;
    position: relative;
}
.inf-img a img{
    display: block;
    width: 100%;
    height: 40vw;
    border-radius: 15px;
}
.inf-img a p{
    opacity: 0.8;
    color: white;
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #000;
    position: absolute;
    border-radius: 0px 0px 15px 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    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: 15px;
}
.inf-right{
    content: "";
    background-image: url(../images/tjzh.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 30px 2%;
}
.inf-right a{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.inf-right a img{
    border-radius: 10px;
    display: block;
    border: 1px solid #cc5063;
    width: 32%;
    height: 88px;
    box-sizing: border-box;
}
.inf-right a div{
    width: 66%;
}
.inf-right a div h3{
    color: #cc5063;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
}
.inf-right a div span{
    font-size: 14px;
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    color: #cc5063;
}
.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;
}