﻿body,html{
    margin:0;
    padding:0;
    min-width:1200px;
    font-size:14px;
    font-family: "Microsoft YaHei" !important;
    background: #fbfbfb;
}
img{
    border:none;
}
.container-fulled{
    width:100%;
}
.container{
    width:1200px;
    margin:0 auto;
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
a,a:hover,a:active{
    text-decoration: none;
    color:inherit;
}
p{
    margin:0;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
.whitespace{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.verticalMid{
    vertical-align: middle;
    display: inline-block;
}
.fl{float:left;}
.fr{float:right;}
/*头部*/
#header{
    overflow: hidden;
    background: #950001;
}
.header img{
    display: block;
    width:100%;
}
/*轮播图*/
#banner{
    background: #f3f2f0;
}
.slideBox{ width:1200px; height:300px;  position:relative;overflow:hidden; text-align: center; }
.slideBox .hd{ display:inline-block;height:15px; overflow:hidden; position:absolute;left:50%; bottom:28px;margin-left:-75px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin:0 5px;  width:16px; height:15px;color:#fff; line-height:20px;font-size:12px; text-align:center; background:url("../images/ctrl.png") no-repeat center; cursor:pointer; }
.slideBox .hd ul li:hover{ background:url("../images/ctrlact.png") no-repeat center; }
.slideBox .hd ul li.on{ background:url("../images/ctrlact.png") no-repeat center; }
.slideBox .bd{ position:relative; height:100%; z-index:0; }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:1200px; height:300px; display:block; }

.slideBox .prev,
.slideBox .next{ position:absolute; margin-top:-32px; display:block; width:21px; height:65px; filter:alpha(opacity=50);opacity:0.5; cursor: pointer; transition: all 1s}
.slideBox .next{ right:3%; top:50%; background:url(../images/arrowr.png) no-repeat center;}
.slideBox .prev{ left:3%; top:50%; background:url(../images/arrowl.png) no-repeat center;}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;}
.slideBox .nextStop{ display:none;}
/*导航*/
.nav{
    background: #c30004;
    width: 100%;
    position:relative;
    z-index: 1000;
    text-align: center;
}
.fNav{
    display: inline-block;
}
.fNav li{
    float:left;
    color:#ffffff;
    position:relative;
    padding:0 24px;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav li a{
    display: inline-block;
    vertical-align: middle;
    padding:13px 10px 13px 10px;
    font-size:20px;
    position:relative;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav li img{
    display: inline-block;
    height:22px;
    vertical-align: middle;
}
.fNav li:hover{
    color:#f6d561;
}
.fNav li.active{
    color:#f6d561;
}
.fNav li:after{
    content: '';
    width:100%;
    height:2px;
    background: #f6d561;
    position: absolute;
    opacity: 0;
    filter:alpha(opacity=0);
    bottom:5px;
    left:0;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav li:hover:after{
    opacity: 1;
    filter:alpha(opacity=100);
}
.fNav li.active:after{
    opacity: 1;
    filter:alpha(opacity=100);
}
.fNav li:hover .sNav li{
    height:40px;
}
.sNav{
    position:absolute;
    left:0;
    min-width:100%;
}
.sNav li{
    text-align: center;
    padding:0 24px;
    min-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 400ms ease;
    -moz-transition: height 400ms ease;
    -o-transition: height 400ms ease;
    transition: height 400ms ease;
    white-space: nowrap;
    background: #dd2a2a;
    color:#ffffff;
}
.sNav li a{
    border:none;
    padding:10px 0;
}
.sNav li:hover{
    background: #b42626;
    color:#ffffff;
}
/*正文1*/
.blog1,.blog2,.blog3{
    margin:30px auto;
}
.blog2-img{
    padding:14px 0;
    background: #8c1515;
}
.blog2-img img{
    display: block;
    width: 100%;
}
.blog2-2{
    margin-left:23px;
}
.blogBox1{
    width:585px;
height:335px;
    background: #f3f2f0;
    position: relative;
    box-shadow: 0 1px 0 rgba(140,21,21,0.1);
}
.blogBox1:after{
    content: "";
    position: absolute;
    width:585px;
    height:20px;
    bottom:-20px;
    background-image: radial-gradient(farthest-corner at 50% 0,rgba(140,21,21,0.08) 10%,rgba(140,21,21,0.05) 50%,rgba(255,255,255,0) 80%);
}
.blogBox2{
    width:385px;
height:312px;
    position: relative;
    background: #f3f2f0;
    box-shadow: 0 1px 0 rgba(140,21,21,0.1);
}
.blogBox2:after{
    content: "";
    position: absolute;
    width:385px;
    height:20px;
    bottom:-20px;
    background-image: radial-gradient(farthest-corner at 50% 0,rgba(140,21,21,0.08) 10%,rgba(140,21,21,0.05) 50%,rgba(255,255,255,0) 80%);
}
.title1 span{
    display: inline-block;
    color:#8c1515;
    font-weight: bold;
    padding:19px 3px 17px 9px;
    border-bottom:2px solid #8c1515;
}
.title2{
    background: #8c1515;
    color:#fff;
    padding:1px 0 14px 11px;
    position: relative;
}
.blog2-2 .title2:after,.blog2-3 .title2:after{
    content: "";
    background: #8c1515;
    position: absolute;
    width:23px;
    height:100%;
    left:-23px;
    top:0;
}
.blog2-2 .title2:before,.blog2-3 .title2:before{
    content: "";
    background: #ffffff;
    position: absolute;
    width:1px;
    height:0px;
    left:-1px;
    bottom:0;
    z-index:1;
-webkit-transition: height 400ms ease;
    -moz-transition: height 400ms ease;
    -o-transition: height 400ms ease;
    transition: height 400ms ease;
}
.blog2-2 .title2:hover:before,.blog2-3 .title2:hover:before{
    height:14px;

}
.more1{
    position:absolute;
    top:32px;
    right:0;
    background: url("../images/more1.png") no-repeat;
    width:73px;
    height:20px;
}
.more2{
    position:absolute;
    top:6px;
    right:7px;
    background: url("../images/more2.png") no-repeat;
    width:64px;
    height:13px;
}
.blogList1{
    padding:13px 0;
}
.blogList1 li{
    background: url("../images/liststyle.png") no-repeat 10px center;
    padding:13px 22px 10px 25px;
}
.blogList1 li a{
    display: inline-block;
    width:430px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#383838;
    vertical-align: bottom;
}
.blogList1 li span{
    float:right;
    color:#585858;
}
.blogList2{
    padding:13px 0;
}
.blogList2 li{
    background: url("../images/liststyle.png") no-repeat 10px center;
    padding:13px 17px 10px 25px;
}
.blogList2 li a{
    display: inline-block;
    width:230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#383838;
    vertical-align: bottom;
}
.blogList2 li span{
    float:right;
    color:#585858;
}

.blog1-2,.blog1-1{
    height:335px;
}
.blogBoxImg{
    margin:13px;
}
.blogImg{
    border:4px solid #ffffff;
    width:197px;
    height:230px;
    box-shadow: 0 0 5px rgba(121,121,121,0.7);
}
.blogImg img{
 width:197px;
    height:230px;
}
.blogImgList{
    width:345px;
}
.blogImgList li{
    background: url("../images/liststyle.png") no-repeat 10px 21px;
    padding:13px 17px 4px 25px;
}
.blogImgList li a{
    display: block;
    width:325px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#383838;
}
.blogImgList li span{
    display: block;
    color: #585858;
    margin-top:5px;
}
/*底部*/
#footer{
    background: #8c1515;
    color:#ffffff;
    position:relative;
    overflow: hidden;
    text-align: center;
    font-size:13px;
    line-height:1.5;
}
#footer>div{
    padding:30px 0;
    background: #a11f1f;
}
/*二级页面*/
.erBanner img{
    width:100%;
    display: block;
}
.list-page{
    padding:0 35px;
    box-sizing: border-box;
    min-height:800px;
}
.list-location{
    width:255px;
    background: #c30004;
    height:60px;
    line-height:60px;
    color:#ffffff;
    text-align: center;
    box-sizing:border-box;
    font-size:20px;
}
.list-ul{
    padding:25px 0;
    background: #f4f4f4;
}
.list-ul li{
    width:255px;
    background: #f4f4f4;
    color:#c30004;
    box-sizing:border-box;
    font-size:14px;
    position:relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    -webkit-transition: all 0.5s;
}
.list-ul li a{
    height:36px;
    line-height:36px;
    padding:0 50px;
    display: block;
    font-weight: bold;
}
.list-ul li.active>a{
    background: #c30004;
    color:#ffffff;
}
.list-ul li:hover>a{
    background: #c30004;
    color:#ffffff;
}
.list-ul .leftSec{
    display: none;
    padding:20px 0;
}
.list-ul .leftSec a{
    color:#515151;
    height:30px;
    line-height:30px;
    font-weight: normal;
    padding:0 55px;
}
.list-left{
    position:relative;
    margin-top:30px;
}
.list-right{
    width:825px;
}
.right-title{
    color:#c30004;
    border-bottom:1px solid #c30004;
    padding:10px;
    margin-top:25px;
}
.img-list li{
    background: #f6f7f7;
    float:left;
    width:180px;
    padding:20px 0;
    text-align: center;
    margin:17px;
}
.img-list li:nth-of-type(4n+1){
    margin-left:0;
}
.img-list li:nth-of-type(4n){
    margin-right:0;
}
.img-list li img{
    width:142px;
    height:164px;
    box-shadow: 1px 1px 5px #b8b8b8;
    margin-bottom:12px;
}
.img-list li p{
    color:#515151;
    font-size:12px;
}
.fanye{
    margin:40px 0;
    text-align: center;
}
.right-list ul{
    padding:20px 30px;
}
.right-list li{
    padding:10px 15px;
    background: url("../images/liststyle.png") no-repeat left center;
    overflow: hidden;
}
.right-list li a{
    float:left;
    color:#666666;
    width:500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-list li span{
    float:right;
    color:#948e8e;
}
.right-jjy{
    padding:30px 30px 50px 30px;
}
.content-page{
    padding:10px 100px;
    box-sizing: border-box;
}
.content{
    padding:30px;
}