@charset "utf-8";

body {
    color: #505050;
    /* background: url(../images/waz_banner.jpg) center 50px no-repeat */
}

a {
    color: #505050;
}

h1,
h3 {
    overflow: hidden;
    font-family: "Microsoft Yahei", "潞脷脤氓";
}

h1 a,
h3 a {
    color: #000;
}

h4 {
    overflow: hidden;
    font-family: "Microsoft Yahei", "潞脷脤氓";
    font-weight: normal;
}

/*初始化标签*/
html,
body,
h1,
h3,
h4,
div,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

html,
body,
img {
    border: 0;
}

i {
    font-style: normal;
}

li {
    list-style: none;
}

h1,
h3,
h4 {
    font-size: 100%;
}

a {
    cursor: pointer;
}

h1,
h3,
h4 {
    font-weight: bold
}

a,
a:hover {
    text-decoration: none;
}

body {
    font-family: microsoft yahei;
    font-size: 14px;
    color: #555;
    outline: 0;
}

a:link,
a:visited,
a:hover,
a:active {
    font-family: microsoft yahei;
    color: #555;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    padding: 0;
    background-image: url();
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    font-family: "Microsoft Yahei", Arial;
}

/* 颜色属性 */
/*top图片*/
.znjcgb {
    height: 600px;
}

/* 字体属性 */
/* 字体大小*/
/*浮动*/
.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    content: '';
}

/*start*/
.content {
    width: 1200px;
    margin: 0 auto;
}

.content .content-title {
    position: relative;
}

.content .content-title span {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    line-height: 42px;
    font-size: 16px;
}

.content .content-title span i {
    font-style: normal;
    font-weight: bold;
    margin-right: 5px;
}

.con {
    width: 100%;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.znjcgb {
    background: url(../images/gd_banner1.jpg) top center no-repeat;
    height: 300px;
    /* background-size: 100%; */
}


/*轮播图二*/

/*头题*/
/*新闻列表*/
/*头题*/
/*轮播图二*/

.con_05 .img-p-box {
    width: 600px;
    float: left;
    padding: 40px 0px;
    border-bottom: dashed 1px #858585;
}

.con_05 .left {
    width: 232px;
}

.con_05 .left img {
    width: 100%;
    height: 100%;
}

.con_05 .right {
    width: 330px;
    margin-right: 20px;
}

.con_05 .right h3 {
    font-size: 20px;
    line-height: 1.25;
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
}

.con_05 .right p {
    font-size: 15px;
    line-height: 30px;
    color: #858585;
}

.con_05 .right .tag {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    color: #999;
}

.con_03 .img-p-box {
    margin-top: 75px;
}

/* CSS Document */
/*top*/

/*footer*/

.clearfix:before,
.clearfix:after {
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.img-box {
    float: left;
    width: 448px;
    height: 252px;
    margin: 40px 26px;
    position: relative;
    overflow: hidden;

}

.img-box .pic {
    width: 448px;
    height: 252px;
}

.img-box .pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.img-box .pic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.img-box .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 5px 10px;
    color: #fff;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            to(rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.65) 100%);
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.65) 100%);
}

.img-box .title a {
    color: #fff;
    font-size: 18px;
}