html {
    min-width: 1200px;
}

body {
    background: url(//www.news.cn/info/rdzt/sjkstrh/img/body_bg.jpg) repeat-y;
    background-size: cover;
}

.banner {
    width: 100%;
    height: 798px;
    background: url(//www.news.cn/info/rdzt/sjkstrh/img/banner.jpg) no-repeat 50% 0;
    overflow: hidden;
}

.nav_box {
    width: 100%;
    height: 99px;
    background: url(//www.news.cn/info/rdzt/sjkstrh/img/nav_bg.png) no-repeat 50% 0;
    margin-top: 698px;
}

.nav_list {
    width: 950px;
    height: 99px;
    margin: 0 auto;
    list-style: none;
}

.nav_list li {
    float: left;
    font-size: 22px;
    color: #fff;
    line-height: 115px;
    margin-left: 40px;
    margin-right: 40px;
}

.nav_list li a {
    color: #fff;
}

.all_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

/*聚焦*/
.jj_bg {
    width: 100%;
    height: 382px;
    position: relative;
    margin-top: 30px;
}

.jj_bg:after {
    content: "";
    width: 1140px;
    height: 382px;
    background: #dfe3f7;
    position: absolute;
    top: 0;
    right: 0;
}

.focusBox2 {
    float: left;
    width: 612px;
    height: 344px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.focusBox2 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
}

.focusBox2 .swiper-wrapper .swiper-slide .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    opacity: 0.4;
    background: #000;
    z-index: 0
}

.focusBox2 .swiper-wrapper .swiper-slide .title {
    font-size: 20px;
    text-align: center;
    position: absolute;
    left: 2%;
    bottom: 0;
    width: 96%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
}

.focusBox2 .swiper-wrapper .swiper-slide .title a {
    color: #fff;
}

.jj_right {
    float: left;
    width: 534px;
    height: 266px;
    background: #1633b1;
    position: relative;
    z-index: 20;
    margin-top: 34px;
    margin-left: 14px;
    padding: 22px 13px;
}

.jj_list {
    overflow: hidden;
    height: 266px;
}

.jj_list li {
    font-size: 20px;
    color: #4ec6ff;
    position: relative;
    padding-left: 22px;
    line-height: 28px;
}

.jj_list li:hover {
    color: #fff;
}

.jj_list li a {
    color: #4ec6ff;
}

.jj_list li:hover a {
    color: #fff;
}

.jj_list li:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #2c7cfd;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

.jj_list li+li {
    margin-top: 9px;
}

/*数字大咖访谈*/
.dh {
    width: 933px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.szdk_list {
    overflow: hidden;
}

.szdk_list li {
    float: left;
    width: 379px;
    height: 360px;
    position: relative;
}

.szdk_list li .nr {
    width: 354px;
    height: 412px;
    position: relative;
    z-index: 20;
    margin: 0 auto;
}

.szdk_list li .nr img {
    width: 354px;
    height: 198px;
}

.szdk_list li .bg {
    width: 100%;
    height: 315px;
    background: #1633b1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.szdk_list li .tit {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.szdk_list li .tit a {
    color: #fff;
}

.szdk_list li .text {
    font-size: 14px;
    color: #aaf7ff;
    line-height: 24px;
    margin-top: 15px;
    height: 72px;
    overflow: hidden;
    display: none;
}

.szdk_list li .more img {
    width: 105px;
    height: 35px;
    margin-top: 25px;
}

.szdk_list li+li {
    margin-left: 30px;
}

/*明星企业在线巡展*/
.dh02 {
    width: 1012px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.row-recomendVideo .container {
    position: relative;
    z-index: 3;
}

.recom-cont {
    position: relative;
    height: 457px;
}

.recom-cont-item {
    position: absolute;
    z-index: 1;
    display: none;
}

.recom-cont-item.on {
    display: block;
}

.recom-box {
    position: relative;
    z-index: 3;
}

.recom-box-video {
    overflow: hidden;
    height: 457px;
    width: 820px;
    float: left;
    position: relative;
    border: 8px solid #1633b1;
}

.recom-box-video .recom-cover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.recom-box-swiper {
    width: 355px;
    height: 473px;
    float: left;
    position: relative;
    z-index: 3;
    margin-left: 9px;
}

.recom-box-swiper .arrow-top {
    background: url(//www.news.cn/info/rdzt/sjkstrh/img/mx_up.jpg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 14px;
    z-index: 99;
}

.recom-box-swiper .arrow-down {
    background: url(//www.news.cn/info/rdzt/sjkstrh/img/mx_down.jpg) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 14px;
    z-index: 99;
}

.recom-box-swiper .swiper-container {
    width: 100%;
    height: 450px;
    top: 18px;
}

.recom-box-swiper .slide-cont {
    height: 100%;
    position: relative;
}

.recom-box-swiper img {
    display: none !important;
    width: 140px;
    height: 90px;
    float: left;
    position: relative;
    z-index: 4;
    transition: all 0.7s;
    padding-right: 10px;
}

.recom-box-swiper .swiper-text {
    position: relative;
    z-index: 4;
    background: #1633b1;
    height: 118px;
    padding: 10px 20px 0 20px;
    overflow: hidden;
    border-bottom: 10px solid #1633b1;
}

.recom-box-swiper h3 {
    color: #51fdff;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
}

.recom-box-swiper h3 a {
    color: #51fdff;
}

.recom-box-swiper p {
    font-size: 16px;
    overflow: hidden;
    color: #aaf7ff;
    margin-top: 10px;
    line-height: 24px;
}

.recom-box-swiper .swiper-slide {
    position: relative;
    cursor: pointer;
}

.recom-box-swiper .hover h3 {
    color: #fff;
}

.recom-box-swiper .hover h3 a {
    color: #fff;
}

.recom-box-swiper .hover p {
    color: #aaf7ff;
}

/* .recom-box-swiper .hover img {
    margin-left: -156px;
} */

.recom-box-swiper .hover .slide-cont:after {
    content: "";
    background: #ffe5b9;
    /* background: #dc000d;
            background: -moz-linear-gradient(left, #dc000d 0%, #c30011 100%);
            background: -webkit-linear-gradient(left, #dc000d 0%, #c30011 100%);
            background: linear-gradient(to right, #dc000d 0%, #c30011 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc000d', endColorstr='#c30011', GradientType=1); */
    width: 100%;
    height: 112px;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 2;
    transition: all 0.5s;
}

.recom-box-swiper .hover .slide-cont a {
    color: #fff;
}

.recom-box-swiper .on {
    position: relative;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

/*产业动态*/
.cydt_list {
    overflow: hidden;
    height: 895px;
}

.cydt_list li {
    width: 1165px;
    height: 276px;
    overflow: hidden;
    position: relative;
}

.cydt_list li .img {
    width: 442px;
    height: 248px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.cydt_list li .img img {
    width: 442px;
    height: 248px;
}

.cydt_list li .wz {
    width: 780px;
    height: 256px;
    background: #1633b1;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.cydt_list li .text {
    width: 645px;
    height: 200px;
    margin: 30px 0 0 95px;
}

.cydt_list li .text h2 {
    font-size: 22px;
    color: #fff;
    height: 58px;
    overflow: hidden;
}

.cydt_list li .text h2 a {
    color: #fff;
}

.cydt_list li .text p {
    font-size: 16px;
    color: #aaf7ff;
    margin-top: 10px;
    height: 84px;
    overflow: hidden;
}

.cydt_list li .text .more {
    overflow: hidden;
    margin-top: 15px;
}

.cydt_list li+li {
    margin-top: 28px;
}

.slimScrollBar {
    opacity: 1 !important;
}

.footer {
    width: 100%;
    height: 110px;
    color: #fff;
    background: #004fba;
    text-align: center;
    margin-top: 50px;
    background: rgb(0, 0, 125);
    background: -moz-linear-gradient(left, rgba(0, 0, 125, 1) 0%, rgba(0, 0, 198, 1) 24%, rgba(0, 0, 238, 1) 51%, rgba(0, 0, 198, 1) 79%, rgba(0, 0, 125, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 125, 1) 0%, rgba(0, 0, 198, 1) 24%, rgba(0, 0, 238, 1) 51%, rgba(0, 0, 198, 1) 79%, rgba(0, 0, 125, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 125, 1) 0%, rgba(0, 0, 198, 1) 24%, rgba(0, 0, 238, 1) 51%, rgba(0, 0, 198, 1) 79%, rgba(0, 0, 125, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00007d', endColorstr='#00007d', GradientType=1);
}

.copyright {
    padding-top: 40px;
}
