/* .maximum {
    padding-bottom: 70px;
} */

.Region {
    width: 100%;
    overflow: hidden;

}

.auto {
    width: 100%;
    background-color: #f2f3f9;
}

.nav {
    width: 100%;
    overflow: hidden;
    padding: 5px 0px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.nav .logo {
    width: 54%;
    float: left;
    margin-left: 10%;
    /*margin-top: 10px;*/
    font-size: 18px;
    color: #14a45f;
}
.nav .logo p{
    color: white;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.nav .login {
    display: flex;
    justify-content: space-evenly;
    color: #Fff;
    width: 22%;
    float: right;
    margin-right: 3%;
    height: 42px;
    line-height: 42px;
}
.nav .login a {
    font-size: 16px;
    color: white;
}
.nav .open {
    width: 6%;
    float: left;
    margin-top: 11px;
    margin-left: 5%;
}

.nav .kf {
    width: 6%;
    float: right;
    margin-top: 11px;
    margin-right: 5%;
}

.nav .dl {
    width: 20%;
    float: left;
    margin-top: 10px;
    margin-left: 12%;
    font-size: 14px;
}

.nav .dl a {
    float: left;
    color: #666;
}

.nav .dl span {
    float: left;
    margin: 0px 2px;
    color: #666;
}

.nav .set_up {
    width: 10%;
    float: left;
    margin-top: 7px;
    margin-left: 10%;
}

.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: 95%;
    margin: 0 auto;
}

.swiper-slide img {
    width: 100%;
    height: 180px;
}

.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;
}


.search_box {
    width: 100%;
    margin-top: 10px;
}

.search_box div.box {
    width: 88%;
    margin: 0px auto;
    position: relative;
    padding: 0px 1%;
}

.search_box div.box input {
    width: 77%;
    height: 25px;
    outline: none;
    font-size: 30px;
    line-height: 80px;
    border: 1px solid #2a71cd;
    border-right: none;
    border-radius: 7px 0px 0px 7px;
    padding-left: 3.5%;
}

.search_box div.box .magnifier {
    width: 20%;
    height: 25px;
    border: 1px solid #002377;
    border-radius: 0px 7px 7px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #2a71cd;
    cursor: pointer;
}

.search_box div.box .magnifier img {
    width: 40%;
    float: left;
    margin-left: 12px;
    margin-top: 4px;
}

.search_box div.box p {
    width: 78%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 3px;
    line-height: 26px;
    font-size: 12px;

}

.search_box div.box p span {
    color: #e30409;
}

.search_box div.box .Tips {
    font-size: 12px;
    color: #d0d0d0;
    position: absolute;
    left: 18px;
    top: 12px;
}
.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: 3px solid #5aaf6f;
    background-color: #f6f6f6;
    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: 16%;
    height: 39px;
    line-height: 39px;
    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; */
    background-color: #5aaf6f;
}


.nav_img {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
}

.ssk {
    width: 80%;
    height: 80px;
    border: 2px solid #367cd2;
    margin: 0px auto;
    margin-top: 40px;
}

.ssk input {
    float: left;
    width: 20%;
    height: 20px;
    line-height: 20px;
    border: none;
    outline: none;
    background: #367cd2;
    font-size: 14px;
    color: #fff;
}

.ssk input:first-child {
    width: 80%;
    height: 20px;
    line-height: 20px;
    background: #fff;
    text-indent: 1em;
    color: #9f9f9f;
}

.Line {
    width: 84%;
    height: 2px;
    background: #ececec;
    position: absolute;
    bottom: 187px;
    left: 8%;
}

.nav_img ul {
    width: 96%;
    overflow: hidden;
    margin: 0px auto;
    padding-top: 0px;
}

.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: 80%;
}

.nav_img ul li p {
    bottom: 25px;
    left: 31px;
    font-size: 14px;
    color: #6db773;
}

.industry {
    width: 96%;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 10px;
}
.adv a{
    display: block;
    width: 49%;
    margin-top: 10px;
}
.adv a img {
    display: block;
    width: 100%;
    height: 80px;
}
.auto-tit{
    color: black;
    width: 100%;
    text-indent: 26px;
    height: 32px;
    line-height: 35px;
    background-image: url(../images/auto-tit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.auto-tit p{
    height: 23px;
    line-height: 23px;
}
.tit img{
    width: 100%;
}
.news-a a{
    display: block;
}
.news-a a span{
    display: block;
    width: 36%;
    height: 115px;
}
.news-a a span img{
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.news-a a .news-b{
    width: 62%;
}
.news-a a .news-c {
    width: 99%;
    border-left: 3px solid #6db773;
}
.news-a a .news-b .news-c strong{
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-left: 3%;
    width: 97%;
}
.news-a a .news-b .news-c i{
    display: block;
    background-color: #5aaf6f;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 2px 1%;
    margin: 5px 0px;
    width: 25%;
    text-align: center;
    margin-left: 3%;
}
.news-a a .news-b small{
    display: block;
    color: #b0b0b0;
    font-size: 13px;
    height: 45px;
    line-height: 15px;
    overflow: hidden;
}
i,strong,small{
    font-style: normal;
}
.news-one ul{
    margin-top: 10px;
}
.news-one ul li a{
    display: block;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
}
.news-one ul li a span{
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #5aaf6f;
    width: 16%;
    height: 21px;
    line-height: 21px;
    border-radius: 7px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
}
.news-one ul li a p{
    width: 81%;
    margin-left: 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-box a{
    display: block;
    border: 1px solid #f0f0f0;
    border-left: 5px solid #5aaf6f;
    padding: 10px 2px;
    margin-bottom: 10px;
}
.sup-box a span{
    display: block;
    width: 33%;
    height: 80px;
    padding-right: 2%;
}
.sup-box a span img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup-box a .sup-a{
    width: 55%;
    margin-left: 9%;
    position: relative;
}
.sup-box a .sup-a:before{
    position: absolute;
    content: "";
    background-image: url(../images/star.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 27px;
    height: 23px;
    top: 9px;
    left: -33px;
}
.sup-box a .sup-a strong{
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.sup-box a .sup-a .sup-b{
    color:#5aaf6f;
    height: 50px;
    line-height: 50px;
}
.pur-box a{
    display: block;
    border: 1px solid #f0f0f0;
    border-right: 5px solid #5aaf6f;
    padding: 10px 2px;
    margin-bottom: 10px;
}
.pur-box a span{
    display: block;
    width: 33%;
    height: 80px;
    padding-left: 2%;
}
.pur-box a span img{
    display: block;
    width: 100%;
    height: 100%;
}
.pur-box .pur-a{
    width: 55%;
    margin-right: 9%;
    position: relative;
}
.pur-box .pur-a:before{
    position: absolute;
    content: "";
    background-image: url(../images/star.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 27px;
    height: 23px;
    top: 9px;
    right: -32px;
}
.pur-box .pur-a strong{
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.pur-box .pur-a .pur-b {
    color: #5aaf6f;
    height: 50px;
    line-height: 50px;
}
.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;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 80px;
}
.faci-box a{
    display: block;
    width: 49%;
}
.faci-box a img{
    display: block;
    width: 100%;
    height: 120px;
    border: 1px solid #e7e7e7;
}
.faci-box a p{
    text-align: center;
    height: 26px;
    line-height: 26px;
    width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3px;
}
.exh-one li a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-one li a:before{
    content: "";
    border-radius: 10px;
    background-color: #5aaf6f;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 12px;
    left: 7px;
}
/*底部*/
.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;
}
