table{
    max-width: 100%;
}
.DownContainer {
  border-top: 1px solid #eee;
  padding-bottom: 80px;
}
.DownContainer .box {
  display: flex;
  justify-content: space-between;
}
.DownContainer .box .boxLeft {
  width: 242px;
}
.DownContainer .box .boxLeft .item {
  border-bottom: 1px solid #ddd;
}
.DownContainer .box .boxLeft .item p a {
  font-size: 20px;
  color: #000;
  display: block;
  line-height: 78px;
  position: relative;
}
.DownContainer .box .boxLeft .item p a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 2px;
  background: #000;
}
.DownContainer .box .boxLeft .item p a span::after {
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  transition: 0.4s;
}
.DownContainer .box .boxLeft .item ul {
  background: #f5f5f5;
  display: none;
}
.DownContainer .box .boxLeft .item ul li {
  border-bottom: 1px solid #ddd;
}
.DownContainer .box .boxLeft .item ul li.active a{
    color: #005ba3;
}
.DownContainer .box .boxLeft .item ul li:last-child {
  border-bottom: 1px solid transparent;
}
.DownContainer .box .boxLeft .item ul li a {
  font-size: 18px;
  color: #000;
  display: block;
  line-height: 54px;
  box-sizing: border-box;
  padding: 0 22px;
}
.DownContainer .box .boxLeft .on p a {
  color: #005ba3;
}
.DownContainer .box .boxLeft .on ul {
  display: block;
}
.DownContainer .box .boxLeft .active p a span {
  background: #005ba3;
}
.DownContainer .box .boxLeft .active p a span::after {
  background: #005ba3;
  transform: rotate(0deg);
}
.DownContainer .box .boxRight {
  box-sizing: border-box;
  width: calc(100% - 300px);
  padding-top: 45px;
  border-left: 1px solid #eee;
}
.DownContainer .box .boxRight .main_ {
  border-top: 1px solid #eee;
  margin-top: 45px;
}
.DownContainer .box .boxRight .main_ .list .item {
  border-bottom: 1px solid #eee;
}
.DownContainer .box .boxRight .main_ .list .item a {
  display: flex;
  justify-content: space-between;
  padding: 26px 60px;
}
.DownContainer .box .boxRight .main_ .list .item a .le div {
  font-size: 20px;
  color: #000;
}
.DownContainer .box .boxRight .main_ .list .item a .le p {
  font-size: 16px;
  color: #999;
}


.DownContainer .box .boxRight .main_ .list .item a .ri{
   
}
.DownContainer .box .boxRight .main_ .list .item a .ri div {
   display: flex;
  align-content: center;
  font-size: 16px;
  color: #005ba3;
  padding: 10px 32px;
  transition: .4s;
  border: 1px solid #005ba3;
  
}
.DownContainer .box .boxRight .main_ .list .item a .ri div svg path{
     transition: .4s;
}
.DownContainer .box .boxRight .main_ .list .item a .ri div:hover{
     background: #005ba3;
}
.DownContainer .box .boxRight .main_ .list .item a .ri div:hover svg path{
  fill: #fff;
}
.IndexFooter {
  background-color: #303030;
  padding: 78px 0 0;
}
.IndexFooter .box .boxTop {
  display: flex;
  justify-content: space-between;
}
.IndexFooter .box .boxTop .boxLeft .content2 {
  margin-top: 32px;
}
.IndexFooter .box .boxTop .boxLeft .content2 ul li {
  margin-bottom: 5px;
  position: relative;
  /*padding-left: 30px;*/
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}
.IndexFooter .box .boxTop .boxLeft .content2 ul li p {
  position: absolute;
  left: 0;
  top: 5px;
  display: none;
}
.IndexFooter .box .boxTop .boxLeft .content2 ul li a {
  color: #fff;
  /*font-weight: bold;*/
}
.IndexFooter .box .boxTop .boxRight {
  display: flex;
}
.IndexFooter .box .boxTop .boxRight .item {
  margin-left: 30px;
}
.IndexFooter .box .boxTop .boxRight .item:nth-last-child(2){
	display: none;
}

.IndexFooter .box .boxTop .boxRight figure{
    margin-left: 60px;
    padding: 5px;
    background: #fff;
    height: min-content;
}

.IndexFooter .box .boxTop .boxRight figure img{
    width: 150px;
    max-width: initial;
}

.IndexFooter .box .boxTop .boxRight .item h5 a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  position: relative;
}
.IndexFooter .box .boxTop .boxRight .item h5 a span {
  position: relative;
  z-index: 2;
}
.IndexFooter .box .boxTop .boxRight .item h5 a::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: #005ba3;
  left: 0;
  bottom: 0;
  position: absolute;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.IndexFooter .box .boxTop .boxRight .item.active h5 a::after {
  opacity: 1;
}
.IndexFooter .box .boxTop .boxRight .item ul {
  margin-top: 18px;
}
.IndexFooter .box .boxTop .boxRight .item ul li {
  margin-bottom: 3px;
}
.IndexFooter .box .boxTop .boxRight .item ul li a {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}
.IndexFooter .box .boxBot {
  margin-top: 60px;
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  padding: 56px 0;
}
.IndexFooter .box .boxBot .item {
  display: flex;
}
.IndexFooter .box .boxBot .item .le {
  display: flex;
  align-items: center;
}
.IndexFooter .box .boxBot .item .le img {
  width: 48px;
}
.IndexFooter .box .boxBot .item .ri {
  margin-left: 16px;
}
.IndexFooter .box .boxBot .item .ri div {
  font-size: 16px;
  color: #808080;
}
.IndexFooter .box .boxBot .item .ri p {
  font-size: 18px;
  color: #000;
}
.IndexFooter_ {
  background-color: #303030;
  padding: 30px 0 12px;
}
.IndexFooter_ .box {
  display: flex;
  justify-content: space-between;
}
.IndexFooter_ .box .left {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}
.IndexFooter_ .box .left a {
  color: #fff;
}
.IndexFooter_ .box .right .bshare-custom {
  margin-bottom: 0;
}
.IndexFooter_ .box .right .bshare-custom a {
  margin: 0 12px;
  width: 40px;
  border-radius: 50%;
  padding-left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  filter: invert(0.7);
  height: 20px;
}
.IndexFooter_ .box .right .bshare-custom a:hover {
  filter: invert(1);
}
.IndexFooter_ .box .right .bshare-weixin {
  background: url(../images/wx.png) no-repeat center center !important;
}
.IndexFooter_ .box .right .bshare-sinaminiblog {
  background: url(../images/wb.png) no-repeat center center !important;
}
.IndexFooter_ .box .right .bshare-qqim {
  background: url(../images/qq.png) no-repeat center center !important;
}
.lang {
  font-size: 18px;
  margin-top: 24px;
  position: relative;
  right: -40px;
  z-index: 2;
  cursor: pointer;
}
.lang a {
  color: #808080;
  transition: 0.4s;
}
.lang svg {
  position: relative;
  top: -4px;
}
.lang svg path {
  transition: 0.4s;
}
.lang:hover a {
  color: #005ba3;
}
.lang:hover a svg path {
  fill: #005ba3;
}

/*  ---------*/
.Product {
  border-top: 1px solid #e5e5e5;
}
.Product .sub-product .left {
  width: 25%;
  padding-right: 5%;
}
.Product .sub-product .left .item {
  border-bottom: 1px solid #e5e5e5;
}
.Product .sub-product .left .item .Level1 {
  cursor: pointer;
  padding: 26px 0;
  display: flex;
  align-items: center;
}
.Product .sub-product .left .item .Level1 a {
  flex: 1;
  font-size: 20px;
  color: #000;
}
.Product .sub-product .left .item .Level1 i {
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #000;
  position: relative;
}
.Product .sub-product .left .item .Level1 i::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: rotate(90deg);
  transition: 0.4s;
}
.Product .sub-product .left .item .Level1.active a {
  color: #005ca4;
}
.Product .sub-product .left .item .Level1.active i {
  background: #005ca4;
}
.Product .sub-product .left .item .Level1.active i::after {
  transform: rotate(180deg);
  background: #005ca4;
}
.Product .sub-product .left .item .dorw {
  background: #f5f5f5;
  display: none;
}
.Product .sub-product .left .item .dorw .Level2 {
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
.Product .sub-product .left .item .dorw .Level2 .top {
  display: flex;
  align-items: center;
  padding: 20px 25px;
}
.Product .sub-product .left .item .dorw .Level2 .top a {
  flex: 1;
  font-size: 18px;
  color: #000;
}
.Product .sub-product .left .item .dorw .Level2 .top i {
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #000;
  position: relative;
}
.Product .sub-product .left .item .dorw .Level2 .top i::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: rotate(90deg);
  transition: 0.4s;
}
.Product .sub-product .left .item .dorw .Level2 .bottom {
  display: none;
}
.Product .sub-product .left .item .dorw .Level2 .bottom ul li {
  margin-bottom: 10px;
  padding: 0 40px;
}
.Product .sub-product .left .item .dorw .Level2 .bottom ul li a {
  font-size: 16px;
  color: #666;
}
.Product .sub-product .left .item .dorw .Level2 .bottom ul li a:hover {
  color: #005ca4;
}
.Product .sub-product .left .item .dorw .Level2.active .top a {
  color: #005ca4;
}
.Product .sub-product .left .item .dorw .Level2.active .top i {
  background: #005ca4;
}
.Product .sub-product .left .item .dorw .Level2.active .top i::after {
  /*transform: rotate(180deg);*/
  background: #005ca4;
}




.Product .sub-product .left .item .dorw .Level2.on .top a {
  color: #005ca4;
}
.Product .sub-product .left .item .dorw .Level2.on .top i {
  background: #005ca4;
}
.Product .sub-product .left .item .dorw .Level2.on .top i::after {
  transform: rotate(180deg);
  background: #005ca4;
}





.Product .sub-product .right {
  width: 75%;
  padding: 0 5% 8%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.Product .sub-product .right .top .title {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  padding: 55px 0 26px;
  text-align: center;
}
.Product .sub-product .right .top .bianyiqi p {
  text-align: center;
  font-size: 16px;
  color: #808080;
  line-height: 32px;
}
.Product .sub-product .right .top .bianyiqi img {
  max-width: 100%;
}
.Product .sub-product .right .list {
  display: flex;
  flex-wrap: wrap;
}
.Product .sub-product .right .list .item {
  width: 48%;
  margin-right: 4%;
  margin-top: 5%;
}
.Product .sub-product .right .list .item:nth-child(2n) {
  margin-right: 0%;
}
.Product .sub-product .right .list .item a {
  position: relative;
  display: block;
}
.Product .sub-product .right .list .item .it-shu {
  transition: 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #9a9a9a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Product .sub-product .right .list .item .it-hover {
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 113, 182, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Product .sub-product .right .list .item .it-hover .box {
  width: 60%;
  text-align: center;
}
.Product .sub-product .right .list .item .it-hover .contont1 {
  color: #fff;
  font-size: 20px;
}
.Product .sub-product .right .list .item .it-hover .contont2 {
  color: #fff;
  font-size: 16px;
}
.Product .sub-product .right .list .item:hover .it-shu {
  opacity: 0;
}
.Product .sub-product .right .list .item:hover .it-hover {
  opacity: 1;
}
.pagebread-details {
  /*display: none;*/
}
.pagebread-details .box1 {
  background: #f5f5f5;
  padding-bottom: 100px;
}
.pagebread-details .box1 .wrap .return {
  display: flex;
  justify-content: flex-end;
  padding: 45px 0 23px;
}
.pagebread-details .box1 .wrap .return a {
  display: block;
  width: 152px;
  height: 48px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagebread-details .box1 .wrap .return a span {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.pagebread-details .box1 .wrap .return a svg {
  transition: 0.4s;
  margin-left: 10px;
  transform: rotate(180deg);
}
.pagebread-details .box1 .wrap .return a:hover svg {
  margin-left: 15px;
}
.pagebread-details .box1 .wrap .information {
  display: flex;
}
.pagebread-details .box1 .wrap .information .left {
  padding: 15px 0 30px;
  width: 54%;
  padding-right: 7%;
}
.pagebread-details .box1 .wrap .information .left .tit1 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
.pagebread-details .box1 .wrap .information .left .tit2 {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding: 30px 0 40px;
  border-bottom: 1px solid #cccccc;
}
.pagebread-details .box1 .wrap .information .left .advantage .ad1 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding: 35px 0 10px;
}
.pagebread-details .box1 .wrap .information .left .advantage .ad2 ul {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.pagebread-details .box1 .wrap .information .left .advantage .ad2 ul li {
  width: 50%;
  font-size: 16px;
  color: #666;
}
.pagebread-details .box1 .wrap .information .left .advantage .ad3 {
  margin-top: 40px;
}
.pagebread-details .box1 .wrap .information .left .advantage .ad3 a {
  width: 152px;
  height: 48px;
  background: #005ba3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagebread-details .box1 .wrap .information .left .advantage .ad3 a span {
  font-size: 16px;
  color: #fff;
  margin-left: 8px;
  font-weight: 700;
}
.pagebread-details .box1 .wrap .information .right {
  width: 46%;
  /*background: #fff;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagebread-details .box2 {
  padding: 70px 0 100px;
}
.pagebread-details .box2 .title {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  padding-bottom: 35px;
}

.pagebread-details table p{
    word-break: break-all;
    white-space: pre-wrap;
    display: inline;
}
.pagebread-details table td{
  border: 1px solid;
  /*word-break: break-all;*/
  /*white-space: pre-wrap;*/
}



.cur-dorw {
  display: none;
  width: 100%;
  position: absolute;
  left: -20%;
}
.cur-dorw a {
  text-align: center;
  display: block;
  width: 140%;
  padding: 14px 0;
  /*height: 48px;*/
  background: #fff;
  color: #000;
  line-height: 1.6;
}
.cur-dorw a:hover {
  color: #fff;
  background: #005ba3;
}
.nav ul li:hover .cur-dorw {
  display: block;
}
@media (max-width: 1200px) {
  .Product .Product-box {
    flex-wrap: wrap;
  }
  .Product .Product-box .left {
    width: 100%;
  }
  .Product .Product-box .right {
    width: 100%;
    margin: 50px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .pagebread-details .box1 .wrap .information {
    flex-wrap: wrap;
  }
  .pagebread-details .box1 .wrap .information .left {
    width: 100%;
  }
  .pagebread-details .box1 .wrap .information .right {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .pagebread-details .box1 .wrap .return a {
    width: 130px;
    height: 40px;
  }
  .pagebread-details .box1 .wrap .return a span {
    font-size: 14px;
  }
  .pagebread-details .box1 .wrap .return a svg {
    width: 20px;
    height: 20px;
  }
  .pagebread-details .box1 .wrap .information .left .advantage .ad2 ul li {
    width: 100%;
  }
  .pagebread-details .box1 .wrap .information .left .advantage .ad3 a {
    width: 130px;
    height: 40px;
  }
  .pagebread-details .box1 .wrap .information .left .advantage .ad3 a span {
    font-size: 14px;
  }
  .pagebread-details .box1 .wrap .information .left .advantage .ad3 a svg {
    width: 18px;
    height: 18px;
  }
  .Product .sub-product .right .list .item {
    width: 100%;
    margin-right: 0;
  }
}
