@charset "utf-8";
/* 
    列表页内页头部
*/
.header {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-width: 1280px;
}
.header .heand_wave {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -4px;
    background: url(top_banner_bg.png) repeat-y;
    background-size: 100% 100%;
    z-index: 500;
}
.header .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    background-color: rgba(255, 255, 255, .95);
    z-index: 10;
}

.header .top .top_con {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1280px;
    height: 140px;
    z-index: 999;
}

/* logo */
.header .logo {
    display: inline-block;
    box-sizing: border-box;
    padding: 26px 0;
    height: 140px;
    width: 253px;

}
.header .logo img {
    width: 100%;
    height: 100%;
}

/* 导航滑块 */
.header .nav .slibing_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 146px;
    height: 100%;
   /* background-image: url('nav_sliding_block.png');
    background-size: 100% 100%;*/
    opacity: 0;
    z-index: -1;
    transition: left 0.3s;
}
/* 导航 */
.header .nav .nav_content {
    margin-left: 40px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 690px;
}

.header .nav .nav_content .nav_name {
    display: inline-block;
    padding: 0 20px;
    line-height: 140px;
    text-align: center;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}
.nav .nav_content .active .nav_name {
    color: #03793a;
}

.header .nav_content .sub_nav_content {
    position: absolute;
    width: 3000px;
    left: -800px;
    height: 0px;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
}
.header .nav_content .sub_nav_content li {
    display: inline-block;
}

.header .nav_content .sub_nav_content li a {
    line-height: 45px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.header .nav_content .sub_nav_content li a:hover {
    border-bottom: 3px #fff solid;
}

.header .nav_content .nav_item:nth-child(2) .w980 li:nth-child(1) {
    margin-left: 988px;
}

.header .nav_content .nav_item:nth-child(3) .w980 li:nth-child(1) {
    margin-left: 1256px;
}
.header .nav_content .nav_item:nth-child(4) .w980 li:nth-child(1) {
    margin-left: 1334px;
}
.header .nav_content .nav_item:nth-child(5) .w980 li:nth-child(1) {
    margin-left: 1368px;
}

/* search */
.header .top .search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50% );
}

.header .top .search form {
    position: relative;
    margin-right: 16px;
    width: 220px;
    height: 46px;
    border-radius: 22px;
    border: 1px dashed #dcdcdb;
}
.header .top .search .search_input {
    box-sizing: border-box;
    padding-left: 14px;
    width: 100%;
    height: 100%;
    border: none;
    color: #666;
    font-size: 14px;
    transition: width .5s ease;
    background: none;
}

.header .top .search .submit_btn {
    position: absolute;
    right: -1px;
    top: -1px;
    display: inline-block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 50%;
    background-image: url('search_icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .8s ease;
}
.header .top .search .submit_btn:hover{
    transform: rotate(360deg);
}
@keyframes fangda {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.2);
    }
  }
/* 缩放图片 */
.header .top_scale {
    height: 520px;
    width: 100%;
    animation: fangda 8s ease 4s infinite alternate;
}

/* tips */
.tips {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 96px;
    background-color: rgba(158, 159, 161, .65);
}
.tips_container {
    margin: auto;
    display: flex;
    width: 1280px;
    height: 100%;
    justify-content: space-between;
}
.tips_container .left h2 {
    padding: 0 18px;
    line-height: 82px;
    font-size: 18px;
    color: #fff;
}
.tips_container .left h2:hover {
    font-weight: bold;
    background-color: #ea3919;
}
.tips_container .left .current h2 {
    font-weight: 600;
    background-color: #ea3919;
}
.tips_container .left li {
    float: left;
}
.tips_container .right .space_desc {
    line-height: 82px;
    font-size: 12px;
    color: #fff;
}
.tips_container .right a {
    color: #fff; 
}
.tips_container .right a:hover {
    font-weight: bold;
    color: #ea3919;
    border-bottom: 2px solid #ea3919;
}


/* 页脚部分 */
#footer {
    width: 100%;
    padding: 36px 0;
    color: #d4d4d4;
    font-size: 12px;
    background: url('../images/copyright_bg.png');
}
#footer p {
    line-height: 22px;
    text-align: center;
}
    
#footer a {
    color: #d4d4d4;
}
#footer a:hover {
    border-bottom: 2px solid #fff;
    color: #fff;
}
#footer .cp_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/copyright_sprite.png') no-repeat;
    background-size: cover;
    vertical-align: middle;
}
#footer .cp_icon:hover {
    border-bottom: none;
}
#footer .police {
    background-position-x: -23px;
}

/* 分页器 */
.page_wrap 
{
  height: 24px;
  padding-top: 38px;
  padding-bottom: 60px;
}
.page_content {
  margin: 0 auto;
  width: 600px;
  height: 24px;
  line-height:22px;
}
.page_wrap .D_list_fy {
    margin: 0 auto;
    display: table;
}
.page_content li {
    float: left;
    margin-left: 6px;
    list-style: none;
}
.page_content li:first-child {
    border: #b9b9b9 solid 1px;
    border-radius: 3px;
    padding: 0 10px;
}
.page_content .p_btn{
    width: 22px;
    height: 22px;
    border: #b9b9b9 solid 1px;
    border-radius: 3px;
    text-align: center;
}
.page_content .item .active {
    border-color: #ea3919;
    color: #ea3919;
}
.page_content li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.page_content .item a {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #666;
    border: #b9b9b9 solid 1px;
    border-radius: 3px;
    text-align: center;
}
.page_content .item a:hover {
    border-color: #ea3919;
    background-color: #ea3919;
    color: #fff;
}
.page_content .p_btn a{
    background: url("gouqizen_spirit.png") no-repeat;
    background-position: -306px -384px;
}
.page_content .p_btn:hover {
    border-color: #ea3919;
}
.page_content .p_btn .p_first{
    background-position-x: -257px;
}
.page_content .p_btn .p_prve{
    background-position-x: -288px;
}
.page_content .p_btn .p_next{
    background-position-x: -272px;
}
.page_content .p_btn a:hover {
    background-position-y: -404px;
}
.page_content a {
 font-size: 12px;
 color: inherit;
 text-decoration: none;
}
.no_padding_top {
  padding-top: 0;
}

.float_right {
    float: right;
}
.float_left {
    float: left;
}
