body {
    min-width: 1200px;
    font-family: "微软雅黑";
}

.banner {
    background: url("//www.xinhuanet.com/video/zt/hthgjzxcs/images/20180901huanhu_banner_v1.jpg") 50% 0 no-repeat;
    width: 100%;
    height: 504px;
}

/* nav */
.nav {
    width: 100%;
    height: 112px;
    background: #f8b62d;
    line-height: 112px;
    font-size: 18px;
}

.nav-con {
    width: 1200px;
    margin: 0 auto;
}

.nav img {
    float: left;
    width: 108px;
    height: 70px;
    margin: 20px 20px 0 20px;
}

.nav ul {
    overflow: hidden;
}

.nav li {
    float: left;
    margin: 0 28px;
    color: #fff;
    position: relative;
}

.nav li a {
    color: #fff;
}

.nav li.on {
    font-weight: bold;
}

.nav li:hover {
    font-weight: bold;
}

.nav li:hover:after,
.nav li.on:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -15px;
}

/* part1 */
.part1 {
    width: 1200px;
    height: 404px;
    margin: 70px auto 0;
    background: #008cd6;
}

.part1-left {
    width: 480px;
    padding: 30px 40px 0 40px;
    float: left;
    color: #fff;
}

.part1-left h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.part1-left p {
    line-height: 22px;
    font-size: 12px;
    text-indent: 2em;
    margin-bottom: 20px;
}

.part1-right {
    width: 640px;
    height: 404px;
    float: right;
}

.part1-right.videoPlay {
    width: 640px;
    margin: 0 auto;
    position: relative;
}

.part1-right.videoPlay .video-close {
    width: 17px;
    height: 17px;
    position: absolute;
    right: -16px;
    top: 0;
    z-index: 20;
    background: url("//www.xinhuanet.com/2015/img2015/icon_video.png") 0 -80px no-repeat;
    cursor: pointer;
    display: none;
}

.part1-right.videoPlay #iframe01 {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 15;
}

.part1-right.videoPlay .img {
    width: 640px;
    height: 400px;
}

.part1-right.videoPlay .img img {
    width: 640px;
    height: 400px;
}

.part1-right.videoPlay .title {
    display: none;
}

.part1-right.videoPlay .vBtn {
    position: absolute;
    width: 77px;
    height: 77px;
    right: 280px;
    bottom: 165px;
    background: url("//www.xinhuanet.com/video/zt/hthgjzxcs/images/20180901huanhu_videoLogo_v1.png") no-repeat;
    cursor: pointer;
    z-index: 10;
}

.part1-right.videoPlay .bg {
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* part2 */
.part2 {
    width: 1200px;
    margin: 70px auto 0;
    overflow: hidden;
}

.part2 .lmt {
    width: 100%;
    height: 60px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.part2 .lmt h2 {
    font-size: 30px;
    color: #008cd6;
    font-weight: bold;
    line-height: 36px;
}

.part2 .lmt h2 span {
    font-size: 12px;
    color: #999;
    padding-left: 10px;
}

.part2 .lmt p {
    font-size: 17px;
    color: #008cd6;
    text-transform: uppercase;
    line-height: 12px;
}

.part2 .lmt:before {
    content: "";
    width: 10px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: #23ac38;
}

.part2 .lmt:after {
    content: "";
    width: 10px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f6ab00;
}

.part2 .part2-left {
    width: 560px;
    float: left;
}

.part2 .part2-right {
    width: 560px;
    float: right;
}

.list {
    overflow: hidden;
}

.list li {
    padding-left: 22px;
    position: relative;
    line-height: 30px;
    color: #3b3c3c;
}

.list li a {
    color: #3b3c3c;
}

.list li a span {
    color: #999;
    float: right;
    font-size: 14px;
}

.list li::before {
    content: "";
    width: 14px;
    height: 13px;
    background: url("//www.xinhuanet.com/video/zt/hthgjzxcs/images/20180901huanhu_listLogo_v1.png") 0 0 no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
}

/* part3 */
.part3 {
    width: 100%;
    height: 1002px;
    background: url("//www.xinhuanet.com/video/zt/hthgjzxcs/images/20180901huanhu_videoBg_v1.jpg") 50% 0 no-repeat;
    margin-top: 140px;
    padding-top: 70px;
}

/* partLmt */
.partLmt {
    text-align: center;
    font-size: 0;
}

.partLmt h2 {
    font-size: 0px;
    font-weight: bold;
}

.partLmt h2 span {
    /* display: inline; */
    padding: 0;
    margin: 0;
    font-size: 56px;
}

.partLmt p {
    font-size: 24px;
    text-transform: uppercase;
}

.white {
    color: #ffffff;
}

.yellow {
    color: #f8b62d;
}

.black {
    color: #080808;
}

.red {
    color: #e60012;
}

.green {
    color: #23ac38;
}

.blue {
    color: #008cd6;
}

.part03-con {
    width: 1320px;
    margin: 90px auto 0;
    position: relative;
}

.part03-con .view {
    width: 1320px;
    height: 680px;
    position: relative;
}

.part03-con .view .swiper-container {
    width: 1320px;
    height: 680px;
}

.part03-con .view .swiper-slide {
    width: 1320px;
    height: 680px;
    position: relative;
}

.part03-con .view .swiper-slide img {
    width: 1320px;
    height: 680px;
    display: block;
}

.part03-con .view .swiper-slide .bg {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.part03-con .view .swiper-slide .vBtn {
    position: absolute;
    width: 77px;
    height: 77px;
    left: 50%;
    top: 280px;
    background: url("//www.xinhuanet.com/video/zt/hthgjzxcs/images/20180901huanhu_videoLogo_v1.png") no-repeat;
    cursor: pointer;
    margin-left: -39px;
    display: none;
    z-index: 11;
}

.part03-con .view #iframe02 {
    display: none;
    width: 1320px;
    height: 680px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
}

.part03-con .view .video-close {
    width: 17px;
    height: 17px;
    position: absolute;
    right: -16px;
    top: 0;
    z-index: 20;
    background: url("//www.xinhuanet.com/2015/img2015/icon_video.png") 0 -80px no-repeat;
    cursor: pointer;
    display: none;
}

.part03-con .view .arrow-left,
.part03-con .view .arrow-right {
    background: url("//www.xinhuanet.com/politics/djbl/images/20180523_wmd_part3an_v1.png") no-repeat;
    position: absolute;
    width: 30px;
    height: 85px;
    z-index: 20;
    top: 40%;
    transition: none;
}

.part03-con .view .arrow-left {
    left: 30px;
    background-position: -42px -19px;
}

.part03-con .view .arrow-right {
    right: 30px;
    background-position: -112px -19px;
}

.part03-con .view .arrow-left:hover {
    background-position: -42px -130px;
}

.part03-con .view .arrow-right:hover {
    background-position: -112px -130px;
}

.part03-con .preview {
    width: 1320px;
    height: 160px;
    position: absolute;
    bottom: 0px;
    z-index: 980;
}

.part03-con .preview .swiper-container {
    width: 1100px;
    height: 196px;
    margin: 4px auto 0;
}

.part03-con .preview .swiper-slide {
    width: 200px;
    height: 100px;
    float: left;
    padding: 0px 0;
    border-bottom: 1px dashed #fae6e5;
}

.part03-con .preview .swiper-slide dl {
    margin: 0 auto;
    width: 200px;
}

.part03-con .preview .swiper-slide {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.part03-con .preview .active-nav {
    opacity: 1;
    filter: alpha(opacity=100);
}

.part03-con .preview .active-nav img {
    padding: 0;
    border: 2px solid #fff;
}

.part03-con .preview .active-nav dd {
    color: #fff;
}

.part03-con .preview .swiper-slide dt {
    width: 200px;
    line-height: 0;
}

.part03-con .preview .swiper-slide img {
    width: 200px;
    height: 100px;
}

.part03-con .preview .swiper-slide dd {
    width: 200px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.part03-con .preview .arrow-left,
.part03-con .preview .arrow-right {
    display: none;
}

/* part4 */
.part4 {
    width: 1200px;
    margin: 70px auto 0;
}

.part4-con {
    overflow: hidden;
    margin-top: 60px;
}

.part4-con li {
    width: 23%;
    padding: 1%;
    float: left;
}

.part4-con li img {
    width: 140px;
    height: 165px;
    padding: 3px;
    border: 1px solid #ccc;
    float: left;
}

.part4-con li .name {
    width: 108px;
    float: right;
    padding: 60px 0 0 20px;
}

.part4-con li .namez {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.part4-con li .namee {
    font-size: 12px;
}

.part4-con li .abs {
    margin-top: 16px;
    font-size: 12px;
}

.part4-con li .abs span {
    color: #008cd6;
}

/* part5 */
.part5 {
    width: 100%;
    height: 1024px;
    background: url("//www.xinhuanet.com/video/zt/hthgjzxcs/images/20180901huanhu_PhotoBg_v1.jpg") 50% 0 no-repeat;
    margin-top: 150px;
    padding-top: 70px;
}

/*地方站LocalStation*/
.LocalStation {
    width: 1320px;
    margin: 50px auto 0;
    position: relative;
}

.locstaT {
    width: 1055px;
    height: 30px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -525px;
    z-index: 99;
}

.locstaT a {
    float: left;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #f8b62d;
    position: relative;
}

.locstaT a+a {
    margin-left: 2px;
}

.locstaT a.on:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    top: -16px;
    margin-left: -5px;
    left: 50%;
    border-left: 6px solid rgba(255, 0, 0, 0);
    border-right: 6px solid rgba(255, 0, 0, 0);
    border-top: 8px solid rgba(255, 0, 0, 0);
    border-bottom: 8px solid #f8b62d;
}

.locstaC {
    padding-top: 20px;
}

.locstaC .sec {
    display: none;
    width: 1320px;
    margin: 0 auto;
}

.locstaC .sec_on {
    display: block;
}

.locstaC .sec-tit {
    text-align: center;
}

/*focusBox2*/
.locstaC .focusBox2 {
    width: 1320px;
    height: 650px;
    position: relative;
}

.locstaC .focusBox2 .arrow-left,
.locstaC .focusBox2 .arrow-right {
    background: url("//www.xinhuanet.com/video/zt/hthgjzxcs/images/20180901huanhu_PhotoLR_v1.png") no-repeat;
    position: absolute;
    top: 45%;
    width: 45px;
    height: 63px;
    z-index: 2
}

.locstaC .focusBox2 .arrow-left {
    background-position: 0 0;
    left: 50px;
}

.locstaC .focusBox2 .arrow-right {
    background-position: -130px 0;
    right: 50px;
}

.locstaC .focusBox2 .swiper-container {
    width: 1320px;
    height: 650px;
}

.locstaC .focusBox2 .swiper-container .swiper-wrapper .swiper-slide img {
    width: 1320px;
    height: 650px;
}

.locstaC .focusBox2 .pagination {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 18px;
    z-index: 2;
}

.locstaC .focusBox2 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin: 0 3px;
    cursor: pointer;
}

.locstaC .focusBox2 .swiper-active-switch {
    background: #e60012;
}

/* part6 */
.part6 {
    width: 1300px;
    margin: 0 auto 100px;
}

.part6-top {
    width: 1100px;
    margin: 90px auto 0;
}

.part6-top li {
    float: left;
    width: 316px;
    height: 230px;
    border: 2px solid #e5e5e5;
    background: #fff;
}

.part6-top li+li {
    margin-left: 35px;
}

.part6-top li img {
    width: 316px;
    height: 170px;
}

.part6-top li h3 {
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}

.part6-bot {
    width: 1300px;
    margin: 30px auto 0;
}

.part6-bot li {
    float: left;
    width: 316px;
    height: 230px;
    border: 2px solid #e5e5e5;
    background: #fff;
}

.part6-bot li+li {
    margin-left: 3px;
}

.part6-bot li img {
    width: 316px;
    height: 170px;
}

.part6-bot li h3 {
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}

.part6 li:hover {
    border: 2px solid #f8b62d;
}

.footer {
    height: 100px;
    width: 100%;
    background-color: #f8b62d;
    font-size: 14px;
    line-height: 180%;
    color: #FFF;
    text-align: center;
    padding-top: 40px;
}
