/* CSS Document */

@font-face {
  font-family: 'Geometr415 Blk BT';
  src: url(../font/tt0524m_0.ttf);
}

body {
  font-size: 100%;
  line-height: 1.1;
  width: 100%;
  position: relative;
  background: none;
  font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

#bdshare_weixin_qrcode_dialog *,
#bdshare_weixin_qrcode_dialog {
  box-sizing: content-box;
}

.j_tab {
  display: table;
  width: 100%;
  height: 100%;
}

.j_tab_cel {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

a {
  color: inherit;
}

a:focus {
  outline: none !important;
}

h4,
.h4,
h5,
.h5,
h6,
.h6,
h1,
.h1,
h2,
.h2,
h3,
.h3,
p {
  margin: 0;
}

h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

h5 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img img {
  width: 100%;
  height: 100%;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

.m {
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  padding: 0 100px;
  display: block;
  position: relative;
}

.pad_top {
  padding-top: 4.06rem;
}
.mag_top {
  margin-top: 4.06rem;
}
.pad_left {
  padding-left: 1.2rem;
}
.pad_left1 {
  padding-left: 2.4rem;
}
.pad_right {
  padding-right: 1.2rem;
}
.pad_bot {
  padding-bottom: 4.06rem;
}

.pad_aside {
  padding-left: 45px;
  padding-right: 45px;
}

.draw_h {
  width: 50px !important;
  height: 50px !important;
  line-height: 48px !important;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.draw_h:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid rgba(100%, 100%, 100%, 0.5);
  border-radius: 50%;
}

svg.drawcircle {
  position: absolute;
  top: 0;
  left: 0;
  overflow: inherit;
  display: block;
  pointer-events: none;
}

svg.drawcircle circle {
  fill: none;
  box-sizing: border-box;

  stroke-width: 2;

  stroke: none;

  stroke-dasharray: 0, 188.49;

  stroke-dashoffset: 188.49;

  transition: all 0.3s linear 0s;
}

.draw_h:hover svg.drawcircle circle {
  stroke: #fff;

  stroke-dasharray: 188.49, 0;

  stroke-dashoffset: 188.49;

  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.57, 0.58, 1);

  transition: all 0.7s cubic-bezier(0.11, 0.57, 0.58, 1);
}

.draw_h .icon {
  fill: #626262;
  vertical-align: middle;
  transition: 0.3s;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.draw_h:hover .icon {
  fill: #0081cc;
}

/*===========================header=============================*/

#top {
  height: 2.625rem;
  line-height: 2.625rem;
  font-size: 0.875rem;
  color: #414141;
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
}

#top .fr {
  margin: 0 -12px;
}

#top .fr a {
  margin: 0 12px;
}

#header {
  z-index: 999;
  width: 100%;
  transition: 0.6s;
  background: url(../image/head_bg.jpg) center no-repeat;
  background-size: cover;
  z-index: 999;
  padding: 2.5rem 0;
}

#header #logo {
}

#logo {
  float: left;
}

#logo img {
}

.top_tianqi {
  float: left;
  margin-right: 2.25rem;
  margin-top: 1.75rem;
  font-size: 15px;
  color: #7b7b7b;
}

.top_tianqi #time {
  margin-right: 1.125rem;
  line-height: 1.25rem;
}

.top_search {
  float: left;
  margin: 1rem 0;

  position: relative;

  overflow: hidden;

  width: 25rem;
  border: 1px solid #ddd;

  height: 3.125rem;

  cursor: pointer;

  background: #fff;

  overflow: visible;
}

.top_search #keyword {
  width: calc(100% - 60px);

  padding-left: 15px;
  display: block;
  float: left;
  border-radius: 3px 0 0 3px;

  height: 3rem;

  color: #737473 !important;

  box-sizing: border-box;

  font-size: 13px;
}

.top_search .btn_blue {
  width: 60px;
  height: 45px;
  border-radius: 0 3px 3px 0;

  background: url(../image/search.png) center no-repeat;
  display: block;
  float: right;

  color: #fff;
  font-size: 14px;

  border: 0;

  cursor: pointer;
}

.box {
  line-height: 30px;
}

.btn_oa {
  float: right;
  margin-left: 1.25rem;
  font-size: 0.875rem;
  color: #7b7b7b;
  text-transform: uppercase;
  margin-top: 1.75rem;
}

.btn_oa img {
  margin-right: 0.5rem;
}

#nav {
  background: #d3252f;
  height: 60px;
  text-align: center;
  position: relative;
  z-index: 999;
}

#nav ul {
}

#nav ul li {
  position: relative;
  height: 63px;
  line-height: 60px;
  padding-top: 3px;
  padding-right: 10px;
  margin-top: -3px;
  z-index: 0;
  float: left;
  width: 9%;
}

#nav ul li a {
  display: block;
  height: 100%;
}

#nav ul li h3 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  transition: 0.8s;
  height: 100%;
  line-height: 60px;
}

#nav ul li h3 font {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  font-size: 0;
  height: 25px;
  width: 25px;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  transition: 0.6s;
  text-align: center;
  z-index: 1;
  transition: 0.8s;
  margin-right: 0.5rem;
}

#nav ul li .sub {
  position: absolute;
  top: 100%;
  background: #b30a1e;
  padding: 1rem 0;
  left: 0;
  right: 10px;
  z-index: 10000;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.5s;
}

#nav ul li .sub a {
  padding: 0;
  line-height: 2;
  transition: 0.3s;
  font-size: 1rem;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
}

#nav ul li .sub a:hover {
  color: #fff;
}

#nav ul li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

#nav ul li.on,
#nav ul li:hover {
  background: url(../image/nav_on.png) right no-repeat;
}

#nav ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  background: #830008;
  bottom: 0px;
  transition: 0.5s;
  z-index: -1;
}

/*手机头部开始*/

#m_header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 4.5rem;
  left: 0;
  top: 0;
  background: #fff;
  display: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#m_header #m_logo {
  height: 4.5rem;
  float: left;
}

#m_header #m_logo img {
  max-height: 63%;
}

#m_header .yuyan {
  height: 4.5rem;
  float: right;
  margin-right: 4rem;
}

#m_header .yuyan span {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  margin-left: 17px;
  background: rgba(255, 255, 255, 0.3);
}

/*导航按钮开始*/

#nav_btn_box {
  height: 100%;
  z-index: 999999999;
  margin-left: 20px;
  position: fixed;
  height: 4.5rem;
  right: 0;
  top: 0;
  display: none;
}

#nav_btn_box.on {
  background: none;
}

#nav_btn {
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
  background: #fff;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  padding-bottom: 4px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 1.875rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: 1.75rem;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; /* background: #333; */
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.75rem;
  height: 3px;
  content: '';
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #939393;
}

#nav_btn .navbtn::after {
  top: -5px;
}

#nav_btn .navbtn::before {
  top: 5px;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

/*导航按钮结束*/

.m_nav_list {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
  display: none;
}

#m_nav {
  z-index: 99999;
  position: fixed;
  background: #014099;
  width: 17rem;
  height: 100vh;
  right: -400px;
  top: 0;
  display: none;
  padding: 50px 0;
  padding-top: 80px;
  overflow: hidden;

  pointer-events: none;

  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  align-items: flex-start;
}

#m_nav.act {
  pointer-events: auto;
  right: 0;
}

#m_nav > ul > li {
  width: 100%;
  overflow: hidden;
  padding: 0 2.3rem;
}

#m_nav > ul > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a {
}

#m_nav li .a h3 {
  line-height: 5rem;
  height: 5rem;
  color: #fff;
  padding: 0;
  font-size: 1.125rem;
  float: left;
}

#m_nav li .a span {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 50px;
  text-align: center;
}

#m_nav li .a span i {
  font-size: 0;
}

#m_nav .title .a i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: 10px;
  height: 5rem;
  float: right;
  display: inline-block;
  background: url(../image/arrow_down.svg) center no-repeat;
  background-size: contain;
}

#m_nav li.on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav li {
  display: block;
  width: 100%;
}

.slide_nav {
  position: absolute;
  left: 0;
  height: 70px;
  z-index: 998;
  padding: 15px;
  top: 0;
  width: 100%;
}

#m_nav .title .list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9;
  left: 0;
  margin-left: 0;
  background: none;
  border: 0;
  clear: both;
  padding-bottom: 10px;
}

#m_nav .title .list span {
  background: none;
}

#m_nav .title .list span a:hover {
  color: #014085;
}

#m_nav .title .list a {
  display: block;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  line-height: 40px;
  height: 40px;
  border: 0;
  font-weight: 300;
}

/*三级导航 开始*/

#m_nav .title .list .void > a {
  background-size: 10px;
  position: relative;
}

#m_nav .title .list .void > a:before {
  content: '·';
  position: absolute;
  left: -1em;
  font-size: 12px;
  font-weight: bold;
}

#m_nav .title .list span {
  position: relative;
  display: block;
}

#m_nav .title .list span .sub {
  position: static;
  width: 100%;
  display: block !important;
  overflow: hidden;
}

#m_nav .title .sub a {
  background: none;
  font-size: 0.875rem;
  opacity: 0.8;
  min-width: 50%;
  float: left;
  display: inline-block;
  color: #999;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

/*首页banner*/

#banner .swiper-container {
  height: 46rem;
}

#banner .swiper-slide {
  overflow: hidden;
}

#banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

#banner .swiper-button-prev {
  background: url(http://www.sshj.org/static/style/pc/images/banner_left.png)
    center no-repeat;
  background-size: 3rem;
  opacity: 0.8;
  left: 5%;
}

#banner .swiper-button-next {
  background: url(http://www.sshj.org/static/style/pc/images/banner_right.png)
    center no-repeat;
  background-size: 3rem;
  opacity: 0.8;
  right: 5%;
}

.arrow_anim {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #969798;
  border-radius: 50%;
  position: relative;
  margin-top: 1.5rem;
  overflow: hidden;
}

.arrow_anim:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(http://www.sshj.org/static/style/pc/images/arr.png) center
    no-repeat;
  position: absolute;
  left: -100%;
  top: 0;
  background-size: 2.5rem;
  transition: 0.5s;
}

.arrow_anim:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(http://www.sshj.org/static/style/pc/images/arr.png) center
    no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 2.5rem;
  transition: 0.5s;
}

.hover:hover .arrow_anim:before {
  left: 0;
}

.hover:hover .arrow_anim:after {
  left: 100%;
}

.tc {
  transition: all ease 300ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999999;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.tc .j_tab {
  table-layout: fixed;
}

.tc[name='tc_search'] {
  opacity: 1;
}

.tc.act {
  display: block;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.tc-box {
  box-sizing: border-box;
  z-index: 999;

  display: block;

  position: relative;
  transform: translateY(-10rem);
  transition: all 0.5s ease-out;
  opacity: 0;
}

.tc.act .tc-box {
  transform: translateY(0);
  opacity: 1;
}

.tc_close {
  position: absolute;
  cursor: pointer;
  color: #e13a39;
  font-size: 30px;
  right: 15px;
  top: 15px;
}

.tc_bg {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.tc.act .tc_bg {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: 0.5s;
}

/*搜索*/

#searchBtn {
  height: 4.5rem;
  margin-right: 3rem;
}

#searchBtn a {
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.4375rem;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
  overflow: hidden;
}

#searchBtn svg {
  vertical-align: middle;
  display: inline-block;
}

#searchBtn:hover a {
  background: #003399;
  border: 1px solid #003399;
}

#searchBtn:hover svg {
  fill: #fff;
  animation: huadong 0.7s;
}

@-webkit-keyframes huadong {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-10px);
    opacity: 0;
  }

  51% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes huadong {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-10px);
    opacity: 0;
  }

  51% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.top_menu .ico a {
  font-size: 16px;
  color: #3c3c3c;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
}

.top_menu .icon {
  fill: #626262;
  vertical-align: middle;
}

#tc_search {
  width: 100%;
  padding: 3rem;
  background: #003399;
  position: relative;
  transform: translateY(-100%);
  transition: 0.5s 0.5s ease-out;
  z-index: 1;
  overflow: hidden;
}

.act #tc_search {
  transform: translateY(0);
  transition: 0.5s ease-in;
}

/*弹窗内容样式*/

#tc_search form {
  height: 5rem;
  position: relative;
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
}

#tc_search form:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.5s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.act #tc_search form:after {
  width: 100%;
  transition: ease-in-out 0.5s 0.5s;
}

#tc_search #keyword {
  width: 90%;
  height: 5rem;
  font-size: 1.75rem;
  color: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: none;
}

#tc_search .btn_blue {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 5rem;
  border: 0;
  line-height: 4.25rem;
  background: url(http://www.sshj.org/static/style/pc/images/seach_white.svg)
    center center no-repeat;
  background-size: 1.8rem;
  font-size: 1.125rem;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

#tc_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

#tc_search input::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}

#tc_search input::-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}

#tc_search input:-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}

#tc_search input:-ms-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}

#tc_search input:focus::-webkit-input-placeholder {
  color: transparent;
}

#tc_search input:focus:-moz-placeholder {
  color: transparent;
}

#tc_search input:focus::-moz-placeholder {
  color: transparent;
}

#tc_search input:focus:-ms-input-placeholder {
  color: transparent;
}

#tc_search .draw_h:before {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#tc_search .draw_h:hover svg.drawcircle circle {
  stroke: #fff;
}

#tc_search .draw_h img {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  transition: 0.3s;
  width: 16px;
}

#s_yaowen {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 1.75rem;
}

#s_yaowen h3 {
  font-size: 2.25rem;
  color: #074695;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#s_yaowen h3 font {
  display: inline-block;
  width: 6.875rem;
  margin-right: 0.5rem;
}

#s_yaowen h4 {
  font-size: 1.125rem;
  color: #949494;
  margin-top: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#s_yaowen .box {
  border-bottom: 2px dashed #e6e6e6;
  padding-bottom: 1.5rem;
}

#s_mian {
  overflow: hidden;
  background: url(http://www.sshj.org/static/style/pc/images/s_main_bg.jpg) top
    center no-repeat #fff;
}

#f01 {
  overflow: hidden;
  padding-top: 1.5rem;
}

.s_new01 {
  width: 60%;
  float: left;
  position: relative;
}

.s_new01 ul {
}

.s_new01 ul li {
  position: relative;
}

.s_new01 ul li .time {
  width: 4.625rem;
  height: 4rem;
  font-size: 0.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  left: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  color: #fff;
  font-family: arial;
  z-index: 9;
}

.s_new01 ul li .time span {
  font-size: 1.5rem;
  display: block;
}

.s_new01 ul li .img {
  max-height: 32rem;
}

.s_new01 ul li .img img {
}

.s_new01 ul li h5 {
  font-size: 1.125rem;
  color: #fff;
  text-align: left;
  padding-left: 5.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background: rgba(0, 0, 0, 0.75);
  padding-right: 6rem;
}

.s_new01 .slick_arrow {
  width: 38px;
  height: 17px;
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  cursor: pointer;
}

.s_new01 .slick_arrow:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  left: 50%;
  top: 0;
  position: absolute;
}

.s_new01 .slick_arrow svg {
  width: 8px;
  height: 17px;
}

.s_new01 .slick_left {
  float: left;
}

.s_new01 .slick_right {
  float: right;
}

.s_news02 {
  width:38%;
  float: right;
}

.s_news02 .hd {
  position: relative;
  margin-bottom: 1rem;
  margin-top: -0.625rem;
}

.s_news02 .hd:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #d6d8d8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.s_news02 .hd ul {
  width: calc(100% - 6.625rem);
  float: left;
  position: relative;
  z-index: 2;
}

.s_news02 .hd ul li {
  font-size: 1.3125rem;
  color: #333333;
  line-height: 2.5rem;
}

.s_news02 .hd ul li.slick-current {
  color: #014099;
  font-weight: bold;
}

.s_news02 .hd ul li a {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
}

.s_news02 .hd ul li a:before {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: #014099;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
}

.s_news02 .hd ul li.slick-current a:before {
  width: 100%;
  left: 0;
  right: auto;
}

.s_news02 .hd ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #014099;
  position: absolute;
  right: 50%;
  margin-right: -5px;
  bottom: -10px;
  transition: 0.5s;
  opacity: 0;
}

.s_news02 .hd ul li.slick-current a:after {
  opacity: 1;
}

.s_news02 .hd .slick-list {
  overflow: visible;
}

.s_news02 .bd {
}

.s_news02 .s_btn_r {
  height: 2.5rem;
  line-height: 2.5rem;
  background: #fff;
  border-radius: 1.25rem;
}

.s_btn_r {
  width: 6.625rem;
  background: #e4e4e4;
  height: 3.4375rem;
  line-height: 3.4375rem;
  border-radius: 1.75rem;
  text-align: center;
  display: block;
  font-size: 0.875rem;
  color: #686969;
  float: right;
}

.s_btn_r .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 18px;
  position: relative;
  font-size: 0;
  margin-left: 0.5rem;
  line-height: 0.5rem;
  transition: 1s;
}

.s_btn_r .arrow font {
  width: 23px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1.2s;
}

.s_btn_r .arrow font.font1 {
  left: -23px;
}

.s_btn_r font svg {
  width: 9px;
  height: 1rem;
  transition: 0.8s;
}

.s_btn_r font svg.arrow01 {
  width: 5px;
  opacity: 0.4;
}

.s_btn_r font svg.arrow02 {
  width: 6px;
  opacity: 0.8;
}

.s_btn_r font svg.arrow03 {
  opacity: 1;
}

.s_btn_r font.font1 svg.arrow01 {
  width: 9px;
  opacity: 0;
}

.s_btn_r font.font1 svg.arrow02 {
  width: 6px;
  opacity: 0;
}

.s_btn_r font.font1 svg.arrow03 {
  width: 5px;
  opacity: 0;
}

.s_btn_r:hover font {
  -webkit-transform: translate3d(15px, 0, 0px);
}

.s_btn_r:hover font.font2 svg.arrow01 {
  -webkit-transform: translate3d(6px, 0, 0px);
  opacity: 0;
  width: 9px;
}

.s_btn_r:hover font.font2 svg.arrow02 {
  -webkit-transform: translate3d(8px, 0, 0px);
  opacity: 0;
  width: 6px;
}

.s_btn_r:hover font.font2 svg.arrow03 {
  -webkit-transform: translate3d(10px, 0, 0px);
  opacity: 0;
  width: 5px;
}

.s_btn_r:hover font.font1 svg.arrow01 {
  -webkit-transform: translate3d(6px, 0, 0px);
  opacity: 0.4;
  width: 5px;
}

.s_btn_r:hover font.font1 svg.arrow02 {
  -webkit-transform: translate3d(8px, 0, 0px);
  opacity: 0.8;
  width: 6px;
}

.s_btn_r:hover font.font1 svg.arrow03 {
  -webkit-transform: translate3d(10px, 0, 0px);
  opacity: 1;
  width: 9px;
}

.s_news_for2 .s_dang_list {
  visibility: hidden;
}
.s_news_for2 .s_dang_list.slick-current {
  visibility: visible;
}
.s_news_for3 .s_dang_list {
  visibility: hidden;
}
.s_news_for3 .s_dang_list.slick-current {
  visibility: visible;
}
.s_dang_list {
}

.s_dang_list li {
  overflow: hidden;
  padding: 0.8rem 0.625rem;
  position: relative;
  z-index: 1;
}

.s_news02 .s_dang_list li {
  min-height: 5rem;
}

.s_news02 .s_dang_list li{  border-bottom:1px solid #f0f0f0;}
.s_dang_list li h5 {
  float: left;
  line-height: 2rem;
  font-size: 1.2rem;
  color: #39393a;
  transition: 0.5s;
  /* width: calc(100% - 6.25rem); */
  white-space:normal ;

  word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

/* .s_dang_list li h5:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #393939;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  transition: 0.5s;
} */

.s_dang_list li span {
  float: right;
  line-height: 2.6rem;
  font-size: 1rem;
  color: #a7adb8;
  font-family: arial;
  transition: 0.5s;
}

.s_dang_list li:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background: #d3252f;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}

.s_dang_list li:hover h5 {
  color: #fff;
}

.s_dang_list li:hover h5:before {
  border: 1px solid #fff;
}

.s_dang_list li:hover span {
  color: #fff;
}

.s_dang_list li:hover:before {
  top: 0;
  bottom: auto;
  height: 100%;
}

#f02 {
  margin-top: 1.5rem;
}

#f02 ul {
  padding: 0;
  margin: 0;
}

#f02 ul li {
  text-align: center;
  height: 75px;
  line-height: 73px;
  padding: 0;
  border: 1px solid #e3e3e3;
  margin-left: -1px;
}

#f02 ul li a {
  display: block;
  font-size: 1.125rem;
}

#f02 ul li font {
  margin-right: 0.5rem;
}

#f02 ul li:hover font img {
  animation: jello 1s;
}

#f03 {
  margin-top: 1.5rem;
}

#f03 ul {
  padding: 0;
  margin: -7px;
}

#f03 ul li {
  text-align: center;
  padding: 7px;
  margin-left: -1px;
  position: relative;
}

#f03 ul li a {
  display: block;
  padding: 3rem 0;
  color: #fff;
  font-size: 1.125rem;
}

#f03 ul li font {
  display: block;
  margin-bottom: 0.75rem;
  height: 2.3125rem;
}

#f03 ul li:hover font img {
  animation: jello 1s;
}

#f03 ul li .sub {
  position: absolute;
  left: 100%;
  margin-left: -7px;
  font-size: 0;
  top: 7px;
  bottom: 7px;
  width: 0;
  overflow: hidden;
  text-align: left;
}

#f03 ul li .sub .j_tab_cel > div {
  display: inline-block;
  padding: 5px;
  width: 33.333%;
}

#f03 ul li .sub a {
  display: block;
  height: 35px;
  padding: 0;
  text-align: center;
  line-height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  font-size: 0.875rem;
  text-align: center;
}

#f03 ul li:hover {
  z-index: 9;
}

#f03 ul li:hover .sub {
  width: 300%;
}

#f03 ul li.li_1 a {
  background: #fe992c;
}

#f03 ul li.li_2 a {
  background: #5387c6;
}

#f03 ul li.li_3 a {
  background: #58bc9a;
}

#f03 ul li.li_4 a {
  background: #f26a68;
}

#f03 ul li.li_5 a {
  background: #9a82d5;
}

#f03 ul li.li_6 a {
  background: #578ed3;
}

#f03 ul li.li_1 .sub {
  background: #fe992c;
}

#f03 ul li.li_2 .sub {
  background: #5387c6;
}

#f03 ul li.li_3 .sub {
  background: #58bc9a;
}

#f03 ul li.li_4 .sub {
  background: #f26a68;
  left: auto;
  margin-left: auto;
  right: 100%;
  margin-right: -7px;
  text-align: right;
}

#f03 ul li.li_5 .sub {
  background: #9a82d5;
  left: auto;
  margin-left: auto;
  right: 100%;
  margin-right: -7px;
  text-align: right;
}

#f03 ul li.li_6 .sub {
  background: #578ed3;
  left: auto;
  margin-left: auto;
  right: 100%;
  margin-right: -7px;
  text-align: right;
}

@media (max-width: 768px) {
  #f03 ul li .sub {
    display: none;
  }
}

#f04 {
  margin-top: 1.5rem;
}

#f05 {
  margin-top: 1.5rem;
}
#f09 {
  margin-top: 1.5rem;
}

.f0501 {
  width: 27%;
  float: left;
}

.f0501 ul {
  padding: 0;
  margin: -6px;
}

.f0501 ul li {
  text-align: center;
  width: 50%;
  float: left;
  padding: 6px;
  margin-left: -1px;
}

.f0501 ul li a {
  display: block;
  padding: 1.25rem 0;
  color: #fff;
  font-size: 1.125rem;
}

.f0501 ul li font {
  display: block;
  margin-bottom: 0.75rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

.f0501 ul li:hover font img {
  animation: jello 1s;
}

.f0501 ul li.li_1 a {
  background: #f26a68;
}

.f0501 ul li.li_2 a {
  background: #5387c6;
}

.f0501 ul li.li_3 a {
  background: #9a82d5;
}

.f0501 ul li.li_4 a {
  background: #58bc9a;
}

.f0501 ul li.li_5 a {
  background: #fe992c;
}

.f0501 ul li.li_6 a {
  background: #578ed3;
}

.f0902 {
  width: 50%;
  float: left;
}

.f0902 .hd h3 {
  float: left;
  line-height: 2.5rem;
  font-size: 1.375rem;
  height: 3rem;
  color: #d3252f;
  font-weight: bold;
  position: relative;
}

.f0902 .hd h3:before {
  content: '';
  display: block;
  width: 100%; /*height: 4px; background: #ab040e;*/
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
}

.f0902 .hd {
  position: relative;
  margin-bottom: 1rem;
}

.f0902 .hd:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ab040e;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.f0902 .hd .slick-list {
  overflow: visible;
}

.f0902 .hd .slick-track {
  margin-right: 0;
}

.f0902 .s_dang_list li {
  overflow: hidden;
  height: 2.6rem;
  padding: 0 0.625rem;
  position: relative;
  z-index: 1;
}

.f0902 .s_dang_list li h5 {
  float: left;
  line-height: 2.6rem;
  font-size: 1.06rem;
  color: #39393a;
  transition: 0.5s;
  width: calc(100% - 6.25rem);
}

.f0902 .s_dang_list li:hover h5 {
  color: #fff;
}
.f0902 .hd .more a {
  float: right;
  color: #999;
  line-height: 2.5rem;
  cursor: pointer;
}
.f0902 .hd .more a:hover {
  color: #d3252f;
}

#f05 {
  margin-top: 1.5rem;
}
#f08 {
  margin-top: 1.5rem;
}

.f0501 {
  width: 27%;
  float: left;
}

.f0501 ul {
  padding: 0;
  margin: -6px;
}

.f0501 ul li {
  text-align: center;
  width: 50%;
  float: left;
  padding: 6px;
  margin-left: -1px;
}

.f0501 ul li a {
  display: block;
  padding: 1.25rem 0;
  color: #fff;
  font-size: 1.125rem;
}

.f0501 ul li font {
  display: block;
  margin-bottom: 0.75rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

.f0501 ul li:hover font img {
  animation: jello 1s;
}

.f0501 ul li.li_1 a {
  background: #f26a68;
}

.f0501 ul li.li_2 a {
  background: #5387c6;
}

.f0501 ul li.li_3 a {
  background: #9a82d5;
}

.f0501 ul li.li_4 a {
  background: #58bc9a;
}

.f0501 ul li.li_5 a {
  background: #fe992c;
}

.f0501 ul li.li_6 a {
  background: #578ed3;
}

.f0502 {
  width: 33.33%;
  float: left;
}

.f0502 .hd h3 {
  float: left;
  line-height: 2.5rem;
  font-size: 1.375rem;
  height: 3rem;
  color: #d3252f;
  font-weight: bold;
  position: relative;
}

.f0502 .hd h3:before {
  content: '';
  display: block;
  width: 100%; /*height: 4px; background: #ab040e;*/
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
}

.f0502 .hd {
  position: relative;
  margin-bottom: 1rem;
}

.f0502 .hd:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ab040e;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.f0502 .hd ul {
  width: 300px;
  float: left;
  position: relative;
  z-index: 2;
}

.f0502 .hd ul li {
  font-size: 1.375rem;
  color: #333333;
  line-height: 2.5rem;
  text-align: left;
}

.f0502 .hd ul li.slick-current {
  color: #d3252f;
  font-weight: bold;
}

.f0502 .hd ul li a {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
}

.f0502 .hd .slick-list {
  overflow: visible;
}

.f0502 .hd .slick-track {
  margin-right: 0;
}

.f0502 .s_dang_list li {
  overflow: hidden;
  height: 2.6rem;
  padding: 0 0.625rem;
  position: relative;
  z-index: 1;
}

.f0502 .s_dang_list li h5 {
  float: left;
  line-height: 2.6rem;
  font-size: 1.06rem;
  color: #39393a;
  transition: 0.5s;
  width: calc(100% - 6.25rem);
}

.f0502 .s_dang_list li:hover h5 {
  color: #fff;
}
.f0502 .hd .more a {
  float: right;
  color: #999;
  line-height: 2.5rem;
}
.f0502 .hd .more a:hover {
  color: #d3252f;
  cursor: pointer;
}
.f0802 {
  width: 100%;
  float: left;
}
.f0502 .s_dang_list .more a {
  float: right;
  color: #999;
  line-height: 2.5rem;
  position: absolute;
  right: 0px;
  top: -20px;
  font-variant: normal;
}

.list-more {
  position: absolute;
  top: 0;
  right: -25%;
  font-size: 14px;
  font-weight: 400;
}

/* 本例子css */
.slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.slideBox .hd1 {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 1;
}
.slideBox .hd1 ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd1 ul li {
  float: left;
  margin-right: 0.4rem;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 8px;
}
.slideBox .hd1 ul li.on {
  background: rgba(255, 255, 255, 1);
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd .img {
  width: 100%;
  display: block;
  position: relative;
}
.slideBox .bd h5 {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0px;
  height: 2rem;
  line-height: 2rem;
  width: 100%;
  padding: 0 0.8rem;
  font-size: 1rem;
}

.f0802 .hd h3 {
  float: left;
  line-height: 2.5rem;
  font-size: 1.375rem;
  height: 3rem;
  color: #d3252f;
  font-weight: bold;
  position: relative;
}

.f0802 .hd h3:before {
  content: '';
  display: block;
  width: 100%; /*height: 4px; background: #ab040e;*/
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
}

.f0802 .hd {
  position: relative;
  margin-bottom: 1rem;
}

.f0802 .hd:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ab040e;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.f0802 .s_dang_list li {
  overflow: hidden;
  height: 2rem;
  padding: 0 0.625rem;
  position: relative;
  z-index: 1;
}

.f0802 .s_dang_list li h5 {
  float: left;
  line-height: 2rem;
  font-size: 1.06rem;
  color: #39393a;
  transition: 0.5s;
  width: calc(100% - 6.25rem);
}

.f0802 .s_dang_list li:hover h5 {
  color: #fff;
}
.f0802 .hd .more a {
  float: right;
  color: #999;
  line-height: 2.5rem;
}
.f0802 .hd .more a:hover {
  color: #d3252f;
  cursor: pointer;
}

/* 本例子css */
.picScroll-left {
  overflow: hidden;
  position: relative;
}
.picScroll-left .hd {
  overflow: hidden;
  height: 30px;
  background: #f4f4f4;
  padding: 0 10px;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next {
  display: block;
  width: 5px;
  height: 9px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url('http://minmeng.cc/static/images/arrow.png') 0 0 no-repeat;
}
.picScroll-left .hd .next {
  background-position: 0 -50px;
}
.picScroll-left .hd .prevStop {
  background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
  background-position: -60px -50px;
}
.picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}
.picScroll-left .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url('http://minmeng.cc/static/images/icoCircle.gif') 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
  background-position: 0 0;
}
.picScroll-left .bd {
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 23%;
  margin: 0 1%;
}
.picScroll-left .bd ul li .pic {
  text-align: center;
}
.picScroll-left .bd ul li .pic .img {
  max-height: 12rem;
  display: block;
}
.picScroll-left .bd ul li .pic img {
  width: 100%;
  display: block;
}
.picScroll-left .bd ul li .pic a:hover img {
}
.picScroll-left .bd ul li .title {
  line-height: 2rem;
}
.picScroll-left .bd ul li .title:hover {
  color: #d3252f;
}

#f06 {
  width: 100%;
  margin-top: 2rem;
  overflow: hidden;
  margin-bottom: 4rem;
}

.f06_tt {
  width: 6.875rem;
  height: 100%;
  background: #005dbc;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  line-height: 2rem;
  float: left;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
}

.f06_tt:nth-child(3):before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.7s;
  z-index: -1;
  background: #0c3f91;
}

.f06_tt:nth-child(3):hover:before {
  height: 100%;
  top: 0;
  bottom: auto;
}

.f0601 {
  height: 8.4375rem;
  width: 44.3%;
  float: left;
}

.f0601 .box {
  width: calc(100% - 6.875rem);
  float: right;
  height: 100%;
  background: #f4f6f8;
  overflow: hidden;
  padding-left: 2.5rem;
}

.f0601 ul {
}

.f0601 ul li {
  width: 25%;
  float: left;
}

.f0601 ul li a {
  font-size: 1.0625rem;
  color: #333333;
}

.f0601 ul li a:hover {
  font-weight: bold;
  color: #005dbc;
}

.f0602 {
  height: 8.4375rem;
  width: 54.3%;
  float: right;
}

.f0602 .box {
  width: calc(100% - 13.75rem);
  float: left;
  height: 100%;
  background: #f4f6f8;
  overflow: hidden;
  padding-left: 1rem;
}

.f0602 ul {
}

.f0602 ul li {
  width: 50%;
  float: left;
}

.f0602 ul li a {
}

.f0602 ul li font {
  display: block;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-right: 1rem;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  float: left;
  text-align: center;
}

.f0602 ul li font:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #d4d5d7;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}

.f0602 ul li font:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  border: 1px solid #999;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  opacity: 0;
  -moz-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);

  -o-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);

  -ms-transition: all 0.6s cubic-bezier(0.445, 1.045, 0.355, 1);

  transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
  visibility: hidden;
}

.f0602 ul li:hover font:before {
  opacity: 0;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.f0602 ul li:hover font:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.f0602 ul li h5 {
  font-size: 1.125rem;
}

.f0602 ul li span {
  font-size: 0.875rem;
  color: #999;
}

@media (max-width: 768px) {
  .f0602 ul li span {
    display: none;
  }

  .f0602 ul li font {
    float: none;
    margin: 0 auto;
  }

  .f0602 ul li h5 {
    text-align: center;
    margin-top: 0.5rem;
  }
}

#foot { border-top: 2px solid #ab040e ;
  background: #f2f2f2;
}

.foot_top {
  margin: 0 -7px;
  margin-bottom: 0.8rem;
}

.s_foot_link {font-size: 0.6rem; color: rgba(51, 51, 51, 0.5);
  width: 100%;
  padding: 0 7px;
  cursor: pointer;
  overflow: visible;
  position: relative;
  text-align: left;
  padding-top: 1rem;
}
.s_foot_link span { display: block; float: left; height: 4rem;
  color: #ab040e;
  font-size: 1rem;
  line-height: 4rem;
  font-weight: bold;
}
.s_foot_link a {
  line-height:2rem;
  color: rgba(51, 51, 51, 0.8);
  font-size: 1rem; display: inline;
}
.foot_bot {
  text-align: center;
  color: #fff;
  color: rgba(51, 51, 51, 0.8);
}

.foot_bot h3 {
  font-size: 0.9375rem;
  line-height: 2.125rem;
}

.foot_bot h4 {
  font-size: 0.9375rem;
  line-height: 2.125rem;
}

.copyright {
  line-height: 2.125rem;
  padding: 0 1rem;
  font-size: 0.9375rem;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-bottom: 2.5rem;
}

#foot a:hover {
  color: #841607;
  opacity: 1;
}

.copyright img {
  position: relative;
  top: -2px;
  margin-right: 0.5rem;
}

.online_q {
  position: fixed;
  right: 2rem;
  bottom: 10%;
  z-index: 9999;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.online_q .close {
  position: absolute;
  right: -1rem;
  font-size: 1rem;
  color: #969797;
  opacity: 1;
  font-weight: normal;
}

.online_q .btn2 {
  width: 4.25rem;
  height: 4.25rem;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}

.online_q .btn-top {
  padding: 0;
  transition: 0.5s;
  overflow: hidden;
}

.online_q .btn-top span {
  background: #ec772e !important;
}

.online_q .btn2 a {
  font-size: 12px;
  color: #fff;
}

.online_q .btn2 span {
  display: block;
  float: left;
  text-align: center;
  width: 4.25rem;
  height: 4.25rem;
  line-height: 4.25rem;
  position: relative;
  z-index: 999;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background: #33cdff;
  border-radius: 50%;
  overflow: hidden;
}

.online_q .btn2:nth-child(2) span {
  background: #14c8ca;
}

.online_q .btn2:nth-child(3) span {
  background: #e93d3a;
}

.online_q .btn2:hover span {
}

.online_q .open.pic {
  position: absolute;
  background: #ddd;
  width: 100px;
  height: 100px;
  right: 80px;
  top: 50%;
  margin-top: -50px;
  text-align: right;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  visibility: hidden;
}

.online_q .open.pic img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
}

.online_q .btn2:hover .open.pic {
  opacity: 1;
  right: 5rem;
  visibility: visible;
}

.online_q .open.phone {
  display: inline-block;
  height: 4.25rem;
  line-height: 4.25rem;
  z-index: 0;
  background: #eee;
  color: #0fa78e;
  font-family: arial;
  font-size: 18px;
  transition: width 0s;
  -webkit-transition: width 0s;
  text-align: center;
  width: 150px;
}

.online_q .btn2:hover .open.phone {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.btn-tel a {
  display: block;
  width: 4.25rem;
  white-space: nowrap;
  position: absolute;
  right: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  overflow: hidden;
}

.btn-tel:hover a {
  width: 220px;
}

.online_q .btn-02.btn-tel:hover span {
  background: url(http://www.sshj.org/static/style/pc/images/piaofu_tel.png)
    center no-repeat #fff;
  border: 2px solid #037ccf;
}

.online_q .open.pic:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #ddd;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
}

#gotop.hide {
  height: 0;
  overflow: hidden;
  display: block !important;
}

#n_mian {
  padding-bottom: 3.5rem;
  overflow: hidden;
}

.main_left {
  width: 15.625rem;
  float: left;
}

.main_right {
  width: calc(100% - 18.75rem);
  float: right;
}

#n_nav {
}

#n_nav .tt {
  height: 4rem;
  line-height: 4rem;
  position: relative;
  background: #d3252f;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  padding-left: 2.75rem;
  z-index: 9;
  margin-left: -8px;
}

#n_nav .tt font {
  margin-right: 9px;
}

#n_nav .tt:after {
  content: '';
  display: block;
  width: 100%;
  height: 9px;
  background: url(../image/n_nav_tt_bg.png) left top no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -9px;
  left: 0;
}

#n_nav ul {
}

#n_nav ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #c30d23;
  transition: 0.5s;
}

#n_nav ul li {
  font-size: 1.125rem;
  color: #3f3f3f;
  line-height: 3.75rem;
  background: #f2f2f2;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  transition: 0.3s;
}

#n_nav ul li a {
  display: block;
  padding-left: 2.75rem;
}

#n_nav ul li font {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid #939393;
  margin-right: 8px;
}

#n_nav ul li.on,
#n_nav ul li:hover {
  color: #c30d23;
}

#n_nav ul li.on font,
#n_nav ul li:hover font {
  border-left: 7px solid #c30d23;
}

#n_nav ul li.on:before,
#n_nav ul li:hover:before {
  height: 100%;
  top: 0;
  bottom: auto;
}

/*内页导航*/

.n_nav_box {
  position: relative;
  line-height: 3rem;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  background: url(../image/n_tt_bg.png) bottom repeat-x;
  padding-bottom: 0.5rem;
}

.n_nav {
  float: left;
}

.n_nav a {
  font-size: 1.375rem;
  color: #373737;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.n_position {
  text-align: right;
  float: right;
  font-size: 0;
  line-height: 3rem;
  color: #a6a6a6;
  background: url(../image/home_ico.png) left center no-repeat;
  background-size: 0.875rem !important;
  padding-left: 1.25rem;
}

.n_position a {
  font-size: 0.8125rem;
  color: #6e6e6e;
  position: relative;
  transition: 0.2s;
}

.n_position a:after {
    content: "";
    padding: 0 10px;
    background: url(../image/nav-bread.png) no-repeat center 50%;
}

.n_position i {
  font-size: 0.8125rem;
  color: #6e6e6e;
  margin: 0 5px;
}

.n_position em {
  font-size: 0.8125rem;
  color: #6e6e6e;
}

.n_position a:hover {
  color: #014099;
}

#n_main {
  background: #f2f2f2;
}

#n_main .main_box {
  background: #fff;
  overflow: hidden;
  padding: 2rem 2.25rem;
}

.ar_article {
  font-size: 0.9375rem;
  color: #686868;
  line-height: 2rem;
  text-align: justify;
}

.ar_article p {
  font-size: 0.9375rem;
  color: #686868;
  line-height: 2rem;
  padding-bottom: 1.75rem;
  /* text-indent: 2em; */
}

.ar_article strong {
  font-weight: bold;
}
.ar_article table {
  width: 100%;
}
.ar_article td,
.ar_article th {
  padding: 15px;
  border: 1px solid #c6c5c5;
  font-size: 1rem !important;
  font-family: '微软雅黑', 'Microsoft YaHei', sans-serif !important;
}

.ar_article td *,
.ar_article th * {
  font-size: 0.95rem !important;
  font-family: '微软雅黑', 'Microsoft YaHei', sans-serif !important;
}

.ar_article td p,
.ar_article th p {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: inherit;
}

.ar_article img {
  max-width: 100%;
}

.ar_article a {
  color: #363636;
}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5,
.ar_article h6 {
  font-weight: bold;
}

.ar_article ul li,
.ar_article ol li {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 2rem;
}

.ar_article ul li p,
.ar_article ol li p {
  padding-bottom: 0;
  margin-bottom: 3px !important;
}

.ar_article ul,
.ar_article ol {
  margin-bottom: 15px;
}

.n_dang_list {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.n_dang_list + .n_dang_list {
  border-top: 1px dashed #e3e3e3;
}

.n_dang_list li {
  overflow: hidden;
  height: 2.625rem;
  position: relative;
  z-index: 1;
}

.n_dang_list li h5 {
  float: left;
  line-height: 2.625rem;
  font-size: 1rem;
  color: #333333;
  transition: 0.5s;
  width: calc(100% - 6.25rem);
}

.n_dang_list li h5:before {
  content: '>';
  font-size: 0.8125rem;
  color: #333333;
  font-family: simsun;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  transition: 0.5s;
}

.n_dang_list li span {
  float: right;
  line-height: 2.625rem;
  font-size: 1rem;
  color: #a7adb8;
  font-family: arial;
  transition: 0.5s;
}

.n_dang_list li:hover h5 {
  color: #c30d23;
}

.n_dang_list li:hover h5:before {
  color: #c30d23;
}

.n_dang_list li:hover span {
}

.n_nav_sub {
  text-align: center;
  margin-bottom: 2rem;
}

.n_nav_sub a {
  display: inline-block;
  margin: 0 0.5rem;
  width: 10rem;
  height: 45px;
  line-height: 43px;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #989898;
  border-radius: 2rem;
  font-size: 1.125rem;
  color: #444444;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.n_nav_sub a:before {
  content: '';
  width: 0;
  height: 100%;
  display: block;
  background: #1b51a8;
  transition: 0.5s;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.n_nav_sub a:hover,
.n_nav_sub a.on {
  border: 1px solid #1b51a8;
  color: #fff;
}

.n_nav_sub a:hover:before,
.n_nav_sub a.on:before {
  width: 100%;
  right: auto;
  left: 0;
}

/*翻页*/

.page {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 0;
}

.page li {
  display: inline-block;
  list-style: none;
}

.page a {
  padding: 0 0.75rem;
  line-height: 2.125rem;
  height: 2.25rem;
  display: inline-block;
  border: 1px solid #e2e2e2;
  margin: 0 2px;
  color: #2a2a2a;
  font-size: 0.875rem;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
  vertical-align: middle;
}

.page .on {
  background: #c30d23;
  color: #fff;
  border: 1px solid #c30d23;
}

.page a[href]:hover {
  background: #c30d23;
  color: #fff;
  text-decoration: none;
  border: 1px solid #c30d23;
}

.page span {
  color: #2a2a2a;
  font-size: 0.875rem;
}

.page input {
  line-height: 18px;
  font-size: 0.875rem;
  display: inline-block;
  border: 1px solid #e2e2e2;
  background: none;
  width: 2.5rem;
  text-align: center;
  color: #919191;
  vertical-align: middle;
}

.page button {
  cursor: pointer;
  display: inline-block;
  color: #2a2a2a;
  font-size: 0.875rem;
  background: none;
  border: 0;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

#n_ziyuan {
}

#n_ziyuan .tt {
  display: block;
  width: 11.25rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  background: #1b51a8;
  color: #fff;
  border-radius: 23px;
  margin-bottom: 1.25rem;
}

#n_ziyuan .tt img {
  margin-right: 0.75rem;
  vertical-align: middle;
  max-width: 1.4375rem;
  position: relative;
  top: -2px;
}

#n_news {
}

#n_news ul {
  border-bottom: 1px solid #e6e6e6;
}

#n_news ul li {
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 2rem;
}

#n_news ul li .img {
  width: 16.5625rem;
  float: left;
  margin-right: 1.5rem;
  max-height: 12rem;
}

#n_news ul li .img img {
  transition: 1s;
}

#n_news ul li:hover .img img {
  transform: scale(1.1);
}

#n_news ul li .txt {
  padding: 1.5rem 1.5rem 0;
}

#n_news ul li .txt h5 {
  font-size: 1.1875rem;
  color: #353535;
  transition: 0.5s;
}

#n_news ul li .txt span {
  font-size: 0.8125rem;
  color: #797979;
  display: block;
  margin: 1rem 0 0.5rem;
}

#n_news ul li .txt p {
  font-size: 0.8125rem;
  line-height: 1.625rem;
  height: 3.25rem;
  overflow: hidden;
  color: #797979;
}

#n_news ul li:hover .txt h5 {
  color: #c30d23;
}

#n_team {
}

#n_team ul {
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}

#n_team ul li {
  overflow: hidden;
  padding: 1.5rem 0;
  border-bottom: 1px dashed #c8c8ca;
}

#n_team ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

#n_team ul li .img {
  width: 10.625rem;
  float: left;
  margin-right: 1.5rem;
  border: 5px solid #e5e5e5;
}

#n_team ul li .img img {
  transition: 1s;
}

#n_team ul li:hover .img img {
  transform: scale(1.1);
}

#n_team ul li .txt {
  padding: 0 1.5rem;
  position: absolute;
  left: 10.625rem;
  right: 0;
  top: 0;
  height: 100%;
}

#n_team ul li .txt h5 {
  font-size: 1.25rem;
  color: #c30d23;
  font-weight: bold;
  transition: 0.5s;
  margin-bottom: 1.25rem;
}

#n_team ul li .txt p {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  color: #6e6f70;
}

#n_team ul li:hover .txt h5 {
  color: #c30d23;
}

#n_shebei {
}

#n_shebei ul {
  margin: 0 -1rem;
  margin-top: 1rem;
}

#n_shebei ul li {
  width: 33.333%;
  float: left;
  padding: 0 1rem;
  margin-bottom: 1.875rem;
}

#n_shebei ul li a {
  display: block;
  background: #e8e8e8;
  padding: 4px;
  padding-bottom: 0;
  transition: 0.3s;
}

#n_shebei ul li .img {
}

#n_shebei ul li .img img {
}

#n_shebei ul li h5 {
  line-height: 3.75rem;
  text-align: center;
  font-size: 1.125rem;
  color: #434343;
  padding: 0 1rem;
  transition: 0.3s;
}

#n_shebei ul li a:hover {
  background: #c30d23;
}

#n_shebei ul li a:hover h5 {
  color: #fff;
}

#n_zizhi {
}

#n_zizhi ul {
  margin: 0 -1rem;
}

#n_zizhi ul li {
  width: 33.3333%;
  float: left;
  padding: 0 1rem;
  margin-bottom: 25px;
}

#n_zizhi ul li a {
  display: block;
  text-align: center;
  background: #f2f2f2;
  height: 21.875rem;
  transition: 0.5s;
}

#n_zizhi ul li .j_tab {
  table-layout: fixed;
}

#n_zizhi ul li .pic {
  margin: 1rem 1.5rem;
}

#n_zizhi ul li .pic img {
}

#n_zizhi ul li h5 {
  font-size: 1rem;
  color: #434343;
  margin-top: 1.25rem;
}

#n_zizhi ul li a:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#n_join {
  overflow: visible;
}

#n_join .hd {
  padding-left: 2rem;
  overflow: hidden;
  line-height: 4.375rem;
  background: #1b51a8;
  color: #fff;
}

#n_join .hd span {
}

#n_join .span01 {
  width: 30%;
  float: left;
}

#n_join .span02 {
  width: 25%;
  float: left;
}

#n_join .span03 {
  width: 25%;
  float: left;
}

#n_join .span04 {
  max-width: 20%;
  width: 150px;
  float: right;
  display: block;
  height: 100%;
  text-align: center;
}

#n_join #list_slide {
  position: relative;
  margin-bottom: 3rem;
}

#n_join #list_slide dl {
  background: #fff;
  border: 1px solid #dee0e2;
  position: relative;
  margin-bottom: 10px;
}

#n_join #list_slide dt {
  position: relative;
  cursor: pointer;
  height: 4.25rem;
  line-height: 4.25rem;
  transition: 0.5s;
  padding-left: 2rem;
  overflow: hidden;
  font-size: 0.9375rem;
  color: #676767;
}

#n_join #list_slide dt span.span04 {
  background: url(../image/ico_s.png) center no-repeat;
  background-size: 2rem !important;
}

#n_join #list_slide dd {
  display: none;
  padding: 1rem 2rem;
  border-top: 1px solid #dee0e2;
  font-size: 0.875rem;
  color: #868686;
  line-height: 1.75rem;
}

#n_join #list_slide dd p {
  margin-bottom: 0;
}

#n_join #list_slide dd p:last-child {
  padding-bottom: 0;
}

#n_join #list_slide dd .ar_article {
  font-size: 0.875rem;
  color: #868686;
  line-height: 1.75rem;
}

#n_join #list_slide dd .ar_article p {
  font-size: 0.875rem;
  color: #868686;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

#n_join #list_slide dt.on span.span04 {
  background: url(../image/ico_s_on.png) center no-repeat;
}

#n_lianxi {
}

#n_lianxi .box {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

#n_lianxi .txt {
  float: left;
}

#n_lianxi .txt h3 {
  font-size: 1.25rem;
  color: #404040;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

#n_lianxi .con {
  font-size: 0.9375rem;
  color: #5c5c5c;
  line-height: 2rem;
}

#n_lianxi .ewm {
  float: right;
  white-space: nowrap;
  font-size: 0;
}

#n_lianxi .ewm img {
  height: 8.5rem;
  border: 4px solid #d5d5d5;
  display: inline-block;
}

#n_lianxi .ewm p {
  font-size: 0.9375rem;
  color: #5c5c5c;
  display: inline-block;
  margin: 0 1.25rem;
}

.relative {
  position: relative;
}

#n_map {
}

#n_keji {
}

#n_keji ul {
  overflow: hidden;
  margin: 0 -0.625rem;
  margin-top: 2rem;
}

#n_keji ul li {
  width: 50%;
  float: left;
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}

#n_keji ul li a {
  display: block;
  background: #f2f2f2;
  padding: 3rem 2.5rem;
  position: relative;
  z-index: 1;
}

#n_keji ul li h5 {
  font-size: 1.1875rem;
  color: #363636;
  margin-bottom: 1.125rem;
  transition: 0.7s;
}

#n_keji ul li span {
  font-size: 0.8125rem;
  color: #6e6e6e;
  padding-left: 1.375rem;
  background: url(../image/ico_time.png) left no-repeat;
  background-size: 0.9375rem !important;
  transition: 0.7s;
}

#n_keji ul li font {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  background: url(../image/ico_logo.png) center no-repeat;
  background-size: contain !important;
  transition: 0.7s;
}

#n_keji ul li a:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.7s;
  z-index: -1;
  background: #1b51a8;
}

#n_keji ul li a:hover:before {
  height: 100%;
  top: 0;
  bottom: auto;
}

#n_keji ul li a:hover h5 {
  color: #fff;
}

#n_keji ul li a:hover span {
  color: #fff;
  background: url(../image/ico_time_on.png) left no-repeat;
}

#n_keji ul li a:hover font {
  background: url(../image/ico_logo_on.png) center no-repeat;
}

#n_xiangmu {
}

#n_xiangmu ul {
  overflow: hidden;
  margin: 0 -0.625rem;
  margin-top: 2rem;
}

#n_xiangmu ul li {
  width: 50%;
  float: left;
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}

#n_xiangmu ul li a {
  display: block;
  background: #f2f2f2;
  padding: 3rem 2.5rem;
  position: relative;
  z-index: 1;
}

#n_xiangmu ul li h5 {
  font-size: 1.1875rem;
  color: #363636;
  margin-bottom: 1.125rem;
  transition: 0.7s;
}

#n_xiangmu ul li span {
  font-size: 0.8125rem;
  color: #6e6e6e;
  padding-left: 1.375rem;
  background-size: 0.9375rem !important;
  transition: 0.7s;
}

#n_xiangmu ul li span.span01 {
  background: url(../image/xm_ico01.png) left no-repeat;
}

#n_xiangmu ul li span.span02 {
  background: url(../image/xm_ico02.png) left no-repeat;
  margin-left: 3rem;
}

#n_xiangmu ul li font {
  display: block;
  width: 2.1875rem;
  height: 2rem;
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  background: url(../image/xm_ico03.png) center no-repeat;
  background-size: contain !important;
  transition: 0.7s;
}

#n_xiangmu ul li a:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.7s;
  z-index: -1;
  background: #1b51a8;
}

#n_xiangmu ul li a:hover:before {
  height: 100%;
  top: 0;
  bottom: auto;
}

#n_xiangmu ul li a:hover h5 {
  color: #fff;
}

#n_xiangmu ul li a:hover span {
  color: #fff;
}

#n_xiangmu ul li a:hover span.span01 {
  background: url(../image/xm_ico01_on.png) left no-repeat;
}

#n_xiangmu ul li a:hover span.span02 {
  background: url(../image/xm_ico02_on.png) left no-repeat;
}

#n_xiangmu ul li a:hover font {
  background: url(../image/xm_ico03_on.png) center no-repeat;
}

#n_fuwu {
  margin-top: 4rem;
  width: 100%;
  overflow: hidden;
}

#n_fuwu .hd {
  margin-bottom: 2.25rem;
  border-bottom: 2px solid #eee;
}

#n_fuwu .hd .slick-list {
  overflow: visible;
}

#n_fuwu .hd ul {
  margin: 0 -1rem;
}

#n_fuwu .hd ul li {
  text-align: center;
  width: 16.6666%;
  float: left;
  position: relative;
  padding: 0 1rem;
}

#n_fuwu .hd ul li a {
  display: inline-block;
  padding-bottom: 2.25rem;
  background: #fff;
}

#n_fuwu .hd ul li:before {
  content: '';

  position: absolute;

  bottom: 10px;

  right: 50%;
  margin-right: -20px;

  height: 40px;

  width: 40px;

  background-color: #ffffff;

  border: 2px solid #eee;

  z-index: -1;
  transition: 0.5s;

  -webkit-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -o-transform: rotate(135deg);
}

#n_fuwu .hd ul li.slick-current:before {
  bottom: -8px;
}

#n_fuwu .hd ul li .pic {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

#n_fuwu .hd ul li .pic > img {
  transition: 0.5s;
}

#n_fuwu .hd ul li .pic img.img02 {
  opacity: 1;
  transform: scale(0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#n_fuwu .hd ul li .pic font {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#n_fuwu .hd ul li .pic font img {
  display: inline-block;
  max-width: 2.5rem;
}

#n_fuwu .hd ul li h5 {
  font-size: 1.125rem;
  margin-top: 1.125rem;
}

#n_fuwu .hd ul li a:hover .pic img.img01,
#n_fuwu .hd ul li.slick-current a .pic img.img01 {
  transform: scale(0.8);
}

#n_fuwu .hd ul li a:hover .pic img.img02,
#n_fuwu .hd ul li.slick-current a .pic img.img02 {
  transform: scale(1);
  opacity: 0.35;
}

#n_fuwu .bd ul {
  margin: 0 -7px;
}

#n_fuwu .bd ul li {
  min-width: 25%;
  display: block;
  float: left;
  padding: 0 7px;
  margin-bottom: 1.5rem;
}

#n_fuwu .bd ul li a {
  display: block;
  height: 3.125rem;
  line-height: 2.875rem;
  padding: 0 10px;
  text-align: center;
  border-radius: 1.5rem;
  transition: 0.5s;
  border: 2px solid #e3e3e3;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#n_fuwu .bd ul li a:before {
  content: '';
  width: 0;
  height: 100%;
  display: block;
  background: #1b51a8;
  transition: 0.5s;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

#n_fuwu .bd ul li a:hover {
  border: 2px solid #1b51a8;
  color: #fff;
}

#n_fuwu .bd ul li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

#n_hudong {
}

#n_hudong .con {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #767676;
  margin-bottom: 1.75rem;
}

.red {
  color: #ff0000;
}

.j_form {
  width: 100%;
  margin: 0 -0.5rem;
}

.j_form .form-group {
  width: 50%;
  float: left;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.5rem;
}

.j_form .form-group > input {
  height: 50px;
  width: calc(100% - 7rem);
  float: left;
  padding: 0 17px;
  font-size: 14px;
  color: #373737;
  background: none;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.j_form .form-group .input_r {
  height: 50px;
  line-height: 46px;
  width: calc(100% - 100px);
  padding-right: 20px;
  float: left;
  font-size: 14px;
  color: #999;
}

.j_form .form-group textarea {
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 100%;
  float: right;
  height: 140px;
  font-family: '微软雅黑';
  line-height: 26px;
  padding: 15px 17px 15px 17px;
  font-size: 14px;
  color: #373737;
}

.j_form .form-group .yzm {
  position: absolute;
  right: 0.5rem;
  top: 0;
  max-height: 100%;
  height: 40px;
  background: none !important;
}

.j_form .form-group .yzm img {
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: multiply;
}

.j_form .btn_tijiao {
  display: block;
  width: 215px;
  height: 50px;
  font-size: 0.9375rem;
  text-align: center;
  background: #1b51a8;
  color: #fff;
  border: 0;
  outline: none;
  clear: both;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 0px;
}

.j_form .btn_tijiao:hover {
  background: #144f8c;
}

.j_form .span {
  display: block;
  width: 7rem;
  height: 100%;
  float: left;
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  border-right: 0;
  line-height: 48px;
  font-size: 0.9375rem;
  color: #4f4f4f;
  padding-left: 0.875rem;
}

.j_form .span i {
  padding-right: 0.375rem;
}

.j_form .form-group > textarea {
  height: 11.375rem;
  width: calc(100% - 7rem);
  float: left;
  padding: 15px 17px;
  font-size: 14px;
  color: #373737;
  background: none;
  background: #fff;
  border: 1px solid #e5e5e5;
}

#n_baogao {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#n_baogao .tt {
  font-size: 2rem;
  color: #1b51a8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}

.form_baogao {
  display: flex;
  justify-content: space-between;
}

.form_baogao input {
  flex-grow: 1;
  margin-right: 10px;
  height: 60px;
  line-height: 56px;
  border: 2px solid #dcdce0;
  padding: 0 17px;
}

.form_baogao button {
  width: 12.5rem;
  height: 60px;
  border: 0;
  background: #c30d23;
  color: #fff;
  position: relative;
  z-index: 1;
}

.form_baogao button img {
  margin-right: 0.5rem;
}

.form_baogao button:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.7s;
  z-index: -1;
  background: #aa091c;
}

.form_baogao button:hover:before {
  height: 100%;
  top: 0;
  bottom: auto;
}

#n_baogao th {
  background: #f6f7f9;
  text-align: center;
}

/*新闻详情*/

#n_news_xq {
  width: 100%;
  overflow: hidden;
  padding-top: 4rem;
}

.ar_title {
  margin-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.6rem;
  position: relative;
  overflow: hidden;
}

.ar_title h3 {
  font-size: 2rem;
  /* color: #256dc3; */
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.ar_title h4 span {
  font-size: 13px;
  color: #818181;
  margin-right: 1rem;
  line-height: 2rem;
}

.ar_title .butie {
  float: right;
  font-size: 1.125rem;
  color: #383838;
  margin-top: -2rem;
}

.ar_title .butie b {
  font-size: 3.375rem;
  color: #f5c237;
  font-family: 'Geometr706 BlkCn BT';
  font-weight: normal;
}

.ar_title .butie font {
  font-size: 1.5rem;
  color: #f5c237;
}

/*==============字号控件=====================*/

#font_set_box {
  background: url(../image/icon_font.svg) left center no-repeat;
  background-size: 22px;
  padding-left: 26px;
  margin-left: 2rem;
}

.font_box {
  display: inherit;
  position: relative;
  z-index: 1;
}

.font_box:before {
  content: '';
  display: block;
  height: 1px;
  background: #ddd;
  left: 10px;
  right: 10px;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.font_box a {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dddddd;
  font-size: 0.875rem;
  color: #a8a8a8;
  text-align: center;
  margin: 0 10px;
}

.font_box a.on {
  color: #fff;
  background: #d3252f;
  border: 1px solid #d3252f;
}

.font_box a:hover {
  color: #fff;
  background: #d3252f;
  border: 1px solid #d3252f;
}

.font_size_lg {
  font-size: 1.125rem !important;
  line-height: 1.7 !important;
}

.font_size_lg p {
  font-size: 1.125rem !important;
  line-height: 1.7 !important;
}

.font_size_md {
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

.font_size_md p {
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

.font_size_sm {
  font-size: 0.875rem !important;
}

.font_size_sm p {
  font-size: 0.875rem !important;
}

.news_bot {
  position: relative;
  margin-top: 1rem;
  border-top: 1px solid #e7e7e7;
  padding-top: 2rem;
}

#ar_fot {
}

#ar_fot h1 {
  display: block;
  width: 100%;
  font-size: 0.9375rem;
  color: #3c3c3c;
  line-height: 2.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

#ar_fot h1 a:hover {
  color: #1b51a8;
}

.ar_link {
  font-size: 0.9375rem;
  color: #333;
  line-height: 2.25rem;
}

.ar_link a:hover {
  color: #c30d23;
}

/*==============分享插件=====================*/

.bdshare-button-style2-16 a {
  display: inline-block;
  width: 19px !important;
  font-size: 0 !important;
  margin: 0 5.5px !important;
  height: 19px !important;
  border-radius: 50%;
}

.bdshare-button-style2-16 a.bds_weixin {
  background: url(../image/fx_wechat.png) center no-repeat;
  background-size: 19px !important;
}

.bdshare-button-style2-16 a.bds_sqq {
  background: url(../image/fx_qq.png) center no-repeat;
  background-size: 19px !important;
}

.bdshare-button-style2-16 a.bds_tsina {
  background: url(../image/fx_sina.png) center no-repeat;
  background-size: 19px !important;
}

.bdshare-button-style2-16 a.bds_baidu {
  background: url(../image/fx_baidu.png) center no-repeat;
  background-size: 19px !important;
}

.bdshare-button-style2-16 a.bds_more {
  background: url(../image/fx_more.png) center no-repeat;
  background-size: contain !important;
}

.page__btn {
  -webkit-transition: all 0.5s ease-in-out 0s;

  transition: all 0.5s ease-in-out 0s;

  overflow: hidden;

  position: relative;

  text-transform: capitalize;

  z-index: 1;
}

.page__btn span {
  position: absolute;

  display: block;

  width: 0;

  height: 0;

  border-radius: 50%;

  background-color: #000;
  opacity: 0.3;
  mix-blend-mode: overlay;

  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;

  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  z-index: -1;
}

.page__btn:hover {
  color: #fff !important;
}

.page__btn:hover span {
  width: 500px;

  height: 500px;
}

#n_fagui .n_dang_list li span {
  font-size: 0.8125rem;
  color: #787878;
}

#content_list {
  margin-top: 2rem;
}
#content_list h3 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
#n_zizhi ul li .pic img {
  max-height: 12.5rem;
}
