@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1300px;
    background: #ffffff !important;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
    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;
}

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;
}

.i_jg {
    width: 100%;
    margin: 10px auto;
    height: 10px;
    overflow: hidden
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/**/
.zt_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.zt_banner img {
    width: 100%;
}

/*part_box*/
.part_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0
}

.zt_title {
    background: url("../images/title_bg.png") center bottom no-repeat;
    color: #000000;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    line-height: 60px;
    position: relative;
    z-index: 99;
}

.zt_title h1 {
    color: #000000;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 999
}

.part_nr {
    width: 1200px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    position: relative;
}

.part_nr:hover {
}

/**/
.syh_list {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.syh_list ul {
    width: 1300px;
}

.syh_list li {
    width: 348px;
    padding: 15px 20px;
    float: left;
    margin: 0 25px 25px 0;
    height: 90px;
    background: #f5f5f5;
    transition: all .3s;
    border-radius: 4px;
    overflow: hidden
}

.syh_list li span {
    display: block;
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
    height: 25px;
    font-size: 14px;
    color: #4a6fe1;
    overflow: hidden
}

.syh_list li span i {
    font-style: normal;
    padding: 0 1px 0 0
}

.syh_list li a {
    font-size: 14px;
    line-height: 15px;
    color: #222222;
    text-align: justify
}

.syh_list li:hover {
    background: #6284e8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: all .3s;
}

.syh_list li:hover a {
    color: #ffffff;
    transition: all .3s;
}

.syh_list li:hover i {
    color: #ffffff;
    transition: all .3s;
}

.list_syh {
    float: left;
    display: block;
    width: 200px;
}

/**/
.i_listbox {
    background: #f5f5f5;
    width: 1100px;
    padding: 30px 50px;
    margin: 20px auto;
    border-radius: 4px;
    height: auto;
    overflow: hidden
}

.i_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5px auto 0 auto;
}

.i_list li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #a0a0a0;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.i_list li a {
    color: #222222;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    padding-left: 0;
    text-align: left;
    transition: all 0.2s;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_list li .date {
    float: right;
    color: #7d7d7d;
}

.i_list li:hover a {
    color: #cc0000
}

.marginbottm {
    margin-bottom: 40px
}