
/*头部导航*/
/*$$
{"color":[
	{"val":"#fc7841","title":"选中的颜色"},
	{"val":"#052959","title":"凸显的字体颜色"},
	{"val":"#000000","title":"默认的颜色"},
	{"val":"#333333","title":"加号的字体颜色"}
],
"background":[
	{"val":"#052959","title":"选中的背景色"},
	{"val":"#cdcdcd","title":"默认的边框颜色"},
	{"val":"#ff7c46","title":"选中的边框颜色"},
	{"val":"#f2f2f2","title":"加号的背景颜色"}
],
"border":[]}
$$*/



#product_145 {
  padding: 80px 10px 90px;
}

#product_145 .pro_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#product_145 .pro_box .allTi .bigT {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

#product_145 .pro_box .allTi .bigT span {
  font-size: 44px;
  font-weight: bold;
  color: #042a58;
  margin-right: 0.35em;
}

#product_145 .pro_box .allTi .bigT span i {
  color: #fc7841;
}

#product_145 .pro_box .allTi .bigT span:last-child {
  margin-right: 0;
}

#product_145 .pro_box .allTi .bigC {
  text-align: center;
}

#product_145 .pro_box .allTi .bigC span {
  font-size: 26px;
  color: #042a58;
  font-weight: bold;
  position: relative;
}

#product_145 .pro_box .allTi .bigC span .szl {
  position: absolute;
}

#product_145 .pro_box .allTi .bigC span .szl::after {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #aeaeae;
  content: '';
}

#product_145 .pro_box .allTi .bigC span .szl.slle {
  width: 250px;
  height: 1px;
  background: #aeaeae;
  left: calc(100% + 28px);
  top: 50%;
}

#product_145 .pro_box .allTi .bigC span .szl.slle::after {
  transform: translate(100%, -50%);
  right: 0;
  top: 0;
}

#product_145 .pro_box .allTi .bigC span .szl.slri {
  width: 250px;
  height: 1px;
  background: #aeaeae;
  right: calc(100% + 28px);
  top: 50%;
}

#product_145 .pro_box .allTi .bigC span .szl.slri::after {
  transform: translate(-100%, -50%);
  left: 0;
  top: 0;
}

#product_145 .pro_box .proClass {
  margin-top: 70px;
}

#product_145 .pro_box .proClass .ClUl {
  display: flex;
  justify-content: space-between;
}

#product_145 .pro_box .proClass .ClUl .ClLi {
  width: calc((100% - 60px) / 4);
  height: 130px;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

#product_145 .pro_box .proClass .ClUl .ClLi .ClA {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  padding: 5% 15%;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  z-index: 2;
}

#product_145 .pro_box .proClass .ClUl .ClLi .ClA .clH2 {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

#product_145 .pro_box .proClass .ClUl .ClLi .ClA .clH2 .clH2Sp {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  position: relative;
  z-index: 2;
}

#product_145 .pro_box .proClass .ClUl .ClLi .ClA .clH2::after {
  width: 28px;
  height: 28px;
  transition: 0.3s ease;
  content: '';
  background: #ff7c44;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(-50%, -20%);
}

#product_145 .pro_box .proClass .ClUl .ClLi .ClA .clP {
  width: 100%;
}

#product_145 .pro_box .proClass .ClUl .ClLi .ClA .clP .clPSp {
  font-size: 14px;
  color: #333333;
  position: relative;
  padding-left: 12px;
}

#product_145 .pro_box .proClass .ClUl .ClLi .ClA .clP .clPSp::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  height: 1px;
  border: transparent 6px solid;
  border-left: #000000 6px solid;
}

#product_145 .pro_box .proClass .ClUl .ClLi .ClA .clP .clPSp:before {
  width: 0%;
  height: 6px;
  background: #ff7c44;
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease;
}

#product_145 .pro_box .proClass .ClUl .ClLi .clNum {
  font-size: 54px;
  color: #ededed;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: translate(0, 30%);
  transition: 0.3s ease;
}

#product_145 .pro_box .proClass .ClUl .ClLi:hover .ClA .clH2::after {
  width: 10px;
  height: 10px;
}

#product_145 .pro_box .proClass .ClUl .ClLi:hover .ClA .clP .clPSp:before {
  width: 110%;
  opacity: 1;
}

#product_145 .pro_box .proClass .ClUl .ClLi:hover .clNum {
  transform: translate(-10px, -10%) scale(1.2);
}

#product_145 .pro_box .proCon {
  width: 100%;
  margin-top: 55px;
}

#product_145 .pro_box .proCon .proSw {
  width: 100%;
}

#product_145 .pro_box .proCon .proSw .proSwiper {
  width: 100%;
  height: 450px;
  position: relative;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide {
  width: 100%;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwImgs {
  width: 50%;
  height: 450px;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwImgs .proSwImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_h2 {
  width: 100%;
  text-align: right;
  margin-bottom: 12px;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_h2 span {
  font-size: 28px;
  color: #052959;
  line-height: 35px;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_dots {
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-end;
  align-content: center;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_dots .dot {
  width: 4px;
  height: 4px;
  display: block;
  margin-left: 4px;
  border-radius: 50%;
  background: #ff7c44;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_p {
  width: 100%;
  font-size: 20px;
  color: #052959;
  text-align: right;
  line-height: 25px;
  margin-bottom: 15px;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_des {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_des p {
  background: #052959;
  line-height: 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 0 16px 0 54px;
  font-size: 14px;
  letter-spacing: 1px;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_des p::after {
  position: absolute;
  left: 0;
  transform: translate(-50%, 0);
  top: 0;
  content: '';
  border: 40px solid #ffffff;
  border-right: 40px solid #042a58;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .psIul {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .psIul .psIli {
  text-align: center;
  width: 70px;
  margin-left: 100px;
  position: relative;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .psIul .psIli .psIimgs {
  width: 100%;
  height: 70px;
  background: url("/static/images/CP26_ibg.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .psIul .psIli .psIimgs .psIimg {
  width: 25px;
  height: 25px;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .psIul .psIli .psIimgs::after {
  position: absolute;
  left: -100%;
  top: 50%;
  transform: translate(0%, -50%);
  content: '';
  width: 70%;
  height: 1px;
  border-bottom: #d0d0d0 2px dotted;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .psIul .psIli .psIp {
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  text-align: center;
  color: #333333;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .psIul .psIli:nth-child(1) {
  margin-left: 0;
}

#product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .psIul .psIli:nth-child(1) .psIimgs::after {
  display: none;
}

#product_145 .pro_box .proCon .proSw .proSwiper .spDotai {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

#product_145 .pro_box .proCon .proSw .proSwiper .spDotai .spDobtn {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
}

#product_145 .pro_box .proCon .proSw .proSwiper .spDotai .spDobtn.slider-btn-prev {
  margin-bottom: 40px;
  background-color: #042a58;
  background-image: url("/static/images/CP26_isj.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  transform: rotate(180deg);
  transition: 0.3s ease;
}

#product_145 .pro_box .proCon .proSw .proSwiper .spDotai .spDobtn.slider-btn-next {
  background-color: #042a58;
  background-image: url("/static/images/CP26_isj.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  transform: rotate(0deg);
  transition: 0.3s ease;
}

#product_145 .pro_box .proCon .proSw .proSwiper .spDotai .spDobtn:hover.slider-btn-prev {
  background-color: #ff7c46;
}

#product_145 .pro_box .proCon .proSw .proSwiper .spDotai .spDobtn:hover.slider-btn-next {
  background-color: #ff7c46;
}

#product_145 .pro_box .proCon .proCp {
  width: 100%;
  margin-top: 40px;
}

#product_145 .pro_box .proCon .proCp .proCp_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li {
  width: calc((100% - 60px) / 4);
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li .proCp_a {
  width: 100%;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li .proCp_a .proCp_imgs {
  width: 100%;
  overflow: hidden;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li .proCp_a .proCp_imgs .proCp_img {
  width: 100%;
  display: block;
  transition: 0.3s ease;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li .proCp_a .proCp_tit {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li .proCp_a .proCp_tit .proCp_h2 {
  flex: 1;
  width: 0;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li .proCp_a .proCp_tit .proCp_h2 .proCp_h2sp {
  font-size: 16px;
  color: #333333;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li .proCp_a .proCp_tit .proCp_h2::after {
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li .proCp_a .proCp_tit .proCp_h2::before {
  width: 0%;
  height: 1px;
  background: #ff7c46;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li .proCp_a .proCp_tit .proCp_add {
  width: 40px;
  margin-left: 20px;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li .proCp_a .proCp_tit .proCp_add .proCp_add_ic {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #f2f2f2;
  color: #333333;
  display: block;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: 0.3s ease;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li:hover .proCp_a .proCp_imgs .proCp_img {
  transform: scale(1.1);
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li:hover .proCp_a .proCp_tit .proCp_h2 .proCp_h2sp {
  color: #ff7c46;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li:hover .proCp_a .proCp_tit .proCp_h2::after {
  width: 0;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li:hover .proCp_a .proCp_tit .proCp_h2::before {
  width: 100%;
}

#product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li:hover .proCp_a .proCp_tit .proCp_add .proCp_add_ic {
  background: #ff7c46;
  color: #ffffff;
}

@media (max-width: 786px) {
  #product_145 {
    padding: 50px 10px 40px;
  }
  #product_145 .pro_box .allTi .bigT {
    margin-bottom: 14px;
  }
  #product_145 .pro_box .allTi .bigT span {
    font-size: 24px;
  }
  #product_145 .pro_box .allTi .bigC span {
    font-size: 18px;
  }
  #product_145 .pro_box .allTi .bigC span .szl.slle {
    width: 20vw;
    max-width: 150px;
  }
  #product_145 .pro_box .allTi .bigC span .szl.slri {
    width: 20vw;
    max-width: 150px;
  }
  #product_145 .pro_box .proClass {
    margin-top: 35px;
  }
  #product_145 .pro_box .proClass .ClUl {
    flex-wrap: wrap;
  }
  #product_145 .pro_box .proClass .ClUl .ClLi {
    width: 100%;
    margin-bottom: 15px;
    height: 110px;
  }
  #product_145 .pro_box .proClass .ClUl .ClLi .ClA {
    padding: 2% 15%;
  }
  #product_145 .pro_box .proClass .ClUl .ClLi .ClA .clH2 {
    margin-bottom: 5px;
  }
  #product_145 .pro_box .proClass .ClUl .ClLi .ClA .clH2 .clH2Sp {
    font-size: 16px;
  }
  #product_145 .pro_box .proClass .ClUl .ClLi .clNum {
    font-size: 44px;
  }
  #product_145 .pro_box .proCon {
    margin-top: 30px;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper {
    height: auto;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA {
    flex-wrap: wrap;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwImgs {
    width: 100%;
    height: auto;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo {
    width: 100%;
    padding: 20px 20px;
    background: #f5f5f5;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_h2 {
    margin-bottom: 6px;
    text-align: left;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_h2 span {
    font-size: 18px;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_dots {
    justify-content: flex-start;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_des {
    justify-content: flex-start;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_des p {
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .info_des p::after {
    display: none;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .psIul {
    margin-top: 30px;
    justify-content: space-between;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .psIul .psIli {
    margin-left: 0;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .psIul .psIli .psIimgs {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .swiper-slide .proSwA .proSwInfo .psIul .psIli .psIimgs::after {
    display: none;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .spDotai {
    top: 36vw;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #product_145 .pro_box .proCon .proSw .proSwiper .spDotai .spDobtn {
    opacity: 0.8;
    width: 50px;
    height: 50px;
    background-size: 15px 15px !important;
    margin-bottom: 0 !important;
  }
  #product_145 .pro_box .proCon .proCp {
    margin-top: 20px;
  }
  #product_145 .pro_box .proCon .proCp .proCp_ul {
    flex-wrap: wrap;
  }
  #product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li {
    margin-bottom: 20px;
    width: calc((100% - 15px) / 2);
  }
  #product_145 .pro_box .proCon .proCp .proCp_ul .proCp_li .proCp_a .proCp_tit .proCp_h2 .proCp_h2sp {
    font-size: 14px;
  }
}
