/*
* @Author: Administrator
* @Date:   2017-08-15
* @Last Modified by:   Administrator
* @Last Modified time: 2017-09-08
*/

/*body,
ul,
p,
h1,
h3 {
  margin: 0;
  padding: 0;
}
ul{ list-style: none; }
body {
  background: url(../images/main_bg.gif) left top repeat;
  font: 14px/1.5 Arial, '微软雅黑', sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *+height: 1%;
}*/
body {
  background: url(../images/main_bg.gif) left top repeat;
  background-color: #fbf6ef;
}
.header{
  background-color: #c51b1e;
  height: 72px;
}
.header .inner{
  margin:0 auto;
  width: 1200px;
}
.header .logo{
  float: left;
}
.header .nav{
  margin-left: 30px !important;
    margin-top: 15px !important;
    float: left!important;
    width: auto!important;
	background:none!important;
}
.header .nav>li{
  float: left;
  position: relative;
}
.header .nav>li>a{
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
}

#main_nav li ul {
  position: absolute;
  top: 30px;
  left: 1px;
  display: none;
  z-index:999;
}
#main_nav ul li .current1{
  width:104px;
  margin-top:5px;
  padding:25px 0 10px 0;
  text-align: center;
  background:url(../images/nav_arrow1.png) center 5px no-repeat;
}
#main_nav ul li .current1>li{
  width:100%;
}
#main_nav li ul li{
  height:40px;
  line-height:40px;
}
#main_nav li ul li a{
  width:102px;
  height:40px;
  line-height:40px;
  display:inline-block;
  font-size:14px;
  color:#fff!important;
}
#main_nav li ul li a:hover{
  background:#fff;
  color:#ab691d!important;
}


.container {
  padding-top: 678px;
  background: url(../images/gzzt/banner.jpg) no-repeat center top;
}
.container-fwdj{
  background: url(../images/gzzt/banner-fwdj.jpg) no-repeat center top;
}
.container .inner {
  margin: 0 auto;
  width: 1200px;
}

.news-top .img {
  float: left;
  margin-right: 20px;
  width: 416px;
  height: 242px;
  overflow: hidden;
}

.news-top .img img{
  transition-duration: 0.5s;
}
.news-top .img img:hover{
   transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-top .title {
  padding-top: 10px;
  font-size: 24px;
}
.news-top .cont{
  margin-top: 20px;
  color: #888;
  line-height: 2;
}
.news-top .cont p{
  text-indent: 2em;
  font-size: 16px;
}

.zt-list{
  margin: 50px 0;
  overflow: hidden;
}
.zt-list ul{
  margin-right: -15px;
}
.zt-list li{
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 10px;
  width: 368px;
  border:dashed 1px #ccc;
}
.zt-list li .title{
  padding: 5px 0;
  font-size: 18px;
}
.zt-list li p{
  color: #888;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zt-list li p .zy{
  color: #fb0605;
}
.zt-list li .img{
  width: 368px;
  height: 165px;
  overflow:hidden;
}
.zt-list li img{
  transition-duration: 0.5s;
}
.zt-list li img:hover{
   transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.zt-list .more{
  display: none;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #a68268;
}

.bottomframe{
  width:100%;
  border-top:3px solid #c1332f;
  background:url(../images/bottom_bg.png) center top repeat;
  text-align:center;
  font-size:14px;
}
.bottomframe .bqsy{
  padding-top:50px;
  background:url(../images/bottombg.png) center top no-repeat;
  width:1200px;
  margin:0 auto;
  height: 131px;
}