﻿body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: url(/Content/Images/bg.jpg);
    font-family: Arial, Helvetica, sans-serif,Lato,Verdana,'Times New Roman', Times, serif;
    color: #666;
}

ul, li, form {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.a_666 a {
    color: #666;
    text-decoration: none
}

    .a_666 a:hover {
        text-decoration: underline
    }

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.w960 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.h15 {
    height: 15px;
}

.marginAuto {
    margin-left: auto;
    margin-right: auto;
}

.foot {
    line-height: 60px;
    text-align: center;
    color: #666;
}
.foot a{
    color: #666;
    text-decoration: none;
}

.top {
    padding-bottom: 5px;
    background: url(/Content//Images/header-decor.png) right 40px no-repeat;
}

.logo {
    float: left;
}

.topLink {
    float: right;
    text-align: right;
    line-height: 30px;
    color: #bbb;
}

    .topLink a {
        margin: 0 3px
    }

.nav {
    background-color: #dd3333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd3333), to(#b70000));
    background-image: -webkit-linear-gradient(top, #dd3333, #b70000);
    background-image: -moz-linear-gradient(top, #dd3333, #b70000);
    background-image: -ms-linear-gradient(top, #dd3333, #b70000);
    background-image: -o-linear-gradient(top, #dd3333, #b70000);
    background-image: linear-gradient(top, #dd3333, #b70000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd3333, endColorstr=#b70000);
}

    .nav .navMenu {
        height: 46px;
        font-size:11px;
    }

    .nav li {
        position: relative;
    }

    .nav .menuA {
        display: inline-block;
        height:46px;
        padding: 0 25px;
        margin:0;
        border-right: 1px solid #000;
        font-weight: bold;
        float:left;
        font-size: 14px;
        color: #fff;
    }
@media(max-width:960px) {
    .nav .menuA {
        border-right: none;
    }
}
    
    .nav .menuA:hover {
            background: #900;
        }

.menu {
    height: 46px;
    line-height: 46px;
    float: left;
}


.subMenu {
    top: 46px;
    z-index: 999;
}

    .subMenu, .subMenu ul {
        display: none;
        position: absolute;
        left: -1px;
        padding: 0;
        background: #fff;
        border: 1px solid #ddd;
        border-bottom: none;
    }

        .subMenu li {
            padding: 0 10px;
            display: block;
            height: 30px;
            border-bottom: 1px solid #ddd;
        }

            .subMenu li:hover {
                background: #f8f8f8;
            }

        .subMenu a {
            display: block;
            float: none;
            white-space: nowrap;
            min-width: 160px;
            height: 30px;
            line-height: 30px;
            color: #666;
        }

        .subMenu ul {
            position: absolute;
            top: -1px;
            left: 100%;
        }

.home-main {
    background: #fff;
    border-radius: 5px;
}

.home-focus {
    width: 64%;
    margin: 1%;
    float: left;
    position: relative;
    overflow-x:hidden;
}

    .home-focus a.left, .home-focus a.right {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        background: url(/Content/Images/skin.png) 0 0 no-repeat;
        z-index: 10;
    }

    .home-focus a.right {
        left: 100%;
        margin-left: -50px;
        background: url(/Content/Images/skin.png) -150px 0 no-repeat;
    }

    .home-focus a.left:hover {
        background: url(/Content/Images/skin.png) 0 -75px no-repeat;
    }

    .home-focus a.right:hover {
        background: url(/Content/Images/skin.png) -150px -75px no-repeat;
    }

.home-focus-items {
    width: 100%;
    height: 300px;
}

    .home-focus-items div {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        z-index: 5;
    }

    .home-focus-items img {
        width: 30%;
        position: absolute;
    }

    .home-focus-items a:nth-child(1) img {
        left: 12%;
        top: 10%;
    }

    .home-focus-items a:nth-child(2) img {
        left: 53%;
        top: 3%;
    }

    .home-focus-items a:nth-child(3) img {
        left: 3%;
        top: 50%;
    }

    .home-focus-items a:nth-child(4) img {
        left: 38%;
        top: 45%;
    }

    .home-focus-items p {
        margin: 0;
        padding: 10px 20px;
        background: #c00;
        font-size: 18px;
        color: #fff;
        position: absolute;
        right: 35px;
        bottom: 20px;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    }

.home-cates {
    width: 33%;
    margin: 1%;
    margin-left: 0;
    float: right;
}

    .home-cates li {
        width: 46%;
        margin: 2%;
        height: 180px;
        float: left;
        position: relative;
    }

        .home-cates li img {
            width: 100%;
            height: 100%;
        }

        .home-cates li p {
            display: block;
            width: 100%;
            height: 30px;
            line-height: 30px;
            overflow:hidden;
            color: #fff;
            font-size: 14px;
            text-align: center;
            margin: 0;
            padding: 0;
            background: rgba(171,3,3,0.7);
            position: absolute;
            bottom: 0;
        }

.home-profile {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    padding: 15px 10px 0 10px;
}

.main {
    background: #fff;
    border-radius: 5px;
    padding: 15px 0;
}

.feedback {
    width: 38%;
    padding-left: 2%;
    background: #F9F9F9;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: right;
    margin: 0 15px;
    margin-bottom: 15px;
}

    .feedback form input {
        margin-top: 4px;
        width: 85%;
        height: 24px;
        padding: 0;
        border: 1px solid #ccc;
    }

    .feedback form textarea {
        margin-top: 4px;
        width: 85%;
        height: 120px;
        padding: 0;
        border: 1px solid #ccc;
    }

    .feedback form img {
        border: 1px solid #ccc;
        width: 90px;
        height: 32px;
        cursor: pointer;
        margin-top: -1px;
    }

.page {
    margin: 0 20px 0 20px;
    line-height: 28px;
    font-size: 16px;
}



.main-left {
    float: left;
    width: 64%;
    margin-left: 2%;
}

    .main-left img {
        max-width:550px;
        border:0;
    }
    .main-cates li {
        width: 27%;
        margin: 3%;
        height: 210px;
        float: left;
        position: relative;
    }

    .main-cates li img {
        width: 100%;
        height: 100%;
    }

        .main-cates li p {
            display: block;
            line-height: 28px;
            color: #fff;
            font-size: 12px;
            text-align: center;
            margin: auto;
            padding: 5px 0;
            width: 100%;
            background: rgba(171,3,3,0.7);
            position: absolute;
            bottom: 0px;
        }

.catelist {
    width: 92%;
    overflow-x: hidden;
    margin: auto;
    font-size: 12px;
}

    .catelist ul, .catelist li {
        width: auto;
    }

        .catelist ul li:last-child {
            border-bottom: none;
        }

    .catelist li {
        border-bottom: 1px solid #ddd;
        position: relative;
        line-height: 26px;
    }

    .catelist span {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 5px;
    }

        .catelist span.plus {
            color: #333;
        }

        .catelist span.minus {
            color: #d00;
        }

    .catelist ul {
        position: relative;
        display: none;
        left: 20px;
    }

    .catelist a {
        color: #666;
    }

.product-list {
    padding-bottom: 40px;
    padding-right:20px;
}
    .product-list h2 {
        font-size:28px; font-weight:bold;
    }
    .product-list img {
        max-width: 30%;
        margin-right: 15px;
        float: left;
    }

    .product-list p {
        line-height: 22px;
    }

.readmore {
    padding-top: 15px;
    text-align: right;
}

.product-list a {
    color: #8B001F;
}

.main-right {
    float: left;
    width: 32%;
}

.right-service, .right-cates {
    background: #F9F9F9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.right-service {
    margin-top: 20px;
    padding-left: 20px;
}



@media screen and (max-width:959px) {

    .home-focus {
        width: 95%;
        margin:auto;
        float: none;
    }

    .home-cates {
        width: auto;
        float: none;
    }

    .feedback {
        width: auto;
        float: none;
        padding-left: 5%;
    }

    .main-right, .main-left {
        float: none;
        width: auto;
    }
        .main-right, .main-left img {
            max-width:550px;
        }
        .main-right {
            margin-left: 5%;
            margin-right: 5%;
        }
}

.mininav {
    height: 40px;
    background-color: #dd3333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd3333), to(#b70000));
    background-image: -webkit-linear-gradient(top, #dd3333, #b70000);
    background-image: -moz-linear-gradient(top, #dd3333, #b70000);
    background-image: -ms-linear-gradient(top, #dd3333, #b70000);
    background-image: -o-linear-gradient(top, #dd3333, #b70000);
    background-image: linear-gradient(top, #dd3333, #b70000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd3333, endColorstr=#b70000);
    margin-top:10px;
    display:none;
}

.mininav span, .mininav a{
    display:inline-block;
    height:40px;
    line-height:40px;
    padding:0 10px;
    color:#fff;
    font-size:14px;
}
    .mininav a {
        float:right;
    }@media screen and (max-width:959px) and (min-width:680px) {
        .w960 {
        width: 98%;
    }

    .home-focus-items p {
        padding: 5px 15px;
        font-size: 14px;
        right: 25px;
        bottom: 10px;
    }

    .main-cates li p {
        line-height: 22px;
        color: #fff;
        font-size: 12px;
        padding: 2px 0;
    }
    .home-cates li {
        height: 220px;
    }
    .main-cates li {
        height: 180px;
    }
}

@media screen and (max-width:679px) {
    /*.mininav {
        display:block;
    }*/
    /*.nav {
        display:none;
    }*/
    .w960 {
        width: 96%;
    }

    .top {
        height: auto;
        padding-bottom: 50px;
        background-position: center bottom;
        background-size: 100% auto;
    }

    .logo {
        float: none;
        text-align: center;
    }

        .logo img {
            width: 50%;
        }

    .topLink {
        float: none;
        text-align: center;
    }

    .nav .menuA {
        display: inline-block;
        padding: 0 20px;
        font-size: 12px;
        color: #fff;
    }

    .home-focus-items p {
        padding: 5px 15px;
        font-size: 14px;
        right: 25px;
        bottom: 10px;
    }
    .home-cates li {
        height: 220px;
    }
    .main-cates li {
        height: 120px;
    }

    .main-cates li p {  
        line-height:normal;
        color: #fff;
        font-size: 12px;
        padding: 2px 0;
        margin:0;
    }
}
@media screen and (max-width:500px) {
    .menu {
        width:25%;
        min-width:100px;
        padding:0;
        margin:0;
    }
    .nav a.menuA {
        width:auto;
        display: block;
        text-align:center;
        font-size: 12px;
    }
}

.fixedlink {
    position:fixed;
    z-index:999;
    width:70px;
    top:50%;
    margin-top:-150px;
    left:10px;
}
    .fixedlink img {
        width:70px;
        height:70px;
    }
    .fixedlink a {
        display:block;
        margin:5px 0;
    }

@media screen and (max-width:679px) {
    .fixedlink {
        position: fixed;
        z-index: 999;
        width: 40px;
        top: 50%;
        margin-top: -100px;
        left: 10px;
    }

        .fixedlink img {
            width: 40px;
            height: 40px;
        }
}

.swiper-slide a {
    display:block;
    position:relative;
}
.swiper-slide p {
    position: absolute;
    display:block;
    bottom: 5px;
    width:100%;
    text-align: left;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    margin:0;
    padding:10px;
    padding-bottom:35px;
    line-height:20px;
    font-size:14px;
}
    .swiper-slide p span {
        display:block;
        font-size:22px;
        padding-bottom:15px;
    }

/*文章*/
dl, dt, dd {
    margin: 0;
    padding: 0;
}

dl {
    margin-bottom: 30px;
}

dd {
    line-height: 26px;
}

    dd img {
        float: left;
        margin-right: 15px;
        border: 1px solid #ccc;
    }

dt {
    font-size: 18px;
    padding-bottom: 10px;
}

    dt a {
        color: #8b001f;
    }

        dt a:hover {
            text-decoration: underline
        }

.pagination {
    text-align: center
}

.pagination a {
    font-size: 14px;
    display: inline-block;
    padding: 3px 20px;
    background: #f0f0f0;
    color: #666;
}

.pagination a:hover {
    background: #c81818;
    color: #fff;
}

.content p{
    text-indent:2em;
    line-height:24px;
}
.content img {
    max-width:100%;
}