@charset "utf-8";
body {
    background-color: transparent;  /*  总体背景默认透明色，白色#fff黑色#000  */
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0
}

li,
ul {
    list-style: none
}

.art-content li,
.art-content ul {
    list-style: inherit
}

a {
    text-decoration: none
}


/*-----------------------以下三种广告可细调---------------------------*/


/*大横幅*/

.index-top-ad {
    overflow: hidden;
    margin: 1px auto 1px;
    padding: 1px 1px 1px;
    width: 100%;
    
}

.index-top-ad a img {
    z-index: 1;
    height: 70px !important;   /*大横幅电脑端高宽 */
}

 @media screen and (max-width:767px) {

        .index-top-ad  a,
        .index-top-ad a img {
            height: 60px !important; /* 大横幅手机端高度 */
        }
 }

.index-top-ad a:nth-child(3n+0) {
    margin: 0;
}

.index-top-ad div {
    float: inherit;
    margin-bottom: 5px;
    width: 100%;
}

.index-top-ad div a,
.index-top-ad div a img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 70px;
}




/*小横幅*/

    .index-kuake-ad a {
        position: relative;
        float: left;
        display: block;
        margin-right: 3px; /*两个小横幅间距*/
        margin-bottom: 1px; /*小横幅与文字广告之间距离*/
        
    }

    .index-kuake-ad a img {
        z-index: 1;
        width: 100%;
        height: 60px !important;    /*小横幅高*/
        
    }

    .index-kuake-ad a:nth-child(3n+0) {
        margin: 0;
        
    }

    .index-kuake-ad span a,
    .index-kuake-ad span a img {
        display: block;
        overflow: hidden;
        width: 49.78%; /*小横幅宽*/
        height: 61px;
        
    }

    .index-kuake-ad span a:nth-child(2),
    .index-kuake-ad span a:nth-child(2) img {
        margin-right: 0 !important;
        
    }
    
    

 @media screen and (max-width:800px) {

        .index-kuake-ad span a,
        .index-kuake-ad span a img {
            width: 49.5%;
            height: 55px !important;   /*手机端小横幅高*/
        }
 }

    @media screen and (max-width:767px) {

        .index-kuake-ad span a,
        .index-kuake-ad span a img {
            width: 100%;
            height: 55px !important;   /*手机端小横幅高*/
        }
 }
         
    
    

 /*文字广告电脑端*/

 .index-site-list li{width: 19.91%;}  /*文字广告宽度*/
 .index-card {margin-bottom: 10px;border-radius: 0px;border: 0px solid #eaeaea;}
 .index-site-list li{float: left;line-height: 2.6;height: 41.9px;text-align: center;border:1px #efefef solid;border-width: 1px 1px 0px 0px;}
 .index-site-list li a{font-size: 15px;height: 33px;overflow: hidden;}



  /*友情提示：各种数字自己试试调节，清除浏览器缓存和强制刷新看效果哈*/

/*文字手机端宽度*/
@media screen and (max-width: 1024px) {.index-site-list li{width: 19.89%;}}
@media screen and (max-width: 800px) {.index-site-list li{width: 19.9%;}}
@media screen and (max-width: 767px) {.index-site-list li{width: 49.6%;}}