@charset "UTF-8";
a {
  transition: all .3s ease;
}
.wpage{
  width: 100%;
}
.sub-page{
  margin-top: 54px;
  margin-bottom: 54px;
  text-align: center;
}
sub-page>.page {
  text-align: center;
  margin-top: 50px;
  height: auto!important;
  background: none!important;
}
.sub-page>.page>.pagination{
  display: inline-block;
  margin-left: 0;
}
.sub-page>.page>.pagination>li {
  float: none;
  display: inline-block;
  width: auto;
  background: none;
  padding:0!important;
  margin: 0 0 20px 0!important;
}

.sub-page>.page>.pagination>li>a {
  margin: 0 5px;
  padding: 6px 15px;
  color: #4d4d4d;
  font-size: 15px;
  border-radius: 5px;
  height: auto!important;
  width: auto!important;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #0d0d0d;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.sub-page .page .pagination li.active a {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.sub-page .page-content p > img, .sub-page .page-content p > span > img {
  max-width: 100%
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin: 0 5px;
  padding: 6px 15px;
  color: #337ab7;
  font-size: 16px;
  border-radius: 5px
}
.about-list1 {
  padding: 2.5rem 0 1.25rem;
  position: relative;
  z-index: 3;
}
.about-list1 .textop {
  /*padding-bottom: 2rem;*/
  /*margin-bottom: 2rem;*/
  /*border-bottom: 1px solid #d9d9d9;*/
}
.about-list1 .titlebox {
  width: 100%;
}
.about-list1 .titlebox .tip {
  justify-content: flex-start;
  color: #000000;
  margin-bottom: .25rem;
}
.about-list1 .titlebox .line {
  width: 1.5rem;
  height: 5px;
  background: #003ca6;
  margin-right: .5rem;
}
.about-list1 .titlebox .title {
  color: #000;
  margin-left: 2rem;
}
.about-list1 .titlebox .p {
  margin-left: 2rem;
  line-height: 2;
  color: #808080;
  margin-top: .75rem;
}
.about-list1 .ulbox {
  width: 56%;
}
.about-list1 .ulbox .li {
  width: 25%;
  padding: 0 3%;
}
.about-list1 .ulbox .tipnum {
  margin-bottom: .75rem;
  line-height: 1.2;
}
.about-list1 .ulbox .tipnum.active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-image: url(../images/img43.jpg);
  background-position-y:60% !important;
}
.about-list1 .ulbox .tipnum sup.active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-image: url(../images/img43.jpg);
  background-position: 40% 60%;
}
.about-list1 .ulbox .p2 {
  color: #242424;
  line-height: 1.5;
  text-align: center;
}
.about-list1 .ulbox sup {
  left: -10px;
}
.about-list1 .textbox {
  color: #808080;
  padding: 0 1.25rem;
  line-height: 2;
  /*height: 240px;*/
  overflow: hidden;
  position: relative;
}
.about-list1 .textbox:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 60%;
  background: -webkit-linear-gradient(transparent, white);
  background: linear-gradient(transparent, white);
  z-index: 2;
  display:none;
}
.about-list1 .textbox.active {
  height: auto;
}
.about-list1 .textbox.active:after {
  display: none;
}
.about-list1 .more-click {
  cursor: pointer;
  color: #666;
  margin-top: 1.5rem;
}
.about-list1 .more-click svg {
  width: 24px;
  height: 30px;
  fill: #e7541e;
}

@media (max-width: 1024px) {
  .about-list1 .titlebox {
    width: 100%;
  }

  .about-list1 .ulbox {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .about-list1 .ulbox .tipnum {
    margin-bottom: .3rem;
  }

  .about-list1 .ulbox .li {
    width: 50%;
    margin-bottom: 1rem;
  }

  .about-list1 .titlebox .p {
    font-size: 12px;
	margin-left: 0rem;
  }

  .about-list1 .ulbox .p2 {
    font-size: 13px;
  }

  .about-list1 .textop {
    /* padding-bottom: 1rem; */
    /* margin-bottom: 1rem; */
	
  }
  
  .about-list1 {
		padding: 1rem 0 0rem;
	}

  .about-list1 .textbox {
    font-size: 12px;
    padding: 0;
  }

  .about-list1 .more-click {
    font-size: 12px;
  }

  .about-list1 .textbox:after {
    display: none;
  }
}
.about-list2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-list2 .about-list-banner {
  height: 23rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-list2 .about-list-banner .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: 1;
}
.about-list2 .xianbox {
  position: absolute;
  padding-left: 17px;
  padding-top: 17px;
  width: 50px;
  height: 9.65rem;
  top: 4rem;
  left: calc(50vw - 800px);
  z-index: 2;
  overflow: hidden;
}
.about-list2 .xianimg {
  width: calc(100vw * 0.53);
  height: 9.65rem;
}
.about-list2 .dian .tit3 {
  color: #e4571f;
  margin-bottom: .35rem;
  white-space: nowrap;
}
.about-list2 .dian1 {
  position: absolute;
  left: 0;
  top: 0;
}
.about-list2 .dian2 {
  position: absolute;
  left: calc(100vw * 0.53 * 0.4);
  top: 17%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .itemdian {
  width: 34px;
  height: 34px;
  position: relative;
}
.about-list2 .itemdian:before {
  content: "";
  position: absolute;
  background: rgba(228, 87, 31, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.about-list2 .itemdian:after {
  content: "";
  position: absolute;
  background: #e4571f;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.about-list2 .itemdian:before {
  animation: loader 1.2s infinite cubic-bezier(0.55, 0.23, 0.62, 1);
}
.about-list2 .time-contentbox {
  height: 22rem;
  min-height: 600px;
  background: #fff;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.about-list2 .time-contentbox .top-title {
  position: absolute;
  left: calc(50vw - 800px);
  top: 2.5rem;
  z-index: 3;
}
.about-list2 .time-contentbox .top-title .line {
  width: 1.5rem;
  height: 5px;
  background: #003ca6;
  margin-right: .5rem;
}
.about-list2 .time-contentbox .xianbox2 {
  width: calc(100vw * 4.1);
  height: 19.275rem;
  margin-left: calc(50vw - 800px + 4.5rem);
  z-index: 1;
}
.about-list2 .time-contentbox .xianimg2 {
  width: calc(100vw * 4.1);
  height: 19.275rem;
}
.about-list2 .time-contentbox .timedian {
  position: absolute;
  z-index: 2;
}
.about-list2 .time-contentbox .timedian img {
  margin-top: 1rem;
  width: 9.5rem;
}
.about-list2 .time-contentbox .timedian .tit3 {
  line-height: 1.8;
}
.about-list2 .time-contentbox .timedian2 {
  left: 6.5%;
  top: 37.5%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian3 {
  left: 11%;
  top: 40%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian3 .tit3 {
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian4 {
  left: 20%;
  top: 25%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian4 .tit3 {
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian5 {
  left: 28%;
  top: 30%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian5 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian6 {
  left: 36%;
  top: 40%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian6 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian7 {
  left: 45%;
  top: 23%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian7 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian8 {
  left: 54%;
  top: 28%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian8 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian9 {
  left: 62%;
  top: 13%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian9 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian10 {
  left: 68%;
  top: 36%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian10 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian11 {
  left: 76%;
  top: 32%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian11 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian12 {
  left: 84%;
  top: 13%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian12 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian13 {
  left: 94%;
  top: 35%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian13 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .text {
  color: #1a1a1a;
  margin-bottom: .75rem;
  position: absolute;
  width: 12rem;
  bottom: 3.5rem;
  left: calc(50vw - 800px + 2rem);
  z-index: 2;
}
.about-list2 .time-contentbox .text .p {
  line-height: 2;
  color: #808080;
}
.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  z-index: 9;
}
.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -75px;
  background: rgba(0, 0, 0, .4) url(../images/j1.png);
  bottom: 60px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: 25px auto;
  background-repeat: no-repeat;
}
.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  width: 60px;
  height: 60px;
  left: 50%;
  right: auto;
  margin-left: 15px;
  background: rgba(0, 0, 0, .4) url(../images/j1.png);
  bottom: 60px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: 25px auto;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}
.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover,.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover{
  background-color:#e8551e;
}
.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
  opacity: 0;
  visibility: hidden;
}
.about-list2 .hisulbox {
  padding: 2rem 5%;
}
.about-list2 .hisulbox .li {
  width: 48%;
  margin-bottom: 4%;
}
.about-list2 .hisulbox .li img {
  width: 100%;
}
.about-list2 .hisulbox .p {
  margin-top: .65rem;
  text-align: center;
}

@media (max-width: 1600px) {
  .about-list2 .xianbox {
    left: 5%;
  }

  .about-list2 .time-contentbox .top-title {
    left: 5%;
  }

  .about-list2 .time-contentbox .text {
    left: calc(5% + 2rem);
  }

  .about-list2 .time-contentbox .xianbox2 {
    margin-left: calc(5% + 4.5rem);
  }
}
@media (max-width: 1480px) {
  .about-list2 .time-contentbox .tit3 {
    font-size: 14px;
  }

  .about-list2 .time-contentbox .timedian2 {
    left: 8.5%;
    top: 37%;
  }

  .about-list2 .time-contentbox .timedian3 {
    left: 12%;
    top: 29%;
  }

  .about-list2 .time-contentbox .xianbox2 {
    margin-left: calc(5% + 2.5rem);
  }

  .about-list2 .time-contentbox .top-title, .about-list2 .time-contentbox .text {
    left: 2.5rem;
  }
}
@media (max-width: 1024) {
  .about-list2 .about-list-banner {
    height: 18rem;
  }
}
.about-list3 {
  position: relative;
  z-index: 1;
}
.about-list3 .bgimg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.about-list3 .mbg {
  position: absolute;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.about-list3 .tip {
  justify-content: flex-start;
  color: #000000;
  margin-bottom: .25rem;
}
.about-list3 .line {
  width: 1.5rem;
  height: 5px;
  background: #003ca6;
  margin-right: .5rem;
}
.about-list3 .title {
  color: #000;
  margin-left: 2rem;
}
.about-list3 .top-title {
  position: absolute;
  z-index: 2;
  top: 3.75rem;
  left: calc(50vw - 800px);
}
.about-list3 .p {
  color: #737373;
  line-height: 2;
  margin-top: .75rem;
  margin-left: 2rem;
  width: 15.625rem;
}
.about-list3 .dianbox {
  position: absolute;
  z-index: 3;
}
.about-list3 .dianbox .dian {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
}
.about-list3 .dianbox .dian:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.about-list3 .dianbox .dian:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  background: #fff;
}
.about-list3 .dianbox .dian-text {
  position: absolute;
  right: 20px;
  width: 230px;
}
.about-list3 .dianbox span {
  width: calc(100% - 1.5rem);
  text-align: right;
  padding-right: .5rem;
  display: block;
}
.about-list3 .dianbox .line {
  width: 1rem;
  height: 1px;
  background: #626262;
}
.about-list3 .dianbox1 {
  right: 33%;
  top: 45%;
}
.about-list3 .dianbox2 {
  right: 21%;
  top: 33%;
}
.about-list3 .dianbox3 {
  right: 19.5%;
  top: 40%;
}
.about-list3 .dianbox4 {
  right:7%;
  top: 17%;
}
.about-list3 .dianbox .dian-text {
  opacity: 0;
  visibility: hidden;
  transform: translate(-10px, 0);
  transition: all .3s ease;
}
.about-list3 .dianbox .dian:before {
  animation: loader 1.2s infinite cubic-bezier(0.55, 0.23, 0.62, 1);
}
.about-list3 .dianbox:hover .dian-text {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

@keyframes loader {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 1600px) {
  .about-list3 .top-title {
    top: 2rem;
    left: 5%;
  }
}
@media (max-width: 1280px) {
  .about-list3 .top-title {
    top: 1rem;
    left: 5%;
  }
}
@media (max-width: 1024px) {
  .about-list3 {
    padding: 2rem 0 10rem;
  }

  .about-list3 .top-title {
    position: relative;
    left: 0;
    top: 0;
    padding: 0 5%;
  }

  .about-list3 .dianbox .dian {
    display: none;
  }

  .about-list3 .p {
    width: 100%;
    margin-left: 0;
    padding-left: 2rem;
    line-height: 1.8;
  }

  .about-list3 .line {
    height: 2px;
  }
}
#jump1_anchor{
  height:0;
  position:relative;
  top:-100px;
}


@media (max-width: 767px) {
  .about-list3 .p {
    margin-top: .35rem;
  }

  .about-list3 .title {
    line-height: 1.2;
  }
}
.about-list4 {
  position: relative;
  z-index: 1;
  padding: 0rem 0 2.75rem;
  background: #fff;
}
.about-list4 .contentbox {
  border-top: 1px solid #eaeaea;
  padding-top: 2rem;
}
.about-list4 .contentbox .honorimg {
  overflow: hidden;
}
.about-list4 .contentbox .honorimg .img {
  width: 88%;
  margin-bottom: 1rem;
}
.about-list4 .contentbox .honorimg .img img {
  width: 100%;
}
.about-list4 .contentbox .honorimg p {
  text-align: center;
  color: #000;
  padding: 0 1rem;
  text-transform: uppercase;
}
.about-list4 .contentbox .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1.5rem;
  z-index: 2;
}
.about-list4 .contentbox .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background: #dcdcdc;
  transition: background .3s;
}
.about-list4 .contentbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #003ca6;
}

@media (max-width: 1024px) {
  .about-list4 .contentbox .swiper-pagination span {
    width: 6px;
    height: 6px;
  }

  .about-list4 .contentbox .honorimg p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-list4 {
    /* padding: 1.5rem 0; */
  }

  .about-list4 .contentbox {
    padding-top: 1rem;
  }

  .about-list4 .contentbox .honorimg p {
    font-size: 14px;
    padding: 0;
  }

  .about-list4 .contentbox .honorimg .img {
    margin-bottom: 0.35rem;
  }

  .about-list4 .contentbox .swiper-pagination {
    margin-top: 1rem;
  }

  
}
.about-list5 {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}
.about-list5 .imgswiper {
  overflow: hidden;
}
.about-list5 .imgswiper .swiper-slide {
  width: 100%;
}
.about-list5 .imgswiper .swiper-slide .bg {
  width: 100%;
  height: 21rem;
  background-size: cover;
  background-position: 50% 50%;
}
.about-list5 .imgswiper .swiper-slide .text {
  position: absolute;
  left: 3.5rem;
  top: 5.5rem;
  width: 12.5rem;
  padding: 1.5rem 1.75rem 2rem;
  border-radius: .5rem;
  background: rgba(237, 121, 57, 0.86);
}
.about-list5 .imgswiper .swiper-slide .text .tipimg {
  color: #fff;
  margin-bottom: .25rem;
}
.about-list5 .imgswiper .swiper-slide .text .tipimg img {
  width: 22px;
  margin-right: .15rem;
}
.about-list5 .imgswiper .swiper-slide .text .tit4 {
  margin-bottom: 1rem;
}
.about-list5 .imgswiper .swiper-slide .text .p {
  color: #fff;
  line-height: 2;
}
.about-list5 .imgswiper .swiper-button-prev svg {
  margin-right: .15rem;
}
.about-list5 .imgswiper .swiper-button-next svg {
  margin-left: .15rem;
  transform: rotate(-180deg);
}
.about-list5 .imgswiper .swiper-button-prev {
  left: 0;
}
.about-list5 .imgswiper .swiper-button-next {
  right: 0;
}
.about-list5 .imgswiper .swiper-button-prev, .about-list5 .imgswiper .swiper-button-next {
  width: 10%;
  height: 100%;
  top: 0;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.about-list5 .imgswiper .swiper-button-prev svg, .about-list5 .imgswiper .swiper-button-next svg {
  width: 25px;
  height: 20px;
  fill: #fff;
}

@media (max-width: 767px) {
  .about-list5 .imgswiper .swiper-slide .text {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1rem 6%;
    border-radius: 0;
  }

  .about-list5 .imgswiper .swiper-slide .bg {
    height: 10rem;
  }

  .about-list5 .swiper-button-next, .about-list5 .swiper-button-prev {
    margin-top: -35%;
  }

  .about-list5 .imgswiper .swiper-slide .text .p {
    font-size: 12px;
    line-height: 1.8;
  }

  .about-list5 .imgswiper .swiper-button-prev, .about-list5 .imgswiper .swiper-button-next {
    display: none;
  }
}
.content-list1 {
  padding: 2.5rem 0 4.25rem;
  position: relative;
  background: linear-gradient(#ffffff 10%, #f5f5f5);
}
.content-list1 .tip {
  justify-content: flex-start;
  color: #313131;
}
.content-list1 .line {
  width: 1.5rem;
  height: 5px;
  background: #313131;
  margin-right: .5rem;
}
.content-list1 .ulbox {
  padding: 1.5rem 0 2.25rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid #e5dedb;
  position: relative;
}
.content-list1 .ulbox:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40%;
  left: 50%;
  margin-left: -1px;
  top: 30%;
  background: #fcdad0;
}
.content-list1 .ulbox .li {
  width: 50%;
}
.content-list1 .ulbox .li .icon {
  width: 1.65rem;
  min-width: 35px;
  margin-bottom: .75rem;
}
.content-list1 .ulbox .li .tit3 {
  color: #4c4c4c;
  margin-bottom: .3rem;
  font-size: 26px;
  font-weight: bold;
}
.content-list1 .ulbox .li .tit4 {
  line-height: 2;
  /* width: 100%; */
}
.content-list1 .ulbox .li .tit4 span {
  color: #333333;
}
.content-list1 .ulbox .li .tit4 p {
  /* text-align: center; */
}
.content-list1 .ulbox .li .tit4 a {
  text-decoration: underline;
  color: #003ca6;
  display: inline-block;
}
.content-list1 .bot-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 11.5rem;
  z-index: 1;
}
.content-list1 .messagebox {
  position: relative;
  z-index: 4;
}
.content-list1 .leftbox {
  width: 50%;
  margin-top: 1.25rem;
}
.content-list1 .leftbox .tit3 {
  color: #000;
  line-height: 1.5;
}
.content-list1 .leftbox .tipimg {
  width: 10rem;
  margin-top: 1rem;
}
.content-list1 .messageform {
  width: 50%;
  padding: 0 2.5rem;
}
.content-list1 .inputbox {
  margin-bottom: .5rem;
}
.content-list1 .inputbox span {
  width: 30px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #eb0101;
}
.content-list1 .inputbox .input {
  width: calc(100% - 30px);
  position: relative;
}
.content-list1 .inputbox .sp {
  position: absolute;
  width: 90px;
  height: 55px;
  line-height: 55px;
  left: 0;
  color: #808080;
  z-index: 2;
  margin-left: .75rem;
  text-align: justify;
}
.content-list1 .inputbox .sp:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.content-list1 .inputbox input {
  width: 100%;
  height: 55px;
  border-radius: 55px;
  background: #fff;
  border: none;
  position: relative;
  padding: 0 1rem 0 calc(75px + 1.35rem);
}
.content-list1 .select {
  width: 100%;
  height: 55px;
  border-radius: 55px;
  background: #fff;
  border: none;
  position: relative;
  padding: 0 1rem 0 calc(75px + .75rem);
  text-align: right;
}
.content-list1 .select .sp3 {
  color: #666;
  height: 55px;
  line-height: 55px;
  opacity: .5;
}
.content-list1 .select svg {
  width: 10px;
  height: 10px;
  fill: #333;
  margin-left: .35rem;
}
.content-list1 .select .spbox {
  position: absolute;
  width: 60%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  right: 0;
  top: 55px;
  z-index: 8;
  display: none;
}
.content-list1 .select .spbox .li-item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #efefef;
  padding: 0 1rem;
  cursor: pointer;
}
.content-list1 .select .spbox .li-item:last-child {
  border-bottom: none;
}
.content-list1 .submit {
  width: 190px;
  height: 60px;
  line-height: 60px;
  margin: 1rem auto 0;
  color: #fff;
  border-radius: 60px;
  background: #003ca6;
  border: none;
  display: block;
}
.content-list1 .inputbox .yan-xin{
  right:20px;
  bottom:8px;
}

.yan-xin {
  position: absolute;
  width: 85px;
  height: 34px;
  bottom: 5px;
  right: 0;
  z-index: 1;
}
.n-distributor {
  background: linear-gradient(#f1efed, #f0e0d6);
  padding-bottom: 3.5rem;
  min-height: 20rem;
}

.distributor-top {
  padding: 1.7rem 0 .75rem;
  border-bottom: 1px solid #808080;
  margin-bottom: 1.75rem;
  justify-content: space-between;
}
.distributor-top .leftbox .tit2 {
  color: #000;
  line-height: 1.2;
  margin-bottom: .35rem;
}
.distributor-top .leftbox .tit3 {
  color: #808080;
  line-height: 1.5;
}
.distributor-top .backbtn {
  color: #ed431d;
  line-height: 24px;
}
.distributor-top .backbtn svg {
  width: 24px;
  height: 24px;
  fill: #ed431d;
  margin-left: .25rem;
}

.distributor-list1 .leftnav {
  width: 320px;
}
.distributor-list1 .leftnav .ulbox {
  width: 230px;
  margin: 0 auto;
}
.distributor-list1 .leftnav .li {
  color: #333;
  height: 55px;
  border-radius: 5px;
  padding-right: 25px;
  align-items: center;
  transition: all .3s;
}
.distributor-list1 .leftnav .li svg {
  width: 22px;
  height: 22px;
  margin-left: .4rem;
}
.distributor-list1 .leftnav .li:hover, .distributor-list1 .leftnav .li.cur {
  background: #fff;
  color: #003ca6;
}
.distributor-list1 .leftnav .li:hover svg, .distributor-list1 .leftnav .li.cur svg {
  fill: #003ca6;
}
.distributor-list1 .leftnav .li-top {
  height: auto;
}
.distributor-list1 .leftnav .li-top .lisp {
  color: #333;
  height: 55px;
  border-radius: 5px;
  padding-right: 25px;
  align-items: center;
  cursor: pointer;
}
.distributor-list1 .leftnav .li-top .lisp svg {
  width: 22px;
  height: 22px;
  margin-left: .4rem;
}
.distributor-list1 .leftnav .lisp:hover {
  background: #fff;
  color: #003ca6;
}
.distributor-list1 .leftnav .lisp:hover svg {
  fill: #003ca6;
}
.distributor-list1 .leftnav .lisp {
  align-items: center;
}
.distributor-list1 .leftnav .li-item a {
  text-align: right;
  color: #808080;
  padding-right: 1.4rem;
  height: 40px;
  line-height: 40px;
}
.distributor-list1 .listbox {
  width: calc(100% - 400px);
}
.distributor-list1 .listbox .li {
  width: 31.5%;
  margin-right: 2%;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.distributor-list1 .listbox .li .img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.distributor-list1 .listbox .li .img img {
  transform: scale3d(1, 1, 1);
  transition: all .5s ease-in-out;
  width: 100%;
}
.distributor-list1 .listbox .li .img .video-btn {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -.75rem;
  margin-top: -.75rem;
  z-index: 2;
}
.distributor-list1 .listbox .li:hover .img img {
  transform: scale3d(1.1, 1.1, 1);
}
.distributor-list1 .listbox .li:hover .time {
  color: #f47948;
}
.distributor-list1 .listbox .li:nth-child(3n) {
  margin-right: 0;
}
.distributor-list1 .listbox .text {
  padding: .55rem .95rem;
}
.distributor-list1 .listbox .text .tit3 {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  color: #000;
  margin-bottom: .75rem;
}
.distributor-list1 .listbox .text .time {
  transition: all .5s ease-in-out;
  color: #b2b2b2;
}
.distributor-list1 .listbox .text span {
  margin: 0 5px;
  display: block;
}
.distributor-list1 .listbox .wpage {
  padding-top: 0;
}

.n-personnel {
  background: linear-gradient(#fff5ec, #ffe7d3);
}

.join-personnel-list1 {
  padding: 2.75rem 0 3rem;
}
.join-personnel-list1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 1;
}
.join-personnel-list1 .contentbox {
  position: relative;
  z-index: 2;
}
.join-personnel-list1 .title {
  position: relative;
  z-index: 1;
  color: #e4541d;
}
.join-personnel-list1 .title .line {
  width: 60px;
  height: 2px;
  background: #e4541d;
  margin: .35rem auto 1rem;
}
.join-personnel-list1 .title .tit3 {
  text-align: center;
  color: #b18783;
}
.join-personnel-list1 .text {
  margin-top: 5rem;
  margin-left: 2.5rem;
}
.join-personnel-list1 .text .leftbox {
  width: 50%;
}
.join-personnel-list1 .text .tit3 {
  color: #a35a54;
  margin-bottom: .5rem;
}
.join-personnel-list1 .text .p {
  color: #b18783;
  line-height: 1.6;
  margin-right: 1.75rem;
}
.join-personnel-list1 .text .p p {
  margin-bottom: 10px;
}
.join-personnel-list1 .text .rightbox {
  width: 8.5rem;
  padding-left: 1.75rem;
  border-left: 1px dashed #e4571f;
  color: #b6635c;
  line-height: 2;
}
.join-personnel-list1 .plane {
  width: 18.75rem;
  position: absolute;
  left: 28%;
  top: 24%;
  z-index: 1;
}

@media (max-width: 1480px) {
  .join-personnel-list1 .text .rightbox {
    width: 10.5rem;
  }
}
@media (max-width: 1280px) {
  .join-personnel-list1 .text .rightbox {
    font-size: 14px;
  }

  .join-personnel-list1 .text .p {
    font-size: 14px;
  }

  /*.join-personnel-list1 .plane{
    width: 12.75rem;
  }*/
}
@media (max-width: 768px) {
  .join-personnel-list1 {
    padding: 1.75rem 0 2rem;
  }

  .join-personnel-list1 .text .rightbox {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 1rem;
  }

  .join-personnel-list1 .text .leftbox {
    width: 100%;
  }

  .join-personnel-list1 .bg {
    background-position: 75% center;
  }

  .join-personnel-list1 .title:before {
    width: 4rem;
    height: 4rem;
  }

  .join-personnel-list1 .text {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .join-personnel-list1 .bg {
    display: none;
  }

  .join-personnel-list1 .text {
    margin-top: 1rem;
  }

  .join-personnel-list1 .text .p {
    padding-right: 0;
  }

  .join-personnel-list1 .text .p {
    font-size: 12px;
    line-height: 1.8;
  }
}
.join-personnel-list2 {
  padding: 1.25rem 0 0;
  position: relative;
}
.join-personnel-list2:before {
  content: "";
  position: absolute;
  width: 93%;
  height: 100%;
  left: 3.5%;
  border-radius: 70px;
  top: 0;
  background: linear-gradient(#fff 10%, rgba(255, 255, 255, 0.3) 50%, transparent);
}
.join-personnel-list2 .contentbox {
  position: relative;
  z-index: 3;
}
.join-personnel-list2 .title {
  padding-left: 2.5rem;
  padding-top: 2rem;
  width: 10rem;
}
.join-personnel-list2 .title .line {
  width: 60px;
  height: 2px;
  background: #e4541d;
  margin: .3rem 0 .85rem;
}
.join-personnel-list2 .tit2 {
  color: #ed431d;
}
.join-personnel-list2 .tit3 {
  color: #b18783;
  line-height: 1.8;
  width: 8rem;
}
.join-personnel-list2 .treeimg {
  max-width: calc(100% - 10rem);
}

@media (max-width: 768px) {
  .join-personnel-list2 .title {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }

  .join-personnel-list2 .tit3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .join-personnel-list2 .title {
    padding-top: 0;
  }

  .join-personnel-list2 .treeimg {
    max-width: 100%;
    margin-top: 1rem;
  }

  .join-personnel-list2:before {
    border-radius: 30px;
  }
}
.join-personnel-list3 {
  padding: 1.75rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}
.join-personnel-list3:before {
  content: "";
  position: absolute;
  /*width:78.125%;*/
  width: 96.5%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 247, 240, 0.7);
}
.join-personnel-list3 .contentbox {
  position: relative;
  z-index: 3;
}
.join-personnel-list3 .title {
  margin-right: 5%;
}
.join-personnel-list3 .title .line {
  width: 60px;
  height: 2px;
  background: #e4541d;
  margin: .3rem 0 .75rem;
  text-align: right;
}
.join-personnel-list3 .tit2 {
  color: #ed431d;
}
.join-personnel-list3 .tit3 {
  color: #b18783;
  line-height: 1.8;
  text-align: right;
}
.join-personnel-list3 .img-container {
  margin-top: 2rem;
}
.join-personnel-list3 .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.join-personnel-list3 .swiper-slide img {
  width: 100%;
}
.join-personnel-list3 .swiper-botton {
  position: relative;
}
.join-personnel-list3 .swiper-botton .swiper-button-prev, .join-personnel-list3 .swiper-botton .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease;
  margin-top: -30px;
  top: 50%;
}
.join-personnel-list3 .swiper-botton .swiper-button-prev svg, .join-personnel-list3 .swiper-botton .swiper-button-next svg {
  width: 40px;
  height: 40px;
  fill: #e4571f;
}
.join-personnel-list3 .swiper-botton .swiper-button-prev:hover, .join-personnel-list3 .swiper-botton .swiper-button-next:hover {
  background: #e4571f;
}
.join-personnel-list3 .swiper-botton .swiper-button-prev:hover svg, .join-personnel-list3 .swiper-botton .swiper-button-next:hover svg {
  fill: #fff;
}
.join-personnel-list3 .swiper-botton .swiper-button-prev {
  left: 0;
}
.join-personnel-list3 .swiper-botton .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.join-personnel-list3 .swiper-botton .swiper-button-next {
  right: 0;
}
.join-personnel-list3 .swiper-botton {
  width: 160px;
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 2;
}

@media (max-width: 1280px) {
  .join-personnel-list3 .swiper-botton .swiper-button-prev, .join-personnel-list3 .swiper-botton .swiper-button-next {
    width: 45px;
    height: 45px;
  }

  .join-personnel-list3 .swiper-botton .swiper-button-prev svg, .join-personnel-list3 .swiper-botton .swiper-button-next svg {
    width: 25px;
    height: 25px;
  }

  .join-personnel-list3 .swiper-botton {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .join-personnel-list3 .title {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }

  .join-personnel-list3 .tit3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .join-personnel-list3:before {
    width: 90%;
  }

  .join-personnel-list3 .title {
    width: 80%;
  }

  .join-personnel-list3 .swiper-botton {
    display: none;
  }

  .join-personnel-list3 .img-container {
    margin-top: 1rem;
  }
}
.join-personnel-list4 {
  padding: 2rem 0 4.25rem;
  position: relative;
  overflow: hidden;
}
.join-personnel-list4 .contentbox {
  position: relative;
  z-index: 3;
}
.join-personnel-list4 .title {
  padding-left: 2.5rem;
  background: url(../images/img54.png) no-repeat 0.75rem 0.25rem;
  background-size: 1.5rem auto;
}
.join-personnel-list4 .title .line {
  width: 60px;
  height: 2px;
  background: #e4541d;
  margin: .3rem 0 .75rem;
  text-align: right;
}
.join-personnel-list4 .tit2 {
  color: #ed431d;
}
.join-personnel-list4 .tit3 {
  color: #b18783;
  line-height: 1.8;
}
.join-personnel-list4 .list4box .jlist-img {
  width: 55%;
  margin-left: -5%;
}
.join-personnel-list4 .ulbox {
  width: 42%;
}
.join-personnel-list4 .li {
  width: 100%;
  border-radius: 20px;
  margin-bottom: .5rem;
  overflow: hidden;
  padding: 1rem 3rem 1rem 1.75rem;
}
.join-personnel-list4 .li:nth-child(3n) {
  margin-right: 0;
}
.join-personnel-list4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
}
.join-personnel-list4 .tit4 {
  font-style: italic;
  margin-bottom: .5rem;
}
.join-personnel-list4 .text {
  position: relative;
  z-index: 3;
}
.join-personnel-list4 .item {
  padding-left: 15px;
  margin-bottom: .25rem;
  position: relative;
}
.join-personnel-list4 .item:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #fff;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
}
.join-personnel-list4 .item:last-child {
  margin-bottom: 0;
}
.join-personnel-list4 .more {
  padding-bottom: 2px;
  position: relative;
  margin-top: -20px;
}
.join-personnel-list4 .more:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
}
.join-personnel-list4 .more:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .join-personnel-list4 .li {
    padding: 1rem 1rem .75rem 1rem;
  }
}
@media (max-width: 767px) {
  .join-personnel-list4 .list4box .jlist-img {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .join-personnel-list4 .ulbox {
    width: 100%;
    margin-top: 1.5rem;
  }

  .join-personnel-list4 .li {
    width: 100%;
    margin-bottom: .5rem;
  }

  .join-personnel-list4 {
    padding-bottom: 3rem;
  }

  .join-personnel-list4 .title {
    padding-left: 1.5rem;
    background: url(../images/img54.png) no-repeat 0.25rem 0.4rem;
    background-size: 1rem auto;
  }
}
.probanner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.probanner .swiper-slide {
  height: 16rem;
  overflow: hidden;
}
.probanner .slide-inner {
  height: 16rem;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  /*&:after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left:0;
    height: 40%;
    background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
    z-index: 2;
  }*/
}
.probanner .hrefbtn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.probanner .swiper-button-prev, .probanner .swiper-button-next {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}
.probanner .swiper-button-prev svg, .probanner .swiper-button-next svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.probanner .swiper-button-prev {
  left: calc(50vw - 700px);
}
.probanner .swiper-button-next {
  right: calc(50vw - 700px);
}
.probanner .swiper-pagination {
  position: absolute;
  bottom: .75rem !important;
  width: 100% !important;
}
.probanner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 6px;
  transition: all .3s;
}
.probanner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #db251a;
}

@media (max-width: 1400px) {
  .probanner .swiper-button-next {
    right: 5%;
  }

  .probanner .swiper-button-prev {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .probanner .slide-inner, .probanner .swiper-slide {
    height: 8rem;
  }

  .probanner .swiper-button-prev, .probanner .swiper-button-next {
    display: none;
  }

  .probanner .swiper-pagination {
    bottom: 10px !important;
  }

  .probanner .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.i-pro1 {
  padding: 20px 0;
  background: #fff;
}
.i-pro1 .ulbox .li {
  width: 23%;
  margin-right: 2%;
  overflow: hidden;
  border-radius: 5px;
}
.i-pro1 .ulbox .li:nth-child(4n) {
  margin-right: 0;
}
.i-pro1 .ulbox img {
  width: 100%;
}

.pro-mallbtn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: .25rem;
  right: .25rem;
  opacity: 0;
  transition: all .3s;
}
.pro-mallbtn .img1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
  transition: all .3s;
}
.pro-mallbtn .img2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  cursor: pointer;
  transition: all .3s;
}

.pro-mallbtn.cur .img1 {
  opacity: 0;
  visibility: hidden;
}
.pro-mallbtn.cur .img2 {
  opacity: 1;
  visibility: visible;
}

.warp-pro2 {
  background: #efefef;
  padding-bottom: 1rem;
}

.iproducts-nav {
  background: #fff;
  height: 65px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.iproducts-nav .li {
  margin-right: 1.75rem;
  height: 65px;
  line-height: 65px;
  color: #555;
  position: relative;
  transition: all .3s;
  cursor: pointer;
}
.iproducts-nav .li:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #003ca6;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition: all .3s;
}
.iproducts-nav .li:hover, .iproducts-nav .li.cur {
  color: #003ca6;
}
.iproducts-nav .li:hover:before, .iproducts-nav .li.cur:before {
  opacity: 1;
}

.iproducts-nav.active {
  opacity: 1;
  visibility: visible;
}
.swiper-pagination-bullet{
  width: 13px!important;
  height: 13px!important;
  margin: 0 3.5px!important;
}
.i-pro2 {
  padding: 1rem 0 0;
}
.i-pro2 .pro-top {
  margin-bottom: .5rem;
}
.i-pro2 .pro-top .tit2 {
  color: #555555;
  margin-right: .75rem;
}
.i-pro2 .pro-top a {
  margin-right: 1rem;
  color: #888;
}
.i-pro2 .pro-top a:hover {
  color: #e95a23;
}
.i-pro2 .morebtn {
  color: #888;
}
.i-pro2 .morebtn .btn {
  width: 18px;
  height: 18px;
  margin-left: .25rem;
  border-radius: 50%;
  border: 1px solid #e85923;
}
.i-pro2 .morebtn svg {
  width: 10px;
  height: 10px;
  fill: #e85923;
}
.i-pro2 .procontent {
  margin-top: 1.75rem;
}
.i-pro2 .pro-left {
  width: 39.28%;
  height: 17.5rem;
  background: #fff;
  border-radius: 5px;
  padding: 1rem;
  overflow: hidden;
  position: relative;
}
.i-pro2 .pro-left .swiper-slide {
  width: 100%;
  height: 11.7rem;
}
.i-pro2 .pro-left .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.i-pro2 .pro-left .proimg {
  overflow: hidden;
  padding-bottom: 2rem;
  position: relative;
}
.i-pro2 .pro-left .text {
  justify-content: space-between;
}
.i-pro2 .pro-left .tit2 {
  color: #555;
}
.i-pro2 .pro-left .tit3 {
  color: #888;
}
.i-pro2 .pro-left .warp-swiper-pagination {
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 1rem;
}
.i-pro2 .pro-left .warp-swiper-pagination:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
  z-index: 1;
  background: #f7f7f7;
}
.i-pro2 .pro-left .swiper-pagination {
  position: absolute;
  bottom: -7px !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  z-index: 2;
  padding: 0 .75rem;
}
.i-pro2 .pro-left .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dddddd;
  margin: 0 6px;
  transition: all .3s;
}
.i-pro2 .pro-left .swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.2, 1.2);
  background: #db251a;
}
.i-pro2 .price {
  color: #e8551e;
}
.i-pro2 .pro-right {
  width: 100%;
}
.i-pro2 .pro-right .img {
  position: relative;
  width: 100%;
  transition: all .3s ease;
}
.i-pro2 .pro-right .img img {
  width: 100%;
}
.i-pro2 .pro-right .li {
  width: 31.9%;
  padding: .75rem;
  height: auto!important;
  margin-right: 2.15%;
  margin-bottom: 2.15%;
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.i-pro2 .pro-right .tip1 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #453191;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.i-pro2 .pro-right .tip2 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #dbac73;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.i-pro2 .pro-right .tip3 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #e42929;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.i-pro2 .pro-right .li:nth-child(3n) {
  margin-right: 0;
}
.i-pro2 .pro-right .tit3 {
  color: #555;
  transition: all .3s ease;
}
.i-pro2 .pro-right .tit4 {
  color: #888;
  transition: all .3s ease;
}
.i-pro2 .pro-right .tit5 {
  color: #e8551e;
  transition: all .3s ease;
}
.i-pro2 .pro-right .text {
  transition: all .3s ease;
}
.i-pro2 .bot {
  margin-top: .55rem;
  transition: all .3s ease;
}
.i-pro2 .bot a {
  margin: 0 7px;
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  box-sizing: content-box;
}
.i-pro2 .bot a:nth-child(1) {
  background: #fff;
  color: #003ca6;
}
.i-pro2 .bot a:nth-child(2) {
  border: 2px solid white;
  color: #fff;
}
.i-pro2 .imgswiper {
  width: 31.9%;
  position: relative;
  overflow: hidden;
}
.i-pro2 .imgswiper .swiper-slide {
  width: 100%;
  height: 8.55rem;
  background-size: cover;
  background-position: 50% 50%;
}
.i-pro2 .imgswiper .swiper-slide2 {
  background: #fff;
  padding: .75rem;
}
.i-pro2 .imgswiper .swiper-pagination {
  position: absolute;
  bottom: .5rem !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.i-pro2 .imgswiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 6px;
  transition: all .3s;
}
.i-pro2 .imgswiper .swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.2, 1.2);
  background: #db251a;
}
/*.i-pro2 .imgswiper .swiper-slide2:hover {
  background: linear-gradient(#003ca6 10%, #f57646);
}
.i-pro2 .imgswiper .swiper-slide2:hover .img {
  transform: translate(0, calc(-30px - .55rem ));
}
.i-pro2 .imgswiper .swiper-slide2:hover .text {
  transform: translate(0, calc(-30px - .55rem ));
}
.i-pro2 .imgswiper .swiper-slide2:hover .text .tit3 {
  color: #fff;
}
.i-pro2 .imgswiper .swiper-slide2:hover .text .tit4 {
  color: #ff9e79;
}
.i-pro2 .imgswiper .swiper-slide2:hover .text .tit5 {
  color: #fff;
}
.i-pro2 .imgswiper .swiper-slide2:hover .bot {
  transform: translate(0, calc(-30px - .55rem ));
}*/
.i-pro2 .adsense-btn {
  height: 3rem;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  /*.i-pro2 .pro-right .li:hover {
    background: linear-gradient(#003ca6 10%, #f57646);
  }
  .i-pro2 .pro-right .li:hover .img {
    transform: translate(0, calc(-30px - .55rem ));
  }
  .i-pro2 .pro-right .li:hover .text {
    transform: translate(0, calc(-30px - .55rem ));
  }
  .i-pro2 .pro-right .li:hover .text .tit3 {
    color: #fff;
  }
  .i-pro2 .pro-right .li:hover .text .tit4 {
    color: #ff9e79;
  }
  .i-pro2 .pro-right .li:hover .text .tit5 {
    color: #fff;
  }
  .i-pro2 .pro-right .li:hover .bot {
    transform: translate(0, calc(-30px - .55rem ));
  }*/

  .i-pro2 .bot {
    transform: translate(0, 30px);
  }
}
@media (max-width: 1680px) {
  .i-pro2 .pro-right .img {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .i-pro2 .pro-left, .i-pro2 .pro-right {
    width: 100%;
  }

  .i-pro2 .pro-right {
    margin-top: 1rem;
  }

  .i-pro2 .pro-right .li, .i-pro2 .imgswiper .swiper-slide {
    height: 13.55rem;
  }

  .i-pro2 .bot a:nth-child(1) {
    background: #003ca6;
    color: #fff;
  }

  .i-pro2 .bot a:nth-child(2) {
    border: 2px solid #003ca6;
    color: #003ca6;
  }

  .i-pro2 .bot a {
    width: 55px;
    margin: 0 3px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .i-pro2 .pro-right .tit4, .i-pro2 .pro-right .tit5 {
    font-size: 12px;
  }

  .i-pro2 .bot {
    margin-top: .35rem;
  }

  .iproducts-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .i-pro2 .pro-right .li, .i-pro2 .imgswiper .swiper-slide {
    height: 10.55rem;
  }

  .i-pro1 .ulbox .li {
    width: 48%;
    margin-right: 4%;
  }

  .i-pro1 .ulbox .li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 4%;
  }

  .i-pro2 .pro-top a {
    margin-right: .5rem;
  }
}
@media (max-width: 767px) {
  .i-pro2 .pro-top a {
    font-size: 12px;
  }

  .i-pro2 .pro-right .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .i-pro2 .imgswiper {
    width: 48%;
  }

  .i-pro2 .pro-right .li:nth-child(3n) {
    margin-right: 4%;
  }

  .i-pro2 .pro-right .li:nth-child(2n) {
    margin-right: 0;
  }

  .i-pro2 .pro-right {
    margin-top: .5rem;
  }

  .i-pro2 .pro-top .leftnav a {
    display: none;
  }

  .i-pro2 .adsense-btn {
    height: 2rem;
  }

  .i-pro2 .imgswiper .swiper-pagination {
    bottom: 10px !important;
  }

  .i-pro2 .imgswiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
}
.warp-iproducts-nav2 {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 100px;
}

.iproducts-nav2 {
  height: 100px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  /*opacity:0;
  visibility:hidden;*/
  transition: all .3s;
  z-index: 9;
}
.iproducts-nav2 .li {
  margin-right: 1.75rem;
  height: 100px;
  line-height: 100px;
  color: #555;
  position: relative;
  transition: all .3s;
  cursor: pointer;
}
.iproducts-nav2 .li:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #003ca6;
  width: 100%;
  bottom: 30px;
  opacity: 0;
  transition: all .3s;
}
.iproducts-nav2 .li:nth-child {
  margin-bottom: 0;
}
.iproducts-nav2 .li:hover, .iproducts-nav2 .li.cur {
  color: #003ca6;
}
.iproducts-nav2 .li:hover:before, .iproducts-nav2 .li.cur:before {
  opacity: 1;
}

.iproducts-nav2.active {
  background: #fff;
  position: fixed;
}

.warp-pro3 {
  background: #efefef;
  padding-bottom: 1rem;
}
.warp-pro3 .i-pro3 {
  margin-bottom: 1rem;
}
.warp-pro3 .probox {
  background: #fff;
  border-radius: 5px;
  margin-bottom: .75rem;
  overflow: hidden;
}
.warp-pro3 .probox .iconlogo {
  max-height: 1.5rem;
}
.warp-pro3 .probox .text {
  width: 39.2%;
  padding: 1.5rem .95rem;
}
.warp-pro3 .probox .tit3 {
  color: #555;
  margin-top: .4rem;
}
.warp-pro3 .probox .tit4 {
  color: #777;
  line-height: 1.8;
  margin-top: .65rem;
}
.warp-pro3 .probox .tit5 {
  height: 40px;
  padding: 0 .5rem;
  font-size: 15px;
  border-radius: 40px;
  background: #e7541e;
  color: #fff;
  margin-top: .9rem;
}
.warp-pro3 .probox .tit5 img {
  width: 18px;
  margin-right: .25rem;
}
.warp-pro3 .probox .imgbox {
  width: 60.8%;
  position: relative;
  z-index: 2;
}
.warp-pro3 .probox .imgbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.warp-pro3 .procontent .imgswiper {
  padding-bottom: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.warp-pro3 .procontent .imgswiper .swiper-slide {
  background: #fff;
  padding: .75rem;
  height: 8.55rem;
  position: relative;
  overflow: hidden;
}
.warp-pro3 .procontent .imgswiper .img {
  transition: all .3s;
}
.warp-pro3 .procontent .imgswiper .img img {
  max-width: 100%;
}
.warp-pro3 .procontent .imgswiper .swiper-pagination {
  position: absolute;
  bottom: .5rem !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.warp-pro3 .procontent .imgswiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d2d2d2;
  margin: 0 6px;
  transition: all .3s;
}
.warp-pro3 .procontent .imgswiper .swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.2, 1.2);
  background: #db251a;
}
.warp-pro3 .procontent .bot {
  margin-top: .55rem;
  transition: all .3s ease;
}
.warp-pro3 .procontent .bot a {
  margin: 0 7px;
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  box-sizing: content-box;
}
.warp-pro3 .procontent .bot a:nth-child(1) {
  background: #fff;
  color: #003ca6;
}
.warp-pro3 .procontent .bot a:nth-child(2) {
  border: 2px solid white;
  color: #fff;
}

@media (min-width: 1024px) {
  .i-pro3 .li:hover {
    background: linear-gradient(#003ca6 10%, #f57646);
  }
  .i-pro3 .li:hover .img {
    transform: translate(0, calc(-30px - .55rem ));
  }
  .i-pro3 .li:hover .text {
    transform: translate(0, calc(-30px - .55rem ));
  }
  .i-pro3 .li:hover .text .tit3 {
    color: #fff;
  }
  .i-pro3 .li:hover .text .tit4 {
    color: #ff9e79;
  }
  .i-pro3 .li:hover .text .tit5 {
    color: #fff;
  }
  .i-pro3 .li:hover .bot {
    transform: translate(0, calc(-30px - .55rem ));
  }

  .i-pro3 .bot {
    transform: translate(0, 30px);
  }
}
@media (max-width: 1024px) {
  .warp-iproducts-nav2 {
    margin-top: 0;
    display: none;
  }

  .warp-pro3 {
    padding-top: 1.5rem;
  }

  .warp-pro3 .procontent .bot a:nth-child(1) {
    background: #003ca6;
    color: #fff;
  }

  .warp-pro3 .procontent .bot a:nth-child(2) {
    border: 2px solid #003ca6;
    color: #003ca6;
  }

  .warp-pro3 .procontent .bot a {
    width: 55px;
    margin: 0 3px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .warp-pro3 .procontent .tit4, .warp-pro3 .procontent .tit5 {
    font-size: 12px;
  }

  .warp-pro3 .procontent .bot {
    margin-top: .35rem;
  }
}
@media (max-width: 768px) {
  .warp-pro3 .probox .text {
    width: 100%;
  }

  .warp-pro3 .probox .imgbox {
    width: 100%;
    height: 13rem;
  }

  .warp-pro3 .procontent .imgswiper .swiper-slide {
    height: 12rem;
  }

  .warp-pro3 .procontent .imgswiper .swiper-pagination {
    bottom: 0 !important;
  }

  .warp-pro3 .procontent .imgswiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
}
.pro-list {
  padding: 262px 0 2.5rem;
  background: #efefef;
}
.pro-list .pro-ulbox .img {
  position: relative;
  width: 100%;
  transition: all .3s ease;
}
.pro-list .pro-ulbox .img img {
  width: 100%;
}
.pro-list .pro-ulbox .li {
  width: 18.5%;
  height: 345px;
  padding: .75rem;
  margin-right: 1.8%;
  margin-bottom: 1.8%;
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pro-list .pro-ulbox .tip1 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #453191;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.pro-list .pro-ulbox .tip2 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #dbac73;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.pro-list .pro-ulbox .tip3 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #e42929;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.pro-list .pro-ulbox .li:nth-child(5n) {
  margin-right: 0;
}
.pro-list .pro-ulbox .tit3 {
  color: #555;
  transition: all .3s ease;
}
.pro-list .pro-ulbox .tit4 {
  color: #888;
  transition: all .3s ease;
}
.pro-list .pro-ulbox .tit5 {
  color: #e8551e;
  transition: all .3s ease;
}
.pro-list .pro-ulbox .text {
  transition: all .3s ease;
}
.pro-list .bot {
  margin-top: .55rem;
  transition: all .3s ease;
}
.pro-list .bot a {
  margin: 0 7px;
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  box-sizing: content-box;
}
.pro-list .bot a:nth-child(1) {
  background: #fff;
  color: #003ca6;
}
.pro-list .bot a:nth-child(2) {
  border: 2px solid white;
  color: #fff;
}

@media (min-width: 1024px) {
  .pro-list .pro-ulbox .li:hover {
    background: linear-gradient(#003ca6 10%, #f57646);
  }
  .pro-list .pro-ulbox .li:hover .img {
    transform: translate(0, calc(-30px - .55rem ));
  }
  .pro-list .pro-ulbox .li:hover .text {
    transform: translate(0, calc(-30px - .55rem ));
  }
  .pro-list .pro-ulbox .li:hover .text .tit3 {
    color: #fff;
  }
  .pro-list .pro-ulbox .li:hover .text .tit4 {
    color: #ff9e79;
  }
  .pro-list .pro-ulbox .li:hover .text .tit5 {
    color: #fff;
  }
  .pro-list .pro-ulbox .li:hover .bot {
    transform: translate(0, calc(-30px - .55rem ));
  }

  .pro-list .pro-ulbox .bot {
    transform: translate(0, 30px);
  }
}
@media (max-width: 1400px) {
  .pro-list .pro-ulbox .li {
    height: 300px;
  }

  .pro-list .bot a {
    width: 60px;
  }
}
@media (max-width: 1280px) {
  .pro-list .pro-ulbox .li {
    height: 280px;
  }
}
@media (max-width: 1024px) {
  .pro-list {
    padding: 1.5rem 0 2rem;
  }

  .pro-list .pro-ulbox .li {
    width: 31.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 15rem;
  }

  .pro-list .pro-ulbox .li:nth-child(5n) {
    margin-right: 2%;
  }

  .pro-list .pro-ulbox .li:nth-child(3n) {
    margin-right: 0;
  }

  .pro-list .pro-ulbox .bot a:nth-child(1) {
    background: #003ca6;
    color: #fff;
  }

  .pro-list .pro-ulbox .bot a:nth-child(2) {
    border: 2px solid #003ca6;
    color: #003ca6;
  }

  .pro-list .pro-ulbox .bot a {
    width: 55px;
    margin: 0 3px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .pro-list .pro-ulbox .tit4, .pro-list .pro-ulbox .tit5 {
    font-size: 12px;
  }

  .pro-list .pro-ulbox .bot {
    margin-top: .35rem;
  }
}
@media (max-width: 768px) {
  .pro-list .pro-ulbox .li {
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .pro-list .pro-ulbox .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    height: 11.5rem;
  }

  .pro-list .pro-ulbox .li:nth-child(5n) {
    margin-right: 4%;
  }

  .pro-list .pro-ulbox .li:nth-child(3n) {
    margin-right: 4%;
  }

  .pro-list .pro-ulbox .li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .i-pro2 .pro-right .li:hover .pro-mallbtn {
    opacity: 1;
  }

  .warp-pro3 .procontent .imgswiper .li:hover .pro-mallbtn {
    opacity: 1;
  }
}
.header .pro-nav-ulbox {
  background: #fff;
  height: 100px;
  display: none;
}
.header .pro-nav-ulbox .li {
  height: 100px;
  width: 16.6%;
  color: #333;
  cursor: pointer;
}
.header .pro-nav-ulbox .li .img {
  width: 35px;
  height: 35px;
  position: relative;
  margin: 0 auto .15rem;
}
.header .pro-nav-ulbox .li .img1 {
  transition: all .3s;
}
.header .pro-nav-ulbox .li .img2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all .3s;
}
.header .pro-nav-ulbox .li:hover, .header .pro-nav-ulbox .li.cur {
  color: #e7541e;
}
.header .pro-nav-ulbox .li:hover .img1, .header .pro-nav-ulbox .li.cur .img1 {
  opacity: 0;
}
.header .pro-nav-ulbox .li:hover .img2, .header .pro-nav-ulbox .li.cur .img2 {
  opacity: 1;
}
.header .pro-nav-ulbox .proitem {
  position: absolute;
  width: 1400px;
  left: 50%;
  margin-left: -700px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  z-index: 9;
  top: 100px;
  box-shadow: inset 10px 0px 15px 0px rgba(231, 84, 30, 0.06);
  opacity: 0;
  transform: translate(0, 20px);
  visibility: hidden;
  transition: all .5s ease;
}
.header .pro-nav-ulbox .imgswiper {
  width: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.header .pro-nav-ulbox .imgswiper .swiper-slide {
  width: 100%;
  height: 8.5rem;
  background-size: cover;
  background-position: 50% 50%;
}
.header .pro-nav-ulbox .imgswiper .swiper-pagination {
  position: absolute;
  bottom: .5rem !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.header .pro-nav-ulbox .imgswiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 6px;
  transition: all .3s;
}
.header .pro-nav-ulbox .imgswiper .swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.2, 1.2);
  background: #db251a;
}
.header .pro-nav-ulbox .pro-nav {
  width: calc(100% - 260px - 1.5rem);
}
.header .pro-nav-ulbox .pro-nav .li-item {
  width: 22.5%;
}
.header .pro-nav-ulbox .pro-nav .tit3 {
  color: #555;
  line-height: 1;
  padding: .5rem 0;
  color: #555;
  border-bottom: 2px solid #eee;
  transition: all .3s;
}
.header .pro-nav-ulbox .pro-nav a {
  padding: .4rem 0;
  color: #666;
  border-bottom: 1px dashed #eee;
}
.header .pro-nav-ulbox .pro-nav a svg {
  width: 18px;
  height: 18px;
  fill: #dfdfdf;
  transition: all .3s;
}
.header .pro-nav-ulbox .pro-nav a .iconbox {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  transition: all .3s;
}
.header .pro-nav-ulbox .pro-nav a:last-child {
  border-bottom: none;
}
.header .pro-nav-ulbox .pro-nav .li-item:hover .tit3 {
  border-bottom: 2px solid #e7541e;
}
.header .pro-nav-ulbox .pro-nav a:hover {
  color: #e7541e;
}
.header .pro-nav-ulbox .pro-nav a:hover .iconbox {
  background: #e7541e;
}
.header .pro-nav-ulbox .li:hover .proitem {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

@media (max-width: 1480px) {
  .header .pro-nav-ulbox .proitem {
    width: 100%;
    left: 50%;
    margin-left: -50%;
  }
}
@media (max-width: 1280px) {
  .header .pro-nav-ulbox .pro-nav .tit3 {
    font-size: 15px;
  }

  .header .pro-nav-ulbox .pro-nav a {
    font-size: 13px;
  }

  .header .pro-nav-ulbox .imgswiper {
    width: 190px;
  }

  .header .pro-nav-ulbox .pro-nav {
    width: calc(100% - 190px - 1.5rem);
  }
}
.products-info {
  background: #efefef;
  padding: 218px 0 2rem;
}
.products-info .protitle {
  padding: .75rem 0;
}
.products-info .protitle span {
  color: #888;
}
.products-info .protitle a {
  color: #888;
}
.products-info .tip1 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #453191;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.products-info .tip2 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #dbac73;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.products-info .tip3 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #e42929;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.products-info .products-topbox {
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
}
.products-info .proimg {
  width: 50%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.products-info .proimg .swiper-slide {
  width: 100%;
}
.products-info .proimg .swiper-slide img {
  width: 100%;
}
.products-info .proimg .swiper-pagination {
  position: absolute;
  bottom: .5rem !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.products-info .proimg .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 6px;
  transition: all .3s;
}
.products-info .proimg .swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.2, 1.2);
  background: #db251a;
}
.products-info .protext {
  padding: 1.25rem;
  width: 50%;
}
.products-info .protext .tit3 {
  color: #555;
  line-height: 1.6;
}
.products-info .protext .tit4 {
  line-height: 2;
}
.products-info .protext .tit5 {
  margin-top: .65rem;
}
.products-info .protext .tit5 .sp1 {
  width: 80px;
  color: #999;
  line-height: 1.2;
}
.products-info .protext .tit5 .sp2 {
  color: #e8551e;
  width: calc(100% - 100px);
}
.products-info .protext .tit5 .sp3 svg {
  width: 25px;
  height: 25px;
  margin-left: .5rem;
  fill: #cfcfcf;
}
.products-info .protext .tit5 .sp4 .jian, .products-info .protext .tit5 .sp4 .jia {
  width: 36px;
  height: 36px;
  box-sizing: content-box;
  color: #cfcfcf;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}
.products-info .protext .tit5 .sp4 .num {
  width: 64px;
  padding: 0 5px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d8d8d8;
  background: none;
  box-sizing: content-box;
}
.products-info .protext .sizebox {
  width: calc(100% - 100px);
}
.products-info .protext .sizebox .li {
  padding: 0 8px;
  height: 35px;
  line-height: 35px;
  margin-right: .5rem;
  margin-bottom: .25rem;
  cursor: pointer;
  border: 2px solid #d8d8d8;
  transition: all .3s ease;
}
.products-info .protext .sizebox .li:hover, .products-info .protext .sizebox .li.cur {
  border: 2px solid #e8551e;
  color: #e8551e;
}
.products-info .protext .botbox {
  margin-top: 1.25rem;
}
.products-info .protext .buybtn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  background: #e8551e;
  margin-right: .5rem;
}
.products-info .protext .mallbtn {
  background: #ffe5db;
  color: #e8551e;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
}
.products-info .protext .mallbtn svg {
  width: 22px;
  height: 22px;
  margin-right: .3rem;
  fill: #e8551e;
}
.products-info .titlebox {
  padding: 20px 0;
  color: #888;
}
.products-info .procontent {
  position: relative;
  z-index: 1;
}
.products-info .contentbox {
  margin-bottom: .75rem;
  position: relative;
  z-index: 1;
}
.products-info .contentbox .content-left {
  width: calc(100% - 400px);
}
.products-info .contentbox .content-right {
  position: absolute;
  width: 370px;
  right: 0;
  top: 0;
  z-index: 9;
}
.products-info .contentbox .buybox {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
}
.products-info .contentbox .tit4 {
  color: #555;
}
.products-info .contentbox .tit5 {
  color: #555;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.products-info .contentbox .buy-item {
  border-bottom: 1px solid #efefef;
  padding: .65rem 0 .5rem;
}
.products-info .contentbox .buy-item .sp1 {
  width: 80px;
  color: #999;
  line-height: 1.2;
}
.products-info .contentbox .buy-item .sp2 {
  color: #e8551e;
  max-width: calc(100% - 100px);
}
.products-info .contentbox .botbox {
  margin-top: 1.25rem;
}
.products-info .contentbox .buybtn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  background: #e8551e;
  margin-right: .25rem;
}
.products-info .contentbox .mallbtn {
  background: #ffe5db;
  color: #e8551e;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
}
.products-info .contentbox .mallbtn svg {
  width: 20px;
  height: 20px;
  margin-right: .15rem;
  fill: #e8551e;
}
.products-info .contentbox .buytext {
  margin-top: .75rem;
  background: #fff;
  border-radius: 8px;
  padding: 1rem 1rem .5rem;
  background: #fff;
  width: 100%;
}
.products-info .contentbox .tit6 {
  color: #888;
}
.products-info .contentbox .li-item {
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}
.products-info .contentbox .li-item img {
  height: 24px;
}
.products-info .contentbox .li-item .item {
  width: calc(100% - 45px);
  color: #777;
  line-height: 2;
}
.products-info .contentbox .li-item:last-child {
  border-bottom: none;
}
.products-info .contentbox .content-right.active {
  position: fixed;
  right: calc(50% - 700px);
  top: 260px;
}
.products-info .imgswiper {
  width: 100%;
  /*padding-bottom:2rem;*/
  position: relative;
  overflow: hidden;
}
.products-info .imgswiper .swiper-slide {
  height: 330px;
  background: #fff;
  padding: .75rem;
  overflow: hidden;
}
.products-info .imgswiper .swiper-slide img {
  width: 100%;
}
.products-info .imgswiper .swiper-slide .img {
  transition: all .3s ease;
}
.products-info .imgswiper .swiper-slide .tit3 {
  color: #555;
  transition: all .3s ease;
}
.products-info .imgswiper .swiper-slide .tit4 {
  color: #888;
  transition: all .3s ease;
}
.products-info .imgswiper .swiper-slide .tit5 {
  color: #e8551e;
  transition: all .3s ease;
}
.products-info .imgswiper .swiper-slide .text {
  transition: all .3s ease;
}
.products-info .imgswiper .swiper-pagination {
  position: absolute;
  bottom: .5rem !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  z-index: 2;
}
.products-info .imgswiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 6px;
  transition: all .3s;
}
.products-info .imgswiper .swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.2, 1.2);
  background: #db251a;
}
.products-info .imgswiper .swiper-slide:hover {
  background: linear-gradient(#003ca6 10%, #f57646);
}
.products-info .imgswiper .swiper-slide:hover .img {
  transform: translate(0, calc(-30px));
}
.products-info .imgswiper .swiper-slide:hover .text {
  transform: translate(0, calc(-30px));
}
.products-info .imgswiper .swiper-slide:hover .text .tit3 {
  color: #fff;
}
.products-info .imgswiper .swiper-slide:hover .text .tit4 {
  color: #ff9e79;
}
.products-info .imgswiper .swiper-slide:hover .text .tit5 {
  color: #fff;
}

@media (max-width: 1400px) {
  .products-info .contentbox .content-right.active {
    position: fixed;
    right: 5%;
    top: 260px;
  }

  .products-info .imgswiper .swiper-slide {
    height: 308px;
  }
}
@media (max-width: 1280px) {
  .products-info .imgswiper .swiper-slide {
    height: 285px;
  }
}
@media (max-width: 1024px) {
  .products-info .imgswiper {
    padding-bottom: 2rem;
  }

  .products-info .swiper-pagination {
    display: block;
  }

  .products-info .proimg, .products-info .protext {
    width: 100%;
  }

  .products-info {
    padding: 1.5rem 0 2rem;
  }
}
@media (max-width: 768px) {
  .products-info .contentbox .content-left {
    width: 100%;
  }

  .products-info .contentbox .content-right {
    width: 100%;
    position: relative;
  }

  .products-info .contentbox .buybox {
    display: none;
  }
}
@media (max-width: 767px) {
  .products-info .protext .sizebox {
    width: 100%;
    margin-top: .25rem;
  }

  .products-info .protext .tit5 .sp1 {
    font-size: 14px;
  }

  .products-info .protext .sizebox .li {
    font-size: 12px;
    margin-right: .25rem;
  }

  .products-info .protext .buybtn, .products-info .protext .mallbtn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
  }

  .products-info .protext {
    padding: 1rem 6%;
  }

  .products-info .contentbox .li-item .item {
    font-size: 12px;
  }

  .products-info .contentbox .li-item img {
    height: 18px;
  }

  .products-info .contentbox .li-item .item {
    width: calc(100% - 32px);
  }

  .products-info {
    padding: .5rem 0 1rem;
  }
}
.n-land {
  position: relative;
  z-index: 2;
}
.n-land .content {
  padding: 3rem 0;
}
.n-land .bg {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.n-land .text {
  width: 440px;
  padding: .65rem .75rem;
  background: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.n-land .text .tit2 {
  color: #555;
  position: relative;
  margin-bottom: .5rem;
  width: 100%;
  padding-left: 16px;
}
.n-land .text .tit2:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 22px;
  background: #e8551e;
  border-radius: 6px;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.n-land .text .frombox {
  width: 100%;
}
.n-land .text .inputbox {
  height: 1.5rem;
  min-height: 45px;
  margin-bottom: .5rem;
  position: relative;
}
.n-land .text .input1 {
  width: 100%;
  height: 1.5rem;
  min-height: 45px;
  border: 2px solid #f2f2f2;
  padding: 0 50px;
  background: #efefef;
}
.n-land .text .icon {
  width: 19px;
  height: 22px;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -11px;
}
.n-land .text .coadbox {
  position: relative;
}
.n-land .text .coadbox .input1 {
  width: calc(100% - 180px);
  height: 1.5rem;
  min-height: 45px;
  border: 2px solid #f2f2f2;
  padding: 0 50px;
  background: #efefef;
}
.n-land .text .coadbox .coadimg {
  width: 170px;
  color: #666;
}
.n-land .text .coadbox .coadimg img {
  width: 3.15rem;
  margin-right: .15rem;
}
.n-land .text .submit-btn {
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(#fe8355, #f25f28);
  border-radius: 1.5rem;
  border: none;
  margin-top: .75rem;
  color: #fff;
}
.n-land .text .p {
  margin-top: .4rem;
  color: #888;
  text-align: center;
  width: 100%;
}
.n-land .text .p a {
  color: #e8551e;
  display: inline-block;
  transition: all .3s;
}
.n-land .text .tip {
  width: 100%;
  color: #888;
  margin-top: .5rem;
  transition: all .3s;
}
.n-land .text .tip:hover {
  color: #e8551e;
}

@media (max-width: 767px) {
  .n-land .text {
    width: 100%;
  }

  .n-land .text .input1 {
    padding: 0 10px 0 50px;
  }

  .n-land .text .coadbox .input1 {
    width: calc(100% - 90px);
    padding: 0 10px 0 50px;
  }

  .n-land .text .coadbox .coadimg {
    width: 90px;
  }

  .n-land .text .p, .n-land .text .tip {
    font-size: 12px;
  }
}
.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}



.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m.js-m-2 {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all .8s ease;
}

.js-m.js-m-2.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-3 {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all .8s ease;
}

.js-m-3.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m.js-m-4 {
  opacity: 0;
  transform: translate(0, -100px);
  transition: all .8s ease;
}

.js-m.js-m-4.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-top {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
}

.js-m-top.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-5 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.3s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-5.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.imgbg-tong {
  position: relative;
}

.imgbg-tong:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

.imgbg-tong:before {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  z-index: 5;
  opacity: 1;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.imgbg-tong2 {
  position: relative;
}

.imgbg-tong2:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  transition: all 1s ease-in-out;
}

.js-m.animate.imgbg-tong2:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  left: 100%;
}

.js-m.animate.imgbg-tong:before, .js-m.animate.imgbg-tong:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

.image-in {
  display: block;
  overflow: hidden;
}

.image-in::before {
  transform: scaleX(1);
  transform-origin: right center 0px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform, -webkit-transform;
  transition-delay: 0.6s;
}

.image-in::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  background-color: black;
}

.image-in {
  transform: translate3d(-100.5%, 0px, 0px);
  transform-origin: left center 0px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform, -webkit-transform;
  transition-delay: 0.2s;
}

.js-m.animate .image-in {
  transform: translate3d(0px, 0px, 0px);
}

.js-m.animate .image-in::before {
  transform: scale(0, 1);
}

.delay1 {
  transition-delay: .1s !important;
}

.delay2 {
  transition-delay: .2s !important;
}

.delay3 {
  transition-delay: .3s !important;
}

.delay4 {
  transition-delay: .4s !important;
}

.delay5 {
  transition-delay: .5s !important;
}

.delay6 {
  transition-delay: .6s !important;
}

.delay7 {
  transition-delay: .7s !important;
}

.delay8 {
  transition-delay: .8s !important;
}

.delay9 {
  transition-delay: .9s !important;
}

@keyframes ball-spin {
  0%,100% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(0);
  }
}
.backtop-1.active {
  opacity: 1;
  -ms-transform: translate(0, 0);
}

.backtop-1 {
  position: fixed;
  bottom: 200px;
  right: 3%;
  background-color: #003ca6;
  cursor: pointer;
  height: 46px;
  padding: 0;
  margin: 0;
  width: 46px;
  z-index: 11;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  ransition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.backtop-1 svg {
  height: 20px;
  width: 20px;
  fill: #fff;
  -webkit-animation: start-backtop-1 1.5s infinite ease-in-out;
  animation: start-backtop-1 1.5s infinite ease-in-out;
}

.backtop-1.active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

@media (max-width: 767px) {
  .backtop-1 {
    bottom: 18%;
  }
}
@keyframes start-backtop-1 {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0px, -6px);
    transform: translate(0px, -6px);
  }
}
@keyframes start1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
  }
}
.project-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.project-alert.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.project-alert.active .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project-alert .content {
  position: absolute;
  max-width: 1200px;
  padding: 1.75rem;
  background: #fff;
  border-radius: 15px;
  width: 90%;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project-alert .content .warp-imgbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.project-alert .content .warp-imgbox .swiper-pagination {
  position: relative;
  z-index: 2;
}
.project-alert .content .warp-imgbox .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background: #dcdcdc;
  transition: background .3s;
}
.project-alert .content .warp-imgbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #003ca6;
}
.project-alert .content .img-container {
  margin-bottom: 1.25rem;
}
.project-alert .content .img-container .swiper-slide img {
  width: 100%;
}

.project-alert .content .video {
  width: 100%;
}

.project-alert .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0rem;
  right: -2rem;
  background: #003ca6;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

.project-alert .close .icon {
  position: relative;
  width: 26px;
  height: 26px;
  fill: #333;
  display: block;
  vertical-align: middle;
}

.city-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.city-alert.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.city-alert.active .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.city-alert .content {
  position: absolute;
  max-width: 1600px;
  padding: 2.25rem 4.25rem;
  background: linear-gradient(#ffffff 40%, #ffeae1);
  border-radius: 15px;
  width: 90%;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 750px) {

	.i-pro2 .procontent {
		margin-top: 0rem;
	}  
	.sub-page {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}