body {
  font-size: 1.4rem;
}

a {
  color: #333333;
}


.header {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: auto;
}

.header .tel {
  float: right;
  background: url(../images/telphone.png) no-repeat 0 center;
  padding-left: 55px;
  margin-top: 31px;
}

.header .tel strong {
  display: block;
  font-size: 2.6rem;
  font-family: Impact;
  line-height: 1;
  color: #dd0000;
}

.header .text {
  float: left;
  font-size: 16px;
  margin: 10px 0 10px 20px;
  padding: 5px 0 5px 20px;
  border-left: 1px solid #ddd;
}

.header .text strong {
  display: block;
  font-size: 2rem;
}

.wxqrcode {
  position: relative;
}

.wxqrcode img.qrcode {
  position: absolute;
  z-index: 99;
  top: -30px;
  right: 60px;
  width: 10rem;
  height: 10rem;
  max-width: none;
  transform: scale(0);
  transform-origin: top right;
  opacity: 0;
  border: .3125rem solid #0085ba;
  border-radius: .25rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

}

.wxqrcode:hover img.qrcode {
  transform: scale(1);
  opacity: 1;
}

.am-slider .am-slides img {
  height: auto;
}

#fp-nav.fp-right {
  right: 50px;
}

/*================导航================*/
.am-nav>li {
  display: inline-block;
}

.am-nav>li>a:hover {
  color: #7dad24;
  background-color: transparent;
}

.navigator {
  float: right;
  margin-top: 20px;
}

.navigator .am-nav li {
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  width: auto;
  border-bottom: transparent solid 2px;
}

.navigator .am-nav li a {
  font-size: 16px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #333;
  padding: 0;
  line-height: 28px;
  min-width: 100px;
  padding-top: 40px;
}

.navigator .am-nav li a img {
  width: 32px;
  height: 32px;
  margin: 0;
  max-width: 32px;
  position: absolute;
  left: calc(50% - 16px);
  top: 0;
  max-height: 60px;
  z-index: 99999;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  display: block;
  -o-transition: all 0s;
}

.navigator .am-nav .active {
  color: #7dad24;
}

.navigator .am-nav li:hover {
  color: #7dad24;
  background-color: transparent;
  border-bottom: #7dad24 solid 2px;
}

.navigator .am-nav li:hover img {
  margin-top: -107px;
  filter: drop-shadow(0px 107px 0 #7dad24);
}

.app-search .form-input,
.app-search .form-btn,
.app-search .form-input:focus {
  border: 1px solid rgba(152, 166, 173, 0.15);
  font-size: 13px;
  color: #cccccc;
  font-weight: 600;
  background: rgba(152, 166, 173, 0.1);
  box-shadow: none;
  outline: none;
  /* border-radius: 10px; */
}

.app-search .form-input {
  margin-left: 10px;
  width: 100px;
}

/*-----------面包屑----------------*/
.breadcrumb-box {
  font-size: 1.5rem;
  margin: 25px 0;
}

.breadcrumb-box h6 {
  max-width: 10rem;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.breadcrumb-box .am-breadcrumb {
  padding-bottom: 0;
  padding-top: 5px;
  margin: 0;
}

.breakcrumb-box .am-breadcrumb li {
  color: #777;
}

.breadcrumb-box .am-breadcrumb li a {
  font-size: 14px;
}

.breadcrumb-box .am-breadcrumb .am-active {
  color: #6975a6;
}

/*-----------首页-fullpage 导航----------------*/
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 20px;
  height: 20px;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 12px;
  height: 12px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  margin: -6px 0 0 -6px;
}

.fp-arrow.fp-prev {
  border-width: 28.5px 20px 28.5px 0;
  border-color: transparent rgba(250, 255, 255, 0.6) transparent transparent
}

.fp-arrow.fp-next {
  border-width: 28.5px 0 28.5px 20px;
  border-color: transparent transparent transparent rgba(250, 255, 255, 0.6)
}

#fp-nav ul li a.active,
#fp-nav ul li:hover a.active,
.fp-slidesNav ul li a.active,
.fp-slidesNav ul li:hover a.active {
  border: 1px solid #fff;
  border-radius: 50%;
}

/*-----------首页-关于我们----------------*/
.section h1 {
  font-size: 3rem;
}

.section h2 {
  margin-top: 0;
  font-size: 3rem;
  font-weight: normal;
}

.section hr {
  width: 5rem;
  border: #7dad24 solid 2px;
}

.index_profile {
  line-height: 2;
  color: #ffffff;
  background: url(../images/index_profile_bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.index_profile .description {
  font-size: 1.5rem;
  margin-bottom: 50px;
}

.index_profile .subnav {
  min-height: 150px;
}

.index_profile .subnav a {
  color: #ffffff;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 70px;
  float: left;
}

.index_profile .subnav a:hover {
  color: #7dad24;
  margin-top: -10px;
}

.index_profile .subnav a:nth-child(1) {
  background: url(../images/V18.png) no-repeat top center;
}

.index_profile .subnav a:nth-child(1):hover {
  background: url(../images/v22.png) no-repeat top center;
  transition: all .5s ease;

}

.index_profile .subnav a:nth-child(2) {
  background: url(../images/V19.png) no-repeat top center;

}

.index_profile .subnav a:nth-child(2):hover {
  background: url(../images/v23.png) no-repeat top center;
  transition: all .5s ease;
}

.index_profile a.more {
  color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #7dad24;
  border-radius: 6px;
  line-height: 45px;
  max-width: 50px;
  max-height: 50px;
  font-size: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

/*-----------首页-业务范围----------------*/
.index_business {
  line-height: 2;
  color: #ffffff;
  background: url(../images/index_business_bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.index_business ul li a {
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
}

.index_business ul li a img {
  margin: 0 auto;
}

/*-----------首页-新闻----------------*/
.index_news {
  line-height: 2;
  color: #ffffff;
  background: url(../images/index_news_bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.index_news ul li {
  padding: 1rem;
}

.index_news ul li a {
  padding: 1rem;
  width: 100%;
  display: inline-block;
  background-color: #f5f5f5;
}

.index_news ul li:not(:nth-child(2n)) a {
  margin-right: 40px;
}

.index_news ul li a img {
  float: left;
  margin-right: 20px;
}

.index_news ul li a h3,
.index_news ul li a h4,
.index_news ul li a h5 {
  font-weight: normal;
  margin-top: 0;
  color: #8c8c8c;
}

.index_news ul li a h3 {
  color: #262626;
  font-size: 1.6rem;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.index_news ul li a h4 {
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*-----------首页-联系----------------*/
.index_contact {
  line-height: 2;
  color: #ffffff;
  background: url(../images/index_contact_bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.index_contact p {
  margin-top: 2rem;
  font-size: 1.6rem;
}

.index_contact h3 {
  margin-top: 2rem;
  font-size: 1.6rem;
}

/*-----------详细页----------------*/
.info_main,
.list_main {
  box-shadow: 0px 0px 7px 0px rgb(189 189 189);
  padding: 2%;
  margin: 2% auto;
}

.info_main h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 20px 0;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

/*-----------列表页----------------*/
.list_main ul li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
}

.list_main ul li dt {
  float: left;
  width: 8rem;
  height: 10rem;
  background: #f5f5f5;
  text-align: center;
  font-family: arial;
  transition: all .5s ease;
  font-size: 4.4rem;
  font-weight: normal;
}

.list_main ul li dt p {
  font-size: 1.4rem;
}

.list_main ul li dd {
  float: left;
  width: calc(100% - 80px);
  padding-left: 3%;
}

.list_main ul li dd h2 {
  font-weight: normal;
}

.list_main ul li dd p {
  font-weight: normal;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list_main ul li.picture img {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 90%;
  transition: all .5s ease;
}

/*----------子菜单----------------*/
.left_nav li {
  padding: 4px 10px;
  border: 1px solid rgba(162, 162, 162, 0.26);
}

.left_nav li a {
  background-color: none;
  display: inline-block;
}

.left_nav li a:focus {
  background-color: transparent;
}

.left_nav li:after {
  transition: 0.5s ease 0s;
  content: '';
  width: 14px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: #999;
  opacity: 0;
  margin-right: 0px;
  transform: rotateZ(90deg);
}

.left_nav li:before {
  transition: 0.5s ease 0s;
  content: '';
  width: 14px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: #999;
  opacity: 0;
  margin-right: 0px;
  transform: rotateZ(-90deg);
}

.left_nav li:hover,
.left_nav li.am-active,
.left_nav li a:hover {
  color: #ffffff;
  background-color: #0e90d2;
}

.left_nav li:hover:before {
  background-color: #fff;
  transform: rotate(0deg);
  opacity: 1;
}

.left_nav li:hover:after {
  background-color: #fff;
  transform: rotate(0deg);
  opacity: 1;
}

/*================留言本================*/
.contact-form .contact-form_title {
  font-size: 20px;
  margin: 0 0 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #e9e9e9;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 1;
  resize: none;
  vertical-align: top;
  border-radius: 4px !important;
}

.contact-form .am-form .am-g .am-u-md-6 {
  padding: 10px;
}

.contact-form .am-form select {
  width: 100%;
  background: #fcfcfc;
  border: 2px solid #e9e9e9;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  resize: none;
  vertical-align: top;
  color: #262626;
}

.contact-form .am-form .btn-change {
  position: absolute;
  top: 10px;
  padding: 10px 18px;
  border: 2px solid #34c1e4;
  background: #fff;
  color: #34c1e4;
}

.contact-form .am-form .btn-reguest {
  padding: 10px 18px;
  line-height: 15px;
  border-radius: 4px !important;
}

/*友情链接*/
.friendlink ul {
  padding-left: 0;
}

.friendlink li {
  list-style: none;
  float: left;
  padding: 5px 6px;
  border: 1px solid #f0f0f0;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline;
}

.friendlink li:hover {
  border: 1px solid #087ee0;
}

.friendlink li a img {
  width: 100%;
}

/*图片滚动*/
.marquee {
  overflow: hidden;
}

.marquee ul {
  padding: 0;
}

.marquee li {
  width: 15em;
  padding: 5px;
  list-style: none;
  float: left;
}

.marquee li img {
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

.marquee li h3 {
  margin-top: 1rem;
  text-align: center;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*分页*/
.pages {
  clear: both;
  margin: 30px auto 20px auto;
  padding-top: 20px;
  overflow: hidden;
  text-align: center;
  border-top: 5px solid #f4f5f6;
}

.pages ul {
  padding-left: 0
}

.pages ul li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 8px;
  margin: 0 2px;
  line-height: 24px;
  background: #fff;
  color: #999;
  border-radius: 2px;
}

.pages ul li:hover {
  background: #015cb5;
  color: #fff;
  border: 1px solid #015cb5;
}

.pages ul li:hover a {
  color: #fff;
}

.pages .active {
  background: #015cb5;
  color: #fff;
  border: 1px solid #015cb5;
}

.footer {
  background-color: rgba(39, 39, 39, 1);
  color: #ffffff;
  padding-top: 3rem;
}

.footer h1 {
  font-size: 1.6rem;
  font-weight: normal;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 0.5rem;
}

.footer h2 {
  font-size: 1.5rem;
  font-weight: normal;
  font-family: 微软雅黑;
  margin-top: 0;
  border-bottom: #f0f0f0 solid 1px;
  width: fit-content;
}

.footer p {
  display: block;
}

.footer p img {
  width: 4rem;
  height: auto;
  background-color: transparent;
  border: 0;
}

.footer .wxlogo {
  position: relative;
}

.footer img.wxqrcode {
  position: absolute;
  z-index: 99999;
  top: -120px;
  right: -50px;
  width: 10rem;
  height: 10rem;
  max-width: none;
  transform: scale(0);
  transform-origin: bottom left;
  opacity: 0;
  border: .3125rem solid #0085ba;
  border-radius: .25rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

}

.footer .wxlogo:hover img.wxqrcode {
  transform: scale(1);
  opacity: 1;
}

.footer .copyright {
  padding: 20px;
  background-color: rgba(17, 17, 17, 1);
}

@media (min-width: 1200px) {
  .am-g-fixed {
    max-width: 1200px;
  }

  .am-container {
    max-width: 1200px;
  }

  .am-footer .am-footer-bottom p {
    display: inline;
  }
}

@media screen and (max-width: 640px) {
  .m-header .am-offcanvas-bar {
    width: 200px;
    background: #383d61;
  }

  .m-header .am-icon-bars {
    font-size: 30px;
  }

  .m-header {
    padding: 10px 0;
  }

  .am-menu-offcanvas1 .am-menu-nav>li>a:focus,
  .m-header .am-menu-offcanvas1 .am-menu-nav>.am-open>a,
  .m-header .am-menu-offcanvas1 .am-menu-nav>li>a:hover {
    background-color: #383d61 !important;
    color: #fff;
    outline: 0;
  }

  .m-header .am-menu-offcanvas1 .am-menu-sub {
    background-color: #383d61 !important;
  }

  .m-header .am-menu-sub {
    padding: 0;
  }

  .m-header .am-menu-sub li {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    padding-left: 36px;
  }

  .m-header .am-menu-offcanvas1 .am-menu-nav>li>a {
    color: #fff;
  }

  .m-header .am-menu-sub li a {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none !important;
  }

  .m-header .nav-icon::before {
    margin-left: -14px;
    margin-right: 5px;
  }

  .m-header .nav-icon-globe::before {
    content: "\f0ac";
  }

  .m-header .nav-share-contain {
    height: 44px;
    line-height: 44px;
    text-indent: 9px;
    padding: 0;
    position: relative;
    color: #ccc;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  }

  .section h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .section h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: normal;
  }

  .section hr {
    margin-top: 0;
    width: 3rem;
    border: #7dad24 solid 2px;
  }

  #fp-nav.fp-right {
    right: 30px;
  }
  .breadcrumb-box {
    margin: 10px 0;
  }
  .index_contact p {
    margin-top: 0;
    margin-bottom: 0.8rem;
  }

  .index_contact p img {
    width: 3rem;
    height: auto;
  }

  .index_contact h3 {
    margin-top: 0;
  }

  .index_contact .am-margin-top-lg {
    margin-top: 1rem;
  }

  .index_contact textarea {
    height: 5rem;
  }
}