@charset "UTF-8";

/*

    公司  西安聚牛科技有限公司
    团队  聚牛研发团队
    时间  2021-12-14

*/
/*PC端导航*/
body {
    /* overflow: hidden; */
}

.swiper-scrollbar-drag {
    width: 0 !important;
}

#content {
    overflow: hidden;
}

#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 62px;
    background-color: #050507;
}

.radual {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(224, 233, 255, .8), rgba(255, 255, 255, 1));
}

.pc-content {
    height: 100%;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.h-content-logo {
    height: auto;
    width: 111px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.h-content-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.h-content-nav {
    width: calc(100% - 480px);
    margin-left: 99px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.nav-box {
    position: relative;
}

.nav-box .nav_list {
    position: absolute;
    top: 62px;
    left: 0;
    width: 220px;
    padding-top: 10px;
    display: none;
}

.nav-box:hover .nav_list {
    display: block;
}

.nav_list_row {
    padding: 10px 15px;
    background-color: #000;
}

.nav_list_row div {
    height: 40px;
}

.nav_list_row a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.nav_list_row a:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.nav_list_row a:hover {
    color: #376EFF;
}

.nav_list_row a:hover:after {
    border-bottom: 1px solid #376EFF;
    border-right: 1px solid #376EFF;
}

.nav-box p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    height: 62px;
    line-height: 62px;
    margin-right: 78px;
    cursor: pointer;
    position: relative;
}

.nav-box p.action:after {
    content: '';
    position: absolute;
    top: 72%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #376EFF;
}

.nav-box p:hover:after {
    content: '';
    position: absolute;
    top: 72%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #376EFF;
}

.nav-box:last-child p {
    margin-right: 0;
}

.h-content-contact {
    width: 270px;
    height: 62px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.h-content-contact img {
    width: 33px;
    height: 33px;
    margin-right: 15px;
}

.contact-wenzi {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 120px;
}

.contact-wenzi span {
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.contact-btn {
    width: 102px;
    height: 36px;

}

.contact-btn a {
    display: block;
    background: #376EFF;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.nav_list_row1 {
    padding: 10px 15px;
    background-color: #000;
}

.nav_list_row1 a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 10px 0;
}

.nav_list_row1 a:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.nav_list_row1 a:hover span {
    color: #376EFF;
}

.nav_list_row1 a:hover:after {
    border-bottom: 1px solid #376EFF;
    border-right: 1px solid #376EFF;
}

.nav_list_row1 a:last-child {
    border-bottom: none;
}

.nav_list_row1 a div {
    height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 5px;
}

.nav_list_row1 a div img {
    width: 30px;
    margin-right: 5px;
}

.nav_list_row1 a div span {
    font-size: 16px;
    color: #fff;
}

.nav_list_row1 a>span {
    display: block;
    color: #fff;
    font-size: 14px;
}

/*pc端底部*/
#footer {
    height: auto;
    background-color: #000;
    padding: 52px 0;
}

.footer-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.footer-left {
    width: calc(100% - 313px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.footer-nav-list {
    width: 25%;
    height: auto;
}

.footer-nav-list>span {
    display: block;
    width: 150px;
    color: #FFFFFF;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 10px;
}

.footer-nav-list div {
    height: auto;
    width: 150px;
}

.footer-nav-list div a {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 10px;
}

.footer-right {
    width: 313px;
}

.footer-right div.img-div {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-right div.img-div div {
    width: 139px;
    height: auto;
    margin-left: 30px;
}

.footer-right div.img-div div:first-child {
    margin-left: 0;
}

.footer-right div.img-div div img {
    height: 139px;
}

.footer-right div.img-div div span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.footer-right div.phone-div {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 26px;
}

.footer-right div.phone-div img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

.footer-right div.phone-div span {
    font-size: 18px;
    color: #fff;
}

/*手机端导航*/
#mobile_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 1.03rem;
    background-color: #000;
}

.m-content {
    padding: 0 .23rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.m-logo {
    height: .40rem;
}

.m-btn {
    width: .36rem;
    height: .28rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .23rem;
}

.mobile-mash {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /*left:0;*/
    z-index: 1001;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.mobile-mash-nav {
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 70%;
    background-color: #fff;
}

.nav-m-row {
    padding: .6rem .5rem;
    overflow-y: scroll;
    height: 100%;
}

.nav-m-row-content {
    height: auto;
    margin-bottom: .6rem;
}

.nav-m-row-content:last-child {
    margin-bottom: 0;
}

.nav-m-row-content>span {
    font-size: .28rem;
    display: block;
    font-weight: bold;
    color: #252533;
    position: relative;
}

.nav-m-row-content>span.span1:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid #252533;
    border-left: 1px solid #252533;
    right: 0;
}

.nav-m-row-content>span.active:after {
    top: 40%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -moz-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.nav-m-row-content>div.nav-m-row-list {
    height: auto;
    margin-top: .5rem;
}

.nav-m-row-content>div.nav-m-row-list a {
    display: block;
    width: 100%;
    color: #252533;
    font-size: .26rem;
    margin-bottom: .49rem;
}

.nav-m-row-content>div.nav-m-row-list a:last-child {
    margin-bottom: 0;
}

.nav-m-row-list1 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-m-row-list1 a {
    width: calc(100% / 3);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .5rem;
}

.nav-m-row-list1 a div {
    height: .77rem;
    width: auto;
    margin-bottom: .3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav-m-row-list1 a img {
    width: .77rem;
    height: auto;
}

.nav-m-row-list1 a span {
    width: 100%;
    text-align: center;
    color: #252533;
    font-size: .26rem;
}

/*手机底部*/
#m-footer {
    height: auto;
    background-color: #000;
    padding: .6rem .3rem;
}

.m-list {
    height: auto;
}

.m-list-box {
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .30rem;
}

.m-list-box img {
    width: .46rem;
    height: .46rem;
}

.m-list-box span {
    color: rgba(255, 255, 255, .5);
    font-size: .20rem;
    padding-left: .21rem;
}

.m-list-box span a {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 21px;
    padding: .11rem .19rem;
    color: rgba(255, 255, 255, .5);
    margin-left: .37rem;
}

.m-qrcode {
    height: auto;
    margin-top: .36rem;
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding-top: .38rem;
    display: -webkit-flex;
    display: flex;

}

.m-qrcode div {
    width: 1.39rem;
    height: auto;
    margin-right: .50rem;
}

.m-qrcode div:last-child {
    margin-right: 0;
}

.m-qrcode div img {
    display: block;
    /*width: 100%;*/
    height: 1.39rem;
}

.m-qrcode div span {
    width: 1.39rem;
    color: #FFFFFF;
    font-size: .16rem;
    padding-top: .12rem;
    text-align: center;
    display: block;
}

.m30 {
    padding: 0;
}

/*图片轮播*/
.pc-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.radual {

    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(224, 233, 255, .8), rgba(255, 255, 255, 1));
}

.filing-info {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .4);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filing-info>* {
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*响应式布局*/
/*pc 超大*/
@media screen and (min-width:1500px) {
    body {
        font-size: 12px;
    }

    .pc-content {
        width: 1400px;
    }

    .pc_show {
        display: block !important;
    }

    .sj_show {
        display: none !important;
    }

}

/*pc 大*/
@media (min-width:1200px) and (max-width:1499px) {
    body {
        font-size: 16px;
    }

    .pc-content {
        width: 1100px;
    }

    .pc_show {
        display: block !important;
    }

    .sj_show {
        display: none !important;
    }

    .focus_map {
        height: calc(900px - 62px);
    }
    .nav-box p{
        margin-right: 46px;
    }
}

/*pc 小*/
@media (min-width:991px) and (max-width:1199px) {
    body {
        font-size: 16px;
    }

    .pc-content {
        width: 850px;
    }

    .nav-box p {
        margin-right: 20px;
    }

    .h-content-nav {
        margin-left: 50px;
    }

    .h-content-nav {
        width: calc(100% - 431px);
    }

    .pc_show {
        display: block !important;
    }

    .sj_show {
        display: none !important;
    }

    .focus_map {
        height: calc(750px - 62px);
    }
}

/*平板*/
@media (min-width:768px) and (max-width:991px) {
    .filing-info {
        border-top: 1px solid rgba(255, 255, 255, .4);
    }

    .filing-info>* {
        font-size: .14rem;
        color: #fff;
        margin-bottom: 0.1rem;
        margin-top: 0.1rem;
    }

    body {
        font-size: 16px;
    }

    .pc-content {
        width: 100%;
    }

    .pc_show {
        display: none !important;
    }

    .sj_show {
        display: block !important;
    }

    .m30 {
        padding: 0 .30rem
    }
}

/*手机*/
@media screen and (max-width:767px) {
    .filing-info {
        border-top: 1px solid rgba(255, 255, 255, .4);
    }

    .filing-info>* {
        font-size: .14rem;
        color: #fff;
        margin-bottom: 0.1rem;
        margin-top: 0.1rem;
    }

    body {}

    .pc-content {
        width: 100%;
    }

    .pc-content {
        width: 100%;
    }

    .pc_show {
        display: none !important;
    }

    .sj_show {
        display: block !important;
    }

    .m30 {
        padding: 0 .30rem
    }
}
