/*!
 * Noyau Design Reboot v1.0.0 (http://noyau.cn)
 * CSS Document
 */
@charset "utf-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*-webkit-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit;*/
}
/*鏂偣鎹㈣*/
*{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-user-select:none;
  outline:0;
  -webkit-tap-highlight-color:transparent;
  word-wrap:break-word;
}

*::before,
*::after{
  display: block;
}

/*妯睆瀛椾綋*/
html{
  width: 100%;height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust:100%;
  -moz-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  -o-text-size-adjust:100%;
  text-size-adjust:100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  display: inline-block;
  line-height: 1;
  color: #333333;
  font-size: 100%;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
  height: 100%;
  width: 100%;
  /*瀛楁竻鏅�*/
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-style:normal;
  vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

audio,canvas,video{
  display:inline-block;
  *display:inline;
  *zoom:1;
}

audio:not([controls]){
  display:none;
}

small {
  font-size: 80%;
}

ol,ul,dl {
  list-style: none;
}

a,area {
  text-decoration:none;
  display: inline-block;
  background-color: transparent;
  color: #333333;
  outline:none;
  -webkit-text-decoration-skip: objects;
}

a:hover{
  text-decoration: none;
  outline: none;
}

a.ie6:hover{
  zoom:1;
}

a:hover,a:active{
  outline:none
}:focus{
  outline:none
}

sub,sup{
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align:baseline;
}

a:focus,input:focus,textarea:focus,input:hover,textarea:hover{
  outline:none;
  border: none;
  /*border:1px solid #00602c!important;
  background: #fff!important;*/
}

img {
  display:block;
  vertical-align: middle;
  border-style: none;
  width:100%;
}

a img,img{
  -ms-interpolation-mode:bicubic
}

svg{
  /*width: 100%;*/
  height: 100%;
  float: left;
}

svg:not(:root) {overflow: hidden;}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input,button {
  outline:none;
  border:none;
  border-radius: 0!important;
  overflow: visible;
  vertical-align:middle;
  outline:none;
  -webkit-appearance: none;
}

button,input[type="button"], input[type="submit"],input[type="reset"] {
  line-height:normal !important;
  -webkit-appearance:none;
  border-radius: none;
}
input[type=number] {
  -moz-appearance:textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}




.center {
  text-align: center;
}

.clear{
  clear: both;
}

.clearfix:after {
  content: "\200b";
  height: 0;
  display: block;
  visibility: hidden;
  font-size: 0;
  clear: both;
}

/* -IE6- */
.clearfix {
  *zoom: 1;
}

.fl{
  float: left;
}

.fr{
  float: right;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.v-middle{/* 鍨傜洿灞呬腑 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-end{/* 搴曢儴瀵归綈 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.v-center{/* 涓ょ灞呬腑 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v-between{/* 涓ょ灞呬腑 */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-center{/* 涓婁笅瀹氫綅灞呬腑 */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.row-center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.autoscrollbar-x{/* 鑷姩婊氬姩鏉杞寸珫鍚� */
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.autoscrollbar-x::-webkit-scrollbar{
  display: none!important;
  opacity: 0;
}

.autoscrollbar-x .autoscrollin{
  white-space: nowrap;
}

.autoscrollbar-y{/* 鑷姩婊氬姩鏉杞存í鍚� */
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.autoscrollbar-y::-webkit-scrollbar{
  display: none!important;
  opacity: 0;

}
.autoscrollbar-y .autoscrollin{
  white-space: nowrap;
}

.usn{/* 绂佹閫変腑鏂囨湰 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.wn { /* 寮哄埗涓嶆崲琛� */
  word-wrap: normal;
  white-space: nowrap;
}

.wb { /* 寮哄埗鎹㈣ */
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.wp { /* 淇濇寔绌虹櫧搴忓垪*/
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.wes { /* 澶氬嚭閮ㄥ垎鐢ㄧ渷鐣ュ彿琛ㄧず , 鐢ㄤ簬涓�琛� */
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wes-2 { /* 閫傜敤浜巜ebkit鍐呮牳鍜岀Щ鍔ㄧ */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.wes-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.wes-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img,
.swiper-slide span.slide-bgm{
  display: block;
  width: 100%;
}

.swiper-slide span.slide-bgm{
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  height: 100vh;
}

/*IE涓媋:hover 鑳屾櫙闂儊*/
*html{
  overflow:-moz-scrollbars-vertical;
  zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this));
}
