/**
 * CSS Document * 
 * Created by Jessie 2018/12/10.
 */
/* ==css重置样式== */
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 Arial, Helvetica, sans-serif;
  color: #333;
}
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;
}
body{margin: 0 !important;}
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;
}
/* ==布局样式== */
.rows {
  width: 100%;
}
.clearfix {
  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;
}
.mt10 {
  margin-top: 10px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav li {
  display: inline-block;
  float: left;
}
.index-bg {
  background: url("/global/201812_bg.jpg") no-repeat center top fixed;
  background-size: cover;
  padding: 66px 0 66px 0;
}
.top-bar {
  width: 100%;
  height: 46px;
  background: url("/global/201812_tm_bg.png") repeat left top;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
}
.top-bar .main {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
}
.top-bar .main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.top-bar .main .times {
  display: inline-block;
  float: left;
  font: 14px/46px "微软雅黑";
  color: #fff;
}
.top-bar .main .tblj{float: left; color: #fff; margin-left: 10px; line-height: 46px}
.top-bar .main .tblj a{margin: 0 10px; color: #fff; font-size: 14px;}
.top-bar .main .tblj a.slh{background-color: #dd0900; padding: 4px 7px; padding-top: 2px; border-radius: 5px; cursor: pointer;}
.top-bar .main ul {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
.top-bar .main ul li {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.logo-search {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  height: 150px;
  position: relative;
}
.logo-search .logo {
  display: inline-block;
  width: 492px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.logo-search .logo a {
  display: inline-block;
  width: 492px;
  height: 100px;
  background: url("/global/201812_logo.png") no-repeat;
}
.logo-search .search {
  display: inline-block;
  width: 560px;
  position: absolute;
  right: 0;
  top: 0;
}
.logo-search .search form {
  display: inline-block;
  width: 536px;
  height: 52px;
  padding-left: 22px;
  background: #fff;
  border: 1px solid #297acc;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  zoom: 1;
}
.logo-search .search form:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.logo-search .search form .sr {
  display: inline-block;
  float: left;
  width: 440px;
  border: none;
  font: 14px/52px "微软雅黑";
  color: #333;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}
.logo-search .search form .btn {
  display: inline-block;
  float: left;
  width: 96px;
  border: none;
  background: #02337f url("/global/201812_index_search_ico.png") no-repeat center center;
  height: 52px;
  cursor: pointer;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}
.logo-search .search p {
  font: 16px/24px "微软雅黑";
  color: #fff;
  text-align: center;
}
.logo-search .search p a {
  display: inline-block;
  width: 86px;
  margin: 0 0 0 10px;
  background: #424e60;
  font: 14px/24px "微软雅黑";
  color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.logo-search .search.open form {
  background: #cadff7;
}
.logo-search .search.open form .sr {
  background: #cadff7;
}
.logo-search .search.open p a {
  background: #668dbd;
}
.chengdiv {
  display: inline-block;
  height: 250px;
  width: 100%;
}
.nav-box {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
}
.nav-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav-box .nav {
  display: inline-block;
  float: left;
  width: 1140px;
}
.nav-box .nav li {
  display: inline-block;
  float: left;
  width: 189px;
  border-right: 1px solid #4b88e5;
  background: #1e6ade;
  text-align: center;
  cursor: pointer;
}
.nav-box .nav li span {
  display: inline-block;
  padding-left: 30px;
  font: 16px/60px "微软雅黑";
  color: #fff;
}
.nav-box .nav li span.ico01 {
  background: url("/global/201812_nav_ico01.png") no-repeat left center;
}
.nav-box .nav li span.ico02 {
  background: url("/global/201812_nav_ico02.png") no-repeat left center;
}
.nav-box .nav li span.ico03 {
  background: url("/global/201812_nav_ico03.png") no-repeat left center;
}
.nav-box .nav li span.ico04 {
  background: url("/global/201812_nav_ico04.png") no-repeat left center;
}
.nav-box .nav li span.ico05 {
  background: url("/global/201812_nav_ico05.png") no-repeat left center;
}
.nav-box .nav li span.ico06 {
  background: url("/global/201812_nav_ico06.png") no-repeat left center;
}
.nav-box .nav li.hover {
  background: #02337f;
}
.nav-box .nav01 li {
  display: inline-block;
  float: left;
  width: 199px;
  border-right: 1px solid #4b88e5;
  background: #1e6ade;
  text-align: center;
  cursor: pointer;
}
.nav-box .nav01 li a {
  display: inline-block;
  padding-left: 30px;
  font: 16px/60px "微软雅黑";
  color: #fff;
}
.nav-box .nav01 li a.ico01 {
  background: url("/global/201812_nav_ico01.png") no-repeat left center;
}
.nav-box .nav01 li a.ico02 {
  background: url("/global/201812_nav_ico02.png") no-repeat left center;
}
.nav-box .nav01 li a.ico03 {
  background: url("/global/201812_nav_ico03.png") no-repeat left center;
}
.nav-box .nav01 li a.ico04 {
  background: url("/global/201812_nav_ico04.png") no-repeat left center;
}
.nav-box .nav01 li a.ico05 {
  background: url("/global/201812_nav_ico05.png") no-repeat left center;
}
.nav-box .nav01 li a.ico06 {
  background: url("/global/201812_nav_ico06.png") no-repeat left center;
}
.nav-box .nav01 li:hover {
  background: #02337f;
}
.nav-box label {
  display: inline-block;
  float: right;
  width: 60px;
  height: 60px;
  background: #ffa217 url("/global/201812_nav_ico07.png") no-repeat center center;
  cursor: pointer;
}
.zx_menu_con {
  width: 1160px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  display: none;
  padding: 20px;
}
.zx_menu_con .tab_con {
  display: none;
  width: 100%;
  overflow: hidden;
}
.index-row01 {
  zoom: 1;
}
.index-row01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row01 .col-3-1 {
  width: 424px;
  float: left;
  padding-left: 0;
}
.index-row01 .col-3-2 {
  width: 423px;
  float: left;
  padding-left: 19px;
}
.index-row01 .col-3-3 {
  width: 275px;
  float: left;
  padding-left: 19px;
}
.index-row01 #focus {
  display: inline-block;
  float: left;
  width: 424px;
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index-row01 #focus ul {
  height: 300px;
  position: absolute;
}
.index-row01 #focus ul li {
  float: left;
  width: 424px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.index-row01 #focus ul li img {
  width: 424px;
  height: 300px;
}
.index-row01 #focus ul li p {
  width: 424px;
  height: 40px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.index-row01 #focus ul li p a {
  margin-left: 20px;
  font: 12px/40px Arial, Helvetica, sans-serif;
  color: #fff;
}
.index-row01 #focus ul li div {
  position: absolute;
  overflow: hidden;
}
.index-row01 #focus .btnBg {
  position: absolute;
  width: 424px;
  height: 20px;
  left: 0;
  bottom: 0;
}
.index-row01 #focus .btn {
  position: absolute;
  width: 424px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 5px;
  text-align: right;
}
.index-row01 #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.index-row01 #focus .btn span.on {
  background: #9e0001;
}
.index-row01 .tab-ul {
  zoom: 1;
  background: url("/global/201812_index_ul_bg.png") repeat-x left bottom;
}
.index-row01 .tab-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row01 .tab-ul li {
  display: inline-block;
  float: left;
  margin-right: 18px;
  padding-bottom: 1px;
  font: 16px/37px "微软雅黑";
  color: #999;
  cursor: pointer;
}
.index-row01 .tab-ul li:last-child {
  margin-right: 0;
}
.index-row01 .tab-ul li a {
  font: 16px/37px "微软雅黑";
  color: #999;
}
.index-row01 .tab-ul li.cur {
  border-bottom: 1px solid #00337e;
  padding-bottom: 0;
  color: #00337e;
}
.index-row01 .tab-ul li.cur a {
  color: #00337e;
}
.index-row01 .list {
  height: 210px;
  padding: 0;
}
.index-row01 .list li {
  height: 42px;
}
.index-row01 .list li span {
  display: inline-block;
  float: right;
  font: 14px/42px "微软雅黑";
  color: #666;
}
.index-row01 .list li a {
  display: inline-block;
  width: 76%;
  padding-left: 14px;
  background: url("/global/201812_li_ico.png") no-repeat left center;
  font: 14px/42px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-row01 .list li a:hover {
  color: #f60;
}
.index-row01 .list li {
  background: url("/global/201812_line.png") repeat-x left bottom;
}
.index-row01 .more {
  margin-top: 10px;
  height: 40px;
  background: #f5f5f5;
  text-align: center;
}
.index-row01 .more a {
  font: 16px/40px "微软雅黑";
  color: #cfcfcf;
}
.index-row01 .more a:hover {
  color: #f60;
}
.index-row01 .rbox img {
  width: 275px;
  height: 145px;
}
.index-row02 {
  margin-top: 20px;
  zoom: 1;
}
.index-row02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row02 .col-3-1 {
  width: 424px;
  float: left;
  padding-left: 0;
}
.index-row02 .col-3-2 {
  width: 423px;
  float: left;
  padding-left: 19px;
}
.index-row02 .col-3-3 {
  width: 275px;
  float: left;
  padding-left: 19px;
}
.index-row02 h2 {
  border-bottom: 1px solid #00337e;
  zoom: 1;
  background: url("/global/201812_index_ico01.png") no-repeat left center;
  padding-left: 25px;
  font: 16px/37px "微软雅黑";
  color: #00337e;
}
.index-row02 h2:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row02 h2 a {
  display: inline-block;
  float: right;
  font: 14px/37px "微软雅黑";
  color: #ccc;
}
.index-row02 h2 a:hover {
  color: #f60;
}
.index-row02 .ul01 li {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
.index-row02 .ul01 li .a1 {
  display: inline-block;
  width: 100%;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px/24px "微软雅黑";
  color: #333;
}
.index-row02 .ul01 li .a1:hover {
  color: #f60;
}
.index-row02 .ul01 li p {
  font: 14px/20px "微软雅黑";
  color: #999;
}
.index-row02 .ul01 li p a {
  display: inline-block;
  padding: 0 10px;
  margin-right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font: 14px/20px "微软雅黑";
  color: #fff;
}
.index-row02 .ul01 li p a:hover {
  text-decoration: underline;
}
.index-row02 .ul01 li p a.bg01 {
  background: #0c94d3;
}
.index-row02 .ul01 li p a.bg02 {
  background: #b3b3b3;
}
.index-row02 .ul01 li p a.bg03 {
  background: #ff9872;
}
.index-row02 .tab-ul {
  zoom: 1;
  background: url("/global/201812_index_ul_bg.png") repeat-x left bottom;
}
.index-row02 .tab-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row02 .tab-ul li {
  display: inline-block;
  float: left;
  margin-right: 18px;
  padding-bottom: 1px;
  cursor: pointer;
}
.index-row02 .tab-ul li:last-child {
  margin-right: 0;
}
.index-row02 .tab-ul li span {
  font: 16px/37px "微软雅黑";
  color: #999;
  padding-left: 20px;
}
.index-row02 .tab-ul li span.ico01 {
  background: url("/global/201812_index_ico02.png") no-repeat left center;
}
.index-row02 .tab-ul li span.ico02 {
  background: url("/global/201812_index_ico03.png") no-repeat left center;
}
.index-row02 .tab-ul li.cur {
  border-bottom: 1px solid #00337e;
  padding-bottom: 0;
  color: #00337e;
}
.index-row02 .tab-ul li.cur span {
  color: #00337e;
}
.index-row02 .tab-ul li.cur span.ico01 {
  background: url("/global/201812_index_ico02_h.png") no-repeat left center;
}
.index-row02 .tab-ul li.cur span.ico02 {
  background: url("/global/201812_index_ico03_h.png") no-repeat left center;
}
.index-row02 .tab-ul a {
  display: inline-block;
  float: right;
  font: 14px/37px "微软雅黑";
  color: #ccc;
}
.index-row02 .tab-ul a:hover {
  color: #f60;
}
.index-row02 .list {
  height: 265px;
  padding: 0;
}
.index-row02 .list li {
  height: 53px;
}
.index-row02 .list li span {
  display: inline-block;
  float: right;
  font: 14px/53px "微软雅黑";
  color: #666;
}
.index-row02 .list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: none;
  font: 14px/53px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-row02 .list li a:hover {
  color: #f60;
}
.index-row02 .list li {
  border-bottom: 1px solid #d9d9d9;
}
.index-row02 .list li a {
  padding-left: 0;
  width: 100%;
}
.index-row02 .tab-ul01 {
  zoom: 1;
  background: #f5f5f5;
}
.index-row02 .tab-ul01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row02 .tab-ul01 li {
  display: inline-block;
  float: left;
  width: 50%;
  cursor: pointer;
  text-align: center;
}
.index-row02 .tab-ul01 li span {
  font: 16px/34px "微软雅黑";
  color: #999;
  padding-left: 20px;
}
.index-row02 .tab-ul01 li span.ico01 {
  background: url("/global/201812_index_ico04.png") no-repeat left center;
}
.index-row02 .tab-ul01 li span.ico02 {
  background: url("/global/201812_index_ico05.png") no-repeat left center;
}
.index-row02 .tab-ul01 li.cur {
  background: #00337e;
}
.index-row02 .tab-ul01 li.cur span {
  color: #fff;
}
.index-row02 .tab-ul01 li.cur span.ico01 {
  background: url("/global/201812_index_ico04_h.png") no-repeat left center;
}
.index-row02 .tab-ul01 li.cur span.ico02 {
  background: url("/global/201812_index_ico05_h.png") no-repeat left center;
}
.index-row02 .tab-ul01 a {
  display: inline-block;
  float: right;
  font: 14px/37px "微软雅黑";
  color: #ccc;
}
.index-row02 .tab-ul01 a:hover {
  color: #f60;
}
.index-row02 .table01 {
  width: 100%;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-top: 5px;
}
.index-row02 .table01 td {
  width: 33.33%;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  vertical-align: middle;
  text-align: center;
  padding-top: 16px;
}
.index-row02 .table01 td:hover {
  background: #eee;
}
.index-row02 .table01 td a {
  display: inline-block;
  width: 100%;
  padding-top: 27px;
  font: 14px/39px "微软雅黑";
  color: #666;
}
.index-row02 .table01 td a.a1 {
  background: url("/global/201812_index_bm01.png") no-repeat center top;
}
.index-row02 .table01 td a.a2 {
  background: url("/global/201812_index_bm02.png") no-repeat center top;
}
.index-row02 .table01 td a.a3 {
  background: url("/global/201812_index_bm03.png") no-repeat center top;
}
.index-row02 .table01 td a.a4 {
  background: url("/global/201812_index_bm04.png") no-repeat center top;
}
.index-row02 .table01 td a.a5 {
  background: url("/global/201812_index_bm05.png") no-repeat center top;
}
.index-row02 .table01 td a.a6 {
  background: url("/global/201812_index_bm06.png") no-repeat center top;
}
.index-row03 {
  margin-top: 20px;
  zoom: 1;
}
.index-row03:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row03 h2 {
  display: inline-block;
  float: left;
  width: 110px;
  height: 115px;
  background: url("/global/201812_index_tit_ztzl.jpg") no-repeat;
  text-indent: -9999px;
  margin-right: 8px;
}
.index-row03 .gdpic-box {
  display: inline-block;
  float: left;
  width: 1042px;
  padding-top: 5px;
}
.index-row03 .main {
  display: inline-block;
  float: left;
  width: 1008px;
}
.index-row03 .main li {
  display: inline-block;
  float: left;
  width: 328px;
  margin-left: 8px;
}
.index-row03 .main li img {
  width: 328px;
  height: 110px;
}
.index-row03 .btn-box {
  display: inline-block;
  float: right;
  width: 24px;
}
.index-row03 .btn-box a {
  display: inline-block;
  width: 24px;
  height: 52px;
}
.index-row03 .btn-box a.pre {
  background: url("/global/201812_index_btn_pre.png") no-repeat;
}
.index-row03 .btn-box a.pre:hover {
  background: url("/global/201812_index_btn_pre_h.png") no-repeat;
}
.index-row03 .btn-box a.next {
  margin-top: 6px;
  background: url("/global/201812_index_btn_next.png") no-repeat;
}
.index-row03 .btn-box a.next:hover {
  background: url("/global/201812_index_btn_next_h.png") no-repeat;
}
.zwgk-con .row01 {
  zoom: 1;
}
.zwgk-con .row01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zwgk-con .row01 .col-2-1 {
  width: 570px;
  float: left;
  padding-left: 0;
}
.zwgk-con .row01 .col-2-2 {
  width: 570px;
  float: left;
  padding-left: 20px;
}
.zwgk-con .row01 .video {
  display: inline-block;
  float: left;
  width: 442px;
  position: relative;
  z-index: 1;
}
.zwgk-con .row01 .video img {
  width: 442px;
  height: 268px;
  z-index: 2;
}
.zwgk-con .row01 .video a {
  display: inline-block;
  width: 72px;
  height: 72px;
  background: url("/global/201812_zwgk_btn_play.png") no-repeat;
  position: absolute;
  left: 185px;
  top: 98px;
  z-index: 3;
}
.zwgk-con .row01 .gk-ul {
  display: inline-block;
  float: right;
  width: 120px;
}
.zwgk-con .row01 .gk-ul h2 {
  background: #00337e;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font: 16px/38px "微软雅黑";
  color: #fff;
  text-align: center;
}
.zwgk-con .row01 .gk-ul ul {
  background: #1e6ade;
}
.zwgk-con .row01 .gk-ul ul li {
  padding-left: 15px;
}
.zwgk-con .row01 .gk-ul ul li a {
  display: inline-block;
  padding-left: 48px;
  font: 14px/46px "微软雅黑";
  color: #fff;
}
.zwgk-con .row01 .gk-ul ul li a:hover {
  text-decoration: underline;
}
.zwgk-con .row01 .gk-ul ul li a.ico01 {
  background: url("/global/201812_zwgk_ico01.png") no-repeat left center;
}
.zwgk-con .row01 .gk-ul ul li a.ico02 {
  background: url("/global/201812_zwgk_ico02.png") no-repeat left center;
}
.zwgk-con .row01 .gk-ul ul li a.ico03 {
  background: url("/global/201812_zwgk_ico03.png") no-repeat left center;
}
.zwgk-con .row01 .gk-ul ul li a.ico04 {
  background: url("/global/201812_zwgk_ico04.png") no-repeat left center;
}
.zwgk-con .row01 .gk-ul ul li a.ico05 {
  background: url("/global/201812_zwgk_ico05.png") no-repeat left center;
  padding-left: 38px;
}
.zwgk-con .row01 .tit {
  font: bold 18px/20px "微软雅黑";
  color: #02337f;
  zoom: 1;
}
.zwgk-con .row01 .tit:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zwgk-con .row01 .tit a {
  display: inline-block;
  float: right;
  font: 16px/20px "微软雅黑";
  color: #ccc;
}
.zwgk-con .row01 .tit a:hover {
  color: #f60;
}
.zwgk-con .row01 .xxgk-ul {
  zoom: 1;
}
.zwgk-con .row01 .xxgk-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zwgk-con .row01 .xxgk-ul li {
  display: inline-block;
  width: 275px;
  text-align: center;
  margin-top: 12px;
}
.zwgk-con .row01 .xxgk-ul li:nth-of-type(odd) {
  float: left;
}
.zwgk-con .row01 .xxgk-ul li:nth-of-type(even) {
  float: right;
}
.zwgk-con .row01 .xxgk-ul li a {
  display: inline-block;
  width: 100%;
  background: #f5f5f5;
  font: 16px/50px "微软雅黑";
  color: #333;
}
.zwgk-con .row01 .xxgk-ul li a:hover {
  background: #1e6ade;
  color: #fff;
}
.zwgk-con .row02 {
  zoom: 1;
  margin-top: 20px;
}
.zwgk-con .row02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zwgk-con .row02 .col-2-1 {
  width: 570px;
  float: left;
  padding-left: 0;
}
.zwgk-con .row02 .col-2-2 {
  width: 570px;
  float: left;
  padding-left: 20px;
}
.zwgk-con .row02 .tab-ul {
  zoom: 1;
  background: url("/global/201812_index_ul_bg.png") repeat-x left bottom;
}
.zwgk-con .row02 .tab-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zwgk-con .row02 .tab-ul li {
  display: inline-block;
  float: left;
  margin-right: 18px;
  padding-bottom: 1px;
  font: 16px/37px "微软雅黑";
  color: #999;
  cursor: pointer;
}
.zwgk-con .row02 .tab-ul li:last-child {
  margin-right: 0;
}
.zwgk-con .row02 .tab-ul li a {
  font: 16px/37px "微软雅黑";
  color: #999;
}
.zwgk-con .row02 .tab-ul li.cur {
  border-bottom: 1px solid #00337e;
  padding-bottom: 0;
  color: #00337e;
}
.zwgk-con .row02 .tab-ul li.cur a {
  color: #00337e;
}
.zwgk-con .row02 .list {
  height: 210px;
  padding: 0;
}
.zwgk-con .row02 .list li {
  height: 42px;
}
.zwgk-con .row02 .list li span {
  display: inline-block;
  float: right;
  font: 14px/42px "微软雅黑";
  color: #666;
}
.zwgk-con .row02 .list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: none;
  font: 14px/42px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zwgk-con .row02 .list li a:hover {
  color: #f60;
}
.zwgk-con .row02 .list li {
  border-bottom: 1px solid #d9d9d9;
}
.zwgk-con .row02 .list li a {
  padding-left: 0;
  width: 100%;
}
.zwgk-con .row02 .tab-ul01 {
  zoom: 1;
  background: url("/global/201812_index_ul_bg.png") repeat-x left bottom;
}
.zwgk-con .row02 .tab-ul01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zwgk-con .row02 .tab-ul01 li {
  display: inline-block;
  float: left;
  margin-right: 18px;
  padding-bottom: 1px;
  cursor: pointer;
}
.zwgk-con .row02 .tab-ul01 li:last-child {
  margin-right: 0;
}
.zwgk-con .row02 .tab-ul01 li span {
  font: 16px/37px "微软雅黑";
  color: #999;
  padding-left: 20px;
}
.zwgk-con .row02 .tab-ul01 li span.ico01 {
  background: url("/global/201812_zwgk_ico06.png") no-repeat left center;
}
.zwgk-con .row02 .tab-ul01 li span.ico02 {
  background: url("/global/201812_zwgk_ico07.png") no-repeat left center;
}
.zwgk-con .row02 .tab-ul01 li.cur {
  border-bottom: 1px solid #00337e;
  padding-bottom: 0;
  color: #00337e;
}
.zwgk-con .row02 .tab-ul01 li.cur span {
  color: #00337e;
}
.zwgk-con .row02 .tab-ul01 li.cur span.ico01 {
  background: url("/global/201812_zwgk_ico06_h.png") no-repeat left center;
}
.zwgk-con .row02 .tab-ul01 li.cur span.ico02 {
  background: url("/global/201812_zwgk_ico07_h.png") no-repeat left center;
}
.zwgk-con .row02 .tab-ul01 a {
  display: inline-block;
  float: right;
  font: 14px/37px "微软雅黑";
  color: #ccc;
}
.zwgk-con .row02 .tab-ul01 a:hover {
  color: #f60;
}
.zwgk-con .row02 .more {
  text-align: center;
}
.zwgk-con .row02 .more a {
  font: 14px/30px "微软雅黑";
  color: #ccc;
}
.zwgk-con .row02 .more a:hover {
  color: #f60;
}
.zwgk-con .row02 .swiper-container {
  width: 100%;
  height: 235px;
}
.zwgk-con .row02 .swiper-slide {
  zoom: 1;
}
.zwgk-con .row02 .swiper-slide:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zwgk-con .row02 .swiper-slide a {
  display: inline-block;
  float: left;
  width: 110px;
  margin: 5px 0 0 5px;
  padding-top: 24px;
  height: 76px;
  background: #f5f5f5;
  text-align: center;
  font: 14px/20px "微软雅黑";
  color: #333;
}
.zwgk-con .row02 .swiper-slide a:hover {
  color: #f60;
}
.zwgk-con .row02 .swiper-slide a i {
  display: inline-block;
  height: 50px;
}
.zwgk-con .row02 .swiper-slide a:nth-of-type(1),
.zwgk-con .row02 .swiper-slide a:nth-of-type(6) {
  margin-left: 0;
}
.zwgk-con .row03 {
  zoom: 1;
  margin-top: 20px;
}
.zwgk-con .row03:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zwgk-con .row03 .col-2-1 {
  width: 570px;
  float: left;
  padding-left: 0;
}
.zwgk-con .row03 .col-2-2 {
  width: 570px;
  float: left;
  padding-left: 20px;
}
.zwgk-con .row03 .pic {
  zoom: 1;
}
.zwgk-con .row03 .pic:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zwgk-con .row03 .pic a {
  display: inline-block;
  width: 275px;
}
.zwgk-con .row03 .pic a img {
  width: 275px;
  height: 106px;
}
.zwgk-con .row03 h2 {
  display: inline-block;
  float: left;
  width: 20px;
  padding: 20px 10px;
  height: 66px;
  font: 20px/22px "微软雅黑";
  color: #fff;
  text-align: center;
  background: #1e6ade;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.zwgk-con .row03 ul {
  display: inline-block;
  float: left;
  width: 530px;
  height: 106px;
  background: #f5f5f5;
}
.zwgk-con .row03 ul li {
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
}
.zwgk-con .row03 ul li a {
  display: inline-block;
  width: 100%;
  padding-top: 22px;
  height: 84px;
  font: 14px/22px "微软雅黑";
  color: #333;
}
.zwgk-con .row03 ul li a:hover {
  background: #ededed;
}
.bsfw-con {
  zoom: 1;
}
.bsfw-con:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bsfw-con .col-2-1 {
  width: 766px;
  float: left;
  padding-left: 0;
}
.bsfw-con .col-2-2 {
  width: 374px;
  float: left;
  padding-left: 20px;
}
.bsfw-con .tab-ul {
  zoom: 1;
  background: #f5f5f5;
}
.bsfw-con .tab-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bsfw-con .tab-ul li {
  display: inline-block;
  float: left;
  width: 50%;
  cursor: pointer;
  text-align: center;
}
.bsfw-con .tab-ul li span {
  font: 16px/40px "微软雅黑";
  color: #999;
  padding-left: 20px;
}
.bsfw-con .tab-ul li span.ico01 {
  background: url("/global/201812_bsfw_ico01.png") no-repeat left center;
}
.bsfw-con .tab-ul li span.ico02 {
  background: url("/global/201812_bsfw_ico02.png") no-repeat left center;
}
.bsfw-con .tab-ul li.cur {
  background: #00337e;
}
.bsfw-con .tab-ul li.cur span {
  color: #fff;
}
.bsfw-con .tab-ul li.cur span.ico01 {
  background: url("/global/201812_bsfw_ico01_h.png") no-repeat left center;
}
.bsfw-con .tab-ul li.cur span.ico02 {
  background: url("/global/201812_bsfw_ico02_h.png") no-repeat left center;
}
.bsfw-con .tab-ul a {
  display: inline-block;
  float: right;
  font: 14px/37px "微软雅黑";
  color: #ccc;
}
.bsfw-con .tab-ul a:hover {
  color: #f60;
}
.bsfw-con .lbox01 {
  margin-top: 15px;
  zoom: 1;
}
.bsfw-con .lbox01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bsfw-con .lbox01 li {
  display: inline-block;
  float: left;
  width: 12.5%;
  background: #f5f5f5 url("/global/201812_bsfw_fgx.png") no-repeat left center;
  text-align: center;
}
.bsfw-con .lbox01 li:first-child {
  background: #f5f5f5;
}
.bsfw-con .lbox01 li a {
  display: inline-block;
  width: 100%;
  padding: 36px 0 0 0;
  font: 14px/34px "微软雅黑";
  color: #666;
}
.bsfw-con .lbox01 li a.a1 {
  background: url("/global/201812_bsfw_ico03.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li a.a2 {
  background: url("/global/201812_bsfw_ico04.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li a.a3 {
  background: url("/global/201812_bsfw_ico05.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li a.a4 {
  background: url("/global/201812_bsfw_ico06.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li a.a5 {
  background: url("/global/201812_bsfw_ico07.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li a.a6 {
  background: url("/global/201812_bsfw_ico08.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li a.a7 {
  background: url("/global/201812_bsfw_ico09.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li a.a8 {
  background: url("/global/201812_bsfw_ico10.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li:hover {
  background: #1e6ade;
}
.bsfw-con .lbox01 li:hover a {
  color: #fff;
}
.bsfw-con .lbox01 li:hover a.a1 {
  background: url("/global/201812_bsfw_ico03_h.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li:hover a.a2 {
  background: url("/global/201812_bsfw_ico04_h.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li:hover a.a3 {
  background: url("/global/201812_bsfw_ico05_h.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li:hover a.a4 {
  background: url("/global/201812_bsfw_ico06_h.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li:hover a.a5 {
  background: url("/global/201812_bsfw_ico07_h.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li:hover a.a6 {
  background: url("/global/201812_bsfw_ico08_h.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li:hover a.a7 {
  background: url("/global/201812_bsfw_ico09_h.png") no-repeat center 12px;
}
.bsfw-con .lbox01 li:hover a.a8 {
  background: url("/global/201812_bsfw_ico10_h.png") no-repeat center 12px;
}
.bsfw-con .tab-ul01 {
  height: 38px;
  background: #f5f5f5;
  zoom: 1;
}
.bsfw-con .tab-ul01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bsfw-con .tab-ul01 li {
  display: inline-block;
  float: left;
  margin-left: 20px;
  font: 14px/35px "微软雅黑";
  color: #666;
  cursor: pointer;
}
.bsfw-con .tab-ul01 li.cur {
  border-bottom: 3px solid #02337f;
  color: #02337f;
}
.bsfw-con .list {
  height: 240px;
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
  padding: 0;
}
.bsfw-con .list li {
  height: 48px;
}
.bsfw-con .list li span {
  display: inline-block;
  float: right;
  font: 14px/48px "微软雅黑";
  color: #666;
}
.bsfw-con .list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url("/global/201812_li_ico.png") no-repeat left center;
  font: 14px/48px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bsfw-con .list li a:hover {
  color: #f60;
}
.bsfw-con .list li {
  border-bottom: 1px solid #d9d9d9;
}
.bsfw-con .l-fwkx {
  display: inline-block;
  float: left;
  width: 373px;
  margin-top: 20px;
}
.bsfw-con .l-fwkx h2 {
  border-bottom: 1px solid #02337f;
  zoom: 1;
  padding-left: 22px;
  background: url("/global/201812_bsfw_ico11.png") no-repeat left center;
  font: 16px/26px "微软雅黑";
  color: #02337f;
}
.bsfw-con .l-fwkx h2:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bsfw-con .l-fwkx h2 a {
  display: inline-block;
  float: right;
  font: 14px/26px "微软雅黑";
  color: #999;
}
.bsfw-con .l-fwkx h2 a:hover {
  color: #f60;
}
.bsfw-con .l-fwkx ul {
  height: 176px;
  padding: 0;
}
.bsfw-con .l-fwkx ul li {
  height: 44px;
}
.bsfw-con .l-fwkx ul li span {
  display: inline-block;
  float: right;
  font: 14px/44px "微软雅黑";
  color: #666;
}
.bsfw-con .l-fwkx ul li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: none;
  font: 14px/44px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bsfw-con .l-fwkx ul li a:hover {
  color: #f60;
}
.bsfw-con .l-fwkx ul li {
  border-bottom: 1px solid #d9d9d9;
}
.bsfw-con .l-fwkx ul li a {
  padding-left: 0;
  width: 80%;
}
.bsfw-con .l-bmzy {
  display: inline-block;
  float: right;
  width: 373px;
  margin-top: 20px;
}
.bsfw-con .l-bmzy h2 {
  padding-left: 22px;
  background: url("/global/201812_bsfw_ico12.png") no-repeat left center;
  font: 16px/27px "微软雅黑";
  color: #02337f;
}
.bsfw-con .l-bmzy p {
  zoom: 1;
}
.bsfw-con .l-bmzy p:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bsfw-con .l-bmzy p a {
  display: inline-block;
  float: left;
  width: 117px;
  margin: 10px 0 0 10px;
  background: #f5f5f5;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  font: 16px/36px "微软雅黑";
  color: #333;
  text-align: center;
}
.bsfw-con .l-bmzy p a:hover {
  background: #1e6ade;
  color: #fff;
}
.bsfw-con .l-bmzy p a:nth-of-type(1) {
  margin: 0 0 0 0;
  width: 181px;
}
.bsfw-con .l-bmzy p a:nth-of-type(2) {
  margin: 0 0 0 10px;
  width: 181px;
}
.bsfw-con .l-bmzy p a:nth-of-type(3),
.bsfw-con .l-bmzy p a:nth-of-type(6),
.bsfw-con .l-bmzy p a:nth-of-type(10) {
  margin: 10px 0 0 0;
  width: 118px;
}
.bsfw-con .r-pic01 img {
  width: 374px;
  height: 194px;
}
.bsfw-con .r-pic02 {
  margin-top: 20px;
}
.bsfw-con .r-pic02 img {
  width: 374px;
  height: 100px;
}
.bsfw-con .r-pic03 {
  margin-top: 20px;
  zoom: 1;
}
.bsfw-con .r-pic03:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bsfw-con .r-pic03 img {
  width: 176px;
  height: 86px;
}
.bsfw-con .r-pic04 {
  margin-top: 20px;
}
.bsfw-con .r-pic04 img {
  width: 374px;
  height: 200px;
}
.hdjl-con .lbox {
  display: inline-block;
  float: left;
  width: 670px;
}
.hdjl-con .lbox .tab-ul {
  zoom: 1;
  background: #f5f5f5;
}
.hdjl-con .lbox .tab-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hdjl-con .lbox .tab-ul li {
  display: inline-block;
  float: left;
  width: 222px;
  border-left: 1px solid #fff;
  cursor: pointer;
  text-align: center;
}
.hdjl-con .lbox .tab-ul li:first-child {
  width: 224px;
  border: none;
}
.hdjl-con .lbox .tab-ul li span {
  font: 16px/44px "微软雅黑";
  color: #999;
  padding-left: 20px;
}
.hdjl-con .lbox .tab-ul li span.ico01 {
  background: url("/global/201812_hdjl_ico01.png") no-repeat left center;
}
.hdjl-con .lbox .tab-ul li span.ico02 {
  background: url("/global/201812_hdjl_ico02.png") no-repeat left center;
}
.hdjl-con .lbox .tab-ul li span.ico03 {
  background: url("/global/201812_hdjl_ico03.png") no-repeat left center;
}
.hdjl-con .lbox .tab-ul li.cur {
  background: #00337e;
}
.hdjl-con .lbox .tab-ul li.cur span {
  color: #fff;
}
.hdjl-con .lbox .tab-ul li.cur span.ico01 {
  background: url("/global/201812_hdjl_ico01_h.png") no-repeat left center;
}
.hdjl-con .lbox .tab-ul li.cur span.ico02 {
  background: url("/global/201812_hdjl_ico02_h.png") no-repeat left center;
}
.hdjl-con .lbox .tab-ul li.cur span.ico03 {
  background: url("/global/201812_hdjl_ico03_h.png") no-repeat left center;
}
.hdjl-con .lbox .tab-ul a {
  display: inline-block;
  float: right;
  font: 14px/37px "微软雅黑";
  color: #ccc;
}
.hdjl-con .lbox .tab-ul a:hover {
  color: #f60;
}
.hdjl-con .lbox .table01 {
  width: 100%;
}
.hdjl-con .lbox .table01 th {
  border-bottom: 1px solid #02337f;
  font: 14px/34px "微软雅黑";
  color: #02337f;
  text-align: center;
}
.hdjl-con .lbox .table01 th:first-child {
  width: 60%;
}
.hdjl-con .lbox .table01 td {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  font: 14px/22px "微软雅黑";
  color: #333;
  text-align: center;
}
.hdjl-con .lbox .table01 td:first-child {
  width: 60%;
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.hdjl-con .lbox .table01 td:first-child a {
  font: 14px/22px "微软雅黑";
  color: #333;
}
.hdjl-con .lbox .table01 td:first-child a:hover {
  color: #f60;
}
.hdjl-con .lbox .wxgc-box {
  height: 157px;
  margin-top: 20px;
  padding: 74px 72px 22px 72px;
  background: url("/global/201812_hdjl_wxgc.jpg") no-repeat center top;
}
.hdjl-con .lbox .wxgc-box .swiper-container {
  width: 100%;
  height: 100%;
}
.hdjl-con .lbox .wxgc-box .swiper-slide {
  display: inline-block;
  float: left;
  width: 120px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.hdjl-con .rbox {
  display: inline-block;
  float: left;
  width: 470px;
  padding-left: 20px;
}
.hdjl-con .rbox .box01 h2 {
  height: 42px;
  background: url("/global/201812_hdjl_tit.png") no-repeat center top;
  text-indent: -9999px;
}
.hdjl-con .rbox .box01 .ul01 {
  zoom: 1;
  margin-top: 10px;
}
.hdjl-con .rbox .box01 .ul01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hdjl-con .rbox .box01 .ul01 li {
  display: inline-block;
  float: left;
  width: 84px;
  margin-left: 10px;
}
.hdjl-con .rbox .box01 .ul01 li:first-child {
  margin-left: 0;
}
.hdjl-con .rbox .box01 .ul02 {
  zoom: 1;
}
.hdjl-con .rbox .box01 .ul02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hdjl-con .rbox .box01 .ul02 li {
  display: inline-block;
  width: 228px;
  margin-top: 10px;
}
.hdjl-con .rbox .box01 .ul02 li img {
  width: 228px;
  height: 66px;
}
.hdjl-con .rbox .box01 .ul02 li:nth-of-type(odd) {
  float: left;
}
.hdjl-con .rbox .box01 .ul02 li:nth-of-type(even) {
  float: right;
}
.hdjl-con .rbox .box02 {
  margin-top: 18px;
}
.hdjl-con .rbox .box02 h2 {
  border-bottom: 1px solid #02337f;
  zoom: 1;
  padding-left: 22px;
  background: url("/global/201812_hdjl_ico09.png") no-repeat left center;
  font: 16px/26px "微软雅黑";
  color: #02337f;
}
.hdjl-con .rbox .box02 h2:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hdjl-con .rbox .box02 h2 a {
  display: inline-block;
  float: right;
  font: 14px/26px "微软雅黑";
  color: #999;
}
.hdjl-con .rbox .box02 h2 a:hover {
  color: #f60;
}
.hdjl-con .rbox .box02 ul {
  height: 176px;
  padding: 0;
}
.hdjl-con .rbox .box02 ul li {
  height: 44px;
}
.hdjl-con .rbox .box02 ul li span {
  display: inline-block;
  float: right;
  font: 14px/44px "微软雅黑";
  color: #666;
}
.hdjl-con .rbox .box02 ul li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: none;
  font: 14px/44px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hdjl-con .rbox .box02 ul li a:hover {
  color: #f60;
}
.hdjl-con .rbox .box02 ul li {
  border-bottom: 1px solid #d9d9d9;
}
.hdjl-con .rbox .box02 ul li a {
  padding-left: 0;
  width: 82%;
}
.hdjl-con .wbgc-box {
  margin-top: 20px;
  zoom: 1;
}
.hdjl-con .wbgc-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hdjl-con .wbgc-box h2 {
  display: inline-block;
  float: left;
  width: 80px;
  height: 30px;
  padding-left: 30px;
  background: url("/global/201812_hdjl_ico10.png") no-repeat left center;
  font: 16px/30px "微软雅黑";
  color: #02337f;
}
.hdjl-con .wbgc-box .gdpic-box {
  display: inline-block;
  float: left;
  width: 1050px;
  padding-top: 5px;
}
.hdjl-con .wbgc-box .main {
  display: inline-block;
  float: left;
  width: 990px;
}
.hdjl-con .wbgc-box .main li {
  display: inline-block;
  float: left;
  width: 156px;
  margin-left: 10px;
  text-align: center;
}
.hdjl-con .wbgc-box .main li a {
  display: inline-block;
  width: 100%;
  background: #ededed;
  font: 14px/30px "微软雅黑";
  color: #666;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.hdjl-con .wbgc-box .main li a:hover {
  background: #1e6ade;
  color: #fff;
}
.hdjl-con .wbgc-box .btn-box {
  display: inline-block;
  float: right;
  width: 50px;
}
.hdjl-con .wbgc-box .btn-box a {
  display: inline-block;
  width: 20px;
  height: 30px;
  font: 20px/30px "微软雅黑";
  color: #ccc;
}
.hdjl-con .wbgc-box .btn-box a:hover {
  color: #1e6ade;
}
.gzjg-con h2 {
  background: url("/global/201812_gzjg_tit_bg.png") repeat-x left center;
}
.gzjg-con h2 strong {
  display: inline-block;
  background: #fff;
  padding-right: 15px;
  font: bold 20px/30px "微软雅黑";
  color: #02337f;
}
.gzjg-con ul {
  zoom: 1;
}
.gzjg-con ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gzjg-con ul li {
  display: inline-block;
  float: left;
  width: 232px;
  margin: 5px 10px;
}
.gzjg-con ul li a {
  display: inline-block;
  width: 207px;
  padding-left: 25px;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url("/global/201812_gzjg_li_ico.png") no-repeat 12px center;
  font: 14px/36px "微软雅黑";
  color: #666;
}
.gzjg-con ul li a:hover {
  background: #1e6ade;
  color: #fff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
.tzns-con .row01 {
  zoom: 1;
}
.tzns-con .row01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tzns-con .row01 .col-2-1 {
  width: 670px;
  float: left;
  padding-left: 0;
}
.tzns-con .row01 .col-2-2 {
  width: 470px;
  float: left;
  padding-left: 20px;
}
.tzns-con .row01 h2 {
  display: inline-block;
  float: left;
  width: 20px;
  height: 102px;
  padding: 75px 10px;
  background: #02337f;
  text-align: center;
}
.tzns-con .row01 h2 strong {
  display: inline-block;
  background: url("/global/201812_tzns_ico01.png") no-repeat center top;
  padding-top: 25px;
  font: 16px/20px "微软雅黑";
  color: #fff;
}
.tzns-con .row01 mbox {
  display: inline-block;
  float: left;
  width: 628px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.tzns-con .row01 table {
  width: 100%;
}
.tzns-con .row01 table td {
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  text-align: center;
}
.tzns-con .row01 table td a {
  display: inline-block;
  width: 100%;
  height: 105px;
  padding-top: 20px;
  font: 16px/30px "微软雅黑";
  color: #666;
}
.tzns-con .row01 table td a i {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  height: 61px;
}
.tzns-con .row01 table td a:hover {
  background: #f5f5f5;
}
.tzns-con .row01 .tab-ul {
  zoom: 1;
  background: url("/global/201812_index_ul_bg.png") repeat-x left bottom;
}
.tzns-con .row01 .tab-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tzns-con .row01 .tab-ul li {
  display: inline-block;
  float: left;
  margin-right: 18px;
  padding-bottom: 1px;
  cursor: pointer;
}
.tzns-con .row01 .tab-ul li:last-child {
  margin-right: 0;
}
.tzns-con .row01 .tab-ul li span {
  font: 16px/37px "微软雅黑";
  color: #999;
  padding-left: 25px;
}
.tzns-con .row01 .tab-ul li span.ico01 {
  background: url("/global/201812_tzns_ico13.png") no-repeat left center;
}
.tzns-con .row01 .tab-ul li span.ico02 {
  background: url("/global/201812_tzns_ico14.png") no-repeat left center;
}
.tzns-con .row01 .tab-ul li.cur {
  border-bottom: 1px solid #00337e;
  padding-bottom: 0;
  color: #00337e;
}
.tzns-con .row01 .tab-ul li.cur span {
  color: #00337e;
}
.tzns-con .row01 .tab-ul li.cur span.ico01 {
  background: url("/global/201812_tzns_ico13_h.png") no-repeat left center;
}
.tzns-con .row01 .tab-ul li.cur span.ico02 {
  background: url("/global/201812_tzns_ico14_h.png") no-repeat left center;
}
.tzns-con .row01 .tab-ul a {
  display: inline-block;
  float: right;
  font: 14px/37px "微软雅黑";
  color: #ccc;
}
.tzns-con .row01 .tab-ul a:hover {
  color: #f60;
}
.tzns-con .row02 {
  zoom: 1;
  margin-top: 20px;
}
.tzns-con .row02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tzns-con .row02 .col-3-1 {
  width: 470px;
  float: left;
  padding-left: 0;
}
.tzns-con .row02 .col-3-2 {
  width: 374px;
  float: left;
  padding-left: 20px;
}
.tzns-con .row02 .col-3-3 {
  width: 276px;
  float: left;
  padding-left: 20px;
}
.tzns-con .row02 .tit {
  border-bottom: 1px solid #00337e;
  zoom: 1;
}
.tzns-con .row02 .tit:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tzns-con .row02 .tit strong {
  display: inline-block;
  background: url("/global/201812_tzns_ico12.png") no-repeat left center;
  padding-left: 20px;
  font: 16px/37px "微软雅黑";
  color: #00337e;
}
.tzns-con .row02 .tit ul {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
.tzns-con .row02 .tit ul li {
  display: inline-block;
  float: left;
  margin-left: 20px;
  font: 14px/27px "微软雅黑";
  color: #ccc;
  cursor: pointer;
}
.tzns-con .row02 .tit ul li.cur {
  color: #e4a929;
}
.tzns-con .row02 .more {
  text-align: center;
  background: #f5f5f5;
}
.tzns-con .row02 .more a {
  font: 14px/36px "微软雅黑";
  color: #ccc;
}
.tzns-con .row02 .more a:hover {
  color: #f60;
}
.tzns-con .row02 .pic-ul {
  display: inline-block;
  float: left;
  width: 374px;
}
.tzns-con .row02 .pic-ul li {
  display: inline-block;
  width: 374px;
  margin-bottom: 15px;
}
.tzns-con .row02 .pic-ul li img {
  width: 374px;
  height: 84px;
}
.tzns-con .row02 .pic-ul li:nth-of-type(3) {
  float: left;
  margin-bottom: 0;
  width: 177px;
}
.tzns-con .row02 .pic-ul li:nth-of-type(3) img {
  width: 177px;
  height: 84px;
}
.tzns-con .row02 .pic-ul li:nth-of-type(4) {
  float: right;
  margin-bottom: 0;
  width: 177px;
}
.tzns-con .row02 .pic-ul li:nth-of-type(4) img {
  width: 177px;
  height: 84px;
}
.tzns-con .row02 .link-ul {
  display: inline-block;
  float: right;
  width: 276px;
}
.tzns-con .row02 .link-ul li {
  text-align: left;
}
.tzns-con .row02 .link-ul li a {
  display: inline-block;
  width: 236px;
  height: 84px;
  padding-left: 38px;
  border: 1px solid #d9d9d9;
  font: bold 18px/84px "微软雅黑";
  color: #9a9a9a;
}
.tzns-con .row02 .link-ul li a:hover {
  border: 1px solid #28b1ce;
  color: #fff;
}
.tzns-con .row02 .link-ul li:nth-of-type(1) a {
  background: #fff url("/global/201812_tzns_ico15.png") no-repeat 198px center;
}
.tzns-con .row02 .link-ul li:nth-of-type(1) a:hover {
  background: #28b1ce url("/global/201812_tzns_ico15_h.png") no-repeat 198px center;
}
.tzns-con .row02 .link-ul li:nth-of-type(2) {
  margin-top: 15px;
}
.tzns-con .row02 .link-ul li:nth-of-type(2) a {
  background: #fff url("/global/201812_tzns_ico16.png") no-repeat 198px center;
}
.tzns-con .row02 .link-ul li:nth-of-type(2) a:hover {
  background: #28b1ce url("/global/201812_tzns_ico16_h.png") no-repeat 198px center;
}
.tzns-con .row02 .link-ul li:nth-of-type(3) {
  margin-top: 15px;
}
.tzns-con .row02 .link-ul li:nth-of-type(3) a {
  background: #fff url("/global/201812_tzns_ico17.png") no-repeat 198px center;
}
.tzns-con .row02 .link-ul li:nth-of-type(3) a:hover {
  background: #28b1ce url("/global/201812_tzns_ico17_h.png") no-repeat 198px center;
}
.tzns-con .list {
  height: 215px;
  padding: 0;
}
.tzns-con .list li {
  height: 42px;
}
.tzns-con .list li span {
  display: inline-block;
  float: right;
  font: 14px/42px "微软雅黑";
  color: #666;
}
.tzns-con .list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: none;
  font: 14px/42px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tzns-con .list li a:hover {
  color: #f60;
}
.tzns-con .list li {
  border-bottom: 1px solid #d9d9d9;
}
.tzns-con .list li a {
  padding-left: 0;
}
.hdjl-zxft {
  background: url("/global/201812_hdjl_zxft_pic.jpg") no-repeat center top;
  padding-top: 280px;
}
.hdjl-zxft .row01 {
  zoom: 1;
}
.hdjl-zxft .row01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hdjl-zxft .row01 .col-2-1 {
  width: 374px;
  float: left;
  padding-left: 0;
}
.hdjl-zxft .row01 .col-2-2 {
  width: 766px;
  float: left;
  padding-left: 20px;
}
.hdjl-zxft .row01 h2 {
  zoom: 1;
}
.hdjl-zxft .row01 h2:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hdjl-zxft .row01 h2 strong {
  display: inline-block;
  float: left;
  background: url("/global/201812_hdjl_zxft_ico01.png") no-repeat left center;
  padding-left: 10px;
  font: bold 20px/38px "微软雅黑";
  color: #333;
}
.hdjl-zxft .row01 h2 span {
  display: inline-block;
  float: right;
  background: url("/global/201812_hdjl_zxft_ico06.png") no-repeat right center;
  padding-right: 20px;
  font: 14px/38px "微软雅黑";
  color: #333;
  cursor: pointer;
}
.hdjl-zxft .row01 h2 span.sx {
  background: url("/global/201812_hdjl_zxft_ico07.png") no-repeat right center;
}
.hdjl-zxft .row01 .pic img {
  width: 374px;
  height: 272px;
}
.hdjl-zxft .row01 .dl01 {
  margin-top: 10px;
}
.hdjl-zxft .row01 .dl01 dt {
  background: url("/global/201812_index_ul_bg.png") repeat-x left center;
}
.hdjl-zxft .row01 .dl01 dt strong {
  padding: 0 10px 0 20px;
  font: 16px/30px "微软雅黑";
  color: #1e6ade;
}
.hdjl-zxft .row01 .dl01 dt strong.ico01 {
  background: #fff url("/global/201812_hdjl_zxft_ico02.png") no-repeat left center;
}
.hdjl-zxft .row01 .dl01 dt strong.ico02 {
  background: #fff url("/global/201812_hdjl_zxft_ico03.png") no-repeat left center;
}
.hdjl-zxft .row01 .dl01 dt strong.ico03 {
  background: #fff url("/global/201812_hdjl_zxft_ico04.png") no-repeat left center;
}
.hdjl-zxft .row01 .dl01 dd {
  padding: 10px 0;
  font: 16px/18px "微软雅黑";
  color: #333;
}
.hdjl-zxft .row01 .btn a {
  display: inline-block;
  width: 100%;
  background: #1ac4be;
  font: 16px/34px "微软雅黑";
  color: #fff;
  text-align: center;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
}
.hdjl-zxft .row01 .btn a:hover {
  text-decoration: underline;
}
.hdjl-zxft .row01 .ft-main {
  background: #f5f5f5;
  padding: 0 15px 25px 15px;
  height: 538px;
  overflow-y: auto;
}
.hdjl-zxft .row01 .ft-main dl {
  zoom: 1;
  margin-top: 15px;
}
.hdjl-zxft .row01 .ft-main dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hdjl-zxft .row01 .ft-main dl dt {
  display: inline-block;
  float: left;
  width: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  font: bold 18px/80px "微软雅黑";
  color: #fff;
  text-align: center;
  background: #ffb700;
}
.hdjl-zxft .row01 .ft-main dl dt.fk {
  background: #1e6ade;
}
.hdjl-zxft .row01 .ft-main dl dd {
  display: inline-block;
  float: left;
  width: 538px;
  margin-left: 10px;
}
.hdjl-zxft .row01 .ft-main dl dd .times {
  padding-left: 15px;
  font: 14px/20px "微软雅黑";
  color: #666;
}
.hdjl-zxft .row01 .ft-main dl dd .nr {
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.hdjl-zxft .row01 .ft-main dl dd .nr i {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url("/global/201812_hdjl_zxft_ico05.png") no-repeat;
  position: absolute;
  left: -6px;
  top: 15px;
}
.hdjl-zxft .row01 .ft-main dl dd .nr p {
  font: 14px/26px "微软雅黑";
  color: #333;
}
.hdjl-zxft .row02 {
  zoom: 1;
  margin-top: 20px;
}
.hdjl-zxft .row02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hdjl-zxft .row02 .col-2-1 {
  width: 474px;
  float: left;
  padding-left: 0;
}
.hdjl-zxft .row02 .col-2-2 {
  width: 666px;
  float: left;
  padding-left: 20px;
}
.hdjl-zxft .row02 h2 {
  zoom: 1;
}
.hdjl-zxft .row02 h2:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hdjl-zxft .row02 h2 strong {
  display: inline-block;
  float: left;
  background: url("/global/201812_hdjl_zxft_ico01.png") no-repeat left center;
  padding-left: 10px;
  font: bold 20px/38px "微软雅黑";
  color: #333;
}
.hdjl-zxft .row02 h2.tit01 {
  border-bottom: 1px solid #1e6ade;
}
.hdjl-zxft .row02 h2.tit01 strong {
  font: bold 20px/37px "微软雅黑";
}
.hdjl-zxft .row02 h2.tit01 a {
  display: inline-block;
  float: right;
  font: 14px/37px "微软雅黑";
  color: #999;
}
.hdjl-zxft .row02 h2.tit01 a:hover {
  color: #f60;
}
.hdjl-zxft .row02 dl {
  background: #1e6ade;
  padding: 15px;
}
.hdjl-zxft .row02 dl dt {
  background: url("/global/201812_hdjl_zxft_line.png") no-repeat left bottom;
  height: 68px;
  overflow: hidden;
  padding-bottom: 15px;
}
.hdjl-zxft .row02 dl dt a {
  font: 26px/34px "微软雅黑";
  color: #fff;
}
.hdjl-zxft .row02 dl dt a:hover {
  text-decoration: underline;
}
.hdjl-zxft .row02 dl dd p {
  margin-top: 10px;
  font: 14px/24px "微软雅黑";
  color: #fff;
}
.hdjl-zxft .row02 ul {
  padding: 10px;
}
.hdjl-zxft .row02 ul li {
  height: 38px;
}
.hdjl-zxft .row02 ul li span {
  display: inline-block;
  float: right;
  font: 14px/38px "微软雅黑";
  color: #666;
}
.hdjl-zxft .row02 ul li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url("/global/201812_hdjl_zxft_li_ico.png") no-repeat left center;
  font: 14px/38px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hdjl-zxft .row02 ul li a:hover {
  color: #f60;
}
.hdjl-zxft .row02 ul li {
  border-bottom: 1px solid #e6e6e6;
}
.hdjl-zxft .row02 ul li a {
  width: 98%;
}
.gl-con {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}
.gl-con .curmb-box {
  border-bottom: 1px solid #ececec;
  zoom: 1;
  padding: 0 20px;
}
.gl-con .curmb-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gl-con .curmb-box .back {
  display: inline-block;
  float: right;
  background: url("/global/201812_gl_back_ico.png") no-repeat left center;
  padding-left: 20px;
  font: 14px/44px "微软雅黑";
  color: #333;
}
.gl-con .curmb-box .back:hover {
  color: #f60;
}
.gl-con .curmb {
  display: inline-block;
  float: left;
  height: 44px;
  font: 14px/44px "微软雅黑";
  color: #666;
}
.gl-con .curmb a {
  margin: 0 3px;
  font: 14px/44px "微软雅黑";
  color: #666;
}
.gl-con .curmb a.home {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 20px;
  background: url("/global/201812_gl_curmb_ico.png") no-repeat left center;
}
.gl-con .curmb a:hover {
  color: #f60;
}
.gl-con .curmb span {
  margin: 0 3px;
  font: 14px/44px "微软雅黑";
  color: #666;
}
.gl-con .gl-main {
  padding: 20px;
  zoom: 1;
}
.gl-con .gl-main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gl-con .lbox {
  display: inline-block;
  float: left;
  width: 238px;
}
.gl-con .lbox h2 {
  background: #02337f;
  text-align: center;
}
.gl-con .lbox h2 a {
  display: inline-block;
  background: url("/global/201812_gl_ico01.png") no-repeat left center;
  padding-left: 30px;
  font: 20px/60px "微软雅黑";
  color: #fff;
}
.gl-con .lbox ul li {
  border-bottom: 1px solid #f5f5f5;
}
.gl-con .lbox ul li a {
  display: inline-block;
  background: #f5f5f5;
  width: 218px;
  padding-left: 20px;
  font: 16px/44px "微软雅黑";
  color: #333;
}
.gl-con .lbox ul li a:hover {
  color: #fff;
  background: #1e6ade;
}
.gl-con .rbox {
  display: inline-block;
  float: right;
  width: 902px;
}
.gl-con .rbox h2 {
  background: #f5f5f5;
}
.gl-con .rbox h2 strong {
  display: inline-block;
  background: #1e6ade;
  padding: 0 30px;
  font: 14px/40px "微软雅黑";
  color: #fff;
}
.gl-con .rbox ul {
  padding: 10px;
}
.gl-con .rbox ul li {
  height: 52px;
}
.gl-con .rbox ul li span {
  display: inline-block;
  float: right;
  font: 14px/52px "微软雅黑";
  color: #666;
}
.gl-con .rbox ul li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: none;
  font: 14px/52px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gl-con .rbox ul li a:hover {
  color: #f60;
}
.gl-con .rbox ul li {
  border-bottom: 1px solid #e6e6e6;
}
.gl-con .rbox ul li a {
  padding-left: 0;
}
.page {
  padding: 17px 0;
  height: 30px;
  font: 14px/30px Arial, Helvetica, sans-serif;
  text-align: center;
  color: #333;
}
.page a {
  display: inline-block;
  padding: 0 4px;
  margin: 2px;
  font: 14px/30px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none;
}
.page a:hover {
  color: #fff;
  background: none;
}
.page span {
  padding: 0 5px;
  font: 14px/30px Arial, Helvetica, sans-serif;
  color: #333;
}
.page input.tz {
  width: 54px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  padding-bottom: 3px;
  padding: 2px 0 0 0 \9;
  cursor: pointer;
}
.page span {
  color: #333;
}
.page a {
  display: inline-block;
  padding: 0 10px;
  background: #b3b3b3;
  color: #fff;
}
.page a:hover {
  background: #1e6ade;
}
.xlcontent .main {
  margin-top: 5px;
  padding: 30px 40px;
  text-align: center;
}
.xlcontent .main h4 {
  padding: 10px 0;
  color: #1e6ade;
  font: 28px/40px "微软雅黑";
}
.xlcontent .main h6 {
  height: 30px;
  color: #999;
}
.xlcontent .main h6 label {
  list-style: none;
  padding: 0 6px;
  color: #999;
  font: 12px/30px "微软雅黑";
}
.xlcontent .main h6 label a {
  color: #999;
  padding: 0;
}
.xlcontent .main h6 label a:hover {
  color: #f60;
}
.xlcontent .main .nr {
  padding: 0 16px;
  text-align: left;
}
.xlcontent .main .nr p {
  font: 14px/26px "微软雅黑";
  padding: 16px 0;
}
.xlcontent .main .nr p * {
  font: 14px/26px "微软雅黑";
}
.xlcontent .main .nr p strong {
  font-weight: bold;
}
.xlcontent h6 {
  border-bottom: 1px solid #999;
}
.xlcontent .xl-bot {
  border-top: 1px solid #999;
  padding-top: 10px;
}
.xlcontent .xl-bot .link {
  display: inline-block;
  float: right;
}
.xlcontent .xl-bot .link a {
  border: 1px solid #bfbfbf;
  padding: 0 15px;
  font: 14px/26px "微软雅黑";
  color: #bfbfbf;
  margin-left: 20px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}
.xlcontent .xl-bot .link a:hover {
  color: #f60;
}
#footer {
  width: 100%;
  background: url("/global/201812_tm_bg01.png") repeat left top;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 15px 0;
  z-index: 20;
}
#footer .main {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
}
#footer .main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer .main .link {
  display: inline-block;
  float: left;
  font: 14px/36px "微软雅黑";
  color: #fff;
}
#footer .main .link a {
  margin: 0 10px;
  font: 14px/36px "微软雅黑";
  color: #fff;
}
#footer .main .link a:hover {
  text-decoration: underline;
}
#footer .main .rbox {
  display: inline-block;
  float: right;
}
#footer .main .rbox td {
  text-align: right;
  vertical-align: middle;
  padding: 0 0 0 10px;
}
#footer .main .rbox td p {
  font: 14px/18px "微软雅黑";
  color: #93978f;
}
#footer .main .rbox td p.ico {
  background: url("/global/201812_fico03.png") no-repeat left center;
  padding-left: 20px;
}
