@charset "UTF-8";
/*样式初始化   开始*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}

a:focus {
  -moz-outline-style: none;
  outline: none;
}

body,
button,
input,
select,
textarea,
code,
kbd,
pre,
samp,
tt {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

abbr[title],
acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

legend {
  color: #000;
}

fieldset,
img {
  border: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

hr {
  border: none;
  height: 1px;
}

html {
  overflow-y: scroll;
}

body {
  font-size: 12px;
  line-height: 26px;
  white-space: normal;
  word-break: break-word;
}

/*样式初始化   结束*/
/*公用样式   开始*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

.pull_left {
  float: left;
}

.pull_right {
  float: right;
}

.nopull {
  float: none;
}

.w1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.w1100 {
  max-width: 1100px;
  margin: 0 auto;
}

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

.w826 {
  max-width: 826px;
  margin: 0 auto;
}

/*公用样式   结束*/
/*栅格系统   开始*/
.chorse_col_xs12 {
  width: 100%;
}

.chorse_col_sm12 {
  width: 100%;
}

.chorse_col_md12 {
  width: 100%;
}

.chorse_col_xs11 {
  width: 91.6666666667%;
}

.chorse_col_sm11 {
  width: 91.6666666667%;
}

.chorse_col_md11 {
  width: 91.6666666667%;
}

.chorse_col_xs10 {
  width: 83.3333333333%;
}

.chorse_col_sm10 {
  width: 83.3333333333%;
}

.chorse_col_md10 {
  width: 83.3333333333%;
}

.chorse_col_xs9 {
  width: 75%;
}

.chorse_col_sm9 {
  width: 75%;
}

.chorse_col_md9 {
  width: 75%;
}

.chorse_col_xs8 {
  width: 66.6666666667%;
}

.chorse_col_sm8 {
  width: 66.6666666667%;
}

.chorse_col_md8 {
  width: 66.6666666667%;
}

.chorse_col_xs7 {
  width: 58.3333333333%;
}

.chorse_col_sm7 {
  width: 58.3333333333%;
}

.chorse_col_md7 {
  width: 58.3333333333%;
}

.chorse_col_xs6 {
  width: 50%;
}

.chorse_col_sm6 {
  width: 50%;
}

.chorse_col_md6 {
  width: 50%;
}

.chorse_col_xs5 {
  width: 41.6666666667%;
}

.chorse_col_sm5 {
  width: 41.6666666667%;
}

.chorse_col_md5 {
  width: 41.6666666667%;
}

.chorse_col_xs4 {
  width: 33.3333333333%;
}

.chorse_col_sm4 {
  width: 33.3333333333%;
}

.chorse_col_md4 {
  width: 33.3333333333%;
}

.chorse_col_xs3 {
  width: 25%;
}

.chorse_col_sm3 {
  width: 25%;
}

.chorse_col_md3 {
  width: 25%;
}

.chorse_col_xs2 {
  width: 16.6666666667%;
}

.chorse_col_sm2 {
  width: 16.6666666667%;
}

.chorse_col_md2 {
  width: 16.6666666667%;
}

.chorse_col_xs1 {
  width: 8.3333333333%;
}

.chorse_col_sm1 {
  width: 8.3333333333%;
}

.chorse_col_md1 {
  width: 8.3333333333%;
}

.chorse_row {
  box-sizing: border-box;
}
.chorse_row > div {
  box-sizing: border-box;
  float: left;
  border: 1px solid #eeeeee;
}

.bottombox {
  margin-bottom: 30px;
}

.linkbtn {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 258px;
  height: 69px;
  line-height: 69px;
  background-color: #29a7e1;
  margin: 32px auto 0;
  color: #ffffff;
}

.bottombox > a.linkbtn:hover {
  opacity: 0.8;
}

/*栅格系统   结束*//*# sourceMappingURL=common.css.map */