@charset "UTF-8";
body {
  font-family: "microsoft yahei";
  color: #333e46;
  font-size: 15px;
  background: #fff;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  min-width: 1230px;
  overflow-x: hidden;
}

html {
  padding: 0;
  margin: 0;
}

body,
form,
input,
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

dl,
dt,
dd {
  display: block;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover {
  outline: none;
  color: #333;
  text-decoration: none;
}

input,
textarea {
  box-sizing: border-box;
  border: 0;
  background: none;
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  resize: none;
}

h2 {
  font-weight: 400;
}

i {
  font-style: normal;
}

.lf {
  float: left;
}

.rt {
  float: left;
}

.clear {
  clear: both;
}

.paddingBox {
  padding: 60px 0;
}
.mat0 {
  margin-top: 0;
}
.pdb0 {
  padding-bottom: 0;
}
.content {
  padding: 0 40px;
}

.flexBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* @media only screen and (min-width: 1440px) { */

.container {
  min-width: 1230px;
}

/* 顶部 */
.top1 {
  height: 36px;
  background: #0258cf;
  line-height: 36px;
  color: #bfd5f5;
}
.top1 a {
  color: #bfd5f5;
}
.top1 a:nth-child(1) {
  margin-right: 40px;
  position: relative;
}
.top1 a:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -21px;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
}
.top1 span:nth-child(1) {
  float: left;
}
.top1 span:nth-child(2) {
  float: right;
}

/* logo */
.logo{
  display: flex;
  justify-content: center;
}
.beyys{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.inpt{
    width: 138px;
    height: 26px;
    line-height: 26px;
    outline: none;
    border: none;
    background: none;
    padding: 0 10px;
    color: #fff;
    display: block;
}
.icons {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
}
input::-webkit-input-placeholder {
  color: #fff;
}
.icon-searchs{
    width: 16px;
    height: 16px;
    background-position: -18px 0;
    position: absolute;
    top: 6px;
    right: 10px;
}
/* .active{
  background: #6891c8
} */
.search{
  height: 26px;
  float: left;
  margin-top: 6px;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
}
.tpo{
  display: flex;
  justify-content: space-between;
}
.dsply{
  display: flex;
}
.top2 {
  background: url(../images/topBg3.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  /* width: 100%; */
  height: 260px;
  /*  height: 420px; */
  min-width: 1200px;
  z-index: -1;
  /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; */
}
.top2 .logo img {
  display: block;
  /* margin: 0 auto 20px; */
  width: auto;
}
.top2 p {
  text-align: center;
  font-size: 36px;
  font-weight: bolder;
  line-height: 72px;
  color: rgb(2, 88, 207);
  margin-bottom: 22px;
  text-shadow: 2px 2px 2px #fff;
}
/* 搜索 */
.top2 .ss {
  width: 700px;
  margin: 0 auto;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
}
.top2 .ss input {
  line-height: 50px;
}

.top2 .ss input:nth-child(1) {
  color: rgba(0, 0, 0, 0.6);
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ffffff url(../images/ss2.png) no-repeat 18px center;
  padding-left: 53px;
  font-size: 16px;
  background-size: 21px;
}

.top2 .ss input:nth-child(2) {
  width: 111px;
  height: 50px;
  background-color: #f01d1d;
  outline: none;
  border: none;
  font-size: 18px;
  letter-spacing: 8px;
  color: #ffffff;
  float: right;
  line-height: 50px;
  text-align: center;
  padding-left: 8px;
  border-radius: 0px 5px 5px 0;
  font-weight: bold;
}
/*头部*/

.header {
  height: 80px;
  background: #0258cf;
  width: 100%;
  font-family: "微软雅黑";
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999999;
}

/* 导航 */

.header .nav {
  font-family: "DIN";
  width: 100%;
}
.header .nav ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.header .nav ul li {
  font-size: 19px;
  text-align: center;
  float: left;
  display: block;
  position: relative;
  line-height: 80px;
  transition: line-height 0.5s;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header .nav .dropdown ul li {
  font-size: 10px;
  text-align: center;
  width:300px;
  float: left;
  display: block;
  position: relative;
  line-height: 80px;
  transition: line-height 0.5s;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header .nav  ul li > a {
  display: block;
  font-size: 24px;
  color: #ffffff !important;
  font-weight: bold;
}
.header .nav .dropdown ul li > a {
  display: block;
  /* font-size: 24px; */
  color: #333 !important;
}
.header .nav .dropdown span {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.header.on .nav ul li a,
.header:hover .nav ul li a {
  display: block;
  color: rgba(0, 0, 0, 0.9) ;
}

.header .nav .dropdown-menu {
  width: 300px;
  /* width: 210px; */
  background-color: #f5f5f5;
  position: absolute;
  left: 50%;
  margin-left: -105px;
  z-index: 999;
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s;
}

.header .nav ul li:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  transition: all 0.5s;
}

.header .nav .dropdown-menu a {
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

.header .nav .dropdown-menu a:hover {
  color: #fff;
  background: #0258cf;
}

.header .nav ul li:hover .dropdown-menu {
  display: block;
}

/* 行业要闻   协会新闻   消防科普 */
/* 左侧 */

.indexNews .leftBox {
  width: 50%;
  margin-right: 2%;
  border: solid 1px #eee;
}

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

.indexNews .leftBox a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.indexNews .leftBox .imgBox {
  overflow: hidden;
}

.indexNews .leftBox img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.5s;
}

.indexNews .leftBox .swiper-slide:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.indexNews .leftBox .wz {
  position: absolute;
  display: block;
  width: 100%;
  padding: 50px 20px 20px;
  left: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background-image: -ms-linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  color: #fff;
}

.indexNews .leftBox h4 {
  width: calc(100% - 100px);
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.indexNews .swiper-pagination {
  bottom: 20px !important;
}

.indexNews .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}

.indexNews .swiper-pagination-bullet-active {
  background-color: #1d95d4;
}
.indexNews .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
/* 右侧新闻 */

.indexNews .rightBox {
  width: 48%;
}

.menu {
  position: relative;
  margin-bottom: 30px;
}

.menu li {
  position: relative;
  font-size: 28px;
  color: #000000;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu li.on {
  color: #fe5c21;
  font-weight: bold;
}

.menu li::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #000;
  top: 15px;
  right: 0;
}
.menu li:nth-last-child(1):after {
  display: none;
}
.indexNews #content .conBox a {
  width: 100%;
  height: 46px;
  padding-left: 0;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.indexNews #content .conBox a:hover {
  color: #0258cf;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.indexNews #content .conBox .txtBox {
  width: 100%;
}

.indexNews #content .conBox .txtBox .bt {
  position: relative;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.indexNews #content .conBox .txtBox h5 {
  padding-right: 20px;
  font-size: 18px;
  line-height: 46px;
  margin: 0 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.indexNews #content .conBox .txtBox h5::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 22px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.indexNews #content .conBox a:hover h5::before {
  background-color: #0258cf;
}
.indexNews #content .conBox a:hover h5 {
  color: #0258cf;
  font-weight: bold;
}
.indexNews #content .conBox .txtBox .bt span {
  color: #999999;
  font-size: 18px;
  line-height: 50px;
  width: 120px;
}
/*会员 通知*/
/* 会员（左） */
.indexHuiYuan main.leftBox {
  width: 58%;
  margin-right: 4%;
}
.indexHuiYuan .menu {
  display: block;
  overflow: hidden;
}
.indexHuiYuan .menu li {
  display: inline-block;
  float: left;
  margin-right: 80px;
}
.indexHuiYuan .menu li::after {
  top: 10px;
  right: -40px;
}
.indexHuiYuan .leftBox .wrapper2 a {
  display: flex;
  margin-bottom: 22px;
  padding: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.indexHuiYuan .leftBox .wrapper2 a:hover {
  padding: 0 0 0 20px;
  color: #0258cf;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.indexHuiYuan .leftBox .wrapper2 a .imgBox {
  width: 31%;
  height: 90px;
  overflow: hidden;
}
.indexHuiYuan .leftBox .wrapper2 a .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.indexHuiYuan .leftBox .wrapper2 a:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.indexHuiYuan .leftBox .wrapper2 a .txtBox {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.indexHuiYuan .leftBox .wrapper2 .bt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.indexHuiYuan .leftBox .wrapper2 .bt h5 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.indexHuiYuan .leftBox .wrapper2 .bt span {
  width: 120px;
  text-align: right;
  font-size: 18px;
  color: #888888;
}
.indexHuiYuan .leftBox .wrapper2 p {
  margin-top: 14px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 会员单位logo */
.huiYuanLogo .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.huiYuanLogo .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #eee;
  margin-top: 30px;
}
.huiYuanLogo .swiper-grid-column > .swiper-wrapper {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.huiYuanLogo a {
  display: inline-block;
  height: 90px;
}
.huiYuanLogo a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
/* 通知（右） */
.indexHuiYuan main.rightBox {
  width: 38%;
  background-color: #fff;
  box-shadow: 0px 2px 24px 0px rgba(160, 163, 177, 0.36);
  padding: 36px;
}
.indexHuiYuan main.rightBox h1.tongZhiTitle {
  font-size: 28px;
  color: #0258cf;
  text-align: center;
  font-weight: bold;
  padding-right: 23px;
}
.indexHuiYuan main.rightBox .indexTongZhi a {
  position: relative;
  margin-top: 24px;
  padding-left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.indexHuiYuan main.rightBox .indexTongZhi a:hover {
  color: #0258cf;
  padding-left: 14px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.indexHuiYuan main.rightBox .indexTongZhi a:hover h5::before {
  background-color: #0258cf;
  left: 14px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.indexHuiYuan main.rightBox .indexTongZhi a h5 {
  padding-left: 18px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.indexHuiYuan main.rightBox .indexTongZhi a h5::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.indexHuiYuan main.rightBox .indexTongZhi a span {
  width: 50px;
  text-align: right;
  color: #888;
  font-size: 18px;
}
/*行业服务*/
.indexHangYe {
  margin-top: 40px;
}
.indexHangYe a {
  display: block;
  background-size: cover;
}
.indexHangYe a h2 {
  font-size: 24px;
  color: #fff;
  line-height: 80px;
  margin-top: 30px;
  text-align: center;
}

/*党建活动*/

.indexParty {
  position: relative;
  margin-top: 50px;
}
.indexParty .swiper-slide {
  overflow: hidden;
}
.indexParty img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.indexParty .swiper-slide:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}

/*友情链接*/

footer .yqlj {
  background-color: #f8f8f8;
  padding: 60px 0 30px 0;
  margin-top: 40px;
}

footer .yqlj ul {
  position: relative;
  padding-left: 100px;
  font-size: 18px;
  color: #999;
}

footer .yqlj li:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0;
}

footer .yqlj li {
  margin: 0 30px 15px 0;
}

footer .yqlj li a {
  color: #666;
}

footer .yqlj li a:hover {
  color: #2043b8;
}
/* 底部 */

footer .bottom {
  background-color: #0258cf;
  padding: 40px 0;
}

footer .bottom .bo1 {
  width: 26%;
}

footer .bottom .bo1 img {
  width: 70%;
}

footer .bottom .bo1 p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 40px;
}

footer .bottom .bo2 {
  margin: 0 10% 0 5%;
  line-height: 50px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer .bottom .bo2 .aBox {
  margin-bottom: 10px;
}

footer .bottom .bo2 .aBox a {
  position: relative;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 40px;
}

footer .bottom .bo2 .aBox a:hover {
  color: #fff;
}

footer .bottom .bo2 .aBox a::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 5px;
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #ccc;
}

footer .bottom .bo2 .aBox a:nth-last-child(1):after {
  display: none;
}
footer .bottom .bo2 p a {
  color: rgba(255, 255, 255, 0.8);
}
footer .bottom .bo2 p a:hover {
  color: #ffffff;
}
footer .bottom .bo3 {
  width: 120px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
}
footer .bottom .bo3 img {
  display: block;
  width: 100%;
}
