/* 
红色：#a21b21


*/
/* 字体 */
@font-face {
  font-family: 'YanShiXiaXingKai';
  src: url(../font/YanShiXiaXingKai.ttf);
}

@font-face {
  font-family: 'simhei';
  src: url(../font/simhei.ttf);
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

i,
em {
  font-weight: normal;
  font-style: normal;
}

b {
  font-weight: normal;
}

i,
em,
b,
img {
  display: block;
}



li {
  list-style: none;
}

a,
img,
input {
  border: 0 none;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus,
input:focus {
  outline: 0 none;
}

input::-webkit-search-cancel-button {
  display: Â none;
}

input::-ms-clear {
  display: Â none;
}

input {
  background: none;
}

button {
  border: none;
  cursor: pointer;
}

textarea {
  resize: none;
  font-size: 12px;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.more{
  cursor: pointer;
}

.list1 .tab .tab-tit .more:hover {
  color: #a31b21;
  font-weight: bold;
}

.swiper-pagination {
  font-size: 0;
}

.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-pagination-bullet {
  transition: all 0.5s;
  margin: 0 8px;
  width: 30px;
  height: 6px;
  border-radius: 0px;
  background: #fff;
  opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet-active {
  transition: all 0.5s;
  background: #165999;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}

.w1200 {
  width: 1200px;
  margin: 0px auto;
}

.w1400 {
  width: 62.91%;
  min-width: 1200px;
  margin: 0 auto
}


* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "微软雅黑", Microsoft YaHei, "PingFang" !important;
  width: 100%;
  height: 100%;
  font-size: 87.5%;
}


ul {
  list-style: none;
}

img,
input,
textarea {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

i,
em {
  font-style: normal;
}

textarea {
  resize: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

/* 公共头部 */
.mo-header {
  display: none;
}

.pc-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  display: block;
}

.header-fixed,
.pc-header:hover {
  transition: all 0.6s;
  left: 0;
  top: 0;
  margin-left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.text-over1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* top 开始 */
.pc-header .top {
  background-color: #a31b21;
  height: 50px;
  width: 100%;
}

.pc-header .top .w1400 {
  display: flex;
  justify-content: space-between;
}

/* top 左侧 */
.pc-header .top .w1400 .hLeft {
  display: flex;
  line-height: 50px;
}

.pc-header .top .w1400 .hLeft a {
  margin-right: 15px;
  color: #fff;
  font-size: 14px;
}

/* top右侧 */
.pc-header .top .w1400 .hRight {
  display: flex;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
}

.pc-header .top .w1400 .hRight .time {
  margin-right: 10px;
}

.pc-header .top .w1400 .hRight .icon {
  width: 22px;
  height: 50px;
  margin: 0 11px;
  position: relative;
}

.pc-header .top .w1400 .hRight #wuzhangai {
  background: url(../images/sy/header/wuzhangaisheshi.png) center no-repeat;
}

.pc-header .top .w1400 .hRight #weixin {
  background: url(../images/sy/header/weixin.png) center no-repeat;
  position: relative;
}
.pc-header .top .w1400 .hRight #weixin  .hideBoxPhone{
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/sy/header/pho_bac.png) center no-repeat;
  top: 52px;
  width: 124px;
  height: 131px;
  z-index: 9;
}
.hideBox-act{
  display: block !important;
}
.pc-header .top .w1400 .hRight #weixin  .hideBoxPhone img{
  width: 116px;
  height: 116px;
  margin-top: 10px;
  margin-left: 4px;
}
.pc-header .top .w1400 .hRight #weibo {
  background: url(../images/sy/header/weibo.png) center no-repeat;
}

.pc-header .top .w1400 .hRight #email {
  background: url(../images/sy/header/youxiang.png) center no-repeat;
}

.pc-header .top .w1400 .hRight .p {
  margin-left: 11px;
  margin-right: 11px;
  position: relative;
  color: #fff;
}
.pc-header .top .w1400 .hRight .p:last-of-type{
  margin-right: 0;
}
.pc-header .top .w1400 .hRight>div::after,
.pc-header .top .w1400 .hRight>a::after {
  width: 1px;
  height: 17px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
  content: "";
}

/* nav 开始 */
.pc-header .nav {
  width: 100%;
  height: 116px;
  background: url(../images/sy/header/logo_bac.png) center no-repeat;
}

.pc-header .nav .w1400 {
  display: flex;
  justify-content: space-between;
}

/* logo 开始 */
.pc-header .nav .w1400 .logo {
  align-items: center;
  height: 116px;
}

.pc-header .nav .w1400 .logo .img1 img {
  width: 316px;
  height: 65px;
  margin-top: 28px;
  display: block;
}

/* menu 开始 */
.pc-header .nav .w1400 .menu {
  display: flex;
  font-size: 18px;
  color: #333;
  line-height: 116px;
}

.pc-header .nav .w1400 .menu .one {
  margin: 0 1vw;
  position: relative;
}

.pc-header .nav .w1400 .menu .active a {
  color: #a31b21;
  font-weight: bold;
}

.pc-header .nav .w1400 .menu .one a:hover {
  color: #a31b21;
  font-weight: bold;
}

.pc-header .nav .w1400 .menu .one a::after {
  width: 53px;
  height: 13px;
  background: url(../images/sy/header/menu.png) center no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  content: "";
  opacity: 0;
}

.pc-header .nav .w1400 .menu .one.active a::after,
.pc-header .nav .w1400 .menu .one:hover a::after {
  transition: all 0.5s;
  opacity: 1;
}

/* 搜索框 */
.pc-header .nav .w1400 .nav-search {
  position: relative;
  width: 50px;
}

.accordionSearch {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  background: url(../images/sy/header/sousuo.png) center no-repeat;
  cursor: pointer;
  height: 22px;
  width: 22px;
}

.accordionSearch:hover {
  background: url(../images/sy/header/sousuos.png) center no-repeat;
}

.pls-nav-search-dropdown {
  visibility: hidden;
  position: absolute;
  right: -22px;
  top: 3rem;
  z-index: 3;
  width: 520px;
  background: #ffffff;
}

.pls-nav-search-wrap.is-open .pls-nav-search-bar {
  z-index: 2;
  opacity: 1;
  transition: all .3s ease-in-out;
  width: 520px;
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.pls-nav-search-bar {
  box-sizing: border-box;
  position: relative;
  padding-right: 76px;
  padding-left: 20px;
  margin: -2px -2px 0;
  height: 45px;
  width: 200px;
  -ms-transform: translateX(224px);
  transform: translateX(224px);
  background: #ffffff;
  border: 1px solid #a31b21;

  opacity: 1;
}

.pls-nav-search-bar-input {
  box-sizing: border-box;
  border-width: 0;
  background: transparent;
  width: 100%;
  font-size: 15px;
  color: #495770;
  line-height: 19px;
  padding: 12px 0;
  display: block;
}

.pls-nav-search-bar-btns {
  position: absolute;
  right: 0px;
  top: 0;
  display: flex;
}

.pls-nav-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 40px;
  font-size: 0;
  line-height: 40px;
  cursor: pointer;
  background: transparent;
  border-width: 0;
}

.pls-nav-search-i {
  display: block;
  width: 22px;
  height: 22px;
}

.pls-nav-search-i.clear {
  background-image: url(../images/sy/header/icon_4.png);
  background-size: cover;
  width: 18px;
  height: 19px;
}

.pls-nav-search-i.clear:hover {
  background-image: url(../images/sy/header/icon_5.png);
  background-size: cover;
  width: 18px;
  height: 19px;
}

.pls-nav-search-wrap.is-open .pls-nav-search-result {
  opacity: 1;
  transition: all .3s ease-in-out;
  transition-delay: .1s;
}

.pls-nav-search-result-title {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding: 0 0 0 20px;
  font-weight: normal;
  width: 80px;
}

.pls-nav-search-tag-blocks {
  font-size: 0;
  max-height: 35px;
  overflow: hidden;
  width: calc(100% - 120px);
}

.pls-nav-search-tag-block {
  display: inline-block;
  vertical-align: top;
  padding: 0 6px 12px;
  box-sizing: border-box;
  width: 25%;
  float: left;
}

.pls-nav-search-tag-block a {
  box-sizing: border-box;
  display: block;
  border-radius: 2px;
  height: 30px;
  font-size: 12px;
  color: #000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.pls-nav-search-tag-block a:hover {
  color: #a31b21;
  font-weight: bold;
}

.pls-nav-search-wrap.is-open .pls-nav-search-dropdown {
  visibility: visible;
  transition: all .3s ease-in-out;
}

.pls-nav-search-result {
  padding: 12px 0 10px;
  opacity: 0;
  display: none;
}

.pls-nav-search-i.search {
  background-image: url(../images/sy/header/sousuo.png);
}

.pls-nav-search-i.search:hover {
  background-image: url(../images/sy/header/sousuo_mo.png);
  background-size: cover;
}

.pls-nav-search-bar-btns .pls-nav-search-btn {
  margin-right: 20px;
}

/* 滚动按钮 */
.swiper-button-next.self {
  transform: rotate(180deg);
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 999 !important;
}

.self {
  opacity: 0 !important;
  background: url(../images/bsfw/lbt_arrows_left.png) center no-repeat;
  background-size: 24px 24px;
  width: 40px;
  height: 56px;
  margin-top: -28px;
  border-radius: 0 4px 4px 0;
  background-color: rgba(0, 0, 0, 0.4);
  outline: none;

}

.swiper-button-next.self3 {
  transform: rotate(180deg);
}

.self3 {
  opacity: 0 !important;
  background: url("../images/sy/content/list3/iconleft.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -28px;
  outline: none;
}

/* 公共底部 */
.pc-footer {
  display: block;
  width: 100%;
  background-color: #fff;
  height: auto;
}
.pc-footer .w1400{

}
.foot-top {
  height: 120px;
  padding-top: 50px;
  border-bottom: 1px solid #efefef;
}

.foot-top .f1 {
  width: 30%;
}

.pc-footer .foot-top .f1 a,
.pc-footer .foot-top .f1 span {

  width: 100%;
  text-align: left;
  height: 35px;
  line-height: 35px;
}


.pc-footer .foot-top .f1 .map p,
.pc-footer .foot-top .f1 span p {
  font-size: 14px;
  padding-left: 10px;
  float: left;
  margin-right: 10px;
  color: #8d8d8d;
}

.pc-footer .foot-top .f1 .map i {
  margin-top: 8px;
  width: 20px;
  height: 18px;
  background: url(../images/sy/footer/map.png) left center no-repeat;
  background-size: contain;
}

.pc-footer .foot-top .f1 .address i {
  margin-top: 5px;
  margin-right: 10px;
  width: 17px;
  height: 21px;
  background: url(../images/sy/footer/add.png) left center no-repeat;
  background-size: contain;
}

.pc-footer .foot-top .f1 .address p {
  font-size: 14px;
  margin-left: 10px;
  color: #8d8d8d;
}

.pc-footer .foot-top .f1 .tel i {
  margin-top: 5px;
  width: 17px;
  height: 21px;
  background: url(../images/sy/footer/tel.png) left center no-repeat;
  background-size: contain;
}

.pc-footer .foot-top .f1 .yx {
  margin-left: 10px;
}

.pc-footer .foot-top .f1 .yx i {
  margin-top: 10px;
  width: 20px;
  height: 15px;
  background: url(../images/sy/footer/youxiang.png) left center no-repeat;
  background-size: contain;
}

.foot-top .f2 {
  width: 40%;
}

.foot-top .f2 .logo {
  margin-left: 13%;
  margin-top: 10px;
}

.foot-top .f3 {
  width: 30%;
}

.foot-top .f3 .f3-t {
  height: 50px;
  width: 100%;
}

.foot-top .f3 .jiucuo {
  width: 110px;
  height: 50px;
  border: 1px solid #8d8d8d;
}

.foot-top .f3 a img {
  width: 100%;
  height: 100%;
}

.foot-top .f3 .dzjg {
  margin-left: 20px;
  width: 40px;
  height: 50px;
}

.foot-top .f3 .f3-n {
  margin-top: 10px;
  height: 33px;
  width: 100%;
}

.foot-top .f3 .f3-n a {
  margin-left: 10px;
  width: 100px;
  height: 33px;
}

.foot-botton {
  height: 60px;
  line-height: 60px;
}

.foot-botton ul {
  display: flex;
  justify-content: space-between;
}

.foot-botton ul li {
  font-size: 12px;
  color: #8d8d8d;
}

.foot-botton ul li a {
  font-size: 12px;
  color: #8d8d8d;
}

.mo-footer {
  display: none;
}

.m-nav {
  display: none;
}

.m-nav .logo img {
  height: 3.85rem;
}


/* 右侧悬浮框 */
.suspension {
  transition: all 0.5s;
  position: fixed;
  right: -104px;
  top: 50%;
  z-index: 13;
  width: 74px;
  margin-top: 40px;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  border-top: #dcdcdc 3px solid;
  cursor: pointer;
}

.suspension-mo {
  display: none;
}

.suspension::after {
  position: absolute;
  left: 7px;
  top: -52px;
  width: 77px;
  height: 87px;
  background: url(../images/sy/supension/icon_27.png) center bottom no-repeat;
  background-size: 100% auto;
  content: " ";
}

.suspension-fixed {
  transition: all 0.5s;
  right: 0;
}

@media (max-width: 1370px) {
  .suspension-fixed {
    right: 0;
  }
}

.suspension .sus {
  position: relative;
  border: #dcdcdc 1px solid;
  border-top: #dcdcdc 0px solid;
  display: block;
}

.suspension .sus p {
  position: relative;
  padding: 48px 0 12px;
  font-size: 14px;
  color: #999;
  text-align: center;
}

.suspension .sus .pos {
  display: block;
  position: absolute;
  top: 50%;
  right: 86px;
  margin-top: -70px;
  width: 0px;
  height: 121px;
  overflow: hidden;
}

.suspension .sus .pos img {
  display: block;
  width: 131px;
  height: 121px;
}

.suspension .sus:hover {
  border: #006db8 1px solid;
}

.suspension .sus:hover p {
  color: #fff;
}

.suspension .sus:hover::after {
  background: none;
}


.suspension {
  width: 90px;
  border-top: none;
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.2);
  /* padding-top: 50px; */
}

.suspension .win {
  background: url(../images/sy/supension/win.png) center no-repeat;
}

.suspension_fixed {
  right: 0;
  background: rgba(0, 0, 0, 0);
}

.suspension.suspension_on {
  right: -104px;
}

.suspension .sus {
  position: relative;
  border: none;
  border-top: none;
  display: block;

}

.suspension .sus p {
  color: #fff;
  line-height: 65px;
  /* padding: 48px 0 0; */
}

.suspension .sus .b-b {
  width: 36px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.suspension .sus1 {
  padding-top: 50px;
}

.suspension .sus1 p {
  background: url(../images/sy/supension/icon_15.png) center 16px no-repeat;
}

.suspension .sus2 p {
  background: url(../images/sy/supension/icon_16.png) center 16px no-repeat;
}

.suspension .sus3 p {
  background: url(../images/sy/supension/znwd_icon.png) center 16px no-repeat;
}
.suspension .sus4 p {
  background: url(../images/sy/supension/dcwj_icon.png) center 16px no-repeat;
}
.suspension .sus6 p {
  background: #a40808 url(../images/sy/supension/icon_18.png) 8px 25px no-repeat;
  padding: 0 0 0 22px;
}

.suspension .sus:hover {
  border: none;
}

.suspension .sus:hover p {
  color: #f8dcb1;
}

.suspension .sus:hover .b-b {
  background: #f8dcb1;
}

.suspension .sus1:hover p {
  background: url(../images/sy/supension/icon_15h.png) center 16px no-repeat;
}

.suspension .sus2:hover p {
  background: url(../images/sy/supension/icon_16h.png) center 16px no-repeat;
}
.suspension .sus4:hover p {
  background: #a40808 url(../images/sy/supension/dcwj_iconh.png) center 16px no-repeat;
  
}
.suspension .sus3:hover p {
  background: url(../images/sy/supension/znwd_iconh.png) center 16px no-repeat;
}

.suspension .sus6:hover p {
  background: #a40808 url(../images/sy/supension/icon_18h.png) 8px 25px no-repeat;
}

.suspension-left {
  width: 20px;
  height: 20px;
  background: url(../images/sy/supension/icon_14.png) center no-repeat;
  margin: 15px auto 0;
  transition: all 0.5s;
  position: fixed;
  top: 80%;
  z-index: 13;
  /* transform: translateY(-50%); */
  cursor: pointer;
  right: -20px;
}

.suspension-left-fixed {
  right: 30px;
}

.suspension-right {
  right: 10px;
  transform: rotateY(180deg);
}

.list5 {
  display: none;
}
@media screen and (max-width: 1421px) {
  .w1400{
    width: calc(100% - 3rem);
    min-width: calc(100% - 3rem);
    margin: 0 auto;
  }
}

