html {}

body{
    @font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
  'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
  'Noto Color Emoji';
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: .5rem;
    color: #343a40
}

.h1,
h1 {
    font-size: 2.125rem;
    line-height: 40px;
}

.h2,
h2 {
    font-size: 1.625rem;
}

.h3,
h3 {
    font-size: 1.375rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: .9375rem;
}

.h6,
h6 {
    font-size: .75rem;
}

@media (max-width:767.98px) {
    h1 {
        font-size: 1.5rem
    }

    h2 {
        font-size: 1.375rem
    }

    h3 {
        font-size: 1.25rem
    }

    h4 {
        font-size: 1.125rem
    }

    h5 {
        font-size: .9375rem
    }

    h6 {
        font-size: .75rem
    }
}







a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
    color: #212529;
}

a:hover {
    text-decoration: none;
}

.gha {
    color: #0054a3 !important;
}

.ghb {
    color: #d8262c;
}

.a9 {
    font-size: .9rem;
}

.font-gray-1 {
    color: #f7f7f7;
}

.font-gray-2 {
    color: #e9e9e9;
}

.font-gray-3 {
    color: #d9d9d9;
}

.font-gray-4 {
    color: #c9c9c9;
}

.font-gray-5,
.block-heading-1 span {
    color: #b8b8b8;
}

.font-gray-6 {
    color: #a8a8a8;
}

.font-gray-7 {
    color: #939393;
}

.font-gray-8 {
    color: #7b7b7b;
}

.font-gray-9 {
    color: #636363 #4d4d4d;
}

.font-gray-10 {
    color: #353535;
}


.header-top-info {
    font-size: .8rem;
    color: #7b7b7b;

}

.header-top-info a {
    color: #7b7b7b;
}

.yuyan img {
    margin-top: -.2rem;
    width: 1.3rem;
    margin-right: .2rem;
}

.navigation {}

.nav-item {}

/* .header-top{
    border-bottom: 1px #ff0000 solid;
} */



.service {
    background: #4d91ee;
    margin-bottom: 2rem;
    min-height: 280px;
    box-shadow: 0px 3px 10px -2px rgba(94, 94, 94, 0.5);
    color: #ffffff;
}

.service h3 {
    padding-top: .7rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;

}

.service p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}


.huanjie {
    background: url(../images/huanjie.jpg);
    background-position: 50% 50%;

}

/* 部分封面开始 */
.site-section-cover {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.site-section-cover,
.site-section-cover .container {
    position: relative;
    z-index: 2;
}

.site-section-cover {
    padding: 6rem 0;
}

.site-section-cover.overlay {
    position: relative;
}

.site-section-cover.overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.site-section-cover.inner-page,
.site-section-cover.inner-page .container>.row {
    height: auto;
    min-height: auto;
    padding: 2em 0;
}

.site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat;
}

.site-section-cover h1 {
    font-size: 2rem;
    color: #fff;

}

@media (max-width: 991.98px) {
    .site-section-cover h1 {
        font-size: 2rem;
    }
}

.site-section-cover p {
    /* font-size: 18px; */
    /* color: #b8b8b8; */
    text-align: center;
}

/* 部分封面结束 */


/* 解决方案开始 */
.nonloop-block-13 .owl-nav {
    display: none;
}

.nonloop-block-13 .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nonloop-block-13 .owl-stage .owl-item {
    height: 100% !important;
}

.nonloop-block-13 .owl-dots {
    width: 100%;
    display: block;
    text-align: center;
    bottom: -50px;
    position: relative;
}

.nonloop-block-13 .owl-dots .owl-dot {
    display: inline-block;
}

.nonloop-block-13 .owl-dots .owl-dot>span {
    margin: 5px;
    width: 7px;
    height: 7px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
}

.nonloop-block-13 .owl-dots .owl-dot.active>span {
    background: #dc3545;
}

.nonloop-block-13 p {
    /* line-height: 2rem; */
}



.news-1 {
    background-size: cover;
    background-position: center center;
    height: 380px;
    position: relative;
}

.news-1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.news-1 .text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 40px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.news-1 .text h3 {
    color: #fff;
}

.news-1 .text a {
    color: #fff;
}

.news-1 .text .category {
    text-transform: uppercase;
    font-size: 13px;
    color: #dc3545;
    font-weight: 900;
    letter-spacing: .2rem;
}

.news-1 .arrow-wrap span {
    font-size: 1.5rem;
}

.news-1:hover .text {
    opacity: 1;
    visibility: visible;
}

.news-1:hover:before {
    opacity: 1;
    visibility: visible;
}



.site-section {
    padding: 2.5em 0;
}

.site-section h1 {
    font-size: 2rem;
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.site-section {
    padding: 7rem 0;
}

@media (max-width: 991.98px) {
    .site-section {
        padding: 3rem 0;
    }
}

.owl-all .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-all .owl-dots .owl-dot {
    display: inline-block;
}

.owl-all .owl-dots .owl-dot>span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #ccc;
    margin: 5px;
    border-radius: 50%;
}

.owl-all .owl-dots .owl-dot.active>span {
    background: #dc3545;
}

@media (min-width: 992px) {

    .owl-all .owl-nav,
    .owl-all .owl-dots {
        display: none;
    }

    .owl-all .owl-stage {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: 120% !important;
        padding-top: 10px;
    }

    .owl-all .owl-carousel .owl-stage-outer {
        width: 100%;
        overflow: visible;
    }

    .owl-all .owl-stage-outer>.owl-stage>.owl-item {
        display: -ms-inline-grid;
        display: inline-grid;
        float: none;
        margin-bottom: 30px;
    }
}

/* 解决方案结束 */




section {
    min-height: 1000px;
    position: relative;
    width: 100% !important;
    min-width: 1000px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}



#bottle {
    background: url(../images/bottle.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.parallax-item {
    position: absolute;
    z-index: 5;
    top: 40px;
    left: 400px;
}



.service i {}



/* 首页agv */
.def-agv {
    background: url(../images/def-agv-bg.jpg);
}

.agvinfo {
    min-height: 280px;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0px 0px 20px 0px rgba(117, 117, 117, 0.8);
}

.agvinfo h3 {
    font-size: 1.1rem;
    padding-top: 1rem;
    font-weight: 500;
    text-align: center;
}

.agvinfo p {
    font-size: .8rem;
}




.footer {
    background: rgba(0, 0, 0, 0.9);
    color: #5d5d5d;
    font-size: .8rem;
    line-height: 1.5rem;
}

footer a {
    color: #5d5d5d;
}

.footer h2 {
    font-size: 1rem;
    color: #9d9d9d;
    font-weight: 400;
    padding-bottom: 1rem;
}

footer .list-unstyled li {
    min-height: 1.5rem;
}

.agvinfo {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.yy {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.yy:hover {
    margin-top: -10px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);

}

/* 新闻 */

.post-entry-1 .meta {
    color: #ccc;
    text-align: center;
    font-size: .8rem;
    letter-spacing: 1px
}

.post-entry-1 .post-entry-1-contents {
    background: #fff;
    padding: 20px;
}

.post-entry-1 .post-entry-1-contents h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.post-entry-1 .post-entry-1-contents h2 a {
    color: #212529;
}

.post-entry-1 .post-entry-1-contents h2 a:hover {
    color: #dc3545;
}

.post-entry-1.person-1 {
    text-align: center;
}

.post-entry-1.person-1 img {
    width: 90px;
    border-radius: 50%;
    margin: 0 auto -45px auto;
}

.post-entry-1.person-1 .post-entry-1-contents {
    padding-top: 4rem;
}


.shuzi {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 3rem 0;
}

.shuzi strong {
    display: block;
    font-size: 2.5rem;
}

video {
    /* position: fixed;   */
    right: 0px;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    /*加滤镜*/
    /*filter: blur(15px); //背景模糊设置 */
    /*-webkit-filter: grayscale(100%);*/
    /*filter:grayscale(100%); //背景灰度设置*/
    z-index: 99999
}

source {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.dropdown-menu {
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
    transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
    transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
    -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
    -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
    -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
    width: 700px;
    margin-top: 15px;
    margin-left: -300px;
    padding: 2rem 2rem 1rem 2rem;
    border-radius: 0px;
    display: block;
}

.dropdown-menu dd {
    font-size: .85rem;
    padding: 0;
    margin: 4px;
}

.dropdown-menu dd a {
    color: rgba(0, 0, 0, 0.80);
}

.dropdown-menu dd a:hover {
    color: rgb(216, 38, 44);
    padding-left: 6px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
    transition: all .45s ease 0s;
    opacity: 1;
}

.dropdown-item {
    padding: .8rem 1.5rem;
    text-transform: uppercase;
    font-size: 14px;
}

.dropdown-item:hover {
    background: #f75757;
    color: #fff;
}

.downa::after {
    border: 1px #ff00ff solid;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

@media (max-width: 576px) {
    .dropdown-menu {
        border: 3px #ff0000 solid;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
        transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
        transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
        -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
        -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
        -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
        width: 100%;
        margin-top: 15px;
        margin-left: 0px;
        padding: 2rem 2rem 1rem 2rem;
        border-radius: 0px;
        display: block;
    }
    .dropdown-menu dl{
        /* border: 3px #ff0000 solid; */
    }

    
    .dropdown-menu dd {
        /* border: 3px #ff0000 solid; */
        font-size: .85rem;
        padding: 0;
        margin: 4px;
    }
    
    .dropdown-menu dd a {
        color: rgba(0, 0, 0, 0.80);
    }
    
    .dropdown-menu dd a:hover {
        color: rgb(216, 38, 44);
        padding-left: 6px;
    }
    
    .dropdown-toggle::after {
        display: none;
    }
    
    .dropdown:hover .dropdown-menu {
        visibility: visible;
        transition: all .45s ease 0s;
        opacity: 1;
    }
    
    .dropdown-item {
        padding: .8rem 1.5rem;
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .dropdown-item:hover {
        background: #f75757;
        color: #fff;
    }
    
    .downa::after {
        border: 1px #ff00ff solid;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
}



/* 联系我们 */

.contact {
    background-image: url('../images/lianxi.jpg')
}

.xinwen {
    background-image: url('../images/xinwen.jpg')
}

.jieshao {
    background-image: url('../images/guanhong.jpg')
}

.fangan {
    background-image: url('../images/fangan.jpg')
}

.fangan-center h2 {
    font-size: 1.3rem;
}

.agva {
    background-image: url('../images/def-agv-bg.jpg')
}

.def {
    background-image: url('../images/guanhong1.jpg')
}

.guanyua {
    background-image: url('../images/guanyua.jpg')
}

.shipin {
    background-image: url('../images/shipin.jpg')
}

.shipin p {
    text-align: center;
    padding-top: 1rem;
    font-size: .9rem;
    color: rgb(255, 255, 255);
}

/* 关于我们 */
.zs p {
    font-size: .8rem;

}

.form placeholder {}

.news {}

.news h2 {
    padding: 1rem 0 .5rem 0;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.news p {
    font-size: .9rem;
    color: rgba(0, 0, 0, 0.2);
}

.weizhi {
    /* border: 1px #ff0000 solid; */
    /* text-align: right; */
    /* padding-top: 2rem; */
    margin-top: -1.5rem;
    font-size: .8rem;
    color: rgba(255, 255, 255, 0.6);

}

.weizhi a {
    color: rgba(255, 255, 255, 0.6);
}

.neironga {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.8rem;
}