body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-repeat: no-repeat;
    font-weight: normal;
    font-family: "pfdintextcondpro", "微软雅黑", "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
}

div, h1, h2, h3,h4, p, span, ul, li, input, button {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

i {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.Nav a,.ItemLoop a {
    transition: 0.3s 0.2s ease;
    -webkit-transition: 0.3s 0.2s ease;
    -moz-transition: 0.3s 0.2s ease;
}
.Header{
    width: 100%;
    height: 149px;
    overflow: hidden;
    background: url("djgz_header.jpg");
    background-repeat: no-repeat;
    background-position:center ;
}
.Nav{
    overflow: hidden;
    width: 100%;
    background: url("djgz_nav.jpg");
    background-position:center ;
    border-top: 1px #8f1200 solid;
    border-bottom: 1px #8f1200 solid;
}
.Nav div{
    width: 1003px;
    margin: 0 auto;
    height: 41px;
}
.Nav a{
    float: left;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 41px;
    width: 16.666%;
}
.Nav a:hover{
    background: #b02511;
}
.Wrap{
    width: 1003px;
    margin: 0 auto 0;
    clear: both;
    padding-top: 10px;
    overflow: hidden;
}
.News{
    width: 556px;
    height: 327px;
    overflow: hidden;
    float: left;
    background: #c4c4c4;
}

.Item-1{
    float: right;
    width: 418px;
    height: 327px;
}
.Item-1 .Title{
    width: 417px;
    height: 37px;
    border-right: 1px solid #fcdac9;
    background: url("djgz_titleBG.jpg");
    background-position: left;
}
.Item-1 .Title h1,.Item-2 .Title h1,.Item-3 .Title h1{
    float: left;
    line-height: 37px;
    color: #fff;
    font-size: 18px;
    text-indent: 10px;
}
.Item-1 .Title a,.Item-2 .Title a,.Item-3 .Title a{
    float: right;
    line-height: 37px;
    color: #7f7f7f;
    font-size: 12px;
    margin-right: 10px;
}
.Item-1 .Content{
    width: 416px;
    height: 289px;
    border: 1px solid #fcdac9;
    border-top: none;
}
.ItemLoop{
    width: 85%;
    margin: 0 auto;
}
.ItemLoop a{
    width: 80%;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    color: #797979;
    font-size: 12px;
}
.ItemLoop a:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    float: left;
    background: #cb2e17;
    margin-right: 8px;
    margin-top: 15px;
}
.ItemLoop span{
    font-size: 12px;
    color: #797979;
    line-height: 34px;
    float: right;
}
.ItemLoop a:hover{
    color: #cb2e17;
}

.Item-2{
    float: left;
    width: 327px;
    height: 327px;
    margin-right: 10px;
}
.Item-2 .Title{
    width: 326px;
    height: 37px;
    border-right: 1px solid #fcdac9;
    background: url("djgz_titleBG.jpg");
    background-position: left;
}
.Item-2 .Content{
    width: 325px;
    height: 289px;
    border: 1px solid #fcdac9;
    border-top: none;
}
.Item-3{
    float: right;
    width: 329px;
    height: 327px;
}
.Item-3 .Title{
    width: 328px;
    height: 37px;
    border-right: 1px solid #fcdac9;
    background: url("djgz_titleBG.jpg");
    background-position: left;
}
.Item-3 .Content{
    width: 327px;
    height: 289px;
    border: 1px solid #fcdac9;
    border-top: none;
}
.Link{
    width: 496px;
    overflow: hidden;
    height: 85px;
}
.Link img{
	border:0px;
}
.Link1{
    float: left;
}
.Link2{
    float: right;
}
.Footer{
    width: 100%;
    margin: 10px auto 0;
    background: #cb2e17;
}
.Footer h1{
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height:60px;
}
/*图片轮播;*/
.slides{
    overflow: hidden;
    width: 556px;
    height: 327px;
}
.flexslider {
    position: relative;
    width: 556px;
    height: 327px;
    zoom: 1;
    float: left;
}

.flexslider .slides li {
    width: 556px;
    height: 327px;
    border: none;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    z-index: 2;
    position: absolute;
    bottom: 2px;
    right: 10px;
    margin: 0;
    padding: 0px;
    /* width: 100%; */
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url("djgz_dot.png") no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}
/*.flexslider .slides a{
    text-decoration: none;
}*/
.flexslider .slides a img {
    width: 100%;
    height: 327px;
    display: block;
}
.flexslider .slides a h2 {
    margin: -30px 0 0 0px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background:rgba(0,0,0,0.6);
    background-color: #000;
    opacity: 0.6;
    z-index: 2;
    position: relative;
}