a:hover {
  color: #0061b0;
}
.swiper-pagination-bullet-active {
  background-color: #0061b0 !important;
}
.head-w .page {
  width: 1052px;
}
.top-w {
  background-color: #000;
  font-size: 12px;
  color: #c2c2c2;
  line-height: 34px;
}
.top-w .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-w ul {
  display: flex;
}
.top-w ul a {
  color: #c2c2c2;
}
.top-w ul a:hover {
  text-decoration: underline;
}
.nav {
  background-color: #0061b0;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li::after {
  content: '';
  width: 1px;
  height: 100%;
  background: url(../images/menuline.jpg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}
.nav-list > li:last-child::after {
  display: none;
}
.nav-list > li > a {
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  position: relative;
}
.nav-list > li:hover {
  background-color: #004781;
}
.nav-list > li:hover .erji2 {
  display: block;
}
.nav-list .erji2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 111;
}
.nav-list .erji2 li {
  width: 132px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background-color: #004781;
  border-top: 1px solid #FFF;
}
.nav-list .erji2 li a {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.nav-list .erji2 li:hover {
  background-color: #0061b0;
}
.nav-list .active {
  background-color: #004781;
}
.search-w {
  background-color: #F3F3F3;
}
.search-w .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search-w .page .keywo {
  display: flex;
  align-items: center;
}
.search-w .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.search-w .page .keywo a {
  font-size: 14px;
  color: #666;
}
.search-w .page .keywo a:hover {
  color: #0061b0;
  text-decoration: underline;
}
.search-w .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  background: url(../images/search_bg.gif) no-repeat center;
}
.search-w .page .sear-w input {
  width: 160px;
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  border: none;
  background: transparent;
  color: #999;
}
.search-w .page .sear-w input::placeholder {
  font-size: 12px;
  color: #999;
}
.search-w .page .sear-w input:focus {
  outline: none;
}
.search-w .page .sear-w button {
  width: 35px;
  height: 24px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}
.wz-bt {
  text-align: center;
}
.wz-bt h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  color: #0061b0;
  line-height: 1.5;
}
.wz-bt h2 p {
  color: #0061b0;
  padding: 0 28px;
}
.wz-bt h2 p b {
  font-size: 50px;
  color: #ff780a;
  font-family: Arial;
  line-height: 34px;
}
.wz-bt h2 p em {
  font-weight: normal;
}
.wz-bt span {
  display: block;
  font-size: 14px;
  font-family: Arial;
  text-transform: uppercase;
  line-height: 22px;
  color: #b8b8b8;
}
.wz-bt h5 {
  font-size: 24px;
}
.ptn-w {
  padding: 50px 0;
}
.ptn-w .wz-bt h2 {
  font-size: 30px;
}
.ptn-w .box {
  margin-top: 30px;
  position: relative;
}
.ptn-w .box li {
  border: 1px solid #e2e2e2;
}
.ptn-w .box .swiper-btn {
  width: 1120px;
}
.ptn-w .box .swiper-btn .iconfont {
  font-size: 50px;
  color: #ccc;
}
.ptn-w .box .swiper-btn .iconfont:hover {
  color: #0061b0;
}
.pro-w {
  background: #f7f7f7;
  padding: 63px 0;
}
.pro-w .page {
  width: 1200px;
}
.pro-w .box {
  margin-top: 35px;
  display: flex;
}
.pro-w .rg {
  flex: 1;
}
.pro-w .pro-con {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.pro-w .pro-con li {
  width: 310px;
  margin-right: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  box-shadow: 5px 5px 5px #dbdbdb;
}
.pro-w .pro-con li:nth-child(3n) {
  margin-right: 0;
}
.pro-w .pro-con li img {
  width: 100%;
  object-fit: cover;
}
.pro-w .pro-con li .text {
  padding: 10px 22px;
  text-align: center;
}
.pro-w .pro-con li .text p {
  line-height: 47px;
}
.pro-w .pro-con li .text span {
  font-size: 14px;
  line-height: 24px;
  color: #a8a8a8;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pro-w .pro-con li .text1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 22px;
  text-align: center;
  background-color: #0061b0;
  color: #fff;
  display: none;
}
.pro-w .pro-con li .text1 p {
  line-height: 47px;
}
.pro-w .pro-con li .text1 span {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.75;
}
.pro-w .pro-con li .text1 hr {
  width: 50px;
  height: 1px;
  background-color: #e2e2e2;
  margin: 20px auto 15px;
}
.pro-w .pro-con li:hover .text1 {
  display: block;
}
.sol-nav {
  width: 240px;
  margin-right: 10px;
}
.sol-nav .tit {
  height: 88px;
  padding-top: 16px;
  text-align: center;
  background-color: #0061b0;
  color: #fff;
  line-height: 30px;
}
.sol-nav .tit p {
  font-size: 22px;
  font-weight: bold;
}
.sol-nav .tit span {
  text-transform: uppercase;
  background: #0061b0;
}
.sol-nav .list {
  border: 3px solid #0061b0;
  background-color: #fff;
  padding-bottom: 10px;
}
.sol-nav .list h5 {
  padding-left: 1px;
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  background: url(../images/sol-li.jpg) no-repeat center;
  margin-top: 10px !important;
  text-align: center;
}
.sol-nav .list .erji li {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  padding-left: 60px;
  background: url(../images/sol-erji.jpg) no-repeat center;
}
.sol-nav .list .erji li a:hover {
  text-decoration: underline;
}
.adv-w {
  padding-top: 63px;
}
.adv-w .box {
  margin-top: 45px;
}
.adv-w .box li .page {
  display: flex;
  justify-content: space-between;
}
.adv-w .box li .con {
  width: 473px;
  padding-top: 23px;
}
.adv-w .box li .con .tit {
  color: #0d6fb8;
  font-size: 26px;
  line-height: 40px;
  background: url(../images/adv-tit.png) no-repeat 0 bottom;
  margin-bottom: 28px;
  height: 75px;
  display: flex;
}
.adv-w .box li .con .tit em {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  width: 80px;
  font-style: italic;
  line-height: 80px;
  font-weight: normal;
  text-align: center;
}
.adv-w .box li .con .tit p {
  flex: 1;
  padding-left: 16px;
  color: #0d6fb8;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}
.adv-w .box li .con .tit span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  line-height: 32px;
}
.adv-w .box li .con .text {
  display: flex;
  flex-wrap: wrap;
}
.adv-w .box li .con .text p {
  background: url(../images/ico05.png) no-repeat 5px 8px;
  padding: 0 65px 11px 26px;
  line-height: 24px;
  color: #707070;
  font-size: 14px;
}
.adv-w .box li .con .text p em {
  color: #f60;
  font-weight: bold;
}
.adv-w .box li .con .consult {
  padding-left: 15px;
  color: #333;
  line-height: 58px;
  font-size: 14px;
}
.adv-w .box li .con .consult em {
  color: #f60;
  font-size: 16px;
}
.adv-w .box li .con .consult a {
  display: block;
  border: solid 1px #f60;
  text-align: center;
  line-height: 33px;
  color: #333;
  width: 103px;
  margin: 0 auto;
}
.adv-w .box li .con .consult a:hover {
  background-color: #0061b0;
  color: #fff;
}
.adv-w .box li:nth-child(2n) {
  background-color: #f4f4f4;
}
.adv-w .box .li2 .text p {
  width: 216px;
  white-space: nowrap;
}
.adv-w .box .li2 .pest-box {
  width: 1000px;
  margin-top: 60px;
}
.adv-w .box .li2 .pest-box li {
  position: relative;
}
.adv-w .box .li2 .pest-box li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.adv-w .box .li2 .pest-box .swiper-btn {
  width: 1120px;
}
.adv-w .box .li2 .pest-box .swiper-btn .iconfont {
  font-size: 50px;
  color: #ccc;
}
.adv-w .box .li2 .pest-box .swiper-btn .iconfont:hover {
  color: #0061b0;
}
.flow-w {
  background-color: #0061b0;
  padding: 63px 0;
}
.flow-w .wz-bt * {
  color: #fff;
}
.flow-w .wz-bt span {
  opacity: 0.85;
}
.flow-w ul {
  margin-top: 50px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.flow-w ul li {
  width: 135px;
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 40px 25px 24px;
  position: relative;
}
.flow-w ul li::after {
  content: '';
  width: 18px;
  height: 27px;
  background: url(../images/ico05.gif);
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.flow-w ul li p {
  margin-top: 15px;
}
.flow-w ul .last {
  width: 135px;
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 0px 25px 50px;
  color: #0061b0;
}
.flow-w ul .last p {
  font-size: 18px;
  font-weight: bold;
}
.flow-w ul .last span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.flow-w .consult {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-w .consult p {
  margin: 0 85px;
  color: #fff;
}
.flow-w .consult p em {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.flow-w .consult a {
  width: 100px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}
.flow-w .consult a:hover {
  text-decoration: underline;
}
.intr-w {
  padding: 70px 0;
  background-color: #f7f7f7;
}
.intr-w .tit {
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
}
.intr-w .tit em {
  font-weight: normal;
  color: #ddd;
  font-family: Arial, Helvetica, sans-serif;
}
.intr-w .text {
  padding: 33px 42px;
  overflow: hidden;
  background-color: #0061b0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 2px;
}
.intr-w .more {
  display: inline;
  font-size: 14px;
}
.intr-w .more:hover {
  text-decoration: underline;
}
.workshop {
  margin-top: 20px;
}
.workshop .tabs {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.workshop .tabs > div {
  margin-right: 16px;
}
.workshop .tabs > div:last-child {
  margin-right: 0;
}
.workshop .tabs > div a {
  display: block;
  width: 140px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #d0d0d0;
}
.workshop .tabs .nep01 a {
  color: #fff;
  background: #1e50ae;
  position: relative;
}
.workshop .tabs::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -2;
}
.workshop .tabs::after {
  content: '';
  width: 322px;
  height: 1px;
  background-color: #f7f7f7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.workshop .case-box {
  margin-top: 24px;
  position: relative;
}
.workshop .case-box .case-list {
  width: 100%;
  margin: 0 auto;
}
.workshop .case-box .case-list .tempWrap {
  width: 100% !important;
}
.workshop .case-box .case-list ul li {
  position: relative;
  width: 235px;
  margin-right: 20px;
  overflow: hidden;
}
.workshop .case-box .case-list ul li img {
  width: 100%;
  height: 164px;
  display: block;
}
.workshop .case-box .case-list ul li .title {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s linear;
}
.workshop .case-box > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.2s linear;
}
.workshop .case-box > img:hover {
  opacity: 0.8;
  transition: all 0.2s linear;
}
.workshop .case-box .case-sPrev {
  left: -60px;
}
.workshop .case-box .case-sNext {
  right: -60px;
  transform: scaleX(-1) translateY(-50%);
}
.workshop .hidden {
  display: none;
}
.news-w {
  padding-bottom: 40px;
}
.news-w .page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-w .index-tit {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 48px;
}
.news-w .index-tit p {
  font-size: 20px;
  font-weight: bold;
}
.news-w .index-tit a {
  color: #999;
}
.news-w .index-tit a:hover {
  text-decoration: underline;
}
.news-w .lf {
  width: 658px;
  margin-right: 24px;
}
.news-w .lf .index-tit {
  background: url(../images/new1.jpg) no-repeat left center;
}
.news-w .lf ul {
  display: flex;
  flex-wrap: wrap;
}
.news-w .lf ul li {
  width: 50%;
  padding-right: 18px;
}
.news-w .lf ul li a {
  border-bottom: 1px dashed #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 45px;
  padding-left: 10px;
  font-size: 12px;
  background: url(../images/dot_r.gif) no-repeat left center;
}
.news-w .lf ul li a p {
  flex: 1;
  margin-right: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-w .lf ul li a span {
  font-size: 14px;
  color: #999;
}
.news-w .problem {
  flex: 1;
}
.news-w .problem .index-tit {
  background: url(../images/new2.jpg) no-repeat left center;
}
.news-w .problem .tempWrap {
  height: 270px !important;
}
.news-w .problem ul li a {
  display: block;
  border-bottom: 1px dashed #666666;
  line-height: 24px;
  padding: 10px 0;
}
.news-w .problem ul li a p {
  font-size: 14px;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
.news-w .problem ul li a p i {
  background-color: #0061b0;
}
.news-w .problem ul li a span {
  font-size: 12px;
  color: #666;
  position: relative;
  padding-left: 25px;
  display: block;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news-w .problem ul li a span i {
  background-color: #b2b2b2;
}
.news-w .problem ul li a i {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.links {
  background-color: #F7F7F7;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #999;
  font-size: 14px;
}
.links .page {
  display: flex;
  align-items: center;
}
.links p {
  font-weight: bold;
}
.links a {
  color: #999;
}
.links a:hover {
  text-decoration: underline;
}
.footer {
  background-color: #0061b0;
  font-size: 14px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .f-nav {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.footer .f-nav ul {
  display: flex;
}
.footer .f-nav ul li {
  flex: 1;
  line-height: 80px;
  padding-left: 27px;
  background: url(../images/f_ico1.gif) no-repeat left center;
}
.footer .f-nav ul li:first-child {
  background: none;
}
.footer .info {
  padding: 50px 0;
  line-height: 34px;
}
.footer .info .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .info .lf {
  flex: 1;
}
.footer .info .rg {
  text-align: center;
  line-height: 37px;
  color: #fff;
  background: #1a71b8;
  padding: 0 18px 13px;
  border-radius: 9px;
}
.footer .info .rg p {
  line-height: 38px;
}
.footer .info .rg img {
  width: 120px;
  padding: 8px;
  background: #fff;
}
.gotop {
  display: none;
  width: 46px;
  height: 46px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  cursor: pointer;
  background: url(../images/scrolltop.png) no-repeat 0px 0px;
}
.gotop:hover {
  background-position-y: bottom;
}
