@charset "utf-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;}
table {
  border-collapse: collapse;
  border-spacing: 0;}
caption,
th {
  text-align: left;
  font-weight: normal;}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;}
img {
  vertical-align: top;}
html {
  overflow-x: hidden;}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;}
[hidefocus],
summary {
  outline: 0;}
li {
  list-style: none;}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;}
sup,
sub {
  font-size: 83%;}
pre,
code,
kbd,
samp {
  font-family: inherit;}
q:before,
q:after {
  content: none;}
textarea {
  overflow: auto;
  resize: none;}
label,
summary {
  cursor: default;}
a,
button {
  cursor: pointer;}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 13px/1 arial, \5b8b\4f53;
  color: #333;
  outline: 0;}
:focus {
  outline: 0;}
/*备用样式表*/
.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;}
.clearfix {
  display: block;
  *zoom: 1;}
.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background: url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {
  display: none;
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);}
::-webkit-input-placeholder {
  color: #ccc;}
:-moz-placeholder {
  color: #ccc;}
::-moz-placeholder {
  color: #ccc;}
:-ms-input-placeholder {
  color: #ccc;}
/*滚动样式*/
.scroller {
  position: absolute;
  z-index: 1;
  width: 750px;
  height: 160px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  -webkit-border-radius: 6px;}
::-webkit-scrollbar-thumb:horizontal {
  width: 4px;
  background-color: #cccccc;
  -webkit-border-radius: 6px;}
::-webkit-scrollbar-track-piece {
  background-color: #fff; /*滚动条的背景颜色*/
  -webkit-border-radius: 0;}
::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #999;
  -webkit-border-radius: 4px;
  outline: 1px solid #fff;
  outline-offset: -1px;
  border: 1px solid #fff;}
/**布局开始**/
* {
  box-sizing: border-box;}
body {
  background: #fff;
  line-height: 1;
  font-size: 14px;
  font-family: Bahnschrift, Helvetica Neue, PingFang SC, Hiragino Sans GB,
    Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  color: #333;}
p {
  line-height: 1.75;}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-in-out;}
a:hover {
  color: #9f0d0e;}
.flex {
  display: flex;
  display: -webkit-flex;}
.f_between {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;}
.f_start {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;}
.f_end {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;}
.f_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;}
.f_middle {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;}
.f_top {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;}
.f_bottom {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;}
.f_stretch {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: stretch;
  align-items: stretch;}
.middle_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;}
.f_col {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;}
.f_row {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;}
.nowrap {
  -webkit-flex-wrap: nowrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;}
.wrap {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;}
.overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.text-line22 {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
.text-line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
.text-line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;}
.text-line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;}
/*页面尺寸*/
.wrapper {
  width: 100%;
  margin: 0 auto;}
.inner {
  width: 1300px;
  margin: 0 auto;} /**页面全局宽度**/
.mod {
  padding: 0px;}
/*head开始*/
#header {
  width: 100%;
  background: url(images/headerbg.jpg) no-repeat;
  background-size: cover;
  height: 141px;}
.head-top {
  height: 150px;}
.header .head-left {
  display: inline-block;}
.header .sitelogo {
  float: left;}
.header .sitelogo .logo {
  width: 590px;
  display: block;}
.header .sitelogo .logo img {
  display: block;
  width: 100%;}
.header .head-right {
  font-size: 26px;
  color: #fff;}
.logo img {
  width: 105%;}
.search-panel {
  float: right;
  position: relative;
  z-index: 20;
  display: inline-block;
  line-height: 25px;}
.search-window {
  border: 0px;
  overflow: hidden;
  min-height: 32px;}
/**搜索**/
.wp_search {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  background: #fff;
  width: 209px;
  height: 36px;
  opacity: 0.3;
  filter: Alpha(opacity=30);}
.wp_search #keyword {
  width: 177px !important;
  padding: 4px 0;
  border: none;
  height: 28px;
  line-height: 28px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft YaHei";}
.wp_search .search {
  width: 32px;
  height: 32px;
  border: 0px;
  background: url(images/sous.png) no-repeat center;
  cursor: pointer;
  vertical-align: top;}
/***自定义搜索*/
.wp-search {
  border: 0px;
  border-radius: 4px;
  position: relative;}
.wp-search form {
  display: block;
  padding-right: 34px;}
.wp-search .search-input {
  margin-right: 0;
  height: 32px;
  position: relative;}
.wp-search .search-input input.search-title {
  width: 100%;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 15px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  border: 0;
  outline: 0;
  background: none;}
.wp-search .search-btn {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  height: 31px;
  background: #4580c3;
  border-radius: 15px;}
/* .wp-search .search-btn:before{ position:absolute; content:'';left:-1px; top:50%; transform:translateY(-50%); width:1px; height:18px; background:#fff;} */
.wp-search .search-btn input.search-submit {
  width: 32px;
  height: 32px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  background: url(images/search.png) no-repeat center;
  background-size: 20px 20px;
  cursor: pointer;}
.wp-search input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;}
.searchbox {
  background: #ffffff;
  border-radius: 15px;
  width: 225px;
  height: 31px;}
/*默认主导航样式*/
.head-nav {
  background: #6a0304;}
.nav {
  height: 50px;}
.nav .wp-menu {
  height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;}
.nav .wp-menu .menu-item {
  display: inline-block;
  position: relative;
  height: 50px;
  text-align: center;}
.nav .wp-menu .menu-item > a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  position: relative;}
.nav .wp-menu .menu-item a.menu-link {
  color: #1457a5;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.3s;}
.nav .wp-menu .menu-item:hover a.menu-link {
  color: #fff;
  background: #2c73c5;}
.nav .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: auto;
  min-width: 100%;
  z-index: 100;
  background: #9f0d0e;}
.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;}
.nav .sub-menu .sub-item a {
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: left;
  padding: 0 16px;}
.nav .sub-menu .sub-item:hover > a,
.nav .sub-menu .sub-item a:hover {
  color: #333;
  background-color: #6a0304;
  display: block;}
/* 轮播图 */
.Banner {
  height: 497px;}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;}
.mySwiperBanner .swiper-button-next {
  width: 65px !important;
  height: 65px !important;
  background: url(images/btnr.png) no-repeat;
  right: 17% !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;}
.mySwiperBanner .swiper-button-prev {
  width: 65px !important;
  height: 65px !important;
  background: url(images/btnl.png) no-repeat;
  left: 17% !important;
  transition: 0.5s;}
.mySwiperBanner .swiper-button-next:hover {
  background: url(images/btnr-on.png) no-repeat;
  right: 17% !important;}
.mySwiperBanner .swiper-button-prev:hover {
  background: url(images/btnl-on.png) no-repeat;
  right: 17% !important;}

.Banner .swiper-slide img {
  width: 100%;}
/* main2 */
.main2 {
  padding-top: 120px;
  padding-bottom: 60px;}
.m21 {
  width: 66%;}
.m2title {
  display: flex;
  justify-content: space-between;}
.m2t1 {
  font-weight: bold;
  font-size: 33px;
  color: #1458a6;
  position: relative;}
.m2t1::after {
  position: absolute;
  content: "";
  width: 550px;
  height: 1px;
  background: #1458a6;
  top: 75%;
  left: 0;
  top: 75%;
  left: 110%;}
.m2t3 {
  font-weight: bold;
  font-size: 33px;
  color: #1458a6;
  position: relative;}
.m2t3::after {
  position: absolute;
  content: "";
  width: 950px;
  height: 1px;
  background: #1458a6;
  top: 75%;
  left: 0;
  top: 75%;
  left: 110%;}

.m2t2 {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  position: relative;}
.m2t2::after {
  position: absolute;
  content: "";
  width: 62px;
  height: 6px;
  background: url(images/more.png) no-repeat;
  border-radius: 2px;
  top: 75%;
  left: 0;}
.m22 {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;}
.mySwiperNews {
  height: 359px;
  margin-left: 0px !important;}
.mySwiperNews .swiper-slide {
  width: 100% !important;}
.mySwiperNews img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;}
.newsbox {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  padding-left: 23px;
  padding-right: 23px;}
.newsbox .time {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 29px;
  position: relative;}
.newsbox .time::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background: url(images/pc3.png) no-repeat;
  border-radius: 2px;
  left: 3%;}
.newsbox .newstitle {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff !important;
  line-height: 28px;}
.newsbox .newstitle font {
  color: #ffffff !important;}
.swiper-pagination {
  left: 40% !important;}
.swiper-pagination-bullet-active {
  background: #1458a6 !important;}

.news {
  width: 45%;}
.news li {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 15px;}
.time {
  padding-left: 20px;}
.day1 {
  font-size: 19px;
  color: #9e9e9e;
  line-height: 24px;
  position: relative;}
.day1::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/time.png) no-repeat;
  border-radius: 2px;
  left: -25%;}
.year {
  font-size: 13px;
  color: #9e9e9e;
  line-height: 24px;}
.newstitle {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 4px;
  margin-bottom: 6px;}
.newsmore {
  font-size: 16px;
  color: #8d8d8d;
  line-height: 24px;}
.m23 {
  width: 30%;}

.m2t1-2 {
  font-weight: bold;
  font-size: 33px;
  color: #1458a6;
  position: relative;}
.m2t1-2::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  background: #1458a6;
  top: 75%;
  left: 0;
  top: 75%;
  left: 110%;}
.Ntime {
  background: rgba(20, 88, 166, 0.2);
  width: 104px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;}
.notice {
  margin-top: 42px;}
.notice li {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  margin-top: 19px;}
.Nday {
  font-size: 18px;
  color: #1458a6;}
.Nyear {
  font-size: 12px;
  color: #1458a6;}
.Ntitle {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 8px;
  margin-bottom: 13px;}

.main3 {
  background: url(images/main1bg.png) no-repeat;
  background-size: cover;}
.m31 {
  width: 48%;
  padding-left: 50px;
  padding-top: 45px;
  padding-right: 40px;
  padding-bottom: 40px;}
.m31 .m2t1 {
  font-weight: bold;
  font-size: 33px;
  color: #ffffff;
  position: relative;}
.m31 .m2t1::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  background: rgba(255, 255, 255, 1);}
.m32 {
  margin-top: 40px;
  width: 530px;
  height: 450px;
  background: #ffffff;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;}
.m32img img {
  width: 100%;
  height: 360px;}
.m32t {
  font-weight: bold;
  font-size: 20px;
  color: #195ead;
  line-height: 30px;
  margin-top: 10px;}
.m32m {
  font-size: 16px;
  color: #555555;
  line-height: 30px;}
.m33 {
  width: 48%;
  margin-top: 104px;
  margin-left: 41px;}
.m33 .m2t1 {
  position: relative;}
.m33 .m2t1::after {
  position: absolute;
  content: "";
  width: 400px;
  height: 1px;
  background: #1458a6;}
.news_date {
  width: 65px;
  height: 64px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #2c73c5;
  padding-top: 10px;}
.Zday {
  font-weight: bold;
  font-size: 24px;
  color: #195ead;
  line-height: 23px;}
.Zyear {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 23px;
  width: 64px;
  height: 28px;
  background: #2c73c5;
  border-radius: 0px 0px 5px 5px;}
.ZC {
  margin-top: 55px;}
.ZC li {
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(2, 64, 134, 0.2);
  padding-bottom: 21px;}
.info {
  margin-left: 19px;}
.bt {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 32px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;}
.bt2 {
  font-size: 14px;
  color: #999999;
  line-height: 24px;}
.ZC li:hover .bt {
  color: #1458a6;}
.main4 {
  padding-top: 20px;}
.KC1 {
  width: 874px;
  height: 492px;
  position: relative;
  z-index: 1;}
.KC1 img {
  width: 100%;
  height: 100%;}
.KC1imgBox {
  width: 100%;
  height: 80px;
  background: rgba(44, 115, 197, 0.8);
  position: absolute;
  bottom: 0;
  z-index: 3;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 34px;
  display: flex;
  align-items: center;
  padding-left: 44px;}
.BF {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 44%;
  left: 44%;}
.KC2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;}
.KC2 li {
  width: 388px;
  height: 227px;
  position: relative;
  margin-bottom: 38px;}
.KC2 img {
  width: 100%;
  height: 100%;}
.KC {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 58px;}
.KC1imgBox2 {
  width: 100%;
  height: 40px;
  background: rgba(44, 115, 197, 0.8);
  position: absolute;
  bottom: 0px;
  z-index: 3;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  padding-left: 20px;}
.BF2 {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 40%;
  left: 44%;}
.main5 {
  margin-top: 80px;}
.swiper-containerJXJY {
  position: relative;
  padding-left: 50px;
  margin-top: 60px;
  height: 400px;
  padding-top: 20px;}
.swiper-containerJXJY .swiper-button-next {
  right: 0 !important;
  position: absolute;
  width: 41px !important;
  height: 41px !important;
  background: url(images/pc11.png) no-repeat !important;
  transition: 0.5s;
  top: 40% !important;}
.swiper-containerJXJY .swiper-button-prev {
  left: 0px !important;
  position: absolute;
  width: 41px !important;
  height: 41px !important;
  background: url(images/pc10.png) no-repeat !important;
  transition: 0.5s;
  top: 40% !important;}
.swiper-containerJXJY .swiper-button-prev:hover {
  background: url(images/pc12.png) no-repeat !important;}
.swiper-containerJXJY .swiper-button-next:hover {
  background: url(images/pc9.png) no-repeat !important;}
.swiper-containerJXJY .swiper-slide {
  width: 235px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px !important;
  height: 271px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  position: relative;
  transition: 0.5s;}
.swiper-containerJXJY .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px !important;}
.JXbox {
  width: 180px;
  height: 85px;
  background: #fff;
  padding-left: 17px;
  padding-right: 17px;
  position: absolute;
  bottom: -55px;
  left: 11%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;}
.JXname {
  font-weight: 400;
  font-size: 16px;
  color: #353535;
  line-height: 30px;
  transition: 0.5s;}
.JXjianjie {
  font-weight: 400;
  font-size: 14px;
  color: #353535;
  line-height: 18px;}
.contain {
  background-size: cover;}
.JXmore {
  width: 42px;
  height: 16px;
  background: #2c73c5;
  border-radius: 3px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;}
#footer {
  background: url(images/footerbg.jpg) no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;}
.f {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;}
.flogo {
  margin-bottom: 25px;}
.ftext {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 33px;
  margin-top: 10px;}

/* 列表页 */
#l-container {
  background: #f5f5f5;
  position: relative;
  z-index: 1;}
#l-container .inner {
  padding: 30px 0px 60px;}
.col_menu {
  width: 240px;
  float: left;
  margin-right: -240px;
  position: relative;
  z-index: 2;}
.col_menu .l-qh {
  margin-bottom: 10px;}
.col_menu .col_menu_head {
  background: #1267bb url(images/menu.jpg) center top no-repeat;
  border-radius: 8px 8px 0 0;}
/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  font-size: 24px;
  font-weight: bold;
  color: #fff;}
/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  padding: 28px 12px;
  text-align: center;}
/**栏目名称图标**/
.col_menu .col_menu_con {
  border: 0px solid #e4e4e4;
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 10px;}
/*栏目列表*/
.col_list {}
.col_list .wp_listcolumn {
  border-top: 0px solid #2867a0;
  border-bottom: 0px solid #fff;}
.col_list .wp_listcolumn .wp_column a {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
  display: block;
  background: none;}
.col_list .wp_listcolumn .wp_column a .column-name {
  display: block;
  padding: 10px;
  line-height: 28px;
  text-align: center;
  color: #333;}
.col_list .wp_listcolumn .wp_column a.selected {
  color: #000;
  border-radius: 8px;}
.col_list .wp_listcolumn .wp_column a.selected span.column-name,
.col_list .wp_listcolumn .wp_column a:hover span.column-name {
  color: #fff;
  background: #f1ac40;
  border-radius: 8px;}
.col_list .wp_listcolumn .wp_column .sub-item a.selected span.column-name,
.col_list .wp_listcolumn .wp_column .sub-item a:hover span.column-name {
  color: #000;
  color: #fff;
  background: none;
  border-radius: 8px;}
.col_menu_con {
  padding: 9px 9px;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name {
  font-weight: normal;
  color: #fff; /* background: #f1ac40; */
  border-radius: 8px;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list {
  padding-bottom: 6px;}
.col_list .wp_listcolumn .wp_column .sub_list a {
  color: #fff;
  border-bottom: 0px dashed #e0e0e0;
  margin-top: 6px;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  background: #e0e0e0;}
.col_list .wp_listcolumn .wp_column .sub_list a.selected {
  color: #fff;
  border-bottom: 0px dashed #e0e0e0;
  margin-top: 6px;
  text-align: center;
  border-radius: 8px;
  background: #e0e0e0;}
.col_list .wp_listcolumn .sub_list a.hover,
.col_list .wp_listcolumn .sub_list a.selected {
  color: #fff;}
.col_list .wp_listcolumn .sub_list a.selected .column-name {
  color: #fff;}
.col_list .wp_listcolumn .sub_list a.selected span.column-name {
  color: #fff;}
.col_list .wp_listcolumn .sub_list a .column-name {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;}
.col_list .wp_listcolumn .wp_column .sub_list a:hover .column-name {
  color: #fff;}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 60px;
  cursor: pointer;
  font-size: 13px;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
  font-weight: bold;
  color: #93150c;}
/**栏目新闻**/
.col_news .col_news_box {
  margin-left: 270px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  box-sizing: border-box;}
.col_news_head {
  border-bottom: 1px solid #dbdbdb;
  height: 69px;}
.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 74px;
  line-height: 74px;}
/**当前栏目**/
.col_metas .col_title h2 {
  display: inline-block;
  font-size: 24px;
  font-family: "Microsoft yahei";
  font-weight: bold;
  color: #333;}
.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 74px;
  line-height: 74px;
  color: #666;
  padding-left: 28px;
  background: url(img/back.png) left center no-repeat;}
/**当前位置**/
.col_metas .col_path a {
  color: #2f2f2f;}
.col_news_con {
  padding: 54px 0px;
  margin: 0 0px;
  box-sizing: border-box;}
.col_news_list {
  margin-top: 0px;}
.col_news_list .news_list2 .news {
  /* padding: 30px 0; */
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
  margin-bottom: 8px;
  width: 100%;}
.news3 {
  padding-left: 20px;}
.col_news_list .news_list2 .news .news_pic {
  width: 164px;
  height: 123px;

  border-radius: 10px 0px 0px 10px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;}
.col_news_list .news_list2 .news .news_pic .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;}
.col_news_list .news_list2 .news .news_pic:hover {
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);}
.col_news_list .news_list2 .news .news_pic:hover .img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);}
.col_news_list .news_list2 .news .news_info {
  width: 100%; /* height: 134px */
  position: relative;
  padding: 8px 0px 8px 0px;
  box-sizing: border-box;}
.col_news_list .news_list2.list2c .news .news_info {
  width: 100%;}
.col_news_list .news_list2 .news .news_title {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  line-height: 20px;
  transition: 0.5s;}
.col_news_list .news_list2 .news .news_meta {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #999;}
.col_news_list .news_list2 .news .news_wz {
  margin-top: 7px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 28px;}
.col_news_list .news_list2 .news .news_more {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 14px;
  background: url(images/more.png) left no-repeat;
  padding-left: 16px;
  height: 14px;
  font-size: 14px;
  color: #1267bb;}
.col_news_list .news_list2 .news .news_more1 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 14px;
  background: url(images/more.png) left no-repeat;
  padding-left: 16px;
  height: 14px;
  font-size: 14px;
  color: #1267bb;}
.col_news_list .news_list2 .news:hover .news_title {
  color: #1267bb !important;}
.col_news_list .wp_article_list .list_item {}
/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}
/**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;}
.col_news_list .wp_entry p {
  margin-bottom: 10px;}
.col_news_list .wp_entry table {
  margin-bottom: 4px;}
.col_news_list .wp_entry img {
  max-width: 800px;
  _width: expression(this.width > 800 ? "800px": this.width);}
/* 列表页2 */
.col_news_list .news_list3 {
  overflow: hidden;}
.col_news_list .news_list3 ul {
  position: relative;
  margin-right: -32px;}
.col_news_list .news_list3 .news {
  float: left;
  width: calc(33.3% - 32px);
  margin-right: 32px;
  margin-top: 30px;}
.col_news_list .news_list3 .news .news_pic {
  width: 100%;
  padding-top: 57%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;}
.col_news_list .news_list3 .news .news_pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;}
.col_news_list .news_list3 .news .news_pic:hover {
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);}
.col_news_list .news_list3 .news .news_pic:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);}
.col_news_list .news_list3 .news .news_info {
  padding-bottom: 6px;
  text-align: center;}
.col_news_list .news_list3 .news .news_title {
  line-height: 36px;
  color: #333;
  font-size: 16px;
  font-weight: bold;}
.col_news_list .news_list3 .news a:hover .news_title {
  color: #1267bb;}

/**主体文章页开始**/
#d-container {
  background: #f5f5f5;}
#d-container .inner {
  padding: 30px 0px 60px;}
/**文章页**/
.infobox {
  padding: 20px 60px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  margin: 0 auto;
  width: auto;}
.article {
  padding-top: 10px;}
.article h1.arti_title {
  line-height: 44px;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #333;}
/**文章标题**/
.article h2.arti_title {
  line-height: 34px;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  text-align: center;
  color: #1b1b1b;}
/**文章副标题**/
.article .arti_metas {
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  color: #999;}
.article .arti_metas span {
  margin: 0 5px;
  font-size: 14px;
  color: #999;}
.article .entry {
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;}
/**文章内容**/
.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;}
/**阅读字体**/
.article .entry .read p {
  margin-bottom: 10px;}
.article .entry .read img {
  margin: 0 auto;
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);}
/**文章阅读部分图片大小限制**/
.article .entry .read table {
  margin: 0 auto;
  border: none !important;}

.nav .wp-menu .menu-item:hover .sub-menu {
  display: block;}
.nav .wp-menu .menu-item:hover .sub-menu .sub-menu {
  display: none !important;}
.nav .wp-menu .menu-item .sub-menu:hover .sub-menu {
  display: block;}
.nav .wp-menu .menu-item .sub-menu:hover .sub-menu .sub-menu {
  display: none;}
.nav .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  width: auto;
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;}
.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;}
.nav .sub-menu .sub-item a {
  display: block;
  color: #232323;
  line-height: 33px;
  padding: 0 10px;
  font-size: 16px;
  text-align: center;}
.nav .sub-menu .sub-item.hover > a,
.nav .sub-menu .sub-item a:hover {
  color: #fff;
  background: #9b0000;}
.nav .sub-menu .sub-menu {
  left: 100%;
  top: 0px;
  z-index: 200;
  background: rgba(255, 255, 255, 0.8);}

.nav .wp-menu .menu-item:hover a.menu-link {
  color: #fff;
  background: #2c73c5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 5px;}
.nav .wp-menu .menu-item a.menu-link {
  position: relative;}
.navB {
  border-bottom: 3px solid rgba(44, 115, 197, 1);}

.swiper-containerJXJY .swiper-slide:hover {
  box-shadow: 0px 0px 15px 0px #1458a6 !important;
  border-radius: 10px;}
.swiper-containerJXJY .swiper-slide:hover .JXname {
  color: #2c73c5 !important;}

.ftext2 {
  display: flex;}
.ftext2 li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 33px;}

.mySwiperNews .swiper-button-next {
  background: url(images/btnr2.png);
  width: 26px;
  height: 47px;
  right: 1px !important;}
.mySwiperNews .swiper-button-prev {
  background: url(images/btnl2.png);
  width: 26px;
  height: 47px;
  left: 0px !important;}

.col_news_list .news_list2 .news:hover .news_title font {
  color: #1267bb !important;}

.news_info {
  display: flex;
  align-items: center;
  justify-content: space-between;}
.news3 a {
  width: 100%;}

.news5 {
  margin-bottom: 10px !important;
  padding-bottom: 15px !important;}
.news5 .news_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 30px;

  width: 78% !important;}
.news5 .news_pic {
  width: 20% !important;}

.swiper-container111 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 50px;}

.swiper-container111 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;}
.swiper-container111 .swiper-slide img {
  width: 300px;
  height: 230px;}
.SC1title {
  width: 100%;
  padding: 15px;
  background: rgba(44, 115, 197, 0.8);
  color: #fff;}
.swiper-container111  .swiper-pagination {
  left: 0 !important;
  bottom: 7px !important;
width:100px;}
.swiper-container111 .swiper-pagination-bullet {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;}
.swiper-container111 .swiper-pagination-bullet-active {
  width: 30px;
  height: 8px;
  background: #1458a6;
  border-radius: 4px;}
.swiper-container111 .swiper-button-next {
  background: url(images/nbtnr.png) no-repeat;
  width: 30px;
  height: 30px;
top:100%;
right: 38%;}
.swiper-container111 .swiper-button-prev {
  background: url(images/nbtnl.png) no-repeat;
  width: 30px;
  height: 30px;
top:100%;
 left :40%;}
 
