@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 13px/1.5 "microsoft yahei",tahoma,arial,\5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

img {
  display: block;
  margin: 0 auto;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.body {
  min-width: 1000px;
  max-width: 1440px;
  margin: 0 auto;
  color: #333;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.clearfix {
  display: inline-table;
  display: block;
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pre {
  position: relative;
}

.bold {
  font-weight: 700;
}

.tx-c {
  text-align: center;
}

.tx-l {
  text-align: left;
}

.tx-r {
  text-align: right;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.pd-lr-10 {
  padding: 0 10px;
}

.col-4 .column {
  float: left;
  width: 25%;
}

.col-3 .column {
  width: 33.33%;
  float: left;
}

.col-3 .sub-column {
  background-color: #fff;
  padding-bottom: 57px;
}

.p-pd .column {
  padding-left: 30px;
}

.p-pd .column.pd-0 {
  padding-left: 0;
}

.p-pd .column .column {
  padding-left: 0;
}

.fix-box {
  position: fixed;
  right: 20px;
  bottom: 30%;
  z-index: 9;
}

.fix-box .fix-item {
  width: 80px;
  height: 82px;
  text-align: center;
  margin-bottom: 1px;
  padding-top: 10px;
  background-color: rgba(80, 140, 238, 0.6);
  cursor: pointer;
  color: #fff;
  cursor: ppointer;
}

.fix-box .fix-item:hover {
  background-color: rgba(80, 140, 238, 0.8);
}

.fix-box .fix-item:first-child {
  border-radius: 5px 5px 0 0;
}

.fix-box .fix-item:last-child {
  border-radius: 0 0 5px 5px;
}

.fix-box .fix-item .fix-join {
  width: 40px;
  height: 40px;
  margin: 0px auto 7px;
  background: url(../../images/v/home/common_sprite.png) no-repeat top right;
}

.fix-box .fix-item .fix-top {
  width: 40px;
  height: 40px;
  margin: 0px auto 7px;
  background: url(../../images/v/home/common_sprite.png) no-repeat -85px 0;
}

.v-top {
  height: 26px;
  line-height: 25px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e7e7e7;
  font-family: "宋体";
  font-size: 12px;
  color: #999;
}

.v-top .v-top-l {
  position: relative;
  float: left;
  padding-left: 20px;
}

.v-top .tel {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../../images/v/common/tel.png) no-repeat left center;
}

.v-top a {
  color: #508cee;
  text-decoration: underline;
}

.v-head {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e8e8e8;
}

.v-head .logo {
  float: left;
}

.v-head .logo a {
  display: block;
  padding-top: 15px;
}

.v-head .logo a img {
  height: 40px;
}

.v-head .nav {
  float: right;
}

.v-head .nav li {
  float: left;
  margin: 0 0 0 30px;
}

.v-head .nav li a {
  display: block;
  padding: 0 15px;
  font-weight: 700;
  font-size: 16px;
  color: #666;
  border-top: 3px solid #fff;
  line-height: 67px;
}

.v-head .nav li.active a {
  background-color: #f5f5f5;
  border-top: 3px solid #508cee;
  color: #999;
}

.h-page {
  position: relative;
  height: 33px;
  padding-left: 30px;
  margin-bottom: 47px;
  line-height: 33px;
  font-size: 28px;
  color: #333;
  text-align: left !important;
}

.h-page .border {
  width: 7px;
  height: 33px;
  background-color: #508CEE;
  position: absolute;
  top: 2px;
  left: 0;
}

.h-page .light {
  color: #999;
}

.copyright {
  text-align: center;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 28px;
  padding: 37px 0;
  background-color: #212831;
}
