.w {
    width: 1200px;
    margin: 0 auto;
    display: table;
}

/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0
}

/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}

/*去掉列表前面的小点*/
li {
    list-style: none;
}

/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0;
    /*ie6*/
    vertical-align: middle;
}

/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}

/*取消链接的下划线且修改字体颜色*/
a {
    color: #666;
    text-decoration: none;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
}

body {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #666;
        min-width: 1200px;
}

/*隐藏元素*/
.hide,
.none {
    display: none;
}

/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

/*左浮动*/
.fl {
    float: left;
}

/*右浮动*/
.fr {
    float: right;
}

.hea_top {
    height: 220px;
    position: relative;
   background:linear-gradient(0deg, #76bbfa40, #820405);
    z-index: 1;
}

.hea_top_w {
    height: 170px;
    line-height: 170px;
}

.logo {
    width: 820px;
}

.logo img {
    width: 100%;
    margin-top: 15px;                            
}

.navbar {
    width: 100%;
    background: #82040540;
}

.navbar .nav {
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

.navbar .nav a {
    color: #820405;
}

.navbar .nav .nLi {
    height: 50px;
    line-height: 50px;
    float: left;
    position: relative;
    display: inline;
}

.navbar .nav .nLi h3 {
    float: left;
}

.navbar .nav .nLi h3 a {
    display: block;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 35px;
    letter-spacing: 2px
}

/*.navbar .nav .nLi:first-of-type h3 a {
    padding-left: 0px;
}*/

.navbar .nav .nLi::after {
    content: '';
    position: absolute;
    left: auto;
    top: auto;
    bottom: 12px;
    right: 0;
    height: 22px;
    width: 2px;
    background-color: rgb(255 255 255 / 20%);
}

.navbar .nav .nLi:last-of-type:after {
    content: '';
    position: absolute;
    left: auto;
    top: auto;
    bottom: 12px;
    right: 0;
    height: 22px;
    width: 0px;
    background-color: rgb(255 255 255 / 20%);
}

.navbar .nav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 50px;
    position: absolute;
   /* background: linear-gradient(0deg, #47719640, #4b6483);  */
      background: #e8e8e8;
    padding: 5px 0;
}

.navbar .nav .sub li {
    zoom: 1;
}

.navbar .nav .sub a {
    display: block;
    padding: 0 6px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar .nav .sub a:hover {
    background: #820405;
    color: #fff;
}

.navbar .nav .on h3 a {
    color: #820405;
  
  
}


.slideBox1 {
    width: 100%;
    height: 720px;
    overflow: hidden;
    position: relative;
    bottom: 215px;
}

/* .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; } */
.slideBox1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox1 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox1 .bd img {
    width: 100%;
    height: 720px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox1 .prev,
.slideBox1 .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox1 .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox1 .prev:hover,
.slideBox1 .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox1 .prevStop {
    display: none;
}

.slideBox1 .nextStop {
    display: none;
}


footer {
    width: 100%;
    height: 161px;
    background: #820405;
    padding: 25px 0;
}

.foot_fl {
    width: 550px;
}

.foot_fl_text {
   margin-top: 10px; 
}

.foot_fl_text p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    opacity: 0.8;
}

.foot_fr {
    width: 270px;

}
.foot_fr{
    text-align: center;
}
.foot_fr img {
    width: 116px;
    height: 116px;
}

.foot_fr span {
    display: block;
   
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 15px;
    font-size: 16px;
}