/* .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-between;
    width: 22%;
    float: right;
    margin-right: 3%;
    height: 42px;
    line-height: 42px;
    color: #fff;
}
.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: 100%;
    margin-top: 0px;
}

.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 #0976ff;
    background-color: #99c7ff;
    border-right: none;
    float: left;
    text-indent: 1em;
    font-size: 12px;
    padding-right: 30px !important;
    color: #FFFFFF;
    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: #99c7ff;
    border: 3px solid #0976ff;
    border-left: none;
}


.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: #00b6ff;
}

.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: 70px;
}
.auto-tit p{
    font-size: 16px;
    color: black;
    width: 100%;
   text-align: center;
    height: 35px;
    line-height: 35px;
    background-image: url(../images/auto-tit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.auto-tit span{
    font-size: 11px;
    text-align: center;
    display: block;
}
.sup-one{
    width: 100%;
    background-image: url(../images/sup-tit.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.sup-a{
    width: 93%;
    padding: 36px 3%;
}
.sup-a a {
    display: block;
    width: 49%;
}
.sup-a a img{
    display: block;
    width: 100%;
    height: 120px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}
.sup-a a p{
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.sup-box ul{
    margin-top: 10px;
}
.sup-box ul li{
    height: 30px;
    line-height: 30px;
    position: relative;
}
.sup-box ul li:before{
    content: "";
    background-image: url(../images/sj.png);
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: -2px;
}
.sup-box ul li a{
    display: block;
    padding-left: 5%;
    width: 95%;
    overflow: hidden;
}
.sup-box ul li p{
    font-size:14px;
    width: 77%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-box ul li span {
    display: block;
    width: 21%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}
.pur-box ul li a{
    display: block;
    position: relative;
}
.pur-box ul li a img{
    display: block;
    width: 30%;
    height: 74px;
    margin: 0px 2%;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    margin-top: 20px;
}
.pur-box ul li a:before{
    position:absolute;
    content: "";
    background-image: url(../images/tj.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 63px;
    height: 25px;
    top: 31px;
    left: 4px;
}
.pur-box ul li a .pur-cp{
    width: 66%;
    margin-top: 22px;
}
.pur-box ul li a .pur-cp p{
    font-size: 13px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.pur-box ul li a .pur-xh span{
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #0c6bf0;
    width: 48%;
    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-a a{
    margin-top: 10px;
    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  #0c6bf0;
}
.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: #0c6bf0;
    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: #0c6bf0;
    width: 6em;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-one ul li a p{
    width: calc(100% - 6em);
    margin-left: 1%;
    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: 24vw;
    height: 24vw;
    line-height: 0px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    margin: 0px 4%;
    margin-top: 10px;
    overflow: hidden;
}
/*.bus-box a:nth-child(3n+1) {*/
/*    margin-left: 0px;*/
/*}*/
.bus-box a img {
    display: block;
    width: 100%;
    height: 100%;
}
.ind-a a {
    display: block;
    border: 1px solid #e7e7e7;
}
.ind-a a img{
    display: block;
    width: 100%;
    height: 220px;
}
.ind-a a p{
    background-color: #f2f2f2;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 5px;
}
.jojn-box li {
    border-bottom: 1px dashed #E5E5E5;
}

.jojn-box li a {
    margin: 15px 0;
    display: block;
}

.jojn-box li a h4 {
    color: #0c6bf0;
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.jojn-box li a p {
    height: 55px;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    padding: 5px 0px;
}
/*底部*/
.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;
}
