body{font-family: "微软雅黑";}
.center {margin: 0 auto;width: 1200px;}/*内容居中*/
.fl {float: left}/*左浮动*/
.fr {float: right}/*右浮动*/
.hide {display: none}  /*隐藏属性*/
.out{overflow: hidden}/*超出隐藏*/
.clearfix {zoom: 1;}
.clearfix::after {content: '';height: 0px;display: block;overflow: hidden;clear: both;}/*清除浮动*/

body{
    background: url("../image/bg.png") no-repeat top;
}
.top_bg{ background: url(../image/2206141429169619255.png) top center repeat-y;}
.content{
    background: #ffffff;
    padding: 25px;
}
/*轮播图*/
.content_lbt {
    width: 560px;
    height: 360px;
}
/*轮播开始*/
.slide {
    /*轮播宽高需要修改*/
    /*float: left;*/
    width: 560px;
    height: 360px;

    margin: 0px auto;/*居中*/
    position: relative;
}
/*ul标签开启定位*/
.slide .pic{
    position: relative;
    width: 560px !important;
    height: 360px !important;
}
.slide .pic > li {
    width: 560px !important;
    height: 360px !important;
}
/* 图片设置 */
.slide .pic > li > a > img {
    /*照片大小需要修改*/
    /*width: 100%;*/
    width: 560px !important;
    height: 360px !important;
    display: block;
}
/*底部黑色背景*/
.slide .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 45px;
    width: 100%;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    overflow: hidden;
}
/*
    底部div布局
    overflow: hidden-----超出隐藏
*/
.slide > .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 45px;
    width: 100%;
    overflow: hidden;
}
/*
     底部显示的内容
        ---设置li标签的高度,行高
*/
.slide > .txt li {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -40px;
}
/*
    内容
        ---text-decoration : 文本修饰
*/
.slide .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 24px;
    font-size: 16px;
    font-weight:400;
    text-decoration: none;
}
/* 圆点设置 */
.slide .num {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    right: 25px;
    height: 10px;
}
/*
    圆点
        --高度  宽度  居中
            url : 初始圆点
            cursor: pointer ---- 光标呈现为指示链接的指针（一只手）
*/
.slide .num li {
    float: left;
    width: 8px;
    height: 8px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background: url(../image/yd_1.png) no-repeat;
    margin-right: 6px;
    z-index: 1;
    color: #fff;
}
/*图片当前圆点位置*/
.slide .num li.on,
.slide .num .on:hover {
    width: 16px;
    background: url(../image/yd_2.png);
}
/*轮播图结束*/

/*内容*/
.content_nr{
    width: 561px;
}
.content_title {
    width: 561px;
    height: 60px;
    background: url("../image/2206141439364697328.png") no-repeat 0px 20px;
    padding-left: 32px;
    padding-right: 9px;
}
.content_title_span {

}
.content_title_span li {
    float: left;
    margin-right: 28px;
}
.content_title_span .hover span{
    color: #cc1c1e;
}
.content_title_span .hover1 span{
    color: #666666;
}
.content_title_span li span{
    font-size: 24px;
    line-height: 50px;
    color: #666666;
    font-weight: bold;
}
.content_title_more li a {
    font-size: 15px;
    line-height: 50px;
    color: #666666;
}
/*内容*/
.content_list {
    margin-top: 2px;
}
.content_list li {
    padding-left: 33px;
    background: url("../image/yd_3.png") no-repeat 14px 25px ;
	box-shadow: 0 0 16px rgb(0, 0, 0, 0.1);
    margin: 10px 0 0;
    display: block;
}
.content_list .list11 {
    padding-left: 0px;
    background:none;
	border-bottom: 1px solid #e6e6e6;
	box-shadow: none;
    margin: 0;
}
.content_list li a {
    font-size: 16px;
    line-height: 53px;
    color: #333333;
}
.content_list .list11 span{
	float: right;
    background: url(../image/2206141454009763408.png) no-repeat 10px;
    padding-left: 30px;
    color: #999;
    font-size: 14px;
    line-height: 53px;}
.content_list li span{
	float: right;
    background: url(../image/2206141454009763408.png) no-repeat 10px;
    padding-left: 30px;
    color: #999;
    font-size: 14px;
    line-height: 53px;
	padding-right: 14px;}
.content_1 {
    padding: 0px 25px;
    background: #ffffff;
}
.content_1 a img{
    width: 1150px;
}
.content_2 {
    padding: 0px 25px;
    background: #ffffff;
}
.top_25 {
    padding-top: 25px;
}
.content_3 {
    background: #ffffff;
    padding-bottom: 25px;
    margin-top: 414px;
}
/*底部*/
.footer {
    background: url(../image/2206141429169087575.png) no-repeat center top #c11111;
	padding-top: 240px;
	padding-bottom: 30px;
}
.footer p {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
	color:#fff;
}























