/*! 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;  
  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:4.2rem;
 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: 3.6rem;
    margin-top: 0px;
    position: relative;
}
.swimg img {
    width: 100%;
    height: 3.6rem;
}

.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: #1371d3; 
}

.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; height:4.2rem;
}
.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 {  }







/*footTab*/
.footTab{ border:none!important; padding-bottom:10px;}
.foot-pagination{
  width:100%;
  height: 0.8rem;
  margin:0 auto;
  font-size:18px;
  display:box;
  box-align:center;
background:#96c8eb;
  display:-webkit-box;
  -webkit-box-align:center;

}


.foot-pagination .swiper-pagination-bullet{
  height: 0.8rem;
  line-height: 0.8rem;
  display: block;
  border-radius: 0;
  background: #96c8eb;
  opacity: 1;
  color: #fff;
margin:0 !important;

  font-size: 0.34rem;
  width: 25%;
  text-align: center;
  }

.foot-pagination .swiper-pagination-bullet-active{ opacity:1;  
 background: #185eb3;
  color: #fff; font-weight:bold;}

  .foot-pagination1{
  width:100%;
  height: 0.8rem;
  margin:0 auto;
  font-size:18px;
  display:box;
  box-align:center;
background:#96c8eb;
  display:-webkit-box;
  -webkit-box-align:center;

}


.foot-pagination1 .swiper-pagination-bullet{
  height: 0.8rem;
  line-height: 0.8rem;
  display: block;
  border-radius: 0;
  background: #96c8eb;
  opacity: 1;
  color: #fff;
margin:0 !important;

  font-size: 0.34rem;
  width: 30%;
  text-align: center;
  }

.foot-pagination1 .swiper-pagination-bullet-active{ opacity:1;  
 background: #185eb3;
  color: #fff; 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; 
}

/* Slider */
.slick-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;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}






.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:#185eb3;overflow:hidden; }
.nav ul li {font-size:0.32rem;line-height: 1rem; 
  float:left; width:32%; text-align: center; color:#fff;
  font-weight:bold; }
.nav ul li a {color:#fff;}

.nav ul  i { display: block;float:left; width: 1px;
border-right:1px solid #fff; height:0.4rem; margin-top:0.3rem;}



.advertise { width:100%; margin-top:0.3rem;}
.advertise img { width:100%; }
.headlines { 
line-height: .62rem;

 margin-top:0.3rem;text-align: center; font-size:0.42rem;color:#b82a2a; font-weight:bold;
 }
.headlines a { color:#1371d3; }


.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: 5rem;
    margin-top: 0px;
    position: relative;
}
.swimga img {
    width: 100%;
    height: 4rem;
}

.swimga h5 {
  text-align: center;
    position: absolute;
    line-height: 0.52rem;
    color: #fff;
    font-size:0.32rem;
    overflow: hidden;
    width: 100%;
    font-weight:bold;
  
}

.swimga h5 a { color:#333; }


.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%; }







/* 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:#c9ccd0 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:auto;
    margin: 0.2rem auto;
    text-align: center;
    padding-top: 0.2rem;;

}

.page a {
  display: inline-block;height: auto;
    color: #8c9eb3;
    border: 1px solid #c9ccd0;
    padding: 0.04rem 0.07rem 0.04rem 0.11rem;
    margin: 0.05rem 1px;
}

.page a.current {
    color: #fff;
    background-color: #185eb3;
}




.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.45rem;
  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;}


.onedelay {
    animation-delay: 0.3s
  }
  
  .onedelaya {
    animation-delay: 0.5s
  }
  
  .onedelayb {
    animation-delay: 1s
  }
  
  .onedelayc {
    animation-delay: 2s
  }
  
  .onedelayd {
    animation-delay: 3s
  }


.bannera {
  width:100%; height:3rem;
background:url(/pic/topbg1.jpg) top center no-repeat;
background-size:100%;
overflow:hidden;

}


.hero-search-form { width:5.4rem; 
height:0.6rem;
margin:0 auto; 
background:#fff;
margin-top:2.2rem;}


.search-form-input { width:4.3rem;
float:left;
border: none; 
    color: #666;
    transition: all .4s ease;
 height:.5rem;
padding:.05rem .05rem;
font-size:.28rem;
    outline: 0; }

.search-form-submit {
   
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    height:.6rem;
    border: none;
    width: 1rem;
    text-align: center;
    background-size:contain;
    background:url(../images/icon_search.png) no-repeat center #1371d3;
    font-size: 0px;
    color: #1371d3;
    outline: 0;
    float:left;
    cursor: pointer;
    transition: all .4s ease;
}






.gzone {
  width:100%;
}
.gzone p {
  overflow:hidden;
  margin-top:0.1rem;
}
.gzone img { width:100%; }


.advertisa {
  width:100%;
}


.apptop {
  width:100%;
  margin-top:15px;
  font-size:0.48rem;
  font-weight:bold;
 text-align: center;
  line-height: 0.86rem;
  color:#eec73c;
}

.xxgk { width:100%;overflow:hidden; }

.xxgk ul li {
  margin-top:0.3rem;
 width:30%;
 text-align: center;
 float:left; margin-left:2.5%;  
}
.xxgk ul li img {
  width:90%;
}


.onlinem {
  margin-top:0.5rem;
  width:100%;overflow:hidden;
}

.onlinem ul li {
    width: 25%;
    margin-left: 6.5%;
  float:left;
   text-align: center;
}

.onlinem ul li img {
  width:76%;
}




.cxjk {
    overflow: hidden;
    padding: 10px;
}

.cxjk ul li {

  width:49%;
}

.cxjk ul li img {
  width:100%;
}


.dfjrsj { width:100%; height:3rem;

position: relative; 
margin-top:0.2rem;
}



.shuju2 {
   width:100%; height:2.6rem;

position: relative;
}


.shuju2>a.leftarrow { position:absolute;
left:0px;
top:0.5rem;
width:auto;
height:auto; }


.shuju2>a.rightarrow { position:absolute;
right:0px;
top:0.5rem;
width:auto;
height:auto; }




.shuju2>a {
    display: block;
    float: left;
    width: 33%;
    height:2.1rem;
    border-right: 1px solid #d6dee8;
    border-bottom: 1px solid #d6dee8;
    border-top: 1px solid #d6dee8;
}



.shuju2 h2 {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    margin-left:0.1rem;;
    margin-bottom: 0.1rem;
    font-weight:bold;
 
}

.l2a {
    margin-left:0.05rem;
    font-size:  0.12rem;;
    line-height:  0.32rem;;
    float: left;
}

.l2a span  {
   font-size:0.14rem;
}

.l2a .span1 {
    margin-left: 0.2rem;
    color: #e3a11e;
}


.lib {
    float: left;
    margin-left: 0.2rem;
}

.lib img {width: 0.6rem;height: 0.6rem;}



.dfjrsjtop {    
 width: 100%;
    height: 0.8rem;
    margin: 0 auto;
    font-size: 18px;
    display: box;
    box-align: center;
    background: #96c8eb;
    display: -webkit-box;
    -webkit-box-align: center;
    margin-top:0.7rem; }

.dfjrsjtop a {
  display: block;
height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0;
    background: #1b5db3;
    opacity: 1;
    color: #fff;
    margin: 0 !important;
    font-size: 0.34rem;
    width: 34%;
    text-align: center;
     font-weight: bold;

}






.footm {
 
background:#1c64b6;
padding:0.1rem 0 1.8rem;

}





.footm p { text-align: center;
  font-size:16px;
  line-height: 45px;
  color:#fff;
 }
.footm p a {
  color:#fff;
}

.footm p img {
  width:20px;
margin-right:10px;
}


.slider1_wrap{ position: relative; width: 6.4rem; height: 4.57rem; margin-bottom: 0.3rem; overflow: hidden;}
.slider_tem1{}
.slider_tem1 li{ position: relative; width: 6.4rem; height: 4.57rem;}
.slider_tem1 li img{ width: 6.4rem; height: 4.57rem;}
.slider_tem1 .slider_t{ position: absolute; bottom: 0; left: 0; width: 100%; height: 0.6rem; font-size: 0.28rem; line-height: 0.6rem; text-align: center; font-weight: normal; background: rgba(0,0,0,0.7);}
.slider_tem1 .slider_t a{color: #fff;}

.slider1_wrap .bx-wrapper{ position: relative;}
.slider1_wrap .bx-controls{/* position: absolute; top: 0; left: 0;*/}
.slider1_wrap .bx-prev, .slider1_wrap .bx-next{ position: absolute; top: 50%; width: 0.6rem; height: 0.6rem; margin-top: -0.3rem; text-indent: 999em; overflow: hidden;}
.slider1_wrap .bx-prev{ left: 0; background-image: url(../images/arr_l.png); background-size: 100%;}
.slider1_wrap .bx-next{ right: 0; background-image: url(../images/arr_r.png); background-size: 100%;}




