* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #333333;
}

.top {
    width: 100%;
    height: 500px;
    background: url(../images/top.jpg) no-repeat center center;
}

.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/bg.jpg) no-repeat center top;
}

.con-1 {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.con-2 {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0 auto;
}

.flash {
    float: left;
    width: 500px;
    height: 330px;
}

.out-img {
    position: relative;
    width: 500px;
    height: 330px;
    overflow: hidden;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    width: 500px;
    float: left;
    position: relative;
}

.out-img .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 42px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-indent: 10px;
    line-height: 42px;
}

.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 5px;
    font-size: 0;
}

.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.out-img .num li.on {
    background-color: #cc2a1e;
}

.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "瀹嬩綋";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img:hover .btn {
    display: block;
}

.out-img .btn-l {
    left: 0;
}

.out-img .btn-r {
    right: 0;
}

.news {
    width: 480px;
    float: right;
    height: 333px;
    overflow: hidden;
}

.news h2 {
    width: 100%;
    height: auto;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #cc2a1e;
    font-weight: normal;
}

.news p {
    width: 100%;
    height: 290px;
    overflow: hidden;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
}

.news a {
    color: #cc2a1e;
}

.tit-1 {
    width: 100%;
    height: 144px;
    overflow: hidden;
    background: url(../images/tit-1.png) no-repeat center center;
}

.fc {
    width: 1000px;
    height: auto;
    overflow: hidden;
}

.fc li {
    width: 225px;
    height: 190px;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}

.fc li:nth-child(4n+0) {
    margin-right: 0;
}

.fc li a p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}

.fc li a img {
    display: block;
}

.tit-2 {
    width: 100%;
    height: 144px;
    overflow: hidden;
    background: url(../images/tit-2.png) no-repeat center center;
}


.baodao {
    width: 485px;
    height: 190px;
    float: left;
    margin-bottom: 20px;
    background: url(../images/new-bg.png) no-repeat center center;
    padding: 10px;
    box-sizing: border-box;
}

.bd img {
    width: 190px;
    height: 126px;
    float: left;
}

.bd p {
    width: 265px;
    height: 126px;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    line-height: 26px;
    color: #666666;
}

.title2 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 10px;
}

.bd p a {
    color: #cc2a1e;
}

.left_60 {
    margin-left: 30px;
}

.tit-3 {
    width: 100%;
    height: 144px;
    overflow: hidden;
    background: url(../images/tit-3.png) no-repeat center center;
}

.con1_left {
    width: 300px;
    float: left;
}

.con1_right {
    width: 680px;
    float: right;
}

.con1_tit1 {
    width: 300px;
    height: 36px;
    border-top: 4px solid #df1900;
    line-height: 36px;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #df1900;
    font-weight: 700;
}

.con1_tit2 {
    width: 680px;
    height: 36px;
    border-top: 4px solid #df1900;
    line-height: 36px;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #df1900;
    font-weight: 700;
}

.b_con {
    padding: 9px;
    border: 1px solid #e3e3e3;
    height: 290px;
}

.b_con p {
    line-height: 28px;
    text-align: center;
}

.b_con a {
    display: block;
    margin-bottom: 20px;
}

.b_con a:hover {
    color: #fc3441;
}

.footer {
    width: 1000px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    text-align: center;
    margin-top: 20px;
}