html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}
html{
	height:100%;
}
body{
	height:100%;
	font-size:14px;
	font-family: Arial,Helvetica,"Microsoft Yahei";
	color:#333;
}
a{
	text-decoration: none;
	color:#333;
}
th, td {
    border: 1px solid #ddd; /* 添加单元格边框 */
    padding: 8px; /* 添加内边距 */
    text-align: left; /* 文本左对齐 */
}

th {
    background-color: #f2f2f2; /* 表头背景色 */
    font-weight: bold; /* 表头字体加粗 */
}

tr:nth-child(even) {
    background-color: #f9f9f9; /* 偶数行背景色 */
}
img{
    vertical-align: middle;
}
u{
    text-decoration: none;
}
.wrapper{
    position: relative;
    min-height: 100%;
}
.inner{
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
}
.container{
    padding-bottom: 150px;
}
.container .main{
    float: left;
    width: 72%;
    margin-right: 2%;
}
.container .side{
    float: left;
    width: 26%;
}
footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.module{
    margin-bottom: 20px;
}
.J_link{
    cursor: pointer;
}

.mod-head{
    margin-bottom: 20px;
}
.mod-head .hd{
    background: #eeeeee;
    line-height: 40px;
    font-size: 13px;
    color: #666;
}
.mod-head .hd .keyword{
    float: left;
    width: 50%;
}
.mod-head .hd .link{
    float: right;
    width: 50%;
    text-align: right;
}
.mod-head .hd .link a{
    color: #666;
}
.mod-head .bd{
    height: 100px;
}
.mod-head .bd .logo{
    float: left;
    width: 120px;
    line-height: 100px;
}
.mod-head .bd .logo a{
    display: block;
}
.mod-head .bd .search{
    float: right;
    width: 300px;
    padding: 30px 0;
}
.mod-head .bd .search form{
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    overflow: hidden;
    line-height: 36px;
}
.mod-head .bd .search input[type="search"]{
    width: 80%;
    padding: 6px 12px;
    border: medium none;
    height: 36px;
    box-sizing: border-box;
    line-height: 20px;
    outline: none;
}
.mod-head .bd .search input[type="submit"]{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 20%;
    height: 36px;
    background: #f4f4f4 url('../image/icon-search.png') center center no-repeat;
    background-size: 24px 24px;
    border: medium none;
    border-left: 1px solid #e4e4e4;
    line-height: 36px;
    text-indent: -33em;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    overflow: hidden;
}
.mod-head .bd .search input[type="submit"]:hover{
    background: #f0f0f0;
}
.mod-head .bd .search p{
    line-height: 20px;
    font-size: 12px;
    color: #666;
    word-spacing: -3px;
}
.mod-head .bd .search p a{
    color: #666;
}
.mod-head .ft{
    height: 48px;
    background: #e3007a;
    font-size: 16px;
}
.mod-head .ft ul{
    overflow: hidden;
}
.mod-head .ft li{
    float: left;
    margin: 0 1px;
}
.mod-head .ft li a{
    display: block;
    height: 48px;
    padding: 0 20px;
    line-height: 48px;
    color: #fff;
}
.mod-head .ft li a:hover{
    background: rgba(0,0,0,0.1);
}
.mod-head .ft li.active a{
    position: relative;
    background: rgba(0,0,0,0.1);
}
.mod-head .ft li.active a::after{
    position: absolute;
    left: 50%;
    bottom: 2px;
    content: '';
    width: 20px;
    height: 4px;
    margin-left: -10px;
    background: #fff;
    border-radius: 2px;
}

.mod-breadcrumb{
    margin-bottom: 20px;
}
.mod-breadcrumb .bd{
    padding: 0 10px;
    line-height: 30px;
    color: #666;
}
.mod-breadcrumb .bd a{
    color: #666;
}

.mod-foot .bd{
    padding: 25px 0;
    border-top: 1px solid #e8e8e8;
    background: #f3f3f3;
    line-height: 25px;
    text-align: center;
    color: #666;
}
.mod-foot .bd a{
    color: #666;
}

.mod-fixedbar {
    position: fixed;
    left: 50%;
    bottom: 130px;
    z-index: 999;
}
.mod-fixedbar .bd {
    height: 0;
    margin-left: 602px;
}
.mod-fixedbar ul {
    position: absolute;
    right: -60px;
    bottom: 0;
}
.mod-fixedbar li {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 1px;
}
.mod-fixedbar li a {
    display: block;
    width: 48px;
    height: 48px;
    background: #999;
    line-height: 48px;
    text-align: center;
    border-radius: 12%;
}
.mod-fixedbar li a:hover {
    background: #666;
}
.mod-fixedbar li img {
    position: relative;
    top: -1px;
    vertical-align: middle;
}

@media screen and (max-width: 1020px){
    .container .main{
        float: none;
        width: auto;
        margin-right: 0;
    }
    .container .side{
        float: none;
        width: auto;
    }
    .module{
        margin-bottom: 15px;
    }

    .mod-head{
        margin-bottom: 15px;
    }
    .mod-head .hd{
        height: 32px;
        line-height: 32px;
        overflow: hidden;
    }
    .mod-head .bd{
        height: 72px;
    }
    .mod-head .bd .logo{
        width: 90px;
        line-height: 72px;
    }
    .mod-head .bd .logo img{
        width: 80px;
        height: auto;
    }
    .mod-head .bd .search{
        width: 240px;
        padding: 20px 0;
    }
    .mod-head .bd .search form{
        border-radius: 3px;
        line-height: 32px;
    }
    .mod-head .bd .search input[type="search"]{
        height: 32px;
        padding: 5px 10px;
    }
    .mod-head .bd .search input[type="submit"]{
        height: 32px;
        line-height: 30px;
        font-size: 14px;
    }
    .mod-head .bd .search p strong{
        display: none;
    }
    .mod-head .ft{
        height: 36px;
        font-size: 14px;
    }
    .mod-head .ft .inner{
        padding: 0;
    }
    .mod-head .ft ul{
        overflow-x: auto;
        white-space: nowrap;
    }
    .mod-head .ft li{
        float: none;
        display: inline-block;
    }
    .mod-head .ft li a{
        height: 36px;
        line-height: 36px;
        padding: 0 15px;
    }

    .mod-breadcrumb{
        margin-bottom: 15px;
    }
    .mod-breadcrumb .bd{
        padding: 0;
    }

    .mod-fixedbar{
        left: auto;
        right: 10px;
        bottom: 10px;
    }
    .mod-fixedbar .bd{
        height: auto;
        margin-left: 0;
    }
    .mod-fixedbar ul{
        position: static;
    }
    .mod-fixedbar li{
        width: 36px;
        height: 36px;
    }
    .mod-fixedbar li a{
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .mod-fixedbar li img{
        width: 24px;
        height: 24px;
    }
}