﻿@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li, h1,h2,h3,h4,form,fieldset,input,textarea,p,blockquote,th,td,table,button,span,section,a,i,em,strong,img{
	margin: 0;
	padding: 0;
}
body{ width: 100%; height: 100%; color: #444; font-family: "微软雅黑"; font-size: 14px; box-sizing: content-box; background: #f5f5f5;}
ol,ul{list-style: none;}


/*手机样式*/
@media (max-width: 768px){
	* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    }
    a {text-decoration: none;}
    .foot_guding_tel{display: block !important;}
	#toolbar {
	display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 888;
    height: 60px;
    left: 0;
    }
    #toolbar .list {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #dc0000;
    height: 60px;
    }
    #toolbar .list li:first-child {
    border-left: 1px solid #ac140f;
    }
    #toolbar .list li:nth-child(2) s {
    background-position: 3px -10px;
    }
    #toolbar .list li:nth-child(3) s {
    background-position: -22px -10px;
    }
    #toolbar .list li:nth-child(4) s {
    background-position: -70px -10px;
    }
    #toolbar .list li {
    float: left;
    width: 25%;
    text-align: center;
    border: 1px solid #ac140f;
    border-left: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    }
    #toolbar .list a {
    display: block;
    height: 60px;
    line-height: 8px;
    font-size: 18px;
    padding-top: 6px;
    }
    #toolbar .list a s {
    margin-left: auto;
    margin-right: auto;
    width: 26px;
    height: 26px;
    display: block;
    margin-bottom: 8px;
    background-position: -44px -10px;
    }
    .icon_t {
    background: url(../picture/icon_t.png) no-repeat;
    display: inline-block;
    background-size: 150px auto;
    vertical-align: middle;
    }
    #toolbar .list a span {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 16px;
    }

    #wxnr {
    width: 100%;
    height: 100%;
    max-width: 640px;
    min-width: 320px;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    background: rgba(0,0,0,.6);
    }
    #wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 350px;
    height: 350px;
    padding: 13px;
    padding-top: 30px;
    margin-top: -125px;
    text-align: center;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 100px 300px #777;
    -webkit-box-shadow: 0 100px 300px #777;
    -moz-box-shadow: 0 100px 300px #777;
    border-radius: 10px;
    }
    #wxnr i {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    background: #333;
    border-radius: 50px;
    cursor: pointer;
    }
    #wxnr img {
    width: 170px;
    height: 170px;
    display: block;
    margin: 0 auto;
    }
    #wxnr p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    }
    #wxnr span {
    display: inline-block;
    padding: 1px 5px;
    line-height: 26px;
    background-color: #dc0000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    }
    #wxnr span.wx {
    padding-left: 30px;
    background-image: url(/templets/default/picture/wx.png);
    background-size: 25px;
    background-position: 5px center;
    background-repeat: no-repeat;
    }

    #weixin {
    position: fixed;
    top: 50%;
    margin-top: -28px;
    z-index: 9999999;
    font-size: 12px;
    color: #fff;
    width: 90%;
    right: 5%;
    line-height: 40px;
    text-align: center;
    background: rgba(0,0,0,.8);
    border: 2px solid #333;
    border-radius: 5px;
    display: none;
    }


}