html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #fff;
    font-family: "Microsoft YaHei",Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    margin: 0;
    padding: 0;
    font-weight: normal
}

.container {
    background: transparent;
}

.clearfix {
    zoom: 1;
    position: relative;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    zoom: 1;
}

.clearfix:after {
    clear: both;
}

.well {
    border: none;
    background: #f7f7f7;
    border-radius: 0;
    margin-bottom: 0;
    display: none;
}

.well p {
    margin-bottom: 0;
    text-align: center;
}

.well span:nth-child(1) {
    float: left;
}

.well span:nth-child(2) {
    float: right;
}

.text-red {
    color: #CD0507;
}

.navbar {
    margin-bottom: 0;
    /* min-height: 100px; */
    min-height: 80px;
    border: none;
    border-radius: 0;
}

.navbar-default {
    background: #fff;
}

.navbar-default .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 15px;
}

.navbar-default .navbar-toggle {
    margin-top: 23px;
}

.navbar-default .navbar-nav {
    /* float: right; */
    margin: 0
}

.navbar-default .navbar-nav>li {
    /* margin-left: 8px; */
}

.navbar-default .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    /* font-size: 16px; */
    border-bottom: 2px solid #fff
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
    border-bottom: 2px solid #CD0507;
    background: #f7f7f7;
}

.navbar-default .navbar-nav>.active>a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 4px solid #CD0507;
    background: #f7f7f7;
}

.navbar-nav .open .dropdown-menu>li>a {
    line-height: 25px;
    background: #fff
}

.navbar-nav .open .dropdown-menu>li>a:hover {
    background: #f5f5f5
}

.navbar-default .navbar-nav>.active>a.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #f7f7f7;
}

.sonMenu {
    list-style: none;
    padding-left: 50px;
}

.sonMenu li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sonMenu li a {
    font-weight: normal;
    color: #666
}

.navbar-brand {
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-brand img {
    display: inline-block;
    /* width: 145px; */
    height: 50px;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.swiper-container img {
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    display: none
}

.newsBox {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url('./../image/newsBg.png') repeat-x;
    margin-top: -40px;
    z-index: 999;
    font-weight: normal;
}

.newsBox .pai_shuk {
    margin: 6px auto;
    height: 28px;
    overflow: hidden;
}

.newsBox .pai_shuk .bt {
    display: inline-block;
    height: 28px;
    color: #FFF;
    font-size: 16px;
    line-height: 28px;
    border-right: 1px solid #fff;
    width: 100px;
    float: left;
}

.newsBox .pai_shuk ul {
    padding-left: 0;
    float: right;
    width: 580px;
    padding-left: 0;
}

.newsBox .pai_shuk ul li {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 28px;
}

.newsBox .pai_shuk ul li a {
    color: #fff;
    text-decoration: none;
}

.newsBox .pai_shuk ul li .time {
    float: right;
}


/* 鍏充簬鎴戜滑 */

.whiteBg {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}

.graybg {
    background: #f5f5f5;
    padding-top: 0px;
    padding-bottom: 0px;
}

h2 {
    position: relative;
    font-size: 24px;
}

h2 i {
    display: block;
    width: 20px;
    height: 3px;
    background: #0068B8;
    margin-top: 15px;
    margin-bottom: 10px;
}

h2.text-center i {
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    left: 50%;
    margin-left: -10px;
    background: #0068B8;
}

.aboutBox {
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
}

.aboutBox .xxhj {
    font-weight: normal;
    color: #333;
    line-height: 2.5;
    margin-bottom: 20px;
}

.aboutBox a.more {
    position: absolute;
    top: 0;
    right: 15px;
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 10px;
    color: #666;
    font-weight: normal;
}

.businessBox {
    margin-top: 30px;
    padding-right: -15px;
}

.businessBox img {
    width: 100%
}

.businessBox h4 {
    margin-top: 20px;
}

.businessBox a.more {
    display: block;
    height: 42px;
    background-color: #fff;
    line-height: 42px;
    padding-left: 15px;
    color: #333;
    text-decoration: none
}

.businessBox a.more span {
    float: right;
    margin-right: 15px;
}

.businessBox a.more:hover {
    color: #fff;
    background: #005CB0
}

.swiper-container2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.swiper-container2 .swiper-pagination {
    bottom: 20px
}

.caseBox {
    text-align: center;
    margin-top: 30px;
}

.caseBox .caseGray {
    background: #f5f5f5;
    padding: 5px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.caseBox .caseGray h4 {
    text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}
.caseBox .caseGray p:nth-child(3){
    text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
padding: 10px;
height: 50px;
}

.footer {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center
}

.footer .foot_lx {
    color: #666;
    line-height: 1.5;
    margin-top: 10px
}

.footMenu {
    list-style: none;
    padding-left: 0;
    display: none;
}

.footMenu li {
    float: left;
    margin-right: 30px
}

.footMenu li.mo {
    margin-right: 0
}

.footMenu li a.a1 {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.footMenu li p a {
    color: #666
}


/* 鍐呴〉 */

.nyBanner {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.nyBanner img {
    width: 100%;
}

.breadBox {
    width: 100%;
    background: url('./../image/newsBg.png') repeat-x;
    position: absolute;
    bottom: 0;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background: none;
    border-radius: 0px;
    color: #fff;
}

.breadcrumb a {
    color: #fff
}

.n_aboutBox {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 2;
}

.n_aboutBox img {
    width: 100%;
}

.n_aboutBox .col-sm-4 {
    margin-bottom: 10px;
}

.businessBox a.more2 {
    display: block;
    height: 42px;
    background-color: #f5f5f5;
    line-height: 42px;
    padding-left: 15px;
    color: #333;
    text-decoration: none
}

.businessBox a.more2 span {
    float: right;
    margin-right: 15px;
}

.businessBox a.more2:hover {
    color: #fff;
    background: #005CB0
}

.productBox {
    margin-top: 30px;
    margin-bottom: 30px;
}

.productBox a.more {
    display: block;
    height: 42px;
    background-color: #f5f5f5;
    line-height: 42px;
    padding-left: 15px;
    color: #333;
    text-decoration: none
}

.productBox a.more span {
    float: right;
    margin-right: 15px;
}

.productBox a.more:hover {
    color: #fff;
    background: #005CB0
}

.productBox a.name {
    color: #333;
    text-decoration: none
}

.productBox a.name:hover {
    color: #005CB0;
    text-decoration: none
}

.productBox img {
    width: 100%;
}

.proBT {
    background: #297FC4;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    margin-top: 20px;
}


.rClass dl {
    list-style: none
}

.rClass dt {
    background: #f4f4f4;
    padding: 8px 15px;
}

.rClass a {
    color: #333
}

.rClass a:hover,.rClass a.on {
    color: #297FC4
}

.rClass dd {
    padding: 8px 30px;
}



@media (min-width:768px) {
    /* .container {
        background: red
    } */
    .well {
        display: block
    }
    .navbar {
        min-height: 100px;
    }
    .navbar-brand {
        height: 100px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-brand img {
        display: inline-block;
        /* width: 145px; */
        height: 70px;
    }
    .navbar-default .navbar-nav {
        float: right;
    }
    .navbar-default .navbar-collapse {
        margin-top: 0;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 38px 6px;
        /* font-size: 16px; */
        border-bottom: 4px solid #fff
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #333;
        background-color: transparent;
        border-bottom: 4px solid #CD0507;
        background: #f7f7f7;
    }
    .navbar-default .navbar-nav>.active>a {
        padding: 38px 10px;
        border-bottom: 4px solid #CD0507;
        background: #f7f7f7;
    }
    .sonMenu {
        padding-left: 30px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 60px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .newsBox {
        display: block;
        height: 60px;
        margin-top: -60px;
    }
    .newsBox .pai_shuk {
        margin: 16px auto;
    }
    .whiteBg {
        background: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .graybg {
        background: #f5f5f5;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    h2 {
        position: relative;
        font-size: 30px;
    }
    h2 i {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .aboutBox {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .aboutBox h2 {
        margin-top: 0
    }
    .aboutBox img {
        width: 100%;
    }
    .aboutBox a.more {
        display: inline-block;
        border: 1px solid #ddd;
        background: #fff;
        padding: 10px 50px;
        color: #666;
        position: relative;
        top: 0;
        right: 0;
    }
    .businessBox {
        margin-top: 60px;
    }
    .caseBox {
        margin-top: 60px;
    }
    .footer {
        padding-top: 0px;
        text-align: left;
    }
    .p_code img {
        width: 100%;
    }
    .productBox {
        margin-top: 60px;
    }
    .productBox a.more {
        float: right;
        width: 120px
    }
    .marBot {
        margin-bottom: 20px;
    }
    .n_aboutBox {
        margin-top: 60px;
    }
    .swiper-container2 .swiper-pagination {
        bottom: 0px
    }

    .n_aboutBox img {
        width: auto;
    }
    

}

@media (min-width:992px) {




    /* .container {
        background: blue
    } */
    /* .navbar-default .navbar-nav>li {
        margin-left: 8px;
    } */
    /* .navbar-default .navbar-nav>li {
        margin-left: 8px;
    } */
    .navbar-default .navbar-nav>li>a {
        padding: 38px 15px;
        font-size: 15px;
        border-bottom: 4px solid #fff
    }
    .footMenu {
        display: block;
    }
    .col-sm-0 {
        display: block;
    }
    .newsBox .pai_shuk ul {
        width: 800px;
    }
}

.caseBox img { width: 100%}
.caseBox a { color: #333; }
.caseBox a:hover { color: #005CB0; }

@media (min-width:1200px) {
    /* .container {
        background: green
    } */
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        border-bottom: 4px solid #fff
    }
    .newsBox .pai_shuk ul {
        width: 1000px;
    }
    .footMenu {
        padding-left: 30px;
    }
    .footMenu li {
        float: left;
        margin-right: 40px
    }
    .productBox a.more {
        float: right;
        width: 150px
    }
}

.fy{ width:100%; height:35px;margin-bottom: 70px;margin-top: 40px;}
.fy p{ width:100%; height:35px; line-height:35px; text-align:center;}
.fy p a{ font-size:12px; color:#5c5c5c; padding:7px; background:#e7e7e7;}

.fy a:link,.fy a:visited{text-decoration:none; color:#5c5c5c;}
.fy a:hover{text-decoration:none; background:#014b81; color:#fff; margin:0px;}


/* 鼠标经过 */
.dropdown-menu>li>a:hover {
    color:#F00
}

/* 多级菜单 */
@media (min-width:769px){
    .nav>li:hover .dropdown-menu { display: block; border-radius: 0; border:1px solid #ccc;}

    .nav>li:hover .dropdown-menu li .dropdown-menu {
        display: none;
    }

    .nav>li:hover .dropdown-menu>li:hover .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
    }

}


.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    background: #f5f5f5;
    display: block;
    border-radius: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu>li.dropdown-submenu .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-nav .open .dropdown-menu>li.dropdown-submenu .dropdown-menu li a {
        padding: 5px 15px 5px 55px;
    }

    .dropdown-submenu > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: none;
    }

}