﻿

img {
    vertical-align: top;
}

.clear {
    clear: both;
}

dl dt {
    float: left;
}

dl dd {
    float: right;
}

.new-item {
    width: 1000px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.new-font {
    /*width:1000px; 
    height:132px;
    font-size:35px;
    text-align:center;
    padding:40px 0;*/
    padding: 40px 0;
    text-align: center;
}

    .new-font h2 i {
        display: inline-block;
        width: 80px;
        height: 14px;
        border-top: #000 1px solid;
        margin: 0 10px;
        line-height: 14px;
    }

    .new-font h2 {
        margin-bottom: 5px;
        font-weight: normal;
        font-size: 30px;
        color: #000;
    }


    .new-font p {
        font-size: 16px;
        color: #888;
    }

.newsbox {
    width: 980px;
    padding: 0 10px;
}

    .newsbox .newsleft {
        float: left;
        width: 420px;
        margin-right: 20px;
        _margin-right: 10px;
    }

    .newsbox .newsright {
        float: right;
        width: 420px;
    }

    .newsbox dl {
        width: 420px;
        height: 120px;
    }

.newsleft h2, .newsright h2 {
    font-size: 18px;
    color: #000;
    text-align: left;
    padding-bottom: 15px;
    font-weight: normal;
}

.list1 dt {
    width: 135px;
    padding-right: 10px;
}

.list1 dd {
    width: 270px;
}

p.bold a:link, p.bold a:visited {
    font-weight: bold;
    font-size: 14px;
    color: #CA2F2D;
    text-decoration: none;
}

p.bold a:hover {
    color: #F00;
    text-decoration: underline;
}

p.nomal a:link, p.nomal a:visited {
    font-size: 12px;
    color: #666;
    text-decoration: none;
    line-height: 20px;
}

p.nomal a:hover {
    color: #F00;
    text-decoration: underline;
}

p.nomal span.red a {
    color: #F00;
}

ul.list2 li {
    line-height: 35px;
    height: 35px;
    border-bottom: 1px solid #e7e7e7;
}

    ul.list2 li a {
        color: #666;
        background: url(../img/d.jpg) no-repeat left center;
        padding-left: 10px;
        *text-decoration: none;
        _text-decoration: none;
    }

p.morenew {
    text-align: right;
}

    p.morenew a {
        color: #f00;
    }

a:hover {
    text-decoration: underline;
}
/*集团产业*/
.gfimg_list {
    width: 100%;
    height: 290px;
    background: url(/img/bglist.png);
    padding: 30px 0;
}

.gfimg_list .new-font2 h2 {
        margin-bottom: 5px;
        font-weight: normal;
        font-size: 30px;
        color: #000;
        text-align: center;
    }

.gfimg_con {
    width: 100%;
    height: 300px;
    background: url(/img/bglist.png);
}

.gfimg_con1 {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
    height: 230px;
}

    .gfimg_con1 dl {
        float: left;
        width: 250px;
        height: 200px;
        position: relative;
        margin-left: 40px;
    }

        .gfimg_con1 dl dt {
            width: 250px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            border-radius: 8px;
            border: 1px solid #ccc;
        }


            .gfimg_con1 dl dt span {
                width: 65%;
                padding: 5%;
                font-size: 12px;
                height: 100%;
                line-height: 20px;
                position: absolute;
                left: -190px;
                top: 0;
                background: url(/img/b1.png);
                color: #fff;
                transition: left 0.2s;
                -webkit-transition: left 0.2s;
                -moz-transition: left 0.2s;
                -o-transition: left 0.2s;
                border-radius: 8px;
            }

            .gfimg_con1 dl dt:hover span { /*display:block;*/
                left: 0;
                transition: left 0.2s;
                -webkit-transition: left 0.2s;
                -moz-transition: left 0.2s;
                -o-transition: left 0.2s;
            }

            .gfimg_con1 dl dt span a {
                display: block;
                text-indent: -9999px;
                width: 33px;
                height: 33px;
                position: absolute;
                bottom: 10px;
                left: 105px;
                background: url(../2016indeximages/icon.png) no-repeat -40px 0;
            }

            .gfimg_con1 dl dt p {
                width: 65%;
                padding: 5%;
                font-size: 12px;
                height: 100%;
                line-height: 20px;
                position: absolute;
                left: -190px;
                top: 0;
                background: url(/img/b1.png);
                color: #fff;
                transition: left 0.2s;
                -webkit-transition: left 0.2s;
                -moz-transition: left 0.2s;
                -o-transition: left 0.2s;
            }



                .gfimg_con1 dl dt p a {
                    display: block;
                    text-indent: -9999px;
                    width: 33px;
                    height: 33px;
                    position: absolute;
                    bottom: 10px;
                    left: 105px;
                    background: url(../2016indeximages/icon.png) no-repeat -40px 0;
                }

        .gfimg_con1 dl dd {
            text-align: center;
            padding: 10px 0;
            color: #003586;
            font-size: 16px;
            width: 250px;
        }

        .gfimg_con1 dl dt:hover {
            /*transform: translate(0px,-4px);*/
            /*box-shadow: 2px 10px 10px #ccc;
            transition: transform linear 0.2s;
            transform: scale(1.05);
            -moz-transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -o-transform: scale(1.05);
            -ms-transform: scale(1.05);*/
            opacity: 0.7;
    filter: alpha(opacity=70);
    transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -o-transform: scale(1.12);
    -m-transform: scale(1.12);
    transform: scale(1.12);
        }
/*集团简介css*/
.introduction {
    width: 100%;
    height: 900px; /*650*/
    position: relative;
}

#intro {
    width: 1300px;
    height: 800px; /*525*/
    margin: 0 auto;
    position: relative;
}
    /*.intro .jtleft{
    width:600px;
    height:475px;
    border:1px solid #000;
    overflow:hidden;


}*/
    #intro .jtleft {
        width: 700px;
        height: 525px;
        float: left;
        position: relative;
    }

    #intro .jtright {
        float: left;
        margin-left: 5px;
        width: 595px;
        height: 525px;
    }

/*#intro img:hover {
        transform: translate(0px,-4px);
        box-shadow: 2px 10px 10px #ccc;
        transition: transform linear 0.2s;
        cursor: pointer;
    }*/

.backgroundc {
    position: absolute;
    opacity: 0;
    background-color: #000;
    position: absolute;
    width: 700px;
    height: 525px;
    z-index: 999999;
}

.spanintrojt {
    width: 700px;
    font-size: 12px;
    height: 150px;
    line-height: 20px;
    position: absolute;
    background: url(/img/b1.png);
    color: #fff;
    bottom: 0px;
    display:none;
    /*transition: left 0.2s;
                -webkit-transition: left 0.2s;
                -moz-transition: left 0.2s;
                -o-transition: left 0.2s;*/
}

.spanintrojm {
    display:none;
    width: 700px;
    font-size: 12px;
    height: 100px;
    line-height: 20px;
    position: absolute;
    background: url(/img/b1.png);
    color: #fff;
    bottom: 0px;
}

.spanintrocj {
    display:none;
    width: 595px;
    font-size: 12px;
    height: 132px;
    line-height: 20px;
    position: absolute;
    background: url(/img/b1.png);
    color: #fff;
    bottom: 0px;
}

.spanintrothj {
    width: 595px;
    font-size: 12px;
    height: 152px;
    line-height: 20px;
    position: absolute;
    background: url(/img/b1.png);
    color: #fff;
    bottom: 0px;
    display:none;
}
.q_con{
    position:relative;
}
.introduction img{
    cursor:pointer;
}
/*#intro img:hover {
            box-shadow: 2px 10px 10px #ccc;
            transition: transform linear 0.2s;
            transform: scale(1.01);
            -moz-transform:scale(1.05);
            -webkit-transform:scale(1.05);
            -o-transform:scale(1.05);
            -ms-transform:scale(1.05);
}*/
/*.main{
    position:relative;
}
.main1{
    position:relative;
}*/
