.pageListTab {
  height: 86px;
  line-height: 86px;
}

.pageListTab .main-tab {
	display: flex;
    align-items: center;
    justify-content: center;
}

.pageListSubTab {
  line-height: 50px;
}

.pageListSubTab a {
  padding: 10px 0;
}

.pageListSubTab a img {
  display: none;
  margin: 25px auto 0px;
  filter: grayscale(100%);
  transition: all 0.1s;
}

.pageListSubTab a.on img,
.pageListSubTab a:hover img {
  filter: initial;
}

/* 分页 */

.pageOtherMain {
  margin: 30px auto 50px;
}

.pageOtherMain .changePage {
  line-height: 52px;
  text-align: center;
}

.pageOtherMain .changePage a {
  display: inline-block;
  margin: 0 20px;
  width: 53px;
  height: 53px;
  vertical-align: middle;
  color: #5a5a5a;
  font-size: 18px;
  transition: all 0.4s;
  border-radius: 5px;
}

.pageOtherMain .changePage a.on,
.pageOtherMain .changePage a:not(.p):not(.n):hover {
  color: white;
  background-color: var(--themaRed);
}

.pageOtherMain .changePage a.p,
.pageOtherMain .changePage a.n {
  width: 53px;
  line-height: 53px;
  color: #737373;
  border-radius: 50%;
  opacity: 0.6;
  background-color: white;
}

.pageOtherMain .changePage a.on {
  opacity: 1;
}

.pageMain {
  padding-top: 180px;
}

.pageMain .maxWidth {
  display: flex;
  justify-content: space-between;
}

.pageMain .rightPro {
  font-size: 0;
  width:100%;
}

.pageMain .rightPro li {
  display: inline-block;
  width: calc((100% - 86px) / 3);
  margin-bottom: 55px;
  padding: 20px 24px 0;
  vertical-align: middle;
}

.pageMain .rightPro li .putImg{ box-shadow: 0px 0px 15px 0px rgba(195, 195, 195, 0.4);}

.pageMain .rightPro li img{ width:80%; margin: 0 auto; }

.pageMain .rightPro li:not(:nth-child(3n)) {
  margin-right: 43px;
}

.pageMain .rightPro a {
  display: block;
  height: 100%;
}

.pageMain .rightPro a img {
  display: block;
  margin: 0 auto;
}

.pageMain .rightPro a .name {
  margin-top: 56px;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: norwrap;
}

.pageMain .leftNav {
  max-width: 320px;
  flex: 1;
  display: none;
}

.pageMain .leftNav dd a {
  line-height: 55px;
  font-size: 24px;
  color: #646464;
}

.pageMain .leftNav dt {
  margin-bottom: 10px;
}

.pageMain .leftNav dt p {
  display: inline-block;
  font-size: 36px;
  line-height: 55px;
  color: var(--themaRed);
  border-bottom: 2px solid var(--themaRed);
}

.pageMain .leftNav dt .jt {
  width: 16px;
  height: 16px;
  border-bottom: 4px solid var(--themaRed);
  border-left: 4px solid var(--themaRed);
  transform: rotate(-45deg);
}

.pageMain .leftNav dd a {
  display: block;
}

.pageMain .leftNav .jt {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  box-sizing: content-box;
  vertical-align: baseline;
  transition: all 0.4s;
  border-bottom: 3px solid #757575;
  border-left: 3px solid #757575;
  transform: rotate(-135deg);
}

.detailPartTitle {
  position: relative;
  font-size: 35px;
}

.detailPartTitle span {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 35px;
  margin-right: 15px;
  background-color: var(--themaRed);
}

.proDetailModule {
  display: flex;
  width: 100%;
}

.proDetailModule .proDetailModuleRight {
  max-width: 1450px;
  padding-top:50px;
  margin: 0 auto;
  width:100%;
}

.proDetailModule .part1 img {
  max-width: 100%;
  margin: 55px auto 90px;
}

.proDetailModule .part2 ul {
  margin-top: 100px;
}

.proDetailModule .part2 li {
  display: flex;
}

.proDetailModule .part2 li .putImg {
  /* flex: 1; */
}

.proDetailModule .part2 li .putImg img {
  width: 685px;
  height: 400px;
}

.proDetailModule .part2 li .putTxt {
  display: flex;
  padding: 0 30px;
  flex-direction: column;
  text-align: center;
  flex: 1;
  justify-content: space-between;
}

.proDetailModule .part2 li .putTxt .ctTxt .p1 {
  font-size: 34px;
}

.proDetailModule .part2 li .putTxt .ctTxt .p2 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}

.proDetailModule .part2 li .putTxt .ctTxt .p2 span {
  color: #072863;
}

.proDetailModule .part3 {
  margin-top: 170px;
}

.proDetailModule .part3 .threeHonor {
  display: flex;
  margin: 50px auto 40px;
  justify-content: space-around;
}

.proDetailModule .part4 ul {
  margin: 40px auto 180px;
  font-size: 0;
}

.proDetailModule .part4 ul li {
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  vertical-align: middle;
}

.proDetailModule .part4 ul li div {
  display: flex;
  padding: 0 25px;
  height: 100%;
  color: #979797;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.proDetailModule .part4 ul li div span {
  display: block;
  height: 2px;
  width: 100%;
  margin: 20px auto 10px;
  background-color: #e7e7e7;
}

.proDetailModule .part4 ul li div .p1 {
  font-size: 20px;
}

.proDetailModule .part4 ul li div .p2 {
  font-size: 16px;
}

.detailPartTitle.hasLine {
  padding-bottom: 30px;
  padding-left: 0;
  border-bottom: 1px solid #e0e0e0;
}

.detailPartTitle.hasLine::after {
  content: "";
  position: absolute;
  display: block;
  width: 110px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--themaRed);
}

.proDetailModule .part5 {
  padding-bottom: 90px;
  border-bottom: 1px solid #f4f4f4;
}

.proDetailModule .part5 ul {
  margin: 35px auto 15px;
  font-size: 0;
}

.proDetailModule .part5 ul li {
  display: inline-block;
  width: calc((100% - 92px) / 3);
  max-width: 410px;
  vertical-align: middle;
}

.proDetailModule .part5 ul li:not(:nth-child(3n)) {
  margin-right: 46px;
}

.proDetailModule .part5 ul li a {
  display: block;
}

.proDetailModule .part5 ul li a img {
  height: 265px;
  width: 100%;
  margin: 0 auto;
}

.proDetailModule .part5 ul li a p {
  line-height: 54px;
  overflow:hidden;
  font-size: 16px;
  color: #454545;
  text-align: center;
}

.proDetailModule .part5 .more {
  display: block;
  width: 175px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #181818;
  border-radius: 50px;
  transition: all 0.4s;
}

.proDetailModule .part5 .more:hover {
  color: white;
  border-color: var(--themaRed);
  background-color: var(--themaRed);
}

.proDetailModule .part6 {
  padding-bottom: 120px;
}

.proDetailModule .part6 ul {
  display: block;
  margin: 35px auto 15px;
  font-size: 0;
  text-align: center;
}

.proDetailModule .part6 ul li {
  display: inline-block;
  width: calc((100% - 60px) / 4);
  max-width: 310px;
  vertical-align: middle;
}

.proDetailModule .part6 ul li:not(:nth-child(4n)) {
  margin-right: 20px;
}

.proDetailModule .part6 ul li a {
  display: block;
  border: 1px solid #bfbfbf;
}

.proDetailModule .part6 ul li a img {
  height: 265px;
  width: 100%;
  margin: 0 auto;
}

.proDetailModule .part6 ul li a p {
  line-height: 54px;
  font-size: 16px;
  color: #454545;
  text-align: center;
}

.proDetailModule .proDetailModuleLeft {
    width: 170px;
    margin-right: 40px;
}

.proDetailModule .proDetailModuleLeft .part0 {
  width: 170px;
  transition: all .4s;
}

.proDetailModule .proDetailModuleLeft.fixedNav .part0 {
    position: fixed;
    top: 78px;
}

.proDetailModule .part0 dl {
  padding-bottom: 45px;
  box-shadow: 0 0 4px 2px #d7d7d7;
  background-color: white;
}

.proDetailModule .part0 dl dt {
  height: 120px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  padding-top: 85px;
  color: white;
  background-color: #0060a7;
}

.proDetailModule .part0 dl a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #888;
  text-align: center;
  transition: all 0.4s;
  background-color: white;
}

.proDetailModule .part0 dl a:hover {
  color: white;
  background-color: #78132e;
}

.proDetailModule .part0 > a {
  display: block;
  width: 68px;
  margin: 15px auto;
  line-height: 26px;
  text-align: center;
  color: #dfcfd6;
  transition: all 0.4s;
  border-radius: 2px;
  box-shadow: 0 0 4px 2px #d7d7d7;
}

.proDetailModule .part0 > a:hover {
  color: white;
  background-color: #78132e;
}

.proDetail {
}

.pro_view .maxWidth {
  display: block;
}

.proDetail .navigator {
  width: 100%;
  margin: 60px auto 70px;
  font-size: 0;
  text-align: left;
}

.proDetail .navigator li {
  display: inline-block;
  margin-right:16px;
  margin-left:0
}

.proDetail .navigator li a {
  position: relative;
  display: block;
  padding: 0 2px;
  line-height: 50px;
  color: #616161;
  font-size: 22px;
  overflow: hidden;
}

.proDetail .navigator li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: -100%;
  bottom: 0;
  transition: all 0.4s;
  background-color: white;
}

.proDetail .navigator li a:hover::after,
.proDetail .navigator li a.on::after {
  left: 0%;
}

.proDetail .navigator li a img {
  display: inline-block;
  vertical-align: middle;
}

.pro_view .proDetail_head {
  display: flex;
  padding-bottom: 60px;
  width: 1280px;
  margin: 0 auto;
}

.pro_view .proDetail_head .rightDetial {
  flex: 1;
  margin-left: 40px;
}

.pro_view .proDetail_head .rightDetial .title {
    font-size: 34px;
}

.pro_view .proDetail_head .rightDetial .cl {
    padding: 20px 0;
    margin: 20px 0;
    line-height: 36px;
    font-size: 20px;
    color: #727272;
}

.pro_view .proDetail_head .rightDetial .td {
    line-height: 40px;
    font-size: 20px;
    color: #727272;
}

.pro_view .proDetail_head .rightDetial .td .p1 {
    line-height: 50px;
    font-size: 26px;
    color: #585858;
}

.pro_view .proDetail_head .leftLoop {
  flex: 1;
  width:100%;
  max-width: 550px;
}


.pro_view .proDetail_head .mySwiper2 {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.pro_view .proDetail_head .mySwiper2 img {
  width: 100%;
  margin: 0 auto;
}

.pro_view .proDetail_head .mySwiper2 .swiper-wrapper {
	 max-width: 550px!important;
}
.pro_view .proDetail_head .mySwiper2 .swiper-slide {
    display: flex;
    max-width: 550px!important;
}

.pro_view .proDetail_head .mySwiper2 .swiper-slide img {
    margin: auto;
}

.pro_view .proDetail_head .smallLoop {
  position: relative;
  margin-top: 12px;
  padding: 0 34px;
  box-sizing: border-box;
}

.pro_view .proDetail_head .mySwiper img {
  max-width: 92px;
  margin: auto;
}

.pro_view .proDetail_head .smallLoop .swiper-slide {
    display: flex;
	overflow:hidden;
    border: 1px solid #e5e5e5;
}

.pro_view .proDetail_head .smallLoop .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--themaRed);
}

.pro_view .proDetail_head .smallLoop .swiper-button-next::after,
.pro_view .proDetail_head .smallLoop .swiper-button-prev::after {
  display: none;
}

.pro_view .proDetail_head .smallLoop .swiper-button-next,
.pro_view .proDetail_head .smallLoop .swiper-button-prev {
  opacity: 1;
}

.pro_view .proDetail_head .smallLoop .swiper-button-next {
  right: 5px;
}
.pro_view .proDetail_head .smallLoop .swiper-button-prev {
  left: 5px;
}


@media (max-width:1366px) {
.proDetailModule .proDetailModuleLeft .part0,.proDetailModule .proDetailModuleLeft{ display:none}
.proDetailModule{ margin:0;}
.proDetailModule .proDetailModuleRight{ width:100%;}
}

@media (max-width:1024px) {
.proDetailModule .part2 li{ display:block; margin-bottom:5%;}
.proDetailModule .part2 li .putImg img{ width:100%; height:auto;}
.proDetailModule .part2 li .putTxt{ padding:5%;}
}


@media (max-width:768px) {
.pageMain .maxWidth{ display:block}
.pageMain .rightPro{ width:100%; max-width:inherit}
.pageMain .leftNav{ max-width:inherit; margin-bottom:5%;}
.pageMain .rightPro li{ width:50%;max-width: calc((100% - 25px) / 2);}
.pageMain .rightPro li:not(:nth-child(3n)){ margin-right:0;}
.pageMain .rightPro li:not(:nth-child(2n)){ margin-right:25px;}
.pageMain .rightPro a .name{ margin-top:25px; font-size:16px;}
.pageMain{ padding-top:15%;}
.pageOtherMain{ margin:10% 0 20%;}
.pageMain .leftNav dd a{ font-size:20px;}
.pageMain .leftNav dt p{ font-size:26px;}
.pro_view .proDetail_head{ display:block; padding-bottom:10%;}
.pro_view .proDetail_head .leftLoop{ max-width:inherit; width:100%;}
.pro_view .proDetail_head .rightDetial{ margin:10% 0;}
.detailPartTitle{ font-size:28px; padding:0 15px;}
.pro_view .proDetail_head .smallLoop{ margin:5% 0;}
.proDetailModule .part4 ul li{ width:33.33%; float:left;}
.proDetailModule .part5 ul li,.proDetailModule .part6 ul li{ width:calc((100% - 40px) / 2); max-width:inherit}
.proDetailModule .part6 ul li{ margin-bottom:40px;}
.proDetailModule .part5 ul li:not(:nth-child(2n)),.proDetailModule .part6 ul li:not(:nth-child(2n)){ margin-right:40px !important;}
.proDetailModule .part5 ul li:not(:nth-child(3n)),.proDetailModule .part6 ul li:not(:nth-child(4n)){ margin-right:0}
.proDetailModule .part5 ul li a img,.proDetailModule .part6 ul li a img{ height:auto;}
.proDetailModule .part1 img{ width:100% !important; height:auto !important;}

}


@media (max-width:640px) {
.proDetailModule .part4 ul li{ width:50%;}
.pro_view .proDetail_head .rightDetial .title{ font-size:28px;}	
.pro_view .proDetail_head .rightDetial .cl,.pro_view .proDetail_head .rightDetial .td{ font-size:16px; line-height:28px;}
.proDetailModule .part2 li .putTxt .ctTxt .p1{ font-size:24px;}
.proDetailModule .part2 li .putTxt .ctTxt .p2{ font-size:16px; line-height:24px;}
.detailPartTitle{ font-size:24px;}
.proDetailModule .part1 img,.proDetailModule .part2 ul,.proDetailModule .part3{ margin:10% 0;}
.proDetailModule .part3 .threeHonor .putImg{ width:47%; float:left; margin-bottom:5%;}
.proDetailModule .part3 .threeHonor .putImg:not(:nth-child(2n)){ margin-right:5%;}
.proDetailModule .part3 .threeHonor{ display:block; overflow:hidden;}
.proDetailModule .part5 ul li,.proDetailModule .part6 ul li{ width:100% !important; margin-right:0 !important}
}