﻿body {
  background: url(xz-bg.png) no-repeat top center;
}
.zy-under:hover {
  text-decoration: underline;
}
/*头部*/
.header .h-logo {
  margin-top: 55px;
  margin-left: 38px;
}
.header .h-logo a {
  display: inline-block;
  width: 430px;
  height: 86px;
}
.header .h-xx {
  margin-bottom: 7px;
}
.header .h-xx .h-lx {
  margin-top: 70px;
  height: 52px;
  line-height: 52px;
}
.header .h-xx .h-lx a {
  display: flow-root;
  width: 52px;
  height: 52px;
}
.header .h-xx .h-lx span {
  display: inline-block;
  width: 242px;
  height: 52px;
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  color: #ffffff;
  margin-left: 10px;
}
.header .h-xx .h-lx .h-dh {
  height: 52px;
  margin-left: 10px;
}
.header .h-xx .h-lx .h-dh p {
  font-size: 17px;
  font-weight: normal;
  line-height: 19px;
  color: #ffffff;
}
.header .h-xx .h-lx2 {
  margin-top: 35px;
}
.header .h-xx .h-lx2 a {
  display: inline-block;
  margin-left: 6px;
  margin-right: 7px;
}
.header .h-xx .h-lx2 a img {
  width: 48px;
  height: 48px;
  margin-right: 9px;
}
.header .h-xx .h-lx2 a span {
  display: inline-block;
  width: 30px;
  height: 32px;
  font-size: 15px;
  font-weight: normal;
  line-height: 17px;
  color: #ffffff;
  vertical-align: middle;
}
.header .h-xx .h-lx2 a:hover span {
  text-decoration: underline;
}
.header .h-xx .h-lx2 .sousuo {
  display: inline-block;
  position: relative;
  margin-left: 13px;
}
.header .h-xx .h-lx2 .sousuo input {
  width: 160px;
  height: 48px;
  line-height: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 60px;
}
.header .h-xx .h-lx2 .sousuo .ss {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: #e6b848;
  position: absolute;
  right: 6px;
  top: 5px;
  border-radius: 50%;
}
.header .h-xx .h-lx2 .sousuo .ss img {
  width: 18px;
  height: 18px;
  margin: 10px;
}
.header .nav {
  height: 61px;
  position: relative;
}
.header .nav ul {
  width: 1200px;
  position: absolute;
  top: 13px;
}
.header .nav ul li {
  width: 20%;
  box-sizing: border-box;
  height: 48px;
  background: url(xz-navlibg.png) no-repeat -7px bottom;
  text-align: center;
  background-color: #ffffff;
}
.header .nav ul li a {
  display: inline-block;
  box-sizing: border-box;
  height: 48px;
  font-size: 18px;
  font-weight: normal;
  line-height: 48px;
  padding-left: 40px;
  color: #333333;
}
.header .nav ul li .nav0 {
  background: url(xz-nav0.png) no-repeat 0px center;
}
.header .nav ul li .nav1 {
  background: url(xz-nav1.png) no-repeat 0px center;
}
.header .nav ul li .nav2 {
  background: url(xz-nav2.png) no-repeat 0px center;
}
.header .nav ul li .nav3 {
  background: url(xz-nav3.png) no-repeat 0px center;
}
.header .nav ul li .nav4 {
  background: url(xz-nav4.png) no-repeat 0px center;
}
.header .nav ul li:first-child {
  border-top-left-radius: 15px;
}
.header .nav ul li:last-child {
  border-top-right-radius: 15px;
}
.header .nav ul li.cur,
.header .nav ul li:hover {
  height: 61px;
  background: none;
  margin-top: 0;
  background-color: #ffffff;
  margin-top: -8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 15%;
}
.header .nav ul li.cur a,
.header .nav ul li:hover a {
  display: inline-block;
  height: 61px;
  font-size: 20px;
  color: #305abf;
  font-weight: bold;
  line-height: 61px;
}
.header .nav ul li:last-child:hover,
.header .nav ul li:last-child.cur {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* 下拉*/
.cm-drop {
  background-color: #f2f2f2;
  height: 54px;
  line-height: 54px;
  font-size: 15px;
}
.cm-drop .dropdown-menu2 {
  position: absolute;
  display: none;
  width: 100px;
  height: 120px;
  color: #333333;
  border: 1px solid #ededed;
  background: #ffffff;
  overflow-y: auto;
  font-size: 13px;
  z-index: 999;
}
.cm-drop .dropdown-menu2 li {
  width: 100%;
  padding-left: 5px;
  line-height: 30px;
}
.cm-drop .dropdown-menu2 li:hover {
  background-color: #ededed;
}
.cm-drop .dropdown-menu2:first-child {
  display: block;
}
.cm-drop .drop-select2 {
  position: relative;
  width: 100px;
  height: 30px;
  margin-left: 63px;
}
.cm-drop .drop-select2 p {
  text-align: right;
  cursor: pointer;
}
.cm-drop .drop-select2 .arrow-icon {
  display: inline-block;
  width: 10px;
  height: 5px;
  background: url(xz-dp.png) no-repeat center;
  margin-left: 10px;
  transition: 1s;
  -webkit-transition: 1s;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.cm-drop .drop-select2 .arrow-icon.cur {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.cm-drop .tit {
  color: #333333;
}
.drop-select2:first-child {
  margin-left: 78px;
}
/*尾部 */
.foot {
  width: 100%;
}
.foot .f-c1 {
  height: 45px;
  background-color: #3a68d1;
}
.foot .f-c1 .f-center {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.foot .f-c1 .f-center a {
  display: inline-block;
  max-width: 70px;
  font-size: 14px;
  font-weight: normal;
  line-height: 45px;
  color: #ffffff;
}
.foot .f-c1 .f-center span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 45px;
  color: #ffffff;
  margin: 0 15px;
  vertical-align: top;
}
.foot .f-c1 .f-center a:hover {
  text-decoration: underline;
}
.foot .f-c1 .f-center span:first-child {
  display: none;
  margin: 0;
}
.foot .f-c2 {
  background-color: #ffffff;
  height: 104px;
}
.foot .f-c2 .ck {
  position: relative;
  height: 100%;
  padding-top: 20px;
}
.foot .f-c2 .ck .dz {
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 56px;
  top: 20px;
  left: 32px;
}
.foot .f-c2 .ck .jc {
  display: inline-block;
  position: absolute;
  width: 110px;
  height: 55px;
  right: 7px;
  top: 20px;
}
.foot .f-c2 .ck ul {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
.foot .f-c2 .ck ul li {
  width: 100%;
  height: 25px;
  line-height: 25px;
}
.foot .f-c2 .ck ul li span {
  font-size: 12px;
  line-height: 25px;
  color: #666666;
}
/*当前位置开始*/
.location {
  width: 100%;
  height: 65px;
  box-shadow: 0px 6px 5px #eff1f5;
  background: url(location.png) no-repeat 25px center;
  padding-left: 50px;
}
.location span {
  font-size: 14px;
  color: #333;
  line-height: 65px;
}
.location .now-location {
  font-weight: bold;
  color: #307cd2;
}
/*当前位置结束*/

.zy-under:hover {
  text-decoration: underline;
}
/*悬浮广告开始*/
/*悬浮广告结束*/
.formof {
  position: fixed;
  width: 140px;
  height: 110px;
  top: 60%;
  right: 1%;
}
.formof a {
  cursor: pointer;
}
/*信息公开开始*/
.opa:hover {
  opacity: 0.8;
}
.f-blue:hover {
  color: #307cd2;
}
.zy-main {
  box-sizing: border-box;
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 20px;
}
.zy-main a {
  cursor: pointer;
}
.zy-content {
  width: 100%;
}
.zy-content .table-hd {
  width: 1160px;
  margin-top: 35px;
}
.zy-content .table-hd .table-li {
  display: inline-block;
  box-sizing: border-box;
  width: 220px;
  height: 92px;
  border: 1px solid #c9ebff;
  border-radius: 5x;
  margin-left: 14px;
  text-align: center;
  vertical-align: middle;
}
.zy-content .table-hd .table-li:first-child {
  margin-left: 0;
}
.zy-content .table-hd .table-li a {
  box-sizing: border-box;
  width: 100%;
  height: 90px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}
.zy-content .table-hd .table-li .txt-max-4 {
  display: inline-block;
  max-width: 5rem;
  margin-top: 20px;
}
.zy-content .table-hd .table-li .txt-nowrap {
  margin-top: 30px;
}
.zy-content .table-hd .table-li:hover,
.zy-content .table-hd .cur a,
.zy-content .table-hd a:hover {
  background-color: #379fe4;
  color: #fff;
}
.zy-content .table-hd .table-li-0 {
  background: url(gkzn.png) no-repeat 20px center;
}
.zy-content .table-hd .cur .table-li-0,
.zy-content .table-hd .table-li-0:hover {
  background: url(gkzn-1.png) no-repeat 20px center;
  background-color: #379fe4;
  color: #fff;
}
.zy-content .table-hd .table-li-1:hover {
  background: url(gkzd-1.png) no-repeat 20px center;
}
.zy-content .table-hd .table-li-1 {
  background: url(gkzd.png) no-repeat 20px center;
}
.zy-content .table-hd .table-li-2 {
  background: url(gkml.png) no-repeat 20px center;
}
.zy-content .table-hd .table-li-2:hover {
  background: url(gkml-1.png) no-repeat 20px center;
}
.zy-content .table-hd .table-li-3 {
  background: url(gknb.png) no-repeat 20px center;
}
.zy-content .table-hd .table-li-3:hover {
  background: url(gknb-1.png) no-repeat 20px center;
}
.zy-content .table-hd .table-li-4 {
  background: url(ysqgk.png) no-repeat 15px center;
}
.zy-content .table-hd .table-li-4:hover {
  background: url(ysqgk-1.png) no-repeat 15px center;
}
.zy-content .table-bd {
  margin-top: 20px;
  padding-bottom: 15px;
}
.zy-content .table-bd .title-list {
  display: inline-block;
  width: 280px;
}
.zy-content .table-bd .title-list li {
  box-sizing: border-box;
  width: 280px;
  height: 50px;
  line-height: 50px;
  padding-left: 74px;
  background-color: #f3f9fe;
  margin-top: 5px;
}
.zy-content .table-bd .title-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  background: url(jiantou-1.png) no-repeat center;
}
.zy-content .table-bd .title-list li a:hover {
  color: #1c8be1;
  background: url(jiantou-2.png) no-repeat center;
}
.zy-content .table-bd .title-list li:first-child {
  margin-top: 0;
}
.zy-content .table-bd .title-list .cur a {
  color: #1c8be1;
  background: url(jiantou-2.png) no-repeat center;
}
.zy-content .table-bd .news-list {
  width: 855px;
}
.zy-content .table-bd .news-list .hd {
  width: 100%;
  height: 50px;
  background: url(news-list-hdbg.png) no-repeat center;
}
.zy-content .table-bd .news-list .hd .biaoti {
  font-size: 18px;
  color: #1c8be1;
  font-weight: bold;
  line-height: 50px;
  padding-left: 48px;
  max-width: 600px;
}
.zy-content .table-bd .news-list .hd .more {
  display: inline-block;
  width: 80px;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
  color: #41b0fa;
  background: url(more.png) no-repeat 10px center;
}
.zy-content .table-bd .news-list .hd .more:hover {
  text-decoration: underline;
}
.zy-content .table-bd .news-list .zy-news-ul .zy-news-li {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.zy-content .table-bd .news-list .zy-news-ul .zy-news-li a {
  font-size: 15px;
  color: #333;
  max-width: 710px;
  padding-left: 15px;
  background: url(news-list-icon.png) no-repeat 5px center;
}
.zy-content .table-bd .news-list .zy-news-ul .zy-news-li a:hover {
  color: #1c8be1;
}
.zy-content .table-bd .news-list .zy-news-ul .zy-news-li span {
  display: inline-block;
  width: 80px;
  text-align: center;
  color: #999;
  font-size: 15px;
}
/*信息公开结束*/
/*信件列表开始*/
.zy-main .zy-content {
  box-sizing: border-box;
  padding: 0 10px;
}
.zy-main .zy-content .hd-1 {
  width: 100%;
  height: 50px;
  background: url(xjcx-logo.png) no-repeat 0 center;
  color: #2775cc;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  padding-left: 47px;
}
.zy-main .zy-content .btn-box {
  width: 100%;
  height: 60px;
  background-color: #f7f7f7;
}
.zy-main .zy-content .btn-box button.xjcx {
  box-sizing: border-box;
  width: 150px;
  height: 60px;
  border-radius: 8px;
  font-size: 16px;
  padding-left: 57px;
  color: #fff;
  font-weight: bold;
  background: url(xjcx-bg.png) no-repeat center;
  outline-style: none;
}
.zy-main .zy-content .btn-box input.name,
.zy-main .zy-content .btn-box input.code {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding-left: 20px;
  vertical-align: middle;
  margin-top: 15px;
}
.zy-main .zy-content .btn-box input.name {
  display: inline-block;
  width: 400px;
  height: 35px;
  margin-left: 37px;
}
.zy-main .zy-content .btn-box input.code {
  width: 280px;
  display: inline-block;
  margin-left: 22px;
  height: 35px;
}
.zy-main .zy-content .btn-box img.code {
  width: 70px;
  height: 35px;
  margin-top: 15px;
  margin-left: 10px;
}
.zy-main .zy-content .btn-box button.kscx {
  box-sizing: border-box;
  background-color: #fff;
  margin-left: 22px;
  margin-top: 15px;
  width: 125px;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #2775cc;
  font-weight: bold;
  outline-style: none;
}
.zy-main .zy-content .xjlb {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  border-top: 2px solid #eee;
}
.zy-main .zy-content .xjlb .xjlb-hd div {
  display: inline-block;
}
.zy-main .zy-content .xjlb .yjbh {
  width: 215px;
  box-sizing: border-box;
  padding-left: 20px;
}
.zy-main .zy-content .xjlb .zt {
  width: 500px;
  box-sizing: border-box;
  padding-left: 20px;
}
.zy-main .zy-content .xjlb .xm {
  width: 110px;
  box-sizing: border-box;
  padding-left: 20px;
}
.zy-main .zy-content .xjlb .lxrq {
  width: 170px;
  box-sizing: border-box;
  padding-left: 20px;
}
.zy-main .zy-content .xjlb .blzk {
  width: 120px;
  box-sizing: border-box;
  padding-left: 20px;
}
.zy-main .zy-content .xjlb .xjlb-hd {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #666;
}
.zy-main .zy-content .xjlb .xjlb-bd {
  width: 100%;
}
.zy-main .zy-content .xjlb .xjlb-bd .xjlb-list div {
  display: inline-block;
}
.zy-main .zy-content .xjlb .xjlb-bd .blue {
  background-color: #f4f8fb;
}
.zy-main .zy-content .xjlb .xjlb-bd .xjlb-list {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #000;
}
/*信件列表结束*/
/*网站地图开始*/
.zy-wzdt {
  padding-bottom: 30px !important;
}
.zy-wzdt .wzdt-hd {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #2775cc;
  text-align: center;
  line-height: 50px;
  background: url(wzdt-hd-bg.png) no-repeat center;
}
.zy-wzdt .wzdt-bd {
  width: 1080px;
  margin: 0 auto;
}
.zy-wzdt .wzdt-bd li {
  box-sizing: border-box;
  float: left;
  width: 20%;
  height: 50px;
  padding-left: 20px;
  background: url(wzdt-li-bg.png) no-repeat left center;
}
.zy-wzdt .wzdt-bd li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  line-height: 50px;
  font-weight: bold;
}
.zy-wzdt .wzdt-bd li:hover {
  background: url(wzdt-li-bg-1.png) no-repeat left center;
}
.zy-wzdt .wzdt-bd li:hover a {
  color: #2775cc;
}
/*网站地图结束*/
/*概览开始*/
.zy-gl {
  margin-top: 20px;
  margin-bottom: 30px;
}
.zy-gl .zy-gl-lf {
  width: 240px;
}
.zy-gl .zy-gl-lf .hd {
  height: 60px;
  background: url(gl-ul-hd-bg.png) no-repeat center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  padding-left: 35px;
}
.zy-gl .zy-gl-lf ul {
  background-color: #f5fbff;
  height: 665px;
}
.zy-gl .zy-gl-lf ul li {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background: url(gl-ul-li-bg.png) no-repeat 214px center;
}
.zy-gl .zy-gl-lf ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  padding-left: 30px;
}
.zy-gl .zy-gl-lf ul .cur,
.zy-gl .zy-gl-lf ul a:hover {
  background: url(gl-ul-li-cur.png) no-repeat center;
  color: #fff;
}
.zy-gl .zy-gl-rt {
  width: 885px;
}
.zy-gl .zy-gl-rt .hd {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  font-size: 20px;
  color: #2758a7;
  font-weight: bold;
  padding-left: 20px;
  background: url(gl-hd-bg.png) no-repeat left center;
}
.zy-gl .zy-gl-rt .bd {
  width: 100%;
  margin-top: px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e9e9e9;
}
.zy-gl .zy-gl-rt .bd li {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: url(gl-li-bg-1.png) no-repeat left center;
  padding-left: 25px;
}
.zy-gl .zy-gl-rt .bd li:first-child {
  background: url(gl-li-bg-2.png) no-repeat left 21px;
}
.zy-gl .zy-gl-rt .bd li:last-child {
  background: url(gl-li-bg-3.png) no-repeat left 4px;
}
.zy-gl .zy-gl-rt .bd li a {
  display: inline-block;
  max-width: 80%;
  font-size: 15px;
  color: #333;
}
.zy-gl .zy-gl-rt .bd li span {
  display: inline-block;
  width: 20%;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.zy-gl .zy-gl-rt .bd li .f-blue:hover {
  color: #307cd2;
}
/*概览结束*/
/*互动交流开始*/
.zy-hdjl {
  width: 100%;
  padding-bottom: 30px;
}
.zy-hdjl .zy-hdjl-hd {
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  padding-left: 45px;
  vertical-align: middle;
  background: url(xinxiang-logo.png) no-repeat left center;
}
.zy-hdjl .zy-hdjl-hd span {
  display: inline-block;
  font-size: 20px;
  color: #2775cc;
  font-weight: bold;
  line-height: 55px;
}
.zy-hdjl .zy-hdjl-hd .xjbtn {
  width: 117px;
  height: 38px;
  margin-top: 11px;
  margin-left: 10px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-left: 40px;
  font-weight: bold;
  outline-style: none;
}
.zy-hdjl .zy-hdjl-hd .wyxx {
  margin-left: 640px;
  background: url(wyxx.png) no-repeat center;
}
.zy-hdjl .zy-hdjl-hd .xjcx {
  background: url(xjcx.png) no-repeat center;
}
.zy-hdjl .zy-hdjl-hd .bjtj {
  background: url(bjtj.png) no-repeat center;
}
.zy-hdjl .zy-hdjl-list .xjlb-hd div {
  display: inline-block;
}
.zy-hdjl .zy-hdjl-list .yjbh {
  width: 215px;
  box-sizing: border-box;
  padding-left: 20px;
}
.zy-hdjl .zy-hdjl-list .zt {
  width: 500px;
  box-sizing: border-box;
  padding-left: 20px;
}
.zy-hdjl .zy-hdjl-list .xm {
  width: 110px;
  box-sizing: border-box;
  padding-left: 20px;
}
.zy-hdjl .zy-hdjl-list .lxrq {
  width: 170px;
  box-sizing: border-box;
  padding-left: 20px;
}
.zy-hdjl .zy-hdjl-list .blzk {
  width: 120px;
  box-sizing: border-box;
  padding-left: 20px;
}
.zy-hdjl .zy-hdjl-list .xjlb-hd {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #666;
}
.zy-hdjl .zy-hdjl-list .xjlb-bd {
  width: 100%;
}
.zy-hdjl .zy-hdjl-list .xjlb-bd .xjlb-list div {
  display: inline-block;
}
.zy-hdjl .zy-hdjl-list .xjlb-bd .blue {
  background-color: #f4f8fb;
}
.zy-hdjl .zy-hdjl-list .xjlb-bd .xjlb-list {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #000;
}
.zy-hdjl .zy-hdjl-ft {
  width: 100%;
}
.zy-hdjl .zy-hdjl-ft .hd1 {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding-left: 50px;
}
.zy-hdjl .zy-hdjl-ft .hd1 a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 80px;
}
.zy-hdjl .zy-hdjl-ft .hd1 a:hover {
  text-decoration: underline;
}
.zy-hdjl .zy-hdjl-ft .zxft {
  width: 740px;
}
.zy-hdjl .zy-hdjl-ft .zxft .hd1 {
  background: url(zxft.png) no-repeat left center;
}
.zy-hdjl .zy-hdjl-ft .zxft .bd1 .imgbox {
  width: 320px;
  height: 190px;
  margin-left: 20px;
}
.zy-hdjl .zy-hdjl-ft .zxft .bd1 .table-box {
  width: 365px;
}
.zy-hdjl .zy-hdjl-ft .zxft .bd1 .table-box table .lf-td {
  box-sizing: border-box;
  display: inline-block;
  width: 75px;
  padding-right: 10px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  vertical-align: top;
  text-align-last: justify;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.zy-hdjl .zy-hdjl-ft .zxft .bd1 .table-box table .rt-td {
  display: inline-block;
  width: 280px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.zy-hdjl .zy-hdjl-ft .zxft .bd1 .table-box table tr {
  display: block;
  margin-top: 10px;
}
.zy-hdjl .zy-hdjl-ft .zxft .bd1 .table-box table tr:first-child {
  margin-top: 0;
}
.zy-hdjl .zy-hdjl-ft .dczj {
  width: 400px;
}
.zy-hdjl .zy-hdjl-ft .dczj .hd1 {
  background: url(dczj.png) no-repeat left center;
}
.zy-hdjl .zy-hdjl-ft .dczj .bd1 li {
  width: 100%;
  height: 35px;
  background: url(zjdc-li-1.png) no-repeat 4px center;
}
.zy-hdjl .zy-hdjl-ft .dczj .bd1 li a {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
  line-height: 35px;
}
.zy-hdjl .zy-hdjl-ft .dczj .bd1 li:hover {
  background: url(zjdc-li-2.png) no-repeat 2px center;
}
.zy-hdjl .zy-hdjl-ft .dczj .bd1 li:hover a {
  color: #307cd2;
}
/*互动交流结束*/
/*细览开始*/
.zy-xl {
  margin-top: 20px;
  margin-bottom: 30px;
}
.zy-xl .zy-gl-lf {
  width: 240px;
}
.zy-xl .zy-gl-lf .hd {
  height: 60px;
  background: url(gl-ul-hd-bg.png) no-repeat center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  padding-left: 35px;
}
.zy-xl .zy-gl-lf ul {
  background-color: #f5fbff;
  height: auto;
}
.zy-xl .zy-gl-lf ul li {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background: url(gl-ul-li-bg.png) no-repeat 214px center;
}
.zy-xl .zy-gl-lf ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  padding-left: 30px;
}
.zy-xl .zy-gl-lf ul .cur,
.zy-xl .zy-gl-lf ul a:hover {
  background: url(gl-ul-li-cur.png) no-repeat center;
  color: #fff;
}
.zy-xl .zy-gl-rt {
  width: 885px;
}
.zy-xl .zy-gl-rt .hd {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.zy-xl .zy-gl-rt .hd .hd1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 60px;
}
.zy-xl .zy-gl-rt .hd .hd2 {
  box-sizing: border-box;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
}
.zy-xl .zy-gl-rt .hd .hd2 span {
  font-size: 14px;
  color: #333;
}
.zy-xl .zy-gl-rt .hd .hd2 .zy-box {
  max-width: 90%;
  display: inline-block;
}
.zy-xl .zy-gl-rt .hd .hd2 .date,
.zy-xl .zy-gl-rt .hd .hd2 .from {
  padding: 0 10px;
}
.zy-xl .zy-gl-rt .hd .hd2 .from span {
  display: inline-block;
  height: 50px;
}
.zy-xl .zy-gl-rt .hd .hd2 .from .span1 {
  width: 42px;
}
.zy-xl .zy-gl-rt .hd .hd2 .from .span2 {
  max-width: 400px;
}
.zy-xl .zy-gl-rt .hd .hd2 .size {
  width: 152px;
  height: 32px;
  margin-top: 9px;
  line-height: 32px;
  background: url(font-size-bg.png) no-repeat center;
}
.zy-xl .zy-gl-rt .hd .hd2 .size span {
  font-size: 16px;
}
.zy-xl .zy-gl-rt .hd .hd2 .size span:hover {
  text-decoration: underline;
}
.zy-xl .zy-gl-rt .hd .hd2 .size .span3 {
  color: #333;
}
.zy-xl .zy-gl-rt .hd .hd2 .size .span4 {
  color: #3354a2;
}
.zy-xl .zy-gl-rt .bd {
  width: 100%;
}
.zy-xl .zy-gl-rt .bd .bd-img {
  display: inline-block;
  width: 800px;
  height: 450px;
  margin-left: 30px;
}
.zy-xl .zy-gl-rt .bd p {
  font-weight: normal;
  text-indent: 2rem;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  padding: 10px 10px;
}
.zy-xl .zy-gl-rt .share-box {
  width: 100%;
  height: 50px;
}
.zy-xl .zy-gl-rt .share {
  width: 380px;
  height: 50px;
}
.zy-xl .zy-gl-rt .share span {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 36px;
  color: #333;
}
.zy-xl .zy-gl-rt .share .share-img {
  display: inline-block;
}
.zy-xl .zy-gl-rt .jgsz {
  width: 100%;
  padding: 20px 0;
  border-bottom: 2px solid #379fe4;
}
.zy-xl .zy-gl-rt .jgsz .tit {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.zy-xl .zy-gl-rt .jgsz li {
  margin-top: 20px;
}
.zy-xl .zy-gl-rt .jgsz li span {
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.zy-xl .zy-gl-rt .jgsz p {
  font-family: Simsun;
  margin-top: 20px;
  font-size: 20px;
  color: #666;
  line-height: 40px;
  letter-spacing: 3px;
}
.zy-xl .zy-gl-rt .ldxx {
  border-bottom: 1px #efefef dashed;
  padding: 5px 10px 5px 0px;
}
.zy-xl .zy-gl-rt .ldxx .lf {
  width: 200px;
}
.zy-xl .zy-gl-rt .ldxx .lf a {
  display: inline-block;
  width: 140px;
  border: 1px solid #efefef;
}
.zy-xl .zy-gl-rt .ldxx .lf a img {
  width: 140px;
}
.zy-xl .zy-gl-rt .ldxx .rt {
  width: 670px;
}
.zy-xl .zy-gl-rt .ldxx .rt span {
  display: inline-block;
  margin-top: 10px;
  font-family: Simsun;
  font-size: 20px;
  color: #666;
  font-weight: bold;
}
.zy-xl .zy-gl-rt .ldxx .rt p {
  margin-top: 20px;
  font-family: Simsun;
  font-size: 20px;
  color: #666;
  letter-spacing: 4px;
}
/*细览结束*/
/*页码样式*/
.cm-page a.cur,
.cm-page a:hover {
  background-color: #2876cd;
}

.bd {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.ml25 {
  margin-left: 25px;
}
.mr20 {
  margin-right: 20px;
}
.ml15 {
  margin-left: 15px;
}
.bd {
  font-weight: bold;
}
.ga-con {
  background-color: #ffffff;
}
.ga-con .ga-con1 {
  width: 100%;
  height: 100px;
}
.ga-con .ga-con1 .ga-t {
  height: 100px;
}
.ga-con .ga-con1 .ga-t .news-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ga-con .ga-con1 .ga-t .news-box a {
  display: inline-block;
  font-size: 33px;
  color: #002b6f;
}
.ga-con .ga-con1 .ga-t .news-box a:hover {
  text-decoration: underline;
}
.ga-con .ga-con1 .ga-t .news-box .tit {
  line-height: 60px;
  max-width: 1000px;
  text-align: center;
}
.ga-con .ga-con1 .ga-t .news-box p {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #7a7a7a;
  cursor: pointer;
}
.ga-con .ga-lb {
  width: 1160px;
  margin: 0 auto;
  margin-top: 20px;
}
.ga-con .ga-lb .banner1 {
  width: 680px;
  height: 384px;
}
.ga-con .ga-lb .banner1 .cm-banner-text {
  height: 55px;
  line-height: 55px;
  background: url(banTxtBg.png) no-repeat bottom center;
}
.ga-con .ga-lb .banner1 .cm-banner-text p a {
  display: inline-block;
  font-size: 18px;
  max-width: 480px;
  color: #fff;
}
.ga-con .ga-lb .banner1 .cm-banner-text p a:hover {
  text-decoration: underline;
}
.ga-con .ga-lb .banner1 .cm-banner-btn span {
  background: #737272;
}
.ga-con .ga-lb .banner1 .cm-banner-btn span.cur {
  background: #fff;
}
.ga-con .ga-lb .con-tab1 {
  width: 462px;
}
.ga-con .ga-lb .con-tab1 .com-tabPanel {
  width: 460px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(28, 96, 215, 0.2);
  border-radius: 20px;
}
.ga-con .ga-lb .con-tab1 .com-tabPanel a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #333333;
  padding: 0 23px;
  background: url(sy-qhrbg.png) no-repeat right center;
}
.ga-con .ga-lb .con-tab1 .com-tabPanel a:last-child {
  background: none;
}
.ga-con .ga-lb .con-tab1 .com-tabPanel a.cur,
.ga-con .ga-lb .con-tab1 .com-tabPanel a:hover {
  display: inline-block;
  height: 46px;
  background: url(sy-qhrbgo.png) no-repeat top center;
  color: #ffffff;
}
.ga-con .ga-lb .con-tab1 .tabContent .syqh1 {
  background: url(sy-qhul.png) no-repeat 4px center;
}
.ga-con .ga-lb .con-tab1 .tabContent .syqh1 li {
  height: 35px;
  line-height: 35px;
  background: url(sy-qhlibg.png) no-repeat 2px center;
}
.ga-con .ga-lb .con-tab1 .tabContent .syqh1 li a {
  display: inline-block;
  max-width: 395px;
}
.ga-con .ga-lb .con-tab1 .tabContent .syqh1 li .new {
  padding-left: 55px;
  background: url(sy-linew.png) no-repeat 17px center;
}
.ga-con .ga-lb .con-tab1 .tabContent .syqh1 li span {
  font-size: 12px;
}
.ga-con .ga-lb .con-tab1 .tabContent .syqh1 li:hover {
  background: url(sy-qhlibgo.png) no-repeat 0px center;
}
.ga-con .ga-lb .con-tab1 .tabContent .syqh1 li:hover a {
  color: #2858a7;
}
.ga-con .ga-lb .con-tab1 .sy-link {
  height: 70px;
  margin-top: 15px;
}
.ga-con .ga-lb .con-tab1 .sy-link a {
  display: inline-block;
  width: 225px;
  height: 70px;
}
.ga-con .ga-lb .con-tab1 .sy-link a:hover {
  opacity: 0.75;
}
.ga-con .ga-lb .con-tab1 .sy-link a:first-child {
  margin-right: 10px;
}
.ga-con .con-tab2 {
  width: 1160px;
  margin: 0 auto;
}
.ga-con .con-tab2 .tabPanel {
  height: 63px;
  background: url(sy-qhbg.png) no-repeat top center;
  margin-top: 21px;
  border-top: 1px solid #bedfff;
  border-left: 1px solid #bedfff;
  border-right: 1px solid #bedfff;
  box-sizing: border-box;
}
.ga-con .con-tab2 .tabPanel a {
  display: inline-block;
  width: 386px;
  height: 63px;
  font-size: 18px;
  font-weight: normal;
  line-height: 63px;
  color: #333333;
  padding-left: 178px;
  border-right: 1px solid #bedfff;
  box-sizing: border-box;
}
.ga-con .con-tab2 .tabPanel .qt0 {
  background: url(sy-qt0.png) no-repeat 129px 23px;
}
.ga-con .con-tab2 .tabPanel .qt1 {
  background: url(sy-qt1.png) no-repeat 131px 23px;
  background-size: 26px 26px;
}
.ga-con .con-tab2 .tabPanel .qt2 {
  background: url(sy-qt2.png) no-repeat 134px 23px;
  background-size: 28px 26px;
}
.ga-con .con-tab2 .tabPanel a:hover,
.ga-con .con-tab2 .tabPanel a.cur {
  background-color: #fff;
  border-top: 2px solid #0075d8;
  box-sizing: border-box;
}
.ga-con .con-tab2 .tabContent {
  height: 330px;
  background-color: #fff;
}
.ga-con .con-tab2 .tabContent .zw1 {
  width: 300px;
  margin-top: 10px;
}
.ga-con .con-tab2 .tabContent .zw1 a {
  display: inline-block;
  width: 92px;
  height: 92px;
  margin-right: 8px;
  text-align: center;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1px solid #ebf1fc;
  box-sizing: border-box;
}
.ga-con .con-tab2 .tabContent .zw1 a span {
  display: inline-block;
  width: 92px;
  margin-top: 15px;
  font-size: 12px;
  color: #333333;
}
.ga-con .con-tab2 .tabContent .zw1 a img {
  margin-top: 16px;
}
.ga-con .con-tab2 .tabContent .zw1 a:hover span {
  text-decoration: underline;
}
.ga-con .con-tab2 .tabContent .zw2 {
  margin-top: 10px;
  width: 535px;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabPanel2 {
  height: 44px;
  border-bottom: 1px solid #cadff5;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabPanel2 .panel {
  display: inline-block;
  padding: 0 15px;
  height: 44px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  margin-right: 20px;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabPanel2 .panel.cur,
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabPanel2 .panel:hover {
  color: #2858a7;
  font-weight: bold;
  border-bottom: 3px solid #0c77e8;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabPanel2 .more {
  display: inline-block;
  height: 44px;
  width: 44px;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabPanel2 .more img {
  margin-top: 10px;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabPanel2 .more span {
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  color: #333333;
  height: 44px;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabPanel2 .more:hover span {
  color: #2858a7;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabContent2 .tabItem {
  margin-top: 5px;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabContent2 .tabItem ul {
  background: url(sy-zwul2bg.png) no-repeat 7px center;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabContent2 .tabItem ul li {
  height: 30px;
  line-height: 30px;
  background: url(sy-zwlibg.png) no-repeat 3px center;
  padding-left: 21px;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabContent2 .tabItem ul li a {
  display: inline-block;
  max-width: 380px;
  font-size: 13px;
  line-height: 30px;
  color: #333333;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabContent2 .tabItem ul li span {
  font-size: 13px;
  line-height: 30px;
  color: #999999;
  margin-right: 6px;
}
.ga-con .con-tab2 .tabContent .zw2 .zwtab .tabContent2 .tabItem ul li:hover a {
  color: #2858a7;
}
.ga-con .con-tab2 .tabContent .zw3 {
  width: 295px;
  margin-top: 10px;
  margin-left: 20px;
}
.ga-con .con-tab2 .tabContent .zw3 .zwgk {
  display: inline-block;
  width: 295px;
  height: 40px;
  margin-top: 5px;
  background: url(sy-zwabg.png) no-repeat center;
}
.ga-con .con-tab2 .tabContent .zw3 .zwgk img {
  margin-left: 30px;
}
.ga-con .con-tab2 .tabContent .zw3 .zwgk span {
  display: inline-block;
  height: 40px;
  font-size: 12px;
  color: #333333;
  margin-left: 20px;
  vertical-align: middle;
  line-height: 40px;
}
.ga-con .con-tab2 .tabContent .zw3 .zwgk:hover span {
  text-decoration: underline;
}
.ga-con .con-tab2 .tabContent .zw3 .zw2 {
  width: 295px;
  height: 56px;
  line-height: 56px;
  background: url(sy-zwa2.png) no-repeat 2px center;
  padding-left: 8px;
}
.ga-con .con-tab2 .tabContent .zw3 .zw2 a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin: 0 8px;
}
.ga-con .con-tab2 .tabContent .zw3 .zw2 span {
  font-size: 13px;
  color: #fff;
}
.ga-con .con-tab2 .tabContent .zw3 .zw2 a:hover {
  text-decoration: underline;
}
.ga-con .con-tab2 .tabContent .zw2n {
  width: 360px;
  margin-left: 25px;
  margin-top: 10px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabPanel2 {
  height: 44px;
  border-bottom: 1px solid #cadff5;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabPanel2 .panel {
  display: inline-block;
  padding: 0 15px;
  height: 44px;
  font-size: 16px;
  line-height: 30px;
  color: #2858a7;
  text-align: center;
  margin-right: 20px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabPanel2 .panel.cur,
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabPanel2 .panel:hover {
  color: #2858a7;
  font-weight: bold;
  border-bottom: 3px solid #0c77e8;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabPanel2 .more {
  display: inline-block;
  height: 44px;
  width: 44px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabPanel2 .more img {
  margin-top: 10px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabPanel2 .more span {
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  color: #333333;
  height: 44px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabPanel2 .more:hover span {
  color: #2858a7;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem {
  margin-top: 10px;
  display: none;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul li {
  height: 30px;
  line-height: 30px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul li a {
  display: inline-block;
  max-width: 350px;
  font-size: 13px;
  line-height: 30px;
  color: #333333;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul li span {
  font-size: 13px;
  line-height: 30px;
  color: #999999;
  margin-right: 6px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul li:hover a {
  color: #2858a7;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul .xxt {
  height: 36px;
  background-color: #f8f8f8;
  line-height: 36px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul .xxt .w250 {
  width: 250px;
  margin-right: 30px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul .xxt a {
  display: inline-block;
  max-width: 250px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul .xxt span {
  display: inline-block;
  width: 30px;
  font-size: 12px;
  color: #333333;
  vertical-align: top;
  line-height: 36px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul .xxt .lx {
  color: #666666;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul .xxc {
  height: 30px;
  line-height: 30px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul .xxc .w250 {
  width: 250px;
  margin-right: 30px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul .xxc a {
  display: inline-block;
  max-width: 250px;
  margin-right: 30px;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul .xxc span {
  display: inline-block;
  width: 30px;
  font-size: 12px;
  color: #333333;
  vertical-align: top;
}
.ga-con .con-tab2 .tabContent .zw2n .zwtab .tabContent2 .tabItem ul .xxc .lx {
  color: #666666;
}
.ga-con .con-tab2 .tabContent .zw2n:first-child {
  margin-left: 0;
  width: 390px;
}
.ga-con .ztzl {
  width: 1160px;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 100px;
  border: 1px solid #aecce8;
}
.ga-con .ztzl .hd {
  box-sizing: border-box;
  width: 40px;
  height: 100%;
  padding: 5px 10px;
  text-align: center;
  border-right: 1px solid #aecce8;
}
.ga-con .ztzl .hd a {
  font-size: 16px;
  font-weight: bold;
  color: #2394d2;
  vertical-align: middle;
}
.ga-con .ztzl .bd {
  box-sizing: border-box;
  width: 1115px;
  height: 100px;
}
.ga-con .ztzl .bd .ban-more-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ga-con .ztzl .bd .ban-more-box .ban-more-img {
  width: 1100px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ga-con .ztzl .bd .ban-more-box .ban-more-img p {
  float: left;
  width: 255px;
  height: 100px;
  overflow: hidden;
  /*margin    :0 10px;*/
  margin-left: 19px;
  vertical-align: middle;
}
.ga-con .ztzl .bd .ban-more-box .ban-more-img p .img-link {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  padding: 10px 0;
}
.ga-con .ztzl .bd .ban-more-box .ban-more-img p .img-link img {
  display: block;
  width: 100%;
}
.ga-con .ztzl .bd .ban-more-box .ban-more-img p .img-tit {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 1.5;
  text-align: center;
  display: block;
  line-height: 100px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.ga-con .ztzl .bd .ban-more-box .ban-more-btn {
  width: 30px;
  height: 50px;
  position: absolute;
  top: 25%;
  border-radius: 5px;
  opacity: 0.8;
  background-color: #3678d8;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
.ga-con .ztzl .bd .ban-more-box:hover .ban-more-btn {
  display: block;
}
.ga-con .ztzl .bd .ban-more-left {
  left: 1px;
}
.ga-con .ztzl .bd .ban-more-right {
  right: 1px;
}
.ga-con .jywh {
  width: 1160px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ga-con .jywh .hd {
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #efefef;
  background: url(jywh.png) no-repeat left center;
  padding-left: 40px;
}
.ga-con .jywh .hd a {
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  color: #2394d2;
  vertical-align: middle;
}
.ga-con .jywh .bd {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  margin-top: 15px;
}
.ga-con .jywh .bd .ban-more-box1 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: solid 1px #efefef;
}
.ga-con .jywh .bd .ban-more-box1 .ban-more-img1 {
  width: 1100px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ga-con .jywh .bd .ban-more-box1 .ban-more-img1 p {
  float: left;
  width: 280px;
  height: 230px;
  overflow: hidden;
  /*margin    :0 10px;*/
  margin-right: 20px;
}
.ga-con .jywh .bd .ban-more-box1 .ban-more-img1 p .img-link1 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.ga-con .jywh .bd .ban-more-box1 .ban-more-img1 p .img-link1 img {
  display: block;
  width: 100%;
  height: 100%;
}
.ga-con .jywh .bd .ban-more-box1 .ban-more-img1 p .img-tit1 {
  position: absolute;
  height: 30px;
  width: 100%;
  top: 170px;
  padding: 0 10px;
  background-color: #333;
  font-weight: normal;
  opacity: 0.8;
  text-align: left;
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.ga-con .jywh .bd .ban-more-box1 .ban-more-btn1 {
  width: 30px;
  height: 50px;
  position: absolute;
  top: 30%;
  border-radius: 5px;
  opacity: 0.8;
  background-color: #3678d8;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
.ga-con .jywh .bd .ban-more-box1:hover .ban-more-btn1 {
  display: block;
}
.ga-con .jywh .bd .ban-more-left1 {
  left: 1px;
}
.ga-con .jywh .bd .ban-more-right1 {
  right: 1px;
}
.xx-con {
  background: url(ga-xxbg.png) no-repeat top center;
  width: 1140px;
  height: 1053px;
  background-color: #ffffff;
  border-radius: 25px;
  padding-top: 10px;
  margin-bottom: 41px;
}
.xx-con .conc {
  width: 1020px;
  margin: 0 auto;
}
.xx-con .conc .xxtit {
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  font-weight: normal;
  color: #4084dd;
  margin-top: 32px;
  font-weight: bold;
  margin-bottom: 25px;
  background: url(ga-xxtbg.png) no-repeat center;
}
.xx-con .conc p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.xx-con .conc table {
  width: 100%;
  border: solid 1px #bcddf4;
  background-color: #fff;
  height: 119px;
  margin-bottom: 11px;
  table-layout: fixed;
}
.xx-con .conc table tr {
  width: 60px;
}
.xx-con .conc table .xfr {
  width: 187px;
  border: solid 1px #bcddf4;
  box-sizing: border-box;
}
.xx-con .conc table th,
.xx-con .conc table td {
  text-align: center;
  height: 60px;
  font-size: 16px;
  color: #333333;
  border: solid 1px #bcddf4;
  box-sizing: border-box;
}
.xx-con .conc table th input,
.xx-con .conc table td input {
  width: 100%;
  padding: 0 10px;
}
.xx-con .conc table th textarea,
.xx-con .conc table td textarea {
  width: 95%;
  height: 100%;
  padding: 10px;
  outline-style: none;
  overflow-y: visible;
}
.xx-con .conc table th .xm,
.xx-con .conc table td .xm {
  padding-left: 10px;
  background: url(gaxx-bt.png) no-repeat left center;
}
.xx-con .conc table th a,
.xx-con .conc table td a {
  display: inline-block;
  line-height: 60px;
}
.xx-con .conc table .dx {
  text-align: left;
}
.xx-con .conc table .dx label {
  margin-left: 20px;
  margin-right: 10px;
}
.xx-con .conc table .dx label input {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: solid 1px #7d7d7d;
  padding: 0;
  border-radius: 50%;
}
.xx-con .conc table .yzm {
  text-align: left;
}
.xx-con .conc table .yzm a {
  margin-left: 23px;
}
.xx-con .conc table .yzm input {
  width: 170px;
  height: 60px;
  padding: 0 10px;
}
.xx-con .conc table .w150 {
  width: 150px;
}
.xx-con .conc table .w270 {
  width: 270px;
}
.xx-con .conc table .w690 {
  width: 690px;
}
.xx-con .conc table .h150 {
  height: 150px;
}
.xx-con .conc .mt20 {
  margin-top: 20px;
}
.xx-con .conc .bt {
  display: inline-block;
  width: 145px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #2775cc;
  border-radius: 4px;
  color: #ffffff;
  font-size: 20px;
  margin-left: 439px;
  margin-top: 10px;
}
.xx-con .conc .bt:hover {
  text-decoration: underline;
}