﻿@charset "utf-8";

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
table,
tbody,
p,
th,
tr,
td,
em {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;
}

html,
body {
    font-family: "Microsoft YaHei";
    width: 100%;
    margin: 0;
    font-size: 14px;
}

img,
a {
    margin: 0;
    padding: 0;
    resize: none;
    border: none;
    outline: none;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
b,
em {
    font-size: 100%;
    word-wrap: break-word;
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    outline: none;
    font-size: 14px;
}

img {
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    content: "";
    display: block;
    clear: both;
}

.t10 {
    margin-top: 10px;
}

.t20 {
    margin-top: 20px;
}

.tc {
    text-align: center;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f20 {
    font-size: 20px;
}

.w100 {
    width: 100%;
}

.w96 {
    width: 96%;
    margin: 0 auto;
}

/*************公共样式*************/
div,
dl,
dt,
dd,
a,
i,
img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

ul.leftPartListNext li a.dianxuan {
    background: #4ab8fe url(../images/lingxing.png) no-repeat 30% center;
    color: #fff;
    border: 1px #319bde solid;
}