﻿@charset "utf-8";
/* CSS Document*/
html {
    min-width: 1366px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1366px;
    background: url("../images/zt_topbg.jpg") top center no-repeat #feedc0;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
    background-size: 100% auto;
    position: relative
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1366 {
    width: 1366px;
    height: auto;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.abs {
    position: absolute;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

.warp {
    width: 1300px;
    margin: 30% auto 300px auto;
    height: auto;
    overflow: hidden;
}

.warp_left {
    float: left;
    width: 530px;
    padding: 50px;
    height: 690px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden
}

.warp_right {
    float: right;
    width: 530px;
    padding: 50px;
    height: 690px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden
}

.footer {
    position: absolute;
    background-size: 100% auto;
    background: url("../images/zt_endbg.jpg") bottom center no-repeat;
    height: 794px;
    width: 100%;
    bottom: -300px;
    z-index: -1
}

.footer p {
    width: 100%;
    text-align: center;
    bottom: 0;
    position: absolute;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}

.title_xn {
    width: 100%;
    height: 67px;
    text-align: right;
    font-size: 14px;
    background: url("../images/title_xn.png") left center no-repeat;
    margin-bottom: 30px
}

.title_xn a {
    color: #888888;
    line-height: 36px;
}

.title_xn a:hover {
    color: #cc0000;
}

.title_mt {
    width: 100%;
    height: 67px;
    text-align: right;
    font-size: 14px;
    background: url("../images/title_mt.png") left center no-repeat;
    margin-bottom: 30px
}

.title_mt a {
    color: #666666
}

.txt_list {
    margin: 30px auto 0 auto
}

.txt_list ul {
    height: auto;
    overflow: hidden;
}

.txt_list li {
    width: 100%;
    font-size: 18px;
    color: #999999;
    line-height: 48px;
    height: 48px;
    background: url("../images/list_line.png") bottom repeat-x
}

.txt_list li a {
    background: url("../images/ico_01.png") left center no-repeat;
    color: #333333;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    height: 48px;
    line-height: 48px;
    padding-left: 10px;
    font-size: 18px;
}

.txt_list li a:hover {
    color: #cc0000
}

.txt_list li span {
    float: right;
    height: 48px;
    line-height: 48px;
    color: #999999
}

.pic_list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pic_list ul {
    width: 100%;
    height: 176px;
    overflow: hidden;
}

.pic_list li {
    width: 48%;
    height: 176px;
    overflow: hidden;
    margin: 0 2% 0 0;
    position: relative;
    float: left
}

.pic_list img {
    width: 100%;
    height: auto;
}

.pic_list span {
    position: absolute;
    display: block;
    width: 100%;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    bottom: 0;
    background: url("../images/title_bg.png")
}

.listbox {
    width: 92%;
    padding: 2% 4% 3% 4%;
    height: auto;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.title_list {
    color: #666666;
    height: 50px;
    padding: 0 0 10px 0;
    line-height: 50px;
    font-size: 20px;
    width: 100%;
    border-bottom: #cccccc 2px solid;
    position: relative;
}

.title_list h2 {
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    color: #cc0000;
    display: block;
    width: 30%;
    float: left;
}

.title_list h2:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -5px;
    width: 30px;
    height: 3px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    overflow: hidden;
    background: #ff8600;
    z-index: 9;
}

.title_list span {
    display: block;
    width: 70%;
    float: right;
    text-align: right;
    font-size: 16px;
}

.title_list a {
    color: #666666;
    line-height: 50px;
}

.list_page {
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: center
}

/*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;
}

.c-content .c-title {
    font-size: 30px;
    color: #000000;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}

.wz_fj p {
    line-height: 36px;
    color: #cc0000;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px
}

.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}

.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}

.wzclose-relative span {
    margin: 0 15px;
}

.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}

.i-sxt a:hover {
    color: #cc0010;
}