/* reset */

html {
  -webkit-text-size-adjust: none;
}

body {
  line-height: 1.8;
  background: #fff;
}

body,
input,
textarea,
select {
  font-family: 'Microsoft YaHei', SimSun, arial, sans-serif;
  font-size: 14px;
}

body,
h1,
h2,
h3,
p,
ul,
ol,
dl,
dd,
form {
  margin: 0;
}

em,
i {
  font-style: normal;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #313131;
}

a:hover,
.plCon .tit a:hover,
.txtCon .tit a:hover {
  text-decoration: none;
  color: #c00;
}

input,
textarea,
select {
  -webkit-appearance: none;
  margin: 0;
}

button {
  background: none;
  border: none;
  -webkit-appearance: none;
}

/* layout */

.layout,
.layout1 {
  clear: both;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
  position: relative;
  z-index: 10;
}

.lay-a,
.lay-b,
.lay-c {
  float: left;
  display: inline;
}

.lay-a {
  width: 700px;
}

.lay-b {
  width: 452px;
  float: right;
}

.lay-c {
  width: 580px;
}
/* common */

.region,
.mod,
.mhd,
.mbd {
  display: block;
  clear: both;
  overflow: hidden;
  height: auto;
  content: '.';
  *zoom: 1;
}

.l {
  float: left;
}

.r {
  float: right;
}

.cl {
  clear: both;
}

.ovh {
  overflow: hidden;
}

.fw {
  font-family: Microsoft YaHei;
}

.f0 {
  font-size: 0;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f12 {
  font-size: 12px;
}

.f22 {
  font-size: 22px;
}

.f26 {
  font-size: 26px;
}

.f30 {
  font-size: 30px;
}

.b {
  font-weight: bold;
}

.tc {
  text-align: center;
}

.tit-m {
  position: absolute;
  display: block;
  overflow: hidden;
  background-color: rgba(000, 000, 000, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000);
}

.hidden {
  display: none !important;
}

.clearfix {
  display: block;
  #zoom: 1;
}

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}

.mt10 {
  margin-top: 10px;
}

.mt45 {
  margin-top: 45px;
}

.mt30 {
  margin-top: 30px;
}

.pt30 {
  padding-top: 30px;
}
.pt60 {
  padding-top: 60px;
}

.c1 {
  color: #8d8d8d;
}

.c2 {
  color: #fff;
}

.g1 {
  background: #f5f5f5;
}

.wrap {
  overflow: hidden;
  clear: both;
  width: 100%;
}

/* footer */

.footer {
  width: 100%;
  /*margin: 70px auto 0 auto;*/
 margin: 0 auto;
  clear: both;
  /*overflow: hidden;*/
  color: #000;
  font-size: 14px;
  padding: 40px 0;
  line-height: 1.8;
  text-align: center;
  background: transparent;
}

.footer a {
  color: #000;
}

.footer ul {
  width: 645px;
  margin: 0 auto;
}

.footer ul li {
  float: left;
}

.footer ul li.logo_pft {
  margin-right: 20px;
}

.gNav,
.gNav a {
  font-size: 23px;
  line-height: 64px;
}

.listDiv,
.artDiv {
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: 34px;
  overflow: hidden;
}

.list {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}

.list li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 0;
}

.list li.item:last-child {
  border-bottom: none;
}

.list li a {
  display: block;
  line-height: 1.8;
  color: #434343;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
}

.list li a:hover {
  color: #c00;
}

.list li p.des {
  padding: 8px 0 26px 0;
  font-size: 16px;
  color: #6f6f6f;
}

.list1 {
  overflow: hidden;
  width: 1000px;
  margin: 0 0 0 155px;
  padding-top: 30px;
}

.list1 li {
  float: left;
  width: 198px;
  height: 300px;
  border: 1px solid #d81400;
  margin: 0 30px 30px 0;
  padding: 0;
}

.list1 li.item:last-child {
  border-bottom: 1px solid #d81400;
}

.list1 li img {
  width: 198px;
  height: 300px;
}

.list2 {
  overflow: hidden;
  width: 1000px;
  margin: 0 0 0 127px;
  padding-top: 20px;
}

.list2 li {
  float: left;
  width: 302px;
  height: 200px;
  margin: 0 20px 20px 0;
  position: relative;
  padding: 0;
}

.list2 li img {
  width: 302px;
  height: 200px;
}

.list2 li .tit-m {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.list2 li .tit-m a {
  color: #fff;
  font-size: 14px;
}

/* custom */
.top-bar{position: relative;z-index: 3;}

/* common-header */
.top-bar{background: #1c9ade;height: 38px;line-height: 38px;color: #fff;font-size: 14px;}
.nav-site {color: #bbb;}
.top-bar a{color: #fff;}
.top-login{position: absolute; width:300px; height:38px; overflow:hidden; left:0; top:0;}
.ico-l{background: url(http://www.citygf.com/images/index2014/ico-l.png) 0 45% no-repeat;padding-left: 20px;margin-left: 15px;}
.nav-menu{margin-left: 170px;position: absolute;}
.nav-menu .item{position: relative;float: left;}
.nav-menu .cat{display: block;padding-right: 15px;line-height: 38px;}
.nav-menu .cat a{background: url(http://www.citygf.com/images/index2014/ico-d.png) right 50% no-repeat;padding: 0 15px;}
.nav-menu .cat:hover{background-color: #0088c2;}
.nav-menu .sub{position: absolute;top: 38px;display: none;background:#fff;border:1px solid #cdcdcd;box-shadow:0 0 8px #cdcdcd;padding-bottom: 10px;}
.nav-menu .sub a{display: block;width: 100px;color: #585858;font-size: 12px;padding: 0 10px;line-height: 28px;}
.nav-menu .sub a:hover{color:#252525;background:#f2f2f2;}
.nav-menu .sub i{border-bottom: 1px dashed #dcdddd;display: block;}
.top-set{position: absolute;margin-left: 900px;}
.nav-site{background: #f9f9f9;padding-left: 10px;padding-bottom: 10px;}
.nav-site a{margin-left: 5px;margin-right:5px;display: inline-block;}
#storage{ position:absolute;}
.top-bar .layout{ margin:0 auto; height:38px; position:relative;width: 1000px;}
.nav-menu .wxlist{width:330px;}
.nav-menu .wxlist li{float:left;width:110px;}
.nav-menu .wxlist a{padding:0 5px;}

.top-search{position: absolute;margin-left: 660px;_margin-top: 6px;font-size: 0;}
.top-search .keyword{width: 180px;height: 22px;vertical-align: middle;background: #e1f3fd;color: #8c9399;padding-left: 10px;line-height: 22px;border: 0;font-size: 14px;}
.top-search .submit{width: 30px;height: 24px;background: url(http://www.citygf.com/images/index2014/ico-s.png) 0 0 no-repeat;vertical-align: middle;border: 0;cursor: pointer; text-indent:-9999px;}