.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media (max-width: 1024px) {
  .mp {
    padding: 0 2vw;
  }
}

.mbw {
  width: 100%;
  overflow: hidden;
}

.mw1600 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

/*head*/
.head-bg {
  border-top: 5px solid #122d51;
  padding: 0.85rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background:#fff;
}

.head-bg .head-index {
  display: flex;
  justify-content: space-between;
}

.head-bg .head-index .tel {
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 2.3rem;
}

.head-bg .head-index .tel p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1.2;
}

.head-bg .head-index .tel p:nth-of-type(2) {
  color: #222438;
  font-size: 1.1rem;
  font-family: "Arial";
}

.pt1 {
  text-align: center;
  font-size: 1.8rem;
  color: #707070;
  padding-top: 2.5rem;
}

.pt1 span {
  color: #2d4c9c;
}

.pt1 p {
  color: #999999;
  font-size: 0.8rem;
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
}

.pt1 img {
  max-width: 100%;
}

/*product*/
.bj1 {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: cover;
}

.bj1 .product-index .con {
  margin-top: 1.75rem;
}

.bj1 .product-index .sort1 .wz {
  background: #fff;
  width: 78%;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  padding-left: 3.75rem;
}

.bj1 .product-index .sort1 .wz > a {
  display: block;
  color: #272727;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bj1 .product-index .sort1 .wz .sort2 {
  padding-top: 1.5rem;
}

.bj1 .product-index .sort1 .wz .sort2 li {
  background: url(../images/news.png) no-repeat left center;
  padding-left: 0.75rem;
}

.bj1 .product-index .sort1 .wz .sort2 li a {
  display: block;
  color: #787878;
  font-size: 0.8rem;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bj1 .product-index .sort1 .wz .sort2 a.more1 {
  display: block;
  color: #787878;
  font-size: 0.8rem;
  padding-top: 1.5rem;
}

.bj1 .product-index .sort1 > li {
  width: 48.5%;
  float: left;
  margin-bottom: 2.5rem;
  border: 1px solid #dcdcdc;
  border-right: none;
  display: flex;
  justify-content: space-between;
}

.bj1 .product-index .sort1 > li:nth-child(2n) {
  float: right;
}

.bj1 .product-index .sort1 > li:hover .wz {
  background-image: -moz-linear-gradient(135deg, #01a163 0%, #0378b0 100%);
  background-image: -webkit-linear-gradient(135deg, #01a163 0%, #0378b0 100%);
  background-image: -ms-linear-gradient(135deg, #01a163 0%, #0378b0 100%);
}

.bj1 .product-index .sort1 > li:hover .wz li {
  background: url(../images/newsh.png) no-repeat left center;
}

.bj1 .product-index .sort1 > li:hover .wz a {
  color: #fff;
}

.bj1 .product-index .sort1 > li:hover .wz a.more1 {
  color: #fff;
}

.bj1 .product-index .sort1 .img1 {
  width: 38%;
}

.bj1 .product-index .sort1 .img1 img {
  width: 100%;
}

@media (max-width: 996px) {
  .bj1 .product-index .sort1 > li {
    width: 100%;
    float: none;
  }
}

/*about*/
.about-index .con {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
  margin-top: 1.75rem;
}

.about-index .con .aboutl {
  width: 45%;
}

.about-index .con .aboutl P img {
  width: 100%;
}

.about-index .con .aboutr {
  width: 40.7%;
  background: #f5f5f5;
  padding: 1.2rem 0;
  padding-left: 3.5rem;
  padding-right: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  position: relative;
  margin-left: 5%;
}

.about-index .con .aboutr::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: -1.3rem;
  background: url(../images/tt3.png) no-repeat top center;
  background-size: 100% 100%;
  width: 4.3rem;
  height: 4.3rem;
}

.about-index .con .aboutr::after {
  content: "";
  position: absolute;
  right: -1.6rem;
  bottom: 3.9rem;
  background: #2d4c9c;
  width: 4.15rem;
  height: 1.7rem;
}

.about-index .con .aboutr h2 {
  color: #707070;
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 2.5rem;
}

.about-index .con .aboutr h2 span {
  display: block;
  width: 60px;
  height: 2px;
  background: #23b22c;
}

.about-index .con .aboutr p {
  color: #666666;
  font-size: 0.7rem;
  line-height: 2;
  text-indent: 2em;
  text-align: justify;
}

.about-index .con .aboutr .more {
  background: url(../images/more1.png) no-repeat top left;
  background-size: 100% 100%;
  height: 2.6rem;
  width: 8.25rem;
  margin-top: 2rem;
}

.about-index .con .aboutr .more a {
  display: block;
  color: #666666;
  font-size: 0.8rem;
  line-height: 2.9rem;
  text-align: center;
}

.about-index .con .abouta {
  width: 7%;
  border: 1px solid #23b22c;
  padding: 0.5rem 0;
}

.about-index .con .abouta li a {
  display: block;
  text-align: center;
  color: #333;
  font-size: 0.7rem;
  line-height: 2;
}

.about-index .con .abouta li a:hover {
  color: #2d4c9c;
}

@media (max-width: 1024px) {
  .about-index .con {
    display: block;
  }
  .about-index .con .aboutl {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about-index .con .aboutr {
    width: 100%;
    margin: 0;
    margin-top: 1rem;
  }
  .about-index .con .aboutr::after {
    display: none;
  }
  .about-index .con .aboutr h2 {
    padding-top: 3.5rem;
  }
  .about-index .con .abouta {
    display: none;
  }
}

/*yewu*/
.bj3 {
  margin-top: 2.5rem;
}

.bj3 .ywbj-index .con {
  display: flex;
  justify-content: space-between;
  margin-top: 1.75rem;
}

.bj3 .ywbj-index .con .ywbjl {
  width: 80%;
  position: relative;
}

.bj3 .ywbj-index .con .ywbjl .ywbjl-list li a {
  display: flex;
  justify-content: space-between;
}

.bj3 .ywbj-index .con .ywbjl .ywbjl-list li a .img1 {
  width: 68%;
}

.bj3 .ywbj-index .con .ywbjl .ywbjl-list li a .img1 img {
  width: 100%;
}

.bj3 .ywbj-index .con .ywbjl .ywbjl-list li a .wz {
  position: relative;
  width: 32%;
}

.bj3 .ywbj-index .con .ywbjl .ywbjl-list li a .wz .img2 img {
  width: 100%;
}

.bj3 .ywbj-index .con .ywbjl .ywbjl-list li a .wz .w1 {
  margin-top: 4.4rem;
  border-top: 1px dashed #e5e5e5;
  padding-top: 2.5rem;
  text-align: center;
  color: #666666;
  font-size: 1.2rem;
}

.bj3 .ywbj-index .con .ywbjl .ywbjl-list li a .wz .w2 {
  text-align: center;
  color: #999999;
  font-size: 0.7rem;
  line-height: 2;
}

.bj3 .ywbj-index .con .ywbjl .ywbjl-list li a .wz .w3 {
  background: url(../images/more2.png) no-repeat top center;
  background-size: 100% 100%;
  width: 6.5rem;
  height: 1.55rem;
  margin: 0 auto;
  line-height: 1.55rem;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  margin-top: 2rem;
}

.bj3 .ywbj-index .con .ywbjl .ywbjl-list2 {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 32%;
}

.bj3 .ywbj-index .con .ywbjl .ywbjl-list2 li {
  display: inline-block;
  margin: 0 2%;
}

.bj3 .ywbj-index .con .ywbjl .ywbjl-list2 li .img1 img {
  max-width: 100%;
}

.bj3 .ywbj-index .con .ywbjl .ywbjl-list2 li.cur {
  background: url(../images/tabli.png) no-repeat top center;
  background-size: 100% 100%;
}

.bj3 .ywbj-index .con .ywbjr {
  width: 20%;
}

.bj3 .ywbj-index .con .ywbjr .c2-con li {
  text-align: right;
  position: relative;
  margin-bottom: 3.2rem;
}

.bj3 .ywbj-index .con .ywbjr .c2-con li:last-child {
  margin-bottom: 0;
}

.bj3 .ywbj-index .con .ywbjr .c2-con li .count-title {
  font-size: 3rem;
  padding-right: 1.65rem;
  background-image: -webkit-linear-gradient(110deg, #2c5790, #269052, #25a13f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bj3 .ywbj-index .con .ywbjr .c2-con li dt {
  position: absolute;
  right: 0;
  top: 0;
  color: #2d4c9c;
  font-size: 1.8rem;
}

.bj3 .ywbj-index .con .ywbjr .c2-con li p {
  color: #666666;
  font-size: 0.9rem;
  padding-top: 1.5rem;
}

.ywbjl-list li {
  display: none;
}

@media (max-width: 1024px) {
  .bj3 {
    margin-top: 0;
  }
  .bj3 .ywbj-index .con {
    display: block;
  }
  .bj3 .ywbj-index .con .ywbjl {
    width: 100%;
  }
  .ywbjl-list {
    padding-top: 20%;
  }
  .bj3 .ywbj-index .con .ywbjl .ywbjl-list li a {
    display: block;
  }
  .bj3 .ywbj-index .con .ywbjl .ywbjl-list li a .img1 {
    width: 100%;
  }
  .bj3 .ywbj-index .con .ywbjl .ywbjl-list li a .wz {
    width: 100%;
    margin-top: 0.8rem;
  }
  .bj3 .ywbj-index .con .ywbjl .ywbjl-list li a .wz .w1 {
    margin-top: 0.8rem;
    font-size: 1.728rem;
  }
  .bj3 .ywbj-index .con .ywbjl .ywbjl-list li a .wz .w2 {
    font-size: 1.008rem;
  }
  .bj3 .ywbj-index .con .ywbjl .ywbjl-list li a .wz .w3 {
    margin-top: 2.8rem;
    width: 9.5rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .bj3 .ywbj-index .con .ywbjl .ywbjl-list2 {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .bj3 .ywbj-index .con .ywbjr {
    width: 100%;
    margin-top: 2rem;
  }
  .bj3 .ywbj-index .con .ywbjr .c2-con li {
    margin-bottom: 0;
  }
  .bj3 .ywbj-index .con .ywbjr .c2-con li .count-title {
    font-size: 1.5865rem;
  }
  .c2-con {
    display: flex;
    justify-content: space-between;
  }
}

/*news*/
.news-index .con {
  margin-top: 1.75rem;
}

.nsort {
  text-align: center;
}

.nsort li {
  display: inline-block;
  background: url(../images/nt1.png) no-repeat top center;
  background-size: 100% 100%;
  width: 6.95rem;
  height: 2.45rem;
  margin: 0 7rem;
}

.nsort li a {
  display: block;
  text-align: center;
  color: #666666;
  font-size: 0.8rem;
  line-height: 2.65rem;
}

@media(max-width:1200px){
    .nsort li a {
  display: block;
  text-align: center;
  color: #666666;
  font-size: 0.8rem;
  line-height: 2.65rem;
}
.nsort {
    text-align: center;
}

.nsort li {
    display: inline-block;
    background: url(../images/nt1.png) no-repeat top center;
    background-size: 100% 100%;
    width: 6.95rem;
    height: 2.45rem;
    margin: 0 16rem;

}
}

.nsort li:hover {
  background: url(../images/nt2.png) no-repeat top center;
}

.nsort li:hover a {
  color: #fff;
}

.nlist1 {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.nlist1 li {
  width: 24%;
}

.nlist1 li a {
  display: block;
}

.nlist1 li a .img1 img {
  width: 100%;
}

.nlist1 li a h2 {
  color: #333333;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 3;
}

.nlist1 li a h3 {
  color: #999999;
  font-size: 0.7rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nlist1 li a .date {
  border-top: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  opacity: 0;
}

.nlist1 li a .date span {
  color: #999999;
  font-size: 0.7rem;
}

.nlist1 li a .date span.m1 {
  color: #23b22c;
}

.nlist1 li:hover a .date {
  opacity: 1;
}

@media (max-width: 1024px) {
  .nlist1 {
    display: block;
  }
  .nlist1 li {
    width: 48%;
    float: left;
  }
  .nlist1 li:nth-child(2n) {
    float: right;
  }
}

/*mess*/
.bj5 {
  background: #f5f5f5;
  margin-top: 2.75rem;
  padding-bottom: 2.5rem;
}

/*foot*/
.foot-bg {
  background: #333333;
  border-top: 2px solid #2d4c9c;
  padding: 1.5rem 0;
}

.foot-bg .foot-index {
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-index .lx1 h2 {
  color: #ffffff;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}

.foot-bg .foot-index .lx1 p {
  color: #e9e9e9;
  font-size: 0.7rem;
  padding-left: 1.8rem;
  line-height: 2;
}

.foot-bg .foot-index .lx1 p:nth-of-type(1) {
  background: url(../images/p1.png) no-repeat left center;
}

.foot-bg .foot-index .lx1 p:nth-of-type(2) {
  background: url(../images/p2.png) no-repeat left center;
}

.foot-bg .foot-index .lx1 p:nth-of-type(3) {
  background: url(../images/p3.png) no-repeat left center;
}

.foot-bg .foot-index .lx1 p:nth-of-type(4) {
  background: url(../images/p4.png) no-repeat left center;
}

.foot-bg .foot-index .xian {
  width: 1px;
  height: 165px;
  background: #fff;
}

.foot-bg .foot-index .lx2 {
  display: flex;
  justify-content: space-between;
  width: 52%;
}

.foot-bg .foot-index .lx2 dl dt {
  color: #fff;
  font-size: 0.7rem;
  font-weight: normal;
  padding-bottom: 1rem;
}

.foot-bg .foot-index .lx2 dl dd a {
  display: block;
  color: #e9e9e9;
  font-size: 0.6rem;
  line-height: 2;
}

.foot-bg .foot-index .erq {
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-index .erq .erq1 p {
  color: #fff;
  text-align: center;
  line-height: 4;
}

.foot-bg .foot-index .erq .erq2 {
  margin-left: 2.3rem;
}

.foot-bg .hot {
  color: #fff;
  font-size: 0.6rem;
  padding-top: 1.5rem;
}

.foot-bg .hot a {
  color: #fff;
  padding-right: 5px;
}

.foot-bg .link {
  color: #fff;
  font-size: 0.6rem;
  padding-top: 1rem;
}

.foot-bg .link a {
  color: #fff;
}

.foot-bg2 {
  background: #1c1c1c;
  padding: 0.75rem 0;
}

.foot-bg2 .cop {
  text-align: center;
  color: #fff;
  line-height: 2;
}

.foot-bg2 .cop a {
  color: #fff;
}

.foot-bg2 .cop2 {
  text-align: center;
  color: #999999;
  line-height: 2;
}

.foot-bg2 .cop2 a {
  color: #999999;
}

@media (max-width: 1024px) {
  .foot-bg .foot-index {
    display: block;
  }
  .lx1 {
    padding: 0 7rem;
  }
  .erq {
    padding: 0 7rem;
    margin-top: 1rem;
  }
  .erq p img {
    max-width: 100%;
  }
  .foot-bg2 .cop {
    padding: 0 7rem;
  }
  .foot-bg2 .cop2 {
    padding: 0 7rem;
  }
}

@media (max-width: 767px) {
  .foot-bg2 {
    padding-bottom: 15%;
  }
  .lx1 {
    padding: 0 5rem;
  }
  .erq {
    padding: 0 5rem;
  }
}

/**/
/*sun_footer*/
.sun_footer {
  margin-top: 1%;
  clear: both;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #DBDBDB;
}

.sun_footer li {
  width: 25%;
  text-align: center;
  float: left;
  padding-top: 5px;
}

.sun_footer li .img {
  height: 20px;
  width: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.sun_footer li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.sun_footer li .img:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.sun_footer li p {
  text-align: center;
  color: #666;
  font-size: 12px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .sun_footer {
    display: block !important;
  }
}


.case-more{
    background: #2d4c9c;
    margin-bottom: 1%;
    text-align: center;
}

.case-more a{
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 3;
    width: 20%;
}






