﻿
/**
深圳市俊网网络络信息技术有限公司
http://www.grwy.cn/
**/
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;
}
/* 头部  */
.topBar {
    line-height: 40px;
    height: 40px;
    background: #f2f2f2;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    position: relative;
}
.topBar em {
    font-style: normal;
    margin: 0 10px;
    color: #d4d4d4;
}
.topBar .phone {
    background: url('../image/p_icon.png') no-repeat left center;
    color: #c52d29;
    font-size: 16px;
    padding-left: 20px;
    margin-right: 15px;
}
.topBar .wb {
    background: url('../image/wb_icon.png') no-repeat 70px center;
    display: inline-block;
    padding: 0 30px 0 15px;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-bottom: none;
}
.topBar .wx {
    background: url('../image/w_icon.png') no-repeat 70px center;
    border-right: none;
}
.header {
    height: 80px !important;
    position: relative;
    background: #fff;
}
.nav_mobile{
    display: none;
}
.header .menu_icon{
    display: none;
}
.header .phone_icon{
    display: none;
}
.logo{padding: 10px;}
.header .logo img{
    height: 60px !important;
}
.nav {
    font-size: 16px;
    margin-top: 28px;
}
.nav li {
    float: left;
    padding: 0 28px;
    background: url('../image/nav_line.jpg') no-repeat right center;
}
.nav li.last {
    background: none;
    padding-right: 0;
}
.nav li a {
    color: #333
}
.nav li .current,
.nav li a:hover {
    color: #c52d29;
}
.topBar a {
    color: #666666
}
/*  尾部 */
.footer {
    padding: 40px 0;
    overflow: hidden;
}
.address {}
.address li {
    float: left;
    width: 25%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    text-align: center;
    color: #c52d29;
    padding-top: 20px;
}
.address li p {
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
    color: #c52d29;
}
.footLeft {
    width: 60%;
    max-width: 700px;
    overflow: hidden;
}
.footMenu {
    float: left;
    width: 25%;
}
.footMenu li a {
    color: #666
}
.footMenu li a:hover {
    color: #c52d29;
}
.footMenu h3 {
    height: 35px;
    color: #333;
    font-weight: normal;
    font-size: 18px;
}
.footRight {
    width: 40%;
    max-width: 430px;
    overflow: hidden;
    border-left: 1px solid #eaeaea;
    padding-left: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.footWx {
    font-size: 14px;
    /* height: 111px; */
    overflow: hidden;
    margin-bottom: 10px;
}
.footWx img {
    margin-right: 10px;
    float: left;
    width: 105px;
    height: 105px;
    padding: 2px;
    border: 1px solid #dadada;
}
.footWx p {
    margin-top: 15px;
}
.footPhone {
    margin: 0;
    margin-bottom: 10px;
}
.footWx img {
    margin-right: 20px;
}
.footCopy {
    padding: 20px 0 15px 0;
    overflow: hidden;
}
.firendLink {
    padding: 10px 0;
    line-height: 30px;
    background: #1e1e1e;
    color: #999;
}
.firendLink em,
.footCopy .fr em {
    font-style: normal;
    margin: 0 10px;
}
.firendLink a {
    color: #999;
}
.firendLink a:hover {
    color: #fff;
}
/*  内页导航 */
.subNav {
    padding-top: 25px;
    text-align: center;
    padding-bottom: 15px;
    background-color: #efefef;
}
.subNav a {
    height: 28px;
    display: inline-block;
    color: #fff;
    font: normal 12px/28px "宋体";
    background: #1b1f29;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 25px;
    padding: 0 25px;
    margin: 0 12px;
    margin-bottom: 10px;
}
.subNav a:hover,
.subNav a.current {
    background: #e73633;
}


@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;   
    }
}





