body,html{
    margin:0;
    padding:0;
    min-width:1200px;
    font-size:14px;
    font-family: "Microsoft YaHei" !important;
    background: #fafaff;
}
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;
}
.header{
    background: url("../img/headerBg.png") no-repeat right center;
    background-size:contain;
    padding:10px 0;
}
/*轮播图*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner-title{
    font-size:20px;
    color:#333333;
    border-left:8px solid #f55050;
    height:30px;
    line-height:30px;
    padding-left:10px;
    margin:20px 0;
}
.banner .banner-run{
    position:absolute;
    top:0;
    left:0;
}
.banner .banner-run li{
    float:left;
    position:relative;
}
.banner .banner-run li img{
    display: block;
    width:100%;
}
.banner-ctrl{
    position:absolute;
    bottom:23px;
    z-index:2;
}
.banner-ctrl li{
    width:49px;
    height:9px;
    background:#e3dfdf;
    float:left;
    margin-left:14px;
    cursor: pointer;
}
.banner-ctrl li:first-of-type{
    margin-left:0;
}
.banner-ctrl li.active{
    background:#ce1b1b;
}
/*导航*/
.nav{
    background: #dd2a2a;
    width: 100%;
    position:relative;
    z-index: 1000;
}
.fNav li{
    float:left;
    color:#ffffff;
    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 a{
    display: inline-block;
    vertical-align: middle;
    padding:13px 30px;
    font-size:18px;
    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{
    background: #b42626;
}
.fNav li.active{
    background: #b42626;
}
.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*/
#body{
    position:relative;
    min-height:800px;
    overflow: hidden;
}
.blog1{
    padding:20px 0;
    background: #ffffff;
}
.blog1-1,.blog1-2,.blog1-3{
    position:relative;
    width:380px;
}
.blog1-1{
    margin-right:30px;
}
.blog1 ul li{
    padding:15px 0;
    font-size:14px;
    overflow: hidden;
}
.blog1 ul li a{
    float:left;
    width:280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog1 ul li p{
    float:right;
    color:#999999
}
.blog1 ul li p span{
    color:#333333;
    font-size:14px;
}
.more{
    position:absolute;
    width:32px;
    height:20px;
    background: url("../img/more.png") no-repeat center;
    right:0;
    top:15px;
}
/*正文2*/
.blog2{
    padding:30px 0;
}
.title{
    padding:10px 0 ;
    font-size:18px;
    font-weight:500;
    border-bottom:3px solid #f13535;
}
.title img{
    margin-right:10px;
}
.blog2-2 {
    width: 490px;
    position:relative;
}
.download{
    width:380px;
    position:relative;
    margin-right:30px;
}
.download ul{
    padding:20px 0;
}
.download ul li{
    padding:13px 0;
}
.download ul li a{
    display: block;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.blog2-2{
    margin-top:25px;
}
.spTitle{
    width:34px;
    height:93px;
    background: url("../img/spTitle.png") no-repeat;
}
.spRun{
    width:430px;
    height:260px;
    overflow: hidden;
    position:relative;
    margin-left:20px;
}
.spRun li{
    width:430px;
    height:260px;
    position: absolute;
    top:0;
    left:0;
}
.spRun li img{
    width:100%;
    height:100%;
}
.spCtrl li{
    width:12px;
    height:12px;
    background:#c7bfbf;
    cursor: pointer;
    margin-top:10px;
}
.spCtrl li.active{
    background:#dd2a2a;
}
.links{
    width:270px;
}
.link-title{
    font-size:16px;
    text-align: center;
}
.link-title img{
    margin-right:10px;
}
.links ul{
    margin-top:30px;
}
.links ul li{
    width:270px;
    height:45px;
    line-height:45px;
    font-size:16px;
    color:#ffffff;
    margin:10px 0;
    border:1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    background-size: 100%;
    position:relative;
}
.links ul li .zz{
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    filter: alpha(opacity=50);
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.links ul li:nth-of-type(1){
    background: url("../img/link1.png") no-repeat;
}
.links ul li:nth-of-type(2){
    background: url("../img/link2.png") no-repeat;
}
.links ul li:nth-of-type(3){
    background: url("../img/link3.png") no-repeat;
}
.links ul li:nth-of-type(4){
    background: url("../img/link4.png") no-repeat;
}
.links ul li a{
    position:relative;
    z-index: 10;
}
/*正文3*/
.blog3{
    background: #ffffff;
    padding:30px 0;
}
.blog3 .title1{
    background: url("../img/ryq.png") no-repeat center;
    text-align: center;
    font-size:27px;
}
.blog3 ul{
    text-align: center;
    margin:30px auto;
}
.blog3 ul li{
    float:left;
    width:269px;
    height:156px;
    margin:5px 20px;
}
.blog3 ul li img{
    width:100%;
    height:100%;
}
.blog3 ul li:first-of-type{
    margin-left:0;
}
.blog3 ul li:last-of-type{
    margin-right:0;

}
/*底部*/
#footer{
    background: #333131;
    color:#ffffff;
    position:relative;
    padding:30px 0;
    overflow: hidden;
    text-align: center;
    font-size:13px;
    line-height:1.5;
}
/*二级页面*/
.erBanner img{
    width:100%;
    display: block;
}
.list-page{
    padding:0 35px;
    box-sizing: border-box;
    min-height:800px;
}
.list-location{
    width:255px;
    background: #dd2a2a;
    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:#dd2a2a;
    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: #dd2a2a;
    color:#ffffff;
}
.list-ul li:hover>a{
    background: #dd2a2a;
    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:#dd2a2a;
    border-bottom:1px solid #dd2a2a;
    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("../img/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;
}