/**
 * CSS Document * 
 * Created by Jessie 2017/10/23.
 */
/* ==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;
}
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;
}
.top-bar {
  height: 96px;
  background: url("2017_nav_bg.png") repeat-x left top;
}
.top-bar .main {
  width: 1180px;
  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 .nav {
  display: inline-block;
  float: left;
}
.top-bar .nav li {
  display: inline-block;
  float: left;
  width: 102px;
  text-align: center;
}
.top-bar .nav li a {
  display: inline-block;
  padding-top: 49px;
  font: bold 16px/46px "微软雅黑";
  color: #01579b;
}
.top-bar .nav li a.a1 {
  background: url("2017_nav_ico01.png") no-repeat center 15px;
}
.top-bar .nav li a.a2 {
  background: url("2017_nav_ico02.png") no-repeat center 15px;
}
.top-bar .nav li a.a3 {
  background: url("2017_nav_ico03.png") no-repeat center 15px;
}
.top-bar .nav li a.a4 {
  background: url("2017_nav_ico04.png") no-repeat center 15px;
}
.top-bar .nav li a.a5 {
  background: url("2017_nav_ico05.png") no-repeat center 15px;
}
.top-bar .nav li a.a6 {
  background: url("2017_nav_ico06.png") no-repeat center 15px;
}
.top-bar .nav li a.a7 {
  background: url("2017_nav_ico07.png") no-repeat center 15px;
}
.top-bar .nav li:hover,
.top-bar .nav li.cur {
  background: url("2017_nav_hover.png") no-repeat;
}
.top-bar .nav li:hover a,
.top-bar .nav li.cur a {
  color: #fff;
}
.top-bar .nav li:hover a.a1,
.top-bar .nav li.cur a.a1 {
  background: url("2017_nav_ico01_h.png") no-repeat center 15px;
}
.top-bar .nav li:hover a.a2,
.top-bar .nav li.cur a.a2 {
  background: url("2017_nav_ico02_h.png") no-repeat center 15px;
}
.top-bar .nav li:hover a.a3,
.top-bar .nav li.cur a.a3 {
  background: url("2017_nav_ico03_h.png") no-repeat center 15px;
}
.top-bar .nav li:hover a.a4,
.top-bar .nav li.cur a.a4 {
  background: url("2017_nav_ico04_h.png") no-repeat center 15px;
}
.top-bar .nav li:hover a.a5,
.top-bar .nav li.cur a.a5 {
  background: url("2017_nav_ico05_h.png") no-repeat center 15px;
}
.top-bar .nav li:hover a.a6,
.top-bar .nav li.cur a.a6 {
  background: url("2017_nav_ico06_h.png") no-repeat center 15px;
}
.top-bar .nav li:hover a.a7,
.top-bar .nav li.cur a.a7 {
  background: url("2017_nav_ico07_h.png") no-repeat center 15px;
}
.top-bar .rbox {
  display: inline-block;
  float: right;
  padding: 10px 0;
  text-align: right;
}
.top-bar .rbox p {
  font: 14px/18px "微软雅黑";
  color: #666;
}
.top-bar .rbox .a {
  display: inline-block;
  background: url("2017_tmbg.png") repeat;
  padding: 0 15px;
  margin: 0 5px;
  font: 14px/26px "微软雅黑";
  color: #fff;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}
.top-bar .rbox .a:hover {
  color: #f60;
}
.left-menu {
  display: inline-block;
  width: 50px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 999;
  margin-top: -100px;
}
.left-menu li {
  height: 50px;
}
.left-menu li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.left-menu li span.a1 {
  background: url("2017_lico01.png") no-repeat center center;
}
.left-menu li span.a2 {
  background: url("2017_lico02.png") no-repeat center center;
}
.left-menu li span.a3 {
  background: url("2017_lico03.png") no-repeat center center;
}
.left-menu li span.a4 {
  background: url("2017_lico04.png") no-repeat center center;
}
.left-menu li span a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #00b5c8;
  font: 16px/50px "微软雅黑";
  color: #fff;
  text-align: center;
  position: absolute;
  left: -50px;
  top: 0;
}
.logo-search {
  width: 1180px;
  margin: 0 auto;
  text-align: left;
  height: 86px;
  background: url("2017_index_s_bg.png") no-repeat right top;
  padding: 67px 0;
  zoom: 1;
}
.logo-search:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.logo-search h1 {
  display: inline-block;
  float: left;
  width: 456px;
}
.logo-search h1 a {
  display: inline-block;
  width: 456px;
  height: 86px;
  background: url("2017_logo.png") no-repeat;
  text-indent: -9999px;
}
.logo-search .search {
  display: inline-block;
  float: right;
  width: 400px;
  margin-top: 33px;
}
.logo-search .search .sr {
  display: inline-block;
  float: left;
  width: 250px;
  height: 40px;
  padding-left: 50px;
  background: #fff url("2017_index_ico_search.png") no-repeat 20px center;
  border: 0;
  font: 16px/40px "微软雅黑";
  color: #333;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.logo-search .search .btn {
  display: inline-block;
  float: right;
  width: 100px;
  height: 40px;
  background: #f4511e;
  border: none;
  font: 20px/40px "微软雅黑";
  color: #fff;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}
.bj-menu {
  display: inline-block;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.bj-menu h2 {
  height: 60px;
  padding-top: 140px;
  background: url("2017_index_ico_bj.png") no-repeat center top;
  font: 16px/20px "微软雅黑";
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.bj-menu h2:hover {
  color: #f60;
}
.bj-menu .mbox {
  display: inline-block;
  width: 60px;
  background: url("2017_r_bj_top.png") no-repeat center top;
  padding: 27px 0 0 0;
  position: absolute;
  top: 120px;
  left: 0;
  display: none;
}
.bj-menu .mbox li {
  height: 60px;
  background: url("2017_tmbg01.png") repeat;
}
.bj-menu .mbox li a {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.bj-menu .mbox li a.a1 {
  background: url("2017_rico01.png") no-repeat center center;
}
.bj-menu .mbox li a.a2 {
  background: url("2017_rico02.png") no-repeat center center;
}
.bj-menu .mbox li a.a3 {
  background: url("2017_rico03.png") no-repeat center center;
}
.bj-menu .mbox li a.a4 {
  background: url("2017_rico04.png") no-repeat center center;
}
.bj-menu .mbox li a.a5 {
  background: url("2017_rico05.png") no-repeat center center;
}
.bj-menu .mbox li:hover {
  background: #00bfa5;
}
.bj-menu .mbox li:hover a.a1 {
  background: url("2017_rico01_h.png") no-repeat center center;
}
.bj-menu .mbox li:hover a.a2 {
  background: url("2017_rico02_h.png") no-repeat center center;
}
.bj-menu .mbox li:hover a.a3 {
  background: url("2017_rico03_h.png") no-repeat center center;
}
.bj-menu .mbox li:hover a.a4 {
  background: url("2017_rico04_h.png") no-repeat center center;
}
.bj-menu .mbox li:hover a.a5 {
  background: url("2017_rico05_h.png") no-repeat center center;
}
.bj-menu .mbox .close {
  display: inline-block;
  width: 60px;
  height: 137px;
  background: url("2017_r_close.png") no-repeat;
  cursor: pointer;
}
.row01 {
  background: url("2017_index_bg01.png") fixed;
  position: relative;
}
.row01 .top-box {
  width: 1180px;
  margin: 0 auto;
  text-align: left;
  height: 458px;
  background: url("2017_index_rbg.png") no-repeat right top;
  zoom: 1;
}
.row01 .top-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row01 .top-box .foucs-box {
  display: inline-block;
  float: left;
  width: 600px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.row01 .top-box .foucs-box .img {
  width: 600px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.row01 .top-box .foucs-box .img ul {
  width: 10000%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.row01 .top-box .foucs-box .img ul li {
  width: 600px;
  height: 400px;
  float: left;
  text-align: center;
  overflow: hidden;
}
.row01 .top-box .foucs-box .img ul li img {
  width: 600px;
  height: 400px;
}
.row01 .top-box .foucs-box .ico {
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.row01 .top-box .foucs-box .ico a {
  display: inline-block;
  width: 199px;
  height: 5px;
  background: #4fc3f7;
  margin: 0 1px 0 0;
  overflow: hidden;
}
.row01 .top-box .foucs-box .ico a.on {
  background: #fff;
}
.row01 .top-box .list-box {
  display: inline-block;
  float: right;
  width: 540px;
  padding: 20px;
  position: relative;
}
.row01 .top-box .list-box .tab-ul {
  zoom: 1;
}
.row01 .top-box .list-box .tab-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row01 .top-box .list-box .tab-ul li {
  display: inline-block;
  float: left;
  margin-right: 20px;
  font: 24px/40px "微软雅黑";
  color: #999;
  cursor: pointer;
}
.row01 .top-box .list-box .tab-ul li.cur {
  color: #333;
}
.row01 .top-box .list-box .more {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("2017_index_more.png") no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
}
.row01 .top-box .list-box dl {
  margin-top: 10px;
}
.row01 .top-box .list-box dl dt {
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row01 .top-box .list-box dl dt a {
  font: 26px/40px "微软雅黑";
  color: #f4511e;
}
.row01 .top-box .list-box dl dt a:hover {
  text-decoration: underline;
}
.row01 .top-box .list-box dl dd {
  height: 40px;
  overflow: hidden;
  font: 14px/20px "微软雅黑";
  color: #999;
}
.row01 .top-box .list-box .list {
  height: 288px;
  overflow: hidden;
  padding: 10px 0;
}
.row01 .top-box .list-box .list li {
  height: 36px;
}
.row01 .top-box .list-box .list li span {
  display: inline-block;
  float: right;
  font: 16px/36px "微软雅黑";
  color: #666;
}
.row01 .top-box .list-box .list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: none;
  font: 16px/36px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row01 .top-box .list-box .list li a:hover {
  color: #f60;
}
.row01 .bot-box {
  width: 1180px;
  margin: 0 auto;
  text-align: left;
  margin: 20px auto 0 auto;
  zoom: 1;
}
.row01 .bot-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row01 .hiSlider-wrap {
  display: inline-block;
  float: left;
}
.row01 .hiSlider {
  display: inline-block;
  float: left;
  width: 780px;
  height: 110px;
  overflow: hidden;
}
.row01 .hiSlider img {
  width: 780px;
  height: 110px;
}
.row01 .bsdt {
  display: inline-block;
  float: right;
  width: 378px;
}
.row01 .bsdt img {
  width: 378px;
  height: 110px;
}
.row01 .jd-con {
  background: url("2017_index_conbg01.png") no-repeat center bottom;
  height: 1086px;
}
.row01 .jd-con .main {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
}
.row01 .jd-con .main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row01 .jd-con .lbox {
  display: inline-block;
  float: left;
  width: 306px;
  padding-top: 360px;
}
.row01 .jd-con .lbox li {
  padding-left: 78px;
  font: 30px/80px "微软雅黑";
  color: #333;
  cursor: pointer;
}
.row01 .jd-con .lbox li.cur {
  color: #1e88e5;
  font-weight: bold;
  background: url("2017_jd_li_hover.png") no-repeat right center;
}
.row01 .jd-con .rbox {
  display: inline-block;
  float: right;
  width: 870px;
}
.row01 .jd-con .rbox .wz {
  display: inline-block;
  float: left;
  width: 340px;
  padding-top: 360px;
}
.row01 .jd-con .rbox .wz h2 {
  font: 30px/30px "微软雅黑";
  color: #1e88e5;
}
.row01 .jd-con .rbox .wz p {
  font: 16px/30px "微软雅黑";
  color: #666;
}
.row01 .jd-con .rbox .wz p a {
  color: #f60;
}
.row01 .jd-con .rbox .wz p a:hover {
  text-decoration: underline;
}
.row01 .jd-con .rbox .wz .sent {
  margin-top: 90px;
  position: relative;
}
.row01 .jd-con .rbox .wz .sent .btn {
  display: inline-block;
  width: 180px;
  height: 65px;
  background: url("2017_index_sent.png") no-repeat;
  cursor: pointer;
}
.row01 .jd-con .rbox .wz .sent .btn.cur {
  background: url("2017_index_sent_h.png") no-repeat;
}
.row01 .jd-con .rbox .wz .sent ul {
  display: inline-block;
  width: 110px;
  padding: 0 10px 10px 10px;
  background: #1e88e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: -110px;
  display: none;
}
.row01 .jd-con .rbox .wz .sent ul li {
  margin-top: 10px;
  background: #fff;
  text-align: center;
  padding: 10px 0;
}
.row01 .jd-con .rbox .wz .sent ul li a {
  font: 14px/20px "微软雅黑";
  color: #01579b;
}
.row01 .jd-con .rbox .wz .sent ul li i {
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url("2017_index_jd_ico01.png") no-repeat;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
}
.row01 .jd-con .rbox .pic {
  display: inline-block;
  float: right;
  width: 530px;
  padding-top: 260px;
}
.row01 .jd-con .rbox .pic img {
  width: 530px;
  height: 566px;
}
.row01 .jd-con .bico {
  margin-top: 120px;
  text-align: left;
}
.row01 .jd-con .bico a {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin: 0 30px;
  position: relative;
}
.row01 .jd-con .bico a.a1 {
  background: url("2017_index_jd_bico01.png") no-repeat;
}
.row01 .jd-con .bico a.a2 {
  background: url("2017_index_jd_bico02.png") no-repeat;
}
.row01 .jd-con .bico a.a3 {
  background: url("2017_index_jd_bico03.png") no-repeat;
}
.row01 .jd-con .bico a.a4 {
  background: url("2017_index_jd_bico04.png") no-repeat;
}
.row01 .jd-con .bico a.a5 {
  background: url("2017_index_jd_bico05.png") no-repeat;
}
.row01 .jd-con .bico a i {
  display: inline-block;
  width: 70px;
  height: 46px;
  background: url("2017_index_jd_btc.png") no-repeat;
  position: absolute;
  left: 7px;
  top: -50px;
  font: 16px/40px "微软雅黑";
  color: #fff;
  text-align: center;
  display: none;
}
.row02 {
  background: url("2017_index_bg02.jpg") fixed;
  padding-top: 710px;
}
.row02 .main {
  background: url("2017_index_conbg02.png") no-repeat center top;
  height: 560px;
}
.row02 .mbox {
  width: 1180px;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0;
  zoom: 1;
}
.row02 .mbox:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row02 .mbox h2 {
  font: 36px/40px "微软雅黑";
  color: #333;
}
.row02 .lbox {
  display: inline-block;
  float: left;
  width: 550px;
}
.row02 .lbox ul {
  zoom: 1;
  margin-top: 40px;
}
.row02 .lbox ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row02 .lbox ul li {
  display: inline-block;
  float: left;
  width: 70px;
  text-align: center;
  margin-right: 30px;
}
.row02 .lbox ul li a {
  display: inline-block;
  padding-top: 54px;
  font: 16px/34px "微软雅黑";
  color: #333;
}
.row02 .lbox ul li a:hover {
  color: #1e88e5;
}
.row02 .lbox ul li a.a1 {
  background: url("2017_index_zsyz01.png") no-repeat center top;
}
.row02 .lbox ul li a.a1:hover {
  background: url("2017_index_zsyz01_h.png") no-repeat center top;
}
.row02 .lbox ul li a.a2 {
  background: url("2017_index_zsyz02.png") no-repeat center top;
}
.row02 .lbox ul li a.a2:hover {
  background: url("2017_index_zsyz02_h.png") no-repeat center top;
}
.row02 .lbox ul li a.a3 {
  background: url("2017_index_zsyz03.png") no-repeat center top;
}
.row02 .lbox ul li a.a3:hover {
  background: url("2017_index_zsyz03_h.png") no-repeat center top;
}
.row02 .lbox ul li a.a4 {
  background: url("2017_index_zsyz04.png") no-repeat center top;
}
.row02 .lbox ul li a.a4:hover {
  background: url("2017_index_zsyz04_h.png") no-repeat center top;
}
.row02 .lbox ul li a.a5 {
  background: url("2017_index_zsyz05.png") no-repeat center top;
}
.row02 .lbox ul li a.a5:hover {
  background: url("2017_index_zsyz05_h.png") no-repeat center top;
}
.row02 .lbox dl {
  margin-top: 30px;
}
.row02 .lbox dl dt {
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row02 .lbox dl dt a {
  font: 20px/24px "微软雅黑";
  color: #01579b;
}
.row02 .lbox dl dt a:hover {
  color: #f60;
}
.row02 .lbox dl dd {
  font: 16px/20px "微软雅黑";
  color: #999;
  margin-top: 10px;
}
.row02 .lbox .btn {
  display: inline-block;
  width: 160px;
  height: 50px;
  margin-top: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #1e88e5;
  font: 18px/50px "微软雅黑";
  color: #fff;
  text-align: center;
  cursor: pointer;
  -moz-box-shadow: 2px 2px 5px #cde3f4;
  -webkit-box-shadow: 2px 2px 5px #cde3f4;
  box-shadow: 2px 2px 5px #cde3f4;
}
.row02 .lbox .btn:hover {
  text-decoration: underline;
}
.row02 .rbox {
  display: inline-block;
  float: right;
  width: 494px;
}
.row02 .rbox .a-link {
  background: url("2017_index_line.png") repeat-x left bottom;
  padding: 30px 0;
}
.row02 .rbox .a-link a {
  font: 18px/30px "微软雅黑";
  color: #01579b;
  margin-right: 20px;
}
.row02 .rbox .a-link a:hover {
  color: #f60;
}
.row02 .rbox ul {
  padding: 20px 0;
}
.row02 .rbox ul li {
  margin: 20px 0;
  background: url("2017_index_li_ico.png") no-repeat left center;
  padding-left: 20px;
}
.row02 .rbox ul li a {
  font: 18px/24px "微软雅黑";
  color: #333;
}
.row02 .rbox ul li a:hover {
  color: #f60;
}
.row02 .rbox .btn {
  display: inline-block;
  width: 160px;
  height: 50px;
  margin-top: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #64b5f6;
  font: 18px/50px "微软雅黑";
  color: #fff;
  text-align: center;
  cursor: pointer;
  -moz-box-shadow: 2px 2px 5px #cde3f4;
  -webkit-box-shadow: 2px 2px 5px #cde3f4;
  box-shadow: 2px 2px 5px #cde3f4;
}
.row02 .rbox .btn:hover {
  text-decoration: underline;
}
#footer {
  background: #263238;
  padding: 20px 0;
}
#footer .main {
  width: 1180px;
  margin: 0 auto;
  text-align: left;
  text-align: center;
}
#footer .sel-box {
  border-bottom: 1px solid #344046;
  padding-bottom: 20px;
  zoom: 1;
}
#footer .sel-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer .sel-box select {
  display: inline-block;
  float: left;
  width: 186px;
  height: 30px;
  border: none;
  background: #fff;
  padding-left: 10px;
  font: 16px/30px "微软雅黑";
  color: #333;
  margin-left: 12px;
}
#footer .sel-box select:first-child {
  margin-left: 0;
}
#footer p {
  font: 14px/24px "微软雅黑";
  color: #999;
}
#footer p a {
  font: 14px/24px "微软雅黑";
  color: #999;
}
#footer p a:hover {
  color: #f60;
}
#footer p.f-link {
  padding: 20px 0;
}
#footer p.f-link a {
  font: 16px/24px "微软雅黑";
  color: #bcbcbd;
}
#footer p.f-link a:hover {
  color: #f60;
}
#footer p.f-link i {
  font: 16px/24px "微软雅黑";
  color: #bcbcbd;
  margin: 0 20px;
}
#footer .ico {
  text-align: center;
  margin-top: 20px;
}
#footer .ico a {
  display: inline-block;
  height: 60px;
  margin: 0 10px;
}
#footer .ico a.a1 {
  width: 60px;
  background: url("2017_fico01.png") no-repeat center center;
}
#footer .ico a.a2 {
  width: 96px;
  background: url("2017_fico02.png") no-repeat center center;
}
#footer .ico a.a3 {
  width: 50px;
  background: url("2017_fico03.png") no-repeat center center;
}
.gl-con {
  background: url("2017_gl_bg.jpg") fixed;
}
.gl-con .con-box {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 20px 20px 20px;
  background: #fff;
  position: relative;
}
.gl-con .curmb {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: -20px;
  background: url("2017_curmb_ico.png") no-repeat left center;
  padding-left: 54px;
  height: 40px;
  font: 16px/40px "微软雅黑";
  color: #666;
}
.gl-con .curmb a {
  margin: 0 3px;
  font: 16px/40px "微软雅黑";
  color: #666;
}
.gl-con .curmb a.home {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 20px;
  background: none;
}
.gl-con .curmb a:hover {
  color: #f60;
}
.gl-con .curmb span {
  margin: 0 3px;
  font: 16px/40px "微软雅黑";
  color: #666;
}
.gl-con .gl-left {
  display: inline-block;
  float: left;
  width: 280px;
  background: url("2017_gl_leftbg.png") repeat-y left top;
}
.gl-con .gl-left h2 {
  background: #01579b;
  padding-left: 20px;
  font: 24px/50px "微软雅黑";
  color: #fff;
  position: relative;
}
.gl-con .gl-left h2 i {
  display: inline-block;
  width: 22px;
  height: 10px;
  background: url("2017_gl_ico01.png") no-repeat;
  position: absolute;
  left: 60px;
  top: 50px;
}
.gl-con .gl-left ul {
  padding: 20px;
}
.gl-con .gl-left ul li {
  margin-bottom: 10px;
}
.gl-con .gl-left ul li .menu {
  display: inline-block;
  width: 210px;
  height: 40px;
  padding-left: 30px;
  background: #e7f4fd url("2017_gl_ico03.png") no-repeat 204px center;
  cursor: pointer;
  font: 18px/40px "微软雅黑";
  color: #333;
}
.gl-con .gl-left ul li .menu.cur {
  background: #268cd4 url("2017_gl_ico02.png") no-repeat 204px center;
  color: #fff;
}
.gl-con .gl-left ul li ul {
  display: none;
}
.gl-con .gl-left ul li ul li {
  padding-left: 40px;
  background: url("2017_gl_ico04.png") no-repeat 20px center;
}
.gl-con .gl-left ul li ul li a {
  font: 16px/40px "微软雅黑";
  color: #333;
}
.gl-con .gl-left ul li ul li a:hover {
  color: #268cd4;
}
.gl-con .gl-right {
  display: inline-block;
  float: right;
  width: 830px;
}
.gl-con .gl-right h2 {
  background: url("2017_gl_line.png") repeat-x left bottom;
}
.gl-con .gl-right h2 strong {
  display: inline-block;
  font: bold 24px/48px "微软雅黑";
  color: #268cd4;
  border-bottom: 2px solid #268cd4;
}
.gl-con .gl-right ul {
  padding: 10px 0;
}
.gl-con .gl-right ul li {
  height: 36px;
}
.gl-con .gl-right ul li span {
  display: inline-block;
  float: right;
  font: 16px/36px "微软雅黑";
  color: #666;
}
.gl-con .gl-right ul li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url("../images/2017_gl_ico05.png") no-repeat left center;
  font: 16px/36px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gl-con .gl-right ul li a:hover {
  color: #f60;
}
.gl-con .gl-right ul li span {
  color: #999;
}
.gl-con .page {
  padding: 17px 0;
  height: 30px;
  font: 14px/30px Arial, Helvetica, sans-serif;
  text-align: center;
  color: #333;
}
.gl-con .page a {
  display: inline-block;
  padding: 0 4px;
  margin: 2px;
  font: 14px/30px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none;
}
.gl-con .page a:hover {
  color: #fff;
  background: none;
}
.gl-con .page span {
  padding: 0 5px;
  font: 14px/30px Arial, Helvetica, sans-serif;
  color: #333;
}
.gl-con .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;
}
.gl-con .page a {
  display: inline-block;
  border: 1px solid #bababa;
  padding: 0 5px;
}
.gl-con .page a.cur,
.gl-con .page a:hover {
  border: 1px solid #268cd4;
  background: #268cd4;
}
.gl-con .xlcontent .main {
  margin-top: 5px;
  padding: 30px 40px;
  text-align: center;
}
.gl-con .xlcontent .main h4 {
  padding: 10px 0;
  color: #cc0001;
  font: 24px/36px "微软雅黑";
}
.gl-con .xlcontent .main h6 {
  height: 30px;
  color: #999;
}
.gl-con .xlcontent .main h6 label {
  list-style: none;
  padding: 0 6px;
  color: #999;
  font: 12px/30px "微软雅黑";
}
.gl-con .xlcontent .main h6 label a {
  color: #999;
  padding: 0;
}
.gl-con .xlcontent .main h6 label a:hover {
  color: #f60;
}
.gl-con .xlcontent .main .nr {
  padding: 0 16px;
  text-align: left;
}
/*.gl-con .xlcontent .main .nr p {
  font: 16px/36px "微软雅黑";
  padding: 16px 0;
}
.gl-con .xlcontent .main .nr p * {
  font: 16px/36px "微软雅黑";
}
.gl-con .xlcontent .main .nr p strong {
  font-weight: bold;
}*/
.gl-con .xlcontent .main h4 {
  font-weight: bold;
}
.gl-con .xlcontent h6 {
  background: #f8f8f8;
}
.gl-con .xlcontent h6 label a {
  margin: 0 5px;
}
.gl-con .xlcontent h6 label a:hover {
  color: #1e88e5;
}
.gl-con .xlcontent .btn-box {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  zoom: 1;
}
.gl-con .xlcontent .btn-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gl-con .xlcontent .btn-box .btn {
  display: inline-block;
  padding: 0 12px 0 32px;
  font: 14px/36px "微软雅黑";
  color: #fff;
  margin: 0 5px;
}
.gl-con .xlcontent .btn-box .btn:hover {
  text-decoration: underline;
}
.gl-con .xlcontent .btn-box .btn.a1 {
  background: #f4511e url("2017_xl_ico01.png") no-repeat 12px center;
}
.gl-con .xlcontent .btn-box .btn.a2 {
  background: #278dd4 url("2017_xl_ico02.png") no-repeat 12px center;
}
.gl-con .xlcontent .bot-p {
  text-align: left;
}
.gl-con .xlcontent .bot-p a {
  font: 16px/36px "微软雅黑";
  color: #666;
}
.gl-con .xlcontent .bot-p a:hover {
  color: #f60;
}
.ny-con {
  background: url("2017_gl_bg.jpg") fixed;
}
.ny-con .ny-toptit {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: -20px;
  padding-left: 54px;
  font: 24px/40px "微软雅黑";
  color: #3f95d7;
}
.ny-con .ny-toptit.ico01 {
  background: url("2017_news_ico01.png") no-repeat left center;
}
.ny-con .ny-toptit.ico02 {
  background: url("2017_zw_ioc01.png") no-repeat left center;
}
.ny-con .ny-toptit.ico03 {
  background: url("2017_ms_ico01.png") no-repeat left center;
}
.ny-con .ny-toptit.ico04 {
  background: url("2017_hd_ico01.png") no-repeat left center;
}
.ny-con .ny-toptit.ico05 {
  background: url("2017_sq_ico01.png") no-repeat left center;
}
.tab-global {
  height: 40px;
  background: #f8f8f8;
  zoom: 1;
}
.tab-global:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab-global li {
  display: inline-block;
  float: left;
  cursor: pointer;
  position: relative;
}
.tab-global li a {
  display: inline-block;
  padding: 0 20px;
  font: 18px/40px "微软雅黑";
  color: #333;
}
.tab-global li.cur a {
  background: #258cd4;
  color: #fff;
}
.tab-global li.cur i {
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url("2017_news_ico07.png") no-repeat;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -4px;
}
.tit-global {
  border-top: 2px solid #268cd4;
}
.tit-global strong {
  display: inline-block;
  background: url("2017_news_ico04.png") no-repeat right center;
  padding-right: 28px;
}
.tit-global a {
  display: inline-block;
  background: #268cd4;
  padding: 0 20px;
  font: 24px/46px "微软雅黑";
  color: #fff;
}
.list-global {
  overflow: hidden;
  padding: 0;
}
.list-global li {
  height: 36px;
}
.list-global li span {
  display: inline-block;
  float: right;
  font: 16px/36px "微软雅黑";
  color: #666;
}
.list-global li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url("../images/2017_gl_ico05.png") no-repeat left center;
  font: 16px/36px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-global li a:hover {
  color: #f60;
}
.list-5 {
  height: 180px;
}
.list-6 {
  height: 216px;
}
.news-con {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 20px 20px 20px;
  background: #fff;
  position: relative;
}
.news-con .hot {
  height: 50px;
  background: #eee;
  zoom: 1;
}
.news-con .hot:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-con .hot h2 {
  display: inline-block;
  float: left;
  width: 145px;
  background: #cc0000;
  position: relative;
  text-align: center;
}
.news-con .hot h2 i {
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url("2017_news_ico03.png") no-repeat right center;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -6px;
}
.news-con .hot h2 strong {
  display: inline-block;
  background: url("2017_news_ico02.png") no-repeat left center;
  padding-left: 30px;
  font: 20px/50px "微软雅黑";
  color: #fff;
}
.news-con .hot .scrollbox {
  display: inline-block;
  float: left;
  width: 950px;
  height: 50px;
  margin-left: 30px;
  overflow: hidden;
}
.news-con .hot .scrollbox #scrollDiv {
  display: inline-block;
  float: left;
  width: 950px;
  height: 50px;
  overflow: hidden;
}
.news-con .hot .scrollbox #scrollDiv li {
  height: 50px;
  overflow: hidden;
  zoom: 1;
  background: url("2017_index_li_ico.png") no-repeat left center;
  padding-left: 14px;
}
.news-con .hot .scrollbox #scrollDiv li:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-con .hot .scrollbox #scrollDiv li a {
  display: inline-block;
  float: left;
  width: 80%;
  height: 50px;
  font: 16px/50px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-con .hot .scrollbox #scrollDiv li a:hover {
  color: #cc0000;
}
.news-con .hot .scrollbox #scrollDiv li span {
  display: inline-block;
  float: right;
  font: 16px/50px "微软雅黑";
  color: #999;
}
.news-con .news-row01 {
  zoom: 1;
  margin-top: 20px;
  background: #f8f8f8;
}
.news-con .news-row01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-con .news-row01 #focus {
  display: inline-block;
  float: left;
  width: 482px;
  height: 360px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news-con .news-row01 #focus ul {
  height: 360px;
  position: absolute;
}
.news-con .news-row01 #focus ul li {
  float: left;
  width: 482px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.news-con .news-row01 #focus ul li img {
  width: 482px;
  height: 360px;
}
.news-con .news-row01 #focus ul li p {
  width: 482px;
  height: 40px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}
.news-con .news-row01 #focus ul li p a {
  margin-left: 20px;
  font: 12px/40px Arial, Helvetica, sans-serif;
  color: #fff;
}
.news-con .news-row01 #focus ul li div {
  position: absolute;
  overflow: hidden;
}
.news-con .news-row01 #focus .btnBg {
  position: absolute;
  width: 482px;
  height: 20px;
  left: 0;
  bottom: 0;
}
.news-con .news-row01 #focus .btn {
  position: absolute;
  width: 242px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 5px;
  text-align: right;
}
.news-con .news-row01 #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 20px;
  height: 3px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.news-con .news-row01 #focus .btn span.on {
  background: #26b864;
}
.news-con .news-row01 .rbox {
  display: inline-block;
  float: right;
  width: 642px;
}
.news-con .news-row01 .rbox .list {
  padding: 10px 20px 0 5px;
}
.news-con .news-row01 .rbox .list li {
  height: 36px;
}
.news-con .news-row01 .rbox .list li span {
  display: inline-block;
  float: right;
  font: 16px/36px "微软雅黑";
  color: #666;
}
.news-con .news-row01 .rbox .list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url("../images/2017_index_li_ico.png") no-repeat left center;
  font: 16px/36px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-con .news-row01 .rbox .list li a:hover {
  color: #f60;
}
.news-con .add-box {
  margin-top: 20px;
  zoom: 1;
}
.news-con .add-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-con .add-box .mF_YSlider {
  display: inline-block;
  float: left;
  width: 1140px;
}
.news-con .add-box .mF_YSlider img {
  width: 1140px;
  height: 150px;
}
.news-con .add-box .mF_YSlider .pic li,
.news-con .add-box .mF_YSlider .rePic li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.news-con .add-box .mF_YSlider .txt li {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: none;
}
.news-con .add-box .mF_YSlider .txt li a {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  padding-left: 16px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.news-con .add-box .mF_YSlider .txt li span {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.news-con .add-box .mF_YSlider .num {
  position: absolute;
  z-index: 3;
  bottom: 8px;
  right: 2px;
}
.news-con .add-box .mF_YSlider .num li {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-align: center;
  margin-right: 4px;
  cursor: pointer;
}
.news-con .add-box .mF_YSlider .num li a,
.news-con .add-box .mF_YSlider .num li span {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #dedede;
  line-height: 18px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #333;
  text-decoration: none;
}
.news-con .add-box .mF_YSlider .num li span {
  z-index: 1;
  background: #fff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.news-con .add-box .mF_YSlider .num li.current a,
.news-con .add-box .mF_YSlider .num li.hover a {
  border-color: #268cd4;
  color: #fff;
  background: #26b864;
}
.news-con .news-row02 {
  zoom: 1;
  margin-top: 20px;
}
.news-con .news-row02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-con .news-row02 .col-2-1 {
  width: 750px;
  float: left;
  padding-left: 0;
}
.news-con .news-row02 .col-2-2 {
  width: 370px;
  float: left;
  padding-left: 20px;
}
.news-con .news-row02 h3 a {
  font: bold 20px/30px "微软雅黑";
  color: #268cd4;
}
.news-con .news-row02 .col-2-1 .list-global {
  margin-top: 20px;
  height: 288px;
}
.news-con .news-row02 .col-2-2 .list-global {
  margin-top: 15px;
  height: 324px;
}
.news-con .news-row02 .col-2-2 .list-global li a {
  width: 100%;
}
.news-con .news-row03 {
  margin-top: 20px;
  zoom: 1;
}
.news-con .news-row03:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-con .news-row03 h2 {
  display: inline-block;
  float: left;
  width: 20px;
  height: 90px;
  padding: 10px;
  background: #268cd4;
}
.news-con .news-row03 h2 a {
  font: 18px/20px "微软雅黑";
  color: #fff;
}
.news-con .news-row03 .gd-pic {
  display: inline-block;
  float: left;
  width: 1100px;
}
.news-con .news-row03 .pre {
  display: inline-block;
  float: left;
  width: 12px;
  height: 22px;
  padding: 44px 10px 0 10px;
}
.news-con .news-row03 .next {
  display: inline-block;
  float: right;
  width: 12px;
  height: 22px;
  padding: 44px 0 0 10px;
}
.news-con .news-row03 .main {
  display: inline-block;
  float: left;
  width: 1046px;
}
.news-con .news-row03 .main li {
  display: inline-block;
  float: left;
  width: 186px;
  height: 110px;
  padding-left: 10px;
  text-align: center;
}
.news-con .news-row03 .main li img {
  width: 186px;
  height: 110px;
}
.zw-con {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 20px 20px 20px;
  background: #fff;
  position: relative;
}
.zw-con .tit01 a {
  font: bold 20px/30px "微软雅黑";
  color: #268cd4;
}
.zw-con .col-2-1 {
  width: 750px;
  float: left;
  padding-left: 0;
}
.zw-con .col-2-2 {
  width: 370px;
  float: left;
  padding-left: 20px;
}
.zw-con .ul01 {
  zoom: 1;
  margin-top: 20px;
  padding: 0 2px;
}
.zw-con .ul01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zw-con .ul01 li {
  display: inline-block;
  float: left;
  width: 116px;
  height: 88px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-left: 10px;
  padding: 18px 0 0 0;
  background: #f8f8f8;
  text-align: center;
}
.zw-con .ul01 li:first-child {
  margin-left: 0;
}
.zw-con .ul01 li a {
  display: inline-block;
  padding-top: 38px;
  font: 16px/18px "微软雅黑";
  color: #333;
}
.zw-con .ul01 li a.a1 {
  background: url("2017_zw_ioc02.png") no-repeat center top;
}
.zw-con .ul01 li a.a2 {
  background: url("2017_zw_ioc03.png") no-repeat center top;
}
.zw-con .ul01 li a.a3 {
  background: url("2017_zw_ioc04.png") no-repeat center top;
}
.zw-con .ul01 li a.a4 {
  background: url("2017_zw_ioc05.png") no-repeat center top;
}
.zw-con .ul01 li a.a5 {
  background: url("2017_zw_ioc06.png") no-repeat center top;
}
.zw-con .ul01 li a.a6 {
  background: url("2017_zw_ioc07.png") no-repeat center top;
}
.zw-con .ul01 li:hover {
  background: #268cd4;
}
.zw-con .ul01 li:hover a {
  color: #fff;
}
.zw-con .ul01 li:hover a.a1 {
  background: url("2017_zw_ioc02_h.png") no-repeat center top;
}
.zw-con .ul01 li:hover a.a2 {
  background: url("2017_zw_ioc03_h.png") no-repeat center top;
}
.zw-con .ul01 li:hover a.a3 {
  background: url("2017_zw_ioc04_h.png") no-repeat center top;
}
.zw-con .ul01 li:hover a.a4 {
  background: url("2017_zw_ioc05_h.png") no-repeat center top;
}
.zw-con .ul01 li:hover a.a5 {
  background: url("2017_zw_ioc06_h.png") no-repeat center top;
}
.zw-con .ul01 li:hover a.a6 {
  background: url("2017_zw_ioc07_h.png") no-repeat center top;
}
.zw-con .rbox01 {
  background: #e7f4fd;
}
.zw-con .rbox01 h3 {
  background: url("2017_zw_line.png") repeat-x left center;
}
.zw-con .rbox01 h3 strong {
  display: inline-block;
  background: #e7f4fd url("2017_zw_ioc08.png") no-repeat left center;
  padding: 0 12px 0 20px;
  font: 24px/40px "微软雅黑";
  color: #333;
}
.zw-con .rbox01 dl {
  padding: 10px 20px 15px 20px;
  zoom: 1;
}
.zw-con .rbox01 dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zw-con .rbox01 dl dt {
  display: inline-block;
  float: left;
  width: 150px;
}
.zw-con .rbox01 dl dt img {
  width: 150px;
  height: 200px;
}
.zw-con .rbox01 dl dd {
  display: inline-block;
  float: right;
  width: 166px;
}
.zw-con .rbox01 dl dd p {
  font: 16px/24px "微软雅黑";
  color: #333;
  padding: 4px 0;
}
.zw-con .rbox01 dl dd p strong {
  color: #268cd4;
}
.zw-con .rbox01 dl dd p a {
  display: inline-block;
  padding: 0 20px;
  font: 16px/30px "微软雅黑";
  color: #333;
  border: 1px solid #ddd;
  background: #fff;
}
.zw-con .rbox01 dl dd p a:hover {
  color: #f60;
}
.zw-con .ul02 {
  margin-top: 20px;
  zoom: 1;
}
.zw-con .ul02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zw-con .ul02 li {
  display: inline-block;
  float: left;
  width: 135px;
}
.zw-con .ul02 li:first-child {
  width: 100px;
}
.zw-con .ul02 li a {
  display: inline-block;
  font: 16px/45px "微软雅黑";
  color: #333;
  text-align: center;
}
.zw-con .ul02 li a:hover {
  text-decoration: underline;
}
.zw-con .ul02 li a.a1 {
  width: 100px;
  background: #fcd5d0 url("2017_zw_ioc09.png") no-repeat center 20px;
  padding-top: 55px;
}
.zw-con .ul02 li a.a2 {
  width: 125px;
  margin-left: 10px;
  background: #ccf7d9;
}
.zw-con .ul02 li a.a3 {
  width: 125px;
  margin: 10px 0 0 10px;
  background: #cfd8f5;
}
.zw-con .ul02 li a.a4 {
  width: 125px;
  margin-left: 10px;
  background: #c3e9f2;
}
.zw-con .ul02 li a.a5 {
  width: 125px;
  margin: 10px 0 0 10px;
  background: #fff1c4;
}
.zw-con .dl01 {
  margin-top: 20px;
  zoom: 1;
}
.zw-con .dl01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zw-con .dl01 dt {
  display: inline-block;
  float: left;
  width: 186px;
}
.zw-con .dl01 dt img {
  width: 186px;
  height: 120px;
}
.zw-con .dl01 dd {
  display: inline-block;
  float: right;
  width: 164px;
  padding-top: 10px;
  font: 16px/24px "微软雅黑";
  color: #333;
}
.zw-con .dl01 dd strong {
  color: #268cd4;
}
.zw-con .list-r {
  height: 180px;
}
.zw-con .list-r li a {
  width: 100%;
}
.zw-con .yl-table {
  margin-top: 20px;
}
.zw-con .yl-table td {
  text-align: left;
}
.zw-con .yl-table td a {
  background: url("2017_gl_ico05.png") no-repeat left center;
  padding-left: 16px;
  font: 16px/36px "微软雅黑";
  color: #333;
}
.zw-con .yl-table td a:hover {
  color: #f60;
}
.ms-con {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 20px 20px 20px;
  background: #fff;
  position: relative;
}
.ms-con .col-2-1 {
  width: 750px;
  float: left;
  padding-left: 0;
}
.ms-con .col-2-2 {
  width: 370px;
  float: left;
  padding-left: 20px;
}
.ms-con .ul01 {
  zoom: 1;
}
.ms-con .ul01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ms-con .ul01 li {
  display: inline-block;
  float: left;
  width: 176px;
  height: 150px;
  margin: 15px 0 0 15px;
  text-align: center;
}
.ms-con .ul01 li:nth-of-type(1),
.ms-con .ul01 li:nth-of-type(5) {
  margin-left: 0;
}
.ms-con .ul01 li a {
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-top: 90px;
  height: 60px;
  font: 20px/60px "微软雅黑";
  color: #333;
}
.ms-con .ul01 li a:hover {
  color: #fff;
}
.ms-con .ul01 li a.a1 {
  background: #e8f4fd url("2017_ms_ico02.png") no-repeat center 28px;
}
.ms-con .ul01 li a.a1:hover {
  background: #268cd4 url("2017_ms_ico02_h.png") no-repeat center 28px;
}
.ms-con .ul01 li a.a2 {
  background: #e8f4fd url("2017_ms_ico03.png") no-repeat center 23px;
}
.ms-con .ul01 li a.a2:hover {
  background: #268cd4 url("2017_ms_ico03_h.png") no-repeat center 23px;
}
.ms-con .ul01 li a.a3 {
  background: #e8f4fd url("2017_ms_ico04.png") no-repeat center 23px;
}
.ms-con .ul01 li a.a3:hover {
  background: #268cd4 url("2017_ms_ico04_h.png") no-repeat center 23px;
}
.ms-con .ul01 li a.a4 {
  background: #e8f4fd url("2017_ms_ico05.png") no-repeat center 23px;
}
.ms-con .ul01 li a.a4:hover {
  background: #268cd4 url("2017_ms_ico05_h.png") no-repeat center 23px;
}
.ms-con .ul01 li a.a5 {
  background: #e8f4fd url("2017_ms_ico06.png") no-repeat center 30px;
}
.ms-con .ul01 li a.a5:hover {
  background: #268cd4 url("2017_ms_ico06_h.png") no-repeat center 30px;
}
.ms-con .ul01 li a.a6 {
  background: #e8f4fd url("2017_ms_ico07.png") no-repeat center 30px;
}
.ms-con .ul01 li a.a6:hover {
  background: #268cd4 url("2017_ms_ico07_h.png") no-repeat center 30px;
}
.ms-con .ul01 li a.a7 {
  background: #e8f4fd url("2017_ms_ico08.png") no-repeat center 30px;
}
.ms-con .ul01 li a.a7:hover {
  background: #268cd4 url("2017_ms_ico08_h.png") no-repeat center 30px;
}
.ms-con .ul01 li a.a8 {
  background: #e8f4fd url("2017_ms_ico09.png") no-repeat center 30px;
}
.ms-con .ul01 li a.a8:hover {
  background: #268cd4 url("2017_ms_ico09_h.png") no-repeat center 30px;
}
.ms-con .r-box {
  background: #f8f8f8;
  padding: 20px;
  margin-top: 20px;
}
.ms-con .r-box h3 {
  padding-left: 10px;
}
.ms-con .r-box h3 a {
  font: bold 20px/38px "微软雅黑";
  color: #268cd4;
}
.ms-con .r-box ul {
  zoom: 1;
  margin-top: 20px;
}
.ms-con .r-box ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ms-con .r-box ul li {
  display: inline-block;
  float: left;
  width: 150px;
  margin: 10px 0 0 10px;
  text-align: left;
}
.ms-con .r-box ul li a {
  display: inline-block;
  height: 68px;
  padding-left: 56px;
  width: 94px;
  font: 18px/68px "微软雅黑";
  color: #fff;
}
.ms-con .r-box ul li a:hover {
  text-decoration: underline;
}
.ms-con .r-box ul li a.a1 {
  background: #268cd4 url("2017_ms_ico10.png") no-repeat 20px center;
}
.ms-con .r-box ul li a.a2 {
  background: #268cd4 url("2017_ms_ico11.png") no-repeat 20px center;
}
.ms-con .r-box ul li a.a3 {
  background: #268cd4 url("2017_ms_ico12.png") no-repeat 20px center;
}
.ms-con .r-box ul li a.a4 {
  background: #268cd4 url("2017_ms_ico13.png") no-repeat 20px center;
}
.ms-con .b-box {
  margin-top: 20px;
  zoom: 1;
}
.ms-con .b-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ms-con .b-box li {
  display: inline-block;
  float: left;
  width: 270px;
  margin-left: 20px;
}
.ms-con .b-box li:first-child {
  margin-left: 0;
}
.ms-con .b-box li img {
  width: 270px;
  height: 98px;
}
.hd-con {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 20px 20px 20px;
  background: #fff;
  position: relative;
}
.hd-con .t-pic {
  zoom: 1;
}
.hd-con .t-pic:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hd-con .t-pic li {
  display: inline-block;
  float: left;
  width: 273px;
  margin-left: 16px;
}
.hd-con .t-pic li:first-child {
  margin-left: 0;
}
.hd-con .t-pic li img {
  width: 273px;
  height: 120px;
}
.hd-con .col-3-1 {
  width: 365px;
  float: left;
  padding-left: 0;
}
.hd-con .col-3-2 {
  width: 365px;
  float: left;
  padding-left: 20px;
}
.hd-con .col-3-3 {
  width: 370px;
  float: left;
  padding-left: 20px;
}
.hd-con .r-ul {
  zoom: 1;
}
.hd-con .r-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hd-con .r-ul li {
  display: inline-block;
  width: 146px;
  height: 70px;
  padding-left: 34px;
  background: #f5f5f5;
  text-align: left;
}
.hd-con .r-ul li:nth-of-type(odd) {
  float: left;
}
.hd-con .r-ul li:nth-of-type(even) {
  float: right;
}
.hd-con .r-ul li a {
  display: inline-block;
  padding-left: 40px;
  font: 16px/70px "微软雅黑";
  color: #333;
}
.hd-con .r-ul li a:hover {
  color: #f60;
}
.hd-con .r-ul li a.a1 {
  background: url("2017_hd_ico02.png") no-repeat left center;
}
.hd-con .r-ul li a.a2 {
  background: url("2017_hd_ico03.png") no-repeat left center;
}
.hd-con .r-ul li a.a3 {
  background: url("2017_hd_ico04.png") no-repeat left center;
}
.hd-con .r-ul li a.a4 {
  background: url("2017_hd_ico05.png") no-repeat left center;
}
.hd-con .r-ul li a.a5 {
  background: url("2017_hd_ico06.png") no-repeat left center;
}
.hd-con .r-ul li a.a6 {
  background: url("2017_hd_ico07.png") no-repeat left center;
}
.sq-con {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 20px 20px 20px;
  background: #fff;
  position: relative;
}
.sq-con .col-2-1 {
  width: 560px;
  float: left;
  padding-left: 0;
}
.sq-con .col-2-2 {
  width: 560px;
  float: left;
  padding-left: 20px;
}
.sq-con .tab-ul {
  display: inline-block;
  float: left;
  width: 130px;
  margin-left: 8px;
  background: url("2017_sq_ulbg.png") no-repeat left top;
  padding: 38px 0;
}
.sq-con .tab-ul li {
  height: 70px;
  background: url("2017_sq_ico02.png") no-repeat left center;
  padding-left: 25px;
  font: 16px/70px "微软雅黑";
  color: #333;
  cursor: pointer;
}
.sq-con .tab-ul li.cur {
  background: url("2017_sq_ico02_h.png") no-repeat left center;
  color: #e53024;
  font-weight: bold;
}
.sq-con .mbox {
  display: inline-block;
  float: right;
  width: 400px;
  height: 388px;
  overflow: hidden;
}
.sq-con .mbox p {
  font: 16px/24px "微软雅黑";
  color: #666;
  text-indent: 2em;
}
.sq-con .mbox p a {
  color: #e53024;
}
.sq-con .mbox p a:hover {
  text-decoration: underline;
}
.sq-con .r-pic {
  margin-top: 20px;
  zoom: 1;
}
.sq-con .r-pic:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sq-con .r-pic a {
  display: inline-block;
  float: left;
  width: 180px;
  margin-left: 10px;
}
.sq-con .r-pic a:first-child {
  margin-left: 0;
}
.sq-con .r-pic a img {
  width: 180px;
  height: 130px;
}
.sq-con h3 a {
  font: bold 20px/24px "微软雅黑";
}
.sq-con h3 a.tit01 {
  color: #333;
}
.sq-con h3 a.tit02 {
  color: #258cd4;
}
.sq-con .dsj-box {
  zoom: 1;
}
.sq-con .dsj-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sq-con .dsj-box tr td {
  width: 132px;
  padding: 10px 0 0 10px;
}
.sq-con .dsj-box tr td:first-child {
  padding-left: 0;
}
.sq-con .dsj-box tr td a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 90%;
  padding: 0 5%;
  height: 70px;
  font: 16px/22px "微软雅黑";
  color: #fff;
}
.sq-con .dsj-box tr td a:hover {
  text-decoration: underline;
}
.sq-con .dsj-box tr td a.a1 {
  background: #f2938a;
}
.sq-con .dsj-box tr td a.a2 {
  background: #70b4e2;
}
.sq-con .dsj-box tr td a.a3 {
  background: #be81d8;
}
.sq-con .dsj-box tr td a.a4 {
  background: #e0c65f;
}
.sq-con .dsj-box tr td a.a5 {
  background: #75d49d;
}
.sq-con .dsj-box tr td a.a6 {
  background: #e5b76e;
}
.sq-con .dsj-box tr td a.a7 {
  background: #5fe3c9;
}
.sq-con .dsj-box tr td a.a8 {
  background: #73b5e0;
}
.sq-con dl {
  zoom: 1;
  margin-top: 20px;
}
.sq-con dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sq-con dl dt {
  display: inline-block;
  float: left;
  width: 332px;
}
.sq-con dl dt img {
  width: 332px;
  height: 250px;
}
.sq-con dl dd {
  display: inline-block;
  float: right;
  width: 778px;
  height: 250px;
  overflow: hidden;
}
.sq-con dl dd p {
  font: 16px/36px "微软雅黑";
  text-indent: 2em;
  color: #666;
}
.sq-con dl dd p a {
  color: #e53024;
}
.sq-con dl dd p a:hover {
  text-decoration: underline;
}
.hnxn-con {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 20px 20px 20px;
  background: #fff;
  position: relative;
}
.hnxn-con .list-global li a {
  background: url("2017_index_li_ico.png") no-repeat left center;
}
.hnxn-con .hnxn-row01 {
  zoom: 1;
}
.hnxn-con .hnxn-row01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hnxn-con .hnxn-row01 .col-2-1 {
  width: 560px;
  float: left;
  padding-left: 0;
}
.hnxn-con .hnxn-row01 .col-2-2 {
  width: 560px;
  float: left;
  padding-left: 20px;
}
.hnxn-con .hnxn-row01 .tab-ul {
  zoom: 1;
}
.hnxn-con .hnxn-row01 .tab-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hnxn-con .hnxn-row01 .tab-ul li {
  display: inline-block;
  float: left;
  margin-right: 40px;
}
.hnxn-con .hnxn-row01 .tab-ul li a {
  font: 24px/30px "微软雅黑";
  color: #999;
}
.hnxn-con .hnxn-row01 .tab-ul li.cur a {
  font-weight: bold;
  color: #278dd4;
}
.hnxn-con .hnxn-row01 dl {
  zoom: 1;
  border-bottom: 1px solid #ececec;
  padding: 15px 0;
}
.hnxn-con .hnxn-row01 dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hnxn-con .hnxn-row01 dl dt {
  display: inline-block;
  float: left;
  width: 126px;
}
.hnxn-con .hnxn-row01 dl dt img {
  width: 120px;
  height: 78px;
  border: 3px solid #ececec;
}
.hnxn-con .hnxn-row01 dl dd {
  display: inline-block;
  float: right;
  width: 414px;
}
.hnxn-con .hnxn-row01 dl dd h3 {
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hnxn-con .hnxn-row01 dl dd h3 a {
  font: 20px/36px "微软雅黑";
  color: #dd1506;
}
.hnxn-con .hnxn-row01 dl dd h3 a:hover {
  color: #f60;
}
.hnxn-con .hnxn-row01 dl dd p {
  text-indent: 2em;
  font: 16px/24px "微软雅黑";
  color: #999;
  height: 48px;
  overflow: hidden;
}
.hnxn-con .hnxn-row01 .tit a {
  font: bold 24px/30px "微软雅黑";
  color: #278dd4;
}
.hnxn-con .hnxn-row01 .tit01 {
  margin-top: 10px;
  background: #f5f5f5;
  padding-left: 15px;
  font: bold 16px/32px "微软雅黑";
  color: #666;
}
.hnxn-con .hnxn-row01 .pic {
  zoom: 1;
}
.hnxn-con .hnxn-row01 .pic:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hnxn-con .hnxn-row01 .pic img {
  width: 268px;
  height: 68px;
  border: 1px solid #ececec;
}
.hnxn-con .hnxn-row02 {
  zoom: 1;
  margin-top: 20px;
}
.hnxn-con .hnxn-row02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hnxn-con .hnxn-row02 .col-2-1 {
  width: 850px;
  float: left;
  padding-left: 0;
}
.hnxn-con .hnxn-row02 .col-2-2 {
  width: 270px;
  float: left;
  padding-left: 20px;
}
.hnxn-con .hnxn-row02 .tab-tit {
  border-bottom: 1px solid #278dd4;
  zoom: 1;
}
.hnxn-con .hnxn-row02 .tab-tit:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hnxn-con .hnxn-row02 .tab-tit strong {
  display: inline-block;
  float: left;
  font: bold 24px/50px "微软雅黑";
  color: #278dd4;
}
.hnxn-con .hnxn-row02 .tab-tit ul {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
.hnxn-con .hnxn-row02 .tab-tit ul li {
  display: inline-block;
  float: left;
}
.hnxn-con .hnxn-row02 .tab-tit ul li span {
  margin: 0 20px;
  font: 16px/40px "微软雅黑";
  color: #999;
}
.hnxn-con .hnxn-row02 .tab-tit ul li a {
  font: 16px/40px "微软雅黑";
  color: #999;
}
.hnxn-con .hnxn-row02 .tab-tit ul li.cur a {
  color: #dd1506;
}
.hnxn-con .hnxn-row02 dl {
  margin-top: 15px;
  zoom: 1;
}
.hnxn-con .hnxn-row02 dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hnxn-con .hnxn-row02 dl dt {
  display: inline-block;
  float: left;
  width: 240px;
}
.hnxn-con .hnxn-row02 dl dt img {
  width: 240px;
  height: 244px;
}
.hnxn-con .hnxn-row02 dl dd {
  display: inline-block;
  float: right;
  width: 590px;
}
.hnxn-con .hnxn-row02 .pic img {
  width: 270px;
  height: 90px;
}
.yzsg-con {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 20px 20px 20px;
  background: #fff;
  position: relative;
}
.yzsg-con .col-2-1 {
  width: 820px;
  float: left;
  padding-left: 0;
}
.yzsg-con .col-2-2 {
  width: 300px;
  float: left;
  padding-left: 20px;
}
.yzsg-con .tit01 {
  height: 48px;
  background: url("2017_yzsg_line.png") repeat-x left bottom;
}
.yzsg-con .tit01 strong {
  display: inline-block;
  background: #fff url("2017_yzsg_ico01.png") no-repeat left center;
  padding: 0 20px 0 72px;
  font: bold 32px/48px "微软雅黑";
  color: #278dd4;
}
.yzsg-con .tit01 span {
  margin: 24px 0 0 20px;
}
.yzsg-con .tit01 span a {
  font: 18px/24px "微软雅黑";
  color: #e43021;
}
.yzsg-con .tit01 span a:hover {
  color: #f60;
}
.yzsg-con .tit01 span em {
  margin: 0 10px;
  font: 18px/24px "微软雅黑";
  color: #e43021;
}
.yzsg-con .list-global li a {
  background: none;
  padding-left: 0;
  width: 100%;
}
.yzsg-con #focus {
  display: inline-block;
  float: left;
  width: 330px;
  height: 200px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.yzsg-con #focus ul {
  height: 200px;
  position: absolute;
}
.yzsg-con #focus ul li {
  float: left;
  width: 330px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.yzsg-con #focus ul li img {
  width: 330px;
  height: 200px;
}
.yzsg-con #focus ul li p {
  width: 330px;
  height: 40px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}
.yzsg-con #focus ul li p a {
  margin-left: 20px;
  font: 12px/40px Arial, Helvetica, sans-serif;
  color: #fff;
}
.yzsg-con #focus ul li div {
  position: absolute;
  overflow: hidden;
}
.yzsg-con #focus .btnBg {
  position: absolute;
  width: 482px;
  height: 20px;
  left: 0;
  bottom: 0;
}
.yzsg-con #focus .btn {
  position: absolute;
  width: 242px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 5px;
  text-align: right;
}
.yzsg-con #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 20px;
  height: 3px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.yzsg-con #focus .btn span.on {
  background: #26b864;
}
.yzsg-con .yzsg-r01 {
  display: inline-block;
  float: right;
  width: 470px;
}
.yzsg-con .yzsg-r01 dl.line {
  margin-top: 10px;
  background: url("2017_index_line.png") repeat-x left top;
  padding-top: 10px;
}
.yzsg-con .yzsg-r01 dl dt {
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yzsg-con .yzsg-r01 dl dt a {
  font: 24px/30px "微软雅黑";
  color: #333;
}
.yzsg-con .yzsg-r01 dl dt a:hover {
  color: #f60;
}
.yzsg-con .yzsg-r01 dl dd {
  padding-top: 10px;
  height: 48px;
  overflow: hidden;
  font: 16px/24px "微软雅黑";
  color: #999;
}
.yzsg-con .szsg-box {
  zoom: 1;
  margin-top: 20px;
}
.yzsg-con .szsg-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.yzsg-con .szsg-box .lbox {
  display: inline-block;
  float: left;
  width: 330px;
}
.yzsg-con .szsg-box .lbox h2 {
  background: url("2017_yzsg_ico02.png") no-repeat left center;
  padding-left: 20px;
  font: bold 20px/26px "微软雅黑";
  color: #333;
}
.yzsg-con .szsg-box .lbox dl {
  zoom: 1;
  margin-top: 15px;
}
.yzsg-con .szsg-box .lbox dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.yzsg-con .szsg-box .lbox dl dt {
  display: inline-block;
  float: left;
  width: 140px;
}
.yzsg-con .szsg-box .lbox dl dt img {
  width: 140px;
  height: 104px;
}
.yzsg-con .szsg-box .lbox dl dd {
  display: inline-block;
  float: right;
  width: 178px;
}
.yzsg-con .szsg-box .lbox dl dd h3 {
  height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yzsg-con .szsg-box .lbox dl dd h3 a {
  font: bold 18px/26px "微软雅黑";
  color: #333;
}
.yzsg-con .szsg-box .lbox dl dd h3 a:hover {
  color: #f60;
}
.yzsg-con .szsg-box .lbox dl dd p {
  margin-top: 10px;
  height: 66px;
  overflow: hidden;
  font: 14px/22px "微软雅黑";
  color: #333;
}
.yzsg-con .szsg-box .lbox .bot-a a {
  display: inline-block;
  margin-right: 20px;
  font: 16px/40px "微软雅黑";
  color: #333;
}
.yzsg-con .szsg-box .lbox .bot-a a:hover {
  color: #f60;
}
.yzsg-con .szsg-box .rbox {
  display: inline-block;
  float: right;
  width: 470px;
}
.yzsg-con .jdjs-box {
  margin-top: 20px;
  position: relative;
  height: 380px;
}
.yzsg-con .jdjs-box li {
  display: inline-block;
  width: 290px;
  height: 380px;
  position: absolute;
}
.yzsg-con .jdjs-box li img {
  width: 290px;
  height: 380px;
  z-index: 1;
}
.yzsg-con .jdjs-box li span {
  position: absolute;
  left: 36px;
  bottom: 0;
  font: 24px/60px "微软雅黑";
  color: #fff;
  z-index: 2;
}
.yzsg-con .jdjs-box li.li01 {
  left: 0;
  top: 0;
  z-index: 5;
}
.yzsg-con .jdjs-box li.li02 {
  left: 265px;
  top: 0;
  z-index: 4;
}
.yzsg-con .jdjs-box li.li03 {
  left: 528px;
  top: 0;
  z-index: 3;
}
.yzsg-con .right-b {
  background: #f5f5f5 url("2017_yzsg_ico03.png") no-repeat center top;
  padding: 20px;
}
.yzsg-con .right-b h2 {
  font: 30px/40px "微软雅黑";
  color: #333;
}
.yzsg-con .right-b .video {
  height: 194px;
  position: relative;
  z-index: 1;
}
.yzsg-con .right-b .video img {
  width: 260px;
  height: 194px;
}
.yzsg-con .right-b .video a {
  display: inline-block;
  width: 59px;
  height: 59px;
  background: url("2017_yzsg_btn_play.png") no-repeat;
  position: absolute;
  left: 100px;
  top: 67px;
  z-index: 5;
  text-indent: -9999px;
}
.yzsg-con .right-b h3 {
  font: bold 20px/30px "微软雅黑";
  color: #f4511e;
}
.yzsg-con .right-b .r-dl {
  zoom: 1;
  margin-top: 15px;
}
.yzsg-con .right-b .r-dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.yzsg-con .right-b .r-dl dt {
  display: inline-block;
  float: left;
  width: 120px;
}
.yzsg-con .right-b .r-dl dt img {
  width: 120px;
  height: 90px;
}
.yzsg-con .right-b .r-dl dd {
  display: inline-block;
  float: right;
  width: 120px;
}
.yzsg-con .right-b .r-dl dd .js {
  font: 16px/20px "微软雅黑";
  color: #333;
  height: 60px;
  overflow: hidden;
}
.yzsg-con .right-b .r-dl dd a {
  font: 14px/24px "微软雅黑";
  color: #e43021;
}
.yzsg-con .right-b .r-dl dd a:hover {
  text-decoration: underline;
}
.zsyz-con {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 20px 20px 20px;
  background: #fff;
  position: relative;
}
.zsyz-con .tab-ul {
  zoom: 1;
}
.zsyz-con .tab-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zsyz-con .tab-ul li {
  display: inline-block;
  float: left;
  margin-right: 40px;
}
.zsyz-con .tab-ul li a {
  font: 24px/30px "微软雅黑";
  color: #999;
}
.zsyz-con .tab-ul li.cur a {
  font-weight: bold;
  color: #278dd4;
}
.zsyz-con .zsyz-row01 {
  zoom: 1;
}
.zsyz-con .zsyz-row01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zsyz-con .zsyz-row01 #focus {
  display: inline-block;
  float: left;
  width: 560px;
  height: 338px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.zsyz-con .zsyz-row01 #focus ul {
  height: 338px;
  position: absolute;
}
.zsyz-con .zsyz-row01 #focus ul li {
  float: left;
  width: 560px;
  height: 338px;
  overflow: hidden;
  position: relative;
}
.zsyz-con .zsyz-row01 #focus ul li img {
  width: 560px;
  height: 338px;
}
.zsyz-con .zsyz-row01 #focus ul li p {
  width: 560px;
  height: 40px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}
.zsyz-con .zsyz-row01 #focus ul li p a {
  margin-left: 20px;
  font: 12px/40px Arial, Helvetica, sans-serif;
  color: #fff;
}
.zsyz-con .zsyz-row01 #focus ul li div {
  position: absolute;
  overflow: hidden;
}
.zsyz-con .zsyz-row01 #focus .btnBg {
  position: absolute;
  width: 482px;
  height: 20px;
  left: 0;
  bottom: 0;
}
.zsyz-con .zsyz-row01 #focus .btn {
  position: absolute;
  width: 242px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 5px;
  text-align: right;
}
.zsyz-con .zsyz-row01 #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 20px;
  height: 3px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.zsyz-con .zsyz-row01 #focus .btn span.on {
  background: #26b864;
}
.zsyz-con .zsyz-row01 .rbox {
  display: inline-block;
  float: right;
  width: 560px;
}
.zsyz-con .zsyz-row01 dl {
  border-bottom: 1px solid #ececec;
  padding: 15px 0;
}
.zsyz-con .zsyz-row01 dl dt {
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zsyz-con .zsyz-row01 dl dt a {
  font: 20px/36px "微软雅黑";
  color: #dd1506;
}
.zsyz-con .zsyz-row01 dl dt a:hover {
  color: #f60;
}
.zsyz-con .zsyz-row01 dl dd {
  text-indent: 2em;
  font: 16px/24px "微软雅黑";
  color: #999;
  height: 48px;
  overflow: hidden;
}
.zsyz-con .zsyz-row01 .list-global li a {
  background: url("2017_index_li_ico.png") no-repeat left center;
}
.zsyz-con .zsyz-row02 {
  background: #f5f5f5;
  margin-top: 20px;
  zoom: 1;
  padding: 20px;
}
.zsyz-con .zsyz-row02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zsyz-con .zsyz-row02 .lbox {
  display: inline-block;
  float: left;
  width: 450px;
  height: 250px;
  overflow: hidden;
}
.zsyz-con .zsyz-row02 .lbox p {
  font: 16px/30px "微软雅黑";
  color: #333;
}
.zsyz-con .zsyz-row02 .lbox p a {
  color: #dd1506;
}
.zsyz-con .zsyz-row02 .lbox p a:hover {
  color: #f60;
}
.zsyz-con .zsyz-row02 .rbox {
  display: inline-block;
  float: right;
  width: 624px;
}
.zsyz-con .zsyz-row02 .rbox a {
  display: inline-block;
  float: left;
  width: 208px;
}
.zsyz-con .zsyz-row02 .rbox a img {
  width: 208px;
  height: 249px;
}
.zsyz-con .zsyz-row03 {
  margin-top: 20px;
  zoom: 1;
}
.zsyz-con .zsyz-row03:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zsyz-con .zsyz-row03 .col-2-1 {
  width: 850px;
  float: left;
  padding-left: 0;
}
.zsyz-con .zsyz-row03 .col-2-2 {
  width: 270px;
  float: left;
  padding-left: 20px;
}
.zsyz-con .zsyz-row03 .tab-tit {
  border-bottom: 1px solid #278dd4;
  zoom: 1;
}
.zsyz-con .zsyz-row03 .tab-tit:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zsyz-con .zsyz-row03 .tab-tit strong {
  display: inline-block;
  float: left;
  font: bold 24px/50px "微软雅黑";
  color: #278dd4;
}
.zsyz-con .zsyz-row03 .tab-tit ul {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
.zsyz-con .zsyz-row03 .tab-tit ul li {
  display: inline-block;
  float: left;
}
.zsyz-con .zsyz-row03 .tab-tit ul li span {
  margin: 0 20px;
  font: 16px/40px "微软雅黑";
  color: #999;
}
.zsyz-con .zsyz-row03 .tab-tit ul li a {
  font: 16px/40px "微软雅黑";
  color: #999;
}
.zsyz-con .zsyz-row03 .tab-tit ul li.cur a {
  color: #dd1506;
}
.zsyz-con .zsyz-row03 .r-pic img {
  width: 270px;
  height: 95px;
}
.ldzc-con {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 20px 20px 20px;
  background: #fff;
  position: relative;
}
.ldzc-con .lbox {
  display: inline-block;
  float: left;
  width: 240px;
}
.ldzc-con .lbox li {
  margin-bottom: 10px;
}
.ldzc-con .lbox li a {
  display: inline-block;
  width: 210px;
  border: 1px solid #e4e4e4;
  padding-left: 28px;
  background: url("2017_ldzc_ico01.png") no-repeat 203px center;
  font: 18px/36px "微软雅黑";
  color: #333;
}
.ldzc-con .lbox li a:hover,
.ldzc-con .lbox li a.cur {
  border: 1px solid #01579b;
  color: #fff;
  background: #258cd4 url("2017_ldzc_ico01_h.png") no-repeat 203px center;
}
.ldzc-con .rbox {
  display: inline-block;
  float: right;
  width: 870px;
}
.ldzc-con .rbox dl {
  zoom: 1;
}
.ldzc-con .rbox dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ldzc-con .rbox dl dt {
  display: inline-block;
  float: left;
  width: 150px;
  height: 200px;
  padding: 5px;
  border: 1px solid #e9e9e9;
}
.ldzc-con .rbox dl dt img {
  width: 150px;
  height: 200px;
}
.ldzc-con .rbox dl dd {
  display: inline-block;
  float: right;
  width: 680px;
}
.ldzc-con .rbox dl dd p {
  font: 18px/32px "微软雅黑";
  color: #333;
}
.ldzc-con .rbox .bbox {
  border-top: 1px solid #cfcfcf;
  margin-top: 30px;
  padding-top: 30px;
}
.ldzc-con .rbox .bbox h3 {
  font: bold 20px/42px "微软雅黑";
  color: #258cd4;
}
.ldzc-con .rbox .bbox p {
  font: 16px/42px "微软雅黑";
  color: #333;
}
.szxx-con {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 20px 20px 20px;
  background: #fff;
  position: relative;
  zoom: 1;
}
.szxx-con:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.szxx-con .col-2-1 {
  width: 300px;
  float: left;
  padding-left: 0;
}
.szxx-con .col-2-2 {
  width: 820px;
  float: left;
  padding-left: 20px;
}
.szxx-con .lbox {
  background: #f5f5f5;
  padding: 25px;
}
.szxx-con .lbox h2 {
  font: 24px/24px "微软雅黑";
  color: #e6463d;
}
.szxx-con .lbox ul li {
  height: 70px;
  margin-top: 20px;
}
.szxx-con .lbox ul li a {
  display: inline-block;
  width: 142px;
  padding-left: 108px;
  font: 20px/70px "微软雅黑";
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.szxx-con .lbox ul li a:hover,
.szxx-con .lbox ul li a.cur {
  color: #fff;
}
.szxx-con .lbox ul li a.a1 {
  background: #fff url("2017_szxx_ico01.png") no-repeat 35px center;
}
.szxx-con .lbox ul li a.a1:hover,
.szxx-con .lbox ul li a.a1.cur {
  background: #268cd4 url("2017_szxx_ico01_h.png") no-repeat 35px center;
}
.szxx-con .lbox ul li a.a2 {
  background: #fff url("2017_szxx_ico02.png") no-repeat 35px center;
}
.szxx-con .lbox ul li a.a2:hover,
.szxx-con .lbox ul li a.a2.cur {
  background: #268cd4 url("2017_szxx_ico02_h.png") no-repeat 35px center;
}
.szxx-con .lbox ul li a.a3 {
  background: #fff url("2017_szxx_ico03.png") no-repeat 35px center;
}
.szxx-con .lbox ul li a.a3:hover,
.szxx-con .lbox ul li a.a3.cur {
  background: #268cd4 url("2017_szxx_ico03_h.png") no-repeat 35px center;
}
.szxx-con .lbox ul li a.a4 {
  background: #fff url("2017_szxx_ico04.png") no-repeat 35px center;
}
.szxx-con .lbox ul li a.a4:hover,
.szxx-con .lbox ul li a.a4.cur {
  background: #268cd4 url("2017_szxx_ico04_h.png") no-repeat 35px center;
}
.szxx-con .lbox ul li a.a5 {
  background: #fff url("2017_szxx_ico05.png") no-repeat 35px center;
}
.szxx-con .lbox ul li a.a5:hover,
.szxx-con .lbox ul li a.a5.cur {
  background: #268cd4 url("2017_szxx_ico05_h.png") no-repeat 35px center;
}
.szxx-con .lbox ul li a.a6 {
  background: #fff url("2017_szxx_ico06.png") no-repeat 35px center;
}
.szxx-con .lbox ul li a.a6:hover,
.szxx-con .lbox ul li a.a6.cur {
  background: #268cd4 url("2017_szxx_ico06_h.png") no-repeat 35px center;
}
.szxx-con .from-box {
  zoom: 1;
}
.szxx-con .from-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.szxx-con .from-box strong {
  display: inline-block;
  float: left;
  font: bold 24px/28px "微软雅黑";
  color: #4095d7;
}
.szxx-con .from-box form {
  display: inline-block;
  float: right;
}
.szxx-con .from-box form label {
  display: inline-block;
  float: left;
  padding: 0 10px 0 30px;
  font: 16px/28px "微软雅黑";
  color: #333;
}
.szxx-con .from-box form .sr {
  display: inline-block;
  float: left;
  width: 148px;
  height: 26px;
  border: 1px solid #ddd;
  padding-left: 20px;
  font: 16px/26px "微软雅黑";
  color: #333;
}
.szxx-con .from-box form .btn {
  display: inline-block;
  float: left;
  width: 94px;
  height: 28px;
  border: none;
  margin-left: 10px;
  background: #ff3d00 url("2017_szxx_ico007.png") no-repeat 14px center;
  padding-left: 42px;
  font: 16px/28px "微软雅黑";
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.szxx-con .table01 {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.szxx-con .table01 th {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #f0f8fe;
  font: bold 16px/40px "微软雅黑";
  color: #333;
  text-align: center;
}
.szxx-con .table01 tr td {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font: 16px/40px "微软雅黑";
  color: #333;
  text-align: center;
}
.szxx-con .table01 tr td:nth-of-type(2) {
  width: 50%;
  padding-left: 20px;
  text-align: left;
}
.szxx-con .table01 tr td:nth-of-type(2) a {
  font: 16px/40px "微软雅黑";
  color: #333;
}
.szxx-con .table01 tr td:nth-of-type(2) a:hover {
  color: #f60;
}
.szxx-con .table01 tr td:nth-of-type(4) {
  color: #999;
}
.szxx-con .xx-top {
  background: #fafafa url("2017_szxx_ico08.png") no-repeat left top;
  padding: 25px;
}
.szxx-con .xx-top h2 {
  font: 24px/24px "微软雅黑";
  color: #ff3d00;
  text-align: center;
}
.szxx-con .xx-top p {
  font: 16px/30px "微软雅黑";
  color: #666;
  text-align: left;
}
.szxx-con .xx-form {
  margin-top: 20px;
}
.szxx-con .xx-form h2 {
  background: url("2017_szxx_ico09.png") no-repeat right center;
  font: bold 24px/24px "微软雅黑";
  color: #268cd4;
  padding-left: 20px;
}
.szxx-con .xx-form td {
  padding: 3px 0;
  font: 16px/30px "微软雅黑";
  color: #333;
}
.szxx-con .xx-form td.td-tit {
  text-align: right;
  padding-right: 20px;
}
.szxx-con .xx-form td em {
  color: #f00;
  margin-left: 5px;
}
.szxx-con .xx-form td .sr {
  width: 230px;
  height: 30px;
  padding-left: 20px;
  border: none;
  background: #f5f5f5;
  font: 16px/30px "微软雅黑";
  color: #333;
}
.szxx-con .xx-form td .sr01 {
  width: 652px;
  height: 30px;
  padding-left: 20px;
  border: none;
  background: #f5f5f5;
  font: 16px/30px "微软雅黑";
  color: #333;
}
.szxx-con .xx-form td .sr02 {
  display: inline-block;
  float: left;
  width: 140px;
  height: 30px;
  padding-left: 20px;
  border: none;
  background: #f5f5f5;
  font: 16px/30px "微软雅黑";
  color: #333;
}
.szxx-con .xx-form td .btn01 {
  display: inline-block;
  float: left;
  border: 1px solid #e4e4e4;
  background: #f5f5f5;
  padding: 0 15px;
  font: 16px/28px "微软雅黑";
  color: #333;
  cursor: pointer;
}
.szxx-con .xx-form td .yzm {
  display: inline-block;
  float: left;
  width: 90px;
}
.szxx-con .xx-form td .yzm img {
  width: 90px;
  height: 30px;
}
.szxx-con .xx-form td label {
  display: inline-block;
  float: left;
  margin-right: 20px;
  font: 16px/30px "微软雅黑";
  color: #333;
}
.szxx-con .xx-form td label input {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 7px 7px 0 0;
}
.szxx-con .xx-form td select {
  width: 250px;
  height: 30px;
  padding-left: 20px;
  border: none;
  background: #f5f5f5;
  font: 16px/30px "微软雅黑";
  color: #333;
}
.szxx-con .xx-form td textarea {
  width: 632px;
  height: 100px;
  padding: 20px;
  border: none;
  background: #f5f5f5;
  font: 16px/30px "微软雅黑";
  color: #333;
}
.szxx-con .xx-form td .btn-tj {
  width: 200px;
  height: 48px;
  border: none;
  background: #ff3d00;
  margin: 0 20px;
  font: 18px/48px "微软雅黑";
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.szxx-con .xx-form td .btn-cz {
  width: 200px;
  height: 48px;
  border: none;
  background: #f5f5f5;
  margin: 0 20px;
  font: 18px/48px "微软雅黑";
  color: #333;
  text-align: center;
  cursor: pointer;
}
.search-con {
  padding: 30px 20px;
  background: url("2017_search_bg.png") repeat left top;
}
.search-con .main {
  width: 1160px;
  margin: 0 auto;
  text-align: left;
}
.search-con .top-search {
  padding-left: 130px;
  zoom: 1;
}
.search-con .top-search:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.search-con .top-search .sr {
  display: inline-block;
  float: left;
  width: 582px;
  height: 58px;
  padding-left: 66px;
  border: 1px solid #ccc;
  border-right: none;
  background: #fff url("2017_search_ico01.png") no-repeat 20px center;
  font: 16px/58px "微软雅黑";
  color: #333;
}
.search-con .btn {
  display: inline-block;
  float: left;
  width: 150px;
  height: 60px;
  border: none;
  background: #f5511e;
  font: 24px/60px "微软雅黑";
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.search-con .btn01 {
  display: inline-block;
  float: left;
  margin-left: 20px;
  background: #268cd4 url("2017_search_ico02.png") no-repeat 25px center;
  padding: 0 25px 0 66px;
  font: 20px/60px "微软雅黑";
  color: #fff;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.search-con .col-2-1 {
  width: 210px;
  float: left;
  padding-left: 0;
}
.search-con .col-2-2 {
  width: 930px;
  float: left;
  padding-left: 20px;
}
.search-con .lbox {
  border: 1px solid #e8e8e8;
  background: #fff;
}
.search-con .lbox h2 {
  border-bottom: 3px solid #42a5f5;
  font: bold 18px/42px "微软雅黑";
  color: #333;
  text-align: center;
}
.search-con .lbox ul {
  padding: 20px;
}
.search-con .lbox ul li a {
  font: 16px/38px "微软雅黑";
  color: #333;
}
.search-con .lbox ul li a:hover {
  color: #f60;
}
.search-con .rbox {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 20px;
}
.search-con .rbox .ts-tit {
  border-bottom: 1px solid #e8e8e8;
  text-align: right;
  font: 16px/38px "微软雅黑";
  color: #333;
}
.search-con .rbox .ts-tit em {
  font-style: normal;
  color: #f30000;
}
.search-con .rbox dl {
  padding: 20px 0;
}
.search-con .rbox dl dt {
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-con .rbox dl dt em {
  font-style: normal;
  font: bold 22px/24px "微软雅黑";
  color: #f30000;
}
.search-con .rbox dl dt a {
  font: bold 22px/24px "微软雅黑";
  color: #268cd4;
}
.search-con .rbox dl dt a:hover {
  color: #f60;
}
.search-con .rbox dl dd p {
  font: 14px/24px "微软雅黑";
  color: #333;
  margin-top: 10px;
}
.search-con .rbox dl dd p em {
  font-style: normal;
  color: #f30000;
}
.search-con .rbox dl dd p span {
  font: 14px/24px "微软雅黑";
  color: #259c00;
}
.wgk-con {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 20px 20px 20px;
  background: #fff;
  position: relative;
}
.wgk-con h3 a {
  font: bold 20px/30px "微软雅黑";
  color: #268cd4;
}
.wgk-con .col-2-1 {
  width: 560px;
  float: left;
  padding-left: 0;
}
.wgk-con .col-2-2 {
  width: 560px;
  float: left;
  padding-left: 20px;
}
.wgk-con .table-jg {
  width: 100%;
  background: #f8f8f8;
  margin-top: 10px;
}
.wgk-con .table-jg td {
  padding: 5px 0 5px 20px;
  text-align: left;
  width: 270px;
}
.wgk-con .table-jg td a {
  background: url("2017_zfjg_ico01.png") no-repeat left center;
  padding-left: 20px;
  font: 16px/26px "微软雅黑";
  color: #333;
}
.wgk-con .table-jg td a:hover {
  color: #f60;
}
