@charset "utf-8";
/*=============================j_reset=====================================*/
* {
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
  padding: 0;
  margin: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
html, body {
  width: 100%;
  position: relative;
  heightimg_size: auto;
}

*[align="center"] {
  margin: 0 auto;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem; /* =16px */
}
::selection {
  background: #0ea8ff;
  color: #fff;
}
::-moz-selection {
  background: #0ea8ff;
  color: #fff;
}
::-webkit-selection {
  background: #0ea8ff;
  color: #fff;
}
h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}
a, input, img, :focus {
  mayfish: expression(this.onfocus=this.blur);
  cursor: handbblr:expression(this.onFocus=this.blur()); /*IE使用*/ outline-style: none; /*FF使用*/
} /*去除a标签带来的虚框*/

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block
}
ul, li {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
/*table {
  border-collapse: collapse;
  border-spacing: 0
}*/
input, select {
  vertical-align: middle
}
input {
  padding: 0 5px;
  vertical-align: middle;
  line-height: normal;
}
/*css定义超链接四个状态也有顺序的。*/
a:link, a:visited {
  text-decoration: none;
  cursor: pointer !important;
}
a:hover, a:active {
  border: none;
  color: #6e6e6e;
}
/*辅助样式*/
.fl, .left {
  float: left !important;
}
.fr, .right {
  float: right !important;
}
.no_bg {
  background: none !important;
}
.no_border {
  border: 0 !important;
}
.no_padding {
  padding: 0 !important;
}
.no_margin {
  margin: 0 !important;
}
.no_bg_img {
  background-image: none !important;
}
.border {
  border: 1px solid #dedede;
}
.clear {
  clear: both;
}

hr {
  display: block;
  height: 0px;
  border: 0;
  border-bottom: 1px solid #dadbde;
  padding: 0;
  margin-bottom: 2rem
}


/*文字排版、颜色*/
.t2 {
  text-indent: 2em;
}
.red {
  color: #ff2a00 !important;
}
.green {
  color: #3cac4a !important;
}
.blue {
  color: #ea7b99 !important;
}
.t_sd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow-hidden {
  overflow: hidden;
  word-spacing: normal;
  letter-spacing: normal;
  whitewhite-space: nowrap;
}

.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f20 {
  font-size: 20px;
}
.fb {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}


.w100{ width: 100%; margin: 0 auto;}
.w1100{ width: 1200px; margin: 0 auto;}
.w1200{ width: 1200px; margin: 0 auto;}


 /*图片缩放*/
.img_size dd img,
.img_size li img,
.img_size .pic,
.img_size img{ -moz-transition: all 1s ease !important;-webkit-transition: all 1s ease-in-out !important;-o-transition: all 1s ease-in-out !important;-ms-transition: all 1s ease-in-out !important;
transition: all 1s ease-in-out !important; }    
    
 /*图片缩放*/
.img_size li:hover img,
.img_size a:hover img,
.img_size li:hover .pic{-moz-transform:scale(1.1);-o-moz-transform:scale(1.1); -o-moz-transform:scale(1.1); -webkit-moz-transform:scale(1.1); transform:scale(1.1);}  



/*移动端美化*/
@media screen and (max-device-width:780px) {
  .main_box {
    width: 90%;
    margin: 0 auto;
  }
  .article {
    margin-left: 10px;
    margin-right: 10px;
  }
  .article img {
    max-width: 100%;
    margin: 0 auto;
  }
}


/*.table{ display:table; table-layout: fixed; text-align:center; width:100%; height:100%}*/
.table_cell{ display:table-cell; vertical-align:middle}


/* Slider */
.miso-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; z-index:1 }
.miso-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.miso-list:focus { outline: none; }
.miso-loading .miso-list { background: #fff url(../images/ajax-loader.gif) center center no-repeat; }
.miso-list.dragging { cursor: pointer; cursor: hand; }
.miso-slider .miso-list, .miso-track, .miso-slide, .miso-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.miso-track {position: relative;left: 0;top: 0;display:inline-block;zoom: 1;margin-left: auto;margin-right: auto;vertical-align: top;}
.miso-track:before, .miso-track:after { content: ""; display: table; }
.miso-track:after { clear: both; }
.miso-loading .miso-track { visibility: hidden; }
.miso-slide { float: left; height: 100%; min-height: 1px; display: none; }
.miso-slide img { display:inline-block; }
.miso-slide.miso-loading img { display: none; }
.miso-slide.dragging img { pointer-events: none; }
.miso-initialized .miso-slide { display: block; }
.miso-loading .miso-slide { visibility: hidden; }
.miso-vertical .miso-slide { display: block; height: auto; border: 1px solid transparent; }
/* Arrows */
.miso-prev, .miso-next {position: absolute;display: block;height: 20px;width: 20px;line-height: 0;font-size: 0;cursor: pointer;background: transparent;color: transparent;padding: 0;border: none;outline: none;top: 50%;z-index: 1;}
.miso-prev{ left:0}
.miso-next{ right:0}
.miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before{ font-size:20px; color:#fff; font-weight:bold; font-family:"Microsoft Yahei"}
.miso-lightbox .miso-prev:before{ content: '←';}
.miso-lightbox .miso-next:before{ content: '→';}
/* Dots */
.miso-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.miso-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.miso-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer;}
.miso-dots li button:focus { outline: none; }
.miso-dots li.miso-active a { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}


