
/* CSS Document */


html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font: 14px Arial, "宋体";
    position: relative;
    color: #333;
    line-height:1.5;
}

ul, li, p, img, b, a, ol, em, a, h1, h2, h3, h4, h5, h6, h7 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
    font-style: normal;
    border: none;
    color: inherit;
    font-weight: 100;
    text-decoration: none;
    cursor: pointer;
}
#dituContent img {max-width: none;}
.title {
    width: 100%;
    height: 55px;
    position: relative;
    text-align: center;
}


    .title:before {
        content: "";
        position: absolute;
        border-bottom: 2px solid #ccc;
        width: 100%;
        height: 2px;
        display: block;
        top: 8px;
        left: 0;
    }

    .title h1 {
        display: inline-block;
        margin: auto;
        height: 22px;
        line-height: 22px;
        position: relative;
        font-size: 20px;
        padding: 0px 10px;
        border-left: 2px solid #00a0e9;
        border-right: 2px solid #00a0e9;
        background: #fff;
        z-index: 2;
    }

    .title .more {
        width: 12px;
        margin: 7px auto 0;
        height: 12px;
        line-height: 12px;
        text-align: center;
        border: 1px solid #ccc;
        display: block;
        font-size: 16px;
        color: #ccc;
    }

.nav li a, #corpright, #corpright a, .main_nav li:after, .pading .current, .navbox li a {
    color: #fff;
}

#slides {
    width: 100%;
}

    #slides img {
        width: 100%;
    }

#slides {
    position: relative;
    width: 100%;
}


    #slides img {
        width: 100%;
    }



    #slides .hd {
        position: absolute;
        bottom: 10px;
        left: 45%;
    }

        #slides .hd li {
            width: 15px;
            height: 2px;
            text-align: center;
            color: rgba(0, 0, 0, 0);
            margin: 0px 0px 0px 5px;
            float: left;
            background: #ccc;
        }



 #slides .hd li.on {
    background: #00a0e9;
}

.header {
    position: relative;
}

.logo {
    padding: 10px 0;
}

    .logo a img {
        max-height: 100px;
        max-width: 100%;
        display: block;
    }

.navs {
    display: block;
    border: 1px solid #00a0e9;
    width: 24px;
    padding: 9px 10px;
    height: 9px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 32px;
    z-index: 10000;
}

    .navs:before {
        content: "";
        border-top: 2px solid #00a0e9;
        display: block;
    }

    .navs:after {
        content: "";
        display: block;
        border-bottom: 6px double #00a0e9;
        margin-top: 2px;
    }

.nav {
    width: 100%;
    padding: 5px 0px;
    background: #00a0e9;
    text-align: center;
    clear: both;
    display: none;
}

    .nav li {
        height: 28px;
        line-height: 28px;
        -webkit-box-flex: 1;
    }

        .nav li a {
            display: block;
            width: 100%;
            font: 100 14px/28px "宋体";
        }

.navbox {
    width: 100%;
}



    .navbox li {
        text-align: center;
        width: 23%;
        float: left;
        line-height: 35px;
        background: #00a0e9;
        margin: 3px 1%;
    }

        .navbox li a {
            display: block;
            font-size: 12px;
            margin: 1px;
            height: 35px;
            line-height: 35px;
        }

/**/




/*首页*/

.one {
    padding: 15px 0 0px;
}

.one_m {
    width: 98%;
    margin: auto;
}

.one_img {
    width: 50%;
    float: left;
    position: relative;
    margin-right: 10px;
}

    .one_img img {
        width: 100%;
        display: block;
    }

.one_c {
    line-height: 1.8em;
}
/**/

.two {
    margin-top: 10px;
}

    .two ul {
        width: 98%;
        margin: 0px auto 0;
    }

    .two li {
        width: 48%;
        margin-right: 3%;
        margin-bottom: 3%;
        float: left;
    }

        .two li a {
            display: inline-block;
            overflow: hidden;
            border: 1px solid #fff;
            box-shadow: 3px 3px 5px #aaa;
            width: 100%;
        }

        .two li:nth-child(2n) {
            margin-right: 0;
        }

        .two li img {
            width: 100%;
            display: block;
        }

    .two ul h1 {
        display: block;
        width: 100%;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        text-align: center;
        background: #eee;
        font-size: 14px;
    }
/**/
.three {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

    .three ul {
        width: 98%;
        margin: auto;
    }

    .three .t2 {
        border-bottom: 1px dashed #00a0e9;
        height: 30px;
        position: relative;
       
    }

    .three .t1 {
        border-bottom: 1px dashed #00a0e9;
      
    }



        .three .t1 img {
            width: 100%;
            display: block;
        }

    .three li h2 {
        position: relative;
        width: 97%;
        padding-left: 15px;
        box-sizing: border-box;
        overflow: hidden;
        display: block;
        line-height: 30px;
        height: 30px;
        font-size: 14px;
       
    }





    .three li h2:before {
        content: "";
        display: block;
        border-left: 5px solid #00a0e9;
        border-top: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        border-bottom: 5px solid rgba(0,0,0,0);
        position: absolute;
        left: 4px;
        top: 9px;
    }

/**/
.fore {
    margin-top: 20px;
}

   .fore ul {
        width: 98%;
        margin: 0px auto 0;
    }

.fore li {
        width: 48%;
        margin-right: 3%;
        margin-bottom: 3%;
        float: left;
    }

     .fore li a {
            display: inline-block;
            overflow: hidden;
            border: 1px solid #fff;
            box-shadow: 3px 3px 5px #aaa;
            width: 100%;
        }

  .fore li:nth-child(2n) {
            margin-right: 0;
        }

    .fore li img {
            width: 100%;
            display: block;
        }

 .fore ul h1 {
        display: block;
        width: 100%;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        text-align: center;
        background: #eee;
        font-size: 14px;
    }

/**/
.five{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.five img {
        max-width: 100%;
        max-height: 100%;
        display: block;
    }
/*页面通用*/
.main {
    width: 96%;
    margin: auto;
}

.main_img {
    width: 100%;
}

    .main_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.pading {
    float: left;
    margin-top: 10px;
}

    .pading span {
        padding: 3px 8px;
        border: 1px solid #ccc;
        display: block;
        float: left;
        margin: 0px 2px;
    }

    .pading a {
        padding: 3px 8px;
        border: 1px solid #ccc;
        display: block;
        float: left;
        margin: 0px 1px;
    }

    .pading .current {
        border: none;
        padding: 3px 8px;
        border: 1px solid #000;
        background: #000;
    }

.text {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
}

   .text:before {
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    border-left: 2px solid #00a0e9;
    width: 2px;
    height: 25px;
}

    .text h1 {
        font: 100 16px/40px "宋体";
        padding-left: 20px;
    }

.main_nav li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
}

    .main_nav li:after {
        content: '>';
        display: block;
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 17px;
        background: #00a0e9;
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 50%;
    }

    .main_nav li a {
        padding-left: 20px;
        display: block;
        font: 100 12px/35px "宋体";
    }

    .main_nav li:hover a {
        color: #00a0e9
    }

.main_m {
    margin-top: 10px;
}

.main_m img{
   max-width:100%;display:block;height:auto;
}

.product li {
    float: left;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}
    .product li a {
        display: inline-block;
        overflow: hidden;
        border: 1px solid #fff;
        box-shadow: 3px 3px 5px #aaa;
        width: 100%;
    }

        .product li a img {
            display: block;
            width: 100%;
            height: auto;
            vertical-align: middle;
        }

    .product li h3 {
        display: block;
        width: 100%;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        text-align: center;
        background: #eee;
    }

.main .texts {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.main p.info {
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    margin-bottom: 20px;
}


.main ol li {
    border-bottom: 1px solid #d3d3d3;
    line-height: 35px;
    height: 35px;
    position: relative;
    overflow: hidden;
}

    .main ol li h3 {
        float: left;
        width: 75%;
        padding-left: 15px;
        box-sizing: border-box;
        overflow: hidden;
        display: block;
        line-height: 35px;
        height: 35px;
    }

    .main ol li p {
        float: right;
        width: 20%;
        line-height: 35px;
    }

  .main ol li:before {
    content: "";
    display: block;
    border-left: 5px solid #00a0e9;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    position: absolute;
    left: 4px;
    top: 10px;
}

.page {
    margin-top: 10px;
}

    .page img {
        display: block;
        max-width: 100%;height:auto
    }
/**/
#corpright {
    text-align: center;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 50px;
    background: #00a0e9;
    margin: 15px 0px 10px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.bottom li img {
    padding: 17px 0 0;
    width: 22px;
}

.bottom li a {
    display: block;
    text-align: center;
    color: #024475;
}

.bottom li {
    width: 25%;
    height: 50px;
    float: left;
}

.bottom {
    z-index: 9999;
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
    background: #000;
}
