@charset "UTF-8";
.diyform { width:100%;float:left;}
.diyform select {  height: 30px; line-height: 30px; color: #666; margin: -1px; *margin:0px;_margin: 0px; padding: 4px 3px; font-size: 14px; font-size: 13px; border: 1px solid #d5d5d5; color: #333; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.diyform input { outline: none; width:80%; padding:6px; font-size: 13px; background: #fff;border: 1px solid #d5d5d5; color: #333;border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
.diyform input:hover { border: 1px solid #FFC602; background: #f6f4f7; background: #fff;}
.diyform input.radio { width:15px;}
.diyform textarea { outline: none; width:80%; height:100px; padding:6px; font-size: 13px; border: 1px solid #d5d5d5; color: #333; margin-top:10px;border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
.diyform textarea:hover { border: 1px solid #FFC602; background: #f6f4f7; background: #fff;}
.diyform #age { outline: none; padding:6px; font-size: 13px; border: 1px solid #d5d5d5; color: #333; }
.diyform #age:hover { border: 1px solid #FFC602; background: #f6f4f7; background: #fff;}
.diyform .pt_go,
.diyform .pt_reset{ cursor: pointer;border: 1px solid #c8c8c8; width:115px; height: 33px; line-height: 33px; padding-top:0px; margin-right:15px;
border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
background:#e8e8e8;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fafafa), to(#f0f0f0));
background: -webkit-linear-gradient(#fafafa, #f0f0f0);
background: -moz-linear-gradient(#fafafa, #f0f0f0);
background: -ms-linear-gradient(#fafafa, #f0f0f0);
background: -o-linear-gradient(#fafafa, #f0f0f0);
background: linear-gradient(#fafafa, #f0f0f0);
-pie-background: linear-gradient(#fafafa, #f0f0f0);
}
.diyform .coolbg:hover { border: 1px solid #999; color:#000}
.diyform ul {float:left; width:100%; padding-bottom:15px;}
.diyform li { padding: 8px 0 8px 140px; }
.diyform .tit { float: left; font-size: 14px; line-height: 22px; margin-left: -140px; text-align: right; width: 130px; }
.diyform .tit label { font-size:12px;}
.diyform .tit .c1 { font: normal 12px/1.5em "Arial";margin-right:6px;}
.diyform .pt { position: relative;display: inline-block; width:100%; }
.diyform #feed_code { width:50px;}
.diyform .btn_box { padding: 30px 0 10px 140px; }
#formTitle { width:100%; float:left; border-bottom:1px solid #E2E2E2; font-size:14px; height:40px; line-height:40px; margin-bottom:40px; font-weight:bold;display:none;}
.reddot { padding-left:6px; color:#f00; font:normal 12px/1.5em "Arial";}

#code,#form_code { cursor:pointer; vertical-align:middle; margin-left:8px; margin-right:8px; }
.headS {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.head {
  height: 1rem;
  border-bottom: 1px solid #e8e8e8;
}

.head .logo {
  margin: 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head .logo img {
  height: 0.4rem;
}

.head .tag {
  width: auto;
}

.head .tag ul {
  width: 8rem;
}
.head .tag ul>li:nth-child(3) a  {   color:#e62129;}
.head .h-nav ul>li:nth-child(3) a  {   color:#e62129;}
.head .tag ul li:hover .a1 {
  color: #e62129;
}
.head .tag ul li:hover::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #e62129;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.head .tag ul li:hover .secondLevel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.head .tag ul li .secondary {
  padding: 0;
  min-width: 2.4rem;
}

.head .tag ul li .secondary p {
  padding: 0.25rem 0.4rem;
  border-top: 1px dashed #e8e8e8;
}

.head .tag ul li .secondary p:nth-child(1) {
  border-top: 1px solid #e8e8e8;
}

.head .tag ul li .secondary p a {
  color: #000;
}

.head .tag ul li .secondary p:hover a {
  color: #e62129;
}

.head .tag ul li .secondLevel {
  width: 100%;
  height: 4rem;
  background-color: #ffffff;
  position: fixed;
  top: 1rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 5.5rem;
  display: none;
}

.head .tag ul li .secondLevel .title1 {
  padding: 0.3rem 0;
  position: relative;
}

.head .tag ul li .secondLevel .title1 .itemBox {
  padding-right: 0.2rem;
  height: 3.4rem;
  overflow: auto;
  /* 滚动槽 */
  /* 滚动条滑块 */
}

.head .tag ul li .secondLevel .title1 .itemBox::-webkit-scrollbar {
  width: 4px;
}

.head .tag ul li .secondLevel .title1 .itemBox::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(175, 175, 175, 0.4);
}

.head .tag ul li .secondLevel .title1 .itemBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.head .tag ul li .secondLevel .title1 .itemBox::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(141, 138, 138, 0.4);
}

.head .tag ul li .secondLevel .title1 .item:nth-child(1) .t1 {
  border-top: none;
}

.head .tag ul li .secondLevel .title1 .t1 {
  line-height: calc(48 / 18 * 100%);
  border-top: dashed 1px #e8e8e8;
  min-width: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.head .tag ul li .secondLevel .title1 .t1 .san {
  width: 0;
  height: 0;
  border-top: 0.05rem solid transparent;
  border-left: 0.08rem solid red;
  border-bottom: 0.05rem solid transparent;
  display: none;
}

.head .tag ul li .secondLevel .title1 .t1X {
  color: #e62129;
}

.head .tag ul li .secondLevel .title1 .t1X .san {
  display: block;
}

.head .tag ul li .secondLevel .title2 {
  height: 4rem;
  position: absolute;
  top: 0;
  right: -0.5rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  padding: 0.3rem 0;
  padding-right: 0.6rem;
  border-right: solid 1px #e8e8e8;
  display: none;
}

.head .tag ul li .secondLevel .title2 .t2 {
  line-height: calc(48 / 18 * 100%);
  border-top: dashed 1px #f7f7f700;
  white-space: nowrap;
}

.head .tag ul li .secondLevel .title2 .t2X {
  color: #e62129;
}

.head .tag ul li .secondLevel .title2 .title2Box {
  padding-right: 0.2rem;
  height: 3.4rem;
  overflow: auto;
  /* 滚动槽 */
  /* 滚动条滑块 */
}

.head .tag ul li .secondLevel .title2 .title2Box::-webkit-scrollbar {
  width: 4px;
}

.head .tag ul li .secondLevel .title2 .title2Box::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(175, 175, 175, 0.4);
}

.head .tag ul li .secondLevel .title2 .title2Box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.head .tag ul li .secondLevel .title2 .title2Box::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(141, 138, 138, 0.4);
}

.head .tag ul li .secondLevel .title2X {
  display: block;
}

.head .tag ul li .secondLevel .imgBox .img1 {
  height: 4rem;
  position: absolute;
  top: -0.3rem;
  right: -1.4rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.head .tag ul li .secondLevel .imgBox .img1 img {
  max-width: 3.69rem;
  max-height: 3.4rem;
}

.head .tag ul li .secondLevel .imgBox .img1X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head .tag ul .Lactive,
.head .tag ul .focus{
  color: #e62129;
}
.head .tag ul .Lactive::after,
.head .tag ul .focus::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #e62129;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.head .tag .selectBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 0.6rem;
  height: 0.4rem;
}

.head .tag .selectBox img {
  height: 0.22rem;
  margin-right: 0.05rem;
}

.head .tag .selectBox .img2 {
  display: block;
}

.head .tag .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head .tag .select p {
  color: #000000;
  line-height: 1;
  white-space: nowrap;
}

.head .tag .select img {
  width: 6px;
  height: auto;
  margin: 0;
  margin-left: 0.15rem;
}

.head .tag .select .icon1 {
  display: block;
}

.head .tag .ying {
  position: absolute;
  width: 150%;
  left: 50%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px #0003;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  display: none;
}

.headS_en .tag .ying {
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px #0003;
}

.head .tag .ying p {
  line-height: 2;
  text-align: center;
}

.headS_en .tag .ying p {
  color: #000;
}

.head .tag .ying p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head .tag .ying p img {
  width: 0.3rem;
  height: auto;
  margin: 0;
}

.head .tag .ying p:hover {
  background-color: #efefef;
  color: #000;
}

main {
  margin-top: 1rem;
}

.main1 .idx1-swiper .swiper-text {
  color: #000;
  left: calc(260 / 1920 * 100%);
}

.main1 .idx1-swiper .swiper-text .p2 {
  font-weight: bold;
}

@media (min-width:1100px) {
  .main1 .idx1-swiper-en .swiper-text .p2 {
    transform: translateY(-1.2rem);
  }
}
@media (max-width:1100px) and (min-width:900px) {
  .main1 .idx1-swiper-en .swiper-text .p2 {
    transform: translateY(-0.8rem);
  }
}
@media (max-width:900px) and (min-width:700px) {
  .main1 .idx1-swiper-en .swiper-text .p2 {
    transform: translateY(-0.6rem);
  }
}
@media (max-width:600px) {
  .main1 .idx1-swiper-en .swiper-text .p2 {
    transform: translateY(-1.2rem);
  }
}


.main1 .idx1-swiper .swiper-text .p3 {
  line-height: 2;
}

.main1 .idx1-swiper .swiper-text .bth {
  background-color: #ffffff00;
  color: #000;
  border: 1px solid #000;
  padding: 0.16rem 0.4rem;
  display: inline-block;
  margin-top: 0.35rem;
}

.main1 .idx1-swiper .swiper-text .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0.8rem;
}

.main1 .idx1-swiper .swiper-text .icon .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.4rem;
}

.main1 .idx1-swiper .swiper-text .icon .item:nth-child(1) {
  margin-left: 0;
}

.main1 .idx1-swiper .swiper-text .icon .item img {
  width: 0.7rem;
  margin-bottom: 0.2rem;
}

.main1 .idx1-swiper .swiper-text .icon .item p {
  text-align: center;
}

@media (max-width:600px) {
  .main1 .idx1-swiper .swiper-text .bth {
    padding: 10px;
    margin-top: 0.4rem;
  }

  .main1 .idx1-swiper .swiper-text .icon {
    margin-top: 0.5rem;
  }

  .main1 .idx1-swiper .swiper-text .icon .item {
    font-size: 12px;
  }

  .main1 .idx1-swiper .swiper-text .icon .item img {
    margin-top: 0.1rem;
    border: 1px solid #e94148;
    border-radius: 50%;
  }

  .main1 .idx1-swiper .swiper-text .icon .item p {
    font-size: 12px !important;
  }

  .head .tag .search img {
    margin: 0;
  }
}

@media (max-width: 900px) {
  .main1 .idx1-swiper .swiper-text {
    left: 4%;
  }
}

.main1 .idx1-swiper .arrowBottom p {
  color: #535558;
}

.main1 .idx1-swiper .swiper-button-next {
  background-image: url(../images/right.png);
}

.main1 .idx1-swiper .swiper-button-prev {
  background-image: url(../images/left.png);
}

@media (max-width: 700px) {
  .main1 .idx1-swiper .swiper-button-next {
    display: none !important;
  }

  .main1 .idx1-swiper .swiper-button-prev {
    display: none !important;
  }
}

@media (max-width:600px) {
  .main1 .idx1-swiper .div1 .swiper-text .p3 {
    display: none;
  }

  .main1 .idx1-swiper .div1 .swiper-text .bth {
    display: none;
  }

  .main1 .idx1-swiper .div1 .swiper-text .SourceHanSansCNN {
    display: none;
  }
}

.main1 .idx-introduce1 {
  padding: 0 calc(180 / 1920 * 100%);
  padding-top: 0.9rem;
  padding-bottom: 1.1rem;
  width: 100%;
}

.main1 .idx-introduce1 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main1 .idx-introduce1 .title .p1 {
  position: relative;
  padding-bottom: 0.27rem;
}

.main1 .idx-introduce1 .title .p1::after {
  content: '';
  position: absolute;
  width: 0.14rem;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #e62129;
}

.main1 .idx-introduce1 .title .title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
}

.main1 .idx-introduce1 .title .title-icon:hover {
  color: #e62129;
}

.main1 .idx-introduce1 .swiperBox {
  margin-top: 0.8rem;
  position: relative;
  width: 100%;
}

.main1 .idx-introduce1 .swiperBox .swiperS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.main1 .idx-introduce1 .swiperBox .textBox {
  width: calc(1410 / 1560 * 100%);
  min-height: 5.9rem;
  padding: 20px 0.2rem;
  background-color: #f4f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main1 .idx-introduce1 .swiperBox .textBox .banner27 {
  width: calc(760 / 1560 * 100%);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main1 .idx-introduce1 .swiperBox .textBox .banner27 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.main1 .idx-introduce1 .swiperBox .textBox .text {
  width: calc(630 / 1410 * 100%);
  margin-left: calc(680 / 1410 * 100%);
}

.main1 .idx-introduce1 .swiperBox .textBox .p1 {
  width: 100%;
  margin-top: 0.3rem;
  color: #666666;
  line-height: calc(32 / 18 * 1em);
  max-height: 300px;
  overflow: auto;
}

.main1 .idx-introduce1 .swiperBox .textBox .introduce-icon {
  margin-top: 0.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main1 .idx-introduce1 .swiperBox .textBox .introduce-icon-en {
  margin-top: 0.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.main1 .idx-introduce1 .swiperBox .textBox .introduce-icon .item {
  margin-left: 1.2rem;
}

.main1 .idx-introduce1 .swiperBox .textBox .introduce-icon-en .item {
  margin-left: 0rem;
}

.main1 .idx-introduce1 .swiperBox .textBox .introduce-icon .item:nth-child(1) {
  margin-left: 0;
}

.main1 .idx-introduce1 .swiperBox .textBox .introduce-icon .item .span1 {
  color: #e62129;
  font-weight: bold;
}

.main1 .idx-introduce1 .swiperBox .textBox .introduce-icon .item .h1 {
  line-height: 1;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0;
}

.main1 .idx-introduce1 .swiperBox .textBox .introduce-icon .item .h2 {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .main1 .idx-introduce1 .swiperBox .textBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .main1 .idx-introduce1 .swiperBox .textBox .banner27 {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .main1 .idx-introduce1 .swiperBox .textBox .text {
    width: 100%;
    margin: 0;
    padding: 0.2rem;
  }
}

.main1 .idx-introduce1 .swiperBox .bth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0.25rem;
  bottom: 0.25rem;
  z-index: 2;
}

.main1 .idx-introduce1 .swiperBox .bth .container3Next img,
.main1 .idx-introduce1 .swiperBox .bth .container3Prev img {
  width: 0.13rem;
}

.main1 .idx-introduce1 .swiperBox .bth .container3Next .img1,
.main1 .idx-introduce1 .swiperBox .bth .container3Prev .img1 {
  display: block;
}

.main1 .idx-introduce1 .swiperBox .bth .container3Next .img2,
.main1 .idx-introduce1 .swiperBox .bth .container3Prev .img2 {
  display: none;
}

.main1 .idx-introduce1 .swiperBox .bth .container3Next:hover .img1,
.main1 .idx-introduce1 .swiperBox .bth .container3Prev:hover .img1 {
  display: none;
}

.main1 .idx-introduce1 .swiperBox .bth .container3Next:hover .img2,
.main1 .idx-introduce1 .swiperBox .bth .container3Prev:hover .img2 {
  display: block;
}

.main1 .idx-introduce1 .swiperBox .bth .container3Next {
  margin-right: 0.55rem;
}

@media (max-width: 900px) {
  .main1 .idx-introduce1 .swiperBox .bth {
    display: none;
  }
}

.main1 .idx1-news .title .p1 {
  position: relative;
  padding-bottom: 0.27rem;
}

.main1 .idx1-news .title .p1::after {
  content: '';
  position: absolute;
  width: 0.14rem;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #e62129;
}

@media (max-width: 1200px) {
  .main1 .idx-introduce1 {
    padding: 0 4%;
    padding-top: 0.9rem;
    padding-bottom: 1.1rem;
  }
}

.main2 .idx1-swiper .swiper-text a {
  position: relative;
  padding-bottom: 0.3rem;
  color: #000;
}

.main2 .idx1-swiper .swiper-text a::after {
  content: "";
  width: 0.14rem;
  height: 3px;
  background-color: #e62129;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main2 .idx9-nav {
  height: auto;
  padding: 0.5rem calc(260 / 1920 * 100%);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main2 .idx9-nav-en {
  display: block;
}

.main2 .idx9-nav .left a {
  padding: 0.1rem;
  margin: 0 0.17rem;
  flex-shrink: 0;
}
.main2 .idx9-nav .left .focus,
.main2 .idx9-nav .left .onA {
  color: #ffffff;
  background-color: #e62129;
}

.main2 .idx9-nav .left .line {
  width: 1px;
  height: 10px;
  background-color: #333333;
}
.main2 .idx9-nav .left .line:last-child {display:none;}

.main2 .fan .fanBox {
  text-align: center;
  display: block;
}

.main2 .fan-en {
  display: flex;
}

.main2 .fan-en .fanBox {
  text-align: center;
  margin-top: 0.3rem;
  margin-left: 0.3rem;
}

.main2 .fan .fanBox p {
  color: #999999;
  margin-top: 0.05rem;
}

.main2 .fan img {
  width: 0.3rem;
}

/* @media (max-width: 600px) {
  .main2 .fan {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
} */

.main2 .idx2-commodity {
  padding: 0.3rem calc(260 / 1920 * 100%);
  position: relative;
}

.main2 .idx2-commodity .h1 {
  color: #666666;
}

.main2 .idx2-commodity .commodity .p2 {
  color: #717273;
}

@media (max-width: 1200px) {
  .main2 .idx9-nav {
    padding: 0.5rem 4%;
  }

  .main2 .idx2-commodity {
    padding: 0.3rem 4%;
  }
}

.main3 .idx3-details {
  background-color: #ffffff;
  padding-top: 0.3rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.main3 .idx3-details .Dswiper {
  margin: 0 calc(300 / 1920 * 100%);
}

.main3 .idx3-details .record {
  margin-top: 0;
  padding: 0 calc(300 / 1920 * 100%);
}

.main3 .idx3-details .record .nav {
  padding: 0;
}

.main3 .idx3-details .record .nav .titleK {
  width: 20%;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .main3 .idx3-details .Dswiper {
    margin: 0 4% !important;
  }

  .main3 .idx3-details .record {
    padding: 0 4%;
  }
}

.main3 .idx3-details .modular {
  display: none;
}

.main3 .idx3-details .modularX {
  display: block;
}

.main3 .idx3-details .details {
  padding: 1.2rem calc(360 / 1920 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main3 .idx3-details .details .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.main3 .idx3-details .details .item:nth-child(1) {
  margin-top: 0;
}


.main3 .idx3-details .details .item .text {
  width: calc(417 / 1200 * 100%);
}

.main3 .idx3-details .details .item .text .h1 {
  margin-bottom: 0.1rem;
}

.main3 .idx3-details .details .item .text .p1 {
  margin-top: 0.2rem;
  color: #717273;
  line-height: calc(30 / 16 * 1em);
}

.main3 .idx3-details .details .item .text .newBanner6 {
  margin-top: 0.2rem;
  width: 100%;
}

.main3 .idx3-details .details .item .imgBox {
  width: 50%;
}

.main3 .idx3-details .details .item .imgBox img {
  width: 100%;
  display: block;
}

.main3 .idx3-details .details .item:nth-child(2n+2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 1200px) {
  .main3 .idx3-details .details {
    padding: 1.2rem 4%;
  }
}

@media (max-width: 700px) {
  .main3 .idx3-details .details .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main3 .idx3-details .details .item:nth-child(1) {
    margin-top: 0;
  }


  .main3 .idx3-details .details .item .text {
    width: 100%;
  }

  .main3 .idx3-details .details .item .imgBox {
    width: 100%;
    margin-top: 0.3rem;
  }

  .main3 .idx3-details .details .item:nth-child(2n+2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main3 .idx3-details .tableBox {
  padding: 1rem calc(300 / 1920 * 100%);
  padding-bottom: 0.1rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(255%, #cedbe9));
  background-image: linear-gradient(0deg, #ffffff 0%, #cedbe9 255%);
}

.main3 .idx3-details .tableBox h1 {
  text-align: center;
  position: relative;
  padding-bottom: 0.3rem;
  margin-bottom: 0.55rem;
}

.main3 .idx3-details .tableBox h1::after {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #e62129;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.main3 .idx3-details .tableBox .itemBox {
  width: 100%;
  overflow: auto;
  /* 滚动槽 */
  /* 滚动条滑块 */
}

.main3 .idx3-details .tableBox .itemBox::-webkit-scrollbar {
  height: 6px;
}

.main3 .idx3-details .tableBox .itemBox::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(175, 175, 175, 0.4);
}

.main3 .idx3-details .tableBox .itemBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.main3 .idx3-details .tableBox .itemBox::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(141, 138, 138, 0.4);
}

.main3 .idx3-details .tableBox .item {
  min-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  align-items: flex-end;
}

.main3 .idx3-details .tableBox .item .tt {
  padding: 0.2rem 0.2rem;
}

.main3 .idx3-details .tableBox .item .tt:nth-child(2n + 2) {
  background-color: #edf2f769;
}

.main3 .idx3-details .tableBox .item .title {
  width: calc(195 / 1320 * 100%);
  flex-shrink: 0;
}

.main3 .idx3-details .tableBox .item .text {
  width: calc(185 / 1320 * 100%);
  flex-shrink: 0;
}

.main3 .idx3-details .tableBox .item .p2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
}

.main3 .idx3-details .tableBox .item .p3 {
  margin-top: 0.2rem;
}

.main3 .idx3-details .tableBox .item1 {
  min-width: 900px;
}

.main3 .idx3-details .tableBox .item1 .tt {
  padding: 0.15rem 0.2rem;
}

.main3 .idx3-details .tableBox .item1 .tt:nth-child(2n + 2) {
  background-color: #edf2f769;
}

.main3 .idx3-details .tableBox .remarksBox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.main3 .idx3-details .tableBox .remarksBox .remarks {
  width: 34em;
  color: #989898;
  text-align: right;
  margin-top: 0.1rem;
}

.main3 .idx3-details .tableBox .bthBox {
  text-align: center;
  margin-top: 0.6rem;
}

.main3 .idx3-details .tableBox .bth {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  background-color: #e50012;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .main3 .idx3-details .tableBox {
    padding: 1rem 4%;
    padding-bottom: 0.1rem;
  }
}

.main3 .idx3-details .videoBox {
  margin: 0.8rem calc(360 / 1920 * 100%);
  margin-bottom: 0.3rem;
  position: relative;
}

.main3 .idx3-details .videoBox .newBanner8 {
  width: 100%;
}

.main3 .idx3-details .videoBox .playBox {
  width: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main3 .idx3-details .videoBox .playBox img {
  width: 100%;
}

@media (max-width: 1200px) {
  .main3 .idx3-details .videoBox {
    margin: 0.8rem 4%;
    margin-bottom: 0.3rem;
  }
}

.main3 .idx3-details .parameterBOX {
  padding: 0.9rem calc(300 / 1920 * 100%);
  padding-bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#cedbe9));
  background-image: linear-gradient(0deg, #ffffff 0%, #cedbe9 100%);
}

.main3 .idx3-details .parameterBOX .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main3 .idx3-details .parameterBOX .top h1 {
  font-weight: bold;
  padding-right: calc(200 / 1320 * 100%);
}

.main3 .idx3-details .parameterBOX .top .parameter {
  width: 450px;
}

.main3 .idx3-details .parameterBOX .top .parameter .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main3 .idx3-details .parameterBOX .top .parameter .item .title,
.main3 .idx3-details .parameterBOX .top .parameter .item .text {
  width: 50%;
  padding: 0.18rem 0;
  line-height: calc(30 / 18 * 100%);
}

.main3 .idx3-details .parameterBOX .remarksBox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.main3 .idx3-details .parameterBOX .remarksBox .remarks {
  width: 34em;
  color: #989898;
  text-align: right;
  margin-top: 0.3rem;
}

.main3 .idx3-details .parameterBOX .table {
  width: 100%;
  background-color: #ffffff;
  overflow: auto;
  margin-top: 0.8rem;
}

.main3 .idx3-details .parameterBOX .table table {
  width: 100%;
  min-width: 900px;
  text-align: center;
}

.main3 .idx3-details .parameterBOX .table table th {
  width: calc(7 / 100 * 100%);
  color: #e62129;
  padding: 0.18rem 0;
}

.main3 .idx3-details .parameterBOX .table table td {
  width: calc(7 / 100 * 100%);
  padding: 0.18rem 0;
}

.main3 .idx3-details .parameterBOX .applicationBox {
  margin-top: 0.9rem;
}

.main3 .idx3-details .parameterBOX .applicationBox h1 {
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.main3 .idx3-details .parameterBOX .applicationBox .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main3 .idx3-details .parameterBOX .applicationBox .item {
  display: block;
  width: calc(307 / 1320 * 100%);
  position: relative;
  margin-top: 0.27rem;
  margin-left: 0.3rem;
}

.main3 .idx3-details .parameterBOX .applicationBox .item:nth-child(4n + 1) {
  margin-left: 0rem;
}

.main3 .idx3-details .parameterBOX .applicationBox .item img {
  width: 100%;
}

.main3 .idx3-details .parameterBOX .applicationBox .item p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  background-color: #00000047;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1200px) {
  .main3 .idx3-details .parameterBOX {
    padding: 0.9rem 4%;
    padding-bottom: 0;
  }
}

@media (max-width: 750px) {
  .main3 .idx3-details .parameterBOX .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main3 .idx3-details .parameterBOX .top h1 {
    padding-right: 0;
    text-align: center;
  }

  .main3 .idx3-details .parameterBOX .top .parameter {
    width: 100%;
  }

  .main3 .idx3-details .parameterBOX .applicationBox .item {
    width: 32%;
    margin-left: 2% !important;
  }

  .main3 .idx3-details .parameterBOX .applicationBox .item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
}

@media (max-width: 450px) {
  .main3 .idx3-details .parameterBOX .applicationBox .item {
    width: 48%;
    margin-left: 4% !important;
  }

  .main3 .idx3-details .parameterBOX .applicationBox .item:nth-child(3n + 1) {
    margin-left: 4% !important;
  }

  .main3 .idx3-details .parameterBOX .applicationBox .item:nth-child(2n + 1) {
    margin-left: 0 !important;
  }
}

.main3 .idx3-details .exhibition {
  padding: 0 calc(300 / 1920 * 100%);
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main3 .idx3-details .exhibition .item {
  width: calc(413 / 1320 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e9eaed;
  margin-left: calc(40 / 1320 * 100%);
  margin-bottom: calc(44 / 1320 * 100%);
  position: relative;
}

.main3 .idx3-details .exhibition .item:nth-child(3n + 1) {
  margin-left: 0;
}

.main3 .idx3-details .exhibition .item img {
  max-width: 80%;
  max-height: 80%;
}

.main3 .idx3-details .exhibition .item p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  background-color: #00000047;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1200px) {
  .main3 .idx3-details .exhibition {
    padding: 0 4%;
    padding-top: 1rem;
  }
}

@media (max-width: 500px) {
  .main3 .idx3-details .exhibition .item {
    width: 48%;
    margin-left: 4% !important;
    margin-bottom: 4%;
  }

  .main3 .idx3-details .exhibition .item:nth-child(2n + 1) {
    margin-left: 0 !important;
  }
}

.layout1 {
  margin-top: 1rem;
}

.layout1 .idx1-swiper .swiper-slide {
  padding-top: 0;
}

.layout1 .idx1-swiper .swiper-slide .bg1 {
  display: block;
}

.layout1 .idx1-swiper .swiper-slide .swiper-text a {
  position: relative;
  padding-bottom: 0.3rem;
}

.layout1 .idx1-swiper .swiper-slide .swiper-text a::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
}

.layout2 .idx1-swiper .swiper-slide {
  padding-top: 0;
}

.layout2 .idx1-swiper .swiper-slide .bg1 {
  display: block;
}

.layout2 .idx1-swiper .swiper-slide .swiper-text a {
  position: relative;
  padding-bottom: 0.3rem;
}

.layout2 .idx1-swiper .swiper-slide .swiper-text a::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
}

.layout2 .idx9-nav {
  height: auto;
  padding: 0.5rem calc(260 / 1920 * 100%);
}

.layout2 .idx9-nav .left a {
  padding: 0.1rem;
  margin: 0 0.17rem;
}
.layout2 .idx9-nav .left .focus,
.layout2 .idx9-nav .left .onA {
  color: #ffffff;
  background-color: #e62129;
}

.layout2 .idx9-nav .left .line {
  width: 1px;
  height: 10px;
  background-color: #333333;
}
.layout2 .idx9-nav .left .line:last-child {display:none;}

@media (max-width: 900px) {
  .layout2 .idx9-nav {
    height: auto;
    padding: 0.5rem 4%;
  }
}

.layout2 .Culture {
  padding: 0 calc(260 / 1920 * 100%);
}

.layout2 .Culture h1 {
  font-weight: bold;
  position: relative;
  padding-bottom: 0.3rem;
  margin-top: 0.5rem;
}

.layout2 .Culture h1::after {
  content: "";
  width: 0.5em;
  height: 3px;
  background-color: #e62129;
  position: absolute;
  left: 0;
  bottom: 0rem;
}

.layout2 .Culture .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding-top: 0.8rem;
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
}

.layout2 .Culture .content .item {
  width: calc(1 / 3 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #e8e8e8;
}

.layout2 .Culture .content .item:nth-child(1) {
  border-left: 0;
}

.layout2 .Culture .content .item img {
  width: 1rem;
  display: block;
}

.layout2 .Culture .content .item .p1 {
  margin-top: 0.4rem;
  padding-bottom: 0.26rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.layout2 .Culture .content .item .p1::after {
  content: "";
  width: 0.5em;
  height: 3px;
  background-color: #111111;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.layout2 .Culture .content .item .p2 {
  margin-top: 0.2rem;
  text-align: center;
  color: #717273;
}

.layout2 .Culture .content .item .p2 p {
  line-height: calc(30 / 16 * 1em);
}

@media (max-width: 900px) {
  .layout2 .Culture {
    padding: 0 4%;
  }
}

@media (max-width: 400px) {
  .layout2 .Culture .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .layout2 .Culture .content .item {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.2rem 0;
  }
}

.layout2 .about .top {
  padding: 0 calc(260 / 1920 * 100%);
  padding-top: 0.9rem;
  padding-bottom: 1.67rem;
}

.layout2 .about .top .left {
  width: calc(600 / 1400 * 100%);
}

.layout2 .about .top .right {
  width: calc(700 / 1400 * 100%);
}

.layout2 .about .top .p2 {
  height: 1.6rem;
  overflow: auto;
  padding-right: calc(30 / 600 * 100%);
  /* 滚动槽 */
  /* 滚动条滑块 */
}

.layout2 .about .top .p2::-webkit-scrollbar {
  width: 2px;
}

.layout2 .about .top .p2::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(175, 175, 175, 0.4);
}

.layout2 .about .top .p2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e62129;
}

.layout2 .about .top .p2::-webkit-scrollbar-thumb:window-inactive {
  background: #e62129;
}

@media (max-width: 900px) {
  .layout2 .about .top .right {
    width: 100%;
    margin-top: 0.5rem;
  }

  .layout2 .about .top .p2 {
    height: auto;
    padding-right:0;
  }
}

.layout2 .about .top .data .line {
  width: 1px;
  background-color: #e8e8e8;
}

.layout2 .about .top .data .topT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.layout2 .about .top .data .p3 {
  margin-top: 0.2rem;
}

@media (max-width: 1200px) {
  .layout2 .about .top {
    padding: 0 4%;
    padding-top: 0.9rem;
    padding-bottom: 1.67rem;
  }
}

.layout2 .globalNetwork {
  padding: 0 calc(260 / 1920 * 100%);
  padding-top: 0.9rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.layout2 .globalNetwork h1 {
  font-weight: bold;
  position: relative;
  padding-bottom: 0.3rem;
}

.layout2 .globalNetwork h1::after {
  content: "";
  height: 3px;
  width: 0.14rem;
  min-width: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e62129;
}

.layout2 .globalNetwork .banner23 {
  width: calc(1050 / 1920 * 100%);
  position: absolute;
  right: calc(260 / 1920 * 100%);
  bottom: 1.1rem;
}

.layout2 .globalNetwork .icon14 {
  width: calc(610 / 1400 * 100%);
  margin-top: 3rem;
  display: block;
}

@media (max-width: 1200px) {
  .layout2 .globalNetwork {
    padding: 0 4%;
    padding-top: 0.9rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 700px) {
  .layout2 .globalNetwork .banner23 {
    margin-top: 0.2rem;
    width: 100%;
    position: static;
    right: auto;
    bottom: auto;
  }

  .layout2 .globalNetwork .icon14 {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.layout2 .time {
  padding: 1rem calc(260 / 1920 * 100%);
  padding-bottom: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: auto;
}

.layout2 .time h1 {
  font-weight: bold;
  position: relative;
  padding-bottom: 0.3rem;
}

.layout2 .time h1::after {
  content: "";
  width: 0.5em;
  height: 3px;
  background-color: #e62129;
  position: absolute;
  left: 0;
  bottom: 0rem;
}

.layout2 .time .p1 {
  color: #666666;
  margin-top: 0.5rem;
}

.layout2 .time .p2 {
  color: #666666;
  margin-top: 0.15rem;
}

.layout2 .time .process {
  position: relative;
  min-width: 900px;
}

.layout2 .time .process .processMap {
  width: 100%;
  display: block;
}

.layout2 .time .process .item1 {
  position: absolute;
  bottom: 24%;
  left: 1%;
  width: calc(140 / 1400 * 100%);
}

.layout2 .time .process .item1 .r1 {
  color: #e62129;
  font-weight: bold;
  margin-bottom: 0.05rem;
}


.layout2 .time .process .item1 .r2 {
  color: #666666;
}

.layout2 .time .process .item2 {
  position: absolute;
  bottom: 41%;
  left: 13%;
  width: calc(140 / 1400 * 100%);
}

.layout2 .time .process .item2 .r1 {
  color: #e62129;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.layout2 .time .process .item2 .r2 {
  color: #666666;
}

.layout2 .time .process .item3 {
  position: absolute;
  bottom: 47%;
  left: 26%;
  width: calc(250 / 1400 * 100%);
}

.layout2 .time .process .item3 .r1 {
  color: #e62129;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.layout2 .time .process .item3 .r2 {
  color: #666666;
}

.layout2 .time .process .item4 {
  position: absolute;
  bottom: 0rem;
  left: 30%;
  width: calc(180 / 1400 * 100%);
  -webkit-transform: translateY(85%);
  transform: translateY(85%);
}

.layout2 .time .process .item4 .r1 {
  color: #e62129;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.layout2 .time .process .item4 .r2 {
  color: #666666;
}

.layout2 .time .process .item5 {
  position: absolute;
  bottom: 0rem;
  left: 44%;
  width: calc(250 / 1400 * 100%);
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
}

.layout2 .time .process .item5 .r1 {
  color: #e62129;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.layout2 .time .process .item5 .r2 {
  color: #666666;
}

.layout2 .time .process .item6 {
  position: absolute;
  bottom: 47%;
  left: 48%;
  width: calc(140 / 1400 * 100%);
}

.layout2 .time .process .item6 .r1 {
  color: #e62129;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.layout2 .time .process .item6 .r2 {
  color: #666666;
}

.layout2 .time .process .item7 {
  position: absolute;
  bottom: 60%;
  left: 59%;
  width: calc(202 / 1400 * 100%);
}

.layout2 .time .process .item7 .r1 {
  color: #e62129;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.layout2 .time .process .item7 .r2 {
  color: #666666;
}

.layout2 .time .process .item8 {
  position: absolute;
  bottom: 1%;
  left: 64%;
  width: calc(202 / 1400 * 100%);
}

.layout2 .time .process .item8 .r1 {
  color: #e62129;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.layout2 .time .process .item8 .r2 {
  color: #666666;
}

.layout2 .time .process .item9 {
  position: absolute;
  bottom: 15%;
  left: 76%;
  width: calc(300 / 1400 * 100%);
}

.layout2 .time .process .item9 .r1 {
  color: #e62129;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.layout2 .time .process .item9 .r2 {
  color: #666666;
}

.layout2 .time .process .item10 {
  position: absolute;
  bottom: 97%;
  left: 80%;
  width: calc(300 / 1400 * 100%);
}

.layout2 .time .process .item10 .r1 {
  color: #e62129;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.layout2 .time .process .item10 .r2 {
  color: #666666;
}

.layout2 .time .process-en .r1 {
  font-size: 14px;
}

.layout2 .time .process-en .r2 {
  font-size: 12px;
}

@media (max-width: 1200px) {
  .layout2 .time {
    padding: 1rem 4%;
    padding-bottom: 1.5rem;
  }
}

.layout2 .cooperative {
  padding: 0.9rem calc(260 / 1920 * 100%);
}

.layout2 .cooperative h1 {
  font-weight: bold;
  position: relative;
  padding-bottom: 0.3rem;
}

.layout2 .cooperative h1::after {
  content: "";
  width: 0.5em;
  height: 3px;
  background-color: #e62129;
  position: absolute;
  left: 0;
  bottom: 0rem;
}

.layout2 .cooperative .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.layout2 .cooperative .imgBox .item {
  width: calc(198 / 1400 * 100%);
  height: 0.9rem;
  margin-left: calc(42 / 1400 * 100%);
  margin-bottom: 0.25rem;
  border: solid 1px #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout2 .cooperative .imgBox .item:nth-child(6n + 1) {
  margin-left: 0;
}

.layout2 .cooperative .imgBox .item img {
  max-width: 80%;
  max-height: 80%;
}

@media (max-width: 1200px) {
  .layout2 .cooperative {
    padding: 0.9rem 4%;
  }
}

@media (max-width: 900px) {
  .layout2 .cooperative .item {
    width: 22% !important;
    margin-left: 4% !important;
    margin-bottom: 0.25rem;
  }

  .layout2 .cooperative .item:nth-child(4n + 1) {
    margin-left: 0 !important;
  }
}

.idx1-product {
  background-color: #f4f5f7;
}

.idx1-product .title .p1 {
  position: relative;
}

.idx1-product .title .p1::after {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #e62129;
  position: absolute;
  left: 0;
  bottom: -0.3rem;
}

.idx1-product .product .left .text {
  padding-right: calc(50 / 510 * 100%);
  padding-bottom: calc(30 / 510 * 100%);
  width: auto;
}

.idx1-product .product .left .text .p2 {
  font-weight: normal;
}

.idx1-product .product .left .text .p3 {
  width: auto;
}

.idx1-product .product .left .text img {
  width: 100%;
}

.idx1-product .product .left .text .imgBth {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.idx1-product .product .right {
  width: calc(1030 / 1560 * 100%);
}

.idx1-product .product .right .T-right {
  height: calc(310 / 640 * 100%);
}

.idx1-product .product .right .T-right .t1 {
  width: calc(680 / 1030 * 100%);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.idx1-product .product .right .T-right .t1 .text {
  font-weight: normal;
}

.idx1-product .product .right .T-right .t1 .imgBth {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.idx1-product .product .right .T-right .t1 .text .p3 {
  display: none;
}

.idx1-product .product .right .T-right .t1:hover .text .p3 {
  display: block;
}

.idx1-product .product .right .T-right .t1:hover .tban {
  display: none;
}

.idx1-product .product .right .T-right .t2 {
  width: calc(330 / 1030 * 100%);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
}

.idx1-product .product .right .T-right .t2 .text {
  font-weight: normal;
}

.idx1-product .product .right .T-right .t2 .imgBth {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.idx1-product .product .right .T-right .t2 .text .p3 {
  display: none;
}

.idx1-product .product .right .T-right .t2:hover .text .p3 {
  display: block;
}

.idx1-product .product .right .T-right .t2:hover .tban {
  display: none;
}

@media (max-width: 900px) {
  .idx1-product .product .right {
    width: 100%;
  }

  .idx1-product .product .right .T-right {
    height: calc(310 / 640 * 100%);
  }

  .idx1-product .product .right .T-right .t1 {
    padding-bottom: calc(310 / 1030 * 100%);
  }

  .idx1-product .product .right .T-right .t2 {
    padding-bottom: calc(310 / 1030 * 100%);
  }
}

@media (max-width: 600px) {
  .idx1-product .product .right .T-right .t2:hover .tban {
    display: block;
  }

  .idx1-product .product .right .T-right .t1:hover .tban {
    display: block;
  }

  .idx1-product .product .right .T-right .t1 .text .p3 {
    display: block;
  }

  .idx1-product .product .right .T-right .t2 .text .p3 {
    display: block;
  }

  .idx1-product .product .right {
    width: 100%;
  }

  .idx1-product .product .right .T-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .idx1-product .product .right .T-right .t1,
  .idx1-product .product .right .T-right .t2 {
    width: 100%;
    padding-bottom: calc(310 / 330 * 100%);
  }
}

.idx-introduce {
  padding: 0 calc(180 / 1920 * 100%);
  padding-top: calc(108 / 1920 * 100%);
  padding-bottom: calc(115 / 1920 * 100%);
}

.idx-introduce .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.idx-introduce .title .p2 {
  margin-top: 0.15rem;
  position: relative;
  margin-bottom: 0.3rem;
}

.idx-introduce .title .p2::after {
  content: '';
  position: absolute;
  width: 1em;
  height: 3px;
  left: 0;
  bottom: calc(-0.3rem - 3px);
  background-color: #e62129;
}

.idx-introduce .title .title-icon {
  width: 0.66rem;
  height: 0.66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
}

.idx-introduce .title .title-icon img {
  width: 0.26rem;
}

.layout3 .idx1-swiper .swiper-slide {
  padding-top: 0;
}

.layout3 .idx1-swiper .swiper-slide .bg1 {
  display: block;
}

.layout3 .idx1-swiper .swiper-slide .swiper-text a {
  position: relative;
  padding-bottom: 0.3rem;
}

.layout3 .idx1-swiper .swiper-slide .swiper-text a::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
}

.layout3 .idx9-nav {
  height: auto;
  padding: 0.5rem calc(260 / 1920 * 100%);
}

.layout3 .idx9-nav .left a {
  padding: 0.1rem;
  margin: 0 0.17rem;
}
.layout3 .idx9-nav .left .focus,
.layout3 .idx9-nav .left .onA {
  color: #ffffff;
  background-color: #e62129;
}

.layout3 .idx9-nav .left .line {
  width: 1px;
  height: 10px;
  background-color: #333333;
}
.layout3 .idx9-nav .left .line:last-child {
  display:none;
}
.layout3 .idx3-commodity {
  padding: 0.5rem calc(260 / 1920 * 100%);
}

.layout3 .idx3-commodity .selop {
  margin-bottom: 0.3rem;
}

.layout3 .idx3-commodity .commodity .item {
  width: 100%;
  padding-top: 0;
  margin: 0;
}

.layout3 .idx3-commodity .commodity .item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #e8e8e8;
}

.layout3 .idx3-commodity .commodity .item .box img {
  width: calc(400 / 1400 * 100%);
}

.layout3 .idx3-commodity .commodity .item .box .swiper-text2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  position: relative;
}

.layout3 .idx3-commodity .commodity .item .box .swiper-text2 .tx1 {
  width: 100%;
  padding: 0;
  padding-left: calc(97 / 1000 * 100%);
  border: none;
}

.layout3 .idx3-commodity .commodity .item .box .swiper-text2 .tx1 .p1 {
  font-weight: normal;
}

.layout3 .idx3-commodity .commodity .item .box .swiper-text2 .tx1 .p2 {
  margin-top: calc(38 / 900 * 100%);
  line-height: calc(24 / 16 * 100%);
}

.layout3 .idx3-commodity .commodity .item .box .swiper-text2 .tx1 .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666666;
  margin-top: calc(80 / 1000 * 100%);
}

.layout3 .idx3-commodity .commodity .item .box .swiper-text2 .tx1 .time img {
  width: 18px;
  margin-right: 0.1rem;
}

.layout3 .idx3-commodity .commodity .item .box .swiper-text2 .icon {
  width: 0.15rem;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
}

.layout3 .idx3-commodity .commodity .item .box .swiper-text2 .icon1 {
  width: 0.22rem;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
}

@media (max-width: 500px) {
  .layout3 .idx3-commodity .commodity .item .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .layout3 .idx3-commodity .commodity .item .box img {
    width: 100%;
  }

  .layout3 .idx3-commodity .commodity .item .box .swiper-text2 .tx1 {
    padding: 0.2rem 0;
  }
}

.layout3 .idx3-commodity .commodity .item:hover .box {
  border-bottom: 1px solid #e62129;
}

.layout3 .idx3-commodity .commodity .item:hover .box .p1 {
  color: #e62129;
}

.layout3 .idx3-commodity .commodity .item:hover .box .icon {
  display: none;
}

.layout3 .idx3-commodity .commodity .item:hover .box .icon1 {
  display: block;
}

@media (max-width: 900px) {
  .layout3 .idx9-nav {
    padding: 0.5rem 4%;
  }

  .layout3 .idx3-commodity {
    padding: 0.5rem 4%;
  }
}

@media (max-width: 700px) {
  .layout3 .idx3-commodity .selop {
    height: auto;
  }
}

.layout3 .idx5-text {
  padding-top: 0.5rem;
}

.layout3 .idx5-text .content img {
  margin-bottom: 0.3rem;
}

.layout3 .imgBox3 {
  padding: 1rem calc(260 / 1920 * 100%);
}

.layout3 .imgBox3 img {
  width: 100%;
  display: block;
}

.layout4 .idx1-swiper .swiper-slide {
  padding-top: 0;
}

.layout4 .idx1-swiper .swiper-slide .bg1 {
  display: block;
}

.layout4 .idx1-swiper .swiper-slide .swiper-text a {
  position: relative;
  padding-bottom: 0.3rem;
}

.layout4 .idx1-swiper .swiper-slide .swiper-text a::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
}

.layout4 .idx9-nav {
  height: auto;
  padding: 0.5rem calc(260 / 1920 * 100%);
}

.layout4 .idx9-nav .left a {
  padding: 0.1rem;
  margin: 0 0.17rem;
}
.layout4 .idx9-nav .left .focus,
.layout4 .idx9-nav .left .onA {
  color: #ffffff;
  background-color: #e62129;
}

.layout4 .idx9-nav .left .line {
  width: 1px;
  height: 10px;
  background-color: #333333;
}

.layout4 .idx6-title {
  padding: 1rem calc(260 / 1920 * 100%);
  padding-top: 0.5rem;
}

.layout4 .idx8-Lbg {
  padding-left: calc(260 / 1920 * 100%);
}

.layout5 .contrast {
  padding: 0 calc(260 / 1920 * 100%);
}

.layout5 .contrast h1 {
  font-weight: bold;
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e8e8e8;
}

.layout5 .contrast .context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.4rem;
  margin-bottom: 1rem;
}

.layout5 .contrast .context .left .item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout5 .contrast .context .left .item1 .title1 {
  width: 240px;
  color: #666666;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
}

.layout5 .contrast .context .left .item1 .title1 .titleBox {
  padding: 0.15rem 0;
  border-bottom: 1px solid #e8e8e8;
  height: 100%;
}

@media (max-width:600px) {
  .layout5 .contrast .context .left .item1 .title1 {
    width: 100%;
  }

  .layout5 .contrast .context .left .item1 .title1 .titleBox {
    white-space: nowrap;
  }
}

.layout5 .contrast .context .left .item1 .text1 {
  width: 200px;
  background-color: #f4f5f7;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  position: relative;
}

.layout5 .contrast .context .left .item1 .text1 .TBox {
  padding: 0.15rem 0;
  border-bottom: 1px solid #e8e8e8;
}

.layout5 .contrast .context .left .item1 .text1 .TBox img {
  width: 100%;
}

.layout5 .contrast .context .left .item1 .text1 .TBox .p1 {
  font-weight: bold;
}

.layout5 .contrast .context .left .item1 .text1 .TBox .p2 {
  color: #717273;
  line-height: calc(20 / 12 * 100%);
}

.layout5 .contrast .context .left .item1 .text1 .TBox1 {
  border-bottom: none;
}

.layout5 .contrast .context .left .item1 .text1 .TBox2 {
  padding-top: 0.23rem;
}

.layout5 .contrast .context .left .item1 .newIcon5 {
  width: 10px;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}

.layout5 .contrast .context .left .item1 .newIcon5 img {
  width: 100%;
}

.layout5 .contrast .context .right {
  width: 240px;
  background-color: #f4f5f7;
  padding: 0.23rem 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-shrink: 0;
}

.layout5 .contrast .context .right select {
  width: 100%;
  height: 0.4rem;
  border: solid 1px #dddddd;
  background-color: #fffefe;
  color: #666666;
  border-radius: 4px;
  overflow: hidden;
}

.layout5 .contrast .context .right .bth {
  display: inline-block;
  padding: 0.09rem 0.18rem;
  background-color: #e62129;
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
  margin-top: 0.1rem;
}

.layout5 .contrast .context .right .addBox {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout5 .contrast .context .right .addBox img {
  width: 0.9rem;
}

@media (max-width: 1200px) {
  .layout5 .contrast {
    padding: 0 4%;
  }
}

@media (max-width: 900px) {
  .layout4 .idx9-nav {
    padding: 0.5rem 4%;
  }

  .layout4 .idx6-title {
    padding: 1rem 4%;
  }

  .layout4 .idx8-Lbg {
    padding-left: 4%;
  }
}

/*# sourceMappingURL=css1.css.map */

.layout5 .contrast .context .text1 {
  width: 200px;
  background-color: #f4f5f7;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  position: relative;
}

.layout5 .contrast .context .text1 .TBox {
  padding: 0.15rem 0;
  border-bottom: 1px solid #e8e8e8;
}

.layout5 .contrast .context .text1 .TBox img {
  width: 100%;
}

.layout5 .contrast .context .text1 .TBox .p1 {
  font-weight: bold;
}

.layout5 .contrast .context .text1 .TBox .p2 {
  color: #717273;
  line-height: calc(20 / 12 * 100%);
}

.layout5 .contrast .context .text1 .TBox1 {
  border-bottom: none;
}

.layout5 .contrast .context .text1 .TBox2 {
  padding-top: 0.23rem;
}

.layout5 .contrast .context .newIcon5 {
  width: 10px;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}

.layout5 .contrast .context .newIcon5 img {
  width: 100%;
}