* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #3f3f3f;
    text-decoration: none;
}

img {
    border: none;
}

body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url('../images/bg.jpg') no-repeat center 480px;
}

.banner {
    width: 100%;
    height: 480px;
    background: url('../images/banner.jpg') no-repeat center top;
}

.content {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}

.daodu {
    width: 100%;
    height: 111px;
    overflow: hidden;
    background: url('../images/dd-icon.png') no-repeat center left;
    padding: 10px 0 0 150px;
    box-sizing: border-box;

}

.daodu p {
    font-size: 16px;
    line-height: 32px;
}

.first-box,
.fd-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}

.flash {
    width: 520px;
    height: 345px;
    float: left;
    overflow: hidden;
}

.out-img {
    position: relative;
    width: 520px;
    height: 345px;
    overflow: hidden;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    width: 520px;
    float: left;
    position: relative;
}

.out-img .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-indent: 10px;
    line-height: 50px;
}

.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 20px;
    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: #00b3cc;
}

.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 {
    float: right;
    width: 450px;
    height: 345px;
}

.news h2 {
    font-size: 18px;
    font-weight: 700;
    color: #d71923;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.news p {
    line-height: 30px;
}

.news p a {
    color: #d71923;
}

.tit {
    width: 100%;
    height: 59px;
    line-height: 59px;
    background: url('../images/tit.png') no-repeat center center;
    font-size: 30px;
    font-weight: 700;
    text-indent: 80px;
    color: #ffffff;
}

.media-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.media-list {
    width: 490px;
    float: left;
    height: auto;
    overflow: hidden;
    line-height: 30px;
}
.media-list h2{
    font-size: 16px;
    font-weight: bold;
    color: #d71923;
}

.media-list:nth-child(2n+0) {
    float: right;
}

.media-list .media-img {
    float: left;
    width: 200px;
    height: 133px;
}

.media-cs {
    float: right;
    width: 280px;
    height: 133px;
    line-height: 30px;
    overflow: hidden;
}

.media-cs p a {
    color: #d71923;
}

.media-name {
    clear: both;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
}

.fd-box {
    position: relative;
    height: auto;
}

.fd-mid {
    width: 4px;
    height: 2500px;
    position: absolute;
    left: 50%;
    top: 120px;
    margin-left: -2px;
    background: #d71923;
}

.fds-one {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.fd-tit,
.fd-tit2 {
    width: 1000px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.fd-tit2 img {
    position: absolute;
    right: 195px;
    top: 0;
}

.fd-tit img {
    position: absolute;
    left: 195px;
    top: 0;
}

.fd-tit p {
    position: absolute;
    left: 520px;
    top: 12px;
    width: 115px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
    background: #d71923;
    color: #ffffff;
    text-align: center;
    border-radius: 18px;
}

.fd-tit2 p {
    position: absolute;
    left: 360px;
    top: 12px;
    width: 115px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
    background: #d71923;
    color: #ffffff;
    text-align: center;
    border-radius: 18px;
}

.fd-tit span,
.fd-tit2 span {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 5px solid #d71923;
    background: #ffffff;
    border-radius: 50%;
    left: 50%;
    margin-left: -12.5px;
    top: 17.5px;
}

.fd-nr {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.fd-img {
    float: left;
    width: 431px;
    height: 300px;
    background: url('../images/fd-bg.png') no-repeat center center;
    padding: 15px 5px 10px 5px;
    box-sizing: border-box;
}

.fd-imgr {
    float: right;
}

.fd-js {
    float: right;
    width: 480px;
    height: 300px;
    overflow: hidden;
}

.fd-jsl {
    float: left;
}

.fd-js p {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    color: #666666;
}

.fd-js h2 {
    font-size: 16px;
    font-weight: 700;
    color: #d71923;
    height: 60px;
    line-height: 60px;
}

.fd-js ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 36px;
}

.fd-js ul li span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 700;
    background: #d71923;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}


.out1,
.out2,
.out3,
.out4,
.out5,
.out6 {
    width: 421px;
    height: 280px;
    position: relative;
}

.out1 .img1 li,
.out2 .img2 li,
.out3 .img3 li,
.out4 .img4 li,
.out5 .img5 li,
.out6 .img6 li,
    {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.out1 .num1,
.out2 .num2,
.out3 .num3,
.out4 .num4,
.out5 .num5,
.out6 .num6 {
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 0px;
    text-align: center;
    width: 100%;
}

.out1 .num1 li,
.out2 .num2 li,
.out3 .num3 li,
.out4 .num4 li,
.out5 .num5 li,
.out6 .num6 li {
    width: 20px;
    height: 20px;
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    margin: 0 3px;
    cursor: pointer;
}

.out1 .num1 li.active,
.out2 .num2 li.active,
.out3 .num3 li.active,
.out4 .num4 li.active,
.out5 .num5 li.active,
.out6 .num6 li.active {
    background: #a00
}


.out1 .btn1,
.out2 .btn2,
.out3 .btn3,
.out4 .btn4,
.out5 .btn5,
.out6 .btn6 {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 30px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    cursor: pointer;
}

.out1 .left1,
.out2 .left2,
.out3 .left3,
.out4 .left4,
.out5 .left5,
.out6 .left6 {
    left: 0
}

.out1 .right1,
.out2 .right2,
.out3 .right3,
.out4 .right4,
.out5 .right5,
.out6 .right6 {
    right: 0;
}

.img-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-list li {
    width: 240px;
    height: 173px;
    line-height: 40px;
    float: left;
    margin-right: 13px;
    margin-top: 15px;
}

.img-list li:nth-child(4n+0) {
    margin-right: 0;
}

.img-list li img {
    display: block;
}

.img-list li a p {
    display: block;
    color: #333333;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.img-list li a {
    display: block;
}

.part5 {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.part5_l {
    width: 330px;
    height: auto;
    float: left;
}

.title3 {
    height: 49px;
    line-height: 49px;
    font-size: 32px;
    color: #d71923;
    text-align: left;
}

.part5_l_box {
    width: 330px;
    height: 390px;
    border: 2px solid #d71923;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

.part5_l_box a p {
    line-height: 36px;
}

.part5_r {
    width: 650px;
    height: auto;
    float: left;
    margin-left: 20px;
}

.part5_r_box {
    width: 650px;
    height: 390px;
    border: 2px solid #d71923;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

.footer {
    width: 1000px;
    height: auto;
    margin: 30px auto;
    text-align: center;
}

.footer p {
    line-height: 30px;
}