*{
    box-sizing:border-box;
}
body{
    font:14px "microsoft yahei",Arial,sans-serif;
    color:#666;
    margin:0;
    padding:0;
    background-color:#F2F2F2;
    min-width:1280px;
}
ul,p,h1,h2,h3,h4,h5,h6,dl,dd{
    margin:0;
    padding:0;
    list-style:none;
}
input{border:0;}
.lf{float:left;}
.rt{float:right;}
.clear{clear:both;}
img{vertical-align:bottom;}
.products,.footer,.service,.crumb_{
    width: 90%;
    margin: 0 auto;
    clear: both;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.center{
    text-align: center;
}
.overflow{
    overflow: hidden;
}

/*公共样式结束*/

#boring{
    width: 100%;
    background-color: #000;
    overflow: hidden;
}
#boring ul li{
    color: #E8E8E8;
    float: left;
    line-height: 1.9;
}
#boring ul li a{
    color: #fff;
}

#boring ul li a img{
    width: 40px;
}
/*.nav{*/
    /*margin-top: 10px;*/
    /*margin-bottom: 300px;*/
/*}*/
.top{
    clear: both;
    overflow: hidden;
}
.top a img{
    width: 150px;
    margin-left: 100px;
}
.nav_ser{
    float: left;
    margin-left: 200px;
    overflow: hidden;
    font-size: 0;
    width: 460px;
    background-color: #FF7300;
    margin-top: 20px;
}
.nav_ser input{
    width: 370px;
    border: 2px solid #FF7300;
    height: 35px;
    font-size: 16px;
    outline: 0;
    padding: 0 7px;
}

.nav_ser input.btn{
    width: 80px;
    color: #fff;
    background-color: #FF7300;
    outline: 0;
    cursor: pointer;
}
.nav_ban{
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #e4393c;
    padding-left: 50px;
    margin-top: 20px;
    position: relative;
}
.nav_ban .ul>li{
    float: left;
}
.nav_ban .ul>li.active{
    background-color: #BD2A2C;
}
.nav_ban .ul>li>a{
    display: block;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
}

.drop .show{
    display: block;
}
.nav_box{
    position: absolute;
    top: 39px;
    left: 0;
    padding: 25px 55px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    height: 300px;
}
.nav_box ul{
    display: block;
    overflow: hidden;
}
.nav_box li{
    float: left;
}
.nav_box a{
    display: block;
    padding: 8px 15px;
}

.products{
    clear: both;
    background-color: #fff;
}
.list{
    clear: both;
    margin-bottom: 25px;
}
.list_nav{
    background-color: rgba(255,115,0,.7);
}
.list_nav span{
    display: inline-block;
    background-color: #E4393C;
    color: #fff;
    font-weight: 700;
    padding: 5px 70px 5px 15px;
    font-size: 16px;
    line-height: 1.7;
    height: 40px;
}
.list_nav i{
    border: 12px solid transparent;
    border-left-color: #E4393C;
}
.list_ul{
    overflow: hidden;
}
.list_ul li{
    width: 25%;
    float: left;
}
.p_img{
    margin-bottom: 10px;
    width: 100%;
}
.p_name{
    margin: 5px 0;
    padding: 0 5px;
    height: 30px;
}
.p_time{
    width: 100%;
    margin: 5px 0;
    font-size: 0.9em;
    color: #aaa;
    padding: 0 5px;
}
.p_price{
    width: 100%;
    margin: 5px 0;
    padding: 0 5px;
}
.p_price span{
    color: red;
    font-weight: 700;
}
.p_price>b{
    color: red;
    font-size: 1.5em;
    line-height: 1.8em;
}
.p_price>p{
    color: #666;
    font-size: 0.9em;
    line-height: 1.9em;
    padding: 7px 0;
}
.p_box{
    width: 95%;
    margin: 5px auto;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    box-shadow:0;
}
.p_box:hover{
    border: 1px solid red;
    -webkit-box-shadow:0 0 15px #aaa;
    -moz-box-shadow:0 0 15px #aaa;
    box-shadow:0 0 15px #aaa;
}
.box_img{
    width: 70px;
    margin-bottom: 10px;
}

.service{
    clear: both;
    overflow: hidden;
    background-color: #fff;
}
.left_sre{
    width: 20%;
    float: left;
    height: 400px;
    background-color: #ddd;
}
.left_sre>h3{
    width: 100%;
    background-color: #000;
    color: #fff;
    padding-left: 25px;
    line-height: 33px;
    font-size: 16px;
}
.ser_div{
    background-color: #ddd;
    color: #fff;
    line-height: 33px;
    font-size: 16px;
    margin-top: 10px;
}
.ser_div:hover{
    background-color: #ccc;
}
.ser_div a{
    display: block;
    padding-left: 25px;
    font-size: 15px;
}
.ser_div a.active{
    background-color: #ccc;
    color: #f70
}
.right_ser{
    width: 80%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}
.rt_box{
    border: 4px solid #ddd;
    width: 100%;
    height: 100%;
    padding: 15px 25px 50px 25px;
    overflow: hidden;
}
.rt_box h1{
    text-align: center;
    font-size: 18px;
    margin: 25px;
}
.price_online{
    color: #f70;
    font-size: 18px;
    /* float: right; */
    /* padding-right: 50px; */
    text-decoration: underline;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
 }
.rt_box p{
    text-indent: 32px;
    font-size: 16px;
    line-height: 2.322;
    color: #333;
}
.rt_box p.dd{
    text-indent: 50px;
}
.rt_box span{
    color: #f70;
}

.bottom_p{
    margin: 30px auto;
}
.bottom_p p{
    text-align: center;
    font-size: 14px;
    line-height: 1.99;
    color: #555;
}


.footer{
    margin-top: 50px;
}
.footer .link>a{
    padding-left: 10px;
}
.footer_url{
    border: 7px solid #ccc;
    padding: 30px 40px;
    margin-top: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.footer_url ul{
    float: left;
    width: 20%;
}
.footer_url ul>h3{
    margin-bottom: 10px;
}
.footer_url ul li>a>i{
    border: 5px solid transparent;
    border-left-color: #333;
    display: inline-block;
    margin-right: 3px;
}
.footer_url ul li>a{
    padding: 5px 0;
    line-height: 1.5;
    display: inline-block;
}
.qq{
    text-align: center;
    margin: 15px 0;
    font-size: 16px;
    color: blue;
}
.copyright{
    text-align: center;
    color: #aaa;
    font-size: 14px;
    margin-bottom: 15px;
}

/*聊天弹窗*/
#talk{
    position: fixed;
    top: 30%;
    left: 40%;
    width: 300px;
    height: 150px;
    border: 1px solid #aaa;
    box-shadow: 0 0 15px #aaa;
    -moz-box-shadow: 0 0 15px #aaa;
    -webkit-box-shadow: 0 0 15px #aaa;
    -o-box-shadow: 0 0 15px #aaa;
    background: url(../images/index/bgColor.png) no-repeat 50% 50%;
    padding: 15px;
    border-radius: 5px;
}
#talk>span{
    position: absolute;
    top: 7px;
    left: 15px;
    font-size: 12px;
    color: #fff;
}
.talk_close{
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    color: #aaa;
    font-size: 15px;
    font-family: -webkit-pictograph;
}
.talk_close:hover{
    color: #f70;
}
#talk>img{
    position: absolute;
    left: 20px;
    top: 30px;
    width: 70px;
}
#talk>h5{
    font-size: 14px;
    margin-left: 60px;
    padding: 25px 0 25px 30px;
    text-align: center;
    color: #555;
    margin-top: 25px;
    font-weight: normal;
}
#talk button{
    padding: 5px 7px;
    border-radius: 5px;
    border: 1px solid #aaa;
}
#talk button.lf{
    margin-left: 20px;
}
#talk button.rt{
    margin-right: 20px;
}
#talk button.rt:hover{
    color: #f70;
}

/*面包屑导航*/
.breadcrumb_{
    overflow: hidden;
    margin: 5px 0;
}
.breadcrumb_ li{
    float: left;
    padding: 5px 0;
    font-size: 14px;
}
.breadcrumb_ > li + li:before {
    padding: 0 8px;
    color: #333;
    content: ">";
}
.breadcrumb_ li a{
    display: inline-block;
}
.breadcrumb_ li.active{
    color: #f70;
}

.list_service{
    border: 4px solid #ddd;
    width: 100%;
    height: 100%;
    padding: 15px 25px 50px 25px;
}

#pre{
    float: right;
    width: 65%;
}
.pre_top{
    box-sizing: border-box;
    border-top: 1px solid #f70;
    background-color: #FFF5EC;
    padding: 30px 30px;
    line-height: 40px;
}
.pre_top span{
    display: inline-block;
    color: #aaa;
    width: 100px;
}
.pre_top b{
    color: #f70;
    font-size: 20px;
}
.pre_ul{
    line-height: 30px;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}
.pre_ul li div{
    display: inline-block;
    width: 100px;
}
.pre_des{
    padding-left: 30px;
}
.pre_des p{
    font-size: 14px;
}
.products_mes{
    width: 100%;
    margin-top: 50px;
}
.mes_top{
    border: 1px solid #E5E5E5;
    border-top-color: #f70;
    padding: 10px 30px;
    font-size: 16px;
}
.mes_box{
    border: 1px solid #E5E5E5;
    border-top: 0;
    padding: 35px 45px;
}
.products_mes .mes_box p{
    text-indent: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin: 0;
}
.products_mes .mes_box .kk-gg p{
    text-indent: 0;
    font-size: 16px;
    text-align: center;
    color: #f70;
}