button {
  border: none;
}

input {
  border: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.headeLeft,
.headeRight {
  display: flex;
  align-items: center;
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-weight: 600;
}

.headeRight>input {
  width: 300px;
  height: 39px;
  padding-left: 14px;
  background: #F0F0F0;
  border-radius: 2px 0px 0px 2px;
  border: none;
  outline: none;
}


.headeRight>button {
  width: 100px;
  height: 41px;
  margin-left: -5px;
  background: #990201;
  border-radius: 0px 2px 2px 0px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  border: none;
}

.headeRight>button:hover {
  background-color: #CB0200;
  transition: .3s
}

.head_1 {
  width: 100%;
  height: 32px;
  background: rgba(0, 0, 0, 0.9);
}

.he {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head_left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  text-align: right;
  font-weight: 400;
}

.her {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
}

.head_right {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}

.head_right1 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}
.head {
  width: 1200px;
  margin: 15px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.head .left {
  display: flex;
  align-items: center;
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-weight: 600;
}

.head .right input {
  width: 300px;
  height: 39px;
  padding-left: 14px;
  background: #F0F0F0;
  border-radius: 2px 0px 0px 2px;
}

.head .right button {
  width: 100px;
  height: 41px;
  margin-left: -5px;
  background: #c61000;
  border-radius: 0px 2px 2px 0px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
}

.head .right button .image {
  vertical-align: middle;
}

.head .right button span {
  margin-left: 4px;
}

.wrpper {
  height: 50px;
  background-color: #c61000;
  /* display:flex; */
  align-items: center;
  justify-content: center;
  line-height: 50px;
  overflow: hidden;
}

.wrpper nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1200px;
  margin: auto;
}

.wrpper nav label {
  position: relative;
  flex: 1;
  text-align: center;
  text-decoration: none;
  z-index: 2;
  color: #FFF;

}

.notice-box .notice-head {
  display: flex;
  margin: 0;
}

.notice-box .notice-head div {
  display: flex;
  width: 160px;
  height: 56px;
  align-items: center;
  justify-content: center;
}

.notice-box .notice-head .jingjia {
  display: flex;
  width: 160px;
  height: 56px;
  align-items: center;
  justify-content: center;
  background-color: #CB0200;
}

.notice-box .notice-head .guapai {
  display: flex;
  width: 160px;
  height: 56px;
  align-items: center;
  justify-content: center;
}

.notice-box .notice-head .baojia {
  display: flex;
  width: 160px;
  height: 56px;
  align-items: center;
  justify-content: center;
}

.notice-box .notice-head .guapai a {
  color: #333;
}

.notice-box .notice-head .baojia a {
  color: #333;
}


.nav-bar-box {
  min-width: 1200px;
  max-width: 1900px;
  margin: 0 auto;
  height: 50px;
  background: #990201;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
}

.nav-bar-box .nav-bar {
  margin-left: 160px;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-bar-box .nav-bar .nav-item {
  width: 240px;
  background: #990201;
  border-right: 1px solid #DA4E54;
}

.nav-bar-box .nav-bar .nav-item:first-child {
  height: 100%;
  line-height: 52px;
  background-color: #AF0301;
  border: none;
}

.login-big-box {
  position: relative;
}

.login-big-box .login-box {
  width: 280px;
  height: 350px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-left: 45px;
}

.login_txt {
  margin-top: 56px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-weight: 400;
}

.login-big-box .login-box .login-btn {
  align-items: center;
  justify-content: space-between;
  margin: 24px 24px 0px;
}

.login-big-box .login-box .login-btn .login,
.login-big-box .login-box .login-btn {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-weight: 400;
  border-radius: 2px;
  padding: 6px 0px;
}

.login-big-box .login-box .login-btn .login {
  width: 184px;
  height: 36px;
  background: #CB0200;
  border-radius: 2px;
  margin-left: 24px;
}

.login_skip {
  width: 184px;
  height: 36px;
  background: #CB0200;
  border-radius: 2px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-weight: 400;
  padding: 6px 10px;
}

.register {
  width: 184px;
  height: 36px;
  background: #FFA52A;
  border-radius: 2px;
  margin-left: 24px;
  margin-top: 10px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-weight: 400;
  border-radius: 2px;
  padding: 6px 10px;
}

.login_skipsr {
  cursor: pointer;
  width: 184px;
  height: 36px;
  background: #CB0200;
  border-radius: 2px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-weight: 400;
  padding: 6px 10px;
  margin-left: 24px;
  margin-top: 10px;
}

.login-big-box .login-box .login-top {
  width: 280px;
  height: 86px;
  background: url(../image/head_bc.png) 100% 100% no-repeat;
}

.login-big-box .login-box .img-head {
  position: absolute;
  top: 52px;
  left: 150px;
}

.info-big-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1900px;
  margin: 0 auto;
  height: 400px;
  background: url(../image/bg.png) 100% 100% no-repeat;
}

.info-big-box .info-box {
  width: 870px;
  height: 350px;
  padding: 21px 20px 21px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
  margin-left: -5px;
}

/* .info-big-box .info-box1{
  flex: 1;
}  */
.info-big-box .top,
.info-big-box .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ime .bigbox {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.lo {
  color: red;
  cursor: pointer;
}

.right_img {
  width: 10px;
  height: 10px;
  margin-left: 770px;
  margin-top: -410px;
}

.info-big-box .top .left i,
.info-big-box .bot .left i {
  vertical-align: middle;
}

.info-big-box .top .left span,
.info-big-box .bot .left span {
  text-align: center;
  margin-left: 8px;
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
}

.info-big-box .mid {
  display: flex;
  margin-top: -7px;
}

.info-big-box .mid .left {
  width: 480px;
  height: 320px;
}

.info-big-box .mid .right .title-box {
  width: 815px;
  padding-bottom: 12px;
  border-bottom: 3px solid #CB0200;
}

.info-big-box .mid .right .title {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  font-weight: bolder;
}

.info-big-box .mid .right .info {
  margin-top: 8px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  font-weight: 400;
}

.info-big-box .mid .right ul {
  padding-inline-start: 0;
}

.info-big-box .mid .right ul li {
  display: flex;
  justify-content: space-between;
}

/* .info-big-box .mid .right ul li:nth-child(n+1) {
  margin-top: 16px;
} */

.timeinformation {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  margin-left: 455px;
  margin-top: -21px;
}

.info-big-box .mid .right .txtinformation:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: red;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 3px;
}

.bop,
.boutn {

  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-left: 31px;
}

.bop .left i,
.boutn .left i {
  vertical-align: middle;
}

.bop .left span,
.boutn .left span {
  text-align: center;
  margin-left: 8px;
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
}

.more-big-box {
  padding-top: 18px;
  width: 1200px;
  margin: 0 auto;
  border-top: 3px solid #CB0200;
}

.more-big-box_1 {
  width: 1200px;
  margin: 0 auto;
}

.notice-box {
  position: relative;
  width: 1200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
}

.notice-box .notice-body {
  padding: 24px 22px;
  width: 1200px;
  height: 510px;
}

.notice-box .notice-body .notice-info-head {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 15px;
}

.notice-box .notice-body .notice-info-head .sp2 {
  margin-left: 528px;
}

.notice-box .notice-body .notice-info-head .sp3 {
  margin-left: 114px;
}
.notice-box .notice-body .notice-info-head .sp33 {
  margin-left: 160px;
}
.notice-box .notice-body .notice-info-head .sp4 {
  margin-left: 100px;
}
.sd5 {
  float: right;
  margin-right: -275px;
}
.notice-box .detail-box {
  margin-top: 16px;
}

.notice-box .detail-box .detail-item {
  line-height: 48px;
}

.notice-box .detail-box .detail-item:nth-child(2n+1) {
  background-color: #F9F9F9;
}

.notice-box .detail-box .detail-item div {
  display: inline;
}

.notice-box .detail-box .detail-item div:first-child {
  padding-left: 3px;
}

.notice-box .detail-box .txt-red {
  font-weight: bold;
  color: red;
}

.notice-box .detail-box1 {
  margin-top: 16px;
}

.notice-box .detail-box1 .detail-item {
  line-height: 48px;
}

.notice-box .detail-box1 .detail-item:nth-child(2n+1) {
  background-color: #F9F9F9;
}

.notice-box .detail-box1 .detail-item div {
  display: inline;
}

.notice-box .detail-box1 .detail-item div:first-child {
  padding-left: 3px;
}

.notice-box .detail-box1 .txt-red {
  font-weight: bold;
  color: red;
}

.notice-box .detail-box2 {
  margin-top: 16px;
}

.notice-box .detail-box2 .detail-item {
  line-height: 48px;
}

.notice-box .detail-box2 .detail-item:nth-child(2n+1) {
  background-color: #F9F9F9;
}

.notice-box .detail-box2 .detail-item div {
  display: inline;
}

.notice-box .detail-box2 .detail-item div:first-child {
  padding-left: 3px;
}

.notice-box .detail-box2 .txt-red {
  font-weight: bold;
  color: red;
}

.notice-box .more-icon {
  position: fixed;
  right: -0px;
  bottom: 60px;
  z-index: 1;
}

.notice-box .more-icon .icon1,
.notice-box .more-icon .icon2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 80px;
  height: 66px;
  background: #BB0209;
  margin-top: 3px;
}

.produce-box .more-icon .icon1:hover {
  background: url(../image/QQ.png);
}

.notice-box .more-icon .icon2 {
  background-color: #7F7F7F;
}

.baner-info {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  height: 280px;
  background: url(../image/img_我要询价.png) 100% 100% no-repeat;
  margin-bottom: 35px;
}

.baner-info .banner-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 90%);
  width: 160px;
  line-height: 40px;
  background: #CB0200;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
}

.produce-box {
  display: flex;
  border-top: 3px solid #CB0200;
  padding: 0px 0 30px;
}


.produce-box_1 {
  width: 293px;
  height: 470px;
  overflow-y: overlay;
  background: #FFFF;
  margin-top: 18px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
}

.produce-box_2r {
  width: 220px;
  text-align: center;
}

.produce-box_2r a {
  padding: 18px 0;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: black;
  font-weight: 400;
  display: block;
}


.produce-box_1r {
  background: #CB0200;
}

.produce-box_1r a {
  color: #fff;
}


.produce-box_3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ffff;
  margin-top: 18px;
  margin-left: 30px;
}

.produce-box_img img {
  width: 220px;
  height: 200px;
}

.produce-box_text {
  width: 155px;
  height: 22px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

.produce-box .produce-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sd2 {
  margin-left: 260px;
}

.sd3 {
  float: right;
  margin-right: 288px;
}

.sd4 {
  color: red;
  float: right;
  margin-right: -396px;
}

.n_sd2 {
  margin-left: 323px;
}

.n_sd3 {
  margin-left: 513px;
}

.n_sd4 {
  color: red;
  margin-left: 84px;
}

.seach {
  vertical-align: middle;
}

/* 结构1样式 */
.nave {
  width: 100%;
  height: 50px;
  background-color: #990201;
}

nav {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

nav>span {
  width: 25%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 50px;
}

nav>span:hover {
  background-color: #CB0200;
  transition: .3s
}


nav>label {
  position: relative;
  flex: 1;
  text-align: center;
  text-decoration: none;
  z-index: 2;
  color: #FFF;
}

label>a {
  font-weight: bold;
  margin: auto;
  padding: 10px 98px;
}

a {
  color: #fff;
  text-decoration: none;
}

input:checked+label {
  background-color: #CB0200;
  width: 100%;
  text-align: center;
}

nav>label:nth-of-type(1) {
  left: 100px;
}

nav>label:nth-of-type(2) {
  left: 100px;
}

nav>label:nth-of-type(3) {
  left: 200px;
}

nav>label:nth-of-type(4) {
  left: 300px;
}

span>input {
  display: none;
}

.slides {
  display: flex;
  justify-content: center;
  align-items: center;
}

ui {
  display: flex;
  width: calc(857px * 3);
  transition: all 0.5s;
}

li {
  list-style-type: none;
}

.selectr {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  outline: none;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 70%;
}


.foter {
  width: 100%;
  height: 230px;
  background-color: #25272A;
  position: absolute;
  /* top: calc(100% + 1%); */
  margin: 50px 0;
}

.bottomContent {
  width: 1200px;
  margin: auto;
  height: 70%;
  color: #FFFFFF;
  display: flex;
  justify-content: space-evenly;
  align-self: center;
  border-bottom: 1px solid rgba(64, 67, 72, 1);
}

.bottomLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.bottomLine>label {
  font-size: 14px;
  margin-bottom: 10px;
}

.bottomLine>div {
  font-size: 12px;
  margin-bottom: 10px;
}

.bot {
  width: 730px;
  margin: auto;
  color: #FFFFFF;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.notice-box .more-icon {
  position: fixed;
  right: 0;
  top: 48%;
  z-index: 999999;
}

.notice-box .more-icon .icon1,
.notice-box .more-icon .icon2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 80px;
  height: 66px;
  background: #BB0209;
  margin-top: 3px;
}

.notice-box .more-icon .icon2 {
  background-color: #7F7F7F;
}

.information {
  margin-top: 10px;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 15px;
}

.information .sp2 {
  margin-left: 410px;
}

.information .sp4 {
  margin-left: 220px;
}

.txtinformation {
  width: 1100px;
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  margin-left: 9px;
  margin-top: -10px;
}

.txtinformation_a {
  color: #333;
  margin-left: -153px;
}