﻿h1,h3,p,a,button {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.phonepage {
    height: 750px;
    width: 100%;
}


/*产品展示开始*/
.Prod_list_body {
    margin-top: 10px;
}

.pagetitle {
    background: #227ADB;
    margin: 20px,0;
    height: 35px;
    text-align: center;
}

    .pagetitle span {
        text-decoration: none;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
        font-family: "Microsoft Yahei";
        color: #fff;
    }



.list_position {
    width: 88%;
    margin: 0 0;
    padding: 5px 0px;
    border-bottom: 1px solid #DDD;
}

    .list_position span {
        width: 10px;
        display: inline-block;
        height: 22px;
        line-height: 22px;
    }

    .list_position a {
        color: #333;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .list_position span.list_position-home {
        width: 28px;
        height: 17px;
        background: url(../images/icon-position-home.png);
        background-repeat: no-repeat;
        position: relative;
        top: 1px;
        background-size: 21px 17px;
    }


.leftmenu {
    border: 1px solid #eaeaea;
    border-bottom: none;
    border-top: none;
    margin: 0 0 20px 0;
}

    .leftmenu ul li {
        border-bottom: 1px solid #ebebeb;
    }

        .leftmenu ul li a {
            background: url(../Images/leftmenu.png) 15px -41px no-repeat;
            display: block;
            line-height: 24px;
            padding: 6px 13px 7px 23px;
        }

            .leftmenu ul li a span {
                display: block;
                background: url(../Images/leftmenu.png) right -46px no-repeat;
            }

            .leftmenu ul li a:hover, .leftmenu ul li a.now {
                background: url(../Images/leftmenu.png) 15px -3px no-repeat;
                font-weight: bold;
                color: #dd0000;
            }

                .leftmenu ul li a:hover span, .leftmenu ul li a.now span {
                    background: url(../Images/leftmenu.png) right -8px no-repeat;
                    font-weight: bold;
                    color: #dd0000;
                }

.leftcontact {
    background: url(../Images/contactbg.jpg) right bottom no-repeat;
    border: 4px solid #eaeaea;
    height: 111px;
    line-height: 23px;
}

    .leftcontact dl {
        background: url(../Images/contactico.png) 0 0 no-repeat;
        height: 101px;
        padding: 10px 10px 0 18px;
    }

        .leftcontact dl dt {
            padding: 0 0 0 47px;
        }

/*产品展示结束*/
