.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: #01479d;
    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: 10%;
    font-size: 20px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.nav .login{
    width: 22%;
    float: right;
    margin-right: 3%;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}
.nav .login a{
    font-size: 16px;
    color: #fff;
}
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%;}
.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;
}
.search {
    margin-left: 3%;
    margin-top: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
}
.search .inp {
    width: 65%;
    height: 33px;
    line-height: 33px;
    padding: 0px 0px !important;
    border: 1px solid #1c8be4;
    border-right: none;
    float: left;
    text-indent: 1em;
    font-size: 12px;
    padding-right: 30px !important;
    color: #bf6ee7;
    border-radius: 0px 0px 0px 0px;
    outline: none;
}

.search .but {
    width: 19%;
    height: 35px;
    line-height: 35px;
    background-color: #01479d;
    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 #cccccc;
    border-left: none;
    border-radius: 0px 0px 0px 0px;
}
.nav_img ul {
    width: 96%;
    overflow: hidden;
    margin: 0px auto;
    padding-top: 0px;
}

.nav_img ul li {
    width: 19%;
    padding: 5px 1%;
    margin: 0px 2%;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    background-color: #01479d;
}

.nav_img ul li a {
    display: block;

}

.nav_img ul li img {
    width: 40%;
}

.nav_img ul li p {
    font-size: 12px;
    color: white;
    width: 50%;
}
.adv a{
    display: block;
    width: 49%;
    margin-top: 10px;
}
.adv a img {
    display: block;
    width: 100%;
    height: 70px;
}
.auto-tit{
    height: 40px;
    line-height: 40px;
    background-image: url(../images/tit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.auto-tit img{
    margin-left: 5px;
    margin-top: 5px;
    display: block;
    width: 30px;
    height: 30px;
}
.auto-tit p{
    color: white;
    text-indent:5px;
    font-size: 16px;
}
.auto-tit a{
    color: #01479d;
    font-size: 14px;
}
.news-ul li a{
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
}
.news-ul li a span{
    width: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-ul li a p{
    width:70%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-ul li a small{
    text-align: right;
    color: #171717;
    font-size: 14px;
    width: 22%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.faci-box a{
    display: block;
    width: 49%;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.faci-box a img{
    display: block;
    width: 100%;
    height: 120px;
}
.faci-box a p{
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: #fff;
    bottom: 0px;
    text-indent: 10px;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 80px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.dem-box li a{
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
}
.dem-box li a span{
    color: #01479d;
    width: 13%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.dem-box li a p{
    width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.dem-box li a small{
    text-align: right;
    width: 12%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.dem-img {
    width: 100%;
    overflow: hidden;
}

.dem-img a {
    float: left;
    width: 31.33333333333%;
    overflow: hidden;
    margin-left: 3%;
}

.dem-img a img {
    width: 100%;
    height: 100px;
}
.dem-img a p{
    color: white;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #01479d;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.dem-img a:first-child {
    margin-left: 0px;
}

.dem-img a:nth-child(4) {
    margin-left: 0px;
}
.sup-left{
    width: 49%;
}
.sup-left a{
    display: block;
    width: 100%;
    position: relative;
}
.sup-left a img{
    display: block;
    width: 100%;
    height: 200px;
}
.sup-left a p{
    display: block;
    height: 26px;
    line-height: 26px;
    color: white;
    background-color: #01479d;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    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;
}
.sup-right{
    width: 49%;
}
.sup-right a{
    display: block;
    width: 100%;
}
.sup-right a img{
    display: block;
    width: 100%;
    height: 68px;
}
.sup-right a p{
    color: white;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #01479d;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-right a:last-child{
    margin-top: 10px;
}
.inf {
    width: 96%;
    overflow: hidden;
    background-color: #ccdaeb;
    padding: 10px 2%;
}

.inf a {
    float: left;
    width: 31.33333333333%;
    overflow: hidden;
    margin-left: 3%;
    margin-bottom: 5px;
    /*margin-top: 15px;*/
}

.inf a img {
    width: 100%;
    height: 95px;
    border: 2px solid #01479d;
    box-sizing:border-box;
}

.inf a:first-child {
    margin-left: 0px;
}

.inf a:nth-child(4) {
    margin-left: 0px;
}
.ent-box li{
    height: 30px;
    line-height: 30px;
    position: relative;
}
.ent-box li:nth-child(-n+3):before {
    content: "";
    background-image: url(../images/tb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: -2px;
}
.ent-box li a{
    display: block;
    padding-left: 7%;
    width: 93%;
}
.ent-box li a p{
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ent-box li a span{
    color: #6c6c6c;
    display: block;
    width: 29%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-a a{
    display: block;
}
.news-a a img{
    display: block;
    width: 37%;
    height: 80px;
}
.news-a a div{
    width: 60%;
    overflow: hidden;
    margin-top: 8px;
}
.news-a a div h4{
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    font-weight: unset;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-a a div span{
    width: 100%;
    display: block;
    color: #a6a6a6;
    height: 25px;
    line-height: 25px;
    font-size:14px;
}
.bit-two li{
    display: block;
    border-bottom: 1px solid #cccccc;
}
.bit-two li a{
    display: block;
    margin: 11px 0;
}
.bit-two li a .bit-a{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.bit-two li a .bit-a p{
    width: 60%;
    padding-right: 1%;
    overflow: hidden;
    font-size: 16px;
}
.bit-two li a .bit-a em{
    width: 39%;
    display: block;
    text-align: right;
    overflow: hidden;
    font-size: 14px;
    color: #a1a1a1;
}
em{
    font-style: normal;
}
.bit-b {
    height: 22px;
    line-height: 22px;
    color: #a1a1a1;
    width: 100%;
    overflow: hidden;
}
.bit-b span {
    width: 76%;
    display: block;
    padding-right: 1%;
    overflow: hidden;
}
.bit-b em{
    width: 22%;
    display: block;
}
.sup-box a{
    width: 31.33333333333%;
    overflow: hidden;
    margin-left: 3%;
    margin-bottom: 10px;
}
.sup-box a:first-child {
    margin-left: 0px;
}
.sup-box a:nth-child(4) {
    margin-left: 0px;
}
.sup-box a img{
    display: block;
    width: 100%;
    height:95px;
}
.sup-box a p{
    color: white;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #01479d;
    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 {
    list-style: none;
}
.footer ul li p {
    text-align: center;
}
.footer ul li p a {
    color: #555555;
    font-size: 14px;
    display: block;
}
