/*! normalize.css v4..0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin:0;padding:0;list-style:none; text-decoration:none;}
fieldset, img {border:0;}
:focus {outline:0;}
address, caption, cite, code, dfn,em, th, var, optgroup,i {font-style:normal;font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
abbr, acronym {border:0;font-variant:normal;}
input, button, textarea,select, optgroup, option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
code, kbd, samp, tt {font-size:100%;}
input, button, textarea, select {*font-size:100%;}

ol, ul {list-style:none;}
caption, th {text-align:left;}
sup, sub {font-size:100%;vertical-align:baseline;}
:link, :visited , ins {text-decoration:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
img{vertical-align:middle;}
.clearfix:before,.cf:before,.clearfix:after,.cf:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}
html{_text-overflow:ellipsis;} /*���IE6��ͼƬ����*/ 
iframe{display:block;}

ol, ul {list-style: none;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Init */
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, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend{margin: 0; padding: 0;border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 1.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
body{
  width: 7.5rem;
  color: #424242;
  background: #fff;
  font-size:32px;font-size:.3rem;max-width:1080px;margin:0 auto;  
  position: relative;
  font-family:'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif;
}
body.noscroll{
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
}
a{
  color: #444;
}


.searchm {  width:100%; height:1.1rem; position: fixed;top:0px;
  left:0px; background:#a71715; padding-top:0.1rem; z-index: 45}


.searcha { width:80%; float:left; height:0.6rem;border: 1px solid #fff;
background:#fff;margin-top:0.2rem;margin-left:2%;}





input,button,select,textarea{outline:none;border:0px;}

input:focus {
  outline:none; border:0px #fff solid; box-shadow: 0 0px 0px #fff;
}

::-moz-placeholder{
    opacity: 1;
    color:#b8b8b8;
}
::-webkit-input-placeholder{
    color:#b8b8b8;
}
:-ms-input-placeholder{
    color:#b8b8b8;
}
.sechm { width:84%; height:0.6rem;    float: left; line-height: 35px; }
.butonm {    cursor: pointer;
    width:0.6rem;
    height: 0.6rem;
    float: left;
    background: url(../images/searchb.png) no-repeat center;
    background-size:cover;}





.bannera { width:100%;}

.bannera img {  width:100%;  }






.minlb {
    width: 100%;
    height: 5.4rem;
 margin-top:0.3rem;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.mina .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.swimg {
    width: 100%;
    height: 4.84rem;
    margin-top: 0px;
    position: relative;
}
.swimg img {
    width: 100%;
    height: 4.86rem;
}

.swimg h5 {
  text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0.72rem;
    line-height: 0.72rem;
    color: #fff;
    font-size:0.28rem;
    overflow: hidden;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
}

.swimg h5 a { color:#fff; }

  .mina .swiper-pagination-bullet {
width:15px; height:5px; background:#434650;
   border-radius: 0;  opacity: .8;}

  .mina   .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1fb81f; 
}

.mina >.swiper-pagination-bullets .swiper-pagination-bullet {
  margin:0 3px; }


.con {  background:#fff;
 overflow:hidden; margin-top:0.32rem; position: relative;}

.contop { width:96%; height:1rem; margin:0 auto;
  font-size:0.36rem;line-height: 1rem; border-bottom:1px solid #e5e5e5;color:#cf2120;}



.conb ul  {
    width:96%;margin:0 auto;overflow:hidden;
}
.conb ul li {    width: 100%;
    font-size: .34rem;
    line-height: .64rem;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .2rem;}

.conb  li:before {
    content: '';
    width: .08rem;
    height: .08rem;
    background-color: #d2d2d2;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.05rem;
    margin-right: .1rem;
}

.lsmin {
    width: 100%;
}

.lsmin  img {
    width: 2rem;
    float: left;
    margin-right: 0.2rem;
}


.lsmin h5 {
    font-size:0.34rem;
    font-weight: bold;
    margin-bottom: 10px;

    color: #333;line-height: 0.56rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.morea { text-align: center; display:block;
 height:0.8rem; line-height: 0.8rem;
width:100%;
 }


.conb .lstimea {
    font-size: 0.2rem;
    color: #909090;
    line-height: 30px;
    margin: 0;
}
.conb .lstimea span {  }









 .footad { width:98%;height:auto;font-family:'微软雅黑'; background:#fafafa;margin-top:25px; padding-top:5px; padding-bottom:25px;padding-left:1%; padding-right:1%;}
  
  
.footad p  { margin-top:5px; color:#9a9a9a; font-size:14px;}
.footad p span { font-size:14px; color:#000; font-weight:bold;  margin-right:10px; }
.footad p span a { color:#000; text-decoration:none}


/*footTab*/
.footTab{ border:none!important; padding-bottom:10px;}
.foot-pagination{
  width:96% !important;
  height: 1rem;
  margin:0 auto;
  font-size:18px;
  padding-top:2px;
  display:box;
  box-align:center;
background:#fff;
  display:-webkit-box;
  -webkit-box-align:center;
border-bottom:1px solid #b0b0b0;
}

.foot-pagination span:nth-child(odd) { background:url(../images/topbga.png) right center no-repeat;
background-size:contain; }
.foot-pagination .swiper-pagination-bullet{
  height: 1rem;
  line-height: 1rem;
  display: block;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  color: #8c8c8c;
margin:0 !important;
padding: 0 4px;
  font-size: 0.36rem;
  width: 28%;
  text-align: center;
  }

.foot-pagination .swiper-pagination-bullet-active{ opacity:1;   background: #fff;
  color: #1fb81f; font-weight:bold;}
/*backTop*/
.backTop{ width:61px; height:50px; background-position:-300px -600px; margin:30px auto 30px;}
.backTop a{ width:61px; height:50px; display:block;}
/*appBox*/
.appBox{ width:70%; margin:0 auto;
  display:box; box-align:center; box-pack:justify;
  display:-webkit-box; -webkit-box-align:center; -webkit-box-pack:justify;
}
.appBox div{ width:56px; text-align:center;}
.appBox img{ width:100%;}
.appBox p{ font-size:14px; color:#9f9f9f; line-height:30px;}
/*footNav*/
.footNav{ border-top:1px solid #e5e5e5; margin-top:8px; padding:10px 0 15px;}
.footNav ul{ width:100%; height:22px;
  display:box; box-align:center; box-pack:justify;
  display:-webkit-box; -webkit-box-align:center; -webkit-box-pack:justify;
}
.footNav a{ font-size:15px;}




.rolla , .rollb {
  width:100%; 
-webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    padding-bottom:0.6rem;
   border-bottom: dashed 1px #d9d9d9;
   padding-top:0.6rem;
}



.rolla .swiper-wrapper , .rolla .swiper-wrapper{
    margin-top:10px;
  }
.rolla .swiper-slide , .rollb .swiper-slide{
  width:80%;
   -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}



.rolla .swiper-slide .main-img , .rollb .swiper-slide .main-img{
  width:80%;
  margin:0 auto;
  display:block;
}
.rolla #pagination , .rollb #pagination{
  position:absolute;
  bottom:100px;
  width:100%;
}

.rolla #pagination .swiper-pagination-bullet , .rollb #pagination .swiper-pagination-bullet{
  width:9.5%;
  float:left;
  margin:0 0 0 6.15%;
  background:none;
  opacity: 1;
}




.swiper-slide, .swiper-wrapper {
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}


.swiper-slide, .swiper-wrapper {
  -webkit-transform-style: preserve-3d; 
  -moz-transform-style: preserve-3d;
   -ms-transform-style: preserve-3d; 
   -o-transform-style: preserve-3d;
    transform-style: preserve-3d; 
}







.rolla h5 {  text-align: center;font-size:0.28rem; color:#333; font-weight:bold; line-height: 0.42rem; }

.rollb h5 {  text-align: center;font-size:0.28rem; color:#333; font-weight:bold; line-height: 0.42rem; }


.nav { width:100%; background:#1fb81f;overflow:hidden; }
.nav ul li {font-size:0.32rem;line-height: 0.8rem; 
  float:left; width:32%; text-align: center; color:#fff; }
.nav ul li a {color:#fff;}

.nav ul  i { display: block;float:left; width: 1px;
border-right:1px solid #74d774; height:0.4rem; margin-top:0.2rem;}


.advertise { width:100%; margin-top:0.3rem;}
.advertise img { width:100%; }
.headlines {  margin-top:0.3rem;text-align: center; font-size:0.42rem;color:#b82a2a; font-weight:bold;
 }
.headlines a { color:#b82a2a; }


.minb { width:94% !important; margin:0 auto; }


.lmtab-button-prev {
    width: .6rem;
    height: 1.2rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.6rem;
    background: url(../images/arr_l.png)no-repeat center;
    background-size: contain;
    z-index: 5;
}

.lmtab-button-next {
    width: .6rem;
    height: 1.2rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.6rem;
    background: url(../images/arr_r.png)no-repeat center;
    background-size: contain;
      z-index: 5;
   }

.cona {  
 overflow:hidden; margin-top:0.32rem; position: relative;}


.swimga {
    width: 100%;
    height: 4rem;
    margin-top: 0px;
    position: relative;
}
.swimga img {
    width: 100%;
    height: 4rem;
}

.swimga h5 {
  text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0.72rem;
    line-height: 0.72rem;
    color: #fff;
    font-size:0.28rem;
    overflow: hidden;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
}

.swimga h5 a { color:#fff; }


.alist { width:100%;overflow:hidden;margin-top:0.1rem; }

.alist ul li { width:46%; float:left;margin-top:0.2rem; text-align: center;margin-left:2%;  }
.alist ul li img { width:100%; }



.severb { width:94%; margin:0 auto; margin-top:0.3rem;}

.severb img { width:100%; }


.talka { width:94%; margin:0 auto; margin-top:0.3rem;}

.talka img { width:100%; }


.foota {
  font-size: 0.26rem;
  margin-top:0.35rem; color:#494949;
  padding:0.3rem 0;
  width:100%; background:#e8e8e8;  text-align: center;
  overflow:hidden;
 }

.ficon {
    overflow: hidden;
    height: 2.4rem;
    font-size: 0;
}

.ficon span {
    width: 33.3%;
    display: inline-block;
}

 /* #_span_jiucuo{
    display: block;
    float: left;
    margin: 0.5rem 0 0 1rem;
 } */
 
 .code{
    width: 33.3%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    font-size: .26rem;
 }

 .code p{
    line-height: 0.7rem;
 }

 .code img{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.3rem auto 0;
 }

 .foota .info{
    border-top: solid 1px #c6c6c6;
    margin-top: 1rem;
    padding-top: 0.3rem;
    line-height: 0.5rem;
 }


/* list */
.licon { width:96%; margin:0 auto;margin-top:0.35rem;
  margin-bottom:0.75rem;overflow:hidden; }

.pos { font-size:0.28rem; width:100%; line-height: 0.64rem; border-bottom:#1fb81f 1px solid; }
.posa { font-size:0.28rem; width:100%; line-height: 0.64rem;}

.new_li_t.active {
    display: block;
}

.new_li_t {
    width: 98%;
    margin: .3rem auto;
    list-style: none;
    display: none;
}

.new_li_t li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: .15rem;
    padding-bottom: .1rem;
}

.new_li_t li .wrap {
    width: 96%;
    display: inline-block;
}
.new_li_t li .time {
    font-size: .18rem;
    color: #959595;
    margin-top:0.05rem;
}
.new_li_t li .til {
    font-size: .32rem;
    color: #313131;
    width: 96%;
    line-height: .5rem;
}
.new_li_t li:before {
    content: '';
    width: .08rem;
    height: .08rem;
    display: inline-block;
    background-color: #d2d2d2;
    vertical-align: top;
    margin-top: 0.18rem;
    margin-right: 0.06rem;
}


.page {
    width:100%;
    height: 0.3rem;
    margin: 0.2rem auto;
    text-align: center;
    padding-top: 0.2rem;;

}

.page a {
    color: #8c9eb3;
    border: 1px solid #c9ccd0;
    padding: 0.04rem 0.07rem 0.04rem 0.11rem;
    margin: 0 1px;
}

.page a.current {
    color: #fff;
    background-color: #3bac3b;
}




.mlist { overflow:hidden;width:100%;border:1px solid #dfdfdf; }


.mlstop { width:100%;
  background:url(../images/listopbg.png) no-repeat right center #dfdfdf; font-size:0.36rem; 
   text-align: center; font-size:0.36rem;
 height:0.8rem; line-height: 0.8rem; font-weight: bold;
  background-size: contain; }

.mlist ul li { width:100%;
 text-align: center;
  height:1rem;line-height: 1rem;border-bottom:1px solid #dfdfdf;
  font-size:0.32rem; }





/* detail */

.detacon {
  width: 94%;
  margin:0 auto;
  margin-top:0.35rem;
  margin-bottom:0.75rem;
  overflow:hidden;
  background: #fff;
  }
.alist p {    width: 94%;
    float: left;
    margin-top: 0.2rem;
    margin-left: 2%;}
.alist p img { width:100%;}
.dem { width:100%; overflow:hidden;margin-top:0.3rem;}
.dem  .title { width:90%; text-align: center;
font-size:0.38rem; margin:0 auto;font-weight:bold; }
.dem .info  {  margin-top:0.3rem; 
font-size:0.26rem;    display: flex;
    justify-content: space-around; background:#f5f5f5;}

.content {line-height: 0.65rem;margin-top:0.4rem;}




.content img  { max-width:100%;height:auto!important; display: block;margin:.2rem auto;}