@charset "utf-8";
/**
 * CSS Document(公用样式表) *
 * Created by Jessie 2016/3/3
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font: 12px "Microsoft YaHei", sans-serif;
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: normal;
  font-family: "Microsoft YaHei";
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Microsoft YaHei";
}
em {
  font-style: normal;
}
table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  cellpadding: 0;
  cellspacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol,
li,
dt,
dd {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
strong {
  font-weight: bold;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dis-in-b {
  display: inline-block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.font-size-30 {
  font-size: 30px!important;
}
.mt10 {
  margin-top: 10px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.green {
  color: #5bab2c;
}
.red {
  color: #f00;
}
.orange {
  color: #ff6307;
}
.nav li {
  display: inline-block;
  float: left;
}
.rows {
  width: 100%;
}

/*新增*/
.letter-spacing-5 {
  letter-spacing: 5px;
}
.no-border {
  border: none!important;
}
.dis-b {
  display: block;
}
.img-b img {
  display: block;
  width: 100%;
  height: 100%;
}

/**
 * CSS Document(头部) *
 */
#header .header-wrapper {
  width: 1000px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
}
#header .logo {
  float: left;
  padding: 23px 0;
}
#header .logo a {
  display: inline-block;
  width: 250px;
  height: 44px;
  background: url(../images/2016gfjj_index_logo.png) no-repeat;
  text-indent: -8888px;
}

#header .nav {
  float: right;
  overflow: hidden;
  height: 100%;
}
#header .nav li {
  float: left;
  width: 135px;
  overflow: hidden;
}
#header .nav li a {
  display: block;
  line-height: 90px;
  text-align: center;
  overflow: hidden;
}
#header .nav .nav-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#header .nav-text span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #4e4e4e;
}
#header .nav-text .fade-in {
  position: absolute;
  bottom: -55px;
  left: 50%;
  padding-top: 2px;
  opacity: 0;
}
#header .nav li.current {
  background: url(../images/nav-current-bg.jpg) no-repeat;
}
#header .nav li.current .nav-text span {
  color: #fff;
}
#header .nav li.current .fade-in {
  position: static;
  opacity: 1;
}
#header .nav li.current .fade-in {
  opacity: 1;
}
#header .nav li:hover .nav-text span {
  color: #fff;
}
#header .nav li:hover .fade-in {
  opacity: 1;
}
#header .nav li:hover .fade-in {
  position: static;
  opacity: 1;
}
#header .nav li:hover {
  background: url(../images/nav-current-bg.jpg) no-repeat;
}

/**
 * CSS Document(头图) *
 */
#banner a {
  display: block;
  text-indent: -8888px;
}
/**
 

 * CSS Document(内容) *
 */
#content.list-page-content {
  background: url(../images/list-page-content-bg.jpg) no-repeat center bottom;
  padding-top: 54px;
  padding-bottom: 80px;
}
#content .wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#content .content-tab-nav {
  border-top: 1px solid #e5e5e5;
}

#content .content-tab-nav a {
  position: relative;
  display: inline-block;
  width: 121px;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  color: #333333;
  margin-top: -2px;
  margin-right: 75px;
}
#content .content-tab-nav a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  visibility: hidden;
  background-color: #ff6307;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: transform .35s ease-in-out;
     -moz-transition: transform .35s ease-in-out;
      -ms-transition: transform .35s ease-in-out;
       -o-transition: transform .35s ease-in-out;
          transition: transform .35s ease-in-out;
}
#content .content-tab-nav a:hover:before {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
#content .content-tab-nav a.current:before {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

/**
 * CSS Document(分页) *
 */
#pagination {
  width: 510px;
  margin: 0 auto;
  overflow: hidden;
}
#pagination li {
  float: left;
  margin: 0 10px;
}
#pagination li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  font-size: 14px;
  color: #9f9c9c;
}
#pagination li.active a {
  background-color: #ff6307;
  border: 1px solid #ff6307;
  color: #fff;
}
#pagination li.prev a {
  background: #fff url(../images/newsInfoDisclosure/pagination-prev-icon.png) no-repeat center center;
  text-indent: -8888px;
}
#pagination li.next a {
  background: #fff url(../images/newsInfoDisclosure/pagination-next-icon.png) no-repeat center center;
  text-indent: -8888px;
}
#pagination li.first a,
#pagination li.last a {
  padding: 0 10px;
}


/**
 * CSS Document(尾部) *
 */
#footer {
  height: 454px;
  padding-top: 16px;
  background: url(../images/footer-bg.jpg) repeat-x;
}
#footer .wrapper {
  width: 1000px;
  margin: 0 auto;
}
#footer .top-box {
  height: 179px;
  padding: 62px 0;
}
#footer .top-box > div {
  height: 152px;
}
#footer .top-box .left-box {
  float: left;
  width: 261px;
  border-right: 1px solid #eeeeee;
}
#footer .top-box .left-box .logo {
  display: inline-block;
  width: 200px;
  height: 35px;
  margin-bottom: 35px;
  background: url(../images/2016gfjj_index_foot_logo3.png) no-repeat;
  text-indent: -8888px;
}
#footer .top-box .left-box ul {
  overflow: hidden;
}
#footer .top-box .left-box li {
  float: left;
  width: 125px;
  text-align: left;
  margin-bottom: 35px;
}
#footer .top-box .left-box li a {
  display: inline-block;
  font-size: 14px;
  color: #515050;
}
#footer .top-box .left-box li a:hover {
  color: #ff6307;
}
#footer .top-box .left-box li a:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 15px;
  margin-left: 8px;
  background: url(../images/read-detail-icon.png) no-repeat;
  vertical-align: middle;
}
#footer .top-box .left-box li a:hover:after {
  background: url(../images/read-more-icon.png) no-repeat;
}
#footer .top-box .center-box {
  float: left;
  width: 306px;
  border-right: 1px solid #eeeeee;
}
#footer .top-box .right-box p,
#footer .top-box .center-box p {
  font-size: 14px;
  color: #9f9c9c;
  margin-bottom: 24px;
}
#footer .top-box .center-box p {
  padding: 0 28px;
  margin-bottom: 24px;
}
#footer .top-box .center-box .phone-number {
  line-height: 0.6;
}
#footer .top-box .right-box {
  float: left;
  width: 430px;
}
#footer .top-box .right-box p {
  padding-left: 28px;
}
#footer .bottom-box {
  height: 151px;
}
#footer .bottom-box p {
  line-height: 151px;
  font-size: 14px;
  color: #7c7c7c;
  text-align: center;
}