/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-12-13, 9:13:28
    Author     : Administrator
*/
.hear{
    width:100%;
    background-color: white;
    border-bottom: #dddde4 1px solid;
    min-width: 1200px;
    max-width: 1920px;
    
}
.top {
    background: #e0e0e4;
    padding: 5px 0;
    box-shadow: 2px 2px 2px #dddde4;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1920px;
    height:36px;
}
.mian {
    width: 1200px;
    margin: 0 auto;
}
.top .top-left{
    width: 50%;
    text-align: left;
    float:left;
}
.top-left a{
    color: #727171;
    font-family: "微软雅黑";
    font-size:16px;
    margin-left:20px;
}
.top span{
    font-size:16px;
    font-family: "微软雅黑";
    color: #727171;
    margin-right: 10px;
}
.top .top-right{
     width: 50%;
    text-align: right;
    float:right;
}
.mian img{
    width:25px;
    height: 25px;
    margin-right: 10px;
}
.header-content{
    width: 1200px;
    background-color: white;
    margin-top:3px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:1px;   
}
.header-content .hd{
    width:600px;
    height: 50px;
    border-left: 2px #dddde4 solid;
    float:left;
    margin-top: 40px;
    margin-left:1px;
    padding-left: 16px;
}
.header-content img{
    float:left;
}
.header-content .hd{
    font-size: 18px;
    color: #727171;
}
.header-content .hc2{
    font-size: 25px;
    color:#E6003B;
    letter-spacing:2px;
}
.nav{
    font-size: 18px;
    width: 1200px;
    min-width: 1200px;
    height: 50px;
    padding-top: 12px;
    margin: 0 auto;
    background-color: white;
}
.nav a{
    text-decoration: none;
    color:#727171;
    margin-left: 32px;
}
.nav a:hover{
    color: #E6003B;
}
.lun{
    max-width:1920px;
   min-width: 1200px;
    width: 100%;
    height:auto;
    max-height: 580px;
}
.lun img{width:100%;}
.swiper-container {
      margin: 0;
      width: 100%;
      height: 100%;
    }
    .swiper-slide {

      text-align: center;
      font-size: 18px;
      background: #fff;

      /* 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;
    }
    #jiushi{
        color: #E6003B;
    }
    .nav span{display: none;}
    #jiushi span{
        display: inline;
    }