/* CSS Document */
/*a
{
    text-decoration: none;
}

    a:hover
    {
        text-decoration: none;
    }*/

/*.wrap
{
    padding-top: 43px;
    width: 100%;
}

.top-nav .navlist-wrap
{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.top-nav .navlist
{
    position: absolute;
    right: 32%;
    top: -20px;
}

    .top-nav .navlist a
    {
        color: #a9abae;
        text-decoration: none;
    }

        .top-nav .navlist a:hover
        {
            color: #000000;
            text-decoration: none;
        }

    .top-nav .navlist .nav-btn
    {
        font-family: "微软雅黑", "宋体";
        font-size: 16px;
        float: left;
        color: #666;
        vertical-align: middle;
        text-decoration: none;
    }

.navlist .nav-btn span
{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    vertical-align: middle;
    *height: 12px;
    *vertical-align: middle;
    *cursor: pointer;
    *letter-spacing: 0;
    *margin-left: 0;
}

.top-nav .expand
{
    height: 0px;
    overflow: hidden;
    top: 20px;
    position: relative;
    width: 100%;
    background-color: #25262b;
}

.expand .download
{
    height: 150px;
    width: 500%;
}

    .expand .download .item
    {
        float: left;
       
    }

    .expand .download .item-active
    {
        display: block;
    }

.expand .close-btn
{
    width: 24px;
    height: 24px;
    background: url(../images/closeH.png) no-repeat;
    position: absolute;
    margin-top: 5px;
    margin-right: 5px;
    right: 2px;
    top: 5px;
    cursor: pointer;
}

.download .download-list
{
    text-align: center;
    height: 100px;
    
}

.download-list ul
{
    float: left;
    list-style: none;

    font-size: 14px;
}

    .download-list ul a
    {
        font-size: 16px;
        letter-spacing: 6px;
        color: white;
        text-decoration: none;
    }

        .download-list ul a img
        {
            padding-top: 20px;
        }

.download .download-list .btn
{
    display: inline-block;
    text-decoration: none;
    color: #586e91;
    font-size: 18px;
    line-height: 24px;
    margin: 0 28px;
    cursor: pointer;
}

    .download .download-list .btn:hover
    {
        color: #7896af;
    }

.download-list .btn .icon
{
    background-repeat: no-repeat;
    height: 56px;
    width: 56px;
    float: left;
}

.download-list .btn .text
{
    float: left;
    padding: 16px 0 16px 16px;
}*/
/* */
body
{
    overflow:auto; 
}
.zoomed > .container
{
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

img, div
{
    margin: 0;
    padding: 0;
    border: 0;
}

ul, ol, li
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.heading
{
    text-align: center;
    /*vertical-align:middle;*/
    width: 100%;
    height:100px\0;
	margin-top:15px;
}

#lrtk
{ 
    width:100%;
    margin: 0;
    padding: 0;
}


    #lrtk > li
    { 
        margin-right: 30px;/*图片相距*/
    }
/**	.box{ width:700px; height:200px; position:relative; overflow:hidden; margin:15px auto;}
.gallery{ height:200px; position:absolute; top:0; left:0;}
.gallery li{ height:200px; margin-right:15px; float:left; overflow:hidden;}
.gallery li img{ height:200px;}
 + html .mb-wrapper
{
    position: relative;
    height: 620px;
    top: -100px;
}*/

.mb-wrapper
{
    margin: 0 auto;
    position: relative;
    height: 620px;
   /*top:-80px\0;*/
    left: 0;
    top: 0;
}

.mb-slider, .mb-scroll
{
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
}

.mb-active-slider
{
    border-color: #333;
}

.mb-slider .mb-panel
{
    /*margin-top:50px;*/ /* 图片的位置*/
    display: block;
    cursor: pointer;
    float: left;
    list-style: none;
    margin-top:20px;
    margin-top:0px\0;
   /* padding-top: 20px;*/
    /* *margin:0;
    *padding:0;*/
}

.mb-panel a
{
    outline: 0;
}

.mb-slider .mb-panel.current
{
    cursor: auto;
}

.mb-inside *
{
    max-width: 100%;
}

a.mb-scrollButtons
{
    display: block;
    width: 38px;
    height: 50px;
    background: url(../images/arrows.png) no-repeat;
    position: absolute;
    top: 50%; margin-top:-54px; /* 箭头的位置*/
    /*top: 38%\0;*/
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    border: 0;
    _background: url(../images/arrows.png) no-repeat;
    *background: url(../images/arrows.png) no-repeat;
    z-index: 2000;
   
}

    a.mb-scrollButtons.mb-left
    {
        background-position: left top;
        left: 0px;
    }

    a.mb-scrollButtons.mb-right
    {
        background-position: right top;
        right: 0px;
    }

    a.mb-scrollButtons.mb-left:hover
    {
        background-position: left bottom;
    }

    a.mb-scrollButtons.mb-right:hover
    {
        background-position: right bottom;
    }

    a.mb-scrollButtons.disabled
    {
        display: none;
    }

.mb-controls
{
    margin: 0 auto;
    text-align: center;
    position:absolute;
    /* top:60%;点点的位置
    top:75%\0;*/
    right:0;
    bottom: -86px;
    left:0;
    z-index: 100;
}
    /*.mb-panel
{
    margin-top:90px;

}*/
.mb-controls a
{
  color: #fcdfb3;
  font: 18px/2.2 Georgia, Serif;
  display: inline-block;
  text-decoration: none;
  padding: 2px;
  margin: 0 5px 0 0;
  text-align: center;
  outline: 0;
}

.mb-controls a:hover
{
  color: #a55f23;
}

.mb-controls a.current
{
  color: #a55f23;
}

#lrtk > li > a > img{width:100%;height:100%;}
/*#lrtk > li i{position: absolute;background: url("../images/jdhg_sy.png") left center no-repeat;width: 107px;height: 76px;bottom: 42px;left: 20px;background-size: cover;}*/

.gallery li
{
  width: 410px;
  position: relative;
}
      

    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      width: 410px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-slide img {width:100%;}
.swiper-pagination{ margin-top: 15px; position: relative;}

@media only screen and (max-height: 850px) {
  .mb-wrapper{height: auto;padding-bottom:45px;}
  .gallery li {width: 240px;height:90%;}
  .swiper-slide {width: 240px;}
  .mb-controls{bottom: 10px;}
  #lrtk > li i{width: 87px;height: 66px;bottom: 22px;}
}
/*.main-nav
{
    display: block;
    text-align: center;
    border-bottom: 2px solid #fcdfb3;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
}

    .main-nav a
    {
        text-decoration: none;
        color: #3e63ec;
        font-size: 18px;
        margin: 0 8px;
    }

        .main-nav a:hover
        {
            color: black;
            border-bottom: 2px solid black;
        }

.mb-inside img
{
    width: 100%;
}*/


