@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Microsoft Yahei";
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}
textarea {
    resize: none;
}

/*防止拖动*/
img {
    border: 0;
    vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/
table {
    border-collapse: collapse;
}

body {
    /*font: 12px/150% Arial, Verdana, "Microsoft Yahei";*/
    font-family: "Microsoft Yahei","Arial","宋体","Tahoma",sans-serif;
    color: #666;
    background: #fff;
    /*letter-spacing:1px;*/
    /*letter-spacing: 0.1em*/
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #C81623;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

.col-red {
    color: #C81623 !important;
}

/*公共类*/
.w {
    /*版心 提取 */
    width: 1200px;
    margin: 0 auto;
}
.inner_c {
    width: 1000px;
    margin: 0 auto;
}

.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.hide {
    display: none
}

/* 头部开始 */
.header{
    height: 83px;
    border-bottom: 1px solid #E4E4E4;
}
.header h3{
    float: left;
}
.header .logo{
    padding: 19px 0px 20px 44px;   
}
.header .nav{
    float: right;
    font-size: 14px;
}
.header .nav ul{
    list-style: none;
}

.header .nav ul li{
    float: left;
    text-align: center;
    padding: 0 24px;
}
.header .nav ul li a{
    display: block;
    line-height: 81px;   
    color: #3B3B3B;
    font-weight: 400;
    border-bottom: 2px solid #FFF;
    position:relative;
}
.header .nav ul li.last{
    padding-right: 48px;
}
/* .header .nav ul li.current a{
    color: #009F39;
    border-bottom-color: #009F39;
} */
.header .nav ul li a:hover{
    color: #009F39;
    border-bottom-color: #009F39;
}
.header .nav ul li a.unlink:hover{
    cursor:default;
    color: #3B3B3B;
    border-bottom-color: #FFF;
}
.header .nav ul li.icon a{
    padding-left:22px;
}
.header .nav ul li a i{
    position: absolute;
    left: 0;
    top: 32px;
    background: url(../images/phone.png) no-repeat;
    width: 18px; 
    height: 17px;
}
/* 头部结束 */

/* 底部开始 */
.footer{
    height: 318px;
    background: url(../images/footer.jpg) no-repeat center top;
    padding-top: 80px; 
    letter-spacing:1px;
    position:relative;
}
.footer .title{
    padding-left: 30px;
    color: #B7C0BF;
    font-size: 12px;
    height: 24px;
    /* font-family: "宋体"; */
}
/*.footer .company{
    background: url(../images/logo.png) no-repeat top right;
    background-size: 124px 50px;
}*/
.footer .company .title{
    background: url(../images/home.png) no-repeat;
}
.footer .address .title{
    background: url(../images/address.png) no-repeat;
}
.footer .tel .title{
    background: url(../images/phone.png) no-repeat;
}
.footer .detail{
    font-size: 14px;
    line-height: 20px;
    color: #D0D1D1;
    padding: 6px 0 44px 4px;
}
.footer .wx{
    position:absolute;
    left:50%;
    top:144px;
    margin-left:330px;
    width:170px;
    height:110px;
    text-align:center;
}
.footer .wx .qrcode img{
    width:83px;
    height:83px;
}
.footer .wx .text{
    font-size:12px;
    line-height:12px;
    color:#DAE1F0;
    padding-top:15px;
    letter-spacing:1px;
}
.footer .copy-right{
    font-size:12px;
    text-align:center;
    color: #D0D1D1;
}
.footer .copy-right a{
    font-size:12px;
    text-decoration:none;
    color: #D0D1D1;
}
/* 底部结束 */








