/*头部样式*/
p{
    margin: 0;
}

header{/* position:fixed; */width:100%; z-index:999;background:#fff;}
.header{ width:1200px; margin:0px auto;}
.header .top{ width:1200px; height:30px;}
.header .top p{ line-height:30px; text-align:right;}
.fixed-nav-bar {
    -webkit-transition: 1s ease;
    transition: 1s ease;
}
.fixed-nav-bar.scrolled {
    position: fixed;
    top:0;
    z-index: 9999;
	background:#fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.6);
}
.lg_na>h1.logo{ float:left; height:60px;}
.lg_na>ul.nav{ float:right;}
.lg_na>ul.nav li{ float:left;}
.lg_na>ul.nav li a{ font-size:16px; line-height:60px; padding:0px 10px; color:#1C1C1C;}
.lg_na>ul.nav li.so{background:url(../images/so.png) center center no-repeat; width:80px; height:60px;display: block; position:relative;}
.lg_na>ul.nav li.so>form{ display:none; position:absolute; top:60px; right:0px;width: 230px;}
.lg_na>ul.nav li.so:hover form{ display:block;}
.lg_na>ul.nav li.so>form input{ background:none; border-bottom:1px #333 solid;    line-height: 35px;font-size: 16px;}
.lg_na>ul.nav li.so>form button{/*background: url(../images/so.png) -22px 10px no-repeat;*/width: 50px;height: 40px; float:right;}



/*热门搜索*/

/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_bannerbj {
    width: 100%;
    overflow: hidden;
}

.n_banner {
    width: 100%;
}

.n_bannerbj img,
.n_banners img,
.con_banner img {
    max-width: 100%;
    height: auto;
}

.left .box {
    margin-bottom: 15px;
}

.left .box h3 {
    line-height: 59px;
    font-weight: 400;
    font-family: "微软雅黑";
    background: #060606;
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
    position: relative;
    border-bottom: 4px solid #b6002e;
}

.left .box .content {
    padding: 5px 0;
    background: #f0f0f0;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.left {}

.sort_menu {
    background: #9c9c9c;
}

@media (max-width: 767px) {
    .sort_menu {
        margin-bottom: 15px;
    }
    .tag_list_product li .tag_img,
    .tag_list_product li .tab_intro {
        width: 100%;
    }
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    background: #f5a31c;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.left .n_contact .content {
    line-height: 37px;
    color: #333;
    font-size: 14px;
    padding: 10px;
}

.right {
    padding-bottom: 10px;
}

.sitemp {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}

.pages {
    padding-top: 20px;
}

.sitemp a {
    color: #666;
}

.sitemp h2 {
    font-size: 16px;
    color: #b6002e;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.sitemp .site {
    color: #000;
    font: 400 14px/30px "Microsoft Yahei";
}

.sitemp .site a {
    color: #000;
}

.right .content {
    padding: 15px 0 10px;
    overflow: hidden;
    line-height: 24px;
}

.right .content img{
    max-width:100%;
    height:auto;
}

@media (max-width: 767px) {
    .right .content img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }
}










/*导航栏样式*/

.navv {
    height: 32px;
}

.navv li {
    line-height: 70px;
    height: 70px;
    text-align: center;
    width: 16.66%;
    float: left;
    position: relative;
    z-index: 999;
    font-size: 18px;
}

.navv>li:after {
    position: absolute;
    right: 0;
    top: 29px;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .3);
    content: "";
}

.navv li a {
    display: block;
    line-height: 70px;
    color: #fff;
    height: 70px;
}

.navv li a:hover {
    text-decoration: none;
}

.navv .sec {
    height: 0;
    background: #01557a;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 70px;
    left: 0px;
}

.navv .sec a {
    background: #01557a;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 90px;
}

.navbar-header .navbar-toggle {
    border: 1px solid #b4b8bc;
    padding: 0 10px 0 10px;
    height: 34px;
}

.navbar-header .navbar-toggle .menu {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 34px;
    color: #000;
}

.navbar-header .navbar-toggle.active {}

.navbar-header .navbar-toggle a:hover {
    text-decoration: none;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #999;
}

.navbar-header .navbar-toggle:hover {
    border: 1px solid #b6002e;
    background: #b6002e;
}

.navbar-header .navbar-toggle:hover .menu {
    color: #fff;
}

.navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.toleft {
    position: relative;
    overflow-x: hidden;
    left: 0;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft {
    left: -260px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid.menuopen {
    left: 0px;
    opacity: 1;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft .head {
    left: -260px;
}

#cbp-spmenu-s2 {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.navbar-header {
    position: relative;
}

.menuid {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.mobile-menu-overlay {
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    display: none;
    background: #000000;
    z-index: 9;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
}

.cbp-spmenu-open .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.cbp-spmenu-right {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    display: block;
    background: #000;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 260px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0 40px 0;
}

.cbp-spmenu-right li a {
    padding: 15px 23px;
    color: #fff;
    display: block;
    border-bottom: solid 1px #333;
}

.cbp-spmenu-right li a:hover {
    background: #b6002e;
    text-decoration: none;
}

.menuid .icon-close {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 20px 20px 0 0;
    font-size: 16px;
}

.menuid .icon-close span {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid .icon-close:hover span {
    color: #e7ac00;
}

.menuopen .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}



.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 32px;
    background: none;
    border: none;
    line-height: 32px;
    float: left;
}

#formsearch input#keyword {
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    color: #fff;
    width: 260px;
    outline: none;
}

#formsearch input#s_btn {
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: url(../images/btn.png) no-repeat center;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
}


.topcase {
    width: 100%;
    position: relative;
}

.bannery {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.bannery ul.bc {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.bannery ul.bc li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.bannery ul.bc li a {
    display: block;
    width: 100%;
    height: 100%;
}

.small {
    position: relative;
}

.small li {
    display: none;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.small li img {
    max-width: 100%;
    height: auto;
}

.small li::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .59);
    position: absolute;
    top: 0;
    left: 0;
}
.small li.small_hover::after{
    display: none;
}
.small-ban {
    padding: 55px 0;
    width: 100%;
    position: relative;
    margin-top: 80px;
    height: 330px;
}

.small-ban .num {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 100%;
}

.small-ban .num li {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
    background: url(../images/num.png) no-repeat 0 50%;
    line-height: 25px;
    position: relative;
}

.small-ban .num li {
    _display: inline;
    _zoom: 1;
    *display: inline;
}
.small-ban .num li a:before{
    content:'0';
}
.small-ban .num li.num_hover {}

.small-ban .num li.num_hover a {
    color: #946d4d;
}

.small-ban .num li.num_hover:before {
    position: absolute;
    width: 2px;
    height: 45px;
    background: #946d4d;
    top: 25px;
    left: 50%;
    margin-left: -1px;
    content: "";
}

.small-ban .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #c5c5c5;
    text-decoration: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}

.small-pre {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pre {
    width: 32px;
    height: 50px;
    cursor: pointer;
}

.next {
    width: 32px;
    height: 50px;
    cursor: pointer;
}

@media (max-width: 1599px) {
    .case .content,
    .case a.more {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .small-ban {
        height: 230px
    }
}

@media (max-width: 991px) {
    .case .content,
    .case a.more {
        display: block !important;
    }
}




.swiper-wrapper img {
    max-width: 100%;
    height: auto;
}

footer{ width:100%; background:url(../images/fo_back.jpg) center center no-repeat;float: left;}
footer .foot{ width:1200px; margin:0px auto;}
footer .foot .fot_l{ float:left; width:900px;}
footer .foot .fot_l ul.fo_nav{ border-bottom:1px #fff solid; height:30px; margin-top:40px;}
footer .foot .fot_l ul.fo_nav li{ float:left;}
footer .foot .fot_l ul.fo_nav li a{ color:#fff; padding:0px 10px; font-size:16px;}
footer .foot .fot_l>.con{ width:100%; height:210px; margin:35px 0; color:#fff}
footer .foot .fot_l .con a{ color:#fff;}
footer .foot .fot_l .con .con_l{ float:left; height:210px;}
footer .foot .fot_l .con .con_l li{padding-left:38px;line-height: 52px;}
footer .foot .fot_l .con .con_l li:nth-child(1){background:url(../images/tel.png) center left no-repeat;}
footer .foot .fot_l .con .con_l li:nth-child(2){background:url(../images/tel.png) center left no-repeat;}
footer .foot .fot_l .con .con_l li:nth-child(3){background:url(../images/mail.png) center left no-repeat;}
footer .foot .fot_l .con .con_l li:nth-child(4){background:url(../images/add.png) center left no-repeat;}
footer .foot .fot_l .con .con_r{ float:right; height:210px; border-left:1px #fff solid; padding-left:30px; line-height:40px;}
footer .foot .link{ width:100%; line-height:55px; height:55px; overflow:hidden; display:block; border-top:1px #fff solid;}
footer .foot .link li{ float:left; color:#fff;}
footer .foot .link li a{ color:#fff; padding:0px 5px;}
footer .foot .fot_r{ float:right; width:263px; height:100%; background:#006826;}
footer .foot .fot_r img{ width:187px; height:214px; margin:132px auto; display:block;}































