@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: 100;
  font-style: normal;
}

ul,
ol,
li {
  list-style-type: none;
}

input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

.clearFix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

img {
  border: none;
  /* width: 100%; */
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", "微软雅黑";
}

a {
  color: #666;
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

.dis_a {
  display: block;
  width: 100%;
  height: 100%;
}

.container {
  box-sizing: border-box;
  padding: 0 0 25px;
  background: #fff;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.main {
  position: relative;
}

.bg_red {
  background-color: #063C7C;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
/* å½“å‰ä½ç½® */

.tab_con .item {
  display: none;
}

.tab_mo a {
  display: none;
  font-size: 14px;
  color: #af090b;
  line-height: 40px;
}

ul > li > a {
  width: 100%;
  height: 100%;
}

.main_lis li {
  padding: 0 0 0 20px;
  background: url(../imgs/yd.png) no-repeat 5px center;
  transition: 0.3s all;
}

.main_lis li:hover {
}

.main_lis li a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
}

.main_lis li a p {
  display: block;
  width: calc(100% - 110px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  padding-left: 0;
  transition: 0.3s all;
}

.main_lis li:hover a p {
  color: #ff0000;
  padding-left: 5px;
  transition: 0.3s all;
}

.mul_p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.date {
  float: right;
  color: #c3c3c3;
  font-size: 16px;
}

.multiline {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-align: justify;
  font-size: 16px;
  line-height: 34px;
  color: #333333;
  white-space: wrap;
}

.head_more {
  float: right;
  font-size: 14px;
  color: #063C7C;
  line-height: 54px;
}




.ckxq {
  font-size: 14px;
  color: #0175e2;
}
/* å›¾ç‰‡ç¼©æ”¾ */

.pic {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.pic img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: linear 0.5s;
  -moz-transition: linear 0.5s;
  -ms-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  transition: linear 0.5s;
}

.pic:hover img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.07, 1.07);
  -moz-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  -o-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
  -webkit-transition: linear 0.5s;
  -moz-transition: linear 0.5s;
  -ms-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  transition: linear 0.5s;
}

.current {
  font-size: 14px;
  color: #333;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 25px;
  background: url(../img/dqwz.png) no-repeat left center;
}
.current span {
  display: inline-block;

}
.current a {
  font-size: 14px;
  color: #333333;
}

/* è½®æ’­å›¾ */
.swiper-container {
  overflow: hidden;
}

.swiper-container img {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  text-align: right;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: -5px;
  bottom: 8px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-right: 3px;
}

.swiper-container .swiper-pagination-bullet {
  margin-right: 3px;
  right: 0;
  opacity: 1;
  width: 6px;
  height: 5px;
  background: #fff;
  border-radius: 2px;
}

.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  height: 5px;
  background: #9c140b;
  border-radius: 2px;
}

.swiper-container .swiper-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 15px;
  box-sizing: border-box;
  width: 100%;
  height: 31px;
  background: rgba(0, 0, 0, 0.4);
  line-height: 31px;
  color: #ffffff;
  font-size: 13px;
}
.swiper-container .swiper-text p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 100px);
}
/* webç«¯å¯¼èˆª */
.web_nav {
  display: flex;
  justify-content: space-between;
  height: 100px;
  line-height: 71px;
}
.web_nav li {
  width: calc(100% / 10);
}
.web_nav li a {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.web_nav li a.on {
  
}
.web_nav li a:hover {
  background: #ee8601;
  transition: all 0.3s ease;
}
.nav_btn {
  display: none;
}
.nav_btn1 img {
  margin-right: 10px;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
}
.nav_btn1 {
  position: absolute;
  top: 42%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  text-align: right;
  color: #af090b;
  font-size: 16px;
  font-weight: bold;
}
.nav_btn2 {
  position: absolute;
  right: 0;
  top: 2px;
}
.nav_btn2 img {
  width: 30px;
  height: 25px;
  vertical-align: top;
}
.wapContainer {
  display: none;
  width: 200px;
  height: 100%;
  background: #af090b;
  position: fixed;
  top: 0;
  right: -250px;
  z-index: 999;
}
.nav_close {
  margin: 10px;
  display: none;
  width: 18px;
  height: 18px;
  background: url(../img/n_close_nav.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  right: 10px;
}
.wapContainer.is_active,
.nav_close {
  display: block;
}
.wap_nav_ul {
  padding-top: 40px;
}
.wap_nav_ul li {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.wap_nav_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.wap_nav_ul li:hover a {
  background-color: #ee8601;
}
/* footer */
.friendlink {
  padding: 0px 0 0px;
  background: #eff2f7;
}
.yqlj {
  height: 52px;
  background: url(../img/yqlj.png) no-repeat center;
  line-height: 52px;
}
.yqlj span {
  display: inline-block;
  width: 225px;
  text-indent: 62px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.swiper_link {
  width: calc(100% - 230px);
  overflow: hidden;
}
.swiper_link .swiper-slide {
  width: auto !important;
}
.swiper_link .swiper-slide::after {
  content: "|";
  margin: 0 15px;
  color: #fff;
}
.yqlj a {
  color: #fff;
  font-size: 14px;
}
.swiper_link .swiper-slide:last-child::after {
  display: none;
}
.footer_bottom {
  padding: 30px 0 50px;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
}
.footer_bottom a {
  color: #fff;
  margin-right: 17px;
}
.footer_bottom .p1 a {
  margin: 0 13px;
}
.footer_bottom .p1 a:first-child {
  margin-left: 0;
}
.footer_bottom span {
  margin-right: 17px;
}
.gwba {
  vertical-align: middle;
  margin-top: -5px;
}
.link_box {
  margin-top: 28px;
}
.link_box img {
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  .w1200 {
    width: 970px !important;
  }
  .yqlj {
    background-size: 115% 100%;
  }
  .yqlj span {
    width: 100px;
    text-indent: 15px;
  }
  .swiper_link {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 969px) {
  .w1200 {
    width: 750px !important;
  }
  .nav_btn1 {
    display: block !important;
  }
  .nav .web_nav {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .w1200 {
    width: 96% !important;
  }
  .wapContainer {
    width: 150px;
  }
  .swiper-container .swiper-text {
    bottom: 3px;
  }
  .header .top_bar a {
    font-size: 12px;
  }
  .wap_nav_ul li {
    height: 45px;
    line-height: 45px;
    }
}

@media only screen and (max-width: 616px) {
}

@media only screen and (max-width: 515px) {
  .nav_btn1 {
    display: none !important;
  }
  .nav_btn2 {
    display: block !important;
  }
  .footer a,
  .footer p {
    font-size: 0.75rem;
  }
  /*.mul_p {
    font-size: 0.875rem;
  }
  .main_lis a p {
    font-size: 0.75rem;
  }
  .date {
    font-size: 0.75rem;
  }
   .multiline {
    font-size: 0.75rem;
  } */
  .more {
    font-size: 0.75rem;
  }
  .swiper-container .swiper-text {
    font-size: 0.875rem;
  }
  .swiper-container .swiper-text {
    height: 35px;
    line-height: 35px;
  }
  .swiper-container .swiper-pagination {
    bottom: 7px;
  }
  .yqlj {
    height: 42px;
    line-height: 42px;
}
.friendlink {
    padding: 10px 0 5px;
}

}

@media only screen and (max-width: 350px) {
  .top_bar .fl a {
    margin-right: 5px !important;
  }
}
