li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display: none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display: none;
}
/*清除IE下的 search 叉号*/
input {
  background: none;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
}
/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.w {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1400px;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
/*导航*/
.header_logo {
  display: flex;
  align-items: center;
  float: left;
  width: 220px;
  height: 90px;
}
.header_logo img {
  max-width: 100%;
  max-height: 100%;
}
.header_search {
  display: flex;
  align-items: center;
  margin-left: 20px;
  height: 90px;
}
.header_phone {
  display: flex;
  align-items: center;
  margin-left: 20px;
  height: 90px;
}
.header_phone img {
  width: 190px;
}
/*首页banner*/
.banner {
  width: 100%;
  background: #fff;
}
.banner .swiper-slide {
  width: 100%;
  height: calc(100vh - 90px);
  overflow: hidden;
}
.banner .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.banner .swiper-slide .pc,
.banner .swiper-slide .mobile {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
  overflow: hidden;
}
.banner .swiper-slide .pc img,
.banner .swiper-slide .mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .mobile {
  display: none;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.banner .swiper-button-prev {
  left: 6%;
  background: rgba(0, 0, 0, 0.3) url(../images/i5.png) center no-repeat;
}
.banner .swiper-button-prev::before {
  display: none;
}
.banner .swiper-button-next {
  right: 6%;
  background: rgba(0, 0, 0, 0.3) url(../images/i6.png) center no-repeat;
}
.banner .swiper-pagination {
  left: 0;
  bottom: 58px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.banner .swiper-pagination span {
  transition: all 0.5s;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 30px;
  background: #015bbb;
}
.ind03 .mes b {
  line-height: 40px;
  font-size: 18px;
  color: #fff;
}
.ind03 .mes p {
  line-height: 35px;
  font-size: 16px;
  color: #D3D3D3;
}
.footer {
  padding: 32px 0;
  font-size: 14px;
  color: #fff;
  background-color: #262626;
}
.footer .m {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .m a {
  padding-right: 10px;
  color: #fff;
}
/* 悬浮侧边栏 */
.suspension {
  transition: all 0.5s;
  position: fixed;
  right: 0px;
  bottom: 20%;
  z-index: 13;
  width: 44px;
  cursor: pointer;
}
.suspension .sus {
  transition: all 0.5s;
  position: relative;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  color: #333;
}
.suspension .sus p {
  width: 100%;
  height: 44px;
  background-color: #353535;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.suspension .sus .pos {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  overflow: hidden;
}
.suspension .sus .pos1 {
  width: 0px;
  height: 139px;
  background: url(../images/i90.png) top left no-repeat;
}
.suspension .sus .pos1 img {
  display: block;
  padding: 17px 16px;
  width: 134px;
  height: 134px;
}
.suspension .sus .pos2 {
  max-width: 0;
  height: 50px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.suspension .sus .pos2 em {
  padding: 0 15px;
  line-height: 50px;
  color: #333;
  text-align: center;
  white-space: nowrap;
}
.suspension .sus:hover {
  transition: all 0.5s;
  color: #fff;
  background-color: #0844bc;
}
.suspension .sus:hover .pos1 {
  transition: all 0.5s;
  width: 134px;
}
.suspension .sus:hover .pos2 {
  transition: all 0.5s;
  max-width: 200px;
}
.suspension .sus.qq p {
  background-image: url(../images/suspension_1.png);
}
.suspension .sus.yj p {
  background-image: url(../images/suspension_2.png);
}
.suspension .sus.wx p {
  background-image: url(../images/suspension_3.png);
}
.suspension .sus.top p {
  background-color: #D2D3D6;
  background-image: url(../images/suspension_4.png);
}
.suspension.suspension_fixed {
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  #w_grid-1571386063464 {
    min-height: 1px;
  }
  .header_logo {
    padding-left: 10px;
    width: 40%;
    height: 70px;
  }
  .header_search {
    padding-right: 10px;
    margin-left: 10px;
    height: 70px;
  }
  .header_phone {
    display: none;
  }
  #c_portalResnav_main-15710256236658626 {
    display: none;
  }
  .banner .swiper-slide {
    height: calc(100vh - 70px);
  }
  .banner .swiper-slide .pc {
    display: none;
  }
  .banner .swiper-slide .mobile {
    display: block;
    height: calc(100vh - 70px);
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 5.8vh;
  }
  .banner .swiper-pagination span {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 0.16rem;
  }
  .banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.48rem;
  }
  .footer {
    padding: 0.3rem 0;
  }
  .footer .m {
    margin: 0.2rem 0;
  }
  .suspension {
    display: none;
  }
}
@media (max-width: 1200px) {
  #w_grid-1571108392896 > div > .p_gridbox > .p_gridCell {
    padding: 0.6rem 0;
  }
  #w_grid-1571108392919 {
    margin-bottom: 0.5rem;
  }
  #content_box-1571108392925-0 {
    margin-bottom: 0.5rem;
  }
  #w_grid-1571111825297 {
    margin-bottom: 0.5rem;
  }
}
.page_banner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.page_banner .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_banner .pic i {
  display: block;
  width: 100%;
  height: 100%;
}
.page_banner .pic i.mobile {
  display: none;
}
.page_banner .pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.page_banner .pos b {
  margin-bottom: 30px;
  font-size: 36px;
  color: #fff;
}
.page_banner .pos .lie {
  height: 2px;
  width: 40px;
  background: #fff;
  margin: 15px auto;
}
.page_banner .pos p {
  font-size: 18px;
}
.page_nav {
  background: #fff;
  /*面包屑*/
  /*二级导航*/
}
.page_nav .w90 {
  max-width: 1360px;
}
.page_nav .add {
  display: flex;
  align-items: center;
  line-height: 80px;
  font-size: 14px;
  color: #595959;
}
.page_nav .add a {
  float: left;
  color: #595959;
}
.page_nav .add a.one {
  padding-left: 25px;
  background: url(../images/wz.png) left center no-repeat;
  background-size: 20px auto;
}
.page_nav .add a.one:hover {
  color: #595959;
}
.page_nav .add a:hover,
.page_nav .add a.on {
  color: #015bbb;
}
.page_nav .add i {
  float: left;
  margin: 0 5px;
}
@media (min-width: 1201px) {
  .page_nav .pageNav .swiper-wrapper {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.page_nav .pageNav .swiper-slide {
  position: relative;
  justify-content: center;
  padding: 0 25px;
  width: auto;
  line-height: 80px;
  font-size: 15px;
  color: #333;
}
.page_nav .pageNav .swiper-slide::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #ccc;
  content: "";
}
.page_nav .pageNav .swiper-slide::before {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0px;
  height: 2px;
  background: #015bbb;
  content: " ";
}
.page_nav .pageNav .swiper-slide:last-child::after {
  display: none;
}
.page_nav .pageNav .swiper-slide.cur,
.page_nav .pageNav .swiper-slide:hover {
  color: #015bbb;
}
.page_nav .pageNav .swiper-slide.cur::before,
.page_nav .pageNav .swiper-slide:hover::before {
  transition: all 0.5s;
  width: 100%;
}
/*分页*/
.paging {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0 90px;
  font-size: 0;
  text-align: center;
}
.paging li {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.paging li a,
.paging li span {
  display: block;
  color: #666;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: #b6b6b6 1px solid;
}
.paging li.active a,
.paging li.active span {
  color: #fff;
  background: #015bbb;
  border: #015bbb 1px solid;
}
.paging li a:hover {
  color: #015bbb;
  border: #015bbb 1px solid;
}
.paging li:first-child span,
.paging li:last-child span,
.paging li:first-child a,
.paging li:last-child a {
  margin: 0 15px;
  width: auto;
  border: #b6b6b6 0px solid;
}
.paging li:first-child span,
.paging li:first-child a {
  padding-left: 20px;
  background: url(../images/i5s.png) left center no-repeat;
  background-size: 7px auto;
}
.paging li:first-child:hover a {
  background-image: url(../images/i5ss.png);
}
.paging li:last-child span,
.paging li:last-child a {
  padding-right: 20px;
  background: url(../images/i6s.png) right center no-repeat;
  background-size: 7px auto;
}
.paging li:last-child:hover a {
  background-image: url(../images/i6ss.png);
}
@media (max-width: 1200px) {
  .page_banner {
    height: 5rem;
  }
  .page_banner .pic i.pc {
    display: none;
  }
  .page_banner .pic i.mobile {
    display: block;
  }
  .page_banner .pos b {
    margin-bottom: 0.4rem;
    font-size: 0.4rem;
  }
  .page_banner .pos .lie {
    width: 0.4rem;
    margin: 0.3rem auto;
  }
  .page_banner .pos p {
    font-size: 0.24rem;
  }
  .page_nav {
    /*面包屑*/
    /*二级导航*/
  }
  .page_nav .w90 {
    width: 100%;
  }
  .page_nav .add {
    float: none;
    margin: 0.3rem 5% 0;
    width: 90%;
    line-height: 0.7rem;
    font-size: 0.24rem;
  }
  .page_nav .add a.one {
    padding-left: 0.4rem;
    background-size: 0.3rem auto;
  }
  .page_nav .add i {
    margin: 0 0.15rem;
  }
  .page_nav .pageNav {
    margin-left: 5%;
    width: 95%;
  }
  .page_nav .pageNav .swiper-slide {
    padding: 0 5%;
    line-height: 1rem;
    font-size: 0.32rem;
  }
  .page_nav .pageNav .swiper-slide::before {
    height: 2px;
  }
  /*分页*/
  .paging {
    margin: 0.3rem 0 1rem;
    align-items: center;
  }
  .paging li {
    margin: 0 0.16rem;
    font-size: 0.24rem;
  }
  .paging li a,
  .paging li span {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .paging li:first-child,
  .paging li:last-child {
    margin: 0;
  }
  .paging li:first-child span,
  .paging li:last-child span,
  .paging li:first-child a,
  .paging li:last-child a {
    margin: 0;
    padding: 0;
    font-size: 0px;
    width: 0.6rem;
    background-size: 0.13rem auto;
  }
}
/*企业资质*/
.aptitude {
  padding: 40px 0;
  background: #f5f5f5;
}
.aptitude .bor {
  margin: 0 auto;
  padding: 30px;
  width: 90%;
  max-width: 1400px;
  background: #fff;
}
.aptitude .list a {
  float: left;
  margin: 10px;
  width: calc(25% - 20px);
}
.aptitude .list a .pic {
  width: 100%;
  height: 185px;
  overflow: hidden;
  background: #f6f6f6;
}
.aptitude .list a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aptitude .list a p {
  margin: 10px;
  width: calc(100% - 20px);
  font-size: 14px;
  color: #666;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aptitude .list a:hover .pic img {
  transition: all 0.5s;
  transform: scale(1.05);
}
.aptitude .list a:hover p {
  color: #015bbb;
}
@media (max-width: 1200px) {
  /*企业资质*/
  .aptitude {
    padding: 0.4rem 0;
  }
  .aptitude .bor {
    padding: 0.3rem;
  }
  .aptitude .list a {
    margin: 0.2rem;
    width: calc(50% - 0.4rem);
  }
  .aptitude .list a .pic {
    height: 2.3rem;
  }
  .aptitude .list a p {
    margin: 0.2rem 0;
    width: 100%;
    font-size: 14px;
  }
}
/*富强品牌*/
.brand {
  padding: 40px 0;
  background: #f5f5f5;
}
.brand .bor {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
}
.brand .list a {
  transition: all 0.5s;
  float: left;
  margin: 15px;
  padding: 10px 10px 0;
  width: calc(33% - 30px);
  border-radius: 10px;
  background: #fff;
}
.brand .list a .pic {
  width: 100%;
  height: 290px;
  overflow: hidden;
  background: #f6f6f6;
}
.brand .list a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand .list a .lie {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background: #eee;
}
.brand .list a .lie::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background: #015bbb;
  content: "";
}
.brand .list a p {
  margin: 0 10px;
  width: calc(100% - 20px);
  line-height: 70px;
  font-size: 16px;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand .list a:hover {
  transition: all 0.5s;
  box-shadow: rgba(0, 139, 74, 0.1) 0px 3px 18px 2px;
}
.brand .list a:hover .pic img {
  transition: all 0.5s;
  transform: scale(1.05);
}
.brand .list a:hover .lie::before {
  transition: all 0.5s;
  width: 100%;
}
.brand .list a:hover p {
  color: #015bbb;
}
@media (max-width: 1200px) {
  .brand {
    padding: 0.4rem 0;
  }
  .brand .list a {
    margin: 0.2rem 0;
    width: 100%;
  }
  .brand .list a .pic {
    height: 5rem;
  }
  .brand .list a p {
    margin: 0.2rem 0;
    line-height: 40px;
    width: 100%;
  }
}
/*联系方式*/
.contactUs .next {
  margin: 40px 0;
}
.contactUs .next .title {
  margin-bottom: 6px;
  font-size: 18px;
  color: #175590;
  font-weight: bold;
}
.contactUs .next .text {
  line-height: 30px;
  font-size: 15px;
  color: #444;
}
@media (max-width: 1200px) {
  .contactUs .next {
    margin: 20px 0;
    padding: 0 10px;
  }
}
.leave {
  padding: 1px 0 !important;
  background-color: #f5f5f5;
}
.leave .bor {
  width: 90%;
  max-width: 1360px;
  margin: 40px auto 40px;
  padding: 50px 0;
  background: #fff;
}
.leave #c_portalResMessage_form-15880802394998727 {
  margin: 0 auto;
  width: 94%;
}
/*搜索结果*/
.results_t {
  width: 90%;
  max-width: 1400px;
  margin: 40px auto;
}
.results_t .searchBoxs {
  position: relative;
  border-bottom: 1px solid #015bbb;
}
.results_t .searchBoxs input {
  float: left;
  padding-left: 22px;
  width: calc(100% - 100px);
  height: 70px;
  font-size: 18px;
  color: #333;
  outline: none;
}
.results_t .searchBoxs input::placeholder {
  font-size: 18px;
  color: #666;
}
.results_t .searchBoxs em {
  position: absolute;
  top: 0;
  right: 25px;
  width: 35px;
  height: 70px;
  background: url(../images/icon_97.png) center no-repeat;
  cursor: pointer;
}
.results_t p {
  padding: 42px 0 0;
  font-size: 16px;
  color: #333333;
}
.results_t p i {
  font-style: normal;
  color: #015bbb;
  display: inline-block;
}
.results_t .searchTit {
  width: 100%;
  background-color: #fff;
}
.results_t .searchTit .searchSubTit a {
  display: block;
  float: left;
  line-height: 24px;
  padding: 0 20px;
  font-size: 18px;
  color: #333333;
  border-right: 1px solid #b5b5b5;
  white-space: nowrap;
}
.results_t .searchTit .searchSubTit a:nth-last-child(1) {
  border: 0;
}
.results_t .searchTit .searchSubTit a:hover,
.results_t .searchTit .searchSubTit a.on {
  color: #015bbb;
}
@media (max-width: 1200px) {
  .results_t {
    margin: 0.5rem auto 0;
  }
  .results_t .searchBoxs input {
    padding-left: 0.2rem;
    width: calc(100% - 0.8rem);
    height: 0.8rem;
    font-size: 0.26rem;
  }
  .results_t .searchBoxs input::placeholder {
    font-size: 0.26rem;
  }
  .results_t .searchBoxs em {
    right: 0.2rem;
    width: 0.37rem;
    height: 0.8rem;
    background-size: 100% auto;
  }
  .results_t p {
    font-size: 0.26rem;
    padding: 0.32rem 0 0.12rem;
  }
}
