.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;
}
.nav .open{
    width: 6%;
    float: left;
    margin-top: 13px;
    margin-left: 5%;
}
.nav div img{
    width: 100%;
    height: auto;
}
.nav .logo {
    width: 54%;
    float: left;
    margin-left: 7%;
    /*margin-top: 10px;*/
}
.nav div img {
    width: 100%;
    height: auto;
}

.nav .login{
    width: 22%;
    float: right;
    margin-right: 3%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.nav .login a{
    font-size: 16px;
    color: #2e8dbd;
}
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%;
    /*padding-top: 59px;*/
}
.swiper-slide img{
    width: 100%;
    height: 205px;
}
.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: #2d8cbd;
    border: 1px solid #2d8cbd;
    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: 1px solid #2d8cbd;
    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-fen li {
    width: 18%;
    margin: 10px 1%;
    float: left;
    text-align: center;
    font-size: 14px;
}

.nav-fen li a {
    display: block;
}

.nav-fen li a img {
    width: 80%;
}

.nav-fen li a p {
    font-size: 14px;
}
.adv-three{
    display: flex;
    flex-wrap: wrap;
}
.adv-three a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
    height: 18vw;
    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%;
    border: 1px solid #ccc;
    box-sizing:border-box;
}
.auto-tit{
    height: 34px;
    line-height:34px;
    background: linear-gradient(#edf8fd,#a1c9e3);
    border: 1px solid #2e8dbd;
    border-radius: 10px 0px 0px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auto-tit p{
    font-size: 16px;
    border-radius: 10px 10px 0px 0px;
    width: 30%;
    text-align: center;
    color: white;
    background: linear-gradient(#a9d7ed,#2781b6);
}
.auto-tit a{
    color:#2b89bb;
}
.pur-img{
    display: flex;
    flex-wrap: wrap;
}
.pur-img a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.pur-img a:nth-child(3n+1) {
    margin-left: 0px;
}
.pur-img a:nth-child(n+4) {
    margin-top: 10px;
}
.pur-img a span{
    display: block;
    height: 29vw;
    width: 100%;
}
.pur-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.pur-img a p{
    border-top: 1px solid #cccccc;
    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;
}
.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: #3f77d3;
    width: 3px;
    height: 10px;
    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: 68%;
    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;
    text-align: right;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.auto-xx em{
    color: #3f77d3;
    font-style: normal;
    display: block;
    text-align: right;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.adv-one a {
    display: block;
    width: 100%;
}
.adv-one a img {
    display: block;
    width: 100%;
    height: 60px;
}
.news-one a{
    display: block;
    position: relative;
}
.news-one a img{
    display: block;
    width: 100%;
    height: 150px;
}
.news-one a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    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: 16px;
}
.news-box a{
    display: block;
}

.news-box a p strong {
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 17px;
    color: #666666;
    font-weight: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-box a p small {
    font-size: 14px;
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #adacac;
}
.news-tit{
    border-bottom: 1px solid #87868b;
    margin-bottom: 10px;
}
.news-tit p{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 26%;
    text-indent: 10px;
    border-bottom: 2px solid #00b7ee;
}
.news-two{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-two a{
    display: block;
    width: 49%;
    margin-top: 10px;
    position: relative;
}
.news-two a img{
    display: block;
    width: 100%;
    height: 32vw;
}
.news-two a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    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: 16px;
}
.sup-img{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.sup-img a{
    display: block;
    width: 24%;
    margin-top: 10px;
    padding: 0px 0.5%;
}
.sup-img a:nth-child(n+5){
    margin-top: 0px;
}
.sup-img a img{
    display: block;
    border:1px solid #cccccc;
    width: 100%;
   height: 25vw;
}
.sup-img a p{
    text-align: center;
    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;
}
.ind-box{
    display: flex;
    flex-wrap: wrap;
}
.ind-box li{
    display: block;
    width: 49%;
}
.ind-box li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 33px;
    line-height: 33px;
}
.ind-box li a span{
    display: block;
    background-color: #f39800;
    color: white;
    width: 15%;
    margin-top: 3px;
    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;
    border-radius: 5px;
    text-align: center;
}
.ind-box li a p{
    text-align: right;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-right{
    justify-content: space-between;
    display: flex;
}
.exh-right a{
    width: 49%;
    display: block;
    height: 36vw;
}
.exh-right a img{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}
.exh-left a{
    justify-content: space-between;
    display: flex;
    padding: 5px 0px;
}
.exh-left a .exh-one{
    display: block;
    width: 29%;
    height: 21vw;
}
.exh-left a .exh-one img{
    display: block;
    width: 100%;
    height: 100%;
}
.exh-left a .exh-two{
    width: 70%;
}
.exh-left a .exh-two p{
    border-left: 3px solid #6890da;
    font-size: 15px;
    text-indent: 10px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.exh-img span{
    display: block;
    width: 100%;
    height: 25px;
    line-height: 30px;
    color: #adacac;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-one a{
    display: block;
}
.exh-one a p{
    border-left: 3px solid #6890da;
    font-size: 15px;
    text-indent: 10px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-one a div{
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.exh-one a div span{
    width:65%;
    color: #adacac;
    display: block;
    overflow: hidden;
}
.exh-one a div em{
    text-align: right;
    font-style: normal;
    width: 30%;
    color: #adacac;
    display: block;
    overflow: hidden;
}
.adv-two{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    width: 49%;
    height: 22vw;
    display: block;
    margin-top: 10px;
}
.adv-two a img{
    display:block;
    width: 100%;
    height: 100%;
}
.adv-two a:nth-child(n+3){
    /*margin-top: 10px;*/
}
/*底部*/
.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;
}
