.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center-a {
  width: 90%;
  margin: 0 auto;
}
.center-b {
  width: 62%;
  margin: 0 auto;
}
.center-c {
  width: 90%;
  margin: 0 2% 0 2%;
}
.crumbs .cru ul {
  justify-content: flex-start;
  border-bottom: 1px solid #dddbdb;
}
.crumbs .cru ul li {
  margin: 0 5px 0 0;
}
.crumbs .cru ul li a {
  font-size: 14px;
  color: #545454;
  display: block;
  line-height: 50px;
}
.updown{
  justify-content: center;
}
.updown a{
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  margin: 0 10px;
  color: #333;
}
.updown .pages{
  background: #c4261d;
  color: #fff;
}
.fixnav{
  background: rgba(0, 0, 0, 0.5);
}
.move1{
  overflow: hidden;
}
.move1 img{
  transition: all .8s ease .1s;
}
.move1 img:hover {
  transform: scale(1.1);
}
/* 头部 */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
header .logo {
  width: 15%;
}
header .nav {
  width: 35%;
  padding: 10px 0;
}
header .nav .ul-a .li-a .a-a {
  display: block;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
}
header .nav .ul-a .li-a{
  position: relative;
}
header .nav .ul-a .li-a .drop{
  position: absolute;
  left: -100px;
  top: 100%;
  width: 280px;
  background: #fff;
  display: none;
  padding: 10px 25px;
}
header .nav .ul-a .li-a .drop .ul-b .li-b .a-b{
  display: block;
  padding: 10px 10px;
  font-size: 16px;
  color: #333;
}
header .nav .ul-a .li-a:hover .drop{
  display: block;
}
header .nav .ul-a .li-a .drop .ul-b .li-b .a-b:hover{
  color: #c4261d;
}
header .on{
  position: relative;
}
header .on::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #fff;
}
header .language {
  width: 10%;
}
header .language .p {
  font-size: 16px;
  color: #fff;
}
/* 轮播 */
.banner .ban .img img {
  display: block;
}
/* 关于 */
.about {
  background: url(../img/ind1.webp) no-repeat top;
}
.about .abo {
  align-items: flex-start;
}
.about .abo .left {
  width: 43%;
  padding: 60px 0 0 0;
}
.about .abo .left .caption {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin: 0 0 15px 0;
}
.about .abo .left .title {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0 0 30px 0;
}
.about .abo .left .more {
  width: 175px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 0 auto 40px auto;
}
.about .abo .left .more a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 40px;
}
.about .abo .right {
  width: 58%;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .abo .right .box-a {
  width: 100%;
  background: #c4261d;
  box-sizing: border-box;
  padding: 50px 5% 50px 5%;
}
.about .abo .right .box-a .title {
  font-size: 26px;
  color: #fff;
  margin: 0 0 20px 0;
}
.about .abo .right .box-a .text {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin: 0 0 55px 0;
}
.about .abo .right .box-a .more {
  width: 175px;
  background: #fff;
  border-radius: 30px;
}
.about .abo .right .box-a .more a {
  justify-content: center;
}
.about .abo .right .box-a .more a .p {
  font-size: 14px;
  color: #c4261d;
  line-height: 40px;
}
.about .abo .right .box-b {
  width: 50%;
  background: #ececec url(../img/ind2.webp) no-repeat right;
  background-size: contain;
  box-sizing: border-box;
  padding: 50px 5% 50px 5%;
}
.about .abo .right .box-b .title {
  font-size: 26px;
  color: #0e0d0d;
  margin: 0 0 10px 0;
}
.about .abo .right .box-b .text {
  font-size: 14px;
  color: #a5a3a3;
  line-height: 26px;
  margin: 0 0 55px 0;
}
.about .abo .right .box-b .more a {
  font-size: 14px;
  color: #0e0d0d;
}
.about .abo .right .box-c {
  width: 50%;
  background: #000 url(../img/ind3.webp) no-repeat left;
  background-size: contain;
  box-sizing: border-box;
  padding: 50px 5% 50px 5%;
}
.about .abo .right .box-c .title {
  font-size: 26px;
  color: #fff;
  text-align: right;
  margin: 0 0 10px 0;
}
.about .abo .right .box-c .text {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  text-align: right;
  margin: 0 0 55px 0;
}
.about .abo .right .box-c .more {
  text-align: right;
}
.about .abo .right .box-c .more a {
  font-size: 14px;
  color: #fff;
}
.p-about-a {
  padding: 40px 0;
}
.p-about-a .abo .caption {
  font-size: 28px;
  color: #c4261d;
  margin: 0 0 40px 0;
}
.p-about-a .abo .element p {
  font-size: 14px;
  color: #000;
  line-height: 28px;
}
.p-about-a .abo .element h1 {
  font-size: 14px;
  color: #C4261D;
  line-height: 28px;
  font-style: italic;
}
.p-about-b {
  background: url(../img/abo1.webp) no-repeat;
  background-size: cover;
  padding: 110px 0;
}
.p-about-b .abo .textbox {
  width: 33%;
  border-right: 1px solid rgba(255, 255, 255, 0.43);
  padding: 20px 0;
}
.p-about-b .abo .textbox .up {
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 40px 0;
}
.p-about-b .abo .textbox .up span {
  font-size: 48px;
  color: #fff;
}
.p-about-b .abo .textbox .up sup {
  font-size: 22px;
  color: #fff;
}
.p-about-b .abo .textbox .down {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.p-about-b .abo .textbox:last-child {
  border-right: 0;
}
.p-about-c {
  padding: 65px 0;
}
.p-about-c .abo .caption {
  font-size: 28px;
  color: #c4261d;
  margin: 0 0 40px 0;
}
.p-about-c .abo .element {
  flex-wrap: wrap;
}
.p-about-c .abo .element .imgbox {
  width: 31%;
}
.p-about-c .abo .element .imgbox a .img {
  border: 1px solid #c4261d;
  box-sizing: border-box;
  padding: 10px 10px;
  position: relative;
}
.p-about-c .abo .element .imgbox a .img img {
  background: #fff;
  box-sizing: border-box;
  padding: 10px 10px;
  box-shadow: 0 0 10px 0 #eee;
}
.p-about-c .abo .element .imgbox a .img::after {
  position: absolute;
  left: 40%;
  bottom: -2px;
  width: 20%;
  height: 3px;
  background: #c4261d;
  content: '';
}
.p-about-c .abo .element .imgbox a .p {
  font-size: 18px;
  color: #292929;
  padding: 15px 0;
  text-align: center;
}
.p-about-d {
  padding: 0 0 80px 0;
}
.p-about-d .abo .caption {
  font-size: 28px;
  color: #c4261d;
  margin: 0 0 40px 0;
}
.p-about-d .abo .element {
  position: relative;
}
.p-about-d .abo .element .img{
  border: 1px solid #eee;
}
.p-about-d .abo .element .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  left: -2%;
}
.p-about-d .abo .element .swiper-button-prev::after {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.p-about-d .abo .element .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  right: -2%;
}
.p-about-d .abo .element .swiper-button-next::after {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
/* 产品 */
.products {
  padding: 0px 0 70px 0;
  background: url(../img/ind4.webp) no-repeat right;
  background-size: cover;
}
.products .pro ul {
  justify-content: center;
  margin: 0 0 50px 0;
}
.products .pro ul li {
  width: 260px;
  margin: 0 10px;
}
.products .pro ul li a {
  border: 1px solid #c4261d;
  border-radius: 50px;
  font-size: 16px;
  line-height: 75px;
  text-align: center;
  display: block;
  color: #c4261d;
  background: #fff;
}
.products .pro .element .content {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.products .pro .element .content .imgbox {
  width: 31%;
  margin: 0 1% 20px 1%;
}
.products .pro .element .content .imgbox a .img img:nth-child(1) {
  display: block;
}
.products .pro .element .content .imgbox a .img img:nth-child(2) {
  display: none;
}
.products .pro .element .content .imgbox a .p {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
  color: #0e0d0d;
  text-align: center;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
/* .products .pro .element .imgbox:hover a .img img:nth-child(1) {
  display: none;
}
.products .pro .element .imgbox:hover a .img img:nth-child(2) {
  display: block;
} */
.products .pro .element .imgbox:hover a .p {
  color: #c4261d;
}
.products .active-a a{
  background: #c4261d !important;
  color: #fff !important;
}
.products .active-b{
  display: none;
}
.q-products {
  padding: 20px 0 100px 0;
}
.q-products .pro {
  align-items: flex-start;
}
.q-products .pro .left {
  width: 70%;
}
.q-products .pro .left .caption {
  font-size: 28px;
  color: #c4261d;
  margin: 0 0 40px 0;
}
.q-products .pro .left .element {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.q-products .pro .left .element .imgbox {
  width: 31%;
  margin: 0 1% 20px 1%;
}
.q-products .pro .left .element .imgbox a .img img:nth-child(1) {
  display: block;
}
.q-products .pro .left .element .imgbox a .img img:nth-child(2) {
  display: none;
}
.q-products .pro .left .element .imgbox a .p {
  font-size: 14px;
  color: #0e0d0d;
  text-align: center;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 15px 0;
}
/* .q-products .pro .left .element .imgbox:hover a .img img:nth-child(1) {
  display: none;
}
.q-products .pro .left .element .imgbox:hover a .img img:nth-child(2) {
  display: block;
} */
.q-products .pro .left .element .imgbox:hover a .p {
  color: #c4261d;
}
.q-products .pro .right {
  width: 25%;
}
.q-products .pro .right .caption {
  background: #c4261d;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 18px;
  color: #fff;
  margin: 0 0 10px 0;
}
.q-products .pro .right ul {
  background: #eee;
}
.q-products .pro .right ul li {
  box-sizing: border-box;
  padding: 0 20px;
}
.q-products .pro .right ul li a {
  display: block;
  line-height: 55px;
  padding: 10px 0;
  font-size: 15px;
  color: #0e0d0d;
  border-bottom: 1px solid #dfdfdf;
}
.q-products .pro .right ul li:hover {
  background: #fafafa;
}
.q-products .pro .right ul li:hover a {
  color: #c4261d;
}
.d-products {
  padding: 20px 0 100px 0;
}
.d-products .pro {
  align-items: flex-start;
}
.d-products .pro .left {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.d-products .pro .left .photo {
  width: 48%;
}
.d-products .pro .left .photo .element-a{
  margin: 0 0 10px 0;
}
.d-products .pro .left .photo .element-a .swiper-button-prev-a::after{
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.d-products .pro .left .photo .element-a .swiper-button-next-a::after{
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.d-products .pro .left .content {
  width: 48%;
}
.d-products .pro .left .content .title {
  font-size: 22px;
  color: #0e0d0d;
  line-height: 26px;
  margin: 0 0 20px 0;
}
.d-products .pro .left .content .text {
  font-size: 14px;
  color: #0e0d0d;
  line-height: 24px;
}
.d-products .pro .left .details {
  width: 100%;
  /* border: 1px solid #ccc; */
  margin: 20px 0 0 0;
}
/* .d-products .pro .left .details ul {
  background: #efefef;
  border-bottom: 1px solid #ccc;
} */
/* .d-products .pro .left .details ul li {
  border-right: 1px solid #ccc;
} */
.d-products .pro .left .details ul li a {
  font-size: 14px;
  color: #666;
  display: inline-block;
  padding: 0 20px;
  line-height: 35px;
  background: #fff;
  position: relative;
}
/* .d-products .pro .left .details ul li a::after {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
  background: #666;
  content: '';
} */
.d-products .pro .left .details ul li a::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
}
.d-products .pro .left .details .element {
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  color: #0e0d0d;
  line-height: 24px;
}
.d-products .pro .left .details .element table{
  width: 100%;
}
.d-products .pro .left .details .element table th{
  padding: 10px 10px;
}
.d-products .pro .left .details .element table td{
  padding: 10px 10px;
}
.d-products .pro .right {
  width: 25%;
}
.d-products .pro .right .caption {
  background: #c4261d;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 28px;
  color: #fff;
  margin: 0 0 10px 0;
}
.d-products .pro .right ul {
  background: #eee;
}
.d-products .pro .right ul li {
  box-sizing: border-box;
  padding: 0 20px;
}
.d-products .pro .right ul li a {
  display: block;
  line-height: 55px;
  padding: 10px 0;
  font-size: 15px;
  color: #0e0d0d;
  border-bottom: 1px solid #dfdfdf;
}
.d-products .pro .right ul li:hover {
  background: #fafafa;
}
.d-products .pro .right ul li:hover a {
  color: #c4261d;
}
/* 理由 */
.reason {
  background: url(../img/ind5.webp) no-repeat;
  padding: 80px 0 100px 0;
}
.reason .rea {
  box-sizing: border-box;
  padding: 0 12% 0 0;
}
.reason .rea .caption {
  font-size: 30px;
  color: #fff;
  margin: 0 0 10px 0;
}
.reason .rea .text {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.reason .rea .more {
  width: 175px;
  border: 1px solid #c4261d;
  background: #c4261d;
  border-radius: 30px;
  margin: 0 0 50px 0;
}
.reason .rea .more a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 40px;
}
.reason .rea .element .textbox {
  width: 33%;
  position: relative;
  padding: 30px 0;
}
.reason .rea .element .textbox .up {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
}
.reason .rea .element .textbox .up span {
  font-size: 48px;
  color: #fff;
}
.reason .rea .element .textbox .up sup {
  font-size: 20px;
}
.reason .rea .element .textbox .down {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.reason .rea .element .textbox::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  content: '';
}
.reason .rea .element .textbox:last-child::after {
  display: none;
}
/* 新闻 */
.news {
  padding: 80px 0;
}
.news .new .caption {
  margin: 0 0 20px 0;
}
.news .new .caption .p {
  font-size: 28px;
}
.news .new .caption .more a {
  font-size: 16px;
  color: #c4261d;
}
.news .new .element {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.news .new .element .img {
  width: 48%;
  margin: 0 1% 20px 1%;
}
.news .new .element .textbox {
  width: 48%;
  margin: 0 1% 20px 1%;
  height: 260px;
  border-bottom: 1px solid #EBEBED;
}
.news .new .element .textbox .time {
  font-size: 16px;
  color: #9B9B9B;
  margin: 0 0 25px 0;
}
.news .new .element .textbox .title {
  font-size: 18px;
  line-height: 22px;
  color: #c4261d;
  margin: 0 0 20px 0;
}
.news .new .element .textbox .text {
  font-size: 15px;
  color: #888889;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.q-news {
  padding: 40px 0;
}
.q-news .new .caption {
  font-size: 28px;
  color: #c4261d;
  margin: 0 0 40px 0;
}
.q-news .new .element .imgbox {
  background: #f6f6f6;
  margin: 0 0 20px 0;
}
.q-news .new .element .imgbox a {
  box-sizing: border-box;
  padding: 15px 10px;
}
.q-news .new .element .imgbox a .img {
  width: 25%;
}
.q-news .new .element .imgbox a .p {
  width: 73%;
}
.q-news .new .element .imgbox a .p .title {
  font-size: 15px;
  color: #333;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.q-news .new .element .imgbox a .p .time {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px 0;
}
.q-news .new .element .imgbox a .p .text {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.q-news .new .element .imgbox:hover a .p .title{
  color: #c4261d;
}
.d-news {
  padding: 50px 0;
}
.d-news .new {
  align-items: flex-start;
}
.d-news .new .left {
  width: 70%;
}
.d-news .new .left .title {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0 0 10px 0;
}
.d-news .new .left .time {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 0 0 10px 0;
}
.d-news .new .left .text {
  font-size: 14px;
  color: #0e0d0d;
  line-height: 24px;
}
.d-news .new .right {
  box-sizing: border-box;
  padding: 20px 20px;
  width: 25%;
  background: #ededed;
}
.d-news .new .right .caption {
  font-size: 26px;
  color: #c4261d;
  margin: 0 0 20px 0;
}
.d-news .new .right .element .imgbox a .p {
  font-size: 14px;
  color: #0e0d0d;
  text-align: center;
  margin: 10px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
/* 服务 */
.p-service {
  padding: 30px 0;
}
.p-service .ser .caption {
  font-size: 28px;
  color: #c4261d;
  margin: 0 0 40px 0;
}
.p-service .ser .content {
  font-size: 14px;
  color: #000;
  line-height: 28px;
  margin: 0 0 30px 0;
}
.p-service .ser .element{
  flex-wrap: wrap;
}
.p-service .ser .element .imgbox {
  width: 46%;
  margin: 0 1% 60px 1%;
  background: #f8f8f8;
}
.p-service .ser .element .imgbox a {
  display: block;
  padding: 30px 20px;
}
.p-service .ser .element .imgbox a .img {
  margin: 0 auto 10px auto;
  width: 12%;
  border: 2px solid #c4261d;
  border-radius: 100px;
  padding: 20px;
}
.p-service .ser .element .imgbox a .p .title {
  font-size: 20px;
  line-height: 33px;
  height: 80px;
  color: #c4261d;
  text-align: center;
  margin: 0 0 10px 0;
}
.p-service .ser .element .imgbox a .p .text {
  font-size: 14px;
  color: #292929;
  line-height: 28px;
  height: 300px;
}
/* 支持 */
.p-support {
  padding: 30px 0 80px 0;
}
.p-support .sup .caption {
  font-size: 38px;
  color: #c4261d;
  margin: 0 0 15px 0;
}
.p-support .sup .content {
  font-size: 14px;
  color: #000;
  line-height: 28px;
  margin: 0 0 30px 0;
}
.p-support .sup .element {
  flex-wrap: wrap;
}
.p-support .sup .element .imgbox {
  width: 48%;
}
.p-support .sup .element .imgbox a .img {
  width: 45%;
}
.p-support .sup .element .imgbox a .p {
  width: 50%;
}
.p-support .sup .element .imgbox a .p .title {
  font-size: 24px;
  color: #ce122c;
  margin: 0 0 15px 0;
}
.p-support .sup .element .imgbox a .p .text {
  font-size: 13px;
  color: #292929;
  line-height: 24px;
}
/* 联系 */
.p-contact {
  padding: 60px 0 100px 0;
}
.p-contact .con {
  align-items: flex-start;
}
.p-contact .con .left {
  width: 40%;
}
.p-contact .con .left .caption {
  font-size: 28px;
  color: #c4261d;
  margin: 0 0 40px 0;
}
.p-contact .con .left .element h1 {
  font-size: 17px;
  color: #8c8c8c;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 30px 0;
}
.p-contact .con .left .element h2 {
  font-size: 16px;
  color: #0e0d0d;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.p-contact .con .left .element p {
  font-size: 14px;
  color: #0e0d0d;
  line-height: 32px;
}
.p-contact .con .left .element p a {
  color: #c4261d;
}
.p-contact .con .right {
  width: 55%;
}
.p-contact .con .right .caption {
  font-size: 28px;
  color: #c4261d;
  margin: 0 0 40px 0;
}
.p-contact .con .right .inputbox{
  width: 100%;
  margin: 0 0 10px 0;
}
.p-contact .con .right .inputbox input{
  width: 100%;
  background-color: #f3f3f3;
  color: #000000;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
}
.p-contact .con .right .textareabox{
  width: 100%;
  margin: 0 0 10px 0;
}
.p-contact .con .right .textareabox textarea{
  width: 100%;
  background-color: #f3f3f3;
  color: #000000;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  height: 100px;
}
.p-contact .con .right .button_li{
  width: 210px;
}
.p-contact .con .right .button_li input{
  width: 100%;
  border: none;
  outline: none;
  background: #c4261d;
  color: #fff;
  font-size: 14px;
  height: 40px;
}
.n-question {
  padding: 60px 0;
}
.n-question .que .caption {
  font-size: 28px;
  color: #c4261d;
  margin: 0 0 40px 0;
}
.n-question .que .element .textbox {
  border: 1px solid #ddd;
  background-color: rgba(238, 241, 241, 0.76);
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}
.n-question .que .element .textbox .q{
  align-items: flex-start;
}
.n-question .que .element .textbox .q .left {
  width: 3%;
  font-size: 16px;
  color: #c4261d;
  line-height: 32px;
}
.n-question .que .element .textbox .q .right {
  width: 97%;
  font-size: 16px;
  line-height: 32px;
  color: #221815;
}
.n-question .que .element .textbox .a{
  align-items: flex-start;
}
.n-question .que .element .textbox .a .left {
  width: 3%;
  font-size: 16px;
  color: #898989;
  line-height: 26px;
}
.n-question .que .element .textbox .a .right {
  width: 97%;
  font-size: 15px;
  color: #545454;
  line-height: 26px;
}
/* 底部 */
footer {
  background: url(../img/foo1.webp) no-repeat;
  padding: 90px 0;
  background-size: cover;
}
footer .foo .left {
  width: 55%;
}
footer .foo .left .up{
  align-items: flex-start;
  margin: 0 0 20px 0;
}
footer .foo .left .up ul:nth-child(1){
  width: 20%;
}
footer .foo .left .up ul:nth-child(2){
  width: 40%;
}
footer .foo .left .up ul:nth-child(3){
  width: 35%;
}
footer .foo .left .up ul li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.69);
  margin: 0 0 15px 0;
}
footer .foo .left .up ul li a {
  color: rgba(255, 255, 255, 0.69);
  display: block;
}
footer .foo .left .up ul li:hover a{
  color: #fff;
}
footer .foo .left .up ul p{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.69);
  line-height: 28px;
}
footer .foo .left .up ul .caption {
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px 0;
}
footer .foo .left .down{
  padding: 20px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.69);
}
footer .foo .left .down ul{
  justify-content: flex-start;
  margin: 0 0 20px 0;
}
footer .foo .left .down ul li{
  margin: 0 10px 0 0;
}
footer .foo .left .down p{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.69);
  line-height: 28px;
}
footer .foo .right {
  width: 32%;
}
footer .foo .right .caption {
  font-size: 26px;
  color: #fff;
  margin: 0 0 20px 0;
}
footer .foo .right .inputbox{
  width: 100%;
  margin: 0 0 10px 0;
}
footer .foo .right .inputbox input{
  width: 100%;
  border: 1px solid #ccc;
  line-height: 35px;
  background: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  outline: none;
}
footer .foo .right .inputbox input::placeholder{
  color: #fff;
}
footer .foo .right .textareabox{
  width: 100%;
  margin: 0 0 10px 0;
}
footer .foo .right .textareabox textarea{
  width: 100%;
  border: 1px solid #ccc;
  line-height: 35px;
  background: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  outline: none;
  height: 130px;
}
footer .foo .right .textareabox textarea::placeholder{
  color: #fff;
}
footer .foo .right .button_li{
  width: 170px;
}
footer .foo .right .button_li input{
  width: 100%;
  border: 1px solid #8c1711;
  border-radius: 0;
  background: #8c1711;
  color: #fff;
  font-size: 14px;
  height: 40px;
}
/* 搜索 */
.q-search {
  padding: 20px 0;
}
.q-search .sea {
  align-items: flex-start;
}
.q-search .sea .left {
  width: 70%;
}
.q-search .sea .left .caption {
  font-size: 28px;
  color: #c4261d;
  margin: 0 0 30px 0;
}
.q-search .sea .left form {
  width: 70%;
  margin: 0 0 30px 0;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #eee;
}
.q-search .sea .left form .input {
  width: 90%;
  background: #fff;
  line-height: 40px;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.q-search .sea .left form .input::placeholder {
  color: #333;
}
.q-search .sea .left form .submit {
  width: 10%;
  background: url(../img/sea1.png) no-repeat center;
  line-height: 40px;
  border: none;
  outline: none;
}
.q-search .sea .left .element {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.q-search .sea .left .element .imgbox {
  width: 31%;
  margin: 0 1% 20px 1%;
}
.q-search .sea .left .element .imgbox a .img img:nth-child(1) {
  display: block;
}
.q-search .sea .left .element .imgbox a .img img:nth-child(2) {
  display: none;
}
.q-search .sea .left .element .imgbox a .p {
  font-size: 14px;
  color: #0e0d0d;
  text-align: center;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 15px 0;
}
.q-search .sea .left .element .imgbox:hover a .p {
  color: #c4261d;
}
.q-search .sea .right {
  width: 25%;
}
.q-search .sea .right .caption {
  background: #c4261d;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 18px;
  color: #fff;
  margin: 0 0 10px 0;
}
.q-search .sea .right ul {
  background: #eee;
}
.q-search .sea .right ul li {
  box-sizing: border-box;
  padding: 0 20px;
}
.q-search .sea .right ul li a {
  display: block;
  line-height: 55px;
  padding: 10px 0;
  font-size: 15px;
  color: #0e0d0d;
  border-bottom: 1px solid #dfdfdf;
}
.q-search .sea .right ul li:hover {
  background: #fafafa;
}
.q-search .sea .right ul li:hover a {
  color: #c4261d;
}
/******************************************/
@media screen and (max-width: 1801px) {
  .center-b {
    width: 70%;
  }
  header .nav {
    width: 40%;
  }
}
/******************************************/
@media screen and (max-width: 1601px) {
  .center-b {
    width: 80%;
  }
  header .nav {
    width: 45%;
  }
  .products {
    padding: 40px 0 70px 0;
  }
  .products .pro ul li a {
    line-height: 65px;
  }
  footer .foo .left {
    width: 60%;
  }
  footer .foo .right {
    width: 30%;
  }
}
/******************************************/
@media screen and (max-width: 1401px) {
  .about .abo .left .caption {
    font-size: 32px;
  }
  .about .abo .right .box-a .title {
    font-size: 22px;
  }
  .about .abo .right .box-a .text {
    margin: 0 0 25px 0;
  }
  .about .abo .right .box-a {
    padding: 30px 5% 30px 5%;
  }
  .about .abo .right .box-b {
    padding: 30px 5% 30px 5%;
  }
  .about .abo .right .box-b .title {
    font-size: 22px;
  }
  .about .abo .right .box-c {
    padding: 30px 5% 30px 5%;
  }
  .about .abo .right .box-c .title {
    font-size: 22px;
  }
  .products .pro ul li a {
    font-size: 14px;
    line-height: 55px;
  }
  .reason {
    padding: 80px 0 80px 0;
  }
  .news .new .element .textbox {
    height: 230px;
  }
  footer {
    background-position: 33%;
  }
  .p-about-b .abo .textbox .up span {
    font-size: 38px;
  }
  .q-products .pro .right {
    width: 28%;
  }
  .q-products .pro .right ul li a {
    line-height: 50px;
  }
  .p-service .ser .element .imgbox {
    width: 47%;
    margin: 0 1% 40px 1%;
  }
  .p-service .ser .element .imgbox a .img {
    width: 10%;
  }
  .p-service .ser .element .imgbox a .p .title {
    font-size: 18px;
    line-height: 26px;
    height: 60px;
  }
  .p-service .ser .element .imgbox a .p .text {
    height: 360px;
  }
  .q-news .new .element .imgbox a .p .title {
    font-size: 15px;
  }
  .d-news .new .right .caption {
    font-size: 24px;
  }
  .q-search .sea .right {
    width: 28%;
  }
  .reason .rea .element .textbox .down{
    height: 40px;
    line-height: 20px;
  }
  .p-about-b .abo .textbox .down{
    height: 40px;
    line-height: 20px;
  }
}
/******************************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 25%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .phone-close {
    width: 30px;
  }
  .phone-close .after {
    width: 100%;
    height: 5px;
    background: #000000;
    margin: 5px 0;
    border-radius: 30px;
  }
  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #fff;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #333;
    font-size: 14px;
    padding: 0 15px;
  }
  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
  }
  .phonelist-nav1 a {
    display: block;
  }
  .phonelist-nav {
    border-bottom: 1px solid #eee;
  }
  .phonelist-nav:last-child {
    border-bottom: none;
  }
  .phonelist-navtop > a {
    width: 50%;
  }
  .phonelist-navtop div {
    flex-grow: 1;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .phonelist-navtop div img {
    width: 16px;
  }
  .phonelist-nav1 {
    display: none;
  }
  .menucl-img2 {
    display: none;
  }
  .center-b {
    width: 90%;
  }
  .about .abo{
    flex-wrap: wrap;
  }
  .about .abo .left {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .about .abo .right {
    width: 100%;
  }
  .products {
    padding: 40px 0 40px 0;
  }
  .products .pro ul{
    flex-direction: column;
    height: 80px;
    overflow-x: auto;
    flex-wrap: wrap;
  }
  .products .pro ul li a {
    font-size: 14px;
    line-height: 50px;
  }
  .products .pro .element .content .imgbox {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
  .reason {
    padding: 40px 0 40px 0;
  }
  .reason .rea {
    padding: 0 0% 0 0;
  }
  .reason .rea .caption {
    font-size: 24px;
  }
  .reason .rea .more {
    width: 175px;
    margin: 0 0 30px 0;
  }
  .reason .rea .element .textbox .up span {
    font-size: 32px;
    margin: 0 0 20px 0;
  }
  .news {
    padding: 40px 0;
  }
  .news .new .caption .p {
    font-size: 24px;
  }
  .news .new .element .img {
    width: 100%;
  }
  .news .new .element .textbox {
    width: 100%;
    margin: 0 1% 20px 1%;
    height: auto;
    padding: 0 0 20px 0;
  }
  footer {
    padding: 40px 0 40px 0;
    background: #000;
  }
  footer .foo {
    flex-wrap: wrap;
  }
  footer .foo .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  footer .foo .right {
    width: 100%;
  }
  .p-about-a .abo .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .p-about-b {
    padding: 80px 0;
  }
  .p-about-c .abo .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .p-about-b .abo .textbox .up span {
    font-size: 32px;
  }
  .p-about-b .abo .textbox .up {
    margin: 0 0 20px 0;
  }
  .p-about-c {
    padding: 40px 0;
  } 
  .p-about-c .abo .element .imgbox {
    width: 48%;
  }
  .p-about-d .abo .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .q-products .pro .left {
    width: 100%;
  }
  .q-products .pro .right {
    display: none;
  }
  .q-products .pro .left .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .q-products .pro .left .element .imgbox {
    width: 48%;
  }
  .d-products .pro .left {
    flex-wrap: wrap;
  }
  .d-products .pro .left .photo {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .d-products .pro .left .content {
    width: 100%;
  }
  .p-service .ser .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .p-service .ser .element .imgbox {
    width: 100%;
    margin: 0 1% 20px 1%;
  }
  .p-service .ser .element .imgbox a .p .text {
    height: auto;
  }
  .p-service .ser .element .imgbox a .img {
    width: 6%;
  }
  .q-news .new .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .q-news .new .element .imgbox a {
    flex-wrap: wrap;
  }
  .q-news .new .element .imgbox a .img {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .q-news .new .element .imgbox a .p {
    width: 100%;
  }
  .d-news .new .right{
    display: none;
  }
  .d-news .new .left {
    width: 100%;
  }
  .d-news .new .left .title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  .n-question {
    padding: 40px 0;
  }
  .n-question .que .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .n-question .que .element .textbox .q .left {
    width: 5%;
  }
  .n-question .que .element .textbox .q .right {
    width: 95%;
  }
  .n-question .que .element .textbox .a .left {
    width: 5%;
  }
  .n-question .que .element .textbox .a .right {
    width: 95%;
  }
  .p-contact {
    padding: 40px 0 40px 0;
  }
  .p-contact .con {
    flex-wrap: wrap;
  }
  .p-contact .con .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .p-contact .con .left .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .p-contact .con .right {
    width: 100%;
  }
  .p-contact .con .right .caption {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .q-products {
    padding: 20px 0 40px 0;
  }
  .d-products {
    padding: 20px 0 40px 0;
  }
}
/******************************************/
@media screen and (max-width: 801px){
  .phone-logo {
    width: 50%;
  }
  .about .abo .left .caption {
    font-size: 22px;
  }
  .about .abo .right .box-b {
    width: 100%;
  }
  .about .abo .right .box-c {
    width: 100%;
  }
  .products .pro ul {
    margin: 0 0 30px 0;
  }
  .products .pro .element .content .imgbox {
    width: 100%;
  }
  .reason{
    background-size: cover;
  }
  .reason .rea .element{
    flex-wrap: wrap;
  }
  .reason .rea .element .textbox {
    width: 100%;
    position: relative;
    padding: 10px 0;
  }
  .reason .rea .element .textbox .up {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .reason .rea .element .textbox .up span {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .reason .rea .element .textbox .down {
    height: auto;
  }
  .reason .rea .element .textbox::after {
    right: 0%;
    top: 100%;
    width: 100%;
    height: 1px;
  }
  footer .foo .left .up{
    flex-wrap: wrap;
  }
  footer .foo .left .up ul:nth-child(1) {
    width: 33%;
  }
  footer .foo .left .up ul:nth-child(2) {
    width: 65%;
  }
  footer .foo .left .up ul:nth-child(3) {
    width: 100%;
    margin: 20px 0;
  }
  footer .foo .left .up ul .caption {
    font-size: 17px;
    margin: 0 0 10px 0;
  }
  footer .foo .right .caption {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .crumbs .cru ul li a {
    line-height: 45px;
  }
  .p-about-b {
    padding: 60px 0;
  }
  .p-about-b .abo {
    flex-wrap: wrap;
  }
  .p-about-b .abo .textbox {
    width: 100%;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.43);
  }
  .p-about-b .abo .textbox:last-child{
    border-bottom: 0;
  }
  .p-about-b .abo .textbox .up span {
    font-size: 26px;
  }
  .p-about-c .abo .element .imgbox {
    width: 100%;
  }
  .q-products .pro .left .element .imgbox {
    width: 100%;
  }
  .p-service .ser .element .imgbox a .img {
    width: 10%;
    padding: 15px;
  }
  .d-news {
    padding: 40px 0;
  }
  .about .abo .left .img{
    width: 60%;
    margin: 0 auto;
  }
}
