a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #f10e0e;
}
body{
    background: url("../images/topbg.png")no-repeat top center;
}
.headerTop{
    height: 545px;
}

/*导航begin*/
.navCanner{
    background: #c30000;
}
.navCanner ul{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navCanner ul li{
    flex: auto;
    text-align: center;
}
.navCanner ul li a{
    font-weight: bolder;
    color: #fff;
    line-height: 60px;
    font-size: 25px;
}
/*导航end*/

/*轮播图左右begin*/
.Carousel{
    margin: 0 auto;
    overflow: hidden;
}
.Carousel .Carousel_L{
    width: 630px;
}
.Carousel .Carousel_L .slideBox{
    width:100%;
    height:435px;
    margin-top: 20px;
    overflow:hidden;
    position:relative;
}
.slideBox .hd{
    height:15px;
    overflow:hidden;
    position:absolute;
    right:10px;
    bottom:15px;
    z-index:1;
}
.slideBox .hd ul{
    overflow:hidden;
    zoom:1;
    float:left;
}
.slideBox .hd ul li{
    float:left;
    margin-right:5px;
    width:15px;
    height:15px;
    background:#fff;
    cursor:pointer;
    color: #fff;
    font: 12px/15px '微软雅黑';
    text-align: center;
}
.slideBox .hd ul li.on{
    background:#f10e0e;
}
.slideBox .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}
.Carousel .Carousel_L .slideBox .bd img{
    width:630px;
    height:435px;
    display:block;
}
.slideBox .bd span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 20px;
    font: 18px/50px '微软雅黑';
    background:rgba(0,0,0,.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -58px;
    display: block;
    width: 56px;
    height: 117px;
    background: url("../images/prev-btn.png") center no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer;
}
.slideBox .next {
    left: auto;
    right: 0;
    background-image: url("../images/next.png");
}
/*.Carousel .Carousel_L:hover .prev,.Carousel .Carousel_L:hover .next{
    display: block;
}*/
.Carousel .Carousel_R{
    width: 520px;
}
/*轮播图左右end*/

/*通用组件begin*/
.SpecialCommon{
    margin: 0 auto;
    overflow: hidden;
}
.SpecialCommon .SpecialCommon_L,.SpecialCommon .SpecialCommon_R{
    width: 560px;
}
.GenericComponents{
    margin-top: 25px;
    min-height: 387px;
}
.SpecialCommon .GenericComponents{
    min-height: 495px;
}
.min_title img {
    width: 100%;
}
ul.f56d22 {
    padding: 20px 30px 20px 0;
}
ul.f56d22 li, .min_pix span {
    color: #1c1a1b;
    line-height: 56px;
    font-size: 20px;
    height: 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
ul.f56d22 li:before {
    float: left;
    width: 8px;
    height: 8px;
    background: #be0210;
    content: "";
    margin-top: 25px;
    margin-right: 15px;
}
ul.f56d22 li a {
    color: #1c1a1b;
}
ul.f56d22 li a:hover {
    text-decoration: none;
    color: #f10e0e;
}

.GenericComponents .content {
    margin: auto;
    margin-top: 20px;
}
.GenericComponents .content h2 {
    width: 560px;
    text-align: center;
    font-size: 20px;
    color: #444444;
    line-height: 25px;
    padding: 10px 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*通用组件end*/

/*尾部begin*/
.copyright {
    background: #b90207;
    height: 141px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 0px;
}
#copyright{
    width:980px;
    margin:0px auto;
    font-size:16px;
    text-align:center;
    padding:5px 0;
    line-height:180%;
    clear:both;
    color: #fff;
}
.copyright a{
    color: #fff !important;
}
/*尾部end*/