@charset "utf-8";

@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("../fonts/SourceHanSansCN-Normal.woff2") format("woff2"),
        url("../fonts/SourceHanSansCN-Normal.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Normal.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Normal.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Noto Sans SC", "SourceHanSansCN-Normal" !important;
}

em,
i {
    font-style: normal;
}

a:hover {
    color: #1479d7 !important;
}
h3 {
    font-size: 30px!important;
    padding: 0px!important;
}

h1 {
   margin: 0px!important;
}
/*顶部    start*/
.top {
    height: 47px;
    font-size: 14px;
    line-height: 40px;
    color: #003c51;
    font-weight: 600;
    letter-spacing: 2px;
}

.topfr {
    text-align: right;
}

/*导航   end*/
.logo a {
    background: url(../images1/logo.jpg);
    z-index: 9999;
    width: 234px;
    height: 54px;
    position: absolute;
}

.navdh {
    width: 100%;
    height: 54px;
    background: url(../images1/navbg.jpg);
}

.carousel-caption {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    padding-bottom: 15px !important;
    letter-spacing: 2px;
}

/*nav导航盒子*/
div.nav {
    width: 75%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 17px;
    position: absolute;
    right: 0;

}

/*nav-main*/
ul.nav-main {
    width: 100%;
    height: 100%;
    list-style-type: none;
}

ul.nav-main span {
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 10px;
    background: url('../images1/down-icon.png') no-repeat;
}

.nav-main li a {
    color: #fff !important;
}

/*图标向上旋转*/
.hover-up {
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/*图标向下旋转*/
.hover-down {
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

/*导航条设置*/
ul.nav-main>li {
    width: 150px;
    height: 100%;
    display: block;
    float: left;
    color: #fff;
    margin-right: 1px;
    cursor: pointer;
}

/*隐藏盒子设置*/
div.hidden-box {
    width: 148px;
    border: 1px solid #0054bb;
    border-top: 0;
    position: relative;
    display: none;
    background: #fff;
    top: -10px;
    z-index: 999;
}

.hidden-box>ul {
    list-style-type: none;
    color: #0054bb;
    cursor: pointer;
    padding-inline-start: 0px;
}

.hidden-box li:hover {

    color: #0054bb !important;

}

/*隐藏盒子位置设置*/
.hidden-loc-index {
    left: 10%;
}

.hidden-loc-us {
    left: 21%;
}

.hidden-loc-info {
    left: 31%;
}

.box04 {
    left: 42%;
}

.box05 {
    left: 53%;
}

.scroll_cnt .per800 {
    width: 3200%;
    height: 50px;
    float: left;
}

.scroll_cnt {
    width: 73%;
    height: 50px;
    margin-right: 5px;
    overflow: hidden;
    border: 1px solid #1479d7;
}

.snews_list {
    float: left;
}

.snews_list a {
    margin-right: 25px;
}

.snews_list a,
.snews_list a:visited {
    color: #222;
    text-decoration: none;
}

.snews_list a:hover,
.snews_list a:active {
    text-decoration: underline;
}

/*顶部    end*/
/* 首页内容 */
.banner {
    width: 100%;
    height: 435px;
    overflow: hidden;
    margin: 0 auto;
}

.inner {
    width: 9999px;
    position: relative;
    animation: aaa 16s infinite 2s running;
}

@keyframes aaa {
    0% {
        transform: translateX(0px);
    }

    5% {
        transform: translateX(-915px);
    }

    25% {
        transform: translateX(-915px);
    }

    30% {
        transform: translateX(-1830px);
    }

    50% {
        transform: translateX(-1830px);
    }

    55% {
        transform: translateX(-2745px);
    }

    75% {
        transform: translateX(-2745px);
    }

    80% {
        transform: translateX(-3660px);
    }

    100% {
        transform: translateX(-3660px);
    }
}

.inner:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.innerwrapper {
    float: left;
    width: 915px;
}

.banner img {
    max-width: 100%;
    height: auto;
    display: block;
}

.caption2_1 {
    top: 390px !important;
    position: relative;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 17px;
}

.boxl a {
    font-size: 40px;
    color: #0054bb;
}

.boxr {
    float: right;
    margin-top: 25px;
}

.toutiao {
    width: 107px;
    display: block;
    float: left;
    height: 46px;
    font-size: 24px;
    line-height: 46px;
    background: #1479d7;
    color: #fff;
    text-align: center;
    letter-spacing: 7px;
}

.ttx {
    border-bottom: 1px solid #1479d7;
}

.ttx a {
    font-size: 21px;
    line-height: 32px;
    padding-left: 15px;
    letter-spacing: 2px;
}

.caption1 {
    left: 15px !important;
    width: 97% !important;
    font-size: 20px !important;
    text-align: left !important;
    padding: 0 10px;
}

.toutiao1 {
    width: 25%;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    background: #1479d7;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.toutiao_a {
    font-size: 18px;
    line-height: 50px;
    height: 50px;

}

.lest {
    padding-left: 13px;
    overflow: hidden;
}

.lest1 {
    padding-left: 13px;
    padding-top: 10px;
}

.lest1 li a {
    font-size: 16px;
    letter-spacing: 1px;
}

.lest1 li p {
    color: #999;
    padding-top: 5px;
}

.pdlf0 {
    padding-left: 0px !important;
}



.lest li a {
    font-size: 16px;
    letter-spacing: 1px;
}

.lest li p {
    font-size: 15px;
    padding-top: 4px;
}

.title_t {
    border-bottom: 1px solid #1479d7;
}

.title_s {
    font-size: 24px;
    color: #1479d7;
}

.title_t p {
    width: 95px;
    border: 3px solid #1479d7;
    margin-bottom: 0px;
}

.title_t a {
    margin-left: 65%;
    margin-top: 5px;
}

.limt20 li {
    margin-top: 15px;
}

.limt10 li {
    margin-top: 10px;
}

.title_i {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.title_i a img {
    width: 49%;
    overflow: hidden;
    float: left;
}

.title_ii {
    float: left;
    width: 50%;
    padding: 4px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 35px;
    border: 2px solid #f3f9fe;
    margin-bottom: 0px;
    background: #f5fbff;
    height: 125px;
    overflow: hidden;
}

.title_ii p {
    color: #999;

}
.title_i_1 {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.title_i_1 a img{
    width: 35%;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
}
.title_ii1 {
    width: 65%;
    background: #fff;
    padding-left: 8px;
    height: 153px;
    float: left;
    padding: 4px;
    font-size: 16px;
    line-height: 35px;
    border: 2px solid #f3f9fe;
    margin-bottom: 0px;
    overflow: hidden;
}




.h260 {
    height: 260px !important;
}

.limtli li {
    width: 46%;
    height: 23px;
}

.limtli li:nth-child(even) {
    margin-left: 35px;
}

.title_ii span {
    font-size: 14px;

}

.title_ii h4 {
    line-height: 36px;
    font-size: 20px;
}

.title_i1 {
    width: 100%;
    overflow: hidden;
    height: 257px;
    margin-top: 20px;
}

.title_i11 {
    width: 100%;
    overflow: hidden;
    height: 354px;
    margin-top: 20px;
}

.title_i1 a img {
    position: absolute !important;
    width: 94%;
}

.title_i11 a img {
    position: absolute !important;
    width: 94%;
}

.caption2 {
    top: 177px !important;
    position: relative;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 17px;
    height: 70px;
}

.caption3 {
    top: 287px !important;
    position: relative;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 17px;
    height: 70px;
}




.product-thumb img {
    position: relative;
}

.product-content11 span {
    font-size: 16px;
    line-height: 30px;
}

.product-content11 {
    padding: 0px 5px;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #99abce;
    background: #f5fbff;
}

.product-content12 {
    width: 100%;
    overflow: hidden;
}

.product-content12 p {
    margin-top: 10px;
}


.product-content11 p {
    margin-top: 10px;
}

.product-content13 {
    padding: 0px 5px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #99abce;
    background: #f5fbff;
}

.product-thumb:hover .cover {

    background: url(../images1/bf.png) center no-repeat rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 7;
    width: 94%;
    height: 70%;

}

/* 内页 */
.g_pages {
    display: inline-block;
    text-align: center;
    height: 78px;
    line-height: 35px;
    padding: 25px 0 15px 0;
    float: right;
}

.g_pages a,
.g_pages strong {
    border: 1px solid #ddd;
    padding: 8px 13px;
}

.g_pages a.now,
.g_pages a:hover,
.g_pages li.thisclass a {
    background: #DF0024;
    color: #fff;
    cursor: pointer
}

.g_pages span.disabled {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 8px 13px;
}

.g_pages span.thisclass {
    background: #DF0024;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 8px 13px;
}

.fc_36a a {
    font-size: 20px;
    color: #1479d7 !important;
}

.g_pages1 {
    text-align: center;
    height: 78px;
    line-height: 35px;
    padding: 25px 0 15px 0;
}

.g_pages1 a,
.g_pages strong {
    border: 1px solid #ddd;
    padding: 8px 13px;
}

.g_pages1 a.now,
.g_pages a:hover,
.g_pages li.thisclass a {
    background: #DF0024;
    color: #fff;
    cursor: pointer
}

.g_pages1 span.disabled {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 8px 13px;
}

.g_pages1 span.thisclass {
    background: #DF0024;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 8px 13px;
}


.g_rank {
    overflow: hidden;
}

.g_rankh {
    height: 270px;
}

.g_rank .item {
    height: 45px;
    overflow: hidden;
    transition: all .5s;
    font-size: 16px;
}

.g_rank .tit {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.g_rank .n {
    border-radius: 18px;
    width: 18px;
    height: 18px;
    line-height: 16px;
    margin: 4px 10px 0 0;
    text-align: center;
    color: #666;
}

.g_rank .sub {
    background: #eee;
    display: none;
    height: 140px;
    margin: 5px 0 5px 28px;
    overflow: hidden;
}

.g_rank .infos {
    margin-top: 5px;
}

.g_rank .hover {
    height: 190px;
}

.g_rank .hover .sub {
    display: block;
}

.g_rank .hover .n {
    background: #dd0022;
    color: #fff;
}

.g_topnews .mtn_items {
    border-bottom: dashed 1px #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.g_pics .item {
    margin-right: 15px;
}

.g_pics .t {
    display: block;
    margin: 5px 0;
    text-align: center;
}

.g_picarc {
    position: relative;
}

.g_picarc .img {
    float: left;
    margin-right: 15px;
    font-size: 0;
}

.g_picarc .summary {
    *zoom: 1;
    overflow: hidden;
}

.g_picarc .t {
    margin-bottom: 5px;
}

.g_rank .items {
    padding-left: 0px;
}

.fc_666 {
    font-size: 14px;
}

.ttx1 span {
    width: 107px;
    height: 38px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1px;
}

.arc_attrs {
    line-height: 28px;
    height: 46px;
    padding: 10px 0 5px;
    border-bottom: #dedede 1px dotted;
    /* text-align:center; */
    margin-bottom: 10px;
    /* width: 100%; */
    text-align: right;
}

.arc_attrs .date {
    padding: 0 10px 0 10px;
}

.arc_attrs .from {
    padding-right: 10px;
}

.arc_attrs .writer {
    padding-right: 10px;
}

.arc_body {
    width: 100%;
    line-height: 1.8;
    overflow: hidden;
}

.arc_body img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.arc_body div{
   text-align: center;
}

.arc_body p {
    margin: 10px 0;
}

.fs_24 {
    font-size: 24px;
    text-align: center;
}

.share {
    float: right;

}

/* 底部 */

.foot_b {
    text-align: center;
    line-height: 28px;
    font-size: 1.1em;
    color: #000;
    background: #f0f3f8;
}

.foot_b a {
    padding: 10px 15px;
}

/*悬浮导航*/
#back-to-top {
    display: none;
}

.floatNav {
    position: fixed;
    right: 10px;
    bottom: 30%;
    border: 1px solid #1479d7;
    border-radius: 5px;
    width: 78px;
    z-index: 99;
}

.floatNav .nav1 {
    padding-top: 12px;
    margin-left: -1px;
}

.floatNav .nav1 ul {
    display: block;
    padding-bottom: 8px;
    overflow: hidden;
    padding-left: 0px;
}

.floatNav .nav1 ul li {
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 8px;
}

.floatNav .nav1 ul li a {
    color: #3d3d3d;
    display: inline-block;
    height: 24px;
    width: 80px;
    text-decoration: none;
}

.floatNav .nav1 ul li:hover a {
    color: #1479d7;
}

.floatNav .nav1 ul li.cur a {
    background-color: #1479d7;
    color: #fff !important;
}

.floatNav .backTop {
    background: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1603705823513963/floatNav-gotop.png) no-repeat center 12px;
    height: 39px;
    cursor: pointer;
}

.btn_icon {
    display: inline-block;
    width: 18px;
    height: 19px;
    margin-top: 15px;
    background: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1561603549108607/nav_icon_spirit_20190902_bai.png) no-repeat;
    background-position: 0 -34px;
}


.search {
    width: 0px;
    top: 0px;
    right: 13px;
    display: none;
    height: 41px;
    overflow: hidden;
    font-size: 0;
    position: absolute;
}

.search .slide_con {
    width: 320px;
    font-size: 14px;
    color: #666;
    line-height: 34px;
}

.search .slide_con .search_box {
    display: block;
    width: 320px;
    height: 40px;
    margin: 3px 4px;
    border: 2px solid #dddddd;
    border-radius: 5px;
}

.search .slide_con .search_box .box_con {
    width: 316px;
    height: 37px;
    background: #fff;
}

.search .slide_con .search_box .box_con .input {
    width: 211px;
    height: 34px;
    float: left;

}

.search .slide_con .search_box .box_con .hot {
    width: 74px;
    float: left;
    background: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1561603549108607/search_hot_20190902_bai.png) no-repeat left center;
    font-size: 14px;
    color: #bf0614;
    line-height: 34px;
}

.search .slide_con .search_box .box_con .hot a {
    color: #bf0614;
    text-decoration: none;
    display: inline-block;
    height: 34px;
    padding-left: 23px;
}

.search .slide_con .search_box .box_con .btn_val {
    width: 30px;
    height: 34px;
    float: right;
}

.search .slide_con .search_box .box_con .btn_val button {
    cursor: pointer;
    width: 30px;
    height: 34px;
    background: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1561603549108607/search_btn_cur_20190902_bai.png) no-repeat center;
    border: none;
    outline: none;
}

.selected1 {
    width: 321px;
    display: block;
    overflow: visible;
}


.shaixuan {
    font-size: 16px;
    padding: 15px;
    width: 100%;
    overflow: hidden;

}

.shaixuan b {
    line-height: 35px;
    float: left;
    text-indent: 17px;
}

.shaixuan span {
    line-height: 35px;
    padding-left: 6px;
    float: left;
}

.shaixuan a {
    line-height: 35px;
    padding-left: 15px;
    float: left;
}

.shaixuan dl {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: -1px;
    padding: 10px;
    margin-bottom: 0px !important;
}

.shaixuan dt {
    float: left;
    width: 8%;
}

.shaixuan dd {
    float: left;
    width: 92%;
    border-left: 1px solid #ccc;
}

.shaixuan a:hover {

    color: #12ba99 !important;
}
.arc_hd h1{
    font-size: 24px;
    text-align: center;
}
.ttx1 a{
    font-size: 17px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1px;
    padding: 3px;
}

/* 针对IE的样式 */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    .lest li a {
        font-weight: 600;
        letter-spacing: 0px;
    }

    .lest1 li a {
        font-weight: 600;
        letter-spacing: 0px;
    }

    .title_ii h4 {
        font-weight: 600;
    }

    .caption2 {
        font-weight: 600;
    }

    .title_s {
        font-weight: 600;
    }

    .boxl a {
        font-weight: 600;
    }
}

.dn {
    display: none;
}
@media (max-width:1415px) {
    .db1 {
        display: block;
    }
}




@media (min-width:1416px) {
    .db2 {
        display: block;
    }
}

@media (min-width:1300px) {
    .db3 {
        display: block;
    }
}

@media (max-width:996px) {
    .newnav {
        position: absolute;
        background: #f8f8f8;
        z-index: 99999;
    }
    .h260 {
        height: 133px !important;
    }
    .limtli li {
        height: 53px;
    }
    .product-content11 {
        height: 65px;
    } 
    .caption2 {
        top: 60px !important;
        font-size: 14px;
    }
    .title_i1 {
        height: 130px;
    }
    .lest li a {
        font-size: 1em;
    }
    .foot_b{
        font-size: 1em;
    }
    .product-content11 span {
        font-size: 1em;
    }
    .title_t a {
        margin-left: 77%;
    }
    .title_ii {
        font-size: 1em;
        height: 81px;
        line-height: 18px;
    }
}

@media (max-width:488px) {
    .navbar-brand img{
        width: 155px;
    }
    .limtli li {
        width: 100%;
    }

    .lest li a {
        font-size: 1em;
    }

    .limtli li:nth-child(even) {
        margin-left: 0px;
    }

    .dn1 {
        display: none;
    }


    .title_ii h4 {
        line-height: 25px;
        font-size: 1em;
    }

    .h260 {
        height: 97px !important;
    }

    .caption2 {
        top: 148px !important;
    }

    .title_ii {
        line-height: 26px;
        height: 103px;
    }

    .lest li a {
        letter-spacing: 0px;
    }

    .title_t a {
        margin-left: 60%;
        margin-top: 5px;
    }
    .product-content11 span {
        font-size: 1em;
    }
    .product-content11 {
        height: 75px;
    } 
    .foot_b{
        font-size: 1em;
    }
    .title_i1 {
        height: 250px;
    }
    .limtli li {
        height: 23px;
    }
    .title_ii{
        width: 42%;
    }

    .title_i_1 a img{
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
    }
    .title_ii1 {
        width: 100%;
        background: #fff;
        padding-left: 8px;
        height: 215px;
        padding: 4px;
        margin-top: 15px;
        font-size: 16px;
        line-height: 35px;
        border: 2px solid #f3f9fe;
        margin-bottom: 0px;
        overflow: hidden;
    }
    
}