﻿@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%;
}

/**/
.i_main {
    width: 1200px;
    margin: 50px auto;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.jz_fl {
    width: 525px;
    height: 160px;
    margin: 0 0 30px 0;
    padding: 30px;
    border-radius: 8px;
    transition: all .3s;
}

.jz_fl:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: all .3s;
}

.jz_fl ul {
    width: 80%;
    padding: 15px 0
}

.jz_fl li {
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    float: left;
    width: 45%;
    text-align: left
}

.flbg1 {
    background: url("../images/flbg1.png") right center no-repeat #ffece8;
}

.flbg2 {
    background: url("../images/flbg2.png") right center no-repeat #fff9e8;
}

.flbg3 {
    background: url("../images/flbg3.png") right center no-repeat #f1ffe8;
}

.flbg4 {
    background: url("../images/flbg4.png") right center no-repeat #e8fbff;
}

.flbg1 h1 {
    background: url("../images/titleico_1.png") left center no-repeat;
    padding-left: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #bc1a01;
    height: 50px;
    line-height: 50px;
}

.flbg2 h1 {
    background: url("../images/titleico_2.png") left center no-repeat;
    padding-left: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #ac8106;
    height: 50px;
    line-height: 50px;
}

.flbg3 h1 {
    background: url("../images/titleico_3.png") left center no-repeat;
    padding-left: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #479217;
    height: 50px;
    line-height: 50px;
}

.flbg4 h1 {
    background: url("../images/titleico_4.png") left center no-repeat;
    padding-left: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #1d8095;
    height: 50px;
    line-height: 50px;
}

.qdt1 li {
    background: url("../images/ico_d1.png") left center no-repeat;
    padding: 0 0 0 3%
}

.qdt2 li {
    background: url("../images/ico_d2.png") left center no-repeat;
    padding: 0 0 0 3%
}

.qdt3 li {
    background: url("../images/ico_d3.png") left center no-repeat;
    padding: 0 0 0 3%
}

.qdt4 li {
    background: url("../images/ico_d4.png") left center no-repeat;
    padding: 0 0 0 3%
}


/**/
.i_list {
    width: 104%;
    margin: 5px auto 0 auto;
}

.i_list li {
    width: 46%;
    margin-right: 4%;
    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: 78%;
    padding-left: 2%;
    text-align: left;
    transition: all 0.2s;
    background: url("../images/ico_001.png") left center no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_list li span {
    float: right;
    color: #7d7d7d;
}

.i_list li:hover a {
    color: #cc0000
}

.marginbottm {
    margin-bottom: 40px
}
