﻿@charset "utf-8";

/*body, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, ol, p, select, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-weight: 400
}

body {
    overflow-x: hidden;
    letter-spacing: 1px;
    font: 14px/1.5em "5FAE8F6F96C59ED1","5B8B4F53",Arial,"Arial Narrow",HELVETICA;
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%
}*/



li {
    list-style: none
}





.width {
    /*width: 1200px;*/
    margin: 0 auto;
}

.h1 {
    text-align: center;
    margin: 30px auto 20px auto;
    font-size: 30px;
    font-family: microsoft yahei;
}

    .h1 span {
        font-size: 20px;
        font-family: arial;
        display: block;
        color: #8ec448;
        padding: 15px 10px 10px 10px;
    }

.clear {
    clear: both;
}

.home_case {
    margin: 30px 0 0px 0;
    /*width: 1150px;*/
    clear: both;
}

    .home_case ul li {
        width: 24%;
        margin: 0 1% 1.3% 0;
        float: left;
    }

        .home_case ul li a {
            border: 1px solid #ededed;
            padding: 4px;
            display: block;
            background: #fff;
        }

            .home_case ul li a div {
                overflow: hidden;
                width: 100%;
                height: 100%;
            }

                .home_case ul li a div img {
                    width: 100%;
                    height: 100%;
                    width: 288px;
                    height: 216px;
                    display: block;
                    border: 0;
                    transition: all 1s;
                }

        .home_case ul li:hover {
            box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
        }

        .home_case ul li a:hover div img {
            transform: scale(1.3);
        }

        .home_case ul li a p {
            text-align: center;
            font-size: 14px;
            color: #333;
            margin: 0;
            padding: 10px;
        }

        .home_case ul li a:hover p {
            color: #f30;
        }

        .home_case ul li a .title {
            min-height: 70px;
        }

.page_show {
    padding: 0 0 20px 0;
    min-height: 400px;
}

    .page_show p {
        line-height: 30px;
    }

    .page_show img {
        max-width: 100%;
        text-align: center;
    }

/*��ҳ���*/
.pagelist ul {
    text-align: center;
    margin: 20px 0;
}

.pagelist li {
    display: inline-block;
    margin: 0 2px;
}

    .pagelist li a {
        color: #666;
        display: inline-block;
        border: 1px solid #ddd;
        padding: 6px 15px;
    }

        .pagelist li a:hover {
            border-color: #F60505;
            background: #F60505;
            color: #fff;
        }

    .pagelist li.active a {
        border-color: #F60505;
        background: #F60505;
        color: #fff;
    }
/*产品详情*/
.skin-left {
    /*float: left;*/
    /*width: 840px;
    margin-right: 20px;*/
    background: #fff;
    padding: 20px;
    border: 1px solid #f3f3f3; /*边框*/
    box-shadow: 0px 2px 6px rgba(255,80,80,0.1); /*边框阴影*/
    min-height: 500px;
}

    .skin-left img {
        width: auto;
        max-width: 100%;
        display: block;
        margin-bottom: 20px;
        border: 1px solid #f3f3f3;
        padding: 5px;
        text-align: center
    }

/*右侧客服*/
.plug_service {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 999;
}

    .plug_service li {
        position: relative;
        margin-bottom: 5px;
    }

        .plug_service li a {
            display: block;
            text-align: left;
            background: #333;
            border: 1px solid #333;
            padding: 10px 20px;
            font-family: microsoft yahei;
            font-size: 12px;
            color: #fff;
            outline: none;
            transition: right 0.5s;
            right: -74px;
            position: relative;
            border-radius: 4px 0 0 4px;
        }

            .plug_service li a span {
                display: inline-block;
                font-size: 24px;
                color: #999;
                margin-right: 20px;
                vertical-align: middle;
                font-family: FontAwesome;
            }

            .plug_service li a:hover {
                background: #E4392A;
                color: #fff;
                border-color: #E4392A;
                right: 0;
                font-family: microsoft yahei;
            }

                .plug_service li a:hover span {
                    color: #fff;
                    font-family: FontAwesome;
                }

    .plug_service .hover a {
        display: block;
        text-align: center;
        background: #E4392A;
        border: 1px solid #E4392A;
        padding: 10 8px 6px 8px;
        font-size: 12px;
        color: #fff;
        outline: none;
    }

        .plug_service .hover a span {
            color: #fff;
            font-family: FontAwesome;
        }

    .plug_service .hotline {
        position: absolute;
        display: none;
        background: #fff;
        padding: 10px 15px 0 15px;
        left: -220px;
        bottom: -5px;
        width: 200px;
        border: 1px solid #ddd;
        height: 68px;
        font-size: 12px;
        color: #999;
        line-height: 24px;
        border-radius: 4px;
    }

        .plug_service .hotline b {
            display: block;
            font-size: 16px;
            color: #333;
        }

        .plug_service .hotline:after {
            content: " ";
            position: absolute;
            right: -10px;
            top: 25px;
            width: 20px;
            height: 20px;
            border: #ddd solid 1px;
            border-left: 0;
            border-bottom: 0;
            transform: rotate(45deg);
            background: #fff;
        }

    .plug_service .weixin_pic {
        position: absolute;
        display: none;
        background: #fff;
        padding: 5px;
        left: -230px;
        bottom: -70px;
        width: 210px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

        .plug_service .weixin_pic p {
            text-align: center;
            margin: 0 0 10px 0;
            padding: 0;
        }

            .plug_service .weixin_pic p span {
                color: #f30;
            }

        .plug_service .weixin_pic:after {
            content: " ";
            position: absolute;
            right: -10px;
            top: 130px;
            width: 20px;
            height: 20px;
            border: #ddd solid 1px;
            border-left: 0;
            border-bottom: 0;
            transform: rotate(45deg);
            background: #fff;
        }

    .plug_service li:hover div {
        display: block;
    }

/*新增服务中心样式，借鉴闪开来电网站样式*/
.bg_gray {
    background: #F8F8F8;
}

.p30 {
    padding: 30px 0;
}

.bg-white {
    background: #fff;
    border: 1px solid #F4F2F0;
}

.side_left {
    width: 200px;
    float: left;
    padding-top: 20px;
}

    .side_left ul {
    }

        .side_left ul li {
            line-height: 45px;
            text-align: center;
        }

        .side_left ul .hover {
            background: #3f9fdb;
        }

            .side_left ul .hover a {
                color: #fff;
            }

.side_right {
    float: left;
    /*width: 990px;*/
    border-left: 1px solid #F4F2F0;
    min-height: 400px;
    padding: 20px 30px;
}

.subject {
    font-size: 24px;
    border-bottom: 1px solid #E4E4E4;
    line-height: 60px;
}

.inner_page {
    padding: 30px 0;
}

    .inner_page p {
        line-height: 30px;
        margin-bottom: 15px;
    }

    .inner_page img {
        max-width: 100%;
    }