/*公共样式--开始*/

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}

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

.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
body {
  font-family: Microsoft YaHei;
}
.w1440 {
  max-width: 1440px;
  margin: 0 auto;
}
.w1470 {
  max-width: 1470px;
  margin: 0 auto;
}
/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  right: 7.5%;
  height: 63px;
  width: 40px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../images/ne.png);
}
.x-banner .owl-carousel .owl-nav button.owl-prev {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  left: 7.5%;
  height: 63px;
  width: 40px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../images/pr.png);
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover {
  background: url(../images/pr1.png);
}
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: url(../images/ne1.png);
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 0.5em;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  opacity: 0.2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: 0.5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}

.head {
  position: absolute;
  z-index: 9999;
  width: 100%;
  padding-top: 36px;
}
.nav {
  width: 54.8%;
  padding-top: 24px;
}
.xy-menu {
  display: flex;
  justify-content: space-between;
}
.xy-menu > li > a {
  font-size: 15px;
  color: #fff;
}
.xy-menu > li {
  line-height: 27px;
  padding: 0 15px;
  border-radius: 30px;
  transition: all 0.5s;
}
.xy-menu > li:hover {
  background: #32ad47;
}
.xy-sub-menu {
  display: none;
}
@media (max-width: 1440px) {
  .head {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1142px) {
  .nav {
    width: 60%;
  }
  .logo {
    width: 40%;
  }
  .logo img {
    width: 100%;
  }
}
@media (max-width: 1049px) {
  .nav {
    width: 64%;
  }
  .logo {
    width: 35%;
  }
  .nav {
    padding-top: 15px;
  }
}
@media (max-width: 992px) {
  .head {
    display: none;
  }
  .x-banner {
    margin-top: 60px;
  }
}
.x-banner {
  position: relative;
}
.baa {
  position: absolute;
  top: 56%;
  left: 12.5%;
  z-index: 9999;
}
.ba {
  width: 198px;

  display: block;
  position: relative;
  border-radius: 30px;
  border: 1px #fff solid;
  line-height: 46px;
  padding-left: 53px;
  background: url(../images/ba.png) no-repeat;
  background-position: 153px;

  transition: all 0.5s;
  z-index: 2;
}
.ba span {
  position: relative;

  z-index: 9999;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
}
.ba::after {
  width: 0;
  content: "";
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  border-radius: 30px;
  transition: all 0.5s;
  position: absolute;
  z-index: 1;
}
.ba:hover::after {
  width: 100%;
}
.ba:hover span {
  color: #32ad47;
}
.ba:hover {
  padding-left: 0;
  text-align: center;
}
.zhuanye {
  position: absolute;
  width: 100%;
  bottom: 1.8%;
  left: 0;
  z-index: 999;
  padding-left: 12.5%;
  padding-right: 12.5%;
}
.zy {
  width: 70%;
  background: rgb(44, 163, 60, 0.9);
}
.rx {
  width: 30%;
}
.zy1 {
  width: 50%;
  text-align: center;
  padding-top: 34px;
  padding-bottom: 35px;
}
.zy2 {
  width: 50%;
  padding-top: 30px;
}
.zy2 p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin-top: 16px;
}
.zy2 p a {
  color: #fff;
}
.zy2 p a:hover {
  opacity: 0.8;
}
.zy2 p a::after {
  content: "、";
}
.zy2 p a:last-child::after {
  display: none;
}
.zy2 p a + a {
  margin-left: 10px;
}
.zy2 .for {
  width: 72%;
  margin: 0 auto;
  position: relative;
}
#keyword {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  outline: none;
  padding-bottom: 14px;
}
#keyword::placeholder {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}
#s_btn {
  position: absolute;
  right: 0;
  width: 22px;
  height: 22px;
  border: none;
  outline: none;
  background: url(../images/ss.png) no-repeat;
}
.zy1 p:first-child {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
.zy1 p:nth-child(2) {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin-top: 13px;
}
.rx {
  background: rgb(255, 255, 255, 0.9);
  padding-top: 39.5px;
  padding-bottom: 40px;
}
.rx .telimg {
  margin-right: 10px;
}
.tel {
  width: 265px;
  margin: 0 auto;
}
.telcont p:first-child {
  color: #333333;
  font-size: 14px;
  line-height: 14px;
}
.telcont p:nth-child(2) {
  font-size: 30px;
  font-weight: 700;
  color: #32ad47;
  line-height: 30px;
  margin-top: 7px;
}
.zhuanye2 {
  display: none;
}
@media (max-width: 1440px) {
  .zhuanye {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1136px) {
  .zy1 {
    width: 40%;
  }
  .zy2 {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .baa {
    display: none;
  }
  .zhuanye {
    display: none;
  }
  .zhuanye2 {
    display: block;
    width: 100%;
  }
  .zhuanye2 .zy {
    width: 100%;
  }
  .zhuanye2 .zy1 {
    width: 50%;
  }
  .zhuanye2 .zy2 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .zhuanye2 .zy1 {
    display: none;
  }
  .zhuanye2 .zy2 {
    width: 100%;
    float: none;
    padding-top: 2%;
    padding-bottom: 2%;
  }
}
/* 关于我们 */
.aboutus {
  background: url(../images/abj1.jpg) no-repeat center;
  padding-bottom: 33px;
}
.aleft {
  width: 53.7%;
  padding-top: 128px;
}
.aleft .p1 {
  font-size: 37px;
  color: #333333;
  font-weight: 700;
  font-weight: 700;
  line-height: 37px;

  background: url(../images/lvbb.jpg) no-repeat;
  background-position: 155px;
}
.aleft .p2 {
  text-transform: uppercase;
  font-size: 25px;
  color: #32ad47;
  font-weight: 700;
  line-height: 25px;
  opacity: 0.2;
  margin-top: 13px;
}
.aleft .abcont {
  font-size: 15px;
  color: #666666;
  line-height: 30px;
  padding-top: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.abxtb {
  width: 92%;
  margin: 0 auto;
  margin-top: 43px;
}
.xtb {
  width: 25%;
  text-align: center;
  height: 92px;
  position: relative;
  background: url(../images/shubb1.jpg) no-repeat right center;
}
.xtb:last-child {
  background: none;
}
.abxtb .xtb p {
  font-size: 15px;
  line-height: 15px;
  color: #666666;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.aright {
  width: 46.3%;
}
.aright .aboutimg {
  padding-top: 60px;
}
.aright .aboutimg img {
  width: 100%;
}
@media (max-width: 1519px) {
  .aboutus {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1254px) {
  .aleft {
    padding-top: 73px;
  }
}
@media (max-width: 1149px) {
  .aleft .abcont {
    padding-top: 20px;
  }
}
@media (max-width: 1079px) {
  .aleft .abcont {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .aright {
    display: none;
  }
  .aleft {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .aleft {
    padding-top: 5%;
  }
  .aleft .p1 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    font-weight: 700;
    line-height: 20px;
    background: url(../images/lvbb.jpg) no-repeat;
    background-position: 88px;
    background-size: 16%;
  }
  .aleft .p2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #32ad47;
    font-weight: 700;
    line-height: 16px;
    opacity: 0.2;
    margin-top: 5px;
  }
  .aleft .abcont {
    font-size: 12px;
    line-height: 22px;
    padding-top: 10px;
  }
  .abxtb .xtb img {
    width: 40%;
  }
  .abxtb .xtb:nth-child(2) img {
    width: 30%;
  }
  .abxtb .xtb p {
    font-size: 13px;
    line-height: 13px;
  }
  .xtb {
    height: 66px;
  }
  .abxtb {
    margin-top: 19px;
  }
}
/* 服务项目 */
.fuwu .w1440 {
  padding: 0 15px;
}
.ff {
  /*padding-left: -1%;*/
  /*padding-right: -1%;*/
}
.ff1 .p1 {
  font-size: 37px;
  color: #333333;
  font-weight: 700;
  font-weight: 700;
  line-height: 37px;

  background: url(../images/lvbb.jpg) no-repeat;
  background-position: 155px;
}
.ff1 .p2 {
  text-transform: uppercase;
  font-size: 25px;
  color: #32ad47;
  font-weight: 700;
  line-height: 25px;
  opacity: 0.2;
  margin-top: 13px;
}
.ff1 {
  padding-right: 12%;
}
.ff1 .p3 {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 39px;
}
/* .ff {
  column-width: 4.7rem;

  width: 100%;
}
.ff .ff2 img {
  width: 100%;
} */
.ff .ff2 {
  width: 31%;
  /*float: left;*/
}
.ff .ff2 img {
  width: 100%;
}
.ff3 {
  margin-bottom: 28px;
}
.ff1 {
  padding-right: 12%;
  padding-left: 1%;
  padding-bottom: 0.6rem;
}
.fuwu {
  margin-top: 1.5rem;
}
.ff3 {
  position: relative;
}
.po {
  position: absolute;
  right: 3%;
  bottom: 3%;
}
.po p {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.po p:nth-child(2) {
  font-size: 16px;
  text-align: right;
}
@media (max-width: 1418px) {
  /* .ff .ff2 {
    width: 32%;
    float: left;
  } */
  .ff {
    /* padding-left: 15px;
    padding-right: 15px; */
  }
}
@media (max-width: 992px) {
  .ff1 {
    padding-right: 0;
  }
}
@media (max-width: 849px) {
  .ff .ff2 {
    width: 30%;
  }
}
@media (max-width: 606px) {
  .ff .ff2 {
    width: 46%;
  }
  .po p:first-child {
    display: none;
  }
}
@media (max-width: 500px) {
  .ff1 .p1 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    font-weight: 700;
    line-height: 20px;
    background: url(../images/lvbb.jpg) no-repeat;
    background-position: 89px;
    background-size: 26%;
  }
  .ff1 .p2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #32ad47;
    font-weight: 700;
    line-height: 16px;
    opacity: 0.2;
    margin-top: 7px;
  }
  .ff1 .p3 {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 20px;
  }
  .po p:nth-child(2) {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .ff .ff2 {
    width: 45%;
  }
}
.liuyan {
  margin-top: 1.5rem;
  background: url(../images/liuyan.jpg) no-repeat center;
}
.ly {
  background: #32ad47;
  padding-left: 42px;
  padding-right: 42px;
}
.ly .dy1 input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding-left: 18px;
}
.ly .dy1 .dy11 {
  border: 1px solid #fff;
  width: 200px;
  height: 36px;
  line-height: 36px;
  float: left;
}
.ly .dy1 .dy11:nth-child(2) {
  float: right;
}
.ly .dy1 input::placeholder {
  color: #fff;
  font-size: 14px;
}
.ly .p1 {
  background: url(../images/yinghao.png) no-repeat center;
  color: #fff;
  line-height: 57px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 39px;
}
.ly {
  padding-top: 31px;
  padding-bottom: 49px;
  margin-right: 0.83rem;
}
.ly .dy1 {
  margin-bottom: 12px;
}
.ly .dy2 {
  width: 100%;
  height: 72px;
  border: 1px solid #fff;
}
.ly .dy21 {
  width: 100%;
}
.ly .dy2 input::placeholder {
  color: #fff;
  font-size: 14px;
}
.ly .dy2 input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding-left: 18px;
}
.ly .dy2 input {
  padding-top: 5px;
}
.ly .dy2 {
  margin-bottom: 10px;
}
.ly .dy3 input {
  background: none;
  border: none;
  outline: none;
  padding-left: 18px;
}
.ly .dy3 .yzm {
  width: 100px;
  border: #fff 1px solid;
  height: 36px;
  line-height: 36px;
}
.ly .dy3 .yzm::placeholder {
  color: #fff;
  font-size: 14px;
}
#checkCodeImg {
  height: 36px;
}
#change_code {
  font-size: 14px;
  display: inline-block;
  border: #fff 1px solid;
  color: #fff;
  line-height: 34px;
  text-align: center;
  width: 80px;
}
.xsubmit {
  width: 100px;
  line-height: 36px;
  padding-left: 0 !important;
  background: #fff !important;
}
@media (max-width: 678px) {
  .ly {
    float: none;
    width: 504px;
    margin: 0 auto;
  }
}
@media (max-width: 504px) {
  .ly {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .ly .dy1 .dy11 {
    width: 100%;
    margin-bottom: 10px;
  }
  .xsubmit {
    width: 48px;
  }
  .dy3 {
    display: flex;
    justify-content: space-between;
  }
  .ly .p1 {
    font-size: 20px;
    background-size: 62%;
    line-height: 38px;
    margin-bottom: 18px;
  }
  .ly {
    padding-top: 18px;
    padding-bottom: 20px;
  }
}
/* 新闻资讯 */
.xwbt {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  background: url(../images/lgbb.png) no-repeat center;
}
.xw {
  margin-top: 150px;
}
.xw .bt2 {
  text-align: center;
  color: #32ad47;
  opacity: 0.2;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  font-family: Arial;
  margin-top: 17px;
  text-transform: uppercase;
}
.xwzb {
  margin-top: 58px;
  margin-left: -13px;
  margin-right: -13px;
}
.new {
  margin: 0 13px;
  border-radius: 10px;
  overflow: hidden;
}
.nimg {
  position: relative;
  overflow: hidden;
}
.nimg::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/xwbj.png) bottom no-repeat;
  background-repeat: repeat-x;
}
.nimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.new:hover .nimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.ncont {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 36px;
  background: #fafafa;
  transition: all 0.5s;
}
.ncont .p1 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.5s;
}
.ncont .p2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-top: 20px;
  transition: all 0.5s;
}
.new:hover .ncont {
  background: #32ad47;
}
.new:hover .ncont .p1 {
  color: #fff;
}
.new:hover .ncont .p2 {
  color: #fff;
}
.xw .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: -0.8rem;
}

.xw .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 0.5em;
  outline: none;
  background: #fafafa;

  width: 51px;
  height: 5px;
  opacity: 1;
}

.xw .owl-carousel .owl-dots button.owl-dot.active {
  background: #32ad47;
  opacity: 1;
}

@media (max-width: 990px) {
  .xw .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}
@media (max-width: 1460px) {
  .xw {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 500px) {
  .xw {
    margin-top: 25px;
  }
  .xwbt {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    background: url(../images/lgbb.png) no-repeat center;
    background-size: 38%;
  }
  .xw .bt2 {
    text-align: center;
    color: #32ad47;
    opacity: 0.2;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    font-family: Arial;
    margin-top: 4px;
    text-transform: uppercase;
  }
  .xwzb {
    margin-top: 8px;
  }
  .ncont .p1 {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    line-height: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.5s;
  }
  .ncont .p2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top: 7px;
    transition: all 0.5s;
  }
  .ncont .p2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top: 7px;
    transition: all 0.5s;
  }
}
/* 尾部 */
.footer {
  margin-top: 158px;
  background: #f8f8f8;
  height: 458px;
}
.fbot {
  position: relative;
}
.fd1 {
  left: 12.5%;
  position: absolute;
  padding-top: 50px;
  z-index: 4;
}
.fd1 .p1 {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
}
.fd1 .p1 span {
  font-size: 12px;
  color: #32ad47;
  line-height: 12px;
  opacity: 0.5;
  margin-left: 7px;
  text-transform: uppercase;
}
.fd1 .p2 {
  font-size: 14px;
  color: #444444;
  line-height: 14px;
  margin-top: 56px;
}
.fd1 .p2 p:first-child {
  margin-bottom: 34px;
}
.green {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.73rem;
  background: url(../images/lv.png);
  background-size: 100%;
  z-index: 3;
}
.fbot {
  height: 100%;
}
.green img,
.yellow img {
  width: 100%;
}
.yellow {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.73rem;
  z-index: 1;
  width: 100%;
  background-size: 100%;
  background: url(../images/huang.png);
}
/* @keyframes pulse {
  0% {
    left: 10px;
  }
  25% {
    left: 15px;
  }
  50% {
    left: 23px;
  }
  75% {
    left: 16px;
  }
  100% {
    left: 0;
  }
} */

/* .footer:hover .fbot .yellow {
  animation: pulse 5s infinite;
}
.footer:hover .fbot .green {
  animation: pulse 5s infinite;
} */

@keyframes animate1 {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: -300px;
  }
  100% {
    background-position-x: 0px;
  }
}

@keyframes animate2 {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: 300px;
  }
  100% {
    background-position-x: 0px;
  }
}
.yellow {
  animation: animate1 10s linear infinite;

  opacity: 1;
  animation-delay: 0s;
  bottom: 0;
}
.green {
  animation: animate2 10s linear infinite;

  opacity: 1;
  animation-delay: 0s;
  bottom: 0;
}
.pqy {
  color: #fff;
  margin-top: 142px;
}
.pqy a {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
.pqy a:hover {
  opacity: 0.8;
}
.pbq {
  color: #fff;
  margin-top: 24px;
}
.pbq a {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
.pbq a:hover {
  opacity: 0.8;
}
.lj {
  position: absolute;
  width: 437px;
  height: 355px;
  z-index: 3;
  background: #fff;
  right: 12.5%;
  top: 50px;
  border-radius: 10px;
  padding-top: 42px;
  padding-left: 45px;
  padding-right: 45px;
}
.link {
  position: relative;
  width: 100%;
  line-height: 37px;
  font-size: 14px;
  color: #fff;
  background: url(../images/ljbj.png) no-repeat #32ad47;
  background-position: 12px;
  padding-left: 35px;
  margin-bottom: 30px;
}
.link span {
  margin-right: 12px;
  width: 16px;
  height: 14px;
}
.alj {
  position: absolute;
  display: none;
  bottom: 37px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255, 0.8);
}
.alj a {
  display: block;
  text-align: center;
}
.alj a:hover {
  color: #32ad47;
}
.saoma {
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 10px;
}
.sysimg {
  padding-left: 57px;
  padding-top: 18px;
}
.sysimg p {
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  color: #333333;
  margin-top: 19px;
}
.fz {
  font-size: 12px;
  color: #444444;
  line-height: 12px;
  margin-top: 30px;
  text-align: center;
}
.ff3:nth-child(6) p {
  display: none;
}
.fz a {
  color: #444444;
}
.fz a:hover {
  opacity: 0.8;
}
.sjbq,
.foot {
  display: none;
}
@media (max-width: 1380px) {
  .fd1 {
    left: 2%;
  }
  .lj {
    right: 2%;
  }
}
@media (max-width: 1189px) {
  .pqy a {
    color: #333333;
  }
  .pqy {
    color: #333333;
  }
  .pbq {
    color: #333333;
  }
  .pbq a {
    color: #333333;
  }
}

@media (max-width: 992px) {
  .foot,
  .sjbq {
    display: block;
  }
  .footer {
    display: none;
  }
  .foot {
    background: #1e1d2d;
    color: #bcbbbe;
    padding: 0 15px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 50px;
  }
  .fw {
    width: 95%;
    margin: 0 auto;
  }
  .fw .du .dul .p1 span {
    margin-right: 30px;
  }
  .fw .du .dul .sec li {
    padding-left: 10px;
    margin-bottom: 8px;
  }
  .fw .du .dul .sec {
    display: none;
  }
  .fw .du .dul .sec a {
    color: #939090;
    font-size: 12px;
  }
  .fw .du .dul p {
    border-bottom: 1px solid #7a7a7a;
    line-height: 40px;
  }
  .fw .du {
    font-size: 14px;
  }
  .sjbq {
    font-size: 12px;
    color: #bcbbbe;
    padding-top: 5px;
  }
  .sjbq a {
    color: #bcbbbe;
  }
}
.xymob-search-box #s_btn {
  background: none;
}
