@charset "utf-8";
.Banner {
    width: 100%;
    overflow: hidden;
    /*max-width: 1920px;margin:0 auto;*/
}


/*content*/

.mode01,
.mode02,
.mode03,
.mode04,
.mode05,
.mode06,
.mode07 {
    width: 1200px;
    margin: 0 auto;
}

.mode01 .lf {
    width: 500px;
    float: left;
    margin-top: 4px;
}

.listTitle01 h2 {
    font-size: 22px;
    line-height: 1.5;
    padding: 23px 0 18px 0;
}

.listTitle01 h2 a {
    color: #00366f;
}

.listTitle01 h2 i {
    font-size: 28px;
    color: #00366f;
    vertical-align: middle;
    padding-right: 8px;
    vertical-align: middle;
}

.item-img01 .imgResponsive {
    padding-bottom: 62.4%;
}

.item-txt01 h3 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    letter-spacing: 0.6px;
}

.item-txt01 p {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #999;
    margin: 5px 0 10px;
}

.item-date01 {
    height: 24px;
    line-height: 24px;
    text-align: right;
    display: block;
}

.item-date01 i {
    display: inline-block;
    font-size: 12px;
    color: #999;
    font-style: normal;
    letter-spacing: 0.6px;
}

.iconrili:before {
    color: #00366f;
    padding-right: 6px;
    font-size: 18px;
    vertical-align: middle;
}

.btbu-list01 {
    margin: 0 -20px 0 520px;
    overflow: hidden;
}

.btbu-list01 li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.btbu-list01 li>div {
    margin: 0 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.list-date01 {
    width: 50px;
    height: 44px;
    border: 2px solid #00366f;
    float: left;
    margin-top: 2px;
}

.list-date01 i,
.list-date01 strong {
    display: block;
    font-style: normal;
    text-align: center;
}

.list-date01 i {
    height: 18px;
    line-height: 18px;
    background-color: #00366f;
    font-size: 12px;
    font-family: 'Arial';
    color: #fff;
}

.list-date01 strong {
    font-size: 18px;
    padding-top: 1px;
    color: #00366f;
    font-weight: bold;
}

.btbu-list01 li a {
    display: block;
    margin-left: 64px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #00366f;
    font-size: 16px;
    font-family: '微软雅黑';
}

.btbu-list01 li a:hover {
    color: #00366f;
}

.readMore {
    width: 100%;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    padding-bottom: 20px;
}

.readMore a {
    float: right;
    font-weight: bold;
}

.readMore i {
    font-size: 25px;
    vertical-align: middle;
    color: #00366f;
    padding-left: 2px;
}


/**/

.wrap_mode02 {
    background: url(/pub/bjgsdx/images/2019/mode_bg01.jpg) no-repeat top center;
    background-size: cover;
    min-height: 373px;
    padding: 15px 0 8px;
    background-attachment: fixed;
}

.mode02 {
    position: relative;
}

.tabMenu01 {
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: relative;
}

.tabMenu01:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #7ab6f5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    bottom: 0
}

.tabMenu01 .til_tab {
    width: auto;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin: 0 20px;
    position: relative;
}

.tabMenu01 .til_tab a {
    color: #fff;
}

.tabMenu01 .til_tab:first-child i {
    font-size: 22px;
    padding-right: 5px;
    vertical-align: middle;
}

.tabMenu01 .til_tab:hover:before,
.tabMenu01 .til_tab.on:before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #7ab6f5;
    position: absolute;
    left: 0;
    bottom: 0
}

.tabMore01 {
    position: absolute;
    right: 0;
    top: 15px;
}

.tabMore01 a {
    color: #fff;
    display: none;
    font-weight: bold;
}

.tabMore01 i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.tabListBox {
    display: none;
    padding-top: 35px;
}

.btbu-list02 {
    width: 100%;
    position: relative;
}

.btbu-list02:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    background-color: #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    left: 0;
    top: 166px;
}

.btbu-list02 li {
    width: 25%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.btbu-list02 li:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    left: 0;
    top: 0;
}

.btbu-list02 li>div {
    margin: 0 35px;
    padding-bottom: 5px;
    font-size: 16px;
}

.list-label02 {
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.list-label02 a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.list-label02 a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.25;
    filter: alpha(opacity=25);
    position: absolute;
}

.list-label02 a strong {
    position: relative;
    z-index: 2;
    padding: 0 10px 0 35px;
    background: url(/pub/bjgsdx/images/2019/label_icon.png) no-repeat 8px center;
    font-weight: bold;
}

.btbu-list02 li span {
    color: #a3d0ff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: right;
}

.list-title02 {
    display: block;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    color: #fff;
    padding-top: 20px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out
}

.list-label02 a:hover:before {
    background-color: #00366f;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.btbu-list02 li:nth-child(4):after,
.btbu-list02 li:last-child:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    right: 0;
    top: 0
}


/*工商印象*/

.wrap_mode03 {
    overflow: hidden;
    padding-bottom: 30px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.wrap_mode03 * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wrap_mode03 .flex-control-nav {
    display: none;
}

.listtTitle02 {
    width: 1200px;
    margin: 0 auto;
}

.listtTitle02 h2 {
    line-height: 1.5;
    padding: 41px 0;
    font-size: 24px;
    text-align: center;
    background: url(/pub/bjgsdx/images/2019/title_bg03.png) no-repeat center;
}

.listtTitle02 h2 a,
.listTitle03 h2 a {
    color: #00366f;
    ;
}

.imgList {
    width: 100%
}

.imgList-lf {
    width: 40.3%;
    float: left;
}

.imgList-img01 {
    padding: 4px;
    display: block;
}

.imgList-img01 .imgResponsive {
    padding-bottom: 56.31%;
    position: relative;
}

.imgList-img01 .imgResponsive:before,
.topicList li>a:before {
    content: '';
    position: absolute;
    width: 25%;
    height: 100%;
    margin-top: 0px;
    margin-left: -120px;
    overflow: hidden;
    z-index: 6;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.imgList-img01 .imgResponsive:hover:before,
.topicList li>a:hover:before {
    -webkit-animation: aniBlink .6s ease-out forwards;
    -moz-animation: aniBlink .6s ease-out forwards;
    -o-animation: aniBlink .6s ease-out forwards;
    animation: aniBlink .6s ease-out forwards
}

@keyframes aniBlink {
    from {
        margin-left: -50%
    }
    to {
        margin-left: 120%
    }
}

@-webkit-keyframes aniBlink {
    from {
        margin-left: -50%
    }
    to {
        margin-left: 120%
    }
}

.imgList-img02 {
    margin-bottom: 5px;
}

.imgList-rt {
    width: 59.7%;
    float: right;
}

.imgInner-lf {
    width: 33%;
    float: left;
}

.imgInner-lf .imgList-img01 {
    padding: 4px 4px;
}

.imgInner-rt {
    width: 67%;
    float: right;
}

.imgInner-rt02 {
    float: left;
}

.imgInner-lf02 {
    float: right;
}

.wrap_mode03 .flex-viewport {
    overflow: visible !important;
}

.wrap_mode03 .flexslider {
    padding-right: 49.8%;
}

.wrap_mode03 .flex-direction-nav a {
    color: #00366f;
    font-size: 25px;
}

.imgList .flexslider .flex-prev {
    width: 30px;
    height: 30px;
    ;
    left: 50%;
    margin-left: -600px;
    top: -55px;
    z-index: 800;
    opacity: 1;
}

.imgList .flexslider .flex-next {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: 570px;
    top: -55px;
    opacity: 1;
}


/*媒体工商*/

.mode04 {
    letter-spacing: 0.6px;
}

.mode04 .lf {
    width: 30%;
    float: left;
}

.listTitle03 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

.listTitle03 .more03 {
    float: right;
    font-weight: bold;
    margin-top: 11px;
}

.listTitle03 .more03 i {
    font-size: 24px;
    color: #00366f;
    vertical-align: middle;
    font-weight: normal;
}

.listTitle03 h2 {
    font-size: 20px;
    line-height: 1.5;
}

.listTitle03 h2 i {
    font-size: 28px;
    color: #00366f;
    padding-right: 8px;
    vertical-align: middle;
}

.btbu-list03 {
    margin-bottom: 10px;
    ;
    padding-top: 25px;
}

.btbu-list03 li {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.item-img03 {
    width: 120px;
    float: left;
    border: 2px solid #e1edfa
}

.item-img03 .imgResponsive {
    padding-bottom: 61.67%;
}

.item-txt03 {
    margin-left: 135px;
}

.item-txt03 h3 {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-weight: normal;
    transition: all 0.3s ease-in-out
}

.list-info {
    padding-top: 15px;
    position: relative;
    height: 20px;
}

.item-label03 {
    /* float: right; */
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    background-color: #e1edfa;
    border-radius: 10px;
    color: #00366f;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0px;
    margin: 0 0 0 80px;
}

.item-label03:hover {
    background-color: #00366f;
    color: #fff;
}

.item-date03 {
    display: block;
    font-family: 'Arial';
    font-size: 12px;
    color: #999;
}


/*学术空间*/

.mode04 .md {
    width: 40%;
    float: left;
}

.listTitle04 h2 {}

.mode04 .mdInner {
    border-left: 2px solid #e1edfa;
    border-right: 2px solid #e1edfa;
    padding: 0 28px;
    margin: 0 28px;
}

.btbu-list04 {
    padding: 10px 0 20px;
}

.btbu-list04 li {
    margin-top: 26px;
}

.btbu-list04 li h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    padding-top: 16px;
    transition: all 0.3s ease-in-out
}

.btbu-list04 li .item-date03 {
    font-weight: bold;
    color: #00366f;
    float: left;
}


/*国际交流*/

.listTitle05 h2 {
    background: url(/pub/bjgsdx/images/2019/title_bg06.png) no-repeat left center;
}

.mode04 .rt {
    width: 30%;
    float: right;
}

.item-info04 {
    padding-top: 25px
}

.item-img04 {
    width: 195px;
    float: left;
}

.item-img04 .imgResponsive {
    padding-bottom: 61.54%;
}

.item-txt04 {
    margin-left: 205px;
    overflow: hidden;
}

.item-txt04 h3 {
    line-height: 24px;
    font-weight: normal;
    height: 96px;
    overflow: hidden;
}

.item-date04 {
    display: block;
    font-size: 12px;
    font-family: 'Arial';
    color: #999;
}

.btbu-list05 {
    padding-top: 22px;
}

.btbu-list05 li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-top: 20px;
}

.btbu-list05 li:first-child,
.btbu-list04 li:first-child {
    margin-top: 0
}

.btbu-list05 li span {
    display: block;
    font-size: 12px;
    color: #999;
    padding-bottom: 10px;
}

.btbu-list05 li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.wrap_mode05 {
    background: #ebf4ff;
    padding: 40px 0 0;
    overflow: hidden;
}

.btbu-links {
    margin: 0 -21px;
    font-size: 0
}

.btbu-links li {
    width: 25%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 40px;
    vertical-align: top;
}

.btbu-links li>a {
    display: block;
    margin: 0 21px;
}

.btbu-links li i {
    width: 60px;
    height: 60px;
    float: left;
    transition: all 0.5s ease-in-out;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 58px;
    font-size: 48px;
}

.btbu-links li i:before {
    vertical-align: middle;
}

.btbu-links li span {
    display: block;
    margin-left: 70px;
    height: 60px;
}

.btbu-links li span:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    content: ''
}

.btbu-links li strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #00366f;
}

.btbu-links li.li1 i {
    background-color: #e16d26;
}

.btbu-links li.li2 i {
    background-color: #45b035;
}

.btbu-links li.li3 i {
    background-color: #438a7b;
}

.btbu-links li.li4 i {
    background-color: #3c4b9e;
}

.btbu-links li.li5 i {
    background-color: #009a3e;
}

.btbu-links li.li6 i {
    background-color: #004098;
}

.btbu-links li.li7 i {
    background-color: #0062b1;
}

.btbu-links li.li8 i {
    background-color: #c40070;
}

.btbu-links li.li9 i {
    background-color: #c0104d;
}

.btbu-links li.li10 i {
    background-color: #823e94;
}

.btbu-links li.li11 i {
    background-color: #941a65;
}

.btbu-links li.li12 i {
    background-color: #ea5514;
}

.btbu-links li.li13 i {
    background-color: #e60012;
}

.btbu-links li.li14 i {
    background-color: #0075c2;
}

.btbu-links li.li15 i {
    background-color: #9dc814;
}

.btbu-links li.li16 i {
    background-color: #611f66;
}

.btbu-links li>a:hover i {
    transform: rotate(360deg) scale(1.1);
}


/*专题网站*/

.mode06 .listTitle03 {
    border-bottom: none;
}

.listTitle06 h2 {
    font-size: 22px;
}

.mode06 {
    margin-top: 30px;
}

.topicList {
    padding-top: 10px;
    margin: 0 -13px;
}

.topicList li {
    width: 25%;
    float: left;
}

.topicList li>a {
    display: block;
    margin: 0 13px;
    position: relative;
    overflow: hidden;
}


/*链接*/

.btbu-links02 {
    margin: 0 -10px;
    font-size: 0;
    text-align: center;
    padding: 45px 0 40px;
}

.btbu-links02 li {
    width: 12.5%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 15px;
    letter-spacing: 0.6px;
    vertical-align: top;
    transition: all 0.3s ease-in-out
}

.btbu-links02 li>a {
    display: block;
    margin: 0 10px;
}

.btbu-links02 li strong {
    display: block;
    padding-top: 10px;
    line-height: 1.3;
    color: #00366f;
}

.btbu-links02 li span {
    display: block;
    height: 42px;
}

.btbu-links02 li span img {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width:992px) {
    .btbu-links02 li:hover {
        margin-top: -10px;
    }
    .item-txt03 h3:hover,
    .btbu-list04 li h3:hover,
    .btbu-list05 li a:hover {
        margin-left: 10px;
    }
    .list-title02:hover {
        color: #fff;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
        padding-left: 10px;
    }
}

@media screen and (max-width:1460px) {
    .slide-title {
        margin-left: -600px;
    }
    .slide-title a {
        font-size: 20px;
    }
    .flexslider .slides>li.flex-active-slide .slide-title {
        bottom: 15px;
    }
    .rebox-button img {
        width: 30px;
    }
    .rebox-close {
        width: 100px;
        height: 100px;
        background-size: 100px
    }
}

@media screen and (max-width:1386px) {
    .mode01,
    .mode02,
    .mode03,
    .mode04,
    .mode05,
    .mode06,
    .mode07,
    .listtTitle02 {
        width: 1000px;
    }
    .flex-direction-nav a {
        font-size: 40px;
    }
    .slide-title {
        margin-left: -500px;
    }
    .listTitle01 h2 {
        font-size: 20px;
        padding: 19px 0 16px;
    }
    .mode01 .lf {
        width: 450px;
    }
    .btbu-list01 {
        margin-left: 470px;
    }
    .btbu-list01 li>div {
        padding-bottom: 11px;
    }
    .btbu-list01 li {
        margin-bottom: 21px;
    }
    .btbu-list01 li>div {
        margin: 0 15px;
    }
    .btbu-list01 li a,
    .list-label02 a strong,
    .list-title02,
    .btbu-list02 li>div,
    .item-txt03 h3,
    .btbu-list04 li h3,
    .btbu-list05 li a,
    .btbu-links li strong {
        font-size: 15px;
    }
    .tabMenu01 .til_tab {
        font-size: 20px;
    }
    .listtTitle02 h2 {
        padding: 32px 0;
        font-size: 22px;
    }
    .imgList .flexslider .flex-prev,
    .imgList .flexslider .flex-next {
        top: -39px;
    }
    .listTitle03 h2 i {
        font-size: 26px;
    }
    .item-img04 {
        width: 180px;
    }
    .item-txt04 {
        margin-left: 195px;
    }
    .mode06 {
        margin-top: 20px;
    }
    .topicList {
        padding-top: 3px;
    }
    .wrap_mode03 {
        padding-bottom: 20px;
    }
    .imgList .flexslider .flex-prev {
        margin-left: -500px;
    }
    .imgList .flexslider .flex-next {
        margin-left: 470px;
    }
    .btbu-list02 li>div {
        margin: 0 20px;
    }
    .list-label02 {
        font-size: 14px;
    }
}

@media screen and (max-width:1020px) {
    .slide-title {
        margin: 0;
        left: 15px;
    }
    .slide-title a {
        font-size: 18px;
    }
    .flexslider .slides>li.flex-active-slide .slide-title {
        bottom: 0;
    }
    .mode01,
    .mode02,
    .mode03,
    .mode04,
    .mode05,
    .mode06,
    .mode07,
    .listtTitle02 {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .listTitle01 h2 {
        padding: 15px 0;
    }
    .btbu-links li {
        width: 25%;
    }
    .imgList .flexslider .flex-prev {
        margin-left: 0;
        left: 15px;
    }
    .imgList .flexslider .flex-next {
        margin-left: 0;
        right: 15px;
        left: auto;
    }
}

@media screen and (max-width:998px) {
    .mode01 .lf {
        float: none;
        width: 100%;
        overflow: hidden;
        margin: 0;
    }
    .btbu-list01 {
        margin: 15px -15px 0;
        clear: both;
    }
    .btbu-list02 li {
        width: 33.3%;
    }
    .list-title02 {
        height: 44px;
    }
    .btbu-list02:before {
        display: none;
    }
    .btbu-list02 li>div {
        margin: 0 15px;
    }
    .btbu-list02 li:nth-child(3n):after {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #fff;
        opacity: 0.2;
        filter: alpha(opacity=20);
        position: absolute;
        right: 0;
        top: 0;
    }
    .btbu-list02 li:nth-child(7),
    .btbu-list02 li:nth-child(8) {
        display: none;
    }
    .wrap_mode02 {
        min-height: auto
    }
    .wrap_mode03 .flexslider {
        padding: 0;
        margin: 0 5px
    }
    .wrap_mode03 .flex-viewport {
        overflow: hidden !important;
    }
    .mode04 .lf {
        width: 45%;
    }
    .mode04 .md {
        width: 55%;
    }
    .mode04 .mdInner {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    .mode04 .rt {
        width: 100%;
        float: none;
        clear: both;
    }
    .btbu-list05 li a {
        height: auto;
    }
    .topicList {
        margin: 0 -8px;
    }
    .topicList li>a {
        margin: 0 8px;
    }
    .btbu-list05 li {
        padding-bottom: 10px;
    }
    .btbu-list05 {
        padding-bottom: 25px;
    }
    .rebox-prev img,
    .rebox-next img {
        width: 25px;
    }
    .rebox-close {
        width: 80px;
        height: 80px;
        background-size: 80px
    }
    .slide-bg2 {
        display: none;
    }
    @media screen and (min-width:480px) and (max-width:998px) {
        .item-img01 {
            width: 300px;
            float: left;
        }
        .item-txt01 {
            margin-left: 315px;
        }
        .item-date01 {
            text-align: left;
        }
        .item-txt01 h3 {
            height: auto;
            line-height: 1.5;
            padding-bottom: 10px;
            white-space: normal;
        }
    }
}

@media screen and (max-width: 767px) {
    .slide-title a {
        font-size: 16px;
    }
    .flex-direction-nav a {
        font-size: 30px;
        width: auto;
    }
    .flexslider .flex-prev {
        left: 5px;
    }
    .flexslider .flex-next {
        right: 5px;
    }
    .btbu-links02 li {
        width: 25%;
        margin-bottom: 15px;
        text-align: center;
    }
    .btbu-links02 {
        text-align: left;
    }
    .btbu-links02 {
        padding: 30px 0 20px;
    }
    .btbu-links02 li {
        font-size: 14px;
    }
    .btbu-list01 li a,
    .list-label02 a strong,
    .list-title02,
    .btbu-list02 li>div,
    .item-txt03 h3,
    .btbu-list04 li h3,
    .btbu-list05 li a,
    .btbu-links li strong {
        font-size: 14px;
    }
    .listtTitle02 h2,
    .listTitle03 h2,
    .tabMenu01 .til_tab {
        font-size: 18px;
    }
    .mode04 .lf,
    .mode04 .md {
        width: 100%;
        float: none;
    }
    .mode04 .mdInner {
        margin: 0;
        padding: 0;
        border: none;
    }
    .btbu-list04 li h3 {
        height: auto;
    }
    .btbu-links li i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 36px;
    }
    .btbu-links li span {
        height: 50px;
        margin-left: 60px;
    }
    .btbu-list02 li {
        width: 50%;
    }
    .mode04 .rt {
        padding-top: 10px;
    }
    .rebox-prev img,
    .rebox-next img {
        width: 20px;
    }
    .rebox-prev {
        left: 0
    }
    .rebox-next {
        right: 0
    }
    .rebox-close {
        width: 60px;
        height: 60px;
        background-size: 60px
    }
}

@media screen and (max-width:640px) {
    .btbu-list01 li,
    .btbu-list02 li {
        width: 100%
    }
    .btbu-list01 li a,
    .list-title02 {
        height: auto;
    }
    .btbu-list01 li {
        margin-bottom: 11px;
    }
    .btbu-links li {
        width: 33.3%;
    }
    .list-title02 {
        padding-top: 10px;
    }
    .tabMenu01 .til_tab {
        margin: 0 10px;
    }
    .btbu-list02 li:nth-child(7),
    .btbu-list02 li:nth-child(8) {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .slide-title {
        display: none;
    }
    .btbu-links li,
    .topicList li {
        width: 50%;
    }
    .topicList li {
        margin-bottom: 10px;
    }
    .btbu-links02 li {
        width: 33.3%
    }
    .btbu-links02 li span img {
        width: 35px;
    }
    .tabMenu01 .til_tab {
        margin: 0 7px;
        font-size: 16px;
    }
}

@media screen and (max-width:400px) {
    .item-img04 {
        width: 100%;
        float: none;
    }
    .item-txt04 {
        margin: 15px 0 0;
    }
    .item-txt04 h3 {
        height: auto;
    }
}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}<!--耗时1762801330.379秒-->