@font-face {
  font-family: "lanting";
  src: url("fonts/lanting.eot?121");
  src: url("fonts/lanting.eot?#iefix") format("embedded-opentype"), url("fonts/lanting.woff") format("woff"), url("fonts/lanting.ttf") format("truetype"); }
@font-face {
  font-family: "circle";
  src: url("fonts/CIRCLE.eot?121");
  src: url("fonts/CIRCLE.eot?#iefix") format("embedded-opentype"), url("fonts/CIRCLE.woff") format("woff"), url("fonts/CIRCLE.TTF") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*公共*/
html, body, blockquote, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, a, img, label, input, legend, li, ol, p, pre, td, textarea, th, ul, table, tr {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  /*chrome safari*/
  -moz-osx-font-smoothing: grayscale;
  /*firefox*/
  min-width: 1140px;
}

body, button, input, select, textarea {
  font: 14px/1.5 "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ul, ol {
  list-style: none; }

img {
  border: none;
  vertical-align: middle;
  max-height: 100%; }

a {
  text-decoration: none;
  color: #444443; }

strong {
  font-weight: normal; }

input::-webkit-input-placeholder {
  color: #c0c4cc; }

input:-moz-placeholder {
  color: #c0c4cc; }

input::-moz-placeholder {
  color: #c0c4cc; }

input:-ms-input-placeholder {
  color: #c0c4cc; }

button, input, select, textarea {
  font-size: 100%; }

input::-webkit-input-placeholder {
  color: #c0c4cc; }

input:-moz-placeholder {
  color: #c0c4cc; }

input::-moz-placeholder {
  color: #c0c4cc; }

input:-ms-input-placeholder {
  color: #c0c4cc; }

input {
  padding: 0 5px; }

textarea {
  padding: 5px; }

em {
  font-style: normal; }

table {
  border-collapse: collapse; }

input, textarea, button {
  outline: none; }

textarea {
  resize: none;
  overflow: auto; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden; }

.fl {
  float: left; }

.fr {
  float: right; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.tableFix {
  table-layout: fixed; }

.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.breakAuto {
  word-break: break-all; }

.mt0 {
  margin-top: 0 !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px; }

.mr10 {
  margin-right: 10px !important; }

.pd0 {
  padding: 0; }

.pd5 {
  padding: 5px; }

.pd10 {
  padding: 10px; }

.pdT0 {
  padding-top: 0 !important; }

.pdT5 {
  padding-top: 5px; }

.pdH5 {
  padding: 0 5px; }

.pdH10 {
  padding: 0 10px; }

.pdV5 {
  padding: 5px 0; }

.pdV10 {
  padding: 10px 0; }

.w80 {
  width: 80px; }

.w100 {
  width: 100px; }

.w110 {
  width: 110px; }

.mw80 {
  max-width: 80px; }

.mw100 {
  max-width: 100px; }

.mw200 {
  max-width: 200px; }

.mw300 {
  max-width: 300px; }

.borderRadius {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

table tr {
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s; }

tbody tr:hover {
  background: #f8f8f8; }

span.error {
  margin-top: 5px;
  display: none;
  font-size: 12px;
  color: #b93c3c;
  padding-left: 5px;
  line-height: 17px; }

.error > span.error {
  display: block; }

.red {
  color: red; }

.green {
  color: #10b910; }

.yellow {
  color: #f9e325; }

/*bootstrap-布局*/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

@media screen and (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; } }
@media screen and (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; } }
@media screen and (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; } }
/*布局*/
@media screen and (max-width: 780px) {
  .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12 {
    float: left; }

  .col-ss-12 {
    width: 100%; }

  .col-ss-11 {
    width: 91.66666667%; }

  .col-ss-10 {
    width: 83.33333333%; }

  .col-ss-9 {
    width: 75%; }

  .col-ss-8 {
    width: 66.66666667%; }

  .col-ss-7 {
    width: 58.33333333%; }

  .col-ss-6 {
    width: 50%; }

  .col-ss-5 {
    width: 41.66666667%; }

  .col-ss-4 {
    width: 33.33333333%; }

  .col-ss-3 {
    width: 25%; }

  .col-ss-2 {
    width: 16.66666667%; }

  .col-ss-1 {
    width: 8.33333333%; } }
@media screen and (max-width: 560px) {
  .col-ssm-1, .col-ssm-2, .col-ssm-3, .col-ssm-4, .col-ssm-5, .col-ssm-6, .col-ssm-7, .col-ssm-8, .col-ssm-9, .col-ssm-10, .col-ssm-11, .col-ssm-12 {
    float: left; }

  .col-ssm-12 {
    width: 100%; }

  .col-ssm-11 {
    width: 91.66666667%; }

  .col-ssm-10 {
    width: 83.33333333%; }

  .col-ssm-9 {
    width: 75%; }

  .col-ssm-8 {
    width: 66.66666667%; }

  .col-ssm-7 {
    width: 58.33333333%; }

  .col-ssm-6 {
    width: 50%; }

  .col-ssm-5 {
    width: 41.66666667%; }

  .col-ssm-4 {
    width: 33.33333333%; }

  .col-ssm-3 {
    width: 25%; }

  .col-ssm-2 {
    width: 16.66666667%; }

  .col-ssm-1 {
    width: 8.33333333%; } }
.transition_3 {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.wrapper {
  margin-left: auto;
  margin-right: auto; }

/*@media screen and (min-width: 768px) {
  .wrapper {
    width: 750px; } }
@media screen and (min-width: 992px) {
  .wrapper {
    width: 970px; } }*/
@media screen and (min-width: 1300px) {
  .wrapper {
    width: 1200px; } }
/*@media screen and (max-width: 560px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px; } }*/
.btn {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.none, .mis-dis {
  display: none; }

.mainColor {
  color: #1f5dea !important; }

.imgOuter img {
  width: 100%; }
