* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #3f3f3f;
    text-decoration: none;
}

img {
    border: none;
}

body {
    font-size: 16px;
    color: #333333;
    font-family: "Microsoft Yahei";
    line-height: 30px;
    background: url('../images/bg.jpg') no-repeat center top;
}

.banner {
    width: 100%;
    height: 650px;
}
.content {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.tit {
    width: 100%;
    height: 75px;
    margin: 30px auto;
    overflow: hidden;
}




.dd-body {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.dd-left {
    float: left;
    width: 384px;
    height: 396px;
    background: url('../images/dd-bg.png') no-repeat center center;
    padding: 70px 30px 20px 20px;
    box-sizing: border-box;
}

.dd-text {
    font-size: 20px;
    line-height: 32px;
}

.dd-text p {
    text-indent: 40px;
}

.video-r {
    float: right;
    width: 595px;
    height: 396px;
    position: relative;
}

.video-r span {
    width: 83px;
    height: 83px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -41px;
    margin-top: -41px;
    background: url('../images/v-icon.png') no-repeat center center;
}

.media {
    overflow: hidden;
    margin-right: -40px;
    color: #555;
}

.media-left {
    width: 480px;
    height: 220px;
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
}

.media-left h2 {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
}

.media-cont {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.media-cont img {
    float: left;
    display: block;
    width: 270px;
    height: 180px;
}

.media-cont p {
    float: right;
    width: 200px;
    height: 180px;
    line-height: 30px;
    overflow: hidden;
    color: #555;
}

.media-cont p a {
    color: #fbad00;
}

.flash {
    float: left;
    width: 490px;
    height: 327px;
}
.out-img {
    position: relative;
    width: 490px;
    height: 327px;
    overflow: hidden;
    border: 1px solid #000;
    box-sizing: border-box;
}
.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}
.out-img .img li {
    width: 490px;
    height: 327px;
    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: 0;
    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: #fbad00;
}
.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;
    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;
}

.flash-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.video-left {
    float: right;
    width: 510px;
    height: 325px;
    background: url('../images/dc-news.png') no-repeat center right;
}

.video-left p {
    font-size: 20px;
    line-height: 32px;
    padding: 30px 20px 20px 50px;
    box-sizing: border-box;
}


.video-right {
    float: right;
    width: 483px;
    height: 322px;
    position: relative;
}

.video-right span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: url(../images/video-icon.png) no-repeat center center;
}

.jsjs-img {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
}

.jsjs-img ul li {
    width: 320px;
    height: 214px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.jsjs-img ul li:nth-child(3n) {
    margin-right: 0;
}

.cx-video {
    width: 100%;
    height: 360px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.cx-video span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -41px;
    margin-top: -41px;
    width: 83px;
    height: 83px;
    background: url('../images/v-icon.png') no-repeat center center;
}

.pro-zs {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.pro-zs .pro-img {
    float: left;
    width: 660px;
    height: 325px;
    position: relative;
    display: none;
}

.pro-zs p {
    width: 97%;
    height: 60px;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
}

.pro-zs .pro-dis {
    display: block;
}

.img-li {
    float: right;
    width: 330px;
    height: 326px;
}

.img-li li {
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin-left: 15px;
    margin-bottom: 13px;
    cursor: pointer;
    border: 3px solid #e3e3e3;
    box-sizing: border-box;
}

.img-li li.on {
    border-color: #fbad00;
}

.img-li li img {
    width: 150px;
    height: 100px;
}

.cxtj-con {
    width: 100%;
    height: auto;
}

.cxtj-con li {
    float: left;
    width: 230px;
    height: 180px;
    margin-right: 26px;
    margin-bottom: 45px;
}
.cxtj-con li:nth-child(4n) {
    margin-right: 0;
}

.topic-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.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: #000;
    text-align: left;
}

.part5_l_box {
    width: 330px;
    height: 300px;
    border: 2px solid #999;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
    margin-top: 10px;
}

.part5_l_box a p {
    line-height: 28px;
}

.part5_l_box a p:hover {
    color: #004A82;
}

.part5_r {
    width: 650px;
    height: auto;
    float: left;
    margin-left: 20px;
}

.part5_r_box {
    width: 650px;
    height: 300px;
    border: 2px solid #999;
    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;
}

.pz-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.pz-cont ul {
    overflow: hidden;
    margin-right: -40px;
}

.pz-cont ul li {
    width: 480px;
    height: auto;
    float: left;
    margin-right: 40px;
}

.pz-cont ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.pz-cont ul li img {
    width: 480px;
    display: block;
    border: 1px solid #000;
    box-sizing: border-box;
}
