
/* .maximum { */
    /* padding-bottom: 70px; */
/* } */
.Region {
    width: 100%;
    overflow: hidden;

}
.industry {
    width: 96%;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 10px;
}
.nav {
    width: 100%;
    overflow: hidden;
    padding: 5px 0px;
    background: #90b4ff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
.nav .open {
    width: 6%;
    float: right;
    margin-top: 5px;
    margin-right: 5%;
}

.nav div img {
    width: 100%;
    height: auto;
}
.search {
    float:left;
    width: 50%;
    overflow: hidden;
    color: #FFFFFF;
    margin-top: 5px;
    margin-left: 3%;
}
.search form{
    display: flex;
}
.search input {
    outline: none !important;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input {
    color: #FFFFFF;
}

.search .inp {
    padding: 0;
    width: 71%;
    height: 25px;
    line-height: 25px;
    float: left;
    text-indent: 1em;
    font-size: 12px;
    padding-right: 1% !important;
    border-radius: 25px 0px 0px 25px;
    background-color: white;
    opacity: 0.3;
    border: none;
}

.search .but {
    width: 26%;
    height: 25px;
    line-height: 25px;
    background-color: white;
    background-image: url(../images/ss.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    /* cursor: pointer; */
    color: #fff;
    font-size: 14px;
    /* border-left: none; */
    border-radius: 0px 25px 25px 0px;
    border: none;
    opacity: 0.3;
}
.log{
    float: left;
    color: white;
    margin-top: 6px;
    width: 30%;
    overflow: hidden;
    margin-left: 5%;
    text-align: center;
}
.log a{
    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 {
    padding-top: 0;
    width: 90%;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px auto 0;
}

.swiper-slide img {
    width: 100%;
    height: 200px;
}

.swiper-pagination span {
    width: 5px;
    height: 5px;
}

.swiper-pagination-bullet {
    background: #22ac38 !important;
    opacity: 0.6 !important;
    margin: 0px 4px !important;
}

.swiper-pagination-bullet-active {
    background: white !important;
    opacity: 1 !important;
}
.gg{
    background-color: #e9f9e0;
    padding: 5px 1%;
    margin: 10px 0px;
    border-radius: 5px;
}
.gg a{
    height: 30px;
    line-height: 30px;
    position: relative;
    display: block;
    padding-left: 13%;
    width:85%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.gg a:before{
    content: "";
    background-image: url(../images/gg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 40px;
    height: 20px;
    position: absolute;
    left:0px;
    top:calc((100% - 20px)/2);
}
.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 a{
    display: block;
    width: 49%;
    margin-top: 10px;
}
.adv a img {
    display: block;
    width: 100%;
    height: 80px;
}
.sup-box{
    padding: 10px 1%;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.sup-tit{
    height: 32px;
    line-height: 30px;
}
.sup-tit div span{
    display: inline-block;
    font-size: 16px;
}
.sup-tit div small{
    display: inline-block;
    font-size: 14px;
}
.sup-tit a{
    color: white;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 5px;
    background-image: url(../images/an.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 10px;
}
.sup-box .sup-a{
    background-color: #fff;
    padding: 10px 2%;
    margin: 10px 0px;
    border-radius: 10px;
}
.sup-box .sup-a a:nth-child(3n+1) {
    margin-left: 0px;
}
.sup-box .sup-a a:first-child {
    margin-left: 0px;
}
.sup-box .sup-a a {
    float: left;
    width: 31.33333333333%;
    overflow: hidden;
    margin-left: 3%;
    margin-top: 15px;
}
.sup-box .sup-a a img{
    display: block;
    width: 100%;
    height: 90px;
}
.sup-box .sup-a a p{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.sup-one{
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #e8e8e8;
}
.sup-one p{
    width: 20%;
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}
.sup-one p:before{
    content: "";
    width: 80px;
    border-bottom: 3px solid #3ad221;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.sup-b a{
    font-size: 15px;
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.auto-tit{
    height: 40px;
    line-height: 40px;
    background-image: url(../images/auto.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.auto-tit p{
    font-size: 17px;
    color: white;
    width: 25%;
    text-align: center;
    overflow: hidden;
}
.auto-tit span{
    display: block;
    margin-left: 1%;
    font-size: 14px;
    color: #007aff;
}
.exh-img a{
    display: block;
    width: 100%;
    position: relative;
}
.exh-img a img{
    display: block;
    width: 100%;
    height: 245px;
}
.exh-img a p{
    height: 33px;
    line-height: 33px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-indent: 10px;
    font-size: 14px;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25%;
}
.exh-b a{
    display: block;
    padding: 13px 0px;
    border-bottom: 1px dashed #cccccc;
}
.exh-b a:last-child{
    border: none;
}
.exh-b a p{
    font-size: 16px;
    font-weight: bold;
    color: #10940a;
    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-b a span{
    font-size: 13px;
    color: #bababa;
    display: block;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
}
.exh-d li a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
.exh-d 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;
}
.exh-d li a span{
    display: block;
    width: 22%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
/*tab*/
.sup-c .srb_tit {
    border-top: 2px solid #3ad221;
    padding: 10px 0px;
}

.sup-c .srb_tit span {
    width: 20%;
    padding: 0px 1%;
    text-align:center;
    cursor: pointer;
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin: 0px 2%;
}

.sup-c .srb_tit .srb_tit_active {
    /*position: relative;*/
    color: white;
    /*background-image: url(../images/bb.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: 100% 100%;*/
    background-color: #3ad221;
}
/*.sup-c .srb_tit .srb_tit_active:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*   */
/*}*/
.srb .srb_conbak {
    display: none;
}
.srb-a a{
    font-size: 15px;
    display: block;
    height: 28px;
    line-height: 28px;
}
.srb-a a p{
    width: 73%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.srb-a a span{
    display: block;
    width: 22%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.bus-box{
    margin-top: 10px;
}
.bus-box a {
    display: block;
    width: 25.3333333333333333%;
    line-height: 0px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    margin: 0px 4%;
    margin-top: 10px;
    overflow: hidden;
}
.bus-box a img {
    display: block;
    width: 100%;
    height: 70px;
}
.yqlj_1 li {
    float: left;
    overflow: hidden;
    padding: 0px 9px;
    line-height: 26px;
}
.yqlj_1 li a {
    display: block;
    width: 100%;
    font-size: 14px;
}
/*底部*/
.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;
}
.bah p{
display: flex;
text-align: center;
align-items: center;
justify-content: center;
}
.bah p a{
color:#000!important
}