﻿@charset "utf-8";
/* CSS Document background:url(../images/body_bg.jpg) no-repeat center top;*/

body {
    margin: 0 auto;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #606060;
}
/*
html {
 
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
 
-webkit-filter: grayscale(100%);
}
*/

h1, h2, h3, h4, ul, li, dl, dt, dd, p, img {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

/*表头部分*/
.head {
    height: 32px;
    width: 100%;
    background: url(../images/topBJ.gif) repeat-x;
}

#hcontainer {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}

    #hcontainer a, a:visited {
        text-decoration: none;
        color: #606060;
    }

        #hcontainer a:hover {
            text-decoration: underline;
            color: #FF0000;
        }


.menucontainer {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
}

.menuLogo {
    width: 290px;
    height: 70px;
    float: left;
    border: #FF0000 0px solid;
}

/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
    width: 910px;
    padding-left: 290px;
    float: left;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    border: #FF0000 0px solid;
}
    /* remove the bullets and set the margin and padding to zero for the unordered list */
    .menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
        /* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
        .menu ul li {
            float: left;
            position: relative;
        }
            /* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
            .menu ul li a, .menu ul li a:visited {
                display: block;
                text-align: center;
                text-decoration: none;
                width: 130px;
                height: 70px;
                color: #292929;
                line-height: 70px;
                font-size: 20px;
                font-weight: normal;
            }
            /* make the dropdown ul invisible */
            .menu ul li ul {
                display: none;
            }
            /* specific to non IE browsers */
            /* set the background and foreground color of the main menu li on hover b3ab79*/
            .menu ul li:hover a {
                color: #fff;
                background: #007DC5;
            }
            /* make the sub menu ul visible and position it beneath the main menu list item */
            .menu ul li:hover ul {
                display: block;
                position: absolute;
                left: 0;
            }
                /* style the background and foreground color of the submenu links */
                .menu ul li:hover ul li a {
                    display: block;
                    background: #c3d8fc;
                    color: #606060;
                    height: 60px;
                    line-height: 60px;
                    font-size: 18px;
                }
                    /* style the background and forground colors of the links on hover */
                    .menu ul li:hover ul li a:hover {
                        background: #faeec7;
                        color: #000000;
                    }

            .menu ul li.nobg {
                background: none;
            }

.credSJ {
    float: right;
    width: 85px;
    color: #FF0000;
    font-size: 15px;
}

.cnorSJ {
    float: right;
    width: 85px;
    font-size: 15px;
}



/* banner-box */
.banner-box_container {
    width: 100%;
    margin: 0 auto;
    height: 450px;
}

.banner-box {
    margin: 0 auto;
    width: 100%;
    height: 450px;
    text-align: center;
    overflow: hidden;
}

    .banner-box .bd {
        margin: 0 auto;
        width: 100%;
        position: relative;
    }

        .banner-box .bd li {
            margin: 0 auto;
            height: 450px;
        }

            .banner-box .bd li .m-width {
                overflow: hidden; /*当超越边界时隐藏*/
                height: 450px;
                text-align: center;
            }

            .banner-box .bd li a {
                display: block;
            }

.banner-btn {
    margin: 0 auto;
    position: relative;
    margin-top: -480px;
    width: 1200px;
    height: 450px;
}

    .banner-btn a {
        position: absolute;
        display: block;
        width: 49px;
        height: 104px;
        top: 210px;
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
    }

        .banner-btn a.prev {
            left: 20px;
            background: url(../images/foot.png) no-repeat 0 0;
        }

        .banner-btn a.next {
            right: 20px;
            background: url(../images/foot.png) no-repeat -49px 0;
        }

.banner-box .hd {
    /*margin-left: 540px;*/
    margin: 0 auto;
    position: relative;
    width: 200px;
    height: 450px;
    top: 400px;
}

    .banner-box .hd ul li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        text-indent: -9999px;
        margin-right: 20px;
        background: #ccc;
        float: left;
        cursor: pointer;
    }

        .banner-box .hd ul li.on {
            background: #DA324D;
        }


.group {
    width: 1200px;
    margin: 0 auto;
    height: 230px;
    margin-top: 20px;
}

.groupLL {
    width: 460px;
    float: left;
}

.groupCC {
    width: 10px;
    float: left;
}

.groupRR {
    width: 730px;
    float: left;
}

/*首页新闻部分*/
#Tab {
    margin: 0 auto;
    width: 440px;
}

.Menubox {
    height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #004cb4;
    border-bottom: #AEAEAE 1px solid;
}

    .Menubox ul {
        list-style: none;
        position: absolute;
        font-family: "微软雅黑";
    }

        .Menubox ul li {
            float: left;
            line-height: 31px;
            display: block;
            cursor: pointer;
            width: 100px;
            text-align: center;
            color: #707070;
            font-weight: normal;
        }

            .Menubox ul li.aa {
                float: left;
                line-height: 31px;
                display: block;
                cursor: pointer;
                width: 10px;
                text-align: center;
                color: #707070;
                font-weight: normal;
            }

            .Menubox ul li a, a:visited {
                float: left;
                line-height: 31px;
                display: block;
                cursor: pointer;
                width: 90px;
                text-align: center;
                color: #707070;
                font-weight: normal;
                text-decoration: none;
            }

                .Menubox ul li a:hover {
                    color: #C31F0B;
                    text-decoration: none;
                }

            .Menubox ul li.hover {
                border-bottom: 1px solid #fff;
                color: #C31F0B;
                font-weight: normal;
            }
                /*background:url(../images/point_xyzx.png)  no-repeat;*/
                .Menubox ul li.hover a, a:visited {
                    border-bottom: 1px solid #fff;
                    color: #C31F0B;
                    font-weight: normal;
                }

            .Menubox ul li.Menuboxsplit {
                width: 90px;
                font-size: 20px;
                font-weight: normal;
            }

.Contentbox {
    clear: both;
    margin: 0 auto;
    font-size: 15px;
    width: 420px;
    padding-top: 4px;
}

    .Contentbox ul {
        list-style: none;
        padding: 0;
    }

        .Contentbox ul li {
            line-height: 31px;
            border-bottom: 1px dotted #ccc;
        }

            .Contentbox ul li a:link, .Contentbox ul li a:visited, .Contentbox ul li a:active {
                font-size: 15px;
                text-decoration: none;
                color: #333333;
            }

            .Contentbox ul li a:hover {
                font-size: 15px;
                text-decoration: underline;
                color: #FF0000;
            }

            .Contentbox ul li span {
                font-size: 15px;
                float: right;
            }

/*右下角功能模块*/

/*列表样式头部 */
.lb1 {
    width: 1200px;
    height: 36px;
    margin: 0 auto;
    border-bottom: #CACACA 1px solid;
}

.lb1Img {
    width: 34px;
    height: 28px;
    float: left;
}

.lb1Text {
    width: 1166px;
    line-height: 28px;
    float: left;
    font-size: 16px;
    color: #333333;
}

    .lb1Text a:link, .lb1Text a:visited, .lb1Text a:active {
        color: #333333;
        text-decoration: none;
        font-weight: normal;
        font-size: 16px;
    }

    .lb1Text a:hover {
        color: #FF0000;
        text-decoration: underline;
        font-weight: normal;
        font-size: 16px;
    }

/*通用列表样式 */
.lb1Content {
    width: 1200px;
    margin: 0 auto;
    border: #AEAEAE 0px solid;
    margin-top: 10px;
}

    .lb1Content ul {
        list-style: none;
        padding: 0;
    }

        .lb1Content ul li {
            line-height: 32px;
            border-bottom: 1px dotted #ccc;
        }

            .lb1Content ul li a:link, .lb1Content ul li a:visited {
                text-decoration: none;
                color: #333;
                font-size: 15px;
            }

            .lb1Content ul li a:hover {
                text-decoration: underline;
                color: #FF0000;
                font-size: 15px;
            }

/*列表样式 iStyle:1*/
.lbContent1 {
    width: 1200px;
    margin: 0 auto;
    border: #AEAEAE 0px solid;
    margin-top: 20px;
}

    .lbContent1 .cab {
        width: 1000px;
        height: 220px;
        margin: 0 auto;
        margin-top: 20px;
        border-bottom: #AEAEAE 1px solid;
    }

        .lbContent1 .cab .ll {
            width: 360px;
            height: 200px;
            text-align: center;
            float: left;
        }

            .lbContent1 .cab .ll img {
                width: 320px;
                height: 180px;
                text-align: center;
            }

        .lbContent1 .cab .rr {
            width: 640px;
            height: 200px;
            text-align: left;
            float: left;
        }

            .lbContent1 .cab .rr ._title, ._title a:link, ._title a:visited {
                font-size: 20px;
                font-weight: bold;
                line-height: 40px;
                text-decoration: none;
            }

                .lbContent1 .cab .rr ._title a:hover {
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 40px;
                    color: #FF0000;
                    text-decoration: underline;
                }

            .lbContent1 .cab .rr ._content {
                font-size: 15px;
                text-indent: 2em !important;
                line-height: 30px;
            }

            .lbContent1 .cab .rr ._date {
                font-size: 15px;
                text-align: right;
            }
/*新闻明细页信息*/
.news {
    width: 1200px;
    margin: 0 auto;
}

.newsTitle {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    text-align: center;
    line-height: 40px;
}

.newsSJHits {
    border-bottom: #CACACA 1px dotted;
    text-align: center;
    line-height: 28px;
}

.newsContent {
    text-align: left;
    line-height: 28px;
    padding-top: 5px;
}

.newsPN {
    width: 1200px;
    margin: 0 auto;
    border-top: #CACACA 1px dotted;
    line-height: 28px;
}

    .newsPN a:link, .newsPN a:visited {
        text-decoration: none;
        color: #333;
        font-size: 15px;
    }

    .newsPN a:hover {
        text-decoration: underline;
        color: #FF0000;
        font-size: 15px;
    }

#newsCDIV p img {
    margin-left: -40px;
    margin-bottom: 20px;
}

#newsCDIV p {
    margin: 0px;
    text-indent: 2em !important;
    font-size: 18px;
    line-height: 36px;
    font-family: "微软雅黑","仿宋","仿宋_GB2312";
    color: #000000;
}

/*宝田石业 列表顶部样式*/
.mChild1 {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    border: #AEAEAE 0px solid;
    margin-top: 20px;
}

    .mChild1 .mcTOP {
        width: 1200px;
        height: 40px;
        color: #FF0000;
        font-size: 20px;
        text-align: left;
        padding-left: 20px;
        font-weight: normal;
        letter-spacing: 5px;
    }

    .mChild1 .mcLL1 {
        width: 630px;
        text-align: center;
        float: left;
    }

    .mChild1 .mcRR1 {
        padding-top: 30px;
        width: 560px;
        text-align: left;
        float: left;
        font-size: 15px;
        line-height: 25px;
    }

        .mChild1 .mcRR1 p {
            text-indent: 2em !important;
        }
/*宝田石业 列表底部样式*/
.mbChild1 {
    width: 1200px;
    margin: 0 auto;
    border: #AEAEAE 0px solid;
    margin-top: 20px;
}

    .mbChild1 .mbcTOP {
        width: 1200px;
        height: 40px;
        color: #FF0000;
        font-size: 20px;
        text-align: left;
        padding-left: 20px;
        font-weight: normal;
    }

    .mbChild1 .mbcLCR {
        width: 1200px;
        height: 300px;
        margin: 0 auto;
    }

    .mbChild1 .mbcL1 {
        width: 400px;
        height: 300px;
        float: left;
        text-align: center;
    }


        .mbChild1 .mbcL1 img {
            width: 370px;
            height: 260px;
            border: 0px;
        }

        .mbChild1 .mbcL1 a:link, .mbChild1 .mbcL1 a:visited {
            font-size: 15px;
            text-decoration: none;
            color: #333333;
        }

        .mbChild1 .mbcL1 a:hover {
            font-size: 15px;
            text-decoration: underline;
            color: #FF0000;
        }


/*明细信息*/
.mChildMX1 {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

.mcMXLL1 {
    width: 140px;
    line-height: 40px;
    float: left;
    color: #8e0101;
    font-size: 20px;
    text-align: center;
    border-bottom: #8e0101 2px solid;
}

.mcMXLL2 {
    width: 1060px;
    height: 40px;
    float: left;
    border-bottom: #AEAEAE 2px solid;
}
/*明细信息主体*/
.mChildMXB {
    width: 1200px;
    height: 660px;
    margin: 0 auto;
    margin-top: 20px;
}

.mChildMXBLL1 {
    width: 140px;
    height: 660px;
    float: left;
    text-align: center;
}

.scrollbar {
    width: 140px;
    height: 640px;
    overflow-y: scroll;
    cursor: pointer;
}

    .scrollbar::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .scrollbar::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #ededed;
    }


.mChildMXBLL1B {
    margin-top: 20px;
    width: 120px;
    height: 80px;
    border: #EAEAEA 1px solid;
}

    .mChildMXBLL1B img {
        width: 113px;
        height: 70px;
        border: 0;
    }

.mChildMXBLL2 {
    width: 700px;
    height: 660px;
    float: left;
}

.mChildMXBLL2B {
    margin-left: 50px;
    width: 600px;
    height: 640px;
    border: #EAEAEA 1px solid;
}

.mChildMXBLL3 {
    width: 360px;
    height: 660px;
    float: left;
    font-size: 20px;
}

/*分页信息*/
.fy {
    width: 700px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .fy a, a:link {
        text-decoration: none;
        color: #333333;
    }

        .fy a:visited {
            text-decoration: none;
            color: #333333;
        }

        .fy a:hover {
            text-decoration: underline;
            color: #FF0000;
        }




/*社会责任*/
.shzr {
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    border: #FF0000 0px solid;
}

    .shzr .lltop {
        width: 460px;
        height: 40px;
        float: left;
        font-size: 24px;
        font-weight: normal;
    }

    .shzr .cctop {
        width: 40px;
        height: 40px;
        float: left;
    }

    .shzr .rrtop {
        width: 690px;
        height: 40px;
        float: left;
        font-size: 24px;
        font-weight: normal;
        color: #AE1400;
    }

    .shzr .ll {
        width: 460px;
        height: 220px;
        float: left;
    }

.shzrll {
    width: 420px;
    height: 220px;
    padding-left: 40px;
    float: left;
}

.shzr .cc {
    width: 40px;
    height: 220px;
    float: left;
}

.shzr .rr {
    width: 690px;
    height: 220px;
    padding-top: 6px;
    line-height: 25px;
    float: left;
}

    .shzr .rr p {
        text-indent: 2em !important;
    }


._blayerContainer {
    width: 100%;
    height: 250px;
    background: #DADADA;
    border: #000 0px solid;
}

._blayer {
    margin: 0 auto;
    height: 250px;
    width: 1200px;
    border: #FF0000 0px solid;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0px,0px,0px);
    transition: all 500ms ease;
    text-align: left;
}

._blayerdiv {
    margin-top: 20px;
    width: 200px;
    height: 200px;
    border: #FFF 1px solid;
    float: left;
    background: rgba(255,255,255,0.5);
    text-align: left;
}

    ._blayerdiv img {
        width: 200px;
        height: 200px;
    }

    ._blayerdiv:hover {
        width: 200px;
        height: 200px;
        border: #FFF 1px solid;
        float: left;
        cursor: pointer;
        background: rgba(255,90,0,0.5);
        transform: translate(0,-10px);
        transition: all 500ms ease;
    }

/**企业荣誉**/
.qyry {
    margin: 0 auto;
    width: 1200px;
    border: #AEAEAE 0px solid;
    margin-top: 20px;
}

    .qyry .qyryTOP {
        width: 1200px;
        height: 40px;
        color: #FF0000;
        font-size: 20px;
        text-align: left;
        padding-left: 20px;
        font-weight: normal;
    }

    .qyry .qyryLCR {
        width: 1200px;
        height: 210px;
        margin: 0 auto;
        background:#EAEAEA;
    }


/*滚动图片样式开始*/

#demoA{width: 1100px;height:210px;margin:0 auto;border:#000 0px solid;}
#demoL{width: 30px;float:left;}
#demoL .prev1{ display:block;  width:30px; height:70px; margin-top: 45px;}
#demoL .prev1{ background: url(../images/prev1.png) 0px 0px no-repeat; float: right; }
#demoL .prev1:hover{ background: url(../images/prev1.png) 0px -70px no-repeat; float: right; }


#demoR{width: 30px;float:right;}
#demoR .next1{ display:block;  width:30px; height:70px; margin-top: 45px;}
#demoR .next1{ background: url(../images/next1.png) 0px 0px no-repeat; float: right; }
#demoR .next1:hover{ background: url(../images/next1.png) 0px -70px no-repeat; float: right; }

#demo {width: 1006px;height:180px;overflow:hidden; margin:10px 0 auto;} 
#indemo { float: left; width:200%} 
#demo1{ float: left;}

#demo1 .pl img { display:block; cursor:pointer; border:none; margin:6px auto 1px auto; width:160px;height:150px;}
#demo1 .pl { width:165px; border:1px solid #f3f3f3; float:left; float:left; text-align:center; line-height:24px; font-size:15px;font-weight:normal;}
#demo1 a.pl,a.pl:visited {  color:#333333;  text-decoration:none;font-size:15px;font-weight:normal;}
#demo1 a.pl:hover { border:0px solid #FF9103; color:#FF0000; background:#fff; text-decoration:underline;font-size:15px;font-weight:normal;}

#demo2 { float: left; } 
#demo2 .pl img { display:block; cursor:pointer; border:none; margin:6px auto 1px auto; width:160px;height:150px;}
#demo2 .pl { width:165px; border:1px solid #f3f3f3; float:left; float:left; text-align:center; line-height:24px; }
#demo2 a.pl,a.pl:visited {  color:#333333;  text-decoration:none;font-size:15px;font-weight:normal;}
#demo2 a.pl:hover { border:0px solid #FF9103; color:#FF0000; background:#fff; text-decoration:underline;font-size:15px;font-weight:normal;}

/*重新布署滚动图片 2020-03-24*/
 #div1{position: relative;border:0px solid #0ff;width:1000px; height: 180px;margin:0 auto;overflow: hidden;}
 #div1 ul{position: absolute;left: 0;}
 #div1 ul li{list-style: none;width:230px;float: left;padding: 4px;height: 180px;text-align:center;}
 #div1 ul li img{width:230px;height:140px;border:0px;}
 #div1 ul li a{text-decoration:none;font-size:15px;font-weight:normal;}
 #div1 ul li a:visited{text-decoration:none;font-size:15px;font-weight:normal;}
 #div1 ul li a:hover{text-decoration:underline;color:#FF0000;font-size:15px;font-weight:normal;}
/*滚动图片样式结束*/

/*底部*/
.foot2 {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    border-top: #AEAEAE 1px solid;
}

.foot2Container {
    width: 1200px;
    margin: 0 auto;
    color: #333333;
    height: 40px;
}

.foot2Left {
    width: 200px;
    float: left;
    line-height: 40px;
}



    .foot2Left a:link, .foot2Left a:visited, .foot2Left a:active {
        font-size: 14px;
        color: #333333;
        text-decoration: none;
    }

    .foot2Left a:hover {
        font-size: 14px;
        color: #333333;
        text-decoration: underline;
    }


.foot2Right {
    width: 1000px;
    float: right;
    line-height: 40px;
    text-align: right;
}

    .foot2Right a:link, .foot2Right a:visited, .foot2Right a:active {
        font-size: 14px;
        color: #333333;
        text-decoration: none;
    }

    .foot2Right a:hover {
        font-size: 14px;
        color: #333333;
        text-decoration: underline;
    }
