.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;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: #bc0613;
}

.nav .logo {
    width: 49%;
    float: left;
    margin-left: 10%;
    /*margin-top: 10px;*/
    font-size: 18px;
}
.nav div img {
    width: 100%;
    height: auto;
    margin-top: 2px;
}
.nav .open {
    width: 9%;
    float: left;
    margin-top: 4px;
    margin-left: 5%;
}
.nav .login{
    display: flex;
    width: 22%;
    float: right;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    color: white;
}
.nav .login a{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    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 {
    width: 100%;
    margin-top: 60px;
}

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

.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;
}
.top_input{
    display: flex!important;
    justify-content: space-between;
}
.top_input{
    width: 60%;
    box-sizing: border-box;
}
input[type=text]{
    border: none;
    outline: none;
}
input[type=button]{
    border: none;
    outline: none;
}
input[type=submit]{
    border: none;
    outline: none;
}
.top_input input[type=text]{
    width: 70%;
    text-indent: 1em;
}
.top_input button{
    border: none;
    outline: none;
    width: 21%;
    height: 100%;
    background-color: #bc0613;
    /* border: 1px solid #0cc186; */
    color: white;
}
.top_input button img{
    width: 54%;
    height: 61%;
    margin: auto;
}
.top_input input[type=submit]{
    width: 30%;
    height: 100%;
}
.qfd:after {
    content: "";
    display: block;
    clear: both;
}
/* 搜索框 */
.top_input div{
    width: 20%;
    height: 40px;
    line-height: 40px;
}
.top_input div span{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.top_input .option-ul{
    top: 30px;
    color: white;
    background: #bc0613 !important;
    border: 1px solid #bc0613;
    height: 200px;
    line-height: 40px;
    width: 20%;
    position: absolute;
    z-index: 8;
    flex-wrap: wrap;
}
.top_input .option-ul span{
    display: block;
    width: 100%;
}
.top_input{
    position: relative;
    width: 64%;
    height: 30px;
    margin: 10px auto 0;
    border: 1px solid #bc0613;
    box-sizing: border-box;
}
.top_input img{
    width: 20px;
    height: 20px;
}
.top_input input{
    padding: 0!important;
    color: #8f8c7c;
    background: none;
    padding: 0!important;
    height: 100%;
    line-height: 100%;
    width: calc(85% - 10px)!important;
}
.top_input input::placeholder{
    color: #8f8c7c;
}
.top_input button{
    /*background: none;*/
    /*margin-right: 10px;*/
}
.nav_img {
    width: 100%;
}
.nav_img ul {
    width: 96%;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 20px;
    padding-bottom: 20px;
}

.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: 93%;
    height: 16.5vw;
}

.nav_img ul li p {
    bottom: 25px;
    left: 31px;
    font-size: 14px;
}
.adv-two{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    display: block;
    width: 49%;
    margin-top: 10px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 18vw;
}
.tit-one{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/tit01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.tit-one div{
    padding-left: 12%;
    width: 60%;
}
.tit-one div p{
    height: 21px;
    line-height: 15px;
    color: #bc0613;
}
.tit-one div span{
    height: 27px;
    line-height: 27px;
    display: block;
    color: white;
    text-indent: 5px;
}
.tit-one a{
    color: #bc0613;
    display: block;
    height: 46px;
    line-height: 35px;
    padding-right: 1%;
}
.news{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tll-t{
    width: 50%;
}
.tll-t a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.tll-t a img {
    display: block;
    width: 100%;
    height: 40vw;
}
.tll-t a p{
    opacity: 0.8;
    color: white;
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #f85106;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.swiper-pagination span{
    background-color: #f85106!important;
}
.swiper-pagination-bullet-active{
    background-color: #f85106!important;
}
.news-right{
    display: block;
    width: 48%;
}
.news-right a{
    display: block;
    width: 100%;
    height: 40vw;
}
.news-right a img{
    display: block;
    width: 100%;
    height: 100%;
}
.news-one a{
    margin-top: 10px;
    display: block;
}
.news-one a div{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}
.news-one a div span{
    color: #cd5366;
    display: block;
    width: 17%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-one a div p{
    width: 81%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-one a em{
    font-style: normal;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #5e5e5e;
}
.news-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px double #c6c6c6;
}
.news-tit p{
    color: #bc0613;
}
.news-tit a{
    color: #bc0613;
}
.news-two a{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.news-two a img{
    display: block;
    width: 33%;
    height: 90px;
}
.news-two a div{
    width: 65%;
}
.news-two a div p{
    margin-top: 10px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
}
.news-two a span{
    height: 30px;
    line-height: 30px;
}
.sup-xx li{
    display: block;
    height: 38px;
    line-height: 38px;
    padding-left: 4%;
    position: relative;
}
.sup-xx li a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-xx li a:before{
    content: "";
    background-color: #cc0001;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 17px;
    left: 0px;
}
.adv-one a {
    display: block;
    width: 100%;
}
.adv-one a img {
    display: block;
    width: 100%;
    height: 60px;
}
.tit-two{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/tit02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.tit-two div{
    padding-left: 12%;
    width: 60%;
}
.tit-two div p{
    height: 21px;
    line-height: 15px;
    color: #bc0613;
}
.tit-two div span{
    height: 27px;
    line-height: 27px;
    display: block;
    color: white;
    text-indent: 5px;
}
.tit-two a{
    color: #bc0613;
    display: block;
    height: 46px;
    line-height: 35px;
    padding-right: 1%;
}
.srb_tit{
    display: flex!important;
    justify-content: space-between;
    border-bottom: 1px solid #b2b2b2;
}
.sup .sup-c .srb_tit span{
    width: 15%;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
.sup .sup-c .srb_tit .srb_tit_active{
    color:#bc0613;
    display: block;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}
.srb .srb_conbak {
    display: none;
}
.srb_con-photo{
    margin-top: 10px;
    display: flex!important;
    justify-content: space-between;
}
.srb_con-photo a{
    display: block;
    width: 50%;
    margin-left: 1.33333%;
}
.srb_con-photo a:nth-child(3n+1) {
    margin-left: 0px;
}
.srb_con-photo a em{
    font-style: normal;
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    border:1px solid #bc0613;
    border-radius: 15px;
    height: 34px;
    line-height: 34px;
    color: #bc0613;
    font-size: 15px;
    text-indent: 19px;
    position: relative;
}
.srb_con-photo a em:before{
    position: absolute;
    content: "";
    background-image: url(../images/sz.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 17px;
    height: 20px;
    left: 5px;
    top: 7px;
}
.srb-aa{
    background-color: #fbf0f1;
    padding: 10px 5%;
}
.srb_con-photo a img{
    display: block;
    width: 100%;
    height: 30vw;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #bc0613;
    border-radius: 10px;
}
.srb_con-photo a p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.srb_con-photo a span{
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #bc0613;
}
.inf-tit{
    content: "";
    background-image: url(../images/qgtit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 28px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inf-tit p{
    font-size: 17px;
    width: 24%;
    color: #bc0613;
    display: block;
    text-indent: 15px;
}
.sup-two li{
    display: block;
    height: 40px;
    line-height: 40px;
    width: 92%;
    padding-left: 8%;
    position: relative;
    overflow: hidden;
}
.sup-two li:before {
    content: "";
    background-image: url(../images/ry.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 6px;
    top: 12px;
}
.sup-two li a{
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.sup-two 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;
}
.sup-two li a span{
    color: #bc0613;
    display: block;
    text-align: right;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.tit-three{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/tit03.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.tit-three div{
    padding-left: 12%;
    width: 60%;
}
.tit-three div p{
    height: 21px;
    line-height: 15px;
    color: #bc0613;
}
.tit-three div span{
    height: 27px;
    line-height: 27px;
    display: block;
    color: white;
    text-indent: 5px;
}
.tit-three a{
    color: #bc0613;
    display: block;
    height: 46px;
    line-height: 35px;
    padding-right: 1%;
}
.inf-left{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inf-left a{
    width: 30.333%;
    display: block;
    margin-bottom: 10px;
    background-color: #fbf0f1;
    border-radius: 5px;
    padding: 10px 1%;
}
.inf-left a img{
    display: block;
    width: 100%;
    height: 30vw;
    border: 1px solid #bc0613;
    box-sizing: border-box;
    border-radius: 5px;
}
.inf-left a p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.inf-xx li{
    display: block;
    height: 43px;
    line-height: 43px;
    padding-left: 4%;
    position: relative;
}
.inf-xx li a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.inf-xx li a:before{
    content: "";
    background-color: #c31e2a;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 18px;
    left: 0px;
}
.tit-four{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/tit04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.tit-four div{
    padding-left: 12%;
    width: 60%;
}
.tit-four div p{
    height: 21px;
    line-height: 15px;
    color: #bc0613;
}
.tit-four div span{
    height: 27px;
    line-height: 27px;
    display: block;
    color: white;
}
.tit-four a{
    color: #bc0613;
    display: block;
    height: 46px;
    line-height: 35px;
    padding-right: 1%;
}
.exh-img{
    display: flex;
    flex-wrap: wrap;
}
.exh-img a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
    margin-bottom: 10px;
}
.exh-img a p{
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.exh-img a:nth-child(3n+1) {
    margin-left: 0px;
}
.exh-img a img{
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    width: 100%;
    height: 30vw;
}
.tit-five{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/tit05.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.tit-five div{
    padding-left: 12%;
    width: 60%;
}
.tit-five div p{
    height: 21px;
    line-height: 15px;
    color: #bc0613;
}
.tit-five div span{
    height: 27px;
    line-height: 27px;
    display: block;
    color: white;
}
.tit-five a{
    color: #bc0613;
    display: block;
    height: 46px;
    line-height: 35px;
    padding-right: 1%;
}
.tra-left a{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.tra-one{
    width: 25%;
    background-color: #bc0613;
    border-radius: 5px;
    padding: 20px 0px;
}
.tra-one span {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: white;
    display: block;
}
.tra-two{
    width: 72%;
}
.tra-two h4{
    font-size: 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.tra-two span{
    font-size: 14px;
    display: block;
    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;
}
.tra-box{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tra-img{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tra-img a{
    display: block;
    width: 49%;
}
.tra-img a img{
    display: block;
    width: 100%;
    height: 140px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}
.tra-img a p{
    text-align: center;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.tra-xx li a{
    display: flex;
    justify-content: flex-start;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
}
.tra-xx li a span{
    color: #bc0613;
    display: block;
    width: 25%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tra-xx li a p{
    width: 69%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tra-right{
    width: 38%;
}
.tra-right a{
    display: block;
    width: 100%;
    height: 308px;
    border: 1px solid #bc0613;
    box-sizing: border-box;
}
.tra-right a img{
    display: block;
    width: 100%;
    height: 100%;
}
.bah p{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/*底部*/
.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;
}
