* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.flex-a {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-d {
  display: flex;
  flex-direction: column;
}

.flex-e {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-s {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.amn3 {
  transition: all ease-out .3s 0s;
  -webkit-transition: all ease-out .3s 0s;
  -moz-transition: all ease-out .3s 0s;
  -o-transition: all ease-out .3s 0s;
}

.fl {
  float: left;
}

.fr {
  float: right
}

.wh {
  width: 1200px;
  /* width: 62.5vw; */
  margin: 0 auto;
}

.clear {
  clear: both;
}

.ov {
  overflow: hidden;
}

.top {
  width: 100%;
  /* height: 6.25vw; */
  height: 120px;
  background-color: #b71120;
}

.top .wh {
  height: 100%;
}

.logo {
  width: 45.83%;
}

.logo img {
  /* width: 28.645vw; */
  width: 100%;
}

.top-fr {
  width: 30.166%;
}

.top-fr-box1 a {
  display: inline-block;
  /* height: 14px; */
  font-size: 14px;
  color: #f2dedf;
  line-height: 18px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.top-fr-box1>div {
  display: flex;
  flex-wrap: wrap;
  width: 32%;
  padding-top: 25px;
}

.top-fr-box1 a:first-child {
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/topline.png") no-repeat right center;
  padding-right: 10px;
  margin-left: 0;
}

.top-fr-box1 a:last-child {
  margin-left: 0;
}

.top-fr-box1 span {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/phone.png") no-repeat left center;
  padding-left: 20px;
  margin-left: 15px;
}

.top-fr-box1 span b {
  font-size: 18px;
  font-weight: normal;
}

.form-box {
  position: relative;
  margin-top: 5px;
  display: none;
}

.text-btn {
  width: 100%;
  /* height: 1.875vw; */
  height: 36px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, .5);
  background: rgba(0, 0, 0, .2);
  color: #ecb0b5;
  padding: 0 1.875vw 0 4.42%;
  font-size: 14px;
}

.text-btn::-webkit-input-placeholder {
  color: #ecb0b5;
}

.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  /* height: 1.875vw; */
  height: 36px;
  border-radius: 36px;
  border: none;
  width: 36px;
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/search.png") no-repeat 13.88% center;
  background-size: auto 16px;
}

.nav li {
  width: calc(100% / 9);
  position: relative;
  height: 55px;
  line-height: 55px;
  text-align: center;
}

.nav li>a {
  display: block;
  height: 100%;
  font-size: 16px;
}

.nav li:hover>a {
  color: #c72231;
  border-bottom: 3px solid #b71120;
}

.sub-nav {
  display: none;
  width: 100%;
  position: absolute;
  line-height: 43px;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 99;
}

.sub-nav a {
  display: block;
  font-size: 14px;
  color: #fff;
}

.sub-nav a:hover {
  background: rgba(183, 17, 32, .6);
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  width: 100%;
  /* height: 580px; */
  height: 30.208vw;
}

.swiper1-btn {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 100px;
  z-index: 99;
  background-color: rgba(0, 0, 0, .3);
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  cursor: pointer;
}

.swiper1-button-prev {
  left: 0;
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/prev.png");
}

.swiper1-button-next {
  right: 0;
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/next.png");
}

.swiper1-pagination {
  position: absolute;
  bottom: 85px !important;
  z-index: 99;
  height: 6px;
  transform: translateX(-50%);
  left: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper1 .swiper-pagination-bullet {
  opacity: 1;
  width: 50px;
  height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .5);
}

.swiper1 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.index-box1 ul {
  position: relative;
  align-items: flex-end;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  height: 150px;
  margin-top: -75px;
  z-index: 100;
}

.index-box1 ul li {
  width: calc(100% / 6);
  height: 142px;
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
}

.index-box1 ul:hover li.active {
  height: 150px;
  background-color: #b71120;
}

.index-box1 ul:hover li.active a {
  border: none;
  color: #fff;
}

.index-box1 ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-right: 1px solid #f2f2f2;
  font-size: 16px;
  color: #333;
}

.index-box1 ul li:last-child a {
  border: none;
}

.index-box1 .line {
  width: 0;
  /* display: none; */
  height: 2px;
  background-color: #b71120;
}

.index-box1 ul li i {
  width: 42px;
  height: 42px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.index-box1 ul li:nth-child(1) i {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/zy.icon1.png");
}

.index-box1 ul li:nth-child(1):hover i {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/zy.icon.png");
}

.index-box1 ul li:nth-child(2) i {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/tq.icon1.png");
}

.index-box1 ul li:nth-child(2):hover i {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/tq.icon.png");
}

.index-box1 ul li:nth-child(3) i {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/pt.icon1.png");
}

.index-box1 ul li:nth-child(3):hover i {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/pt.icon.png");
}

.index-box1 ul li:nth-child(4) i {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/dd.icon1.png");
}

.index-box1 ul li:nth-child(4):hover i {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/dd.icon.png");
}


/* .index-box1 ul li:nth-child(5) i{
background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/ys.icon1.png");
}
.index-box1 ul li:nth-child(5):hover i{
background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/ys.icon.png");
} */


/* .index-box1 ul li:nth-child(5) i{
background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/rx.icon1.png");
}
.index-box1 ul li:nth-child(5):hover i{
background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/rx.icon.png");
} */

.index-box1 ul li:nth-child(5) i {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/ks.icon1.png");
}

.index-box1 ul li:nth-child(5):hover i {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/ks.icon.png");
}

.index-box1 ul li:nth-child(6) i {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/lq.icon1.png");
}

.index-box1 ul li:nth-child(6):hover i {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/lq.icon.png");
}

.fl-box2,
.fr-box2 {
  width: 48.33%;
}

.index-box2 {
  margin-top: 20px;
  align-items: flex-start;
}

.box-tit {
  width: 100%;
  border-bottom: 2px solid #f0f3f5;
  height: 69px;
  float: left;
}

.box-tit h1 {
  font-weight: normal;
  font-size: 24px;
  color: #333;
  border-bottom: 4px solid #c72230;
  height: 70px;
  line-height: 70px;
  margin-bottom: -4px;
  float: left;
}

.tit-more {
  font-size: 14px;
  color: #c72230;
  line-height: 80px;
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/more.png") no-repeat right center;
  padding-right: 18px;
  float: right;
}

.box2-b {
  width: 100%;
}

.box2-list1 {
  display: block;
  width: 100%;
  height: 159px;
  border-bottom: 1px solid #e7ebed;
  padding: 22px 0 20px;
}

.box2-list1 img {
  float: left;
  width: 27.59%;
  height: 100%;
}

.box2-list1 h1 {
  font-size: 17px;
  color: #333;
  font-weight: normal;
  line-height: 17px;
}

.list1-cn {
  margin-left: 4.65%;
  float: left;
  width: 67.76%;
  height: 100%;
  position: relative;
}

.list1-cn p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-top: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list1-cn span {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #909090;
}

.list1-cn span b {
  font-weight: normal;
  color: #c0c0c0;
}

.list2-cn li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e7ebed;
}

.list2-cn {
  overflow: hidden;
  float: left;
  width: 100%;
}

.list2-cn li a {
  display: block;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #333;
  max-width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list2-cn li a:hover {
  color: #b71120;
}

.list2-cn li span {
  font-size: 14px;
  color: #909090;
}

.index-box3 {
  margin-top: 43px;
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/box3bg.jpg") no-repeat center/cover;
  height: 450px;
  overflow: hidden;
}

.index-box3>h1 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  line-height: 44px;
  margin-top: 30px;
}

.index-box3>hr {
  width: 40px;
  height: 2px;
  margin: 0 auto 30px;
  border: none;
  background: #c72230;
}

.box3-ul>li {
  width: 23.33%;
  height: 300px;
  background-color: #909090;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box3-ul>li:first-child {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/M02.jpg");
}

.box3-ul>li:nth-child(2) {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/M03.jpg");
}

.box3-ul>li:nth-child(3) {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/M04.jpg");
}

.box3-ul>li:nth-child(4) {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/M05.jpg");
}

.box3-ul>li h1 {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
}

.libox1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease-out .3s 0s;
}

.libox1 h1 {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 24px;
}

.libox2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all ease-out .3s 0s;
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/M02.1.jpg");
  background-position: center;
  background-size: cover;
}

.box3-ul>li:nth-child(2) .libox2 {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/M03.1.jpg");
}

.box3-ul>li:nth-child(3) .libox2 {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/M04.1.jpg");
}

.box3-ul>li:nth-child(4) .libox2 {
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/M05.1.jpg");
}

.libox2 h1 {
  text-align: center;
}

.libox2 hr {
  border: none;
  width: 28.57%;
  margin: 0 auto;
  height: 2px;
  background-color: rgba(255, 255, 255, .5);
}

.libox2 li {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 20px;
}

.libox2 li a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 18px;
}

.libox2 li a:hover {
  color: #b71120;
}

.libox2 li a hr {
  width: 100%;
  height: 1px;
  margin-bottom: 3px;
}

.li-more {
  display: block;
  width: 72px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, .4);
  padding-left: 13px;
  color: #fff;
  line-height: 24px;
  font-size: 12px;
  background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/morebg.png");
  background-position: left 53px top 9px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 35px;
  left: 14%;
}

.li-more:hover {
  color: #b71120;
}

.bottom-box1 {
  background-color: #aa1c29;
  height: 275px;
  padding-top: 42px;
}

.bottom-box1 ul {
  align-items: flex-start;
  overflow: hidden;
}

.bottom-box1>ul>li:nth-child(1) {
  width: 28.33%;
}

.bottom-box1>ul>li:nth-child(1) ul li {
  float: left;
}

.bottom-box1>ul>li:nth-child(2) p {
  font-size: 14px;
  color: #e8cecf;
  line-height: 28px;
}

.bottom-box1>ul>li:nth-child(3) {
  width: 20.83%;
}

.link-ul li:nth-child(2n+1) {
  margin-right: 16.47%;
}

.link-ul li:nth-child(2n+2) {
  min-width: 10em;
}

.link-ul a {
  font-size: 14px;
  color: #e8cecf;
  line-height: 36px;
  position: relative;
  left: 0;
  transition: all ease-out .3s 0s;
}

.link-ul a:hover {
  position: relative;
  left: 5px;
  transition: all ease-out .3s 0s;
}

.bottom-box1 ul h1 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}

.bottom-box1 ul hr {
  width: 30px;
  border: none;
  height: 1px;
  background: #ffbb50;
  margin: 8px 0;
}

.bottom-box2 {
  height: 50px;
  background-color: #9e1a26;
  line-height: 50px;
}

.dm {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #b3333f;
  font-size: 16px;
  color: #fff;
  padding-left: 17.2%;
  display: flex;
  align-items: center;
}

.dm b {
  font-size: 22px;
  font-weight: normal;
}

.ewm-box {
  margin-top: 10px;
}

.ewm-box>div {
  width: 48%;
  height: 130px;
  background-color: #b3333f;
  padding: 10px 6%;
  text-align: center;
}

.ewm-box p {
  font-size: 14px;
  color: #fff;
}

.bottom-box2 p {
  font-size: 14px;
  color: #dbbbbd;
}

.bottom-box2 a {
  font-size: 14px;
  color: #dbbbbd;
}

.bottom-box2 a:hover {
  color: #fff;
}


/*query*/

.qy-box1 {
  /* height: 420px; */
  height: 21.875vw;
  width: 100%;
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/T01.jpg") no-repeat center/cover;
}

.qy-box2 {
  margin-bottom: 60px;
  position: relative;
}

.tit-box {
  height: 68px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.tit-box h1 {
  height: 69px;
  border-bottom: 2px solid #b71120;
  font-size: 26px;
  color: #b71120;
  line-height: 68px;
  font-weight: normal;
}

.location {
  height: 68px;
  /* line-height: 68px; */
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/L01.png") no-repeat left center;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}

.location i {
  display: inline-block;
  width: 5px;
  height: 11px;
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/L02.png") no-repeat center;
  margin: 0 10px;
}

.location a:hover {
  color: #b71120;
}

.qy-cn-box {
  width: 66.66%;
  margin: 37px auto 0;
  flex-direction: column;
}

.qy-tit {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #b71120;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.qy-cn {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-top: none;
  height: 340px;
  padding-top: 10px;
}

.qy-txt {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qy-cn span {
  display: inline-block;
  font-size: 18px;
  color: #333;
  width: 7em;
  text-align: right;
}

.qy-cn input {
  width: 56.5%;
  height: 46px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  font-size: 18px;
  color: #333;
}

.qy-btn-box {
  width: 18.75%;
  height: 44px;
  color: #FFF;
  background: #cccccc;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  margin: 80px 22px 0;
  cursor: pointer;
}

.wycx {
  background: #b71120;
}

.qy-result {
  display: none;
  width: 66.66%;
  border: 1px solid #f0f0f0;
  margin: 0 auto;
  border-top: none;
  padding: 10px 0;
  background: #fff;
  position: absolute;
  top: 34%;
  /* left: 17%; */
  transform: translateX(-50%);
  left: 50%;
}

.qy-result h1 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  color: #333;
}

.qy-result p {
  text-align: right;
  font-size: 16px;
  color: #333;
}

.qy-result span {
  display: inline-block;
  width: 70%;
  text-align: left;
}


/*picturelist1*/

.pl-box1 {
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/T02.jpg") no-repeat center/cover;
}

.sub-box {
  width: 16.66%;
  /* height: 463px; */
  margin-top: -50px;
  float: left;
  position: relative;
}

.sub-box h1 {
  font-size: 26px;
  font-weight: normal;
  color: #fff;
  height: 90px;
  line-height: 90px;
  padding-left: 10%;
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/subbg1.jpg") no-repeat center/cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;.sub-box ul li
}

.sub-box h1 i {
  width: 7px;
  height: 12px;
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/S01.png") no-repeat center;
  transition: all ease-out .3s 0s;
}

.sub-box h1 i.active {
  transform: rotate(90deg);
}

.sub-box ul {
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/subbg2.jpg") no-repeat center bottom/cover;
  padding-top: 20px;
  min-height: 373px;
}

.sub-box ul li {
  padding: 0 15%;
}

.sub-box ul li:hover {
  background: #b71120;
  border-left: 3px solid #ffbb50;
  padding-left: calc(15% - 3px);
}

.sub-box ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted rgba(255, 255, 255, .3);
  font-size: 16px;
  color: #fff;
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/S01.png") no-repeat right center;
}

.pl-box {
  float: right;
  width: 80.084%;
  padding-bottom: 20px;
}

.sub-box2 {
  overflow: hidden;
  width: 100%;
  margin-top: 21px;
}

.sub-box2 li {
  float: left;
  width: 15.609%;
  text-align: center;
  margin-left: 3.12%;
  margin-bottom: 10px;
}

.sub-box2 li:nth-child(5n+1) {
  margin-left: 0;
}

.sub-box2 li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  background: #f0f0f0;
  border-radius: 5px;
}

.sub-box2 li a:hover {
  background: #b71120;
  color: #fff;
}

.pl1-box2-cn {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pl1-box2-cn li {
  width: 48.491%;
  height: 162px;
  border: 1px solid #f0f0f0;
  padding: 20px 2.289%;
  margin-bottom: 28px;
}

.pl1-box2-cn li:hover {
  border: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.pl1-box2-cn li a {
  overflow: hidden;
  display: block;
}

.pl1-box2-cn li img {
  float: left;
  max-width: 28.57%;
  max-height: 120px;
}

.pl1-cn-txt {
  float: right;
  width: 71.56%;
}

.pl1-cn-txt h1 {
  font-weight: normal;
  font-size: 24px;
  color: #333;
  line-height: 42px;
}

.pl1-cn-txt p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


/*picturelist2*/

.pl2-box2-cn {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

.pl2-box2-cn li {
  width: 31.217%;
  text-align: center;
  margin-bottom: 10px;
  margin-left: calc(6.349% / 2);
}

.pl2-box2-cn li:nth-child(3n+1) {
  margin-left: 0;
}

.pl2-box2-cn li a {
  overflow: hidden;
  display: block;
}

.pl2-box2-cn li a img {
  max-width: 100%;
  width: 100%;
  height: 200px;
}

.pl2-box2-cn li a p {
  font-size: 16px;
  color: #333;
  line-height: 55px;
}


/*newslist1*/

.nl-box1 {
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/T02.jpg") no-repeat center/cover;
}
.zh-box{
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/T03.jpg") no-repeat center/cover;
}
.wz-box{
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/T04.jpg") no-repeat center/cover;
}
.zy-box{
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/T05.jpg") no-repeat center/cover;
}
.bk-box{
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/T06.jpg") no-repeat center/cover;
}
.ks-box{
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/T07.jpg") no-repeat center/cover;
}
.cy-box{
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/T08.jpg") no-repeat center/cover;
}
.nl1-box2-cn {
  margin-top: 7px;
}

.nl1-box2-cn li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/listbg.png") no-repeat left 5px center;
  height: 60px;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 18px;
}

.nl1-box2-cn li a {
  font-size: 16px;
  color: #333;
  display: block;
  max-width: 88%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-shrink: 1;
}

.nl1-box2-cn li a:hover {
  color: #b71120;
}

.nl1-box2-cn li span {
  font-size: 14px;
  color: #999;
  flex-shrink: 0;
}


/*newslist2*/

.nl2-box2-cn {
  margin-top: 0;
}


/*newshow*/

.show-tit {
  text-align: center;
  margin-top: 30px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 11px;
  height: auto;
}

.show-tit h1 {
  font-size: 24px;
  line-height: 48px;
  color: #333;
}

.show-tit p {
  font-size: 14px;
  color: #666;
  line-height: 32px;
}

.show-cn {
  padding-top: 14px;
  border-bottom: 1px solid #eaeaea;
  height: auto;
}

.show-cn p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  /* text-indent: 2em; */
  margin-bottom: 30px;
}

.show-cn span {
  color: #333;
  font-size: 16px;
}

.show-cn table {
  font-size: 16px;
  color: #333;
  margin: 0 auto;
}

.show-cn img {
  max-width: 100%;
}

.show-more {
  padding: 30px 0;
  width: 100%;
}

.prev-next {
  max-width: 86%;
}

.prev-next p {
  font-size: 16px;
  color: #b71120;
  line-height: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.prev-next p a {
  color: #333;
  max-width: 88%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.prev-next p a:hover {
  color: #b71120;
}

.back-list {
  display: inline-block;
  width: 12.695%;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  color: #999;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

.back-list:hover {
  color: #b71120;
}


/*answer*/

.qa-box li {
  padding: 30px 0 20px;
  border-bottom: 1px solid #f0f0f0;
}

.qa-box-cn {
  padding-left: 45px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.qa-box-cn i {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  background-color: #b71120;
  line-height: 26px;
  text-align: center;
  margin: 0 19px 0 -45px;
}

.qa-q {
  margin-bottom: 15px;
}

.qa-a {
  color: #860303;
}

.qa-a i {
  background: #ffbb50;
}

.menu {
  display: none;
  width: 45px;
  height: 45px;
  position: relative;
  right: -25px;
}

.menu span {
  display: block;
  background: #fff;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  left: 12.5px;
  transition: all ease-out .3s 0s;
}

.menu span:first-child {
  top: 16px;
}

.menu span:nth-child(2) {
  top: 22px;
}

.menu span:last-child {
  top: 29px;
}

.menu.active span:first-child {
  top: 24px;
  transform: rotate(45deg);
}

.menu.active span:nth-child(2) {
  width: 0;
}

.menu.active span:last-child {
  transform: rotate(-45deg);
  top: 24px;
}

.bottom-box1 ul h1>i,
.sub-box h1 i {
  display: none;
}

.paging {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
}

#AdMove {
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/pfBG.jpg") no-repeat center;
  width: 420px;
  height: 142px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  /* padding: 20px 0; */
}

#AdMove p {
  color: #fff;
  line-height: 36px;
}

#AdMove a {
  display: block;
  height: 100%;
  padding: 20px 0;
}

#AdMove .close {
  width: 19px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/newclose.png");
  display: none;
  cursor: pointer;
}

.close {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  background: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/queryclose.png");
}
.qy-box1{
  position: relative;
}
.cywz-box{
  display: flex;
  justify-content: space-between;
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.cywz-box a{
  display: block;
  width: 8.3333vw;
  height: 2.5vw;
  margin: 0 0.6875vw;
  background: rgba(255, 255, 255, .9);
  border-radius: 2.5vw;
  text-align: center;
  line-height: 2.5vw;
  font-size: 0.83333vw;
}
.cywz-box a:hover, .cywz-box a.active{
  color: #ffffff;
  background: #c30914;
}

@media screen and (max-width: 1300px) {
  .wh {
      width: 1000px;
  }
  .top-fr {
      width: 36.166%;
  }
  .swiper1-pagination {
      bottom: 80px !important;
  }
  .index-box1 ul {
      height: 130px;
  }
  .index-box1 ul li {
      height: 122px;
  }
  .index-box1 ul:hover li.active {
      height: 130px;
  }
  .index-box1 ul li a {
      font-size: 14px;
  }
  .index-box1 ul li i {
      width: 32px;
      height: 32px;
      margin-bottom: 10px;
  }
  .box-tit {
      height: 64px;
  }
  .box-tit h1 {
      font-size: 22px;
      height: 65px;
      line-height: 65px;
  }
  .tit-more {
      font-size: 13px;
      line-height: 75px;
  }
  .box2-list1 h1 {
      font-size: 16px;
      line-height: 16px;
  }
  .list1-cn p {
      font-size: 13px;
      line-height: 24px;
  }
  .index-box3 {
      height: 410px;
  }
  .box3-ul>li {
      height: 253px;
  }
  .box3-ul>li h1 {
      font-size: 22px;
  }
  .libox2 li {
      margin-top: 15px;
  }
  .li-more {
      bottom: 25px;
      left: 11%;
  }
  .libox2 li a {
      font-size: 14px;
  }
  .bottom-box1>ul>li:nth-child(1) {
      width: 34.33%;
  }
  .bottom-box1>ul>li:nth-child(3) {
      width: 24.83%;
  }
  .sub-box h1 {
      font-size: 24px;
  }
  .tit-box h1 {
      font-size: 24px;
  }
  .location {
      font-size: 13px;
  }
  .sub-box2 li a {
      font-size: 15px;
  }
  .pl1-cn-txt {
      width: 64.56%;
  }
  .pl1-cn-txt h1 {
      font-size: 22px;
      line-height: 38px;
  }
  .pl1-cn-txt p {
      font-size: 13px;
      margin-top: 8px;
  }
}

@media screen and (max-width: 1100px) {
  .wh {
      width: 900px;
  }
  .top-fr {
      width: 38.166%;
  }
  .top-fr-box1 a {
      font-size: 12px;
  }
  .top-fr-box1 span {
      font-size: 12px;
  }
  .top-fr-box1 span b {
      font-size: 16px;
  }
  .text-btn {
      font-size: 12px;
  }
  .nav li>a {
      font-size: 14px;
  }
  .sub-nav a {
      font-size: 13px;
  }
  .swiper1-pagination {
      bottom: 80px !important;
  }
  .index-box1 ul {
      height: 120px;
  }
  .index-box1 ul li {
      height: 112px;
  }
  .index-box1 ul:hover li.active {
      height: 120px;
  }
  .index-box1 ul li a {
      font-size: 13px;
  }
  .index-box1 ul li i {
      width: 27px;
      height: 27px;
      margin-bottom: 10px;
  }
  .box-tit {
      height: 59px;
  }
  .box-tit h1 {
      font-size: 20px;
      height: 60px;
      line-height: 60px;
  }
  .tit-more {
      font-size: 13px;
      line-height: 70px;
  }
  .box2-list1 h1 {
      font-size: 15px;
      line-height: 15px;
  }
  .list1-cn p {
      font-size: 12px;
      line-height: 22px;
  }
  .list2-cn li a {
      font-size: 14px;
  }
  .list2-cn li span {
      font-size: 12px;
  }
  .index-box3 {
      height: 380px;
  }
  .box3-ul>li {
      height: 230px;
  }
  .box3-ul>li h1 {
      font-size: 20px;
  }
  .libox2 li {
      margin-top: 10px;
  }
  .li-more {
      bottom: 25px;
      left: 11%;
  }
  .libox2 li a {
      font-size: 14px;
  }
  .bottom-box1>ul>li:nth-child(1) {
      width: 34.33%;
  }
  .bottom-box1>ul>li:nth-child(3) {
      width: 26.83%;
  }
  .link-ul a {
      font-size: 12px;
  }
  .bottom-box1 ul h1 {
      font-size: 16px;
  }
  .bottom-box1>ul>li:nth-child(2) p {
      font-size: 12px;
  }
  .link-ul li:nth-child(2n+1) {
      margin-right: 14.47%;
  }
  .dm {
      font-size: 14px;
  }
  .dm b {
      font-size: 20px;
  }
  .bottom-box2 p {
      font-size: 12px;
  }
  .tit-box h1 {
      font-size: 20px;
  }
  .location {
      font-size: 12px;
  }
  .sub-box2 li a {
      font-size: 14px;
  }
  .pl1-cn-txt h1 {
      font-size: 20px;
      line-height: 38px;
  }
  .pl1-cn-txt p {
      font-size: 12px;
      margin-top: 8px;
  }
}

@media screen and (max-width: 996px) {
  #AdMove {
      display: block;
      width: 80%;
      height: auto;
  }
  .wh {
      width: 100%;
      padding: 0 4%;
  }
  .top {
      height: 45px;
      padding: 0 4%;
  }
  .top .wh {
      padding-left: calc(4% - 10px);
  }
  .logo {
      width: 70%;
      height: 100%;
      display: flex;
      align-items: center;
  }
  .logo img {
      max-height: 100%;
  }
  .top-fr {
      display: none;
  }
  .menu {
      display: block;
  }
  .nav {
      position: absolute;
      top: 45px;
      z-index: 999;
      display: none;
  }
  .nav ul {
      flex-wrap: wrap;
      background: #b71120;
  }
  .nav ul li {
      width: 100%;
      text-align: left;
      border-bottom: 1px solid rgba(255, 255, 255, .5);
      height: 50px;
      line-height: 50px;
  }
  .nav ul li:last-child {
      border: none;
  }
  .nav ul li a {
      color: #FFF;
      font-size: 16px;
  }
  .banner .swiper-slide {
      height: 52vw;
  }
  .swiper1-btn {
      width: 20px;
      height: 40px;
      background-size: 12px auto;
  }
  .swiper1-pagination {
      bottom: 1vw !important;
      height: 3px;
  }
  .swiper1 .swiper-pagination-bullet {
      width: 25px;
      height: 3px;
      border-radius: 3px;
  }
  .index-box1 ul {
      margin-top: 0;
      flex-wrap: wrap;
      box-shadow: none;
      height: auto;
  }
  .index-box1 ul li {
      width: calc(100% / 3);
  }
  .index-box1 .line {
      display: none;
  }
  .index-box1 ul li:nth-child(3) a,
  .index-box1 ul li:nth-child(6) a {
      border: none;
  }
  .index-box1 ul li:nth-child(1):hover i {
      background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/zy.icon1.png");
  }
  .index-box1 ul li:nth-child(2):hover i {
      background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/tq.icon1.png");
  }
  .index-box1 ul li:nth-child(3):hover i {
      background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/pt.icon1.png");
  }
  .index-box1 ul li:nth-child(4):hover i {
      background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/dd.icon1.png");
  }
  .index-box1 ul li:nth-child(5):hover i {
      background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/ys.icon1.png");
  }
  .index-box1 ul li:nth-child(6):hover i {
      background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/rx.icon1.png");
  }
  .index-box1 ul li:nth-child(7):hover i {
      background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/ks.icon1.png");
  }
  .index-box1 ul li:nth-child(8):hover i {
      background-image: url("https://www.nytcmdistribution.com/__xh__/zs.wzvtc.cn/_upload/tpl/99/b9/39353/template39353/images/lq.icon1.png");
  }
  .index-box2>div {
      width: 100%;
      margin-bottom: 10px;
  }
  .box2-list1 {
      height: 135px;
      border-bottom: 1px solid #e7ebed;
      padding: 20px 0;
  }
  .box2-list1 img {
      width: 37.59%;
  }
  .list1-cn {
      width: 56.76%;
  }
  .list1-cn p {
      font-size: 12px;
      line-height: 17px;
      margin-top: 5px;
  }
  .list2-cn li a {
      flex-shrink: 1;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      margin-right: 2%;
      height: 45px;
      line-height: 45px;
  }
  .list2-cn li span {
      flex-shrink: 0;
  }
  .index-box3 {
      margin-top: 15px;
      height: auto;
      background-size: auto 100%;
  }
  .index-box3>h1 {
      margin-top: 15px;
  }
  .box3-ul {
      flex-wrap: wrap;
  }
  .box3-ul>li {
      width: 48%;
      margin-bottom: 20px;
  }
  .box3-ul>li h1 {
      width: 100%;
      font-size: 18px;
  }
  .bottom-box1 {
      height: auto;
  }
  .bottom-box1 ul {
      flex-wrap: wrap;
  }
  .bottom-box1>ul>li {
      width: 100% !important;
      margin-bottom: 10px;
  }
  .bottom-box1 ul h1 {
      font-size: 18px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .bottom-box1 ul h1>i {
      display: inline-block;
      font-style: normal;
      font-size: 20px;
      transition: all ease-out .3s 0s;
  }
  .bottom-box1 ul h1>i.active {
      transform: rotate(-45deg);
      transition: all ease-out .3s 0s;
  }
  .bottom-box1 {
      padding-top: 20px;
  }
  .sub-box ul li{
    padding: 0 10%;
  }
  .link-ul {
      display: none;
  }
  .link-ul a {
      font-size: 14px;
  }
  .bottom-box1>ul>li:nth-child(2) p {
      font-size: 14px;
  }
  .dm {
      padding-left: 0;
      justify-content: center;
  }
  .bottom-box2 {
      height: auto;
      line-height: 24px;
  }
  .bottom-box2>div {
      flex-wrap: wrap;
  }
  .bottom-box2>div p {
      width: 100%;
      font-size: 14px;
  }
  .bottom-box2 p:first-child a {
      display: block;
  }
  /*query*/
  .sub-box h1 i{
    display: block;
  }
  .qy-box1 {
      height: 45vw;
      background-size: 100% 100%;
  }
  .tit-box {
      height: 55px;
      align-items: center;
  }
  .tit-box h1 {
      display: none;
  }
  .location a {
      display: inline-block;
      max-width: 7em;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
  }
  .qy-cn-box {
      width: 100%;
  }
  .qy-tit {
      height: 50px;
      line-height: 50px;
      font-size: 14px;
  }
  .qy-cn {
      height: 290px;
  }
  .qy-cn span {
      font-size: 16px;
  }
  .qy-cn input {
      font-size: 16px;
  }
  .qy-btn-box {
      width: 45%;
      font-size: 16px;
      margin-top: 40px;
  }
  .qy-result {
      width: 92%;
  }
  /*picturelist1*/
  .sub-box,
  .pl-box {
      width: 100%;
      height: auto;
  }
  .sub-box {
      margin-top: 0;
  }
  .sub-box h1 {
      height: 45px;
      font-size: 18px;
  }
  .sub-box ul {
      display: none;
      min-height: unset;
      position: absolute;
      width: 100%;
      padding-bottom: 20px;
  }
  .sub-box ul li a {
      font-size: 14px;
  }
  .sub-box2 {
      overflow: hidden;
      overflow-x: scroll;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .sub-box2::-webkit-scrollbar {
      display: none;
  }
  .sub-box2 li {
      width: 100%;
      margin-left: 3.12% !important;
  }
  .sub-box2 li:first-child {
      margin-left: 0 !important;
  }
  .sub-box2 a {
      white-space: nowrap;
      padding: 0 10px;
  }
  .pl1-box2-cn li {
      height: auto;
      padding-top: 10px;
      padding-bottom: 5px;
  }
  .pl1-box2-cn li img {
      max-width: unset;
      max-height: unset;
      width: 100%;
  }
  .pl1-cn-txt {
      width: 100%;
  }
  .pl1-cn-txt h1 {
      text-align: center;
      font-size: 18px;
  }
  .pl1-cn-txt p {
      display: none;
  }
  /*picturelist2*/
  .pl2-box2-cn {
      justify-content: space-between;
      margin-top: 2vw;
  }
  .pl2-box2-cn li {
      width: 48%;
      margin-left: 0;
  }
  .pl2-box2-cn li a p {
      font-size: 15px;
  }
  /*newslist1*/
  .nl1-box2-cn li a {
      margin-right: 2%;
      font-size: 15px;
  }
  .pl2-box2-cn li a img {
      height: auto;
      min-height: 29.437vw;
  }
  .nl1-box2-cn li span {
      font-size: 13px;
  }
  /*newshow*/
  .show-tit h1 {
      font-size: 22px;
      line-height: 40px;
  }
  .show-tit p {
      font-size: 13px;
  }
  .show-cn p {
      font-size: 15px;
  }
  .show-more {
      flex-wrap: wrap;
  }
  .prev-next {
      width: 100%;
      max-width: unset;
  }
  .prev-next p {
      font-size: 15px;
  }
  .prev-next p span {
      flex-shrink: 0;
  }
  .back-list {
      white-space: nowrap;
      width: auto;
      padding: 0 10px;
      height: 35px;
      line-height: 35px;
  }
  .cywz-box a{
    display: block;
    width: 21.3333vw;
    height: 8.5vw;
    border-radius: 8.5vw;
    line-height: 8.5vw;
    font-size: 2.53333vw;
  }
}