﻿@charset "utf-8";

body {
  overflow-y: scroll;
  *overflow-y: auto;
}

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,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
button,
input,
select,
textarea,
pre {
  font: 12px/1.5 '微软雅黑', arial, tahoma, \5b8b\4f53;
}

input,
select,
textarea {
  font-size: 100%;
}

th {
  text-align: inherit;
}

fieldset,
img {
  border: 0;
  width: 100%;
}

img {
  vertical-align: top;
}

iframe {
  display: block;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  blr: expression(this.onFocus=this.blur());
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline: none;
  outline-offset: 0px;
}

::-webkit-input-placeholder {
  color: #a8a8a8;
}

::-moz-placeholder {
  color: #a8a8a8;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #a8a8a8;
}

/* ie */
input:-moz-placeholder {
  color: #a8a8a8;
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cf {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mb20 {
  margin-bottom: 20px;
}

.h300 {
  height: 665px;
}

.lrp20 {
  padding: 0 20px;
}

.lrm20 {
  margin: 0 20px;
}

/* pc 设备 */
html.isPc {}

html.isPc .wap_box {
  display: none;
}

/* wap 设备 */
/* 媒体查询 */
html.isWap {
  font-size: 50px;
}

html.isWap a:hover {
  text-decoration: none;
}

@media screen and (min-width:320px) {
  html.isWap {
    font-size: 50px;
  }
}

@media screen and (min-width:360px) {
  html.isWap {
    font-size: 56px;
  }
}

@media screen and (min-width:400px) {
  html.isWap {
    font-size: 62px;
  }
}

@media screen and (min-width:480px) {
  html.isWap {
    font-size: 75px;
  }
}

@media screen and (min-width:560px) {
  html.isWap {
    font-size: 87px;
  }
}

@media screen and (min-width:640px) {
  html.isWap {
    font-size: 100px;
  }
}

html.isWap body {
  font-size: 0.24rem;
}

html.isWap .pc_box {
  display: none;
}

.isPc .bdy {
  overflow-x: hidden;
}

.isPc body {
  background: #f8f8f8;
}

.isWap body {
  overflow-x: hidden;
  background: #fff;
}

.wrapper {
  display: none;
}

.isPc .wrapper {}

.isPc .w1200 {
  width: 1200px;
  margin: 0px auto;
}

.isWap .w1200 {}

/*header*/
.isPc body {
  background: #f7f7f7;
}

.isPc .bdy {
  width: 100%;
}

.isPc .header {
  padding: 30px 0;
  background: #fff;
}

.isPc .logo {
  width: 573px;
  height: 99px;
}

.isPc .logo img {
  width: 100%;
  height: 99px;
}

.isPc .t_btn {
  width: 300px;
}

.isPc .t_btn a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.isPc .t_btn_l {
  width: 190px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #d2c398;
  margin-right: 5px;
}

.isPc .t_btn_r {
  width: 66px;
  position: relative;
  padding: 0 0 0px 5px;
  background: #a18055;
  display: block;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}

.isPc .t_btn_r .bt {
  height: 20px;
  padding-right: 5px;
  display: block;
  background: url(arr.png) no-repeat 52px 7px;
}

.isPc .t_btn_r .bt:hover ul {
  display: block;
}

.isPc .t_btn_r .lis {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0px;
  display: none;
  background: #9c794f;
}

.isPc .t_btn_r .lis li {
  text-align: center;
  line-height: 22px;
  margin-bottom: 2px;
}

.isPc .t_btn_r .lis li:hover {
  background: #d2c398;
}

.isWap body {
  background: #f7f7f7;
}

.isWap .bdy {
  width: 100%;
  background: #d2dcec;
}

.isWap .header {
  padding: 0.3rem 0;
  background: #fff;
}

.isWap .logo {
  width: 80%;
  height: 1.18rem;
  overflow: hidden;
  background: url(logo_new.jpg) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}

.isWap .logo img {
  display: block;
  height: 100%;
  margin: 0px auto;
  visibility: hidden;
}

.isWap .t_btn {
  width: 300px;
}

.isWap .t_btn a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.isWap .t_btn_l {
  width: 190px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #d2c398;
  margin-right: 5px;
}

.isWap .t_btn_r {
  width: 66px;
  position: relative;
  padding: 0 0 0px 5px;
  background: #a18055;
  display: block;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}

.isWap .t_btn_r .bt {
  height: 20px;
  padding-right: 5px;
  display: block;
  background: url(arr.png) no-repeat 52px 7px;
}

.isWap .t_btn_r .bt:hover ul {
  display: block;
}

.isWap .t_btn_r .lis {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0px;
  display: none;
  background: #9c794f;
}

.isWap .t_btn_r .lis li {
  text-align: center;
  line-height: 22px;
  margin-bottom: 2px;
}

.isWap .t_btn_r .lis li:hover {
  background: #d2c398;
}

/* search */
.isPc .searchBox {
  height: 40px;
  background: #d2c398;
}

.isPc .h-search {
  float: right;
  background: #a18055;
  width: 260px;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.isPc .h-search .sInner {
  padding: 0px 45px 0px 0px;
  position: relative;
}

.isPc .h-search .i-text {
  border: none;
  background: none;
  margin: 0px;
  padding: 0px;
  height: 18px;
  line-height: 18px;
  width: 100%;
  padding: 7px 5px 5px 15px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.isPc .h-search .i-text::-webkit-input-placeholder {
  color: #fff;
}

.isPc .h-search .i-text::-moz-placeholder {
  color: #fff;
}

.isPc .h-search .i-text:-ms-input-placeholder {
  color: #fff;
}

.isPc .h-search .i-text:-moz-placeholder {
  color: #fff;
}

.isPc .h-search .i-subm {
  position: absolute;
  width: 46px;
  height: 40px;
  top: 0px;
  right: 0px;
  background: url(fdj_b.png) no-repeat center;
  background-size: 18px 18px;
  font-size: 0px;
  line-height: 0px;
}

/* isWap */
.isWap .h-search-switch {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0px;
  line-height: 0px;
  top: 0.6rem;
}

.isWap .h-search-switch {
  background: url(wap_ico-search.png) no-repeat center;
  background-size: 0.5rem 0.48rem;
  right: 0.1rem;
}

.isWap .header {
  height: 1.18rem;
  position: relative;
  z-index: 9;
  padding: 0.25rem 0 0.4rem 0rem;
}

.isWap .h-inner {
  padding-right: 1.7rem;
}

.isWap .h-search {
  background: #0f4c81;
  position: absolute;
  z-index: 5555;
  top: 1.8rem;
  left: 0;
  width: 100%;
  padding: 0.28rem 0;
}

.isWap .h-search {
  display: none;
}

.isWap .h-search .sInner {
  position: relative;
  margin: 0 0.25rem;
  padding-right: 0.8rem;
}

.isWap .h-search .i-text {
  background: #fff;
  margin: 0px;
  padding: 0px;
  height: 0.92rem;
  line-height: 0.62rem;
  width: 100%;
  font-size: 0.28rem;
  text-indent: 0.15rem;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.isWap .h-search .i-text::-webkit-input-placeholder {
  color: #59647b;
}

.isWap .h-search .i-text::-moz-placeholder {
  color: #59647b;
}

.isWap .h-search .i-text:-ms-input-placeholder {
  color: #59647b;
}

.isWap .h-search .i-text:-moz-placeholder {
  color: #59647b;
}

.isWap .h-search .i-subm {
  position: absolute;
  width: 0.82rem;
  height: 0.92rem;
  top: 0px;
  right: 0px;
  background: #fff url(wap_ico-search.png) no-repeat center;
  font-size: 0px;
  line-height: 0px;
  background-size: 0.45rem 0.45rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*isPc nav */
.isPc .navBox {
  height: 68px;
  background: #0650ac;
  border-top: 1px solid #96b5db;
  border-bottom: 1px solid #96b5db;
}

.isPc .nav {
  width: 100%;
  margin: 0 auto;
}

.isPc .menuLink {
  display: none;
}

.isPc #mainNav {
  width: 100%;
  height: 30px;
}

.isPc #mainNav ul {
  margin: 0 auto 0;
  width: 1200px;
}

.isPc #mainNav ul li {
  position: relative;
  display: inline-block;
  float: left\9;
  padding: 0 22px;
}

.isPc #mainNav ul li.br0 {
  border-right: 0;
}

.isPc #mainNav>ul li:hover {}

.isPc #mainNav>ul li ul li:hover {
  border-top: 0;
}

.isPc #mainNav ul li.wap_box {
  display: none;
}

.isPc #mainNav ul li a {
  display: block;
  padding: 20px 30px;
  line-height: 28px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
}

.isPc .sfhover {
  background: #186fcf;
  text-decoration: none;
}

.isPc #mainNav ul {
  list-style: none;
}

.isPc #mainNav .has-submenu:hover {
  background: #387fd7;
}

.isPc #minNav ul:after {
  content: "";
  clear: both;
  display: block;
}

.isPc #mainNav ul li:hover ul {
  display: block;
}

.isPc #mainNav ul ul {
  top: 68px;
  left: 0;
  width: 225px;
  padding: 10px 0 5px;
  text-transform: none;
  background: #387fd7;
  z-index: 3;
}

.isPc #mainNav ul ul.sub2 {
  width: 160px;
}

.isPc #mainNav ul ul li {
  padding: 15px;
}

.isPc #mainNav ul ul li a {
  display: block;
  line-height: 24px;
}

.isPc #mainNav ul li a:hover {
  text-decoration: none;
}

.isPc #mainNav ul ul li a:hover {
  text-decoration: underline;
}

.isPc .submenu {
  text-transform: none;
  display: none;
  position: absolute;
  background: #387fd7;
  width: 100%;
  z-index: 3;
}

.isPc #mainNav li .submenu li a {
  text-align: left;
  display: block;
  padding: 0 10px;
  font-size: 20px;
  margin-top: 0;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
}

.isPc #mainNav li.has-submenu .subBtn {
  display: none;
  width: 0;
}

.isPc .disblock {
  display: block;
}

/* isWap nav */
.isWap .nav {
  position: absolute;
  z-index: 9999;
  background: #0f4c81;
  top: 1.8rem;
  left: 0;
  width: 100%;
  height: 900px;
  display: none;
  filter: alpha(opacity=90);
  /* ie 有效*/
  -moz-opacity: 0.9;
  /* Firefox  有效*/
  opacity: 0.9;
  /* 通用，其他浏览器  有效*/
}

.isWap .inp_submit2 {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 1.58rem;
  height: 1.58rem;
  padding: 0;
  background: url(wap_sh_ico.png) no-repeat center;
  background-size: 0.75rem 0.75rem;
}

.isWap .close2 {
  width: 100%;
  background: #0f4c81;
  height: 1.6rem;
}

.isWap .close2 a {
  float: right;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(wap_close_nav.png) no-repeat 0.8rem center;
  background-size: 0.45rem 0.45rem;
}

.isWap .navBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.isWap .nav_submit {
  width: 20px;
  height: 20px;
  display: block;
  background: #0191d7;
}

.isWap .menuLink {
  display: block;
  position: absolute;
  z-index: 999;
  width: 0.4rem;
  height: 0.43rem;
  background: url(wap_nav-btn.png) no-repeat center;
  background-size: 0.4rem 0.43rem;
  left: 0.15rem;
  top: 0.65rem;
}

.isWap #mainNav {
  min-width: inherit;
  float: none;
  width: 100%;
  background-size: cover;
  box-sizing: content-box;
  font-size: 0.3rem;
  position: relative;
  left: 0px;
}

.isWap #mainNav.active {
  max-height: 100%;
}

.isWap #mainNav ul ul i {
  display: none;
}

.isWap #mainNav li .submenu li a {
  color: #fff;
}

.isWap #mainNav li.has-submenu {}

.isWap #mainNav li.has-submenu .sub {
  width: 75%;
  float: left;
}

.isWap #mainNav li.has-submenu .subBtn {
  float: left;
  display: inline;
  width: 0.52rem;
  height: 0.52rem;
  background: url(wap_jia.png) no-repeat center center;
  background-size: 0.35rem 0.35rem;
}

.isWap #mainNav li.has-submenu a.subBtn.active {
  background: url(wap_jian.png) no-repeat center center;
  background-size: 0.35rem 0.35rem;
}

.isWap #mainNav ul {
  list-style: none;
  position: relative;
  display: inline;
}

.isWap #mainNav ul li {
  display: block;
  float: none;
  width: 100%;
  text-transform: uppercase;
}

.isWap #mainNav ul li a {
  color: #fff;
  font-size: 0.36rem;
  position: relative;
  display: block;
  padding: 0.15rem 0.1rem 0.15rem 0.4rem;
  text-transform: uppercase;
}

.isWap #mainNav ul li>ul.sub-menu {
  width: 100%;
  padding: 4px 0;
  background-clip: padding-box;
  padding: 0px;
  background-clip: padding-box;
}

.isWap #mainNav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  overflow: hidden;
  max-height: 0;
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  box-shadow: none;
  border: none;
  padding-left: 5%;
  width: 95%;
}

.isWap #mainNav ul ul.active {
  max-height: 100%;
}

.isWap #mainNav ul ul>li {
  border-top: 0;
  position: relative;
  display: block;
  background: url(ico8.png) no-repeat 10px 22px;
  width: 100%;
  padding: 0;
}

.isWap #mainNav ul ul>li a {
  height: auto;
  font-size: 0.32rem;
  padding: 0.2rem 0.1rem 0.1rem 0.4rem;
  height: auto;
  text-decoration: none;
  border-bottom: 0;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
}

.isWap #mainNav ul ul>li a:hover {
  background: #017cb8;
  color: #fff;
  border-radius: 3px;
}

.isWap .menuBg {
  background: #0191d7;
}

.isWap .closeNav {
  float: right;
  width: 1.58rem;
  height: 1.58rem;
  position: absolute;
  z-index: 9999999;
  right: 0;
}

.isWap .closeNav a {
  display: block;
  width: 100%;
  height: 1.58rem;
  background: url(wap_close.png) no-repeat center;
  background-size: 0.75rem 0.75rem;
}

.isWap #mainNav li.china {
  color: #fff;
  background: #59bf3c;
  font-family: "微软雅黑";
}

/* isPc banner */
.isPc .banner {
  overflow: hidden;
  zoom: 1;
  position: relative;
  font-family: Times;
  width: 1200px;
  margin: 0 auto;
}

.isPc .banner .sliderInner,
.isPc .banner .sliderInner li {
  width: 100%;
  height: 490px;
  overflow: hidden;
  zoom: 1;
}

.isPc .banner .sliderInner {}

.isPc .banner .sliderInner li {
  display: inline;
  float: left;
  position: relative;
}

.isPc .banner .sliderInner a {
  display: block;
}

.isPc .banner .sliderInner img {
  display: block;
  width: 100%;
  height: 490px;
}

.isPc .banner .list-mask {
  position: absolute;
  width: 100%;
  height: 90px;
  background: url(bannerBg.png) repeat left bottom;
  left: 0px;
  bottom: 0px;
}

.isPc .banner .list-text {
  display: block;
  width: 80%;
  height: 100%;
  float: left;
  padding-left: 30px;
}

.isPc .banner .list-text p {
  padding: 0px;
}

.isPc .banner .list-text a {
  color: #fff;
  font-size: 22px;
  line-height: 90px;
}

.isPc .banner .btn-slider {
  display: none;
  position: absolute;
  width: 75px;
  height: 75px;
  font-size: 0px;
  line-height: 0px;
  background: url(btn-slider2.png) no-repeat;
  top: 555px;
}

.isPc .banner .btn-prev {
  left: 50%;
  margin-left: -680px;
}

.isPc .banner .btn-next {
  background-position: -85px 0px;
  left: 50%;
  margin-left: 605px;
}

.isPc .banner .sliderCur {
  font-size: 0px;
  line-height: 0px;
  text-align: center;
  padding: 0px;
  width: 200px;
  position: absolute;
  bottom: 35px;
  right: 0px;
}

.isPc .banner .sliderCur a {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  border-radius: 50%;
  margin-right: 12px;
  background: #fff;
}

.isPc .banner .sliderCur a:hover {
  text-decoration: none;
}

.isPc .banner .sliderCur a.cur {
  background: #00558e;
}

/* isWap banner*/
.isWap .banner {
  overflow: hidden;
  zoom: 1;
  position: relative;
  font-family: Times;
}

.isWap .banner .sliderInner,
.isWap .banner .sliderInner li {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

.isWap .banner .sliderInner {}

.isWap .banner .sliderInner li {
  display: inline;
  float: left;
  position: relative;
  top: 0;
}

.isWap .banner .sliderInner a {
  display: block;
}

.isWap .banner .sliderInner img {
  display: block;
  width: 100%;
}

.isWap .banner .list-mask {}

.isWap .banner .list-text {
  background: #fff;
}

.isWap .banner .list-text p {
  padding: 0.3rem;
  font-size: 0.4rem;
  line-height: 0.55rem;
}

.isWap .banner .list-text a {
  color: #000;
}

.isWap .banner .btn-slider {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0px;
  line-height: 0px;
  background: url(btn-slider2.png) no-repeat;
  top: 0.9rem;
  background-size: 1.7rem 0.75rem;
}

.isWap .banner .btn-prev {
  left: 0;
}

.isWap .banner .btn-next {
  background-position: -0.85rem 0px;
  right: 0px;
}

.isWap .banner .sliderCur {
  font-size: 0px;
  line-height: 0px;
  text-align: center;
  padding: 0.3rem 0 0.5rem;
  background: #fff;
}

.isWap .banner .sliderCur a {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  vertical-align: top;
  margin: 0px 0.2rem;
  background: #aeafaf;
  border-radius: 50%;
}

.isWap .banner .sliderCur a.cur {
  background: #2d66a5;
}

/*main*/
.isPc .main {
  margin: 45px auto 40px;
}

.isPc .main_l {
  width: 398px;
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 10px 0 20px;
  margin-right: 25px;
}

.isPc .main_l h2 {
  color: #0650ac;
  font-size: 22px;
  border-bottom: 1px solid #cacaca;
}

.isPc .main_l h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
  border-bottom: 2px solid #0650ac;
}

.isPc .main_c {
  width: 408px;
  background: #fff;
  border: 1px solid #f0f0f0;
  padding-bottom: 20px;
}

.isPc .main_c h2 {
  text-align: center;
  color: #0650ac;
  font-size: 22px;
  border-top: 1px solid #cacaca;
  background: url(bt_bg.png) repeat;
}

.isPc .main_c h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
}

.isPc .main_r {
  width: 338px;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.isPc .main_r h2 {
  color: #0650ac;
  font-size: 22px;
  border-bottom: 1px solid #cacaca;
}

.isPc .main_r h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
  border-bottom: 2px solid #0650ac;
}

.isWap .main {
  background: #d2dce8;
  padding: 0.5rem 0.25rem 0.4rem;
}

.isWap .main_l {
  width: 100%;
}

.isWap .main_l h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .main_l h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.47rem;
  line-height: 0.47rem;
}

.isWap .main_c {
  width: 100%;
  padding-bottom: 0.2rem;
}

.isWap .main_c h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .main_c h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.47rem;
  line-height: 0.47rem;
}

.isWap .main_r {
  width: 100%;
}

.isWap .main_r h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .main_r h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.47rem;
  line-height: 0.47rem;
}

/*l_tab*/
.isPc #l_tab {
  margin-bottom: 20px;
  overflow: hidden;
}

.isPc #l_tab ul {
  height: 50px;
  margin-bottom: 10px;
}

.isPc #l_tab li {
  float: left;
  line-height: 50px;
  background: url(tab.png) repeat-x left 43px;
  padding: 0 7px;
  margin-right: 25px;
}

.isPc #l_tab li.mr0 {
  margin-right: 0;
}

.isPc #l_tab a {
  text-decoration: none;
  font-size: 22px;
  font-family: "微软雅黑";
  color: #0650ac;
}

.isPc #l_tab a.current {
  display: block;
  text-decoration: none;
  background: url(arr2.png) no-repeat center 43px;
}

.isPc a,
area {
  blr: expression(this.onFocus=this.blur())
}

.isPc :focus {
  outline-style: none;
}

.isPc #l_tab .show {
  clear: both;
  padding: 5px 0;
  display: block;
}

.isPc #l_tab div {
  display: none;
}

.isPc #l_tab h3 {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  margin-bottom: 20px;
}

.isPc #l_tab h3 a {
  color: #333;
}

.isPc #l_tab p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  display: block;
}

.isPc #l_tab h4 {
  text-align: left;
  float: left;
  width: 348px;
  background: url(ico1.png) no-repeat 17px 16px;
  padding: 10px 15px 10px 35px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.isPc #l_tab h4:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 17px 16px;
}

.isPc #l_tab h4:hover a {
  color: #0c4aa1;
}

.isPc #l_tab h4,
.isPc #l_tab h4 a {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.isPc #l_tab h3 a:hover {
  color: #0650ac;
}

.isPc #l_tab .more,
.isPc #l_tab2 .more,
.isPc #l_tab3 .more,
.isPc #gov_tab .more {
  padding-right: 20px;
  display: block;
}

.isPc #l_tab .more a,
.isPc #l_tab2 .more a,
.isPc #l_tab3 .more a,
.isPc #gov_tab .more a {
  float: right;
  font-size: 12px;
  border-radius: 4px;
  color: #fff;
  padding: 0 10px;
  margin-top: 10px;
  background: #a18055;
}

.isWap #l_tab {
  background: #fff;
  border-top: 1px solid #cad3df;
  overflow: hidden;
  padding-bottom: 0.5rem;
}

.isWap #l_tab ul {
  height: 1rem;
  padding: 0.2rem 0;
  margin-bottom: 0.1rem;
  background: url(tab.png) repeat-x left 1.25rem;
}

.isWap #l_tab li {
  float: left;
  line-height: 1rem;
  text-align: center;
  margin: 0 8.7%;
}

.isWap #l_tab li.mr0 {
  margin-right: 0;
}

.isWap #l_tab li a {
  text-decoration: none;
  font-size: 0.4rem;
  font-family: "微软雅黑";
  color: #0650ac;
}

.isWap #l_tab li a.current {
  display: block;
  text-decoration: none;
  border-bottom: 4px solid #2d66a5;
}

.isWap a,
area {
  blr: expression(this.onFocus=this.blur())
}

.isWap :focus {
  outline-style: none;
}

.isWap #l_tab .show {
  clear: both;
  padding: 5px 0;
  display: block;
}

.isWap #l_tab div {
  display: none;
}

.isWap #l_tab h3 {
  overflow: hidden;
  color: #5b5b5b;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ced6e1;
}

.isWap #l_tab h3.lrp20 {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  padding: 0 0 0.3rem;
}

.isWap #l_tab h3 a {
  color: #5b5b5b;
}

.isWap #l_tab h3 span {
  float: left;
  width: 3rem;
  margin-right: 0.2rem;
}

.isWap #l_tab h3 span img {
  width: 100%;
  height: 1.9rem;
}

.isWap #l_tab h3 b {
  display: block;
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.24rem;
  margin-bottom: 0.15rem;
  color: #a5a5a5;
  font-weight: normal;
}

.isWap #l_tab h3 i {
  color: #5b5b5b;
  font-size: 0.28rem;
}

.isWap #l_tab h3 i a {
  color: #5b5b5b;
  width: 100%;
  font-style: normal;
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.isWap #l_tab p {
  display: none;
}

.isWap #l_tab h4 {
  overflow: hidden;
  color: #333;
  margin: 0 0.3rem 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ced6e1;
}

.isWap #l_tab h4 {
  overflow: hidden;
  font-size: 0.2rem;
  color: #5b5b5b;
  line-height: 0.24rem;
  margin-bottom: 0.3rem;
}

.isWap #l_tab h4 a {
  color: #5b5b5b;
}

.isWap #l_tab h4 span {
  float: left;
  width: 3rem;
  margin-right: 0.2rem;
}

.isWap #l_tab h4 span img {
  width: 100%;
  height: 1.9rem;
}

.isWap #l_tab h4 b {
  display: block;
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.2rem;
  margin-bottom: 0.15rem;
  color: #a5a5a5;
  font-weight: normal;
}

.isWap #l_tab h4 i {
  font-style: normal;
  font-size: 0.28rem;
}

.isWap #l_tab h4 i a {
  color: #5b5b5b;
  width: 100%;
  font-style: normal;
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.isWap .more,
.isWap .more {
  background: #a6b9d0;
  text-align: center;
  color: #fff;
  display: block;
  width: 3rem;
  margin: 0 auto;
  border-radius: 0.3rem;
}

.isWap .more a,
.isWap .more a {
  font-size: 0.3rem;
  width: 100%;
  color: #fff;
  display: block;
  width: 3rem;
  margin: 0 auto;
  border-radius: 0.3rem;
}

.isWap .w_kfq {
  background: #fff;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.isWap .w_kfq h2 {
  border-top: 0;
  background: #fff;
  height: 62px;
  border-bottom: 1px solid #d3d7de;
  text-align: center;
  color: #2d66a5;
  margin-bottom: 20px;
}

.isWap .w_kfq h2 span {
  line-height: 1rem;
  display: block;
  width: 25%;
  margin: 0 auto;
  border-bottom: 4px solid #2d66a5;
  font-size: 0.45rem;
}

.isWap .w_kfq h2 a {
  color: #2d66a5;
  font-size: 0.45rem;
}

.isWap .w_kfq dt {
  width: 100%;
}

.isWap .w_kfq dt h3 {
  width: 1.6rem;
  margin-bottom: 0.1rem;
}

.isWap .w_kfq dl {
  margin: 0.3rem 0.3rem 0;
}

.isWap .w_kfq dd b {
  display: block;
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.24rem;
  margin-bottom: 0.15rem;
  color: #a5a5a5;
  font-weight: normal;
}

.isWap .w_kfq dd h3 {
  overflow: hidden;
  font-size: 0.28rem;
  color: #5b5b5b;
  line-height: 0.4rem;
  margin-bottom: 0.3rem;
}

.isWap .w_kfq dd h3 a {
  color: #5b5b5b;
}

.isWap .w_kfq dd {
  padding: 0.3rem 0 0rem;
  border-bottom: 1px solid #ced6e1;
}

/*l_lis*/
.isPc .l_lis {
  margin: 0 0 20px 0;
}

.isPc .l_lis ul {
  padding-top: 10px;
}

.isPc .l_lis li {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 30px 10px 35px;
  background: url(ico1.png) no-repeat 17px 16px;
}

.isPc .l_lis li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 88%;
  display: inline-block;
}

.isPc .l_lis li:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 17px 16px;
}

.isPc .l_lis li a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isPc .l_lis b {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

/*l_v*/
.isPc .l_v {
  margin: 0 20px 20px;
}

.isPc .l_v dl {
  position: relative;
  width: 353px;
  height: 200px;
  display: block;
  margin: 35px auto 20px;
}

.isPc .l_v dt {
  display: none;
  width: 50px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -17px;
}

.isPc .l_v span {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 353px;
  margin: 0 2px;
  display: inline-block;
}

.isPc .l_v .pc_ico {
  display: none;
}

.isPc .l_v .wap_ico {
  display: none;
}

.isWap .l_v {
  margin-bottom: 0.5rem;
}

.isWap .l_v dl {
  position: relative;
  display: block;
}

.isWap .l_v dt {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.7rem;
  margin-top: -0.7rem;
}

.isWap .l_v span {
  display: block;
  padding: 0.5rem 2%;
  width: 96%;
  background: #fff;
  color: #5b5b5b;
  font-style: normal;
  font-size: 0.28rem;
  line-height: 0.4rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.isWap .l_v span a {
  color: #5b5b5b;
}

.isWap .l_v h2 {
  margin: 0;
}

.isWap .l_v .pc_ico {
  display: none;
}

.isWap .l_v .wap_ico {
  display: block;
}

/*l_special*/
.isPc .l_sp {
  margin: 0 20px 20px;
}

.isPc .l_sp span {
  display: inline-block;
  margin: 35px 2px 20px;
  width: 350px;
  height: 236px;
}

.isPc .l_sp span img {
  width: 100%;
}

.isPc .map_sp {
  margin: 0 2px;
}

.isPc .map_sp a {
  display: inline-block;
  margin: 0 12px 12px 0;
  background: #f1f5f8;
  padding: 0 10px;
  line-height: 28px;
  font-size: 18px;
}

.isPc .map_sp a:hover {
  background: #0650ac;
  color: #fff;
  text-decoration: none;
}

.isWap .l_sp {
  margin: 0 0 0.5rem;
  padding-bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.isWap .main_l h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .main_l h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.47rem;
}

.isWap .l_sp ul {
  background: #fff;
  padding-bottom: 0.3rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.isWap .l_sp li {
  width: 48%;
  float: left;
  margin-right: 4%;
  background: #1f65c0;
  border-radius: 10px;
}

.isWap .l_sp li img {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .l_sp li dl {
  padding: 0.3rem;
}

.isWap .l_sp li.mr0 {
  margin-right: 0;
}

.isWap .l_sp .more a {
  font-size: 0.3rem;
  width: 100%;
  color: #fff;
  display: block;
  width: 3rem;
  margin: 0 auto;
  border-radius: 0.3rem;
}

.isWap .l_sp .more {
  background: #a6b9d0;
  text-align: center;
  color: #fff;
  display: block;
  width: 3rem;
  margin: 0.3rem auto;
  border-radius: 0.3rem;
}

.isWap .l_sp li dl dt {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #fff;
}

.isWap .l_sp li dl dt,
.isWap .l_sp li a dl dt {
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.4rem;
}

.isWap .l_sp li dl dd {
  color: #fff;
  font-size: 0.24rem;
  padding: 0.2rem 0 0.1rem;
}

.b_f {
  background: #fff;
}

/*main_c*/
/*map*/
.isPc .map .map_box .map_cont {
  margin: 10px 0 30px;
  padding-top: 360px;
  position: relative;
}

.isPc .map .map_box .map_cont p {
  background: #f1f5f8;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  padding: 20px;
  margin-left: 25px;
  width: 180px;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
}

.isPc .map .map_box .map_cont ul {
  background: url(ico_bg.png) no-repeat left 0;
  padding-left: 30px;
  margin-left: 25px;
  font-size: 14px;
}

.isPc .map .map_box .map_cont li {
  line-height: 22px;
  padding-bottom: 5px;
}

.isPc .map .map_box .map_cont li:hover p {
  display: block;
}

.isPc .map .map_box .map_box {
  padding: 0 20px;
}

/* 20180628新增 */
.isPc .mp1 {
  position: absolute;
  top: 188px;
  left: 27px;
  z-index: 2;
  display: block;
  width: 210px;
  height: 168px;
  background: url(map1.png) no-repeat center;
}

.isPc .mp1:hover {
  background: url(map1_1.png) no-repeat center -2px;
}

.isPc .mp2 {
  position: absolute;
  top: 174px;
  left: 154px;
  z-index: 2;
  display: block;
  width: 162px;
  height: 115px;
  background: url(map2.png) no-repeat center;
}

.isPc .mp2:hover {
  background: url(map2_2.png) no-repeat -1px 0px;
}

.isPc .mp3 {
  position: absolute;
  top: 238px;
  left: 229px;
  z-index: 2;
  display: block;
  width: 46px;
  height: 72px;
  background: url(map3.png) no-repeat center;
}

.isPc .mp3:hover {
  background: url(map3_3.png) no-repeat 2px 0px;
}

.isPc .mp4 {
  position: absolute;
  top: 190px;
  left: 208px;
  z-index: 2;
  display: block;
  width: 78px;
  height: 86px;
  background: url(map4.png) no-repeat center;
}

.isPc .mp4:hover {
  background: url(map4_4.png) no-repeat center;
}

.isPc .mp5 {
  position: absolute;
  top: 32px;
  left: 223px;
  z-index: 2;
  display: block;
  width: 156px;
  height: 220px;
  background: url(map5.png) no-repeat center;
}

.isPc .mp5:hover {
  background: url(map5_5.png) no-repeat 0px 0px;
}

.isPc .mp6 {
  position: absolute;
  top: 110px;
  left: 243px;
  z-index: 2;
  display: block;
  width: 116px;
  height: 92px;
  background: url(map6.png) no-repeat center;
}

.isPc .mp6:hover {
  background: url(map6_6.png) no-repeat center;
}

.isPc .mp7 {
  position: absolute;
  z-index: 3;
  top: 4px;
  left: 232px;
  z-index: 2;
  display: block;
  width: 140px;
  height: 162px;
  background: url(map7.png) no-repeat center;
}

.isPc .mp7:hover {
  background: url(map7_7.png) no-repeat 0px 0px;
}

.isPc .mp8 {
  position: absolute;
  top: 90px;
  left: 308px;
  z-index: 4;
  display: block;
  width: 20px;
  height: 13px;
  background: url(map8.png) no-repeat center;
}

.isPc .mp8:hover {
  background: url(map8_8.png) no-repeat center;
}

.isPc .map .map_cont a.mp1:hover p {
  display: block;
  top: -170px;
  left: -35px;
}

.isPc .map .map_cont a.mp2:hover p {
  display: block;
  top: -155px;
  left: -160px;
}

.isPc .map .map_cont a.mp3:hover p {
  display: block;
  top: -220px;
  left: -230px;
}

.isPc .map .map_cont a.mp4:hover p {
  display: block;
  top: -170px;
  left: -210px;
}

.isPc .map .map_cont a.mp5:hover p {
  display: block;
  top: -20px;
  left: -230px;
}

.isPc .map .map_cont a.mp6:hover p {
  display: block;
  top: -100px;
  left: -245px;
}

.isPc .map .map_cont a.mp7:hover p {
  display: block;
  top: 15px;
  left: -230px;
}

.isPc .map .map_cont a.mp8:hover p {
  display: block;
  top: -75px;
  left: -310px;
}

.isWap .map .map_box {
  background: #fff;
  margin-bottom: 0.5rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.isWap .map .map_box .map_cont {
  margin: 0 0 0.3rem;
  position: relative;
}

.isWap .map .map_box .map_cont span {
  padding-bottom: 0.3rem;
}

.isWap .map .map_box .map_cont span img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.isWap .map .map_box .map_cont ul {
  border-top: 1px solid #cad3df;
  padding: 0.5rem 0.3rem 0.3rem;
  font-size: 0.32rem;
}

.isWap .map .map_box .map_cont li a {
  color: #868686;
}

.isWap .map .map_box .map_cont li {
  line-height: 0.4rem;
  padding-bottom: 0.2rem;
}

.isWap .map .map_box .map_cont li:hover p {
  display: block;
}

.isWap .map .map_box .map_box {
  padding: 0 20px;
}

.isWap .map .map_box .map_cont li.w1 {
  background: url(wap_w1.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map .map_box .map_cont li.w2 {
  background: url(wap_w2.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map .map_box .map_cont li.w3 {
  background: url(wap_w3.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map .map_box .map_cont li.w4 {
  background: url(wap_w4.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map .map_box .map_cont li.w5 {
  background: url(wap_w5.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map .map_box .map_cont li.w6 {
  background: url(wap_w6.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map .map_box .map_cont li.w7 {
  background: url(wap_w7.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map .map_box .map_cont li.w8 {
  background: url(wap_w8.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

/*c_box*/
.isPc .c_ico {
  padding: 35px 20px 25px;
}

.isPc .c_ico span {
  display: inline-block;
  width: 74px;
  text-align: center;
  margin-left: 35px;
}

.isPc .c_ico b {
  margin-bottom: 10px;
  display: inline-block;
}

.isPc .c_ico p {
  font-size: 16px;
}

.isPc .c_ico2 span i {
  display: none;
}

.isPc .c_ico2 span.s4 {
  display: none;
}

.isPc .c_lis {
  padding: 0 0 30px;
}

.isPc .c_lis li {
  font-size: 14px;
  line-height: 18px;
  background: url(ico1.png) no-repeat 17px 16px;
  padding: 10px 20px 10px 35px;
}

.isPc .c_lis li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 88%;
  display: inline-block;
}

.isPc .c_lis li:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 17px 16px;
}

.isPc .c_lis li:hover a {
  color: #0650ac;
}

.isPc .c_lis li a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isPc .c_lis b {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

.isPc .map_file {
  display: inline-block;
  padding: 20px 23px 40px;
}

.isPc .map_file a {
  display: inline-block;
  font-size: 20px;
  line-height: 42px;
  padding: 5px 0 0;
  height: 46px;
  margin-right: 15px;
  background: url(bt_bg2.png) repeat-x left bottom;
}

.isPc .map_file .w30 {
  width: 30px;
}

.isPc .map_file a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isWap .wmb5 {
  margin-bottom: 0.5rem;
}

.isWap .c_ico {
  padding: 0 0 0.3rem;
}

.isWap .c_ico span {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0.05rem;
}

.isWap .c_ico b {
  display: none;
}

.isWap .c_ico i {
  width: 2rem;
  height: 2rem;
  float: left;
}

.isWap .c_ico i img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.isWap .c_ico p {
  font-size: 0.32rem;
  line-height: 2rem;
}

.isWap .c_ico2 {
  padding: 0.5rem 0 0rem;
  background: #fff;
}

.isWap .c_ico2 span {
  display: block;
  float: left;
  width: 42%;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  margin-left: 5%;
  margin-bottom: 0.5rem;
}

.isWap .c_ico2 span i {
  width: 100%;
  height: 2.5rem;
}

.isWap .c_ico2 i img {
  width: 100%;
  border-radius: 10px;
}

.isWap .c_ico2 p {
  display: none;
}

.isWap .c_ico2 span.mr0 {
  margin-right: 0;
}

.isWap .c_lis {
  padding: 0 0 30px;
}

.isWap .c_lis li {
  font-size: 14px;
  line-height: 18px;
  background: url(ico1.png) no-repeat 17px 16px;
  padding: 10px 20px 10px 35px;
}

.isWap .c_lis li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 88%;
  display: inline-block;
}

.isWap .c_lis li:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 17px 16px;
}

.isWap .c_lis li:hover a {
  color: #0650ac;
}

.isWap .c_lis li a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isWap .c_lis b {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

.isWap .map_file {
  display: inline-block;
  padding: 5% 2% 3%;
  width: 96%;
  background: #fff;
}

.isWap .map_file a {
  border: 1px solid #a58861;
  color: #a28052;
  margin-bottom: 0.3rem;
  display: block;
  width: 96%;
  font-size: 0.4rem;
  line-height: 0.45rem;
  padding: 0.1rem 2% 0.2rem;
  background: url(bt_bg2.png) repeat-x left bottom;
}

.isWap .map_file .w30 {
  width: 0;
}

.isWap .map_file a:hover {
  text-decoration: none;
  color: #0650ac;
}

/*l_tab2*/
.isPc #l_tab2 {
  margin-bottom: 20px;
  overflow: hidden;
}

.isPc #l_tab2 ul {
  height: 50px;
  margin: 20px;
}

.isPc #l_tab2 li {
  float: left;
  line-height: 50px;
  background: url(tab.png) repeat-x left 43px;
  padding: 0 10px;
  margin-right: 12px;
}

.isPc #l_tab2 li.mr0 {
  margin-right: 0;
}

.isPc #l_tab2 a {
  text-decoration: none;
  font-size: 22px;
  font-family: "微软雅黑";
  color: #0650ac;
}

.isPc #l_tab2 a.current {
  display: block;
  text-decoration: none;
  background: url(arr2.png) no-repeat center 43px;
}

.isPc #l_tab2 .show {
  clear: both;
  padding: 5px 0;
  display: block;
}

.isPc #l_tab2 .show span {
  display: block;
}

.isPc #l_tab2 div {
  display: none;
}

.isPc #l_tab2 h4 {
  text-align: left;
  float: left;
  width: 358px;
  background: url(ico1.png) no-repeat 17px 16px;
  padding: 10px 15px 10px 35px;
}

.isPc #l_tab2 h4,
#l_tab2 h4 a {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.isPc #l_tab2 h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  display: inline-block;
}

.isPc #l_tab2 b {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

.isPc #l_tab2 h4:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 17px 16px;
}

.isPc #l_tab2 h4:hover a {
  color: #0c4aa1;
}

.isPc #l_tab2 h4,
#l_tab2 h4 a {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.isPc #l_tab2 h4 a:hover {
  color: #0650ac;
}

.isPc #l_tab2 h4 a {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}


.isWap #l_tab2 {
  background: #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.isWap #l_tab2 ul {
  background: url(tab.png) repeat-x left 1.25rem;
  height: 1rem;
  padding: 0.2rem 0;
  margin-bottom: 0;
}

.isWap #l_tab2 li {
  float: left;
  line-height: 1rem;
  width: 20%;
  text-align: center;
  font-size: 0.4rem;
}

.isWap #l_tab2 li.mr0 {
  margin-right: 0;
}

.isWap #l_tab2 a {
  text-decoration: none;
  color: #0650ac;
}

.isWap #l_tab2 a.current {
  display: block;
  text-decoration: none;
  text-decoration: none;
  border-bottom: 4px solid #2d66a5;
}

.isWap #l_tab2 .show {
  background: #fff;
  clear: both;
  padding: 0;
  display: block;
  margin-bottom: 0.5rem;
}

.isWap #l_tab2 .show span {
  display: block;
}

.isWap #l_tab2 div {
  display: none;
  background: #fff;
}

.isWap #l_tab2 h4 {
  text-align: left;
  padding: 0.2rem 0 0.2rem;
  position: relative;
  border-bottom: 1px solid #ced6e1;
  margin: 0 0.3rem;
}

.isWap #l_tab2 h4,
.isWap #l_tab2 h4 a {
  color: #5b5b5b;
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.isWap #l_tab2 b {
  display: block;
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.24rem;
  margin-bottom: 0.15rem;
  color: #a5a5a5;
  font-weight: normal;
}

.isWap #l_tab2 b.pc_box {
  display: none;
}

.isWap #l_tab2 h4:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 17px 16px;
}

.isWap #l_tab2 h4:hover a {
  color: #0c4aa1;
}

.isWap #l_tab2 h4 a:hover {
  color: #0650ac;
}

.isWap #l_tab2 .more {
  margin-top: 0.5rem;
  background: #a6b9d0;
  text-align: center;
  color: #fff;
  display: block;
  width: 3rem;
  margin: 0 auto;
  border-radius: 0.3rem;
}

.isWap #l_tab2 .more a {
  font-size: 0.3rem;
  width: 100%;
  color: #fff;
  display: block;
  width: 3rem;
  margin: 0 auto;
  border-radius: 0.3rem;
}

/*main_r*/
.isPc .ad {
  text-align: center;
  margin-bottom: 30px;
}

.isPc .ad2 {
  text-align: center;
  margin-bottom: 30px;
}

.ad a {
  display: inline-block;
  margin-bottom: 30px;
}

.isPc .ad_btn {
  padding: 0 22px;
  text-align: center;
}

.ad_btn dt {
  width: 91px;
  height: 115px;
  float: left;
}

.ad_btn dd {
  width: 191px;
  height: 51px;
  float: right;
  margin-bottom: 20px;
  display: block;
}

.isWap .ad {
  width: 100%;
  margin: 0.1rem 0 0.5rem;
}

.isWap .ad a {
  width: 100%;
  display: block;
}

.isWap .ad img {
  width: 100%;
}

.isWap .ad2 {
  display: none;
}

.isWap .ad_btn {
  display: none;
}

.isWap .c_box2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isPc .w_botBanner {
  display: none;
}

.isWap .w_botBanner a {
  display: block;
  margin-bottom: 0.5rem;
}

/*r_tab*/
.isPc .succ {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.isPc .succInner {
  width: 294px;
  height: 286px;
  margin: 0 auto;
}

.isPc .succ-tit,
.isPc .succ-tit a {
  color: #fff;
}

.isPc .succ-list,
.isPc .succ-list li {
  position: relative;
  width: 100%;
  height: 226px;
  overflow: hidden;
}

.isPc .succ-list,
.isPc .succ-list a {
  color: #fff;
}

.isPc .succ-list {
  margin-top: 12px;
}

.isPc .succ-list li {
  display: none;
}

.isPc .succ-list li.cur {
  display: block;
}

.isPc .succ-list .list-tit {
  font-size: 22px;
  line-height: 24px;
  max-height: 72px;
  _height: 72px;
  overflow: hidden;
  font-family: Times;
}

.isPc .succ-list .img-box,
.isPc .succ-list .img-box img {
  width: 100%;
  height: 226px;
}

.isPc .succ-list .img-box {
  overflow: hidden;
  margin: 0 0px 10px;
}

.isPc .succ-list .list-desc {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  z-index: 5;
  background: #000;
  width: 96%;
  padding: 10px 2%;
  filter: alpha(opacity=70);
  /* ie 有效*/
  -moz-opacity: 0.7;
  /* Firefox  有效*/
  opacity: 0.7;
  /* 通用，其他浏览器  有效*/
}

.isPc .succ-list .list-more {
  display: inline-block;
  margin-top: 15px;
  text-decoration: underline;
}

.isPc .succ-cur {
  font-size: 0px;
  line-height: 0px;
  text-align: center;
}

.isPc .succ-cur a {
  display: inline-block;
  width: 12px;
  height: 120px;
  font-size: 0px;
  line-height: 0px;
  background: url(slider-cur2.png) no-repeat;
  margin: 0px 7px;
}

.isPc .succ-cur a.cur {
  background-position: -22px 0px;
}

.isPc .succ .slider-btn {
  display: block;
  width: 15px;
  height: 48px;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background: url(arrow1.png) no-repeat;
}

.isPc .succ .btn-prev {
  background-position: 0 0px;
  left: 30px;
}

.isPc .succ .btn-next {
  background-position: -15px;
  right: 30px;
}

.isWap .succ {
  display: none;
}

.isPc .scroll {
  padding: 0 20px;
  margin-bottom: 35px;
}

.isPc .warp-pic-list li {
  float: left;
  display: inline;
}

.isPc .warp-pic-list .img_wrap {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.isPc .warp-pic-list .text-area {
  background-color: #f2f2f2;
  line-height: 24px;
}

.isPc .r_tab .icon {
  background: url(arrow1.png) no-repeat;
}

.isPc .r_tab {
  margin: 0 auto;
  width: 294px;
  height: 226px;
  padding-top: 30px;
  position: relative;
}

.isPc .rowE .warp-pic-list {
  position: relative;
  width: 294px;
  height: 226px;
  overflow: hidden;
  background: green;
}

.isPc .rowE .count li {
  margin-right: 0;
  width: 294px;
  height: 226px;
  position: relative;
}

.isPc .rowE .btn {
  display: block;
  height: 50px;
  position: absolute;
  top: 78px;
  width: 16px;
  z-index: 200;
  cursor: pointer;
}

.isPc .rowE .prev {
  background-position: 0 0;
  left: 5px;
}

.isPc .rowE .next {
  background-position: right 0;
  right: 5px;
}

.isPc .rowE .count li b {
  position: absolute;
  display: block;
  background: #000;
  width: 100%;
  bottom: 0;
  height: 37px;
  line-height: 37px;
  text-align: left;
  color: #fff;
  filter: Alpha(Opacity=70, Style=0);
  opacity: 0.70;
  font-weight: normal;
  font-size: 14px;
  padding: 0 10px;
}

/*r_lis*/
.isPc .r_lis {
  padding: 0;
  margin-bottom: 35px;
}

.isPc .r_lis .ly {
  padding-top: 20px;
}

.isPc .r_lis h4 {
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}

.isPc .r_lis h4 a {
  color: #333;
}

.isPc .r_lis i {
  font-style: italic;
}

.isPc .r_lis ul {
  padding-top: 30px;
}

.isPc .r_lis li {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  background: url(ico1.png) no-repeat 17px 16px;
  padding-left: 35px;
}

.isPc .r_lis li:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 17px 16px;
}

.isPc .r_lis li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  display: inline-block;
}

.isPc .r_lis li a:hover {
  text-decoration: none;
  color: #0650ac;
}

/*bottom*/
.bot1 {
  background: #0650ac;
}

.bot2 {
  padding: 7px 0;
  background: #3595eb;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.bot2 a {
  color: #fff;
  margin-left: 20px;
}

.bot2 b {
  font-weight: normal;
  color: #afafaf;
  margin-left: 20px;
  font-size: 16px;
}

.bot3 {
  background: #878787;
  padding: 10px 0 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.bot3 a {
  margin: 0px;
  color: #fff;
  border-right: 1px solid #c4c4c4;
  padding: 0 25px;
}

.bot3 span {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  height: 37px;
  line-height: 37px;
  background: #9f9f9f;
}

.bot4 {
  background: #fff;
  padding: 15px 0 15px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}

.bot_p {
  padding-top: 5px;
  width: 800px;
  line-height: 20px;
  margin: 0 auto;
  padding-left: 80px;
  color: #878787;
}

.p1 {
  float: left;
  padding-left: 0px;
  text-align: left;
  color: #333;
  margin-right: 60px;
}

.p2 a {
  display: inline-block;
  margin-left: 8px;
}

/*link_lis*/
.link {
  margin-bottom: 10px;
  width: 190px;
  margin-left: 90px;
  float: left;
}

.linkBox {
  padding: 0;
  margin: 0 auto;
}

.linkBox b {
  font-weight: normal;
  color: #a4b4c1;
}

#main_box {
  padding-top: 10px;
}

.select_box span {
  display: block;
  height: 34px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 34px;
  background: url(lis_bg.jpg) no-repeat left top;
  color: #fff;
}

.select_box ul li {
  cursor: pointer;
}

.son_ul {
  position: absolute;
  background: #fff;
  border: 1px solid #ececec;
  border-top: 0;
  width: 178px;
  padding: 5px;
}

.son_ul li {
  font-family: 'MyriadPro-Regular';
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding-left: 5px;
  margin-bottom: 2px;
}

.son_ul li:hover {
  color: #0092dd;
  background: #ececec;
}

/*ewm*/
.isPc .ewm {
  position: fixed;
  top: 530px;
  right: 20px;
  width: 60px;
  z-index: 5;
}

.isPc .ewm span {
  display: block;
  width: 47px;
  height: 47px;
  margin-bottom: 3px;
}

.isPc .ewm span img {
  border-radius: 3px;
}

.isPc .wx {
  position: relative;
  background: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.isPc .wx p {
  width: 63px;
  height: 62px;
  display: block;
  background: none;
  padding-top: 2px;
  position: absolute;
  top: 0;
  left: -63px;
  text-align: center;
  ;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.isPc .wx p img {
  border-radius: 0;
}

.isPc .call {
  position: relative;
  background: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.isPc .call p {
  border: 1px solid #fff;
  width: 120px;
  height: 40px;
  display: block;
  background: #a2805d;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
  position: absolute;
  top: 0;
  left: -122px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.isWap .w_btn {
  margin-bottom: 0.5rem;
  font-size: 0.45rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.1rem 0;
  background: url(wap_bt_bg.jpg) repeat left top;
}

.isWap .w_btn a {
  font-size: 0.4rem;
  color: #2d66a5;
}

.isWap .w_btn ul {
  padding: 0.3rem 0;
}

.isWap .w_btn li {
  width: 33%;
  text-align: center;
  float: left;
  border-right: 1px solid #2c66a5;
}

.isWap .w_btn li.br0 {
  border-right: 0;
}

/*顶部代码*/
.zzsc_k {
  width: 100%;
  background: #fff;
}

.zzsc {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
  display: none;
  text-align: center;
  position: relative;
}

.zzsc div {
  overflow: hidden;
  height: 42px;
  border-bottom: 1px solid #fff;
}

.zzsc b {
  height: 12px;
  display: block;
  width: 100%;
}

.zzsc .link {
  width: 100%;
  height: 170px;
  display: block;
  z-index: 10;
}

.zzsc a {
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  display: block;
  z-index: 10;
  width: 395px;
  height: 42px;
}

.zzsc .ad1 {
  background: url(banner1.jpg) no-repeat;
}

.zzsc .ad2 {
  background: url(banner2.jpg) no-repeat;
}

.zzsc .ad3 {
  background: url(banner3.jpg) no-repeat;
}

.zzsc .ad4 {
  background: url(banner4.jpg) no-repeat;
}

.zzsc .ad5 {
  background: url(banner5.jpg) no-repeat;
}

.zzsc .ad6 {
  background: url(banner6.jpg) no-repeat;
}

.zzsc .ad7 {
  background: url(banner7.jpg) no-repeat;
}

.zzsc .ad8 {
  background: url(banner8.jpg) no-repeat;
}

.zzsc .ad9 {
  background: url(banner9.jpg) no-repeat;
}

.zzsc .up {
  display: block;
  width: 120px;
  height: 12px;
  background: url(arrow.jpg) no-repeat left bottom;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 20;
  margin-left: -60px;
}

.zzsc .down {
  display: block;
  width: 120px;
  height: 12px;
  background: url(arrow.jpg) no-repeat left top;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 20;
  margin-left: -60px;
}

.isWap .zzsc_k {
  display: none;
}

.isWap .bottom {
  background: #0f4078;
  padding: 0.5rem;
}

/*20180719*/
.head_line8 div {
  width: 1200px;
  margin: 4px auto 0;
  height: 265px;
}

.closeBtn {
  top: 10px;
  width: 45px;
  right: 10px;
  position: absolute;
  cursor: pointer;
}

.zk {
  top: 13px;
  width: 45px;
  right: 10px;
  color: rgb(0, 0, 0);
  position: absolute;
  cursor: pointer;
}

.head_line8 div a {
  width: 395px;
  height: 42px;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 3px;
}

.head_banner img {
  width: 1193px;
  height: 127px;
}

.banner_box {
  width: 1200px;
  margin: 0 auto 50px;
  height: auto;
}

.contain {
  margin: 50px auto 0;
  width: 1200px;
}

.pic_list1 {
  margin: 0 auto 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
  height: 60px;
  overflow: hidden;
  position: relative;
  background: #ececec;
}

.pic_list1 .bd {
  overflow: hidden;
  background: #ececec;
}

.pic_list1 ul {
  overflow: hidden;
  -ms-zoom: 1;
}

.pic_list1 ul li {
  width: 265px;
  height: 60px;
  border: 1px solid #fff;
  text-align: center;
  overflow: hidden;
  margin-right: 20px;
  float: left;
  _display: inline;
}

.pic_list1 ul li img {
  width: 265px;
  height: 60px;
  display: block;
}

/* isPc */
.isPc .f_links {
  display: none;
}

/* isWap */
.isWap .f_links {
  width: 80%;
  height: 0.58rem;
  line-height: 0.58rem;
  background: #0f3661 url(wap_link_arr.jpg) no-repeat right top;
  background-size: 40px 0.58rem;
  border: 1px solid #7b7b7b;
  cursor: pointer;
  position: relative;
  margin: 0 auto 20px;
}

.isWap .f_links .s_selected {
  display: block;
  padding: 0 0.2rem;
  line-height: 0.58rem;
  color: #fff;
  font-size: 0.28rem;
}

.isWap .f_links .s_options {
  position: absolute;
  width: 100%;
  bottom: 37px;
  left: -1px;
  background: #0f3661;
  display: none;
  z-index: 1;
}

.isWap .f_links .s_options a {
  display: block;
  color: #9f9fa0;
  font-size: 0.3rem;
  line-height: 0.32rem;
  padding: 0.2rem;
}

.isWap .f_links .s_options a:hover {
  background: #0f4078;
  text-decoration: none;
}

.isWap .bottom p {
  width: 100%;
  margin: 0 auto 0.1rem;
  font-size: 0.24rem;
}

.isWap .bottom {
  color: #fff;
}

/*bread*/
.isPc .main2 {
  margin: 0 auto 80px;
}

.isPc .bread {
  padding-top: 40px;
  font-size: 14px;
}

.isPc .bread b {
  margin: 0 5px;
}

/*bread*/
.isWap .main2 {
  margin: 2px 0.3rem 0 0.3rem;
  background: #fff;
}

.isWap .bg0 {
  background: none;
}

.isWap .bread {
  padding: 0.3rem 0.2rem;
  font-size: 0.32rem;
  background: #eceff4;
  color: #1e497c;
}

.isWap .bread b {
  margin: 0 0.2rem;
  color: #333;
}

.isWap .wap_tit {
  padding: 0.3rem 0.2rem;
  font-size: 0.32rem;
  background: #eceff4;
  color: #2e65a5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isPc .main2_l {
  float: left;
  background: #fff;
  width: 206px;
  height: 724px;
  padding: 30px 20px;
  border: 1px solid #ececec;
  margin-top: 30px;
}

.isPc .lis_nav {
  width: 206px;
  margin: 0 auto;
}

.isPc .lis_nav li {
  width: 100%;
  height: 38px;
  margin-bottom: 15px;
}

.isPc .lis_nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  width: 95%;
  padding-left: 5%;
  line-height: 38px;
  text-align: center;
}

.isPc .lis_nav li.l1 {
  background: url(li_bg1.jpg) no-repeat left top;
}

.isPc .lis_nav li.l1:hover,
.lis_nav li.l1 a.cut {
  background: url(li_bg1_2.jpg) no-repeat left top;
}

.isPc .lis_nav li.l2 {
  background: url(li_bg2.jpg) no-repeat left top;
}

.isPc .lis_nav li.l2:hover,
.lis_nav li.l2 a.cut {
  background: url(li_bg2_2.jpg) no-repeat left top;
}

.isPc .main2_r {
  float: right;
  background: #fff;
  width: 880px;
  padding: 45px 20px;
  border: 1px solid #ececec;
}

.isWap .main2_r {
  background: #fff;
  padding: 0.3rem 0;
}

.isWap .wap_tit {
  font-size: 0.4rem;
  background: #eceff4;
}

.isWap .w_title {
  background: #eceff4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #2d66a5;
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  font-size: 0.5rem;
}

.isWap .w_title a {
  display: block;
  font-size: 0.4rem;
  line-height: 0.47rem;
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
}

.isPc .main6 {
  padding: 60px 0 0;
}

.isPc .jl_nav {
  width: 218px;
  border: 1px solid #ebebeb;
  float: left;
  padding: 16px 15px;
}

.isPc .jl_nav span {
  display: block;
  border: 1px solid #e6e6e6;
  margin-bottom: 25px;
  width: 218px;
  height: 142px;
}

.isPc .jl_box2 {
  width: 890px;
  float: right;
  background: #fff url(jl_bg.png) repeat left top;
  padding: 0 0 50px;
  border: 1px solid #b08550;
  border-top: 3px solid #b28850;
}

.isPc .jl_box2 ul {
  width: 700px;
  margin: 90px auto 80px;
}

.isPc .jl_box2 li {
  width: 130px;
  height: 130px;
  background: #fff;
  border: 1px solid #a18055;
  border-radius: 3px;
  float: left;
  margin: 0 50px;
}

.isPc .jl_box2 li span {
  display: inline-block;
  width: 100%;
  height: 130px;
}

.isPc .jl_box2 li span.share {
  background: url(jl_ico1.png) no-repeat center;
}

.isPc .jl_box2 li span.mail {
  background: url(jl_ico3.png) no-repeat center;
}

.isPc .jl_box2 li span.weixin {
  background: url(jl_ico5.png) no-repeat center;
}

.isPc .jl_box2 li span.weibo {
  background: url(jl_ico7.png) no-repeat center;
}

.isPc .jl_box2 li span.chazhao {
  background: url(jl_ico9.png) no-repeat center;
}

.isPc .jl_box2 li span.phone {
  background: url(jl_ico11.png) no-repeat center;
}

.isPc .jl_box2 li:hover {
  cursor: pointer;
}

.isPc .jl_box2 li:hover span.share {
  background: #a18055 url(jl_ico2.png) no-repeat center;
}

.isPc .jl_box2 li:hover span.mail {
  background: #a18055 url(jl_ico4.png) no-repeat center;
}

.isPc .jl_box2 li:hover span.weixin {
  position: relative;
  background: #a18055 url(jl_ico6.png) no-repeat center;
}

.isPc .jl_box2 li:hover span.weibo {
  background: #a18055 url(jl_ico8.png) no-repeat center;
}

.isPc .jl_box2 li:hover span.chazhao {
  background: #a18055 url(jl_ico10.png) no-repeat center;
}

.isPc .jl_box2 li:hover span.phone {
  position: relative;
  background: #a18055 url(jl_ico12.png) no-repeat center;
}

.isPc .jl_box2 .wxCont {
  display: none;
}

.isPc .jl_box2 li.jl_w:hover .wxCont {
  display: block;
}

.isPc .jl_box2 li.jl_tel {
  position: relative;
  z-index: 2;
}

.isPc .jl_box2 .weixinCont,
.isPc .jl_box2 .phoneCont {
  display: none;
}

.isPc .jl_box2 li span.weixin:hover .weixinCont {
  position: absolute;
  display: block;
  width: 230px;
  height: 115px;
  border-radius: 3px;
  position: absolute;
  top: -3px;
  z-index: 1;
  padding-left: 130px;
}

.isPc .jl_box2 li span.phone:hover .phoneCont {
  position: absolute;
  display: block;
  width: 230px;
  height: 115px;
  background: #a18055;
  color: #fff;
  border-radius: 3px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  z-index: 1;
  padding-left: 150px;
  padding-top: 15px;
  line-height: 25px;
  font-size: 14px;
}

.isWap .main6 {
  padding: 0.4rem 0 0;
  margin-bottom: 0.5rem;
}

.isWap .jl_nav {
  width: 100%;
}

.isWap .jl_nav span {
  display: block;
  margin-bottom: 0.4rem;
}

.isWap .jl_box2 {
  background: #fff;
  margin: 0 0 0.6rem;
}

.isWap .jl_box2 ul {
  padding: 0.4rem 0;
}

.isWap .jl_box2 li {
  width: 30%;
  margin-left: 2.5%;
  float: left;
  margin-bottom: 2%;
}

/*list_photo*/
.isPc .p_cont {
  margin-top: 25px;
}

.isPc .p_box {
  background: #f3f3f3;
  padding: 20px 0 20px 7px;
  border: 1px solid #ededed;
  margin-bottom: 60px;
}

.isPc .p_box li {
  width: 280px;
  margin: 0 8px;
  float: left;
}

.isPc .p_box li span {
  background: #90a6b7;
  padding: 10px;
  line-height: 18px;
  display: block;
  color: #fff;
  font-size: 14px;
}

.isPc .p_box li span:hover {
  background: #1864a0;
}

.isPc .p_box li a:hover {
  text-decoration: none;
}

.isWap .p_cont {}

.isWap .p_box {
  background: #fff;
}

.isWap .p_box li {
  width: 49%;
  margin-right: 2%;
  float: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0.3rem;
}

.isWap .p_box li img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .p_box li.mr0 {
  margin-right: 0;
}

.isWap .p_box li span {
  background: #1f65c0;
  padding: 0.35rem 0.3rem;
  line-height: 0.4rem;
  display: block;
  color: #fff;
  font-size: 0.28rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.isWap .p_box li span:hover {
  background: #1864a0;
}

.isWap .p_box li a:hover {
  text-decoration: none;
}

/*share*/
.isPc .share {
  text-align: right;
}

.isPc .share ul {
  height: 39px;
  width: 100%;
}

.isPc .share li {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-right: 10px;
}

.isPc .share li a {
  width: 39px;
  height: 39px;
  display: block;
}

.isPc .share li.s {
  background: url(share_ico.png) no-repeat left top;
}

.isPc .share li.w {
  background: url(share_ico.png) no-repeat -53px top;
}

.isPc .share li.q {
  background: url(share_ico.png) no-repeat -107px top;
}

.isPc .share li.m {
  background: url(share_ico.png) no-repeat -162px top;
}

.isWap .share {
  text-align: right;
  padding-right: 0.3rem;
}

.isWap .share ul {
  padding: 0.6rem 0 0.3rem;
}

.isWap .share li {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.08rem;
}

.isWap .share li a {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
}

.isWap .share li.s {
  background: url(share_ico.png) no-repeat left center;
}

.isWap .share li.w {
  background: url(share_ico.png) no-repeat -53px center;
}

.isWap .share li.q {
  background: url(share_ico.png) no-repeat -107px center;
}

.isWap .share li.m {
  background: url(share_ico.png) no-repeat -162px center;
}

/*page*/
.isPc .page {
  margin: 80px 0 40px;
  text-align: center;
}

.isPc .page a {
  padding: 5px 10px;
  background: #ebebeb;
  display: inline-block;
  border: 1px solid #ccc;
}

.isPc .page a:hover {
  text-decoration: none;
  background: #f3f3ed;
}

.isWap .page {
  background: #fff;
  padding: 0.5rem 0 0.3rem;
  text-align: center;
}

.isWap .page a {
  display: block;
  width: 0.5rem;
  line-height: 0.5rem;
  background: #c7b87e;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
}

.isWap .page a:hover {
  text-decoration: none;
  background: #f3f3ed;
}

/*list_special*/
.isPc .other h2 {
  text-align: center;
  color: #0650ac;
  font-size: 22px;
  border-top: 1px solid #cacaca;
  background: url(bt_bg.png) repeat;
}

.isPc .other h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
}

.isPc .otherBox {
  padding: 50px 0 50px 70px;
}

.isPc .otherBox li {
  margin: 0 24px;
  width: 210px;
  *float: left;
  display: inline-block;
  margin-bottom: 25px;
  border: 1px solid #f0ede8;
}

.isWap .other h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .other h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.47rem;
}

.isWap .otherBox {
  padding: 0.5rem 0;
}

.isWap .otherBox li {
  margin: 0 1%;
  width: 46.8%;
  *float: left;
  display: inline-block;
  margin-bottom: 25px;
  border: 1px solid #f0ede8;
}

.banner2 {
  margin-top: 30px;
}

/*article*/
.isPc .arc_cont {
  width: 1140px;
  margin: 0 auto;
}

.isPc .arc_cont .bt {
  width: 760px;
  margin: 0 auto 25px;
}

.isPc .arc_cont .bt h1 {
  font-size: 28px;
  color: #3d3d3d;
  margin-bottom: 20px;
}

.isPc .arc_cont .bt span {
  font-size: 14px;
  color: #acacac;
}

.isPc .arc_cont .bt span b {
  margin-right: 60px;
  font-weight: normal;
}

.isPc .arc_txt {
  padding: 20px 0 60px;
  border-bottom: 1px dotted #adadad;
}

.isPc .arc_txt p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 22px;
}

.isPc .arc_cont ul {
  width: 510px;
  padding: 30px 0 20px;
  font-size: 20px;
  line-height: 26px;
}

.isPc .arc_cont li {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.isPc .new_lis h2 {
  color: #0650ac;
  text-align: center;
  font-size: 22px;
  line-height: 48px;
  border-top: 1px solid #0650ac;
  background: url(bt_bg.png) repeat;
}

.isPc .new_lis h2 a {
  color: #0650ac;
}

.isPc .new_lis h2 a:hover {
  text-decoration: none;
}

.isPc .new_lis ul {
  padding: 30px 0 0 30px;
}

.isPc .new_lis li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
  background: url(ico1.png) no-repeat left 6px;
  padding-left: 15px;
}

.isPc .new_lis li a:hover {
  color: #0650ac;
  text-decoration: none;
}

.isPc .info {
  background: #9aabbf;
  font-size: 14px;
  color: #fff;
  height: 14px;
  line-height: 14px;
  margin: 30px 0 50px;
  padding: 15px 0;
  text-align: center;
}

.isPc .info p {
  display: inline-block;
  padding: 0 30px;
}

.isWap .arc_cont {
  padding: 0 0.3rem;
}

.isWap .arc_cont .bt {
  width: 100%;
  margin: 0 auto 0.3rem;
}

.isWap .arc_cont .bt h1 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #3d3d3d;
  margin-bottom: 0.3rem;
}

.isWap .arc_cont .bt span {
  font-size: 0.2rem;
  color: #626163;
}

.isWap .arc_cont .bt span b {
  margin-right: 0.3rem;
  font-weight: normal;
}

.isWap .arc_txt {
  padding: 0.2rem 0 0.6rem;
  border-bottom: 1px dotted #adadad;
}

.isWap .arc_txt p {
  color: #7e7e7e;
  font-size: 0.24rem;
  line-height: 0.38rem;
  margin-bottom: 0.4rem;
}

.isWap .arc_cont ul {
  width: 510px;
  padding: 30px 0 20px;
  font-size: 20px;
  line-height: 26px;
}

.isWap .arc_cont li {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.isWap .new_lis h2 {
  color: #0650ac;
  text-align: center;
  font-size: 22px;
  line-height: 48px;
  border-top: 1px solid #0650ac;
  background: url(bt_bg.png) repeat;
}

.isWap .new_lis h2 a {
  color: #0650ac;
}

.isWap .new_lis h2 a:hover {
  text-decoration: none;
}

.isWap .new_lis ul {
  padding: 30px 0 0 30px;
}

.isWap .new_lis li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
  background: url(ico1.png) no-repeat left 6px;
  padding-left: 15px;
}

.isWap .new_lis li a:hover {
  color: #0650ac;
  text-decoration: none;
}

.isWap .info {
  display: none;
}


.isPc .banner2 {
  margin-top: 30px;
}

/*devel*/
.isPc .tw2 {
  margin-top: 30px;
}

.isPc .tw2 h2 {
  text-align: center;
  color: #0650ac;
  font-size: 22px;
  border-top: 1px solid #cacaca;
  background: url(bt_bg.png) repeat;
}

.isPc .tw2 h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
}

.isPc .tw2Cont {
  padding: 45px 95px 60px;
  background: #f3f3f3;
  border: 1px solid #eee;
  border-top: 0;
  margin-bottom: 60px;
}

.isPc .tw2Cont .tw2_p {
  float: left;
  margin-right: 70px;
}

.isPc .tw2Cont .tw2_t {
  line-height: 30px;
  font-size: 16px;
}

.isPc .tw2Cont .tw2_t p {
  margin-bottom: 0.3rem;
}

.isWap .tw2 {
  margin-bottom: 0.5rem;
}

.isWap .tw2 h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .tw2 h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.47rem;
}

.isWap .tw2Cont {
  padding-bottom: 0.5rem;
  background: #fff;
}

.isWap .tw2Cont .tw2_p {
  width: 100%;
}

.isWap .tw2Cont .tw2_t {
  padding: 0.3rem;
  line-height: 0.4rem;
  color: #5b5b5b;
  font-size: 0.28rem;
}

.isWap .tw2 .more {
  background: #a6b9d0;
  text-align: center;
  color: #fff;
  display: block;
  width: 3rem;
  margin: 0 auto;
  border-radius: 0.3rem;
}

.isWap .tw2 .more a {
  font-size: 0.3rem;
  width: 100%;
  color: #fff;
  display: block;
  width: 3rem;
  margin: 0 auto;
  border-radius: 0.3rem;
}

/*map2*/
.isPc .map2 {
  margin: 30px 0 60px;
  background: #fff;
}

.isPc .map2 .map_box {
  width: 760px;
  float: left;
}

.isPc .map2 h2 {
  text-align: center;
  color: #0650ac;
  font-size: 22px;
  border-top: 1px solid #cacaca;
  background: url(bt_bg.png) repeat;
}

.isPc .map2 h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
}

.isPc .map2 .map_cont {
  margin: 30px 0 30px;
  background: url(map.png) no-repeat 30px top;
  padding-top: 0;
  padding-left: 490px;
  position: relative;
  height: 400px;
}

.isPc .map2 .map_cont p {
  background: #f1f5f8;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  padding: 20px;
  width: 180px;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
}

.isPc .map2 .map_cont ul {
  background: url(ico_bg2.png) no-repeat left 80px;
  background-size: 22px auto;
  padding-left: 30px;
  margin-top: 30px;
  padding-top: 80px;
  font-size: 14px;
}

.isPc .map2 .map_cont li {
  line-height: 22px;
  padding-bottom: 10px;
}

.isPc .map2 .map_cont li:hover p {
  display: block;
}

.isPc .map2 .map_box {
  padding: 0 20px;
}

.isPc .map2 .more {
  display: block;
  width: 58px;
  height: 20px;
}

.isPc .map2 .more a {
  line-height: 20px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #a18055;
}

.isPc .map_txt {
  width: 290px;
  float: right;
  background: #d2c398;
  padding: 70px 55px;
  color: #fff;
}

.isPc .map_txt h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.isPc .map_txt p {
  font-size: 16px;
  line-height: 26px;
}

.isPc .map_txt span {
  float: right;
  margin-top: 20px;
}

.isWap .map2 h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.4rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .map2 {
  margin-bottom: 0.5rem;
}

.isWap .map2 .map_box {
  width: 100%;
}

.isWap .map2 .map_cont ul {
  background: #fff;
  border-top: 1px solid #cad3df;
  padding: 0.5rem 0.3rem 0.3rem;
  font-size: 0.32rem;
}

.isWap .map2 .map_cont li a {
  color: #868686;
}

.isWap .map2 .map_cont li {
  line-height: 0.4rem;
  padding-bottom: 0.2rem;
}

.isWap .map2 h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.47rem;
}

.isWap .map2 .map_cont li:hover p {
  display: block;
}

.isWap .map2 .map_box {
  padding: 0 20px;
}

.isWap .map2 .map_cont li.w1 {
  background: url(wap_w1.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map2 .map_cont li.w2 {
  background: url(wap_w2.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map2 .map_cont li.w3 {
  background: url(wap_w3.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map2 .map_cont li.w4 {
  background: url(wap_w4.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map2 .map_cont li.w5 {
  background: url(wap_w5.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map2 .map_cont li.w6 {
  background: url(wap_w6.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map2 .map_cont li.w7 {
  background: url(wap_w7.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

.isWap .map2 .map_cont li.w8 {
  background: url(wap_w8.jpg) no-repeat 2px 2px;
  background-size: 0.35rem;
  padding-left: 0.5rem;
}

/*devel*/
.isPc .devel_scr {
  margin-bottom: 60px;
}

.isPc .devel_scr h2 {
  text-align: center;
  color: #0650ac;
  font-size: 22px;
  border-top: 1px solid #cacaca;
  background: url(bt_bg.png) repeat;
}

.isPc .devel_scr h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
}

.isWap .devel_scr {
  margin-bottom: 0.5rem;
}

.isWap .devel_scr h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .devel_scr h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.47rem;
}

.isWap .devel {
  padding: 0.3rem;
  background: #fff;
}

.isWap .devel li {
  width: 31%;
  float: left;
  margin: 0 1.1% 2%;
}

/*scroll2*/
.scroll2 {
  OVERFLOW: hidden;
  ZOOM: 1;
  POSITION: relative;
  padding: 50px 0 40px;
  background: #fff;
}

.scroll2 .LeftBotton {
  LEFT: 70px;
  FLOAT: left;
  WIDTH: 29px;
  CURSOR: pointer;
  POSITION: absolute;
  z-index: 3;
  TOP: 90px;
  HEIGHT: 59px;
  background: url(leftBtn.png) no-repeat 0 0;
}

.scroll2 .RightBotton {
  RIGHT: 70px;
  BACKGROUND: url(rightBtn.png) no-repeat 0 0;
  FLOAT: right;
  WIDTH: 29px;
  CURSOR: pointer;
  POSITION: absolute;
  TOP: 90px;
  HEIGHT: 59px;
}

.scroll2 .Cont {
  OVERFLOW: hidden;
  WIDTH: 700px;
  margin: 0 auto;
}

.scroll2 .box {
  position: relative;
  FLOAT: left;
  WIDTH: 118px;
  height: 160px;
  margin-right: 25px;
}

.scroll2 .box a {
  display: block;
  WIDTH: 100%;
  height: 118px;
  TEXT-ALIGN: center;
  text-decoration: none;
}

.scroll2 .box span {
  width: 100%;
  text-align: center;
  display: block;
  padding-top: 15px;
  line-height: 20px;
  font-size: 14px;
  color: #a18055;
}

.scroll2 .box .ico1 {
  background: #fff url(scr_ico1.png) no-repeat center center;
}

.scroll2 .box .ico2 {
  background: #fff url(scr_ico2.png) no-repeat center center;
}

.scroll2 .box .ico3 {
  background: #fff url(scr_ico3.png) no-repeat center center;
}

.scroll2 .box .ico4 {
  background: #fff url(scr_ico4.png) no-repeat center center;
}

.scroll2 .box .ico5 {
  background: #fff url(scr_ico5.png) no-repeat center center;
}

.scroll2 .box .ico6 {
  background: #fff url(scr_ico6.png) no-repeat center center;
}

/*pic2*/
.isPc .pic2 {
  padding: 30px 20px 50px 40px;
  background: #f3f3f3;
  border: 1px solid #eee;
  *height: 180px;
}

.isPc .pic2 li {
  margin: 0 45px;
  float: left;
  width: 280px;
  height: 176px;
  position: relative;
}

.isPc .pic2 li a.pic2_t {
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ae8612;
  font-size: 16px;
  color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  cursor: pointer;
}

.isWap .pic2 {
  padding: 0;
  background: #d2dce8;
  *height: 180px;
}

.isWap .pic2 li {
  margin: 0 0 0.5rem;
  width: 100%;
  height: auto;
  position: relative;
}

.isWap .pic2 li a.pic2_t {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0e4c9d;
  font-size: 0.35rem;
  color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  cursor: pointer;
}

.isWap .w_col1 {
  background: none;
}

.isWap .bg_colf {
  background: #fff;
}

/*news*/
.isPc .main5 {
  margin: 0 auto 80px;
}

.isPc .main5_l {
  float: left;
  background: #fff;
  width: 800px;
  border: 1px solid #f5f5f5;
}

.isPc .main5_r {
  float: right;
  background: #fff;
  width: 363px;
  border: 1px solid #f5f5f5;
}

.isWap .main5 {
  margin: 0 0.3rem 0.5rem;
}

.isWap .main5_l {
  width: 100%;
  margin-bottom: 0.5rem;
}

.isWap .main5_r {
  width: 100%;
}

.isWap .main5_r h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .main5_r h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.47rem;
}

/*l_tab4*/
.isPc #l_tab4 {
  padding-bottom: 10px;
}

.isPc #l_tab4 h2 {
  text-align: center;
  color: #0650ac;
  font-size: 22px;
  border-top: 1px solid #cacaca;
  background: url(bt_bg.png) repeat;
}

.isPc #l_tab4 h2 a {
  color: #0650ac;
  text-decoration: none;
  font-size: 22px;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
}

.isPc #l_tab4 {
  margin-bottom: 20px;
  overflow: hidden;
}

.isPc #l_tab4 ul {
  height: 50px;
  margin: 10px 20px 20px;
  padding-left: 25px;
}

.isPc #l_tab4 li {
  float: left;
  line-height: 70px;
  background: url(bt_bg2.png) repeat-x left 55px;
  padding: 0;
  margin-right: 30px;
}

.isPc #l_tab4 li.mr0 {
  margin-right: 0;
}

.isPc #l_tab4 a {
  text-decoration: none;
  font-size: 18px;
  font-family: "微软雅黑";
  color: #5f6167;
}

.isPc #l_tab4 a.current {
  display: block;
  text-decoration: none;
  background: url(arr3.png) no-repeat center bottom;
}

.isPc #l_tab4 .show {
  clear: both;
  padding: 5px 0;
  display: block;
}

.isPc #l_tab4 .show span {
  display: block;
}

.isPc #l_tab4 div {
  display: none;
}

.isPc #l_tab4 h4 {
  text-align: left;
  float: left;
  width: 91%;
  background: url(ico1.png) no-repeat 23px 16px;
  padding: 10px 4% 10px 5%;
}

.isPc #l_tab4 h4,
.isPc #l_tab4 h4 a {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.isPc #l_tab4 h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 88%;
  display: inline-block;
}

.isPc #l_tab4 b {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

.isPc #l_tab4 h4:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 23px 16px;
}

.isPc #l_tab4 h4:hover a {
  color: #0c4aa1;
}

.isPc #l_tab4 h4,
.isPc #l_tab4 h4 a {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.isPc #l_tab4 h4 a:hover {
  color: #0650ac;
}

.isWap #l_tab4 {
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}

.isWap #l_tab4 h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap #l_tab4 h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.47rem;
}

.isWap #l_tab4 .show {
  display: none;
}

.isWap #l_tab4 div {
  display: none;
}

.isWap #l_tab4 ul {
  padding: 0.3rem;
  background: #fff;
  border-top: 1px solid #cad3df;
}

.isWap #l_tab4 li {
  border: 1px solid #a28052;
  padding: 0.2rem 0 0;
  margin-bottom: 0.3rem;
}

.isWap #l_tab4 li span {
  display: block;
  width: 94%;
  padding: 0 3% 0.2rem;
  margin-bottom: 0.05rem;
  border-bottom: 5px solid #a28052;
  color: #a28052;
  font-size: 0.32rem;
}

.isWap #l_tab4 li span a {
  color: #a28052;
}

/*l_tab7*/
.isPc #l_tab7 {
  padding-bottom: 10px;
}

.isPc #l_tab7 h2 {
  text-align: center;
  color: #0650ac;
  font-size: 22px;
  border-top: 1px solid #cacaca;
  background: url(bt_bg.png) repeat;
}

.isPc #l_tab7 h2 a {
  color: #0650ac;
  text-decoration: none;
  font-size: 22px;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
}

.isPc #l_tab7 {
  margin-bottom: 20px;
  overflow: hidden;
}

.isPc #l_tab7 ul {
  height: 50px;
  margin: 30px 20px 20px 0;
  padding-left: 20px;
}

.isPc #l_tab7 li {
  float: left;
  height: 38px;
  line-height: 38px;
  background: #d2c398;
  margin: 0 2px 2px 0;
}

.isPc #l_tab7 li.mr0 {
  margin-right: 0;
}

.isPc #l_tab7 a {
  text-decoration: none;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #fff;
  padding: 0 15px;
}

.isPc #l_tab7 li a.current {
  display: block;
  text-decoration: none;
  background: #a18055;
  border: 0;
}

.isPc #l_tab7 .show {
  clear: both;
  padding: 5px 0;
  display: block;
}

.isPc #l_tab7 .show span {
  display: block;
}

.isPc #l_tab7 div {
  display: none;
}

.isPc #l_tab7 h4 {
  text-align: left;
  float: left;
  width: 91%;
  background: url(ico1.png) no-repeat 23px 16px;
  padding: 10px 4% 10px 5%;
}

.isPc #l_tab7 h4,
.isPc #l_tab7 h4 a {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.isPc #l_tab7 h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 88%;
  display: inline-block;
}

.isPc #l_tab7 b {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

.isPc #l_tab7 h4:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 23px 16px;
}

.isPc #l_tab7 h4:hover a {
  color: #0c4aa1;
}

.isPc #l_tab7 h4,
.isPc #l_tab7 h4 a {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.isPc #l_tab7 h4 a:hover {
  color: #0650ac;
}

.isWap #l_tab7 {
  margin-bottom: 0.5rem;
}

.isWap #l_tab7 h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.4rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap #l_tab7 h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.47rem;
}

.isWap #l_tab7 .show {
  display: none;
}

.isWap #l_tab7 div {
  display: none;
}

.isWap #l_tab7 ul {
  overflow: hidden;
  padding: 0.3rem;
  background: #fff;
  border-top: 1px solid #cad3df;
}

.isWap #l_tab7 li {
  width: 100%;
  border: 1px solid #c7b87e;
  background: #c7b87e;
  padding: 0.2rem 0 0;
  margin-bottom: 0.3rem;
}

.isWap #l_tab7 li span {
  display: block;
  width: 94%;
  padding: 0 3% 0.2rem;
  margin-bottom: 0.05rem;
  border-bottom: 5px solid #fff;
  color: #fff;
  font-size: 0.32rem;
}

.isWap #l_tab7 li span a {
  color: #fff;
}

/*lis_box5*/
.isPc .lis_box5 {
  margin: 20px 0 15px 0;
}

.isPc .lis_box5 h2 {
  color: #0650ac;
  font-size: 22px;
  border-bottom: 1px solid #cacaca;
}

.isPc .lis_box5 h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
  border-bottom: 2px solid #0650ac;
}

.isPc .lis_box5 ul {
  padding-top: 25px;
}

.isPc .lis_box5 li {
  width: 290px;
  font-size: 16px;
  padding-left: 15px;
  margin: 0 auto;
  height: 33px;
  background: #f1f5f8 url(arr4.png) no-repeat right top;
  margin-bottom: 23px;
}

.isPc .lis_box5 li a {
  color: #a18055;
  display: block;
  width: 100%;
  line-height: 33px;
  text-decoration: none;
}

.isPc .lis_box5 li.lis3 {
  position: relative;
  background: #f1f5f8 url(arr6.png) no-repeat right top;
}

.isPc .lis_box5 li.lis3:hover {
  background: #f1f5f8 url(arr5.png) no-repeat right top;
}

.isPc .lis3:hover ul {
  display: block;
}

.isPc .lis3 ul {
  position: absolute;
  left: 0;
  padding: 0;
  display: none;
}

.isPc .lis3 ul li {
  background: #90a6b7;
  border-bottom: 1px solid #fff;
  margin: 0;
  left: 0;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.isPc .lis3 ul li:hover {
  background: #90a6b7;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.isPc .lis3 ul li a {
  color: #fff;
}

.isWap .lis_box5 {
  margin-bottom: 0.5rem;
}

.isWap .lis_box5 h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .lis_box5 h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.47rem;
}

.isWap .lis_box5 li {
  background: #fff;
  margin-bottom: 1px;
}

.isWap .lis_box5 b {
  display: block;
  width: 20%;
  float: left;
}

.isWap .lis_box5 i {
  display: block;
  width: 80%;
  font-style: normal;
  text-align: center;
  font-size: 0.4rem;
  position: absolute;
  top: 50%;
  left: 20%;
  margin-top: -0.2rem;
}

.isWap .lis_box5 li {
  position: relative;
}

.isWap .lis_box5 a i {
  font-size: 0.32rem;
}

/*l_tab5*/
.isPc #l_tab5 {
  margin: 20px;
  overflow: hidden;
}

.isPc #l_tab5 h2 {
  color: #0650ac;
  font-size: 22px;
  border-bottom: 1px solid #cacaca;
}

.isPc #l_tab5 h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
  border-bottom: 2px solid #0650ac;
}

.isPc #l_tab5 ul {
  height: 50px;
  margin: 10px;
}

.isPc #l_tab5 li {
  float: left;
  line-height: 50px;
  background: url(tab.png) repeat-x left 43px;
  padding: 0 20px;
  margin: 0 10px;
}

.isPc #l_tab5 li.mr0 {
  margin-right: 0;
}

.isPc #l_tab5 a {
  text-decoration: none;
  font-size: 22px;
  font-family: "微软雅黑";
  color: #0650ac;
}

.isPc #l_tab5 a.current {
  display: block;
  text-decoration: none;
  background: url(arr2.png) no-repeat center 43px;
}

.isPc #l_tab5 .show {
  clear: both;
  padding: 5px 0;
  display: block;
}

.isPc #l_tab5 .show span {
  display: block;
}

.isPc #l_tab5 div {
  display: none;
}

.isPc #l_tab5 h4 {
  text-align: left;
  width: 318px;
  padding: 10px 15px 10px 5px;
}

.isPc #l_tab5 h4 a {
  font-size: 14px;
  color: #333;
}

.isPc #l_tab5 h4 a:hover {
  text-decoration: underline;
}

.isPc #l_tab5 .ly_btn {
  display: block;
  text-align: center;
  width: 230px;
  margin: 20px auto;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #0650ac;
}

.isPc #l_tab5 .ly_btn a {
  width: 100%;
  color: #fff;
  font-size: 14px;
}

.isWap #l_tab5_w {
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.isWap #l_tab5_w h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap #l_tab5_w h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.47rem;
  line-height: 0.47rem;
}

.isWap #l_tab5_w ul {
  background: url(wap_bt_bg.png) repeat-x left top;
  overflow: hidden;
}

.isWap #l_tab5_w ul li {
  width: 49.5%;
  float: left;
  text-align: center;
  height: 0.6rem;
  padding: 0.1rem 0;
  font-size: 0.4rem;
  color: #2d66a5;
}

.isWap #l_tab5_w ul li a {
  line-height: 0.4rem;
  padding: 0.1rem 0;
  display: block;
  border-right: 1px solid #2d66a5;
  color: #2d66a5;
}

.isWap #l_tab5_w ul li a.br0 {
  border-right: 0;
}

/*l_tab6*/
.isPc #l_tab6 {
  margin-bottom: 20px;
  overflow: hidden;
}

.isPc #l_tab6 h2 {
  color: #0650ac;
  font-size: 22px;
  border-bottom: 1px solid #cacaca;
  margin: 0 20px;
}

.isPc #l_tab6 h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
  border-bottom: 2px solid #0650ac;
}

.isPc #l_tab6 ul {
  height: 50px;
  margin: 20px 20px 10px;
  padding-left: 10px;
}

.isPc #l_tab6 li {
  float: left;
  line-height: 50px;
  background: url(tab.png) repeat-x left 43px;
  margin: 0 25px;
}

.isPc #l_tab6 li.mr0 {
  margin-right: 0;
}

.isPc #l_tab6 a {
  text-decoration: none;
  font-size: 22px;
  font-family: "微软雅黑";
  color: #0650ac;
}

.isPc #l_tab6 a.current {
  display: block;
  text-decoration: none;
  background: url(arr2.png) no-repeat center 43px;
}

.isPc #l_tab6 .show {
  clear: both;
  padding: 5px 0;
  display: block;
}

.isPc #l_tab6 .show span {
  display: block;
}

.isPc #l_tab6 div {
  display: none;
}

.isPc #l_tab6 h4 {
  text-align: left;
  float: left;
  width: 313px;
  background: url(ico1.png) no-repeat 17px 16px;
  padding: 10px 15px 10px 35px;
}

.isPc #l_tab6 h4,
.isPc #l_tab2 h4 a {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.isPc #l_tab6 h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  display: inline-block;
}

.isPc #l_tab6 b {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

.isPc #l_tab6 h4:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 17px 16px;
}

.isPc #l_tab6 h4:hover a {
  color: #0c4aa1;
}

.isPc #l_tab6 h4,
.isPc #l_tab6 h4 a {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.isPc #l_tab6 h4 a:hover {
  color: #0650ac;
}

.isWap #l_tab6 {
  background: #fff;
  border-top: 1px solid #cad3df;
  overflow: hidden;
  padding-bottom: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap #l_tab6 h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap #l_tab6 h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.47rem;
}

.isWap #l_tab6 ul {
  height: 1rem;
  padding: 0.2rem 0;
  margin-bottom: 0.1rem;
  background: url(tab.png) repeat-x left 1.2rem;
}

.isWap #l_tab6 li {
  float: left;
  line-height: 1rem;
  width: 16%;
  text-align: center;
  margin: 0 8%;
}

.isWap #l_tab6 li.mr0 {
  margin-right: 0;
}

.isWap #l_tab6 li a {
  text-decoration: none;
  line-height: 0.95rem;
  font-size: 0.3rem;
  font-family: "微软雅黑";
  color: #0650ac;
}

.isWap #l_tab6 a.current {
  display: block;
  text-decoration: none;
  border-bottom: 4px solid #2d66a5;
}

.isWap #l_tab6 .show {
  clear: both;
  padding: 5px 0 0.5rem;
  display: block;
}

.isWap #l_tab6 .show span {
  display: block;
}

.isWap #l_tab6 div {
  display: none;
}

.isWap #l_tab6 h4 {
  overflow: hidden;
  color: #5b5b5b;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ced6e1;
}

.isWap #l_tab6 h4 {
  text-align: left;
  padding: 0.2rem 0 0.2rem;
  position: relative;
  border-bottom: 1px solid #ced6e1;
  margin: 0 0.3rem;
}

.isWap #l_tab6 h4,
.isWap #l_tab6 h4 a {
  color: #5b5b5b;
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.isWap #l_tab6 b {
  text-align: right;
  position: absolute;
  display: block;
  padding-top: 0.6rem;
  right: 0;
  bottom: 0.2rem;
  font-weight: normal;
  color: #a5a5a5;
  font-size: 0.28rem;
}

#gov_tab h3 {
  color: #fff;
  padding-left: 1.5%;
  height: 30px;
  line-height: 30px;
  display: block;
  width: 340px;
  background: url(gov_bg.jpg) no-repeat left center;
  margin: 0 auto;
  font-size: 14px;
}

#gov_tab {
  margin-bottom: 40px;
  overflow: hidden;
}

#gov_tab ul {
  height: 50px;
  margin: 20px 20px 0 120px;
}

#gov_tab li {
  float: left;
  width: 72px;
  height: 27px;
  line-height: 27px;
  border-radius: 3px;
  background: #9f8354;
  margin-right: 12px;
  text-align: center;
}

#gov_tab li.mr0 {
  margin-right: 0;
}

#gov_tab li a {
  font-size: 14px;
  color: #fff;
  width: 100%;
}

#gov_tab a {
  text-decoration: none;
  font-size: 22px;
  font-family: "微软雅黑";
  color: #0650ac;
}

#gov_tab a.current {
  display: block;
  text-decoration: none;
  background: url(gov_tab1.png) no-repeat;
}

#gov_tab .show {
  clear: both;
  padding: 5px 0;
  display: block;
}

#gov_tab .show span {
  display: block;
}

#gov_tab div {
  display: none;
}

#gov_tab h4 {
  text-align: left;
  float: left;
  width: 358px;
  background: url(ico1.png) no-repeat 17px 16px;
  padding: 10px 15px 10px 35px;
}

#gov_tab h4,
#gov_tab h4 a {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

#gov_tab h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  display: inline-block;
}

#gov_tab b {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

#gov_tab h4:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 17px 16px;
}

#gov_tab h4:hover a {
  color: #0c4aa1;
}

#gov_tab h4,
#gov_tab h4 a {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

#gov_tab h4 a:hover {
  color: #0650ac;
}

.pic_lists ul {
  float: left;
}

.map_box2 {
  margin-top: 20px;
}

.map_box2 dt {
  background: #d2c398;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  padding-left: 20px;
}

.map_box2 dt a {
  color: #fff;
}

.map_box2 dd {
  line-height: 60px;
  background: #f1ebdf;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: #494844;
}

.map_box2 dd a {
  margin: 0 20px;
  color: #494844;
}

.isPc .banner_box {
  width: 1200px;
  margin: 0 auto 50px;
  height: auto;
}

.isPc .contain {
  margin: 50px auto 0;
  width: 1200px;
}

.isPc .pic_list1 {
  margin: 0 auto 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
  height: 60px;
  overflow: hidden;
  position: relative;
  background: #ececec;
}

.isPc .pic_list1 .bd {
  overflow: hidden;
  background: #ececec;
}

.isPc .pic_list1 ul {
  overflow: hidden;
  -ms-zoom: 1;
}

.isPc .pic_list1 ul li {
  width: 265px;
  height: 60px;
  border: 1px solid #fff;
  text-align: center;
  overflow: hidden;
  margin-right: 20px;
  float: left;
  _display: inline;
}

.isPc .pic_list1 ul li img {
  width: 265px;
  height: 60px;
  display: block;
}

.bd0 {
  overflow: hidden;
  border-bottom: 0;
  padding: 0;
}

.bd0 li {
  float: left;
  width: 280px;
  height: 100px;
  margin-right: 26px;
  margin-bottom: 30px;
}

.bd0 li.mr0 {
  margin-right: 0;
}

.pic_con {
  width: 1200px;
  margin: 0 auto 0px;
  position: relative;
}

.pic_lists {
  float: left;
  width: 8888px;
  height: 260px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px
}

.btn_change {
  width: 15px;
  height: 36px;
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 100;
}

.pc_left_btn {
  background: url(leftBtn2.png) no-repeat left top;
  top: 95px;
  left: -30px;
}

.pc_right_btn {
  background: url(rightBtn2.png) no-repeat right top;
  top: 95px;
  right: -30px;
}

.pic_content {
  overflow: hidden;
  height: 260px;
  position: relative;
}

.pic_content ul li {
  float: left;
  width: 280px;
  height: 260px;
  text-align: center;
  margin: 0 26px 0 0;
  position: relative;
}

.pic_content ul li a {
  width: 100%;
  display: block;
  height: 100px;
  margin-bottom: 30px;
}

.pic_content ul li a img {
  width: 100%;
}

.highlight_tip {
  width: 50%;
  position: relative;
  margin: 0 auto;
  top: -15px;
  left: 20%;
}

.highlight_tip span {
  height: 24px;
  padding: 5px;
  line-height: 24px;
  float: left;
  margin: 0 2px;
  cursor: pointer;
}

.highlight_tip span.current {
  height: 18px;
  width: 18px;
  line-height: 18px;
  background: #9CC;
  text-align: center;
}

/*focus2*/
.isPc .section-focus-pic2 {
  margin: 0 auto 50px auto;
  height: 400px;
  width: 800px;
  overflow: hidden;
  position: relative;
}

.isPc .section-focus-pic2 ul li {
  position: absolute;
  top: 0;
  left: 800px;
  width: 800px;
  height: 400px;
}

.isPc .section-focus-pic2 ul li h3 {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 400px;
  font-weight: normal;
  color: #FFF;
  margin-left: 20px;
  z-index: 111;
  font-size: 18px;
  font-family: "微软雅黑";
}

.isPc .section-focus-pic2 ul li div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 59px;
  line-height: 59px;
  background: url(f_btn_bg.png) repeat-x left top;
  width: 1200px;
}

.isPc .section-focus-pic2 .pages {
  width: 800px;
  height: 400px;
}

.isPc .section-focus-pic2 .controler {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.isPc .section-focus-pic2 .controler b {
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: block;
  overflow: hidden;
  text-indent: 20px;
  background: #fff;
  float: left;
  margin: 0 0 0 10px;
  border-radius: 50%;
}

.isPc .section-focus-pic2 .controler b.down {
  background: #00558e;
}

.isPc .section-focus-pic2 .controler2 a {
  display: block;
  width: 40px;
  position: absolute;
  top: 120px;
  height: 40px;
}

.isPc .section-focus-pic2 .controler2 a i {
  cursor: pointer;
  display: block;
  width: 22px;
  height: 34px;
}

.isPc section-focus-pic2 .controler2 .prev {
  left: 10px;
  top: 150px;
}

.isPc .section-focus-pic2 .controler2 .prev i {
  width: 29px;
  height: 59px;
  background: url(leftBtn.png) no-repeat left top;
  margin-left: 5px;
}

.isPc .section-focus-pic2 .controler2 .next {
  right: 15px;
  top: 150px;
}

.isPc .section-focus-pic2 .controler2 .next i {
  width: 29px;
  height: 59px;
  background: url(rightBtn.png) no-repeat left top;
  margin-left: 10px;
}

/*l_tab3*/
.isPc #l_tab3 {
  padding-bottom: 10px;
}

.isPc #l_tab3 h2 {
  text-align: center;
  color: #0650ac;
  font-size: 22px;
  border-top: 1px solid #cacaca;
  background: url(bt_bg.png) repeat;
}

.isPc #l_tab3 h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
}

.isPc #l_tab3 {
  margin-bottom: 20px;
  overflow: hidden;
}

.isPc #l_tab3 ul {
  height: 50px;
  margin: 20px 20px 20px;
  padding-left: 130px;
}

.isPc #l_tab3 li {
  float: left;
  line-height: 50px;
  background: url(tab.png) repeat-x left 43px;
  padding: 0 20px;
  margin-right: 45px;
}

.isPc #l_tab3 li.mr0 {
  margin-right: 0;
}

.isPc #l_tab3 a {
  text-decoration: none;
  font-size: 22px;
  font-family: "微软雅黑";
  color: #0650ac;
}

.isPc #l_tab3 a.current {
  display: block;
  text-decoration: none;
  background: url(arr2.png) no-repeat center 43px;
}

.isPc #l_tab3 .show {
  clear: both;
  padding: 5px 0;
  display: block;
}

.isPc #l_tab3 .show span {
  display: block;
}

.isPc #l_tab3 .show span.wap_box {
  display: none;
}

.isPc #l_tab3 div {
  display: none;
}

.isPc #l_tab3 h4 {
  text-align: left;
  float: left;
  width: 91%;
  background: url(ico1.png) no-repeat 23px 16px;
  padding: 10px 4% 10px 5%;
}

.isPc #l_tab3 h4,
.isPc #l_tab3 h4 a {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.isPc #l_tab3 h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 88%;
  display: inline-block;
}

.isPc #l_tab3 b {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

.isPc #l_tab3 h4:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 23px 16px;
}

.isPc #l_tab3 h4:hover a {
  color: #0c4aa1;
}

.isPc #l_tab3 h4,
.isPc #l_tab3 h4 a {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.isPc #l_tab3 h4 a:hover {
  color: #0650ac;
}

.isWap #l_tab3 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff;
  border-top: 1px solid #cad3df;
  overflow: hidden;
  padding-bottom: 0.5rem;
}

.isWap #l_tab3 ul {
  height: 1rem;
  padding: 0.2rem 0;
  margin-bottom: 0.1rem;
  background: url(tab.png) repeat-x left 1.25rem;
}

.isWap #l_tab3 li {
  float: left;
  line-height: 1rem;
  text-align: center;
  margin: 0 8%;
}

.isWap #l_tab3 li.mr0 {
  margin-right: 0;
}

.isWap #l_tab3 li a {
  text-decoration: none;
  font-size: 0.4rem;
  font-family: "微软雅黑";
  color: #0650ac;
}

.isWap #l_tab3 li a.current {
  display: block;
  text-decoration: none;
  border-bottom: 4px solid #2d66a5;
}

.isWap a,
area {
  blr: expression(this.onFocus=this.blur())
}

.isWap :focus {
  outline-style: none;
}

.isWap #l_tab3 h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap #l_tab3 h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.47rem;
}

.isWap #l_tab3 h2.pc_box {
  display: none;
}

.isWap #l_tab3 .show {
  clear: both;
  padding: 5px 0;
  display: block;
}

.isWap #l_tab3 div {
  display: none;
}

.isWap #l_tab3 h3 {
  overflow: hidden;
  color: #5b5b5b;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ced6e1;
}

.isWap #l_tab3 h3.lrp20 {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  padding: 0 0 0.3rem;
}

.isWap #l_tab3 h3 a {
  color: #5b5b5b;
}

.isWap #l_tab3 h3 span {
  float: left;
  width: 3rem;
  margin-right: 0.2rem;
}

.isWap #l_tab3 h3 span img {
  width: 100%;
  height: 1.9rem;
}

.isWap #l_tab3 h3 b {
  display: block;
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-bottom: 0.15rem;
  color: #a5a5a5;
  font-weight: normal;
}

.isWap #l_tab3 h3 i {
  color: #5b5b5b;
  font-size: 0.28rem;
}

.isWap #l_tab3 h3 i a {
  color: #5b5b5b;
  width: 100%;
  font-style: normal;
  font-size: 0.28rem;
  line-height: 1.2;
}

.isWap #l_tab3 p {
  display: none;
}

.isWap #l_tab3 h4 {
  overflow: hidden;
  color: #333;
  margin: 0 0.3rem 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ced6e1;
}

.isWap #l_tab3 h4 {
  overflow: hidden;
  color: #5b5b5b;
  line-height: 0.4rem;
  margin-bottom: 0.3rem;
}

.isWap #l_tab3 h4 a {
  color: #5b5b5b;
}

.isWap #l_tab3 h4 span {
  float: left;
  width: 3rem;
  margin-right: 0.2rem;
}

.isWap #l_tab3 h4 span img {
  width: 100%;
  height: 1.9rem;
}

.isWap #l_tab3 h4 b {
  display: block;
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.24rem;
  margin-bottom: 0.15rem;
  color: #a5a5a5;
  font-weight: normal;
}

.isWap #l_tab3 h4 b.pc_box {
  display: none;
}

.isWap #l_tab3 h4 i {
  font-style: normal;
  font-size: 0.28rem;
}

.isWap #l_tab3 h4 i a {
  color: #5b5b5b;
  width: 100%;
  font-style: normal;
  font-size: 0.28rem;
  line-height: 0.4rem;
}

/*lis_box3*/
.lis_box3 {
  margin: 10px 0 0 0;
}

.lis_box3 h2 {
  text-align: center;
  color: #0650ac;
  font-size: 22px;
  border-top: 1px solid #cacaca;
  background: url(bt_bg.png) repeat;
}

.lis_box3 h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
}

.lis_box3 ul {
  padding-top: 20px;
}

.lis_box3 li {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 4% 10px 5%;
  background: url(ico1.png) no-repeat 20px 16px;
}

.lis_box3 li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  display: inline-block;
}

.lis_box3 li:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 20px 16px;
}

.lis_box3 li a:hover {
  text-decoration: none;
  color: #0650ac;
}

.lis_box3 b {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

/*lis_box4*/
.isPc .lis_box4 {
  margin: 20px 0 15px 0;
}

.isPc .lis_box4 h2 {
  color: #0650ac;
  font-size: 22px;
  border-bottom: 1px solid #cacaca;
}

.isPc .lis_box4 h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
  border-bottom: 2px solid #0650ac;
}

.isPc .lis_box4 ul {
  padding-top: 10px;
}

.isPc .lis_box4 li {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px 10px 35px;
  background: url(ico1.png) no-repeat 20px 16px;
}

.isPc .lis_box4 li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
  display: inline-block;
}

.isPc .lis_box4 li:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 20px 16px;
}

.isPc .lis_box4 li a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isPc .lis_box4 li:hover a {
  color: #0650ac;
}

.isPc .lis_box4 b.pc_box {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

.isPc .lis_box4 b.wap_box {
  display: none;
}

.isPc .lis_box4 .bt2 {
  border: 0;
}

.isPc .lis_box4 .bt2 a {
  border: 0;
  background: url(hot_bg.png) no-repeat left top;
  width: 248px;
  height: 35px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
  padding-left: 70px;
  color: #1e1d1d;
}

.isPc .lis_box4 .lis2 {
  border: 0;
}

.isWap .lis_box4 {
  overflow: hidden;
  margin-bottom: 0.5rem;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .lis_box4 h2.lrm20 {
  margin: 0;
}

.isWap .lis_box4 h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .lis_box4 h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.47rem;
}

.isWap .lis_box4 ul {
  padding: 0 0.3rem;
  background: #fff;
}

.isWap .lis_box4 li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #ced6e1;
}

.isWap .lis_box4 li a {
  font-size: 0.28rem;
  color: #5b5b5b;
  line-height: 1.2;
}

.isWap .lis_box4 li:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 20px 16px;
}

.isWap .lis_box4 li a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isWap .lis_box4 li:hover a {
  color: #0650ac;
}

.isWap .lis_box4 b.wap_box {
  display: block;
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-bottom: 0.15rem;
  color: #a5a5a5;
  font-weight: normal;
}

.isWap .lis_box4 b.pc_box {
  display: none;
}

.isWap .lis_box4 .bt2 {
  border: 0;
}

.isWap .lis_box4 .bt2 a {
  border: 0;
  background: url(hot_bg.png) no-repeat left top;
  width: 248px;
  height: 35px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
  padding-left: 70px;
  color: #1e1d1d;
}

.isWap .lis_box4 .lis2 {
  border: 0;
}

.isWap .lis_box4 .more {
  margin: 0.3rem auto;
}

/*r_sp*/
.r_sp {
  margin: 0 20px 0;
}

.r_sp h2 {
  color: #0650ac;
  font-size: 22px;
  border-bottom: 1px solid #cacaca;
}

.r_sp h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
  border-bottom: 2px solid #0650ac;
}

.r_sp span {
  display: inline-block;
  margin: 30px 2px 20px;
  width: 318px;
  height: 210px;
}

.r_sp img {
  width: 100%;
}

/*l_v2*/
.isPc .l_v2 {
  margin: 0 20px;
  padding-bottom: 5px;
}

.isPc .l_v2 h2 {
  color: #0650ac;
  font-size: 22px;
  border-bottom: 1px solid #cacaca;
}

.isPc .l_v2 h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
  border-bottom: 2px solid #0650ac;
}

.isPc .l_v2 dl {
  position: relative;
  width: 318px;
  height: 210px;
  display: block;
  margin: 30px auto;
}

.isPc .l_v2 dd img {
  width: 100%;
}

.isPc .l_v2 dt {
  display: block;
  width: 50px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -17px;
}

.isPc .l_v2 span {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 318px;
  margin: 0 2px;
  display: inline-block;
}

.isPc .lis_h7 {
  margin-top: 20px;
  padding-bottom: 20px;
}

.isPc .lis_box7 h2 {
  color: #616162;
  font-size: 22px;
  border-bottom: 1px solid #616162;
  display: inline-block;
  padding: 0 5px 5px;
}

.isPc .lis_cont7 {
  width: 345px;
  float: left;
  margin: 0 20px;
}

.isPc .lis_cont7 ul {
  padding-top: 10px;
}

.isPc .lis_cont7 li {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px 10px 15px;
  background: url(ico1.png) no-repeat left 16px;
}

.isPc .lis_cont7 li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
  display: inline-block;
}

.isPc .lis_cont7 li:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 20px 16px;
}

.isPc .lis_cont7 li a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isPc .lis_cont7 li:hover a {
  color: #0650ac;
}

.isPc .lis_cont7 b {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

.isPc .lis_cont7 .bt2 {
  border: 0;
}

.isPc .lis_cont7 .bt2 a {
  border: 0;
  background: url(hot_bg.png) no-repeat left top;
  width: 248px;
  height: 35px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
  padding-left: 70px;
  color: #1e1d1d;
}

.isPc .lis_cont7 .lis2 {
  border: 0;
}

.isWap .lis_box7 {
  background: #fff;
  padding-bottom: 0.5rem;
}

.isWap .lis_h7 {}

.isWap .lis_box7 h2.lrm20 {
  margin: 0;
}

.isWap .lis_box7 h2 {
  border-top: 0;
  background: #fff;
  height: 82px;
  border-bottom: 1px solid #d3d7de;
  text-align: center;
  color: #2d66a5;
  margin-bottom: 20px;
}

.isWap .lis_box7 h2 span {
  line-height: 80px;
  display: block;
  width: 25%;
  margin: 0 auto;
  border-bottom: 4px solid #2d66a5;
  font-size: 0.4rem;
}

.isWap .lis_box7 h2 a {
  color: #2d66a5;
  font-size: 0.45rem;
}

.isWap .lis_box7 h3 {
  width: 100%;
  background: url(wap_bt_line.png) repeat-x left 2px;
}

.isWap .lis_box7 h3 a {
  display: inline-block;
  width: 1.6rem;
  margin-bottom: 0.1rem;
}

.isWap .lis_cont7 {
  margin: 0 0.3rem 0;
  padding-top: 0.4rem;
}

.isWap .lis_cont7 ul {
  margin: 0;
}

.isWap .lis_cont7 li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #ced6e1;
}

.isWap .lis_cont7 li a {
  overflow: hidden;
  font-size: 0.28rem;
  color: #5b5b5b;
  line-height: 0.4rem;
  margin-bottom: 0.3rem;
}

.isWap .lis_cont7 b.wap_box {
  display: block;
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.24rem;
  margin-bottom: 0.15rem;
  color: #a5a5a5;
  font-weight: normal;
}

.isWap .lis_cont7 b.pc_box {
  display: none;
}

.lis_box6 {
  margin: 0 0 15px 0;
}

.lis_box6 h2 {
  color: #0650ac;
  font-size: 22px;
  border-bottom: 1px solid #cacaca;
}

.lis_box6 h2 a {
  color: #0650ac;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
  padding-right: 10px;
  border-bottom: 2px solid #0650ac;
}

.lis_box6 ul {
  padding-top: 0px;
}

.lis_box6 li {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px 10px 35px;
  background: url(ico1.png) no-repeat 20px 16px;
}

.lis_box6 li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
  display: inline-block;
}

.lis_box6 li:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 20px 16px;
}

.lis_box6 li a:hover {
  text-decoration: none;
  color: #0650ac;
}

.lis_box6 li:hover a {
  color: #0650ac;
}

.lis_box6 b {
  float: right;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
}

.lis_box6 .bt2 {
  border: 0;
}

.lis_box6 .bt2 a {
  border: 0;
  background: url(hot_bg.png) no-repeat left top;
  width: 248px;
  height: 35px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
  padding-left: 70px;
  color: #1e1d1d;
}

.lis_box6 .lis2 {
  border: 0;
}

/*list*/
.isPc .lis_cont {
  width: 1200px;
  margin: 25px auto 0;
}

.isPc .lis_box {
  padding: 20px 0;
  border: 1px solid #ededed;
  background: #fff;
  margin-bottom: 50px;
}

.isPc .lis_box li {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  background: url(ico1.png) no-repeat 32px 17px;
  padding-left: 50px;
}

.isPc .lis_box li:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 32px 17px;
}

.isPc .lis_box li:hover a {
  color: #0056d4;
}

.isPc .lis_box a {
  width: 92%;
  padding-right: 3%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.isPc .lis_box a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isPc .lis_box span {
  float: left;
  width: 5%;
  color: #c5c5c5;
  font-size: 12px;
  text-align: center;
}

.isWap .lis_cont {
  width: 100%;
  margin: 0.3rem auto 0;
}

.isWap .lis_box {
  background: #fff;
  margin-bottom: 0.5rem;
}

.isWap .lis_box li {
  overflow: hidden;
  color: #333;
  margin: 0 0.3rem 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ced6e1;
  position: relative;
  padding-top: 0.4rem;
}

.isWap .lis_box li:hover {}

.isWap .lis_box li:hover a {
  color: #0056d4;
}

.isWap .lis_box a {
  color: #5b5b5b;
  width: 100%;
  font-style: normal;
  font-size: 0.28rem;
  line-height: 1.2;
}

.isWap .lis_box a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isWap .lis_box li span {
  position: absolute;
  top: -0.1rem;
  left: -3.7rem;
  text-align: left;
  width: 100%;
  color: #c5c5c5;
  font-size: 0.34rem;
  text-align: center;
  height: 0.4rem;
}

.lis_nav {
  width: 206px;
  margin: 0 auto;
}

.lis_nav li {
  width: 100%;
  height: 38px;
  margin-bottom: 15px;
}

.lis_nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  width: 95%;
  padding-left: 5%;
  line-height: 38px;
  text-align: center;
}

/*table_1*/
.table_1 table {
  background: #fff;
  color: #858585;
}

.table_1 table th {
  background: #90a6b7;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.table_1 table td {
  background: #f7f7f7;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0 10px 20px;
}

.lis_nav li.l3 {
  background: url(li_bg3.jpg) no-repeat left top;
}

.lis_nav li.l3:hover,
.lis_nav li.l3 a.cut {
  background: url(li_bg4.jpg) no-repeat left top;
}

.lis_nav li.l3 a {
  text-align: left;
}

/*lf_nav_list*/
.main2_l .lis_nav .l3 {
  display: block;
  height: auto;
}

.main2_l .lis_nav .sub_nav {
  width: 180px;
  margin-left: 10px;
  background: #a3c1db;
  display: none;
}

.main2_l .lis_nav li:hover .sub_nav {
  display: block;
}

.main2_l .lis_nav .sub_nav a {
  font-size: 14px;
}

.main2_l .lis_nav li.l3 .sub_nav li {
  display: block;
  margin-bottom: 0;
  text-align: center;
}

.main2_l .lis_nav li.l3 .sub_nav li:hover {
  background: #6a9cc1;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.Cont2 {
  background: #fff;
  width: 880px;
  padding: 40px 20px 90px;
  border: 1px solid #ececec;
}

.main2_l .lis_nav li.l3_2 {
  width: 100%;
  height: 68px;
  border-radius: 4px;
  background: url(li_bg3_2.jpg) no-repeat left center;
}

.main2_l .lis_nav li.l3_2 a {
  display: block;
  height: 60px;
  padding-top: 8px;
  width: 95%;
  padding-left: 5%;
  line-height: 26px;
  text-align: left;
}

.main2_l .lis_nav li.l3_2:hover,
.main2_l .lis_nav li.l3_2 a.cut {
  background: #1864a0;
  background: url(li_bg4_2.jpg) no-repeat left center;
}

.isPc .l_art {
  width: 920px;
  float: right;
  padding: 0px;
  border: 1px solid #edebeb;
}

.isWap .l_art {
  width: 100%;
  padding: 0px;
}

/*l_tab8*/
.isPc #l_tab8 {
  padding-bottom: 158px;
}

.isPc #l_tab8 h2 {
  text-align: left;
  color: #000;
  font-size: 28px;
  padding: 0 25px 30px;
}

.isPc #l_tab8 {
  margin-bottom: 20px;
  overflow: hidden;
}

.isPc #l_tab8 ul {
  height: 50px;
  margin: 30px 20px 20px 0;
  padding-left: 25px;
}

.isPc #l_tab8 li {
  float: left;
  height: 38px;
  line-height: 38px;
  background: #d2c398;
  margin: 0 2px 2px 0;
}

.isPc #l_tab8 li.mr0 {
  margin-right: 0;
}

.isPc #l_tab8 a {
  text-decoration: none;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #fff;
  padding: 0 15px;
}

.isPc #l_tab8 li a.current {
  display: block;
  text-decoration: none;
  background: #a18055;
  border: 0;
}

.isPc #l_tab8 .show {
  clear: both;
  padding: 90px 0 5px;
  display: block;
}

.isPc #l_tab8 .show span {
  /* display: block; */
}

.isPc #l_tab8 div {
  display: none;
}

.isPc #l_tab8 dl {
  padding: 0 25px;
  font-size: 16px;
  line-height: 26px;
  color: #2e2e2e;
}

.isPc .h1000 {
  height: 1000px;
}

.isWap #l_tab8 {
  margin-bottom: 0.5rem;
}

.isWap #l_tab8 h2 {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem;
  background: #eceff4;
  color: #2d66a5;
  font-size: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap #l_tab8 h2 a {
  color: #2d66a5;
  text-decoration: none;
  display: inline-block;
  font-size: 0.47rem;
  line-height: 0.47rem;
}

.isWap #l_tab8 .show {
  display: none;
}

.isWap #l_tab8 div {
  display: none;
}

.isWap #l_tab8 ul {
  overflow: hidden;
  padding: 0.3rem;
  background: #fff;
}

.isWap #l_tab8 li {
  width: 100%;
  border: 1px solid #c7b87e;
  background: #c7b87e;
  padding: 0.2rem 0 0;
  margin-bottom: 0.3rem;
}

.isWap #l_tab8 li span {
  display: block;
  width: 94%;
  padding: 0 3% 0.2rem;
  margin-bottom: 0.05rem;
  border-bottom: 5px solid #fff;
  color: #fff;
}

.isWap #l_tab8 li a {
  color: #fff;
  font-size: 0.4rem;
}

.isPc .leader {
  float: right;
  width: 878px;
  padding: 20px;
  border: 1px solid #edebeb;
  background: #fff;
}

.isPc .leader li {
  margin-bottom: 35px;
}

.isPc .leader li i {
  float: left;
  display: inline-block;
  padding-right: 23px;
  margin-right: 23px;
  border-right: 1px solid #cee6e6;
}

.isPc .leader li dl {
  float: left;
  width: 714px;
  font-size: 16px;
  line-height: 30px;
}

.isPc .leader li dt {
  font-size: 24px;
  margin-bottom: 20px;
  color: #17649f;
}

.isPc .leader li dd {
  margin-bottom: 2px;
}

.isWap .leader {
  padding: 0.25rem;
  border: 1px solid #edebeb;
  background: #fff;
}

.isWap .leader li {
  margin-bottom: 35px;
}

.isWap .leader li i {
  width: 30%;
  float: left;
  display: inline-block;
  padding-right: 23px;
  margin-right: 23px;
  border-right: 1px solid #cee6e6;
}

.isWap .leader li dl {
  float: left;
  padding-top: 0.2rem;
  width: 55%;
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.isWap .leader li dt {
  font-size: 0.4rem;
  margin-bottom: 0.3rem;
  color: #17649f;
}

.isWap .leader li dd {
  margin-bottom: 0.1rem;
}

.mainSh input {
  float: left;
  background: #a18055;
  width: 215px;
  height: 35px;
  line-height: 35px;
  border: 0;
  padding-left: 10px;
  color: #fff;
}

.mainSh i {
  float: left;
  display: block;
  background: #a18055 url(fdj_s.png) no-repeat center;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.bot3 span {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  height: 37px;
  line-height: 37px;
  background: #9f9f9f;
}

/*l_list*/
.isPc .l_list {
  width: 900px;
  float: right;
}

/*power_lis*/
.isPc .main2_r2 {
  float: right;
  background: #fff;
  width: 880px;
  padding: 25px 0 40px;
  border: 1px solid #ececec;
}

.isWap .main2_r2 {
  background: #fff;
  width: 100%;
  padding: 0 0 0.4rem;
}

.lis_box2 {
  padding: 0;
  border: 0;
}

/*power_lis2*/
.isPc .btn_box li {
  width: 298px;
  height: 78px;
  margin: 0 60px 45px;
  display: inline-block;
}

.isPc .btn_box li a {
  display: block;
  width: 100%;
  line-height: 78px;
  border: 1px solid #e5e5e5;
  text-align: center;
  background: url(btn_bg2.png) repeat-x left top;
  font-size: 24px;
  color: #7c7c7c;
  text-decoration: none;
}

.isPc .btn_box li a:hover {
  border: 1px solid #000;
  background: url(btn_bg.png) repeat-x left top;
}

.isWap .btn_box li {
  width: 80%;
  height: 1.4rem;
  margin: 0 auto 0.3rem;
  border: 2px solid #b1a470;
  border-radius: 5px;
}

.isWap .btn_box li img {
  height: 1.4rem;
}

.isWap .btn_box li a {
  display: block;
  width: 100%;
  line-height: 1.4rem;
  border: 1px solid #e5e5e5;
  text-align: center;
  background: url(bt_bg.png) repeat left top;
  font-size: 0.5rem;
  color: #978543;
  text-decoration: none;
}

.isWap .btn_box li a:hover {
  border: 1px solid #000;
  background: url(btn_bg.png) repeat-x left top;
}

.isPc .zw_nav {
  float: left;
  width: 240px;
}

.isPc .xxgk_menu,
.isPc .xxgk_content {
  float: left;
  display: inline;
}

.isPc .xxgk_menu {
  width: 100%;
  font-family: "微软雅黑";
}

.isPc .xxgk_content {
  width: 100%;
}

.isPc .xxgk_menu>ul {
  list-style: none;
}

.isPc .xxgk_menu>ul>li {
  background: #fff;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: normal;
  border: 1px solid #ebebeb;
}

.isPc .xxgk_menu>ul>li.hover>a {
  background: #1d8bd8;
  color: #fff;
}

.isPc .xxgk_menu>ul>li>a {
  display: block;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
}

.isPc .xxgk_menu>ul>li>a:hover {
  background: #1d8bd8;
  color: #fff;
}

.isPc .xxgk_menu>ul>li.xxgk_coll_menu>a:after {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background: url(jia_ico.png) no-repeat left center;
}

.isPc .xxgk_menu>ul>li.xxgk_coll_menu>a:hover:after {
  background: url(jia_ico2.png) no-repeat left center;
}

.isPc .xxgk_menu>ul>li.xxgk_coll_menu.hover>a:after {
  width: 19px;
  height: 3px;
  background: url(jia_ico2.png) no-repeat left center;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
}

.isPc .xxgk_menu>ul>li.xxgk_coll_menu.hover>a:hover:after {
  background: url(jia_ico2.png) no-repeat left center;
}

.isPc .xxgk_coll_menu .xxgk_menu_items_container {
  display: none;
}

.isPc .xxgk_coll_menu.hover .xxgk_menu_items_container {
  display: block;
}

.isPc .xxgk_contentPane {
  background: #fff;
  padding: 45px 20px;
  color: #575757;
}

.isPc .xxgk_contentPane a {
  color: #575757;
}

.isPc .xxgk_menu_items_container>ul {
  list-style: none;
}

.isPc .xxgk_menu_items_container>ul>li {
  height: 42px;
  line-height: 42px;
  text-align: left;
  font-size: 15px;
  list-style: none;
}

.isPc .xxgk_menu_items_container>ul>li:last-child {
  border-bottom: none;
}

.isPc .xxgk_menu_items_container>ul>li>a {
  display: block;
  padding-left: 48px;
  background: url(zw_ico1.png) no-repeat 35px center;
  color: #575757;
}

.isPc .xxgk_menu_items_container>ul>li>a:hover,
.xxgk_menu_items_container>ul>li>a.hover {
  background-color: #e1edfa;
  color: #0068b7;
  text-decoration: none;
}

.isPc .xxgk_menu>ul>li a {
  overflow: hidden;
}

.isPc .xxgk_menu a span {
  display: block;
  float: left;
}

.isPc .xxgk_menu a b {
  float: left;
  display: block;
  margin-left: 10px;
  width: 110px;
  line-height: 20px;
}

.isPc .xxgk_menu a b.b2 {
  float: left;
  display: block;
  margin-left: 10px;
  width: 110px;
  line-height: 40px;
}

.isPc .xxgk_menu .icon-compass {
  background: url(gk_ico1.png) no-repeat center;
  display: block;
  width: 39px;
  height: 38px;
  float: left;
  margin: 0 10px 0 10px;
}

.isPc .xxgk_menu a:hover .icon-compass,
.isPc .xxgk_menu .hover a .icon-compass {
  background: url(gk_ico1_1.png) no-repeat center;
}

.isPc .xxgk_menu .icon-sz_fg {
  background: url(gk_ico2.png) no-repeat center;
  display: block;
  width: 39px;
  height: 38px;
  float: left;
  margin: 0 10px 0 10px;
}

.isPc .xxgk_menu a:hover .icon-sz_fg,
.isPc .xxgk_menu .hover a .icon-sz_fg {
  background: url(gk_ico2_2.png) no-repeat center;
}

.isPc .xxgk_menu .icon-items {
  background: url(gk_ico3.png) no-repeat center;
  display: block;
  width: 39px;
  height: 38px;
  float: left;
  margin: 0 10px 0 10px;
}

.isPc .xxgk_menu a:hover .icon-items,
.isPc .xxgk_menu .hover a .icon-items {
  background: url(gk_ico3_3.png) no-repeat center;
}

.isPc .xxgk_menu .icon-yearpaper {
  background: url(gk_ico4.png) no-repeat center;
  display: block;
  width: 39px;
  height: 38px;
  float: left;
  margin: 0 10px 0 10px;
}

.isPc .xxgk_menu a:hover .icon-yearpaper,
.isPc .xxgk_menu .hover a .icon-yearpaper {
  background: url(gk_ico4_4.png) no-repeat center;
}

.isPc .xxgk_menu .icon-notespen {
  background: url(gk_ico5.png) no-repeat center;
  display: block;
  width: 39px;
  height: 38px;
  float: left;
  margin: 0 10px 0 10px;
}

.isPc .xxgk_menu a:hover .icon-notespen,
.isPc .xxgk_menu .hover a .icon-notespen {
  background: url(gk_ico5_5.png) no-repeat center;
}

.isPc .main2_r_zw {
  float: right;
  background: #fff;
  width: 880px;
  padding: 0 0 45px;
  border: 1px solid #ececec;
}

.isWap .zw_nav {
  width: 96%;
  padding: 2%;
  background: #fff;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.isWap .xxgk_menu,
.isWap .xxgk_content {
  float: left;
  display: inline;
}

.isWap .xxgk_menu {
  width: 100%;
  font-family: "微软雅黑";
  margin-bottom: 0.3rem;
}

.isWap .xxgk_content {
  width: 100%;
}

.isWap .xxgk_menu>ul {
  list-style: none;
}

.isWap .xxgk_menu>ul>li {
  background: #fff;
  margin-bottom: 0.2rem;
  font-size: 0.46rem;
  font-weight: normal;
  border: 1px solid #ebebeb;
}

.isWap .xxgk_menu>ul>li.hover>a {
  background: #2d66a5;
  color: #fff;
}

.isWap .xxgk_menu>ul>li>a {
  display: block;
  padding: 0.3rem 0;
  position: relative;
  text-decoration: none;
}

.isWap .xxgk_menu>ul>li>a:hover {
  background: #2d66a5;
  color: #fff;
}

.isWap .xxgk_menu>ul>li.xxgk_coll_menu>a:after {
  content: ' ';
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 15px;
  background: url(jia_ico.png) no-repeat left center;
  background-size: 0.35rem 0.35rem;
}

.isWap .xxgk_menu>ul>li.xxgk_coll_menu>a:hover:after {
  width: 0.35rem;
  height: 0.35rem;
  background: url(jia_ico2.png) no-repeat left center;
  background-size: 0.35rem 0.35rem;
}

.isWap .xxgk_menu>ul>li.xxgk_coll_menu.hover>a:after {
  width: 0.35rem;
  height: 0.1rem;
  background: url(jian_ico2.png) no-repeat left center;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  background-size: 0.35rem 0.1rem;
}

.isWap .xxgk_menu>ul>li.xxgk_coll_menu.hover>a:hover:after {
  width: 0.35rem;
  height: 0.1rem;
  background: url(jian_ico2.png) no-repeat left center;
  background-size: 0.35rem 0.1rem;
}

.isWap .xxgk_coll_menu .xxgk_menu_items_container {
  display: none;
}

.isWap .xxgk_coll_menu.hover .xxgk_menu_items_container {
  display: block;
  padding: 0.3rem 0.2rem;
}

.isWap .xxgk_contentPane {
  background: #fff;
  padding: 0.3rem 0.2rem;
  color: #575757;
}

.isWap .xxgk_contentPane a {
  color: #575757;
}

.isWap .xxgk_menu_items_container>ul {
  list-style: none;
}

.isWap .xxgk_menu_items_container>ul>li {
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: left;
  font-size: 0.38rem;
  list-style: none;
}

.isWap .xxgk_menu_items_container>ul>li:last-child {
  border-bottom: none;
}

.isWap .xxgk_menu_items_container>ul>li>a {
  display: block;
  padding-left: 0.6rem;
  background: url(zw_ico1.png) no-repeat 35px center;
  color: #575757;
}

.isWap .xxgk_menu_items_container>ul>li>a:hover,
.xxgk_menu_items_container>ul>li>a.hover {
  background-color: #e1edfa;
  color: #0068b7;
  text-decoration: none;
}

.isWap .xxgk_menu>ul>li a {
  overflow: hidden;
}

.isWap .xxgk_menu a span {
  display: block;
  float: left;
}

.isWap .xxgk_menu a b {
  float: left;
  display: block;
  margin-left: 0.3rem;
  line-height: 0.45rem;
  font-weight: normal;
}

.isWap .xxgk_menu a b.b2 {
  float: left;
  display: block;
  margin-left: 0.3rem;
  line-height: 0.45rem;
  font-weight: normal;
}

.isWap .xxgk_menu .icon-compass {
  background: url(gk_ico1.png) no-repeat center;
  display: block;
  width: 0.55rem;
  height: 0.53rem;
  background-size: 0.55rem 0.53rem;
  float: left;
  margin: 0 0.2rem 0 0.2rem;
}

.isWap .xxgk_menu a:hover .icon-compass,
.isWap .xxgk_menu .hover a .icon-compass {
  background: url(gk_ico1_1.png) no-repeat center;
  background-size: 0.53rem 0.52rem;
}

.isWap .xxgk_menu .icon-sz_fg {
  background: url(gk_ico2.png) no-repeat center;
  display: block;
  width: 0.55rem;
  height: 0.53rem;
  background-size: 0.55rem 0.53rem;
  float: left;
  margin: 0 0.2rem 0 0.2rem;
}

.isWap .xxgk_menu a:hover .icon-sz_fg,
.isWap .xxgk_menu .hover a .icon-sz_fg {
  background: url(gk_ico2_2.png) no-repeat center;
  background-size: 0.53rem 0.52rem;
}

.isWap .xxgk_menu .icon-items {
  background: url(gk_ico3.png) no-repeat center;
  display: block;
  width: 0.55rem;
  height: 0.53rem;
  background-size: 0.55rem 0.53rem;
  float: left;
  margin: 0 0.2rem 0 0.2rem;
}

.isWap .xxgk_menu a:hover .icon-items,
.isWap .xxgk_menu .hover a .icon-items {
  background: url(gk_ico3_3.png) no-repeat center;
  background-size: 0.53rem 0.52rem;
}

.isWap .xxgk_menu .icon-yearpaper {
  background: url(gk_ico4.png) no-repeat center;
  display: block;
  width: 0.55rem;
  height: 0.53rem;
  background-size: 0.55rem 0.53rem;
  float: left;
  margin: 0 0.2rem 0 0.2rem;
}

.isWap .xxgk_menu a:hover .icon-yearpaper,
.isWap .xxgk_menu .hover a .icon-yearpaper {
  background: url(gk_ico4_4.png) no-repeat center;
  background-size: 0.53rem 0.52rem;
}

.isWap .xxgk_menu .icon-notespen {
  background: url(gk_ico5.png) no-repeat center;
  display: block;
  width: 0.55rem;
  height: 0.53rem;
  background-size: 0.55rem 0.53rem;
  float: left;
  margin: 0 0.2rem 0 0.2rem;
}

.isWap .xxgk_menu a:hover .icon-notespen,
.isWap .xxgk_menu .hover a .icon-notespen {
  background: url(gk_ico5_5.png) no-repeat center;
  background-size: 0.53rem 0.52rem;
}

.isWap .main2_r_zw {
  background: #fff;
  width: 100%;
  padding: 0.3rem 0 0.4rem;
  border: 1px solid #ececec;
}

.isPc .lis_zw {
  padding-bottom: 60px;
}

.isPc .lis_zw h3 {
  width: 100%;
  border-bottom: 1px solid #dedede;
}

.isPc .lis_zw h3 b {
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  background: #2d66a5;
  padding: 5px 15px;
  color: #fff;
}

.isPc .lis_zw ul {
  padding: 30px 20px;
  font-size: 16px;
}

.isPc .lis_zw li {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  padding-left: 10px;
}

.isPc .lis_zw li:hover {
  background: #f7f7f7 url(ico1.png) no-repeat 32px 17px;
}

.isPc .lis_zw li:hover a {
  color: #0056d4;
}

.isPc .lis_zw a {
  width: 92%;
  padding-right: 3%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.isPc .lis_zw a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isPc .lis_zw span {
  float: left;
  width: 5%;
  color: #c5c5c5;
  font-size: 12px;
  text-align: center;
}

.isPc .lis_zw .more2 {
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  background: #e6e6e6;
}

.isPc .lis_zw .more2 a {
  display: block;
  width: 100%;
  line-height: 30px;
  color: #9a9a9a;
  text-align: center;
  font-size: 14px;
}

.isPc .art_zw_cont {
  padding-top: 20px;
  color: #606060;
  padding: 30px;
}

.isPc .art_zw_cont h4 {
  font-size: 30px;
  color: #2d66a5;
  text-align: center;
  margin-bottom: 20px;
}

.isPc .art_zw_cont p {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 20px;
}

.isWap .lis_zw {
  padding-bottom: 0.6rem;
}

.isWap .lis_zw h3 {
  width: 100%;
  border-bottom: 1px solid #dedede;
  margin-bottom: 0.2rem;
}

.isWap .lis_zw h3 b {
  font-size: 0.46rem;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  background: #2d66a5;
  padding: 0.2rem 0.25rem;
  color: #fff;
}

.isWap .lis_cont {
  width: 100%;
  margin: 0.3rem auto 0;
}

.isWap .lis_box {
  background: #fff;
  margin-bottom: 0;
}

.isWap .lis_box li {
  overflow: hidden;
  color: #333;
  margin: 0 0.3rem 0;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ced6e1;
  position: relative;
  padding-top: 0.4rem;
}

.isWap .lis_box li:hover {}

.isWap .lis_box li:hover a {
  color: #0056d4;
}

.isWap .lis_box a {
  color: #5b5b5b;
  width: 100%;
  font-style: normal;
  font-size: 0.28rem;
  line-height: 1.2;
}

.isWap .lis_box a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isWap .lis_box li span {
  position: absolute;
  top: -0.1rem;
  left: -3.7rem;
  text-align: left;
  width: 100%;
  color: #c5c5c5;
  font-size: 0.34rem;
  text-align: center;
  height: 0.4rem;
}


.isWap .lis_zw ul {
  background: #fff;
  margin-bottom: 0.5rem;
}

.isWap .lis_zw li {
  overflow: hidden;
  color: #333;
  margin: 0 0.3rem 0;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ced6e1;
  position: relative;
  padding-top: 0.4rem;
}

.isWap .lis_zw li:hover {}

.isWap .lis_zw li:hover a {
  color: #0056d4;
}

.isWap .lis_zw a {
  color: #5b5b5b;
  width: 100%;
  font-style: normal;
  font-size: 0.28rem;
  line-height: 1.2;
}

.isWap .lis_zw a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isWap .lis_zw li span {
  position: absolute;
  top: -0.1rem;
  left: -3.7rem;
  text-align: left;
  width: 100%;
  color: #c5c5c5;
  font-size: 0.34rem;
  text-align: center;
  height: 0.4rem;
}

.isWap .lis_zw .more2 {
  width: 2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0 auto;
  background: #e6e6e6;
}

.isWap .lis_zw .more2 a {
  display: block;
  width: 100%;
  line-height: 0.8rem;
  color: #9a9a9a;
  text-align: center;
  font-size: 0.3rem;
}

.isWap .art_zw_cont {
  padding-top: 0.25rem;
  color: #606060;
  padding: 0.3rem;
}

.isWap .art_zw_cont h4 {
  font-size: 0.4rem;
  line-height: 0.5rem;
  color: #2d66a5;
  text-align: center;
  margin-bottom: 0.25rem;
}

.isWap .art_zw_cont p {
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-bottom: 0.3rem;
}

.isWap .header2 {
  height: 2rem;
  padding: 0.3rem 0;
  background: url(wap_banner_new.jpg) no-repeat left top;
  background-size: 100%;
}

.isWap .menuLink2 {
  top: 1rem;
}

.isPc .main2_r .b0,
.isPc .main2_r2 .b0 {
  border: 0;
}

.isPc .mr0 {
  margin-right: 0;
}

.isPc .mb0 {
  margin-bottom: 0;
}

.isPc .mb30 {
  margin-bottom: 30px;
}

.isPc .mb50 {
  margin-bottom: 50px;
}

.isPc .mt0 {
  margin-top: 0;
}

.isPc .bb0 {
  border-bottom: 0;
  padding: 0;
}

.isPc .t_c {
  text-align: left;
}

.isPc .h1335 {
  height: 1335px;
}

.isPc .w1 {
  width: 100%;
}

@media screen and (max-width:1024px) {
  .isPc .w1200 {
    width: 100%;
    margin: 0;
  }

  .isPc .main {
    margin: 45px auto 40px;
  }

  .isPc .mainNav {
    width: 100%;
  }

  .isPc .section-focus-pic {
    height: 450px;
    width: 100%;
  }

  .isPc .section-focus-pic ul li {
    width: 100%;
    height: 450px;
  }

  .isPc .section-focus-pic ul li img {
    width: 100%;
  }

  .isPc .section-focus-pic ul li div {
    width: 100%;
  }

  .isPc .section-focus-pic .pages {
    width: 100%;
    height: 450px;
  }

  .isPc .main_l {
    width: 30%;
    margin-right: 0.5%;
  }

  .isPc .main_l h2 {
    font-size: 18px;
  }

  .isPc .main_c h2 {
    font-size: 18px;
  }

  .isPc .main_r h2 {
    font-size: 18px;
  }

  .isPc #l_tab a {
    font-size: 18px;
  }

  .isPc #l_tab li {
    margin-right: 5px;
  }

  .isPc #l_tab2 li {
    padding: 0 15px;
    margin-right: 5px;
  }

  .isPc #l_tab2 a {
    font-size: 16px;
  }

  .isPc .l_lis li a {
    width: 80%;
  }

  .isPc #l_tab h4 {
    width: 90%;
  }

  .isPc .l_v dl {
    width: 100%;
    height: auto;
  }

  .isPc .l_v span {
    width: 100%;
  }

  .isPc .l_sp span {
    width: 100%;
    height: auto;
  }

  .isPc .nav a {
    padding: 0 20px;
    font-size: 20px;
  }

  .isPc .ewm {
    right: 0;
  }

  .isPc .main_c {
    width: 38.3%;
  }

  .isPc .main_r {
    width: 30%;
    margin-left: 0.5%;
  }

  .isPc .ad img {
    width: 100%;
  }

  .isPc .ad2 img {
    width: 100%;
  }

  .isPc .ad_btn dt {
    width: 30%;
    height: 30px;
    margin-bottom: 20px;
    float: left;
  }

  .isPc .ad_btn dd {
    width: 60%;
    height: 23px;
    margin-bottom: 30px;
    display: block;
  }

  .isPc .r_tab {
    width: 100%;
    height: 160px;
  }

  .isPc .rowE .warp-pic-list {
    width: 100%;
    height: 160px;
  }

  .isPc .rowE .count li {
    width: 100%;
    height: 160px;
  }

  .isPc .rowE .count li img {
    width: 100%;
  }

  .isPc .rowE .count li b {
    width: 30%;
  }

  .isPc .link {
    margin-bottom: 10px;
    width: 190px;
    margin-left: 2%;
    float: left;
  }

  .isPc .arc_cont {
    width: 90%;
    padding: 0 5%;
    margin: 0 auto;
  }

  .isPc .banner2 img {
    width: 100%;
  }

  .isPc .map2 .map_box {
    width: 55%;
    float: left;
  }

  .isPc .map2 .map_cont {
    background: url(map.png) no-repeat -30px top;
    padding-left: 70%;
  }

  .isPc .map2 .map_cont ul {
    font-size: 12px;
  }

  .isPc .scroll2 .RightBotton {
    RIGHT: 20px;
  }

  .isPc .pic2 li {
    margin: 0 10px;
  }

  .isPc .otherBox li {
    margin: 0 4px;
  }

  .isPc .main2_r {
    width: 70%;
  }

  .isPc .main5_l {
    width: 60%;
  }

  .isPc .main2_l {
    width: 20%;
  }

  .isPc .l_art {
    width: 70%;
  }

  .isPc .lis_cont {
    width: 100%;
  }

  .isPc .leader {
    width: 70%;
  }

  .isPc .leader li dl {
    width: 75%;
  }

  .isPc .l_list {
    width: 100%;
  }

  .isPc .p_box {
    padding: 20px 0 20px 20px;
  }

  .isPc .p_box li {
    margin: 0 15px;
  }

  .isPc .section-focus-pic2 ul li {
    width: 100%;
    left: 100%;
  }

  .isPc .section-focus-pic2 ul li div {
    width: 100%;
  }

  .isPc .section-focus-pic2 .pages {
    width: 100%;
  }

  .isPc .section-focus-pic2 {
    width: 100%;
  }

  .isPc .main2_r2 {
    float: right;
    background: #fff;
    width: 75%;
  }

  .isPc .lis_box a {
    width: 88%;
  }

  .isPc .lis_box span {
    width: 7%;
  }

  .isPc .pic {
    width: 50%;
    height: auto;
    float: left;
  }

  .isPc .tw {
    width: 90%;
    padding: 0 5%;
  }

  .isPc .scroll .box {
    WIDTH: 300px;
    height: 195px;
  }

  .isPc .scroll .box IMG {
    DISPLAY: block;
    width: 300px;
    height: 195px;
  }

  .isPc .scroll .LeftBotton {
    TOP: 80px;
  }

  .isPc .scroll .RightBotton {
    TOP: 80px;
  }

  .isPc .jl_box2 {
    width: 70%;
  }

  .isPc .jl_box2 ul {
    width: 100%;
    margin: 90px auto 80px;
  }

  .isPc .jl_box2 li {
    margin: 0 6%;
  }

  .isPc .banner_box {
    display: none;
  }

  .isPc .scroll2 .LeftBotton {
    LEFT: 10px;
  }

  .isPc #l_tab3 ul {
    height: 50px;
    margin: 20px 20px 20px;
    padding-left: 30px;
  }

  .isPc .l_list {
    width: 70%;
  }
}

/* chenweiwei修改 */
/* layer */
.layui-m-layerbtn span[yes] {
  color: #000 !important;
}

.layui-m-layerbtn span[no] {
  color: #40AFFE;
}

.isWap .layui-m-layercont {
  font-size: .28rem;
  line-height: .5rem;
}

.isWap .layui-m-layercont a {
  color: #2d66a5;
}

.isWap .layui-m-layerbtn {
  height: .8rem;
  line-height: .8rem;
}

.isWap .layui-m-layerbtn span {
  font-size: .3rem;
}

.isPc .layui-m-layerchild {
  max-width: 600px;
}

.isPc .layui-m-layercont {
  font-size: 24px;
  line-height: 35px;
  padding: 80px;
}

.isPc .layui-m-layerbtn span {
  font-size: 18px;
}

/* 公共 */
.lis_box6 li a {
  width: 75%;
}

.scroll2 .box {
  height: 170px;
}

.xxgk_menu_items_container li.hover a {
  color: #0068b7 !important;
}

/* PC */
.isPc .h-search .i-subm {
  background: url(fdj_b_1.png) no-repeat center;
}

.isPc #wrapBox1 ul#count1 li img {
  width: 294px;
  height: 226px;
}

.isPc .h-search .i-text {
  color: #fff;
}

.isPc .l_lis li a {
  width: 80%;
}

.isPc #l_tab7 h4 a {
  width: 86%;
}

.isPc .lis_box a {
  width: 87%;
}

.isPc .lis_box span {
  width: 10%;
}

.isPc .lis_cont7 li a,
.isPc .lis_box4 li a {
  width: 80%;
}

.isPc .page span {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #ccc;
}

.isPc .page a,
.page span {
  margin: 0 2px;
}

.isPc .arc_cont .bt {
  width: 800px;
  text-align: center;
}

.isPc .arc_cont .bt h2 {
  font-size: 20px;
  color: #5f5e5e;
  margin-bottom: 20px;
}

.isPc .arc_cont .bt span b {
  margin: 0 30px;
}

.isPc .arc_txt.att {
  padding-bottom: 20px;
}

.isPc .map2 {
  background: #fff;
}

.isPc .map2 {
  background-color: #fff;
}

.isPc .lis_zw li:hover {
  background-image: none;
}

.isPc .otherBox {
  background: #f3f3f3;
  border: 1px solid #eee;
}

/* 手机 */
.isWap #mainNav ul ul>li {
  background: none;
}

.isWap .lis_box li span {
  left: 0;
  text-align: left;
}

.isWap .page span {
  width: 0.5rem;
  line-height: 0.5rem;
  background: #c5c5c5;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
}

.isWap .page a,
.isWap .page span {
  margin: 0 0.05rem;
}

.isWap .arc_cont .bt h2 {
  font-size: 0.2rem;
  color: #5f5e5e;
}

.isWap .arc_txt.att a {
  text-decoration: underline;
}

.isWap .sliderInner {
  background-color: #fff;
}

.isWap .l_sp li {
  margin: .1rem 1%;
}

.isWap .l_sp li img {
  border-radius: 10px;
}

.isWap #l_tab {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.isWap .w_kfq h2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: auto;
  padding-bottom: 0;
}

.isWap .lis_box4 b.wap_box {
  font-size: 0.24rem;
  line-height: 0.24rem;
}

.isWap .lis_box7,
.isWap .lis_box4 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.isWap .lis_box7 h2 {
  height: auto;
}

.isWap .lis_box7 h2 span {
  line-height: 1rem;
}

.isWap .tw2Cont,
.isWap .map_cont span img,
.isWap .devel {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.isWap .otherBox {
  padding: 0.5rem 0 0;
  background: #fff;
}

.isWap .lis_box li {
  padding-top: .6rem;
  padding-bottom: .2rem;
}

.isWap .lis_box li span {
  top: 0.1rem;
  font-size: 0.3rem;
}

.isWap .leader li i {
  padding-right: 7%;
  margin-right: 7%;
}

.isWap .main2 .w_title {
  font-size: 0.4rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.isWap .p_cont {
  padding-top: .1rem;
  background: #fff;
}

.isWap .p_box li {
  width: 47%;
  margin: 0 1% .1rem 2%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.isWap .p_box li.mr0 {
  margin-left: 1%;
  margin-right: 2%;
}

.isWap .p_box li span {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.isWap .h300 {
  height: auto;
}

.isWap .btn_box li a {
  font-size: .4rem;
}

.isWap .xxgk_menu_items_container>ul>li>a {
  background-position: .3rem center;
}

.isWap .xxgk_menu>ul>li.xxgk_coll_menu>a:after {
  top: 65%;
}

.isWap #l_tab h4 a {
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.isWap .w_btn,
.isWap #l_tab2,
.isWap .c_ico2,
.isWap .map_file {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.isPc .xxgk_menu .icon-gkml {
  background: url(gk_ico6.png) no-repeat center;
  display: block;
  width: 39px;
  height: 38px;
  float: left;
  margin: 0 10px 0 10px;
}

.isPc .xxgk_menu a:hover .icon-gkml,
.isPc .xxgk_menu .hover a .icon-gkml {
  background: url(gk_ico6_2.png) no-repeat center;
}

.isWap .xxgk_menu a:hover .icon-gkml,
.isWap .xxgk_menu .hover a .icon-gkml {
  background: url(gk_ico6_2.png) no-repeat center;
  background-size: 0.53rem 0.52rem;
}

.isWap .xxgk_menu .icon-gkml {
  background: url(gk_ico6.png) no-repeat center;
  display: block;
  width: 0.55rem;
  height: 0.53rem;
  background-size: 0.55rem 0.53rem;
  float: left;
  margin: 0 0.2rem 0 0.2rem;
}

.organization {
  padding: 30px 20px;
}

.organization .item {
  display: block;
  padding: 10px;
  padding-left: 20px;
  line-height: 32px;
  background-color: #f8f8f8;
}

.organization .item a {
  width: auto;
  padding-right: 0;
  float: none;
}

.isPc .xxgk_menu .icon-jg {
  background: url(gk_ico7.png) no-repeat center;
  display: block;
  width: 39px;
  height: 38px;
  background-size: 100%;
  float: left;
  margin: 0 10px 0 10px;
}

.xxgk_menu a:hover .icon-jg,
.xxgk_menu .hover a .icon-jg {
  background: url(gk_ico7_2.png) no-repeat center;
  background-size: 100%;
}

.isWap .xxgk_menu a:hover .icon-jg,
.isWap .xxgk_menu .hover a .icon-jg {
  background-size: 0.53rem 0.52rem;
}

.isWap .xxgk_menu .icon-jg {
  background: url(gk_ico7.png) no-repeat center;
  display: block;
  width: 0.55rem;
  height: 0.53rem;
  background-size: 0.53rem 0.52rem;
  float: left;
  margin: 0 0.2rem 0 0.2rem;
}