@charset "utf-8";
.mod1171 .header_bg {
        position: fixed;
        top: 0;
        padding: 10px 0;
        width: 100%;
        background: rgba(120,120,120,0.5);
        z-index: 999;
    }
    .mod1171 .header_logo {
        max-width: 450px;
        height: 62px;
    }
    .mod1171 .header_logo img {
        display: block;
        height: 100%;
    }
    .mod1171 .header_w {
        margin: 10px 0 0 10px;
    }
    .mod1171 .header_w span {
        font-size: 18px;
        line-height: 22px;
        color: #fff;
    }
    
    .mod1171 .header_nav {
        height: 60px;
    }
    .mod1171 .header_nav li {
        float: left;
        width: 142px;
        height: 60px;
        text-align: center;
        line-height: 60px;
    }
    .mod1171 .header_nav li a {
        font-size: 16px;
        color: #fff;
    }
    .mod1171 .header_nav li a:hover {
        color: #e82a2a;
    }
    .menu2 {
        display: none;
        height: auto;
        background: #e82a2a;
    }
    .mod1171 .header_nav li:hover .menu2 {
        display: block;
    }
    .mod1171 .header_nav li .menu2 li {
        float: none;
    }
    .menu2 li:hover a {
        color: #ffff91;
    }
    .mod1171 .header_nav li .menu2 li a:hover {
        color: #ffff91;
    }
.mod1279 .search {
    padding: 15px 0;
    background-color: #f5f5f5;
}

.mod1279 .search .fl {
    padding-top: 18px;
    max-width: 845px;
    line-height: 16px;
}

.mod1279 .search .fl a:hover {
    text-decoration: underline;
    color: #e82a2a;
}

.mod1279 .search .fl a {
    line-height: 14px;
    display: inline-block;
    color: #454545;
    font-size: 14px;
}

.mod1279 .search .fl strong {
    display: block;
    float: left;
    max-width: 90px;
    line-height: 15px;
    font-size: 15px;
}

.mod1279 .search_r form {
    float: left;
    display: block;
    width: 270px;
    background: #fff;
    border-radius: 50px;
    line-height: 34px;
    height: 34px;
    position: relative;
    margin: 9px 50px 9px 0px;
}

.mod1279 .search_r form .search-i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    display: block;
    transition: 0.3s all ease-in-out;
    background: #333 url(../images/searchh.png) no-repeat center;
}

.mod1279 .search_r .search-i:hover {
    background-color: #e82a2a;
}

.mod1279 .search_r .search-i input {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: none;
    border: 0 none;
    outline: none;
}

.mod1279 .search_r .search-bg input {
    line-height: 34px;
    background: none;
    border: 0 none;
    width: 220px;
    padding-left: 20px;
    color: #aaa;
    outline: none;
}
.mod1015 .navigation {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    line-height: 40px;
    height: 40px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    text-align: left;
}
.mod1015 .navigation .dicon{ font-size:18px; padding:0 5px; color:#e82a2a;}
.mod1015 .navigation_w{ float:right; 
    padding-right:5px; 
    font-size:12px;     
    font-style: normal;
    font-weight: 300;
    font-family: arial;
    color: #ccc;
    }


.mod1015 .link{ display:none;}
 .doc_content h3{ font-size:16px; text-align:center; padding-bottom:30px;}
  .doc_content { font-size:14px; line-height:30px;}
  
  .mod1060 .list_box {
    float:left;
    margin:0 8px;
    width: 280px;
}
.mod1060 .list_box .list_box_img{
    display: table-cell;
    box-sizing: border-box;
    width: 280px;
    height: 294px;
    overflow:hidden;
    text-align: center;
    border:1px #e2e2e2 solid;
    vertical-align: middle;
    
}
.mod1060 .list_box:hover .list_box_img{ border:1px #e82a2a solid;}
.mod1060 .list_box .list_box_img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}
.mod1060 .list_box .list_box_p {
    line-height: 40px; height: 40px; text-align: center;
}
.mod1060 .por_box .por_box_p a{ 
    display: inline-block;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.mod1060 .list_box:hover .list_box_p a{
    color: #e82a2a
}
/*分页相关*/
.pagelist ul{text-align:center;margin:20px 0;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li a{color:#666;display:inline-block;border:1px solid #ddd;padding:6px 15px;}
.pagelist li a:hover{border-color:#db0575;background:#db0575;color:#fff;}
.pagelist li.active a{border-color:#db0575;background:#db0575;color:#fff;}