.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 .logo {
    width: 54%;
    float: left;
    margin-left: 10%;
    /*margin-top: 10px;*/
    font-size: 18px;
    color: #14a45f;
}

.nav .open {
    width: 6%;
    float: left;
    margin-top: 13px;
    margin-left: 5%;
}

.nav .kf {
    width: 6%;
    float: right;
    margin-top: 13px;
    margin-right: 5%;
}
.nav div img {
    width: 100%;
    height: auto;
}
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: 0px;
}
.swiper-slide img{
    width: 100%;
    height: 225px;
}
.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;
}
.search {
    margin-left: 3%;
    margin-top: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.search h4 {
    font-weight: 100;
    width: 153px;
    border: 1px solid #aaaaaa;
    border-right: none;
    overflow: hidden;
    float: left;
}
.search h4 span {
    display: block;
    width: 143px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    /*background: url(../images/xjt.png) no-repeat;*/
    background-position: center right;
    background-size: 12% 12%;
    color: #737373;
    font-size: 28px;
}
.search .inp {
    width: 67%;
    height: 33px;
    line-height: 33px;
    padding: 0px 0px !important;
    border: 1px solid #d92220;
    background-color: #fff;
    border-right: none;
    float: left;
    text-indent: 1em;
    font-size: 12px;
    padding-right: 30px !important;
    color: #bf6ee7;
    border-radius: 10px 0px  0px 10px;
    outline: none;
}
.search .but {
    width: 19%;
    height: 35px;
    line-height: 35px;
    background-color: #d92220;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% 70%;
    color: #fff;
    font-size: 14px;
    margin-left: -1px;
    border: 1px solid #d92220;
    border-left: none;
    border-radius:0px 10px 10px 0px;
}
.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 {
    width: 100%;
    overflow: hidden;
}

.adv a {
    float: left;
    width: 31.33333333333%;
    overflow: hidden;
    margin-left: 3%;
    /*margin-top: 15px;*/
}

.adv a img {
    width: 100%;
    height: 60px;
}

.adv a:first-child {
    margin-left: 0px;
}

.adv a:nth-child(4) {
    margin-left: 0px;
}

.auto-tit{
    background-image: url(../images/tit.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 38px;
    line-height: 38px;
}
.auto-tit p{
    font-size: 15px;
    color: white;
    text-indent: 22px;
}
.auto-tit span{
    font-size: 13px;
    color: white;
    text-indent: 10px;
}
.news-a a{
    float: left;
    width: 31.33333333333%;
    overflow: hidden;
    margin-left: 3%;
    margin-top: 15px;
}
.news-a a img{
    display: block;
    width: 100%;
    height: 55px;
    border-radius: 5px;
}
.news-a a p{
    line-height: 24px;
    width: 100%;
    text-align: center;

}
.news-a a:first-child {
    margin-left: 0px;
}
.news-a a:nth-child(3n+1) {
    margin-left: 0px;
}
.int-pre a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 15px;
}
.int-pre a img {
    display: block;
    width: 32%;
    height: 80px;
    border-radius: 10px;
}

.int-pre a .int-a {
    width: 64%;
}

.int-pre a .int-a h5 {
    font-size: 14px;
    color: red;
    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;
}

.int-pre a .int-a p {
    height: 35px;
    line-height: 17px;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
}
.int-pre a .int-a div{
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.int-pre a .int-a span {

    color: red;
}
em{
    font-style: normal;
}
.adv-two a{
    display: block;
    width: 49%;
    margin-top: 10px;
}
.adv-two a img {
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 5px;
}
.sup-img{
    display: block;
    width: 100%;
    height: 160px;
}
.coop-box ul li {
    width: 98%;
    height: 28px;
    line-height: 28px;
    position: relative;
}
.coop-box ul li:before {
    content: "";
    background-image: url(../images/dian.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    left:1px;
}
.coop-box ul li a {
    display: block;
    padding-left:10%;
    width: 89%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.coop-box ul li a span {
    display: block;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.coop-box ul li a p{
    width: 20%;
    text-align: right;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 80px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.exh-a a {
    display: block;
    width: 49%;
    margin-bottom: 10px;
}

.exh-a a img {
    display: block;
    width: 100%;
    height: 100px;
    border-radius: 5px;
}

.exh-a a p {
    height: 26px;
    line-height: 26px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.lxhd {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.lxhd i {
    width: 1px;
    height: 87%;
    position: absolute;
    top: 24px;
    left: 3.5px;
    background: #e23634;
    z-index: 6;
}
.lxhd ul {
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
}
.lxhd ul li {
    width: 100%;
    overflow: hidden;
    float: left;
    line-height: 30px;
    position: relative;

}
.lxhd ul li a {
    display: block;
    overflow: hidden;
}
.lxhd ul li b {
    width: 10px;
    height: 10px;
    background-color: #e23634;
    border-radius: 10px;
    position: absolute;
    z-index: 9;
    top: 12px;
}
.lxhd ul li .sc {
    width: 95%;
    float: left;
    margin-left: 5%;
    color: #666;
    font-size: 14px;
}
.lxhd ul li .sc p{
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.lxhd ul li .sc span{
    width: 19%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.lxhd ul li .sc em{
    width: 5%;
    text-align: right;
    color: red;
    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;
}

.exh-img a{
    display: block;
    padding-bottom: 10px;
    padding-top: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.exh-img a span{
    display: block;
    width: 35%;
    height: 90px;
}
.exh-img a p{
    width: 62%;
}
.exh-img a p strong{
    color: red;
    display: block;
    font-size: 15px;
    height: 31px;
    line-height: 31px;
    font-weight: unset;
    width: 90%;
    padding-left: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.exh-img a p strong:before {
    content: "";
    background-image: url(../images/sj.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 13px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0px;
}
.exh-img a p small{
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #717171;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
/*底部*/
.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;
}
