@charset "UTF-8";
#toolbar .front {
  background: #9c9c9c;
}

#toolbar {
  background: #e4e4e4;
}

#toolbar .back {
  background: #4a92d6;
}

#toolbar ul li:hover .front {
  background: #4878ba;
}

/*header*/
.header {
  background: url("../images/header_bg.jpg") no-repeat center;
  background-size: cover;
  height: 121px;
}
.header .container2 {
  height: 100%;
  position: relative;
}
.header .logo {
  max-width: 35%;
  margin-top: 27px;
}
.header .header_menu {
  display: flex;
  align-items: center;
  margin-top: 71px;
}
.header .header_menu ul li {
  margin: 0 35px;
}
.header .header_menu ul li a {
  font-size: 16px;
  color: #3f3f3f;
  display: block;
}
.header .header_menu ul li a:after, .header .header_menu ul li a:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: transparent;
  margin: 5px auto;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #4992d6;
}
.header .header_menu ul li:hover a:after, .header .header_menu ul li:hover a:before, .header .header_menu ul li.active a:after, .header .header_menu ul li.active a:before {
  background: #4992d6;
}
.header .header_menu .header_search #search {
  margin-left: 35px;
}
.header .header_menu .header_search .submitsearch {
  width: 13px;
  height: 13px;
  background: url("../images/icon_search.png") no-repeat center;
  background-size: cover;
  border: 0;
}
.header .header_menu .header_search #keyword {
  border: 0;
  width: 110px;
}
.header .header_menu .header_search .keyword {
  padding-left: 2px;
  display: flex;
  align-items: center;
  width: 135px;
  height: 22px;
  border: 1px solid gainsboro;
  border-radius: 10px;
}
.header .top-contact {
  position: absolute;
  top: 10px;
  right: 0;
}
.header .top-contact ul li {
  display: flex;
  align-items: center;
  color: white;
  font-size: 16px;
  margin-right: 15px;
}
.header .top-contact ul li img {
  width: 27px;
  margin-right: 10px;
}

/* 通用样式 */
.bw {
  width: 100%;
}

.mbw {
  width: 100%;
  overflow-x: hidden;
}

.mp {
  padding: 0 2vw;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ibw, .imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ibw img {
  width: 100%;
  height: auto;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 底部 */
.pf {
  background-color: #252525;
}

.pf1-box {
  padding: 2.3vw 0 2.8vw;
  align-items: flex-start;
  padding-top: 0;
}
.pf1-box > div {
  float: left;
}

.pf1a {
  max-width: 232px;
  width: 20%;
}

.pf1a1 {
  font-size: 16px;
  color: #fff;
  line-height: 4.125;
  background-image: url(../images/pf1_a.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.pf1a2 {
  flex-wrap: wrap;
  margin-top: 18px;
}

.pf1a2 p {
  width: 50%;
  line-height: 2.5;
  float: left;
}

.pf1a2 p a {
  font-size: 14px;
  color: #fff;
}

.pf1b {
  width: 40%;
  max-width: 450px;
}

.pf1b1 {
  font-size: 16px;
  color: #fff;
  line-height: 4.125;
  background-image: url(../images/pf1_a.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.pf1b2 {
  margin-top: 12px;
}

.pf1b2 p {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
}

.pf1b2 p:nth-child(1) {
  background-image: url(../images/pf1b2-1.png);
}

.pf1b2 p:nth-child(2) {
  background-image: url(../images/pf1b2-2.png);
}

.pf1b2 p:nth-child(3) {
  background-image: url(../images/pf1b2-3.png);
}

.pf1b2 p:nth-child(4) {
  background-image: url(../images/pf1b2-4.png);
}

.pf1c {
  max-width: 232px;
  width: 20%;
}

.pf1c1 {
  font-size: 16px;
  color: #fff;
  line-height: 4.125;
  background-image: url(../images/pf1_a.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.pf1c2 {
  width: 100%;
  max-width: 205px;
  height: 104px;
  background-image: url(../images/pf1c2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 14px;
  padding: 0 20px 0 12px;
}

.pf1c2a {
  width: 80px;
  height: 80px;
  background-color: #fff;
  position: relative;
}

.pf1c2a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pf1c2b p {
  font-size: 14px;
  color: #fff;
  line-height: 1.7142;
}

.youqing {
  color: white;
}
.youqing a {
  color: white;
}
.youqing ul {
  margin-top: 20px;
}
.youqing ul li {
  margin-right: 15px;
}

@media (max-width: 1450px) {
  /* 底部 */
  .pf1b, .pf1c {
    margin-top: 1vw;
  }

  .header .header_menu .header_search #search {
    margin-left: 15px;
  }

  .header .header_menu ul li {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .top-bar {
    display: none;
  }

  /* 底部 */
  .pf1a1 {
    font-size: .8rem;
  }

  .pf1a2 {
    margin-top: .9rem;
  }

  .pf1a2 p a {
    font-size: .7rem;
  }

  .pf1b1 {
    font-size: .8rem;
  }

  .pf1b2 {
    margin-top: .6rem;
  }

  .pf1b2 p {
    font-size: 14px;;
    padding-left: 1.4rem;
    background-size: .9rem auto;
  }

  .pf1c1 {
    font-size: 14px;;
  }

  .pf1c2 {
    margin-top: .7rem;
  }

  .pf1c2b p {
    font-size: 14px;
  }

  .pf2-box p {
    font-size: 12px;
  }

  .pf1-box {
    display: block;
  }

  .pf1-box > div {
    float: none;
    width: 100%;
    max-width: initial;
  }

  .pf1c2 {
    margin: 0 auto;
    margin-top: 15px;
  }

  .pf1b1, .pf1c1 {
    background-position: center bottom;
    font-size: 14px;
    text-align: center;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
