﻿@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font: normal 100% "Microsoft YaHei", \5b8b\4f53, Arial, Helvetica, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
table,
td {
    margin: 0;
    padding: 0;
}
area {
    outline: none;
}
img {
    border: 0;
}
input {
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}
input::-ms-clear {
    display: none;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
    outline: none;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.pub_clr {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.auto {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.box_justify {
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-box-pack: justify;
    box-pack: justify;
}

html,
body {
    height: 100%;
}
body {
    -webkit-text-size-adjust: 100% !important;
    font-size: 14px;
}
.title{
    height: 62px;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
    font-size: 16px;
}
.title .logo{
    width: 150px;
    height: 30px;
    background: url(../images/logo.png) no-repeat right center;
    background-size: 100% auto;
    float: left;
}
.title span{
    display: block;
    height: 30px;
    float: left;
    margin-left: 16px;
    padding-left: 16px;
}
.link {
    padding: 0 26px;
}
.link a {
    display: block;
    height: 48px;
    line-height: 48px; /*text-indent: 0.4rem;*/
    border-bottom: 1px solid #ededed;
    padding-left: 30px;
    color: #333;
    background-size: 20px 20px;
    background-position: 4px center;
    background-repeat: no-repeat;
    position: relative;
}
.link a.icon-1{
    background-image: url(../images/icon-1.png);
}
.link a.icon-2{
    background-image: url(../images/icon-2.png);
}
.link a.icon-3{
    background-image: url(../images/icon-3.png);
}
.link a.icon-4{
    background-image: url(../images/icon-4.png);
}
.link a.icon-5{
    background-image: url(../images/icon-5.jpg);
}
.link a.icon-6{
    background-image: url(../images/icon-6.jpg);
}
.link a em{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -8px;
    background: url(../images/arrow.png) no-repeat 0 0;
    background-size: 100% auto;
}
