html, body
{
    font-family: Arial,'Times New Roman','Microsoft YaHei',SimHei;
    text-decoration: none;
    font-size: 18px;
    margin: 0 auto;
    color: #555555;
    background-color: #ffffff;
}

ul li
{
    list-style-type: none;
}

*
{
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
}

p
{
    color: #555;
    line-height: 200%;
    max-height: 999999px;
    text-align: left;
    padding: 0 30px;
    font-size: 18px;
}

.page
{
    width: 1000px;
    margin: 0 auto;
}

.clear
{
    clear: both;
}

.top
{
    width: 1000px;
    height: 120px;
    margin: 0 auto;
}

.logo
{
    width: 314px;
    height: 60px;
    float: left;
    margin: 20px 0;
    padding-top: 10px;
}

    .logo:hover
    {
        cursor: pointer;
    }

.nav
{
    float: right;
    padding: 50px 0px 0 0;
}

    .nav a
    {
        padding-left: 40px;
        text-decoration: none;
        color: #666;
    }

        .nav a:hover
        {
            color: #E6003E;
        }

.banner
{
    width: 1000px;
    margin: 0 auto;
}

.aboutus
{
    width: 1000px;
    margin: 0 auto;
    background: url(../images/img10.jpg);
    height: 442px;
}

.leftAbout
{
    width: 510px;
    height: 220px;
    padding: 190px 75px 0 150px;
    float: left;
}

.rightAbout
{
    width: 260px;
    height: 80px;
    padding: 190px 0 0 0px;
    float: left;
}

    .rightAbout p
    {
        color: #FFFFFF;
    }

    .rightAbout b
    {
        width: 27px;
        height: 27px;
        line-height: 27px;
        display: block;
        padding-top: 10px;
    }

p.Aboutmore
{
    margin: 20px 0;
}

    p.Aboutmore a
    {
        color: #FFFFFF;
        background: #000;
        padding: 8px 10px;
        font-size: 14px;
    }

        p.Aboutmore a:hover
        {
            background: #db214c;
        }

.service
{
    width: 1000px;
    margin: 0 auto;
}

    .service li
    {
        width: 250px;
        height: 250px;
        float: left;
    }

.youshi
{
    width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}

.hxys
{
    width: 309px;
    margin: 20px auto;
}

.hxysLeft
{
    width: 272px;
    margin-top: 20px;
    float: left;
}

.hxysMid
{
    width: 272px;
    margin-top: 20px;
    float: left;
    margin-left: 90px;
}

.hxysRight
{
    width: 272px;
    margin-top: 20px;
    float: right;
}

.youshi p
{
    padding: 0;
}

.youshi h2
{
    font-size: 18px;
    line-height: 180%;
    margin: 10px 0;
}

.box1
{
    height: 300px;
}

.box
{
    height: 300px;
}

.more
{
    text-align: center;
}

.footer
{
    width: 100%;
    background: #000000;
    margin-top: 30px;
}

    .footer p
    {
        font-size: 14px;
        color: #858585;
        text-align: center;
        padding: 20px;
    }

/*------关于-----*/

.bannerbg
{
    width: 100%;
    background: url(../img/bannerbg.jpg);
    height: 123px;
}

.container
{
    width: 1000px;
    margin: 0 auto;
    min-height: 600px;
}

.title
{
    padding: 20px 0;
    margin-top: 20px;
}

.containerLeft
{
    width: 362px;
    margin: 20px 40px 0 20px;
    float: left;
}

.containerRight p
{
    padding-top: 25px;
    line-height: 250%;
}

.containerRight ul li:hover
{
    cursor: pointer;
}

.advantage .containerRight
{
    width: 752px;
    padding-left: 248px;
}

.contact .containerRight
{
    width: 752px;
}

.cace .containerRight
{
    width: 100%;
}

    .cace .containerRight ul li a
    {
        display: block;
    }

    .cace .containerRight ul li
    {
        width: 290px;
        height: 245px;
        overflow: hidden;
        border: 1px solid #F0F0F0;
        float: left;
        margin: 20px 30px 20px 10px;
        transition: all 0.5s;
    }

        .cace .containerRight ul li:hover
        {
            box-shadow: 0 0 16px #b3b3b3;
        }

    .cace .containerRight p
    {
        padding: 10px 0;
        font-size: 14px;
        text-align: center;
    }


.box ul li
{
    list-style: none;
    float: left;
    overflow: hidden;
    position: relative;
}

    .box ul li p
    {
        background-color: rgba(0,0,0,0.7);
        color: #fff;
        position: absolute;
        left: 0px;
        bottom: 0px;
        text-align: center;
    }

    .box ul li a img
    {
        transition: all 500ms linear;
    }

    .box ul li a:hover img
    {
        -webkit-transition: scale(1.5,1.5);
        -moz-transition: scale(1.5,1.5);
        -ms-transition: scale(1.5,1.5);
        -o-transition: scale(1.5,1.5);
        transform: scale(1.5,1.5);
        cursor: pointer;
    }

img
{
    border: 0;
}
