﻿/*@charset "utf-8";
/* CSS Document */
.wap
{
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.auto
{
    margin: 0 auto;
}
.temp-top
{
    background-color: #0391c1;
    height: 406px;
    width: 100%;
    margin-bottom: 96px;
}
.temp-top-d
{
    position: relative;
    height: 406px;
}
.temp-top-d h1
{
    font-size: 48px;
    line-height: 64px;
    color: #fff;
    padding-left: 75px;
    padding-top: 90px;
}
.temp-top-d p
{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding-left: 75px;
}
.temp-abs
{
    position: absolute;
    width: 500px;
    height: 475px;
    z-index: 2;
    background: url(../images/temp/temp_top.png) no-repeat 0 0;
    right: 0;
    top: 22px;
}
.temp-nav
{
    width: 100%;
    border-bottom: 1px solid #fff;
    height: 46px;
}
.nav-fix
{
    position: absolute;
    top: 0;
    border-bottom: 1px solid #dedede;
    z-index: 9000;
    width: 100%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+0));
}
.temp-nav li
{
    float: left;
    height: 46px; /*margin-right:20px;*/
}
.temp-nav li a
{
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 30px;
    color: #5c6061;
    /*padding: 0 110px;*/
    background-color: #fff;
}
.temp-nav li.last
{
    margin-right: 0;
    float: right;
}
.temp-nav li.last a
{
    padding: 0 5px;
}
.temp-nav li a:hover
{
    text-decoration: none;
}
.temp-nav li.cur a
{
    background-color: #f70;
    color: #fff;
}

.temp-navs
{
    width: 970px;
    height: 36px;
    line-height: 36px;
    padding-top: 30px;
    margin: 0 auto;
}
.temp-navs ul
{
    float: left;
}
.temp-navs ul li
{
    cursor: pointer;
    float: left;
    font-size: 16px;
    line-height: 36px;
    margin-right: 10px;
    padding: 0 12px;
}
.temp-navs .p-top-u li.on
{
    background-color: #1570a6;
    border-radius: 3px;
    color: #fff;
}
.temp-navs a
{
    font-size: 16px;
    float: right;
}

.temp-main-item
{
    padding-top: 30px;
}
.temp-main-item li
{
    float: left;
    width: 250px;
    height: 350px;
}
.item-dm
{
    width: 218px;
    margin: 0 auto;
}
.item-dm p
{
    color: #5c6061;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    height: 34px;
}
.item-demo
{
    border-top: 1px solid #ececec;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.3);
    width: 208px;
    height: 255px;
    padding: 6px 5px 9px;
    background-color: #fff;
    position: relative;
    display: block;
}
.item-demo:hover .demo_bg
{
    display: block;
}
.item-demo:after
{
    position: absolute;
    background-color: #f7f7f7;
    bottom: -29px;
    left: 0;
    width: 100%;
    box-shadow: 0 -10px 3px #f7f7f7;
    height: 15px;
    content: "";
    overflow: hidden;
    border-radius: 50%;
}
.item-demo img
{
    width: 208px;
    height: 255px;
}
.demo_bg
{
    position: absolute;
    z-index: 2;
    width: 208px;
    height: 255px;
    padding: 6px 5px 9px;
    top: 1px;
    left: 0;
    display: none;
    background: url(../images/case_repeat_bg.png) left repeat;
}
.demo_bg p
{
    margin-top: 100px;
}
.demo_bg p a
{
    display: inline-block;
    width: 80px;
    height: 26px;
    color: #fff;
    line-height: 26px;
    text-align: center;
}
.demo_bg p a.apply
{
    margin-right: 10px;
    background-color: #0391c1;
}
.demo_bg p a.show
{
    background-color: #99c872;
}
.demo_bg .demo_bg_d
{
    text-align: center;
    margin-top: 55px;
}
.demo_bg .demo_bg_d img
{
    width: 120px;
    height: 120px;
}
.demo_bg .demo_bg_d a.apply
{
    margin-top: 10px;
    width: 120px;
    margin-right: 0;
}

.demo_mf
{
    position: absolute;
    top: 6px;
    right: 5px;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 18px;
}
.demo_mf em
{
    font-size: 22px;
    margin-left: 3px;
}

.cases-top
{
    background: url(../images/temp/cases_top.jpg) repeat-x center top;
    height: 416px;
    width: 100%;
}
.scroll-top
{
    background: url(../images/temp/scroll.jpg) no-repeat center top;
    height: 416px;
    width: 100%;
}
