﻿/*通用CSS属性*/
body{font-family: "微软雅黑";}
.center {margin: 0 auto;width: 1200px;}/*内容居中*/
.fl {float: left}/*左浮动*/
.fr {float: right}/*右浮动*/
.hide {display: none}  /*隐藏属性*/
.out{overflow: hidden}/*超出隐藏*/
.clearfix {zoom: 1;clear: both}
.clearfix::after {content: '';height: 0px;display: block;overflow: hidden;clear: both;}/*清除浮动*/
input {outline: none;}  /*取出点击边框*/
input:focus {outline: none;}  /*点击无边框*/
button:focus {outline: none;}  /*点击无边框*/

body {
    background: url("bg.png") repeat;
}
.top {
    width: 100%;
}
.top_1 {
    width: 100%;
    height: 522px;
    background: url("newImg_01.jpg") no-repeat center;
}
/*导航栏*/
.top_2 {
    height: 51px;
    background: url("newImg_05.jpg") no-repeat;
}
.top_3 {
    width: 1220px;
    height: 79px;
    margin-top: -65px;
    background: url("newImg_03.jpg") no-repeat;
}
.top_3 li {
    line-height: 79px;
    float: left;
    width: 240px;
    text-align: center;

}
.top_3 li a {
    color: #ffffff;
    font-size: 30px;
    font-family: SourceHanSerifCN-Bold;
	text-shadow: 0px 2px 2px
		rgba(9, 1, 4, 0.75);
}

.content {
    padding-bottom: 36px;
}
/*内容*/
.content_1 {
    height: 135px;
    margin-top: 35px;
    
}
.content_1_1 {
    text-align: center;
}
.content_1_1 a {
    font-size: 30px;
    color: #b21e23;
    font-weight: bold;
    line-height: 60px;
}
.content_1_2 {

}
.content_1_2 p {
    text-indent: 2em;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
}
.content_1_2 p a {
    color: #b21e23;
    font-weight: bold;
}
.content_2, .content_5, .content_6{
    margin-top: 45px;
}
.content_2_title {
    height: 59px;
    background: url("ywjj_bg.jpg") no-repeat;
    background-position-y: 7px;
    position: relative;
}
.content_2_title p {
    line-height: 59px;
    text-align: center;
}
.content_2_title > a {
    position: absolute;
    font-size: 16px;
    color: #666666;
    right: 23px;
    top: 10px;
}
.content_2_2 {
    margin-top: 45px;
}
/*轮播开始*/
.slide {
    /*轮播宽高需要修改*/
    /*float: left;*/
    width: 645px;
    height: 384px;

    /*margin: 0px auto;!*居中*!*/
    position: relative;
}
/*ul标签开启定位*/
.slide .pic{
    position: relative;
}
/* 图片设置 */
.slide .pic > li > a > img {
    /*照片大小需要修改*/
    /*width: 100%;*/
    width: 645px;
    height: 384px;
    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: 12px;
    height: 12px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background: url(./yd_1.png);
    margin-right: 6px;
    z-index: 1;
    color: #fff;
}
/*图片当前圆点位置*/
.slide .num li.on,
.slide .num .on:hover {
    background: url(./yd_2.png);
}
/*轮播图结束*/
.content_2_4 {
    width: 520px;
    margin-top: -18px;
}
.content_2_4 li {
    height: 134px;
    padding: 23px 0px 23px 15px;
    background:url("yd.png") no-repeat 0 36px;
    border-bottom: 1px #d9d1c8 solid;
}
.content_2_4 li:last-child {
    border-bottom:none;
}
.content_2_4 .fgx {
    width: 100%;
    height: 1px;
    background: #d9d1c8;
    margin: 30px 0px;
}
.content_2_4 li a {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}
.content_3 {
    margin-top: 45px;
}
.content_3_title {
    height: 59px;
    background: url("ljzf_bg.jpg") no-repeat;
    background-position-y: 7px;
}
.content_3_title p {
    line-height: 59px;
    text-align: center;
}
.content_3_1 {
    margin-top: 45px;
}
.content_3_fl {
    width: 570px;
    line-height: 42px;
}
.content_3_fl p {
    width: 121px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: url("tb_2.png") no-repeat;
    color: #ffffff;
    font-weight: bold;
}
.content_3_fl a {
    font-size: 16px;
    color: #666666;
    float: right;
}
.content_3_list {
    margin-top: 10px;
    width: 570px;
}
.content_3_list li {
    padding: 5px 0px;
    border-bottom: 1px #d9d1c8 solid;
    height: 82px;
    line-height: 36px;
}
.content_3_list li:last-child {
    border-bottom: none;
}
.content_3_list li a {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.content_3_fr {
    width: 570px;
    line-height: 42px;
    /*padding-right: 20px;*/
}
.content_3_fr p {
    width: 121px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: url("tb_2.png") no-repeat;
    color: #ffffff;
    font-weight: bold;
}
.content_3_fr a {
    font-size: 16px;
    color: #666666;
    float: right;
}

.content_3_dfls {
    width: 570px;
}
.content_3_dfls li {
    padding: 10px 30px 10px 24px;
    background: #dacfc8;
    margin-top: 10px;
}
.content_3_dfls li a {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    display: block;
    padding: 0px 25px;
}
.content_4 {
    margin-top: 30px;
}
.content_4_title {
    height: 59px;
    background: url("ksl_bg.jpg") no-repeat;
    background-position-y: 7px;
}
.content_4_title p {
    line-height: 59px;
    text-align: center;
}
.content_4_1 {
    width: 570px;
}
.content_4_1 li {
    width: 100%;
    padding: 24px 0px;
    border-bottom: 1px #d9d1c8 solid;
}
.content_4_1 li:last-child {
    border-bottom: none;
}
.content_4_2 {
    display: block;
    width: 216px;
    height: 120px;
    border: 1px #979797 solid;
    padding: 2px;
}
.content_4_2 > img{
    width: 210px;
    height: 114px;
}
.content_4_3 {
    width: 328px;
}
.content_4_4 {
    font-size: 20px;
    line-height: 30px;
}
.content_4_5 {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    line-height: 24px;
}
.content_4_5 a {
    color: #b52522;
}
.content_5_1 {
    width: 105%;
    margin-top: 30px;
}
.content_5_1 li {
    width: 576px;
    /* height: 171px; */
    height: 145px;
    background: #f9f5ef;
    float: left;
    margin: 20px 48px 0px 0px;
}
.content_5_1 li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    padding: 21px 31px 0px 21px ;
    /* padding: 25px 31px 0px 21px ; */
}
.content_5_2 {
    font-size: 20px;
    line-height: 30px;
}
.content_5_fg {
    margin: 12px 0px ;
}
.content_5_3 {
    font-size: 16px;
    color: #666666;
}
.content_6_title {
    height: 550px;
    width: 100%;
    margin-top: 48px;
    overflow: hidden;
}
.content_6_1 {
    width: 240px;
    background: #b52423;
    padding: 1px 21px 20px 11px;
    min-height: 550px;
    overflow: hidden;
}
.content_6_1 li {
    padding-left: 32px;
    margin-top: 32px;
    /* min-height: 100px; */
    line-height: 25px;
}
.content_6_1 li a {
    color: #ffffff;
}
.content_6_1_1 {
    background: url("1.png") no-repeat 0 5px ;
}
.content_6_1_2 {
    background: url("2.png") no-repeat 0 5px ;
}
.content_6_1_3 {
    background: url("3.png") no-repeat 0 5px ;
}
.content_6_1_4 {
    background: url("4.png") no-repeat 0 5px ;
}
.content_6_2 {
    width: 960px;
    height: 100%;
    background: #666666;
    position: relative;
}
.content_6_3 {
    width: 100%;
    height: 100%;
}
.content_6_4 {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: #040000;
    opacity: 0.4;
    color: #ffffff;
}
.content_6_4 a {
    font-size: 16px;
    color: #ffffff;
}
/*底部*/
.footer {
    height: 139px;
    width: 100%;
    background: #ac1f24;
}
.footer_1 {
    text-align: center;
    padding-top: 44px;
}
.footer_1 p {
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
}
.footer_1 p a {
    font-size: 16px;
    color: #ffffff;
}
.footer_2 a {
    padding-left: 20px;
    background: url("guihui.png") no-repeat;
}


.content_3_1>.fr li{
    /* padding: 4px 0px; */
    border-bottom: 1px #d9d1c8 solid;
}

.slsb li{
    padding: 4px 0px;
    height: 72px;
    line-height: 36px;
}
