@charset "utf-8";

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
fieldset,
img {
    border: 0;
}
img {
    vertical-align: middle;
}
ol,
ul,
li {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
input,
select,
textarea {
    font-size: 13px;
    font-family: inherit;
    margin: 0;
    outline: none;
    resize: none;
    border: none;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
html {
    verflow: -Scroll;
    overflow-x: hidden;
    zoom: 1;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}
/*body {
    color: #1b1f2b;
    font-size: 12px;
    line-height: 24px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}*/
a {
    color: #1b1f2b;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
a:hover {
    color: #c52d29;
    text-decoration: none;
}
:focus {
    outline: none;
}
/* CSS活动的公共样式 */
.fl {
    float: left;
}
.fr {
    float: right;
}
.gr_center {
    text-align: center;
}
.grWidth {
    width: 1200px;
    margin: 0 auto;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.center {
    text-align: center;
}
.hidden {
    overflow: hidden;
}
.nor {
    font-weight: normal;
}

body > * {
    transition: all linear .2s;
}
body .topBar,body .header{
    transition: none;
}



@media screen and (max-width:1199px) {
    .grWidth{
        width: 100%;
    }
    .nav{
        padding-right: 30px;
    }
    .nav li{
        padding: 0 15px;
    }
}

@media screen and (max-width: 900px){
    .address li img {
        width: 60px;
        height: 60px;
    }
}


@media screen and (max-width: 768px){
    body{
        /*padding-top: 102px;*/
    }
    .topBar{
        width: 100%;
        position: fixed;
        z-index: 22222;
        top: 0;
        left: 0;
        padding-left: 10px;
    }
    .header{
        position: fixed;
        top: 40px;
        left: 0;
        z-index: 22222;
    }
    .header .menu_icon{
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 10px;
        background: none;
    }
    .header .phone_icon{
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 70px;
        top: 10px;
        background: none;
    }
    .header .phone_icon img{
        display: block;
        width: 80%;
        height: auto;
        margin-top: 5%;
        margin-left: 20%;
    }
    .header .menu_icon:focus{
        background: none;
    }
    .header .menu_icon img{
        display: block;
        width: 80%;
        height: auto;
        margin-top: 10%;
        margin-left: 20%;
    }
    .nav_mobile{
        display: block;
        position: fixed;
        width: 150px;
        height: 100%;
        overflow: hidden;
        top: 100px;
        right: -150px;
        background: #555;
        box-sizing: border-box;
        z-index: 1111;
    }
    .nav_mobile li{
        display: block;
        line-height: 45px;
    }
    .nav_mobile li a{
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding-left: 25px;
        height: 100%;
        border-bottom: 1px solid #4c4a4a;
    }
    .header .nav{
       display: none; 
    }
    .topBar em{
        font-style: normal;
        margin: 0 5px !important;
        color: #d4d4d4;
    }
    .header.grWidth{
        padding-left: 0;
    }
    .topBar .grWidth > .fl{
        width: 100%;
    }
    .topBar .grWidth{
        padding-left: 0;
    }
    .topBar .topRight{
        display: none !important;
    }
    .header{
        height: 62px !important;
    }
    .header .logo img{
        height: 40px !important;
    }
    .address{
        padding: 0 10px;
    }
    .address li img {
        width: 50px;
        height: 50px;
    }
    .footLeft {
        display: none;
        width: 100%;
        max-width: 100%;
    }
    .footMenu li {
        padding-left: 30px;
    }
    .footRight {
        margin-top: 10px;
        padding-top: 20px;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #eaeaea;
        text-align: center;
    }
    .footWx img {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .footWx p {
        display: inline-block;
        text-align: left;
    }
    .footRight{
        border-top: none !important;
    }
    .address li{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 640px){
    .address li {
        width: 50%;
        padding-bottom: 10px;
    }
    
}

@media screen and (max-width: 480px){
    .footMenu {
        width: 50%;
        margin-bottom: 10px;
    }
    .subNav a{
        padding: 0 10px;
        margin-left: 5px;
        margin-right: 5px;   
    }
}





