﻿/*layout*/

/*common*/
html, body {
    -mox-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 黑体;
    font-size: 13px;
    color: #07913a;
}

h1, h2, h3, h4, h5 {
    font-family: "方正兰亭粗黑简体";
}

a {
    cursor: pointer;
    color: #07913a;
}

    a:hover {
        text-decoration: none;
        color: #e60012;
    }

ul li {
    list-style: none;
}

.red-col {
    color: #E50011;
}

/*header*****/
header {
    margin: 0 auto;
    max-width: 1500px;
    padding-bottom: 10px;
    padding-top: 22px;
}

    header .col-md-2 {
        padding-left: 6%;
        padding-right: 0;
    }

    header .col-md-10 {
        padding-left: 0;
    }

.feature-head {
    padding: 1px 7px 0;
}

a:hover img {
    opacity: 0.8;
}

img {
    max-width: 100%;
}

.icon {
    background: url(../images/icon.png);
}

.form-control {
    font-size: 12px;
}

/*nav*/
.ddb-nav {
    padding-top: 22px;
    border-bottom: none;
}

    .ddb-nav > li > a {
        display: inline-block;
        float: left;
        padding: 0px 20px;
        font-size: 20px;
        border-left: 1px solid #ccc;
        /*下面为覆盖bootstrap样式*/
        border-bottom: none;
        border-top: none;
        border-right: none;
        border-radius: 0px;
    }

        .ddb-nav > li > a:hover {
            background-color: #fff;
            border-left: 1px solid #ccc;
        }



    .ddb-nav > li:first-child > a {
        border-left: none;
    }

.dropdown-menu > li > a {
    color: #07913a;
}
/**/
.wrap-w {
    width: 1500px;
    margin: 0 auto;
}
/*wrap-main**********/
.wrap-red {
    background: #c30d23;
}

.wrap-main {
    margin: 0 auto 0 auto;
}

.wrap-gray {
    background-color: #e4e4e4;
    padding-bottom: 13px;
}

    .wrap-gray img {
        max-width: 100%;
    }
/*banner*/
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    content: " ";
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right {
    background: url(../images/ar-btn-1.png) no-repeat;
    width: 22px;
    height: 42px;
}

.carousel-control .glyphicon-chevron-right {
    background-position: top right;
}

.carousel-indicators {
    text-align: right;
    bottom: -8px;
}

    .carousel-indicators li {
        background: #dabac9;
        border: 1px solid #dabac9;
    }

    .carousel-indicators .active {
        background-color: #E50011;
    }

.img {
    display: block;
    padding: 5px;
    background: #fff;
}

.slide a:hover img {
    opacity: 1;
}

/***产品滚动***/
.product-list {
    text-align: center;
}

    .product-list .wel-tle {
        font-size: 2em;
        color: #00551a;
        padding: 30px;
    }

.scrollBox {
    position: relative;
}

    .scrollBox .piclist {
        overflow: hidden;
        zoom: 1;
    }

    .scrollBox .ohbox {
        overflow: hidden;
        position: relative;
    }

    .scrollBox .piclist li {
        float: left;
        display: inline;
        width: 245px;
        padding: 0;
        margin: 0 25px;
        text-align: center;
    }

        .scrollBox .piclist li span {
            font-size: 16px;
            display: block;
            padding: 3px 0 1px 0;
        }

        .scrollBox .piclist li p {
            font-size: 13px;
        }

    .scrollBox .pageBtn span {
        background: url(../images/ar-btn.png) no-repeat;
        display: block;
        width: 16px;
        height: 27px;
        position: absolute;
        top: 72px;
        cursor: pointer;
        text-indent: -999em;
        overflow: hidden;
    }

    .scrollBox .pageBtn .prev {
        left: -5%;
        background-position: 0px 0px;
    }

    .scrollBox .pageBtn .next {
        right: -5%;
        background-position: -16px 0;
    }

    .scrollBox .pageBtn .list {
        overflow: hidden;
        zoom: 1;
        margin: 10px 0 0 413px;
    }

        .scrollBox .pageBtn .list li {
            background: #000;
            float: left;
            display: inline;
            width: 15px;
            height: 15px;
            background-position: -86px -57px;
            cursor: pointer;
            margin-left: 10px;
            line-height: 10000px;
            overflow: hidden;
        }

            .scrollBox .pageBtn .list li.on {
                background-position: -114px -57px;
            }



/****main-box****/
.sec {
    background: url(../images/star-bg.png) top center repeat-x #c60222;
    overflow: hidden;
}

.red-bg {
    position: relative;
    z-index: 1;
    background: #e83428;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.main-box {
    color: #000000;
    z-index: 1;
    background: #15b28e;
    padding: 10px;
    border-radius: 40px;
    margin: 78px 70px 40px;
}

    .main-box h3 {
        font-size: 48px;
        margin: 0;
        line-height: 85px;
        text-align: center;
        color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .main-box .con {
        padding: 40px 0;
        background: #fff;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }

    .main-box .con-sub {
        padding: 21px;
    }

        .main-box .con-sub h2 {
            background: url(../images/star.jpg) no-repeat left center;
            font-size: 36px;
            color: #006835;
            padding-left: 30px;
            vertical-align: middle;
            margin-top: 0;
            margin-bottom: 34px;
        }

            .main-box .con-sub h2 img {
                vertical-align: middle;
            }

        .main-box .con-sub p {
            font-size: 24px;
            padding-left: 35px;
            line-height: 32px;
        }

        .main-box .con-sub .text-ind {
            text-indent: 2em;
        }
 .main-box  .text-img

{    text-align: center;}
.name-r {
    margin-top: 20px;
}

    .name-r h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .name-r p {
        margin-bottom: 6px;
    }

/****浮层卡通图片****/
.img1 {
    position: absolute;
    top: 20px;
    right: 26px;
}

.img2 {
    position: absolute;
    top: 180px;
    left: -71px;
    z-index: -1;
}

.img3 {
    position: absolute;
    top: 48%;
    left: -83px;
    z-index: -1;
}

.img4 {
    position: absolute;
    top: 66px;
    left: 60px;
}

/****footer****/
.tile {
    background: url(../images/tile-bg.jpg) repeat-x;
    height: 16px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
    position: relative;
    z-index: 11;
}

.footer {
    text-align: center;
    background: url(../images/footer-bg.jpg) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 3%;
}

    .footer .link3 {
        background: #BDD3EB;
        margin-top: 20px;
        line-height: 38px;
        font-size: 16px;
        opacity: 0.8;
    }

    .footer .link4 a {
        font-size: 18px;
        display: inline-block;
        padding: 0 10px;
    }

    .footer a {
        color: #000;
    }

    .footer .copyright {
        padding-bottom: 10px;
        text-align: left;
        overflow: hidden;
        margin-left: 280px;
        color: #221814;
    }

        .footer .copyright p {
            float: left;
            padding: 20px;
        }


.btn-danger {
    background: #e60012;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 12px;
}

.carousel-control.right, .carousel-control.left {
    background: none;
}

.down {
    margin-top: 22px;
    margin-bottom: 22px;
}

    .down .iwf {
        border-right: 2px solid #ccc;
    }

.wrap-gray h1 {
    font-size: 28px;
}

.buy {
    background: #21AB38;
}

    .buy .con {
        padding: 58px 0;
    }
.buy a{
    text-decoration-line: underline;
}
.buy .second_p{
padding-left: 75px;
}
.buy .img_p{
text-align: center;
}

.service {
    background: #2CC9CA;
}

.superSlide .tempWrap {
    width: 750px !important;
}

.container {
    padding: 0;
}
