li {
    list-style: none;
}

.body {
    background: #f3f3f3;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 30px;
}

/*header*/
.header-top {
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
}

.header-top-left {
    float: left;
    color: #777777;
}

.header-top-right {
    float: right;
    position: relative;
    margin-top: 3px;
    padding-top: 5px;
}

.header-top-right input {
    height: 34px;
    border: none;
    border-radius: 5px;
    color: #777777;
    padding-left: 5px;
    width: 100%;
}

.header-top-right button {
    height: 34px;
    text-align: center;
    line-height: 34px;
    top: 3px;
    background: transparent;
    border: none;
    outline: none;
    color: #777777;
    position: absolute;
    right: 0px;
}

.header-bottom {
    line-height: 126px;
}

.logo {
    float: left;
    width: 15%;
}

.logo img {
    max-width: 100%;
}

.header-menu {
    float: right;
    text-align: right;
}

.header-menu ul {
    padding-left: 0px;
}

.header-menu ul li {
    float: left;
    padding-left: 40px;
}

.header-menu ul li a {
    font-size: 15px;
    color: #000;
}

.header-menu ul li a:hover {
    color: rgb(214, 0, 0);
    text-decoration: none;
}

.index-drop-down {
    z-index: 9;
    border-radius: 0;
    background: #fff;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px 0 30px 0;
    width: 900px;
    display: none;
}

.menu {
    float: right;
}

.menu-second-ul {
}

.menu-second-ul li a {
    color: #000;
}

.menu-second-ul li {
    line-height: 24px;
}

.menu-second-ul li:first-child a {
    font-size: 15px;
    color: #000;
}

.menu-second-ul li:first-child {
    padding-bottom: 10px;
}

.menu-second-ul li:hover a {
    color: #c00f0f;
    text-decoration: none;
}


/* foot */

.index-drop-down-f {
    z-index: 9;
    border-radius: 0;
    background: #fff;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px 0 30px 0;
    width: 350px;
    display: none;
}

/* .menu-f {
    float: right;
} */

.menu-second-ul-f {
}

.menu-second-ul-f li a {
    color: #000;
}

.menu-second-ul-f li {
    line-height: 24px;
    display: block;
    width: 100%;

}

.menu-second-ul-f li a {
    float: left;
}


.menu-second-ul-f li:hover a {
    color: #cf0826 !important;
    text-decoration: none;
}


/*index*/
.index-category {
    padding: 60px 0 30px 0;
    background: #f3f3f3;
}

.index-category-list {

}

.index-category-list img {
    width: 100%;
}

.index-category-list-des {
    position: absolute;
    top: 40px;
    left: 35px;
    width: 65%;
}

.index-category-list-des h2 {
    font-size: 40px;
    margin: 0;
    font-weight: bold;
}

.index-category-list-des p {
    font-size: 40px;
    margin: 0;
}

.index-category-list {
    margin-bottom: 30px;
}

.index-product {

    padding: 55px 0 45px 0;
}

.index-product h2 {
    text-align: center;
    padding-bottom: 30px;
}

.product-list {
    margin-bottom: 30px;
}

.product-list p {
    font-size: 15px;
    color: #000;
}

.product-list button {
    width: 115px;
    height: 38px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    border-radius: 5px;
    outline: none;
}

.product-list button a:hover {
    text-decoration: none;
}

.index-banner img {
    max-width: 100%;
}

.index-banner {
    padding-bottom: 135px;
}

/*footer*/
.footer {
    background: #fff;
    padding: 55px 0;
}

.footer-list {

}

.footer-list ul {
    padding-left: 0px;
}

.footer-list ul li {
    line-height: 30px;
}

.footer-list ul li:first-child {
    font-size: 20px;
    padding-bottom: 15px;
    color: #000;
}

.footer-list ul li:first-child a {
    font-size: 20px;
    color: #000;
}

.footer-list ul li a {
    color: #777777;
}

.footer-list ul li a:hover {
    color: #000;
}

.footer-list ul li a:hover {
    text-decoration: none;
}

.footer-email a {
    color: #000 !important;
}

.footer-list input {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding-left: 15px;

    width: 85%;
    height: 32px;

}

.footer-list button {
    margin-left: -35px;
    border: none;
    background: none;
    text-align: center;
    color: #5b5b5b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    height: 32px;
}

.footer-bottom {
    background: #000;
    color: #fff;
}

.footer-bottom a {
    color: #cf0e29;
}

.crumb {
    padding: 15px 0;
}

.crumb a {
    font-weight: bold;
}

/*new*/
.new-detail {

}

.new-detail h1 {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.new-detail p {
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.new-detail {
    padding-bottom: 50px;
}

/*contact*/
.contact-left {

}

.contact-left h2, .contact-right h2 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 20px 0 40px;
}

.contact-left h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.contact-left ul {
    padding-left: 0px;
}

.contact-left ul li {
    line-height: 30px;
    color: #333333;
}

.contact-left ul li span {
    padding-right: 5px;
}

.contact-left ul li a {
    color: #cf0e29 !important;
}

.contact-left-fw {
    font-weight: bold;
}

.form-group input {
    height: 42px;
    width: 100%;
    padding-left: 15px;
    border: 1px solid #000;
    margin-bottom: 16px;
}

.form-group textarea {
    height: 300px;
    width: 100%;
    padding-left: 15px;
    border: 1px solid #000;
}

.contact-button button {
    width: 140px;
    height: 50px;
    color: #fff;
    background: #ce0f29;
    outline: none;
    border: none;
}

.map {
    width: 100%;
    height: 400px;
    margin: 35px 0 80px;
}

/*article*/
.about-img img {
    max-width: 100% !important;
    height: 100% !important;
    margin-bottom: 30px;
}

.ArticleList-right-one {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #eee;
}

.ArticleList-right-a {
    width: 28%;
    float: left !important;
    display: inline-block;
    top: 0px !important;
    overflow: hidden;
    position: relative;
}

.ArticleList-right-one img {
    float: left;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    overflow: hidden;
}

.ArticleList-right-a img {
    width: 100%;
}

.ArticleList-right-one img:hover {
    border: 1px solid #ccc;
    transform: scale(1.1);
}

.ArticleList-right-one-center {
    padding-left: 15px;
    float: left;
    width: 50%;
    color: #333;
}

.ArticleList-right-one-center h3 {
    font-size: 18px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: bold !important;
}

.ArticleList-right-content {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    height: 100px;
    margin-bottom: 0px;
}

.ArticleList-right-one a {
    float: right;
    position: relative;
    top: 70px;
}

.ArticleList-right-one a button {
    width: 135px;
    height: 50px;
    background: #ce0f29;
    color: #fff;
    border: none;
    outline: none;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ArticleList-right-h3 {
    float: none !important;
    top: 0px !important;
}


/*artical-pages*/
.artical-pages {
    text-align: center;
}

.artical-pages a {
    width: 38px;
    height: 38px;
    background: #fff;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: 45px 0;
}

.artical-pages a:hover {
    text-decoration: none;
    background: #e6e6e6;
}

/*product*/
.product-list img {
    max-width: 100%;
}

.product-list-ul {
    background: #fff;
    padding-left: 30px;
    margin-bottom: 0px;
}

.product-list-ul li {
    line-height: 30px;
}

.product-list-ul li a {
    color: #7f7f7f;
    text-transform: uppercase;
}

.product-list-ul li a:hover {
    text-decoration: none;
    color: #000;
}

.product-list-ul li:first-child {
    font-weight: bold;
}

.product-list-ul li:first-child a {
    color: #000;
}

.product-list-body h1 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 30px;
    color: #000000;
    text-transform: uppercase;
}

.product-list-ul:first-child {
    padding-top: 30px;
}

.product-list-ul:last-child {
    padding-bottom: 70px;
}

.product-list-left {
    margin-bottom: 30px;
}


/*product detail*/
.product-detail-left h5 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.carousel-inner {
    background: #f3f3f3;
}

.product-detail-right h1 {
    font-size: 34px;
    font-weight: bold;
    margin-top: 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
}

.product-detail-right p {
    color: #888888;
    line-height: 21px;
}

.product-detail-right button {
    width: 180px;
    height: 50px;
    background: #cf0e29;
    color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    margin: 40px 0 30px;
    transition: all .5s;
}

.product-detail-right button a {
    color: #fff;
}

.product-detail-right button:hover {
    background: #b90c25;
}

.product-detail-des {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.product-detail-right-des {
    text-align: left !important;
}

.product-detail-right-des ul {
    padding-left: 0px;
}

.product-detail-right-des table tr td {
    border: 1px solid #000;
}

.product-detail-right-des table {
    width: 100% !important;
    text-align: center;
}

.product-detail-right-des table tr:first-child {
    background: #e7e6e6 !important;
    color: #000 !important;
    height: 35px !important;
    vertical-align: middle !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.product-detail-right-des table tr {
    background: #fff !important;
    color: #000 !important;
    height: 35px !important;
    vertical-align: middle !important;
    font-size: 14px !important;
}


.product-detail-des-border {
    border-top: 1px solid #ddd;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.product-detail-des h3 {
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-top: 0px;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 3px solid #cf0e29;
}

.product-detail-des p {
    line-height: 21px;
    color: #888888;
    text-align: left;
}

.product-detail-related h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 60px 0 30px;
    text-align: center;
}

.product-detail-related {
    display: inline-block;
    width: 100%;
}


/*ico*/
.contact-us-ico {
    padding-left: 0px !important;
}

.footer-bottom-ico a {
    transition: all .5s;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #dedeed;
    background: #fff;
}

.footer-bottom-ico a i {
    color: #aaa;
    font-size: 16px !important;
}

.footer-bottom-ico a:hover {
    color: #ffffff !important;
    background: #cf0e29;
}

.footer-bottom-ico a:hover i {
    color: #ffffff !important;
}


/*new*/
.product-detail-right-des {
    line-height: 21px;
    color: #888888;
    text-align: left;
}

.product-detail-right-des h3 {
    line-height: 21px;
    color: #888888;
    font-weight: 700;
    text-align: left;
    font-size: 18px;
}

.product-detail-right-des ul {
    padding-left: 0px;
}

.product-detail-right-des ul li {
    line-height: 21px;
    color: #888888;
    text-align: left;
}

.product-detail-right-des ul li span {
    padding-right: 10px;
}


@media (min-width: 1200px) {
    .index-drop-down {
        width: 900px !important;
    }
}

@media (min-width: 768px) {
    .index-drop-down {
        width: 750px;
    }

}

@media (min-width: 992px) {
    .index-drop-down {
        width: 970px;
    }

    .index-product-list-float:nth-child(4n+1) {
        clear: left;
    }
}

@media (max-width: 1200px) {
    .menu {
        float: none;
    }
}

@media (max-width: 1200px) {
    .header-menu ul li {
        padding-left: 20px;
    }
}

@media (max-width: 1000px) {
    .header-menu ul li {
        padding-left: 10px;
    }
}

@media (max-width: 992px) {
    .index-product-list-float:nth-child(2n+1) {
        clear: left;
    }
    .product-list:nth-child(odd) {
        clear: left;
    }

    .header-menu ul li a {
        font-size: 12px;
        color: #7f7f7f;
    }
}

.index-slider-phone {
    display: none;
}

@media (max-width: 768px) {
    .index-slider {
        display: none;
    }

    .index-slider-phone {
        display: block;
    }

    .product-detail-right-des table {
        width: 100% !important;
        text-align: center;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        display: block;
    }

    .product-list-left {
        display: none;
    }

    .ArticleList-right-button {
        display: none;
    }

    .ArticleList-right-a img {
        width: 100% !important;
    }

    .article-list img {
        width: 100% !important;
        height: 100% !important;
    }

    .ArticleList-right-a {
        display: block !important;
        width: 50%;
    }

    .ArticleList-right-a {
        padding-left: 0px;
    }

    .ArticleList-right-content {
        font-size: 12px;
        overflow: hidden;
        height: 55px;
        margin-bottom: 1px;
    }

    .ArticleList-right-one-center {
        width: 50%;
    }

    .ArticleList-right-one-center h3 {
        font-size: 18px;
        color: #333;
        margin-top: 0px;
        margin-bottom: 10px;
        font-weight: bold !important;
    }


    .product-list img {
        max-width: 100%;
    }

    .header-top-right input {
        color: #333743;
        display: block;
        margin: 0;
        font-size: 12px;
        line-height: 24px;
        width: 100%;
        height: 55px;
        padding: 16.5px 60px 16.5px 20px;
        background: #fff;
        border: 1px solid #d9d9d9;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 0;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .header-top-right button {
        height: auto !important;
        left: auto !important;
        background: none;
        border: none;
        display: inline-block;
        padding: 0;
        outline: none;
        outline-offset: 0;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 51px;
        color: #fff;
        background: #cf0e29;
        font-size: 14px;
    }

    .header-top-right {
        padding-top: 0px !important;
        text-align: center;
        padding-bottom: 0px !important;
        display: inline-block;
        width: 100%;
        float: none;
        position: relative;
        margin-bottom: 10px;
    }

    .header-menu {
        display: none;
    }

    .logo {
        float: left;
        width: 50%;
    }

    .buttonset {
        color: #cf0e29;
        float: right;
        font-size: 30px;
        text-align: right;
    }
}