﻿

body {
    font-family: "微软雅黑";
    background: #fff;
    color: #666;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}

ul li {
    list-style-type: none
}

a {
    color: #666;
    text-decoration: none
}

    a:hover {
        color: #000;
        text-decoration: none
    }

td {
    color: #666
}

#serviceBox {
    position: fixed;
    z-index: 999;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 47px;
    display: none;
    width: 100%;
    background: rgba(255,255,255,1);
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

    #serviceBox a {
        line-height: 30px;
    }

#ff input {
    border: 1px solid #ccc;
    background: #fff;
    line-height: 35px;
    height: 35px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 0px;
    outline: none
}

#ff textarea {
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 0px;
    outline: none
}

    #ff input:focus, #ff textarea:focus {
        border-color: #000
    }

#ff .btn {
    border: 0px;
    background: #ddd;
    padding: 0px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
}

    #ff .btn:hover {
        color: #fff;
        background: #c10404;
    }
/*图片悬浮链接*/
.imgLink-hover {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    background-image: url(on-hover.png);
    background-repeat: repeat;
    opacity: 0;
    filter: Alpha(Opacity=0);
    z-index: 96;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

    .imgLink-hover:hover {
        opacity: 1;
        filter: Alpha(Opacity=1)
    }

    .imgLink-hover * {
        filter: inherit
    }

.imgLink-hover {
    cursor: pointer
}

    .imgLink-hover:hover .hover-link {
        background-image: url(hover-link.png);
        background-repeat: no-repeat;
        background-position: center center
    }

.hover-link {
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    position: absolute;
    display: block
}
/*详情页面*/
.detailTitleTxt {
    border-left: 3px solid #666;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    background: #f9f9f9;
    text-indent: 10px;
    margin-bottom: 10px;
}

.detailTitle {
    border-left: 3px solid #666;
    line-height: 35px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    background: #f9f9f9;
    margin-left: 10px;
    margin-top: 10px;
}

.detailParameter {
    padding: 10px;
    word-wrap: break-word;
}

.detailImg {
    text-align: center;
    padding: 10px;
}

    .detailImg img {
        max-width: 100%;
    }

.detailUrl {
    padding: 10px;
}

    .detailUrl a {
        width: 150px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #333;
        margin: 0px auto 0px auto;
        display: block;
        color: #333;
        text-decoration: none;
    }

        .detailUrl a:hover {
            background: #990000;
            border: 1px solid #990000;
            color: #fff;
        }

.detailTime {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;
}

.detailContent {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 30px;
}

    .detailContent img {
        max-width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
        vertical-align: top;
    }

.productImgList {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px
}

    .productImgList li {
        width: 150px;
        float: left;
        margin-left: 10px;
        margin-bottom: 10px;
    }

        .productImgList li a {
            margin: 0px;
            padding: 0;
        }

            .productImgList li a img {
                width: 150px;
                border: 3px solid #eee;
            }

                .productImgList li a img:hover {
                    border: 3px solid #000;
                }

.productListBox {
    margin-top: 15px;
}

#searchProduct {
    margin-top: 10px;
}

.back {
    line-height: 35px;
    background: #990000;
    color: #fff;
    width: 80px;
    text-align: center;
    float: right
}

    .back:hover {
        color: #fff;
        background: #000;
    }

.otherPageBox {
    background: #f1f1f1;
    margin-top: 20px;
    padding: 10px;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px
}

    .otherPageBox a {
        font-size: 12px;
        line-height: 20px
    }

    .otherPageBox .back {
        line-height: 40px;
        font-size: 14px
    }

.aboutProduct {
    margin: 20px 0px 0px 0px;
}

.msgBox {
    border: 1px dashed #999;
    padding: 20px;
    margin-bottom: 10px
}

.searchList {
    width: 100%;
    overflow: hidden;
}

    .searchList li {
        margin-bottom: 10px;
        border: 1px dashed #ccc;
        padding: 5px;
        float: left;
        width: 100%;
    }

        .searchList li:hover {
            border: 1px dashed #000
        }

        .searchList li .img {
            width: 150px;
            float: left;
            display: block;
            overflow: hidden;
            margin-right: 10px
        }

            .searchList li .img img {
                width: 100%;
                height: auto
            }

        .searchList li .title {
            width: auto;
            float: left;
            overflow: hidden;
            display: block
        }
.maindiv {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
/*手机版菜单可展开图标*/
#app_menudown {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
}

    #app_menudown:hover {
        background-color: #073053;
    }

    #app_menudown span {
        display: block
    }
/*菜单栏标志*/
.navbar-brand {
    padding: 0px;
    background: #72bf43 url(home.png) no-repeat center center;
    width: 60px;
}

.navbar .navbar-brand:hover {
    background: #72bf43 url(home.png) no-repeat center center;
}

.topBox {
    background: url(topLine.jpg) center top repeat-x;
    padding-top: 6px;
}

.welcomeBox {
    width: auto;
    float: left;
    line-height: 30px;
    font-size: 12px;
}

    .welcomeBox * {
        padding: 0px;
        margin: 0px;
        border: 0px
    }

.borderBottom {
    border-bottom: 1px solid #ddd
}

.logo {
    padding: 20px 0px 20px 0px
}

    .logo * {
        padding: 0px;
        margin: 0px;
        border: 0px
    }

    .logo a img {
        max-width: 100%;
        height: auto
    }
/*产品搜索*/
.searchBox {
    margin: 60px 0px 0px 0px;
    overflow: hidden;
    float: right
}

    .searchBox input {
        float: left;
        line-height: 32px;
        color: #fff;
        transition: background 0.5s;
        text-indent: 10px;
        width: 212px;
        height: 32px;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        border: 0px;
        background: #999
    }

    .searchBox a {
        display: block;
        background-color: #8bcf61;
        color: #fff;
        width: 60px;
        float: left;
        text-align: center;
        line-height: 30px;
        height: 32px;
    }

        .searchBox a:hover, .searchGroup a:focus {
            background-color: #000;
            color: #fff;
        }

    .searchBox input:focus {
        background-color: #666;
    }

#smallSearch {
    display: none
}
/*语言*/
.languageBox {
    float: right;
    text-align: left;
    width: auto;
    overflow: hidden;
}

    .languageBox a {
        float: right;
        font-size: 12px;
        padding: 0px 15px 0px 45px;
        text-align: center;
        line-height: 30px;
        height: 30px;
        display: block;
    }

        .languageBox a:hover, .languageBox a:focus {
            color: #000;
        }

header .zh {
    background: url(zh.png) 15px center no-repeat;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

header .en {
    background: url(en.png) 15px center no-repeat;
    border-right: 1px solid #ddd
}
/*标题栏*/
.titleBar {
    height: 25px;
    overflow: hidden;
    background: url(title_line.jpg) repeat-x center center;
    margin: 20px 0px 20px 0px
}

    .titleBar h5 {
        float: left;
        background: #fff url(ico.jpg) no-repeat left center;
        display: inline-block;
        width: auto;
        padding: 0px;
        padding-left: 35px;
        color: #333;
        margin: 0px 0px 0px 0px;
        font-size: 20px;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
    }

    .titleBar span {
        float: left;
        background: #fff;
        display: inline-block;
        width: auto;
        color: #999;
        font-size: 12px;
        padding-right: 5px;
        line-height: 25px;
        text-indent: 10px;
        overflow: hidden;
        font-family: Arial
    }

    .titleBar .rightMore {
        float: right;
        border-radius: 0px;
        display: block;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
        background: #333;
        color: #fff;
        font-size: 12px;
        transition: background 0.5s
    }

        .titleBar .rightMore:hover {
            background: #8bcf61;
            color: #fff;
        }

    .titleBar .bottomButton {
        float: right;
        cursor: pointer;
        border-radius: 0px;
        display: block;
        line-height: 25px;
        margin-left: 10px;
        padding-left: 5px;
        padding-right: 5px;
        width: auto;
        text-align: center;
        background: #333;
        color: #fff;
        font-size: 14px;
        transition: background 0.5s
    }

        .titleBar .bottomButton:hover {
            background: #8bcf61;
            color: #fff;
        }

    .titleBar .selectedBottomButton {
        background: #8bcf61;
    }
.MoreBar {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 70px;
}

    .MoreBar .rightMore {
        line-height: 25px;
        padding-left: 25px;
        padding-right: 25px;
        background: #666;
        color: #fff;
        font-size: 14px;
        transition: background 0.5s;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .MoreBar .rightMore:hover {
            background: #0c75e8;
            color: #fff;
        }

    .MoreBar .Head {
        margin-top: 40px;
        font-size: 20px;
        letter-spacing: 3px;
        width: 100%;
    }

    .MoreBar H5 {
        font-size: 40px;
        font-weight: 500;
        letter-spacing: 2px;
        color: #000
    }

.overlay {
    position: absolute;
    top: 100%; /*从底部何处开始滑动*/
    transition: top 0.9s ease-out; /*设置经过1s完全覆盖，缓慢均匀滑动*/
}

.overlay_up { /*鼠标移动到该div时，发生变化*/
    top: 0; /*滑到距顶部高度为0的地方*/
}

.MenuTitle {
    margin-top: 50px;
}

    .MenuTitle h3 {
        font-family: Impact;
        line-height: 60px;
        text-align: center;
        font-size: 46px;
        color: rgb(35 40 46 / 0.7);
        text-transform: uppercase;
        opacity: 0.24;
        letter-spacing: 1px;
    }

    .MenuTitle h2 {
        margin: auto;
        position: relative;
        line-height: 50px;
        text-align: center;
        font-size: 45px;
        color: #323232;
        width: 50%;
        margin-bottom: 50px;
        letter-spacing: 4px;
    }

        .MenuTitle h2 span {
            position: relative;
            display: inline-block;
            padding: 0 16px;
            z-index: 99;
            background: #fff;
            cursor: default;
        }

            .MenuTitle h2 span:hover {
                font-weight: bold;
            }

        .MenuTitle h2 em {
            position: absolute;
            left: 0;
            top: 27px;
            width: 100%;
            height: 1px;
            background: #cdcfd0;
        }

.Menudescription {
    width: 100%;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1.4px;
    line-height: 25px;
    padding-left: 12%;
    padding-right: 12%;
}
/*公司简介*/
.aboutBox {
    width: 100%;
    overflow: hidden;
    margin: -30px 0px 0px 0px;
}

    .aboutBox section {
        clear: both;
        padding: 0px 0px 0px 0px;
        font-size: 18px;
        line-height: 40px;
        letter-spacing: 2px;
    }

        .aboutBox section img {
            margin: 0px 20px 0px 0px;
            float: left;
        }

a.aboutMore {
    color: #c10404;
    display: inline-block;
    font-size: 12px;
    padding: 5px 7px;
    transition: background 0.3s;
    border: 1px solid #c10404;
    border-radius: 4px;
}

    a.aboutMore:hover {
        color: #fff;
        background-color: #c10404;
        text-decoration: none;
    }

.aboutContent {
    line-height: 31px;
    padding: 8px 0px 0px 0px;
    font-family: 'Microsoft YaHei';
}

.customer {
    margin-bottom: 40px;
}

.customer_list {
    text-align: center;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    height: 160px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;
    padding: 0px 5px;
    float: left;
}

    .customer_list img {
        width: 100%;
        vertical-align: middle;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        transition: all 0.5s ease 0s;
        -webkit-transform: all 0.5s ease 0s;
        cursor: pointer;
    }

        .customer_list img:hover {
            vertical-align: middle;
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            filter: grayscale(0%);
            filter: gray;
        }

.dtl29 {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

    .dtl29 img {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .dtl29 .dtl {
        background: rgb(242 246 248 / 0.70);
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .dtl29 .dtl h3,
        .dtl29 .dtl p,
        .dtl29 .dtl a {
            position: relative;
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5);
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .dtl29 .dtl h3 {
            padding: 10px 15px;
            width: 100%;
            background: #157ed7;
            color: #fff;
            font-size: 16px;
            font-weight: normal;
            margin-top: 30%;
            margin-bottom: 10px;
        }

        .dtl29 .dtl p {
            padding: 0 15px;
            font-size: 14px;
            margin-bottom: 10px;
            line-height: 1.2;
            color: #333;
            -webkit-transition-delay: 0.1s;
            -moz-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
            text-indent: 10px;
            letter-spacing: 1px;
        }

        .dtl29 .dtl a {
            margin-right: 15px;
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 2px;
            color: #333;
            float: right;
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
            font-size: 13px;
            padding: 2px 5px;
            text-align: center;
            text-decoration: none;
        }

            .dtl29 .dtl a:hover {
                background: #e6e6e6;
                border: 1px solid #adadad;
            }

    .dtl29:hover .dtl p,
    .dtl29:hover .dtl a,
    .dtl29:hover .dtl h3 {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .dtl29:hover .dtl {
        visibility: visible;
        opacity: 1;
    }

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.image03 {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

    .image03 img {
        width: 100%;
        top: 0;
        position: relative;
        left: 0;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        transition: transform 0.3s;
    }

    .image03 .ovrly {
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .image03 .buttons {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .image03 .buttons .fa {
            background-image: url(Y.png);
            -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            color: rgba(50, 50, 50, 0.9);
            display: inline-block;
            margin: 0 1px;
            line-height: 40px;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            width: 140px;
            height: 141px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            opacity: 0;
            -webkit-animation: rotation 10s linear infinite;
            animation: rotation 10s linear infinite;
        }

            .image03 .buttons .fa .lo {
                margin: 45px;
                width: 50px;
                height: 50px;
            }

    .image03:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .image03:hover .ovrly {
        opacity: 1;
    }

    .image03:hover .buttons .fa {
        opacity: 1;
    }

.Servicetitle {
    width: 100%;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 60px;
}

    .Servicetitle h1 {
        font-size: 50px;
        color: #000;
        letter-spacing: 8px;
    }

.ServiceBody {
    background: url(../files/jg.png) no-repeat 100% 50%;
    padding: 0px 50px;
    height: 450px;
}

.ServiceBody_title {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.ServiceBody_content {
    font-size: 13px;
    color: #666666;
    text-align: center;
    line-height: 26px;
}

.ServiceBody_Icon {
    padding-top: 50px;
}

.list_IconL {
    display: inline-block;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 20px 0px;
    float: left;
}

    .list_IconL:hover {
        color: #990000;
        cursor: default;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .list_IconL a:hover {
        text-decoration: none;
    }

.list_IconR {
    display: inline-block;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0px;
    float: left;
}

    .list_IconR:hover {
        color: #990000;
        cursor: default;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .list_IconR a:hover {
        text-decoration: none;
    }
/*首页产品*/
.productBox {
    margin: 0px 0px 0px 0px;
}

    .productBox .list {
        clear: both;
        padding: 0px 0px 0px 0px;
        margin-right: -15px;
        margin-left: -15px;
        overflow: hidden;
    }

.productImg {
    min-height: 100px;
    margin: 0px;
    margin-bottom: 20px;
}

    .productImg a {
        position: relative;
        display: block;
        width: auto;
        margin: 0px auto 0px auto;
    }

    .productImg img {
        margin-right: auto;
        margin-left: auto;
        display: block;
        height: auto;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        padding: 0px;
    }

        .productImg img:hover {
            transform: scale(1.1);
        }

.productTitle {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    color: #333;
    font-size: 20px;
}

    .productTitle:hover {
        text-decoration: underline;
    }

.viewBig {
    cursor: pointer
}


video22 {
    filter: brightness(0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    vertical-align: baseline;
}

.bannerbg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.bannerbgContent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: 100%;
    padding: 20px 20px 60px;
    text-align: center;
    position: absolute;
    top: 0;
    min-height: 100vh;
}

    .bannerbgContent span {
        font-size: 35px;
        font-weight: 500;
        margin-bottom: 20px;
        letter-spacing: 2px
    }

    .bannerbgContent p {
        font-size: 20px;
        font-weight: 400;
        margin: 1.36vh 0 30px;
        margin-bottom: 45px;
        letter-spacing: 1px
    }

/*底部产品*/
.bottomProductBox {
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    width: 100%;
}

    .bottomProductBox .list {
        padding: 0px 0px 0px 0px;
        overflow: hidden;
    }

.bottomProductImg {
    overflow: hidden;
    padding: 10px;
    border: 1px dashed #ccc;
}

    .bottomProductImg:hover {
        border: 1px dashed #000;
    }

    .bottomProductImg span {
        display: block;
        height: 65px;
        overflow: hidden;
    }

    .bottomProductImg a {
        float: left;
        background-color: #333;
        color: #fff;
        margin-top: 5px;
        font-size: 12px;
        display: block;
        width: 60px;
        line-height: 22px;
        border-radius: 4px;
        text-align: center
    }

    .bottomProductImg img {
        margin-right: 5px;
        float: left;
        display: block;
        height: auto;
        width: 50%;
        height: auto;
        margin-bottom: 0px;
        padding: 0px;
    }

    .bottomProductImg a:hover {
        background: #8bcf61;
        text-decoration: none;
    }
/*产品列表*/
.productList {
    margin: 0px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}

#searchProduct {
    overflow: hidden;
    width: 100%;
}
/*介绍列表*/
.nameList {
    margin-bottom: 15px;
    padding: 0px;
    margin-top: 0px;
}

    .nameList ul {
        margin: 0px;
        padding: 0px;
    }

    .nameList li:first-child {
        margin-top: 0px;
    }

    .nameList li {
        padding: 0px;
        border-bottom: 1px solid #eee;
        padding-left: 5px;
        overflow: hidden
    }

        .nameList li span {
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            color: #fff;
            background: #666;
            display: block;
            font-size: 14px;
            float: left;
            overflow: hidden;
            margin-top: 10px
        }

        .nameList li > a {
            line-height: 40px;
            display: block;
            text-indent: 5px;
            float: left;
            overflow: hidden;
            width: 80%;
            height: 40px;
            font-size: 16px;
            letter-spacing: 1.2px;
            padding-left: 5px;
        }

        .nameList li:hover span {
            background: #990000;
        }

        .nameList li .time {
            width: auto;
            height: auto;
            line-height: 40px;
            color: #666;
            text-align: center;
            background: none;
            display: block;
            float: right;
            overflow: hidden;
            margin-top: 0px
        }

        .nameList li:hover .time {
            background: none;
        }

        .nameList li:hover a {
            font-size: 18px;
            color: #990000;
            font-weight: bold
        }
/*新闻列表*/
.newsList {
    margin-bottom: 15px;
    padding: 0px
}

    .newsList ul {
        margin: 0px;
        padding: 0px;
    }

    .newsList li {
        padding: 0px;
    }

        .newsList li .wrapper {
            display: block;
            padding: 10px;
            border: 1px dashed #ccc;
            margin-bottom: 15px;
            padding-bottom: 0;
            overflow: hidden;
            position: relative
        }

        .newsList li .time {
            width: 70px;
            text-align: center;
            position: absolute;
            right: 10px;
            top: 15px
        }

            .newsList li .time .day {
                font-size: 60px;
                color: #888;
                line-height: 58px
            }

            .newsList li .time .date {
                font-size: 16px;
                color: #888;
            }

        .newsList li .img {
            width: 90px;
            height: 90px;
            position: absolute;
            left: 0;
            background-size: cover;
            margin-left: 10px;
            margin-right: 10px;
        }

        .newsList li .tit {
            margin-bottom: 10px;
            padding-bottom: 12px;
            height: 90px;
            overflow: hidden;
            margin-left: 100px;
            margin-right: 100px;
        }

            .newsList li .tit span {
                display: block;
                height: 22px;
                overflow: hidden;
                line-height: 22px;
                font-size: 15px;
                color: #666;
                font-weight: bold;
            }

        .newsList li p {
            margin-left: 0px;
            font-size: 12px;
            line-height: 24px;
            height: 67px;
            color: #888;
            overflow: hidden;
        }

        .newsList li:hover {
        }

            .newsList li:hover .wrapper {
                border: 1px dashed #000;
            }

            .newsList li:hover .time .day, .newsList li:hover .time .date {
                color: #000;
            }

            .newsList li:hover .tit {
                border-bottom-color: #000;
                color: #000;
            }

            .newsList li:hover p {
                color: #000;
            }

/*首页新闻*/
.newsBox {
    margin: 0px 0px 20px 0px;
}

    .newsBox .newsList {
        clear: both;
        list-style: none;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        margin-top: -10px;
    }

        .newsBox .newsList li {
            width: 100%;
            border-bottom: 1px dashed #ccc;
            overflow: hidden;
            background: url(li.png) no-repeat left center;
            line-height: 40px;
            height: 40px;
            padding: 0px;
            text-indent: 13px;
        }

            .newsBox .newsList li:hover {
                background-color: #fff
            }

            .newsBox .newsList li a {
            }

                .newsBox .newsList li a:hover {
                    text-decoration: none;
                    background: none
                }

.indexNews {
    margin-top: -10px;
    margin-bottom: 20px;
}

    .indexNews li {
        overflow: hidden;
        padding: 0px;
        line-height: 35px;
        border-bottom: 1px dashed #ccc
    }

.Mydiv {
    height: 325px;
}
/*首页联系*/
.contactBox {
    margin: 0px 0px 20px 0px;
}

    .contactBox P {
        clear: both;
    }

#rightBox {
    float: right
}

/*导航菜单*/
.navbar li span {
    display: none
}

.navbar {
    margin: 0px;
    margin-top: 0px;
    min-height: 60px;
    height: 60px;
    border: 0px;
    border-radius: 0px;
    background: #101010;
    position: fixed;
    width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
/*翻页组件*/
.pageBar {
    width: 100%;
    overflow: hidden;
    float: left;
    padding-top: 0px;
    margin-bottom: 20px;
    display: inline;
}

    .pageBar .pageList {
        width: 100%;
        overflow: hidden;
        float: left;
        line-height: 35px;
        text-align: center;
    }

        .pageBar .pageList a {
            font-size: 14px;
            display: inline-block;
            text-align: center;
            width: 35px;
            text-align: center;
            color: #000;
            margin-top: 10px;
            margin-right: 5px;
            margin-left: 5px;
            background: #eee;
        }

            .pageBar .pageList a:hover {
                color: #fff;
                background: #000;
            }

        .pageBar .pageList .selected {
            font-size: 14px;
            display: inline-block;
            text-align: center;
            color: #fff;
            background: #000;
            cursor: default;
        }

            .pageBar .pageList .selected:hover {
                color: #fff;
                background: #000;
            }
/*底部信息*/
footer {
    text-align: center;
    background-color: #222;
    color: #999;
    padding: 30px 0px 20px 0px;
    margin-top: 0px;
    font-size: 12px;
}

    footer a {
        color: #999;
    }

        footer a:hover {
            color: #8bcf61
        }

.copyright {
    line-height: 20px;
}

    .copyright a {
        color: #C0C0C3;
    }

.foot_nav {
    width: 25%;
    float: left;
    background-color: #fafafa;
    text-align: center;
}

    .foot_nav:hover, .foot_nav:focus {
        background-color: #e4e4e4;
    }

    .foot_nav a {
        color: #898989;
        display: block;
    }

        .foot_nav a:hover, .foot_nav a:focus {
            text-decoration: none;
        }

    .foot_nav span {
        display: block;
        padding: 3px 0px 0px 0px;
    }

.webshare {
    width: 230px;
    padding: 5px;
}

.ewebshare {
    width: 200px;
    padding: 5px;
}

.newsinfo {
    width: 60%;
}
/*横幅*/
.banner {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
}

.topPadding {
    height: 0px;
    width: 100%;
    background: #fff;
    position: relative;
}

/*内页横幅图片*/
.bannerImg {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

    .bannerImg img {
        max-width: 100%;
        height: auto;
    }

.banner .mobileimg {
    display: none
}

.Lh1 {
    text-align: center;
}

    .Lh1:hover {
        color: #ffffff;
        background-color: #31a4e6;
    }

        .Lh1:hover > p {
            color: #ffffff;
        }

        .Lh1:hover > h3 {
            color: #ffffff;
        }

        .Lh1:hover > img {
            filter: brightness(100);
        }

    .Lh1 h3 {
        font-size: 22px;
        border-bottom: 2px solid #e1e1e1;
        transition: .25s;
        padding: 15px 0;
        font-weight: bold;
        color: #8bcf61;
    }

    .Lh1 p {
        line-height: 30px;
        margin-top: 10px;
        color: #2b333b;
        transition: .25s;
        font-size: 14px;
        text-align: left;
        /* padding: 0 5px; */
    }



.tab-group {
    position: relative;
    margin-top: 50px;
    width: 100%;
}

    .tab-group section {
        opacity: 0;
        height: 0;
        padding: 0 1em;
        overflow: hidden;
        transition: opacity 0.4s ease, height 0.4s ease;
    }

        .tab-group section.active {
            opacity: 1;
            height: auto;
            overflow: visible;
        }

.tab-nav {
    list-style: none;
    padding: 0;
    height: 80px;
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #808080;
}

    .tab-nav li {
        display: inline;
    }

        .tab-nav li a {
            top: 1px;
            position: relative;
            display: block;
            float: left;
            text-decoration: none;
            color: grey;
            border-radius: 10px 10px 0 0;
            transition: background .2s ease, line-height .2s ease, margin .2s ease;
            width: 25%;
            text-align: center;
            margin-top: 0;
            height: 100%;
            vertical-align: middle;
            padding-top: 6px;
        }

        .tab-nav li.active a {
            background: #6EB590;
            color: white;
            margin-top: 0;
            border-bottom: 4px solid #54acf6
        }

        .tab-nav li a span {
            font-size: 28px;
            font-weight: bold;
        }

.tabContent {
    margin-top: 40px;
    margin-bottom: 0px;
}

    .tabContent img {
        width: 100%;
        height: 360px;
        border-radius: 25px;
    }

    .tabContent h3 {
        color: #ff0000;
        letter-spacing: 3px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .tabContent h5 {
        width: 80%;
        line-height: 20px;
        letter-spacing: 2px;
    }

    .tabContent span {
        font-weight: bold;
        letter-spacing: 1px;
        color: #0094ff;
    }

.title_list_top {
    width: 109px;
    height: 109px;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 18px;
    margin: 0 auto;
}

    .title_list_top dd {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        margin: 0 auto;
        background: #edf9e8;
        padding: 5px;
        position: relative;
    }

    .title_list_top span {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        background: #99dd81;
        margin: 0 auto;
        line-height: 60px;
        display: inline-block;
        color: #fff;
        font-size: 30px;
        position: relative;
        z-index: 20;
    }

.title_list_content {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

    .title_list_content h3 {
        font-weight: bold;
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 25px;
    }



/*产品搜索标题*/
.searchTitle {
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
}

/*当前位置*/
.positionBox {
    width: 100%;
    margin: 0px;
    padding: 0px
}
/*首页导航菜单*/
.indexNavigationGroup {
    display: none;
}
/*导航菜单*/
.navigationBox {
    overflow: hidden;
    width: 100%;
    line-height: 40px;
    margin-bottom: 20px;
}

#firstpane .selected {
    color: #8bcf61;
    font-weight: bold
}

#firstpane li span {
    cursor: pointer;
    line-height: 35px;
    height: 35px;
    background: #333;
    display: block;
    position: absolute;
    right: 0px;
    top: 2px;
    color: #fff;
    width: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold
}

    #firstpane li span:hover {
        background: #8bcf61;
    }

#firstpane {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    margin-top: -10px;
}

    #firstpane > li {
        float: left;
        width: 100%;
        position: relative;
    }

        #firstpane > li:hover {
        }

        #firstpane > li > a {
            display: block;
            text-indent: 15px;
            width: 100%;
            border-bottom: 1px dashed #ccc;
            overflow: hidden;
            background: url(li.png) no-repeat left 16px;
        }

            #firstpane > li > a:hover {
            }
        /*小类*/
        #firstpane > li > ul {
            float: left;
            padding: 0px;
            margin: 0px;
            display: none;
            width: 100%;
        }

            #firstpane > li > ul > li {
                float: left;
                width: 100%;
                position: relative;
            }

                #firstpane > li > ul > li:hover {
                }

                #firstpane > li > ul > li > a {
                    display: block;
                    text-indent: 30px;
                    border-bottom: 1px dashed #ccc;
                    background: url(li.png) no-repeat 18px 16px;
                }

                    #firstpane > li > ul > li > a:hover {
                    }
                /*小类*/
                #firstpane > li > ul > li > ul {
                    width: 100%
                }

                    #firstpane > li > ul > li > ul > li {
                        float: left;
                        width: 100%;
                        position: relative;
                    }

                        #firstpane > li > ul > li > ul > li:hover {
                        }

                        #firstpane > li > ul > li > ul > li > a {
                            display: block;
                            text-indent: 50px;
                            border-bottom: 1px dashed #ccc;
                            background: url(li.png) no-repeat 38px 16px;
                        }

                            #firstpane > li > ul > li > ul > li > a:hover {
                            }

.keyweb {
    padding: 0px;
}

/*屏幕宽度为414px至767px*/
@media screen and (min-width:414px) and (max-width:767px) {
    .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
        float: left;
    }

    .col-mm-12 {
        width: 100%;
    }

    .col-mm-11 {
        width: 91.66666667%;
    }

    .col-mm-10 {
        width: 83.33333333%;
    }

    .col-mm-9 {
        width: 75%;
    }

    .col-mm-8 {
        width: 66.66666667%;
    }

    .col-mm-7 {
        width: 58.33333333%;
    }

    .col-mm-6 {
        width: 50%;
    }

    .col-mm-5 {
        width: 41.66666667%;
    }

    .col-mm-4 {
        width: 33.33333333%;
    }

    .col-mm-3 {
        width: 25%;
    }

    .col-mm-2 {
        width: 16.66666667%;
    }

    .col-mm-1 {
        width: 8.33333333%;
    }

    .logo img {
        max-width: 400px;
    }
}
/*屏幕宽度为480px以下，手机版*/
@media screen and (max-width: 480px) {
    .titleBar h5 {
        padding-left: 2px;
        margin: 0px 0px 0px 5px;
        font-size: 16px;
    }

    .titleBar span {
        display: none
    }

    .titleBar .bottomButton {
        margin-left: 5px;
    }

    .positionBox .titleBar h5 {
        display: none;
    }

    .positionBox .titleBar span {
        display: block;
    }

    .aboutBox section img {
        max-width: 350px;
    }
}
/*屏幕宽度为768px以下，手机版*/
@media screen and (max-width: 767px) {
    .maindiv {
        height: 100%;
    }
    #rightBox {
        float: left;
    }

    .navbar {
        min-height: 60px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    }

    .navbar-toggle {
        border: 0px
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
    }

    .navbar-default .navbar-toggle .icon-bar {
    }

    .navbar-default .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .navbar-default .navbar-nav > li {
        }

            .navbar-default .navbar-nav > li:last-child {
                border: none;
            }

            .navbar-default .navbar-nav > li > a {
                color: #fff;
            }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #fff;
        }

            .navbar-default .navbar-nav > li > a:hover,
            .navbar-default .navbar-nav > li > a:focus,
            .navbar-default .navbar-nav > .active > a,
            .navbar-default .navbar-nav > .active > a:hover,
            .navbar-default .navbar-nav > .active > a:focus,
            .navbar-default .navbar-nav > .open > a,
            .navbar-default .navbar-nav > .open > a:hover,
            .navbar-default .navbar-nav > .open > a:focus,
            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
                background: url(alpha.png);
                color: #fff;
            }

    #navbar {
        border: 0px;
        background: url(alpha.png);
    }

    .navbar .dropdown-menu li a {
        line-height: 30px;
        display: block;
    }

        .navbar .dropdown-menu li a:hover {
            background: url(alpha.png);
        }

    .navbar .dropdown-menu li ul li a {
        color: #fff;
        padding-left: 40px
    }

    .navbar .dropdown-menu li ul li ul li a {
        color: #fff;
        padding-left: 60px
    }

    .navbar .dropdown-menu a span {
        display: inline;
    }

    .about_box section img {
        margin: 10px 15px 0px 0px;
        max-width: 180px;
        height: auto;
    }

    .logo {
        text-align: center
    }

        .logo img {
            max-width: 700px
        }

    footer {
        margin-bottom: 50px;
    }

    #app_menudown {
        display: block;
    }

    #cmsFloatPanel {
        display: none;
    }

    .slider__arrows-item {
        display: none;
    }

    .mobile {
        margin: 0px;
        padding: 0px;
    }

    .indexNavigationGroup {
        display: block;
    }

    .positionBar .title {
        display: none;
    }

    .positionBar {
        background: #eee;
    }

        .positionBar span {
            margin: 0px;
            float: left;
            padding-left: 10px;
        }

            .positionBar span a {
                font-size: 12px;
                color: #333;
                line-height: 40px;
                text-decoration: none;
            }

                .positionBar span a:hover {
                    color: #000
                }

        .positionBar .moreMenu {
            width: 100%;
        }

    .navigationBox {
        right: 0px;
        width: 100%;
    }

    .welcomeBox {
        display: none;
    }

    .searchBox {
        margin: 0px 0px 10px 0px;
        width: 100%;
        display: none
    }

        .searchBox input {
            width: 100%;
        }

        .searchBox a {
            position: absolute;
            right: 15px;
        }

    #smallSearch {
        float: right;
        display: block;
        margin-top: 7px;
        padding: 8px 13px;
        font-size: 17px;
        border-radius: 4px;
    }

        #smallSearch:hover, #small_search:focus {
            cursor: pointer;
            background-color: #dddddd;
        }

    .titleBar {
        border-left: 3px solid #333
    }

        .titleBar h5 {
            background-image: none;
            padding-left: 4px;
            margin: 0px 0px 0px 5px;
        }

    .newsList li .time {
        display: none
    }

    .newsList li .tit {
        margin-right: 0;
    }

    .detailTitle {
        margin-left: 0
    }

    .aboutBox section img {
        width: 100%
    }

    .banner .mobileimg {
        display: block
    }

    .banner .img {
        display: none
    }

    .MenuTitle {
        margin-top: 10px;
    }

        .MenuTitle h3 {
            line-height: 26px;
            font-size: 26px;
            letter-spacing: 1px;
        }

        .MenuTitle h2 {
            font-size: 25px;
            width: 100%;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

    .tab-nav li.active a {
        background: #6EB590;
        color: white;
        margin-top: 0;
        border-bottom: 4px solid #54acf6
    }

    .tab-nav li a span {
        font-size: 20px;
    }

    .Mydiv {
        height: 100%;
    }

    .newsinfo {
        width: 92%;
    }

    .nameList li > a {
        width: 50%;
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .Menudescription {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 20px;
        padding-left: 1%;
        padding-right: 1%;
    }

    .ServiceBody {
        background: url() no-repeat 100% 50%;
        padding: 0px 50px;
        height: 100%;
        padding-bottom: 20px;
    }

    .topvideo {
        margin-top: 60px;
        width: 100%;
    }

    .hero__scroll {
        display: none;
    }

    .bannerbg {
        display: none;
    }

    .bannerbgContent {
        margin-top: 100px;
        display: block;
    }

        .bannerbgContent span {
            font-size: 25px;
        }

        .bannerbgContent p {
            font-size: 16px;
        }
    .tabContent img {
        height:100% ;
    }

    .tabContent h3 {
        font-weight: bold;
        margin-top: 15px;
        text-align:center;
    }

    .tabContent h5 {
        width: 100%;
    }

    .tabContent span {
        font-weight: bold;
        letter-spacing: 1px;
        color: #0094ff;
    }

    .aboutBox section {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
    }

}
/*屏幕宽度为768px以上*/
@media screen and (min-width: 768px) {

    #navbar {
        float: left;
        padding: 0px;
        margin: 0px;
    }

    .navbar-nav > li {
        border-right: 0px solid #ddd;
    }

        .navbar-nav > li:first-child {
            border-left: 0;
        }

        .navbar-nav > li:last-child {
        }

        .navbar-nav > li > a {
            transition: background 0.4s;
            text-align: center;
        }

    .navbar-default .navbar-nav > li > a {
        line-height: 60px;
        padding: 0px;
        min-width: 90px;
        color: #fff;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .open > a,
        .navbar-default .navbar-nav > .open > a:hover,
        .navbar-default .navbar-nav > .open > a:focus {
            background: url(alpha.png);
            color: #fff;
        }

    .navbar-default .navbar-nav-e > li > a {
        font-weight: normal;
    }

    .navbar .dropdown-menu {
        background: url(alpha.png);
        border: none;
        color: #fff;
        padding: 0px;
        border-radius: 0px;
        min-width: 150px;
    }

    .en .navbar .dropdown-menu {
        min-width: 220px;
    }

    .navbar .dropdown-menu li a {
        color: #fff;
        line-height: 35px;
        padding: 0px;
        text-align: center;
    }

        .navbar .dropdown-menu li a:hover {
            background: #97d472;
        }

    .navbar .dropdown-menu li ul {
        display: none;
        position: absolute;
        z-index: 9999;
        margin-top: -35px;
        margin-left: 150px;
        width: 150px;
        background: url(alpha.png);
    }

    .en .navbar .dropdown-menu li ul {
        width: 220px;
        margin-left: 220px
    }

    .navbar .dropdown-menu li ul a {
        display: block;
    }

    .navbar .dropdown-menu li ul li ul {
        display: none;
        position: absolute;
        z-index: 9999;
        margin-left: 150px;
    }

    .en .navbar .dropdown-menu li ul li ul {
        margin-left: 220px;
    }

    .navbar .dropdown-menu a span {
        display: none;
    }

    #app_menudown {
        display: none;
    }

    .footer_nav {
        display: none;
    }
}

/*屏幕宽度为992px以上*/
@media screen and (min-width:992px) {
    .navbar-default .navbar-nav > li > a {
        min-width: 120px;
    }

    .aboutBox section img {
        width: 500px;
    }
}

/*屏幕宽度为1200px以上*/
@media screen and (min-width:1200px) {
    .navbar-default .navbar-nav > li > a {
        min-width: 150px; /*padding兼容低版IE*/
    }

    .aboutBox section img {
        width: 750px;
    }
}
