﻿.comm_right {
  width: 1200px;
  height: auto;
  margin-top: 20px;
  margin: 0 auto;
}
.comm_right .right_head {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comm_right .right_head .rHead_title {
  font-size: 22px;
  color: #666666;
  position: relative;
}
.comm_right .right_head .rHead_title::after {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #19226d;
  position: absolute;
  bottom: -31px;
  left: 0px;
}
.comm_right .right_head .rHead_ul {
  width: auto;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}
.comm_right .right_head .rHead_ul .rHead_li {
  font-size: 14px;
  
}
.comm_right .right_head .rHead_ul .rHead_li span:first-child {
  cursor: pointer;
}
.comm_right .right_head .rHead_ul .rHead_li span:last-child {
  margin: 0px 5px;
}
.comm_right .right_head .rHead_ul .rHead_liActive {
  
}
.comm_right .right_head .rHead_ul .rHead_liActive span:first-child {
  cursor: initial;
}
.comm_right .right_head .rHead_ul .rHead_liActive span:last-child {
  display: none;
}
.comm_right .right_cont {
  width: 100%;
  height: auto;
  padding-top: 1px;
  line-height: 35px;
  
}
.comm_right .right_cont .page_div {
  text-align: center;
}
@media only screen and (max-width: 1460px) {
  .comm_left {
    width: 210px;
  }
  .comm_left .comm_head {
    height: 100px;
  }
  
  
    .comm_left .comm_head_2 {
    height: 100px;
  }
  .comm_left .comm_ul .comm_li {
    height: 66px;
  }
  .comm_right {
    width: 950px;
  }
}
@media only screen and (max-width: 1250px) {
  .comm_left {
    width: 175px;
  }
  .comm_left .comm_head {
    height: 85px;
    font-size: 22px;
  }
  
    .comm_left .comm_head_2 {
    height: 85px;
    font-size: 22px;
  }
  .comm_left .comm_ul .comm_li {
    height: 60px;
    font-size: 15px;
  }
  .comm_left .comm_ul .comm_li .triangle_btn {
    border-bottom: 9px solid #0c5347;
    border-left: 12px solid transparent;
    left: -12px;
  }
  .comm_left .comm_ul .comm_liActive {
    font-size: 17px;
  }
  .comm_left .comm_ul .comm_liActive::after {
    width: 8px;
    height: 8px;
    margin-top: -3px;
    left: 6px;
  }
  .comm_right {
    width: 735px;
  }
  .comm_right .right_head {
    height: 68px;
    margin-bottom: 50px;
  }
  .comm_right .right_head .rHead_title {
    font-size: 20px;
  }
  .comm_right .right_head .rHead_title::after {
    bottom: -20px;
  }
  .comm_right .right_head .rHead_ul .rHead_li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 970px) {
  .comm_left {
    width: 140px;
  }
  .comm_left .comm_head {
    height: 68px;
    font-size: 18px;
  }
  
    .comm_left .comm_head_2 {
    height: 68px;
    font-size: 18px;
  }
  .comm_left .comm_ul .comm_li {
    height: 55px;
    font-size: 14px;
  }
  .comm_left .comm_ul .comm_li .triangle_btn {
    border-bottom: 9px solid #0c5347;
    border-left: 12px solid transparent;
    left: -12px;
  }
  .comm_left .comm_ul .comm_liActive {
    font-size: 16px;
  }
  .comm_left .comm_ul .comm_liActive::after {
    width: 8px;
    height: 8px;
    margin-top: -3px;
    left: 6px;
  }
  .comm_right {
    width: 585px;
    margin-top: 10px;
  }
  .comm_right .right_head {
    height: 60px;
    margin-bottom: 30px;
  }
  .comm_right .right_head .rHead_title {
    font-size: 18px;
  }
  .comm_right .right_head .rHead_title::after {
    bottom: -20px;
  }
  .comm_right .right_head .rHead_ul .rHead_li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .comm_left {
    width: 3.421052rem;
    height: auto;
    background: #FFFFFF;
    position: fixed;
    left: -3.421052rem;
    top: 30%;
    z-index: 3;
    box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.2);
  }
  .comm_left .comm_btn {
    display: block;
    width: 0.7rem;
    height: 1rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -0.7rem;
    top: 0px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  }
  .comm_left .comm_head {
    height: 50px;
    font-size: 0.421052rem;
    width: 3.421052rem;
  }
  
    .comm_left .comm_head_2 {
    height: 50px;
    font-size: 0.421052rem;
    width: 3.421052rem;
  }
  .comm_left .comm_ul {
    width: 3.421052rem;
  }
  .comm_left .comm_ul .comm_li {
    height: 1.115789rem;
    font-size: 0.368421rem;
  }
  .comm_left .comm_ul .comm_li .triangle_btn {
    border-bottom: 9px solid #0c5347;
    border-left: 12px solid transparent;
    left: -12px;
  }
  .comm_left .comm_ul .comm_liActive {
    font-size: 0.394736rem;
  }
  .comm_left .comm_ul .comm_liActive::after {
    width: 8px;
    height: 8px;
    margin-top: -3px;
    left: 6px;
  }
  .comm_right {
    width: 100%;
    margin-top: 0.263157rem;
  }
  .comm_right .right_head {
    
    margin-bottom: 0.789473rem;
  }
  .comm_right .right_head .rHead_title {
    
    white-space: nowrap;
  }
  .comm_right .right_head .rHead_title::after {
    bottom: -0.526315rem;
  }
  .comm_right .right_head .rHead_ul .rHead_li {
    font-size: 0.315789rem;
  }
}

.prd_cont {
  width: 100%;
  height: auto;
  min-height: 100vh;
 
}
.prd_cont .prd_box {
  width: 100%;
  height: auto;
  min-height: 600px;
}
.prd_cont .prd_box .banner_img {
  width: 100%;
  height: auto;
}
.prd_cont .prd_box .banner_img img {
  width: 100%;
  display: block;
}
.prd_cont .prd_box .prd_div {
  width: 1400px;
  height: auto;
  min-height: 600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  padding-bottom: 100px;
}
.prd_cont .prd_box .prd_div .cont_div {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.prd_cont .prd_box .prd_div .cont_div .swiper_box {
  position: relative;
}
.prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery {
  width: 600px;
  height: 400px;
  border: solid 4px #f6f6f6;
  overflow: hidden;
}
.prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-next,
.prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-prev {
  top: 88%;
  z-index: 2;
}
.prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery img {
  width: auto;
  display: block;
  
  margin: 0 auto;
}
.prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-prev {
  background-image: url(../image/left.png);
  outline: none;
  width: 45px;
  height: 84px;
  left: 0px;
  background-size: 45px 104px;
}
.prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-prev.swiper-button-disabled {
  background-image: url(../image/leftA.png);
  opacity: 1;
}
.prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-next {
  background-image: url(../image/right.png);
  outline: none;
  width: 45px;
  height: 84px;
  right: 0px;
  background-size: 45px 104px;
}
.prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-next.swiper-button-disabled {
  background-image: url(../image/rightA.png);
  opacity: 1;
}
.prd_cont .prd_box .prd_div .cont_div .swiper_box #thumbs {
  width: 450px;
  height: 110px;
  margin: auto;
  margin-top: 15px;
  overflow: hidden;
}
.prd_cont .prd_box .prd_div .cont_div .swiper_box #thumbs .swiper-slide {
  border: 1px solid #F6F6F6;
}
.prd_cont .prd_box .prd_div .cont_div .swiper_box #thumbs .swiper-slide img {
  width: 100%;
  display: block;
  cursor: pointer;
}
.prd_cont .prd_box .prd_div .cont_div .swiper_box #thumbs .my-slide-thumb-active {
  border: 1px solid #8d8d8d;
}
.prd_cont .prd_box .prd_div .cont_div .cont_text {position: relative;
  width: 500px;
  height: auto;
}
.prd_cont .prd_box .prd_div .cont_div .cont_text p {
  font-size: 18px;
  color: #999;
  line-height: 38px;
  margin-bottom: 8px;
}
.prd_cont .prd_box .prd_div .cont_div .cont_text p span {
  font-size: 18px;
  color: #333;
  margin-right: 25px;
}
.prd_cont .prd_box .prd_div .rich_box {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 1px;
  margin-top: 10px;
}
.prd_cont .prd_box .prd_div .rich_box .rich_title {
  width: 100%;
  height: 50px;
  background-color: #f4f4f4;
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-indent: 15px;
  font-weight: 600;
  margin-top: 60px;
}
.prd_cont .prd_box .prd_div .rich_box .rich_div {
  width: 100%;
  height: auto;
  
  padding: 10px;
}
.prd_cont .prd_box .prd_div .rich_box .rich_div p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  line-height: 30px;
  text-indent: 30px;
}
.prd_cont .prd_box .prd_div .rich_box .rich_div img {
  width:auto;
  display: block; margin: 0 auto
}
@media only screen and (max-width: 1460px) {
  .prd_cont .prd_box .prd_div {
    width: 1200px;
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery {
    width: 520px;
    
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-next,
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-prev {
    width: 40px;
    height: 98px;
    top: 86%;
    background-size: 40px 98px;
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #thumbs {
    width: 410px;
  }
  .prd_cont .prd_box .prd_div .cont_div .cont_text {
    width: 405px;
  }
}
@media only screen and (max-width: 1250px) {
  .prd_cont .prd_box .prd_div {
    width: 940px;
    min-height: 800px;
    padding-bottom: 0px;
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery {
    width: 410px;
    
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-next,
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-prev {
    width: 30px;
    height: 75px;
    top: 88%;
    background-size: 30px 75px;
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #thumbs {
    width: 330px;
    height: 80px;
  }
  .prd_cont .prd_box .prd_div .cont_div .cont_text {
    width: 305px;
  }
  .prd_cont .prd_box .prd_div .cont_div .cont_text p {
    font-size: 16px;
  }
  .prd_cont .prd_box .prd_div .cont_div .cont_text p span {
    font-size: 16px;
    margin-right: 15px;
  }
  .prd_cont .prd_box .prd_div .rich_box .rich_title {
    font-size: 16px;
    height: 50px;
    margin-top: 50px;
  }
  .prd_cont .prd_box .prd_div .rich_box .rich_div p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 970px) {
  .prd_cont .prd_box .prd_div {
    width: 750px;
  }
  .prd_cont .prd_box .prd_div .cont_div {
    flex-wrap: wrap;
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box {
    width: 100%;
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery {
    width: 100%;
    
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-next,
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-prev {
    width: 40px;
    height: 100px;
    top: 88%;
    background-size: 40px 100px;
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #thumbs {
    width: 480px;
    
  }
  .prd_cont .prd_box .prd_div .cont_div .cont_text {
    width: 100%;
    margin-top: 30px;
  }
  .prd_cont .prd_box .prd_div .cont_div .cont_text p {
    font-size: 14px;
    line-height: 35px;
  }
  .prd_cont .prd_box .prd_div .cont_div .cont_text p span {
    font-size: 14px;
    margin-right: 15px;
  }
  .prd_cont .prd_box .prd_div .rich_box .rich_title {
    font-size: 15px;
    height: 50px;
    margin-top: 30px;
  }
  .prd_cont .prd_box .prd_div .rich_box .rich_div p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .prd_cont {
    padding-top: 1.842105rem;
  }
  .prd_cont .prd_box .prd_div {
    width: 96%;
    margin: auto;
    padding-bottom: 1.0526rem;
  }
  .prd_cont .prd_box .prd_div .cont_div {
    flex-wrap: wrap;
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box {
    width: 100%;
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery {
    width: 100%;
    height: 22rem;
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-next,
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #gallery .swiper-button-prev {
    width: 0.7895rem;
    height: 1.5789rem;
    top: 88%;
    background-size: 1.0526rem 2.6316rem;
  }
  .prd_cont .prd_box .prd_div .cont_div .swiper_box #thumbs {
    width: 80%;
    
  }
  .prd_cont .prd_box .prd_div .cont_div .cont_text {
    width: 100%;
    margin-top: 0.6579rem;
  }
  .prd_cont .prd_box .prd_div .cont_div .cont_text p {
    
    
  }
  .prd_cont .prd_box .prd_div .cont_div .cont_text p span {
    
    margin-right: 0.3947rem;
  }
  .prd_cont .prd_box .prd_div .rich_box .rich_title {
    font-size: 0.3947rem;
    height: 1.3158rem;
    margin-top: 0.3947rem;
  }
  .prd_cont .prd_box .prd_div .rich_box .rich_div {
    padding: 0.7895rem 0px;
  }
  .prd_cont .prd_box .prd_div .rich_box .rich_div p {
    font-size: 0.3684rem;
  }
}


.rich_div img,.rich_div table{ max-width: 100%;}