.pic {
  width: 100%;
  overflow: hidden;
}
.pic img{
  width: 100%;
 
}
/*  */
.picboxbg {
  overflow: hidden;
  position: relative;
  padding: 0% 2% 1%;
}
.pbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  /* background: rgba(245, 247, 249, 1); */
  padding: 2%;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0.5%;
}
.picbox {
  padding: 0;
  margin: 0;
  display: grid;
}
.picon {
  font-size: 14px;
  line-height: 33px;
  padding: 2% 0% 1% 2%;
  font-weight: 400;
  flex: 1;
}
.picon h3 {
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 1.5;
  color: #e10c0c;
  font-weight: 500;
}
.picon p {
  font-size: 13px;
  line-height: 29px;
  color: #666666;
  font-weight: 100;
}
.picon p a {
  color: red;
}
.picon p span {
  color: red;
  font-size: 31px;
  font-weight: bold;
}
.picon > ul > li {
  color: #f43f2a;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
.picon > ul > li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f43f2a;
  position: absolute;
  top: 12px;
  left: 0;
}
/*  */
.view {
  max-width: 600px;
  border: 1px solid #ddd;
}
.view .swiper-slide {
  height: 600px;
  width: 600px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  /* background: #f6f6f6; */
  display: flex;
  justify-content: center;
}
.view .swiper-slide img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view .arrow-left {
  background: url(../images/feel3.png) no-repeat left center;
  width: 50px;
  z-index: 10;
  display: none;
}
.view .arrow-right {
  background: url(../images/feel4.png) no-repeat right center;
  width: 50px;
  display: none;
}
.preview {
  display: grid;
  width: 600px;
  height: 106px;
  grid-template-columns: 1fr 8fr 1fr;
  justify-content: center;
  align-items: center;
}
.preview .swiper-slide {
  margin: 0 4px;
  box-sizing: border-box;
  cursor: pointer;
  height: 60px;
  width: 60px;
  padding: 0px;
  margin-right: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  text-align: center;
}
.preview .swiper-slide img {
  display: inline-block;
  height: 100%;
}
.preview .active-nav {
  border: 1px solid #eb4f4f; /* border-radius: 12px; */
}
.preview .arrow-left {
  background: url(../images/feel3.png) no-repeat center;
  width: 30px;
  height: 80px;
  z-index: 10;
}
.preview .arrow-right {
  background: url(../images/feel4.png) no-repeat right center;
  right: -20px;
  top: 10px;
  width: 30px;
  height: 80px;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .view .swiper-slide {
    height: 300px !important;
  }
  .preview {
    display: none;
  }
  .view .arrow-left,
  .view .arrow-right {
    display: block;
  }
}

/*  */
.position {
  line-height: 30px;
  color: #e92525;
  font-size: 15px;
  font-weight: 300;
  padding: 0.5% 10%;
  background: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 20px;
  /* box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%); */
}
.position span {
  font-size: 21px;
}
.position a {
  color: rgb(20 15 15);
}

/*  */
.pprolist {
  width: 100%;
  /* overflow: hidden; */
  /* margin-top: 22px; */
  padding: 1% 0 5%;
}
.pprolist ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2%;
}
.pprolist li {
  background: #fff;
  list-style: none;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%);
  border: solid 1px #ddd;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
.pprolist li div {
  width: 81%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pprolist li img {
  padding: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.pprolist li p {
  text-align: center;
  font-size: 13px;
  color: #000;
  line-height: 26px;
  font-weight: 200;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
 
.pprolist li:hover {
  box-shadow: 0 0 10px #d2d2d2;
  transform: translate3d(0, -2px, 0);
}
.pprolist li:nth-child(3n) {
  margin-right: 0 !important;
}
/*  */
.pagebg {
  margin-top: 16px;
  overflow: hidden;
  margin-bottom: 36px;
}
.page {
}
.page a {
  float: left;
  border: 1px solid #e6e0e0;
  margin-right: 8px;
  overflow: hidden;
  padding: 6px 20px;
  line-height: 29px;
  font-size: 14px;
  background: white;
}
.page a:hover {
  color: white;
  background: #ff0000;
}
.page-num {
  font-size: 0px;
}
/*  */
.l_c3banbg {
  width: 24%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.l_c3banbg img {
  width: 100%;
}
/*  */
.cpnav {
  display: flex;
  justify-content: space-around;
  width: 832px;
  float: left;
}
.cpnav li {
  width: 152px;
  background: #0458af;
  margin-right: 9px;
  margin-bottom: 14px;
  height: 52px;
  margin-top: 12px;
  line-height: 52px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
  border-radius: 4px;
  background-color: #f5f5f5;
  transition: all 0.36s;
  padding: 0 12px;
}
.cpnav li a {
  color: #666;
  width: 100%;
  display: block;
}
.cpnav .on {
  background: red;
}
.cpnav .on a {
  color: white;
}
/*  */
.detailbg {
  padding: 10px 0 30px;
  overflow: hidden;

  min-height: 600px;
}
.detailbg > .w > h2 {
  font-size: 36px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 50px;
  margin-top: 36px;
}
.detail {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.detail li {
  width: 47%;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 30px 40px;
  box-shadow: 0px 10px 20px 10px rgb(0 0 0 / 6%);
  background-color: #fff;
}
.detail li h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #ff0000;
}
.detail li p {
  font-size: 16px;

  line-height: 2;

  color: #666666;
}
/*  */
.cpbox {
  width: 100%;
}
.cpbox h2,
.cpxuanxing h2 {
  margin: 20px;
  font-size: 36px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 42px;
  margin-top: 52px;
}
.cpbox ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cpbox ul li {
  text-align: center;
  width: 32%;
  margin-bottom: 2%;
}
.cpbox ul li img {
  width: 100%;
}
/*  */

.cp_list ul {
  display: flex;
  justify-content: space-around;
}
.cp_list li {
  border: 1px solid #e3dada;
  width: 314px;
  background: white;
  float: left;
  text-align: center;
  margin-top: 16px;
  position: relative;
}
.cp_list li:nth-child(4n) {
  margin-right: 0;
}
.cp_list li img {
  width: 100%;
}
.cp_list li div {
  width: 290px;
  margin: 0 auto;
  margin-top: 12px;
  height: 600px;
  overflow: hidden;
}
.cp_list li h3 {
  font-weight: 400;
  font-size: 14px;
  color: #424242;
  width: 96%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  height: 42px;
  line-height: 42px;
}
/*  */
.cp .t h4 {
  font-size: 15px;
  line-height: 30px;
  color: #333f47;
}
.cp .t p {
  font-size: 30px;
  line-height: 34px;
  color: #1b1b1b;
  font-family: Impact;
  height: 34px;
}
.cp .con {
}
.cp h5 {
  color: #2f2f2f;
  font-size: 15px;
  line-height: 28px;
  font-weight: 200;
}
.cp .con p {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  height: 33px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.cp .imgbox {
  overflow: hidden;
  width: 90%;
  margin: 0px auto 10px;
  height: 150px;
}
.cp .imgbox img {
  transition: all 0.5s ease;
}
.cp ul li:hover .imgbox img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.cpmore {
  width: 615px;
  text-align: center;
  margin: 0 auto;
}
.cpmore a {
  color: white;
  font-size: 21px;
}
/*  */
.cpxuanxing img {
  width: 100%;
}
/*  */
.videobg {
  background: url(./../images/v.jpg) no-repeat;
  min-height: 556px;
  padding: 42px 0;
  margin-top: 38px;
}
.product-box h2 {
  margin: 20px;
  font-size: 36px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 26px;
  margin-top: 12px;
}
/*  */
.pr {
}
.videolist:hover {
  cursor: pointer;
}
.videoed {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 40%;
  top: 39%;
  z-index: 99;
  border-radius: 100%;
  color: white;
  font-size: 72px !important;
}
.videos {
  display: none;
  position: fixed;
  left: 50%;
  top: 35%;
  margin-left: -320px;
  margin-top: -210px;
  z-index: 9900;
}
.vclose {
  position: absolute;
  right: 3%;
  top: 3%;
  border-radius: 100%;
  cursor: pointer;
}
/*  */
.qtcp {
}
.qtcp h6 {
  font-weight: 200;
  color: red;
  font-size: 23px;
  margin-top: 29px;
  line-height: 36px;
  padding-left: 18px;
}
/*  */
.otherbg {
}
.other {
  padding: 40px 0 22px;
}
.other h2 {
  margin: 20px;
  font-size: 36px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 22px;
  margin-top: 12px;
}
.other ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
.other ul li {
  width: 24%;
  background: #fff;
  margin: 0% 1% 3% 0%;
  float: left;
  list-style: none;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%);
  border: solid 1px #ddd;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
.other ul li:hover {
  box-shadow: 0 0 10px #d2d2d2;
  transform: translate3d(0, -2px, 0);
}
.other ul li div {
  height: 282px;
  width: 91%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 7px;
  background: #f6f6f6;
}
.other ul li img {
  padding: 0;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.other ul li p {
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 200;
  height: 36px;
  line-height: 36px;
  width: 92%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
/*  */
.pro_le {
  width: 18%;
  float: left;
  background: #fff;
  /* box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1); */
  margin-left: 0.3%;
  margin-bottom: 2%;
}
.pro_lbt {
  background: url(../images/ll.png) no-repeat right top;
  color: #fff;
  text-align: center;
  font-weight: 200;
  padding: 12px;
  background-size: cover;
  border-radius: 12px;
}
.pro_lbt b {
  font-size: 29px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin-bottom: 4px;
}
.pro_lbt em {
  text-transform: uppercase;
}
.pro_leb {
}
.pro_leb > table {
  width: 100%;
}
.pro_leb > table > tbody > tr,
.pro_leb > table > tbody > tr > td {
  display: block;
  position: relative;
}
.pro_leb > table > tbody > tr + tr {
}
.pro_leb > table > tbody > tr > td {
  border-bottom: 1px solid #eee;
}
.pro_leb > table > tbody > tr > td:before,
.pro_leb > table > tbody > tr > td:after {
  position: absolute;
  content: "";
  top: 30px;
  left: 16px;
  width: 4px;
}
.pro_leb > table > tbody > tr > td:before {
  background: #123f87;
  height: 6px;
  z-index: 2;
}
.pro_leb > table > tbody > tr > td:after {
  background: #e7e7e7;
  height: 21px;
}
.pro_leb > table > tbody > tr > td > a {
  display: block;
  line-height: 80px;
  position: relative;
  font-size: 15px;
  font-weight: 100 !important;
  padding-left: 36px;
  height: 80px;
  overflow: hidden;
  padding-right: 36px;
}
.pro_leb > table > tbody > tr > td a:after {
  content: ">";
  transform: scale(1, 2);
  font-weight: bold;
  right: 29px;
  color: #ccc;
  position: absolute;
  font-size: 6px;
  top: 0;
  margin-top: -2px;
}
/*  */
.lianxi {
  overflow: hidden;
  padding-bottom: 20px; /* box-shadow: 0px 0px 10px #ccc; */
  background: white;
  margin-top: 16px;
}
.lianxi img {
  width: 72%;
  margin: 0 auto;
  display: block;
  margin-top: 3px;
  margin-bottom: 6%;
}
.lianxi p {
  padding: 0px 20px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
/*  */
.cp {
  overflow: hidden;
  padding-bottom: 42px;
}
.cp .rightcon {
  float: right;
  /* width: 1196px; */
  background: white;
}
/*  */
.newslist li {
  box-shadow: 0px 0px 10px #ddd;
  padding: 20px;
  position: relative;
  margin: 2px 2px 2% 0;
  overflow: hidden;
}
.newshx:after,
.newshx:before,
.newssx:after,
.newssx:before {
  display: block;
  content: "";
  position: absolute;
  transition: all 0.5s ease;
  background: #ff0000;
}
.news_more {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.newshx:after,
.newshx:before {
  width: 0px;
  height: 3px;
}
.newshx:after {
  top: 0px;
  left: 0px;
}
.newshx:before {
  bottom: 0px;
  right: 0px;
}
.newssx:after {
  top: 0px;
  left: 0px;
}
.newssx:before {
  bottom: 0px;
  right: 0px;
}
.newssx:after,
.newssx:before {
  height: 0px;
  width: 3px;
}
.newslist li:hover .newshx:after,
.newslist li:hover .newshx:before {
  width: 100%;
}
.newslist li:hover .newssx:after,
.newslist li:hover .newssx:before {
  height: 100%;
}
.newspic {
  float: left;
  overflow: hidden;
  width: 20%;
}
.newspic img {
  width: 100%;
}
.newswa {
  width: 78%;
  float: right;
  padding-top: 1%;
}
.news_a a {
  font-size: 20px;
  font-weight: bold;
}
.news_a span {
  /* float: right; */
  font-size: 20px;
  color: #999;
  font-weight: bold;
}
.news_a .da{ 
   float: right;
}
.news_body {
  margin-top: 2%;
  font-size: 14px;
  line-height: 28px;
  transition: all 0.3s ease;
  position: relative;
  color: #888;
}
.news_more a {
  display: inline-block;
  padding: 0 23px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 17px;
  background: #000;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
}
.newslist li:hover .news_body {
  padding-left: 2%;
}
.newslist li:hover .news_more a {
  border-radius: 0px;
  background: #cb0212;
}
.newslist li:hover .news_a a {
  color: #e50613;
}
/*  */
.content h1 {
  font-size: 22px;
  text-align: center;
  padding-top: 10px;
  color: #ff0000;
  font-weight: 200;
  margin: 0;
  margin-bottom: 21px;
}
.date {
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  height: 38px;
  width: 600px;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  margin-top: 8px;
}
.date span {
  margin-left: 58px;
  float: left;
  margin-right: 32px;
}
.date span b {
  color: #040000;
  font-weight: 200;
}
.content {
  line-height: 34px;
  margin-left: 0px;
  font-size: 15px;
  padding: 5px 0 28px;
}
.content > p {
  margin-bottom: 0px;
  text-indent: 58px;
  font-size: 16px;
  line-height: 45px;
}
.content > p>span {
  text-wrap: revert-layer !important;
}
.content > p iframe {
  width: 95%;
}
.content > h3 {
  /* text-align:center; */
  color: #ff5722;
  font-size: 16px;
  margin-bottom: 6px;
  height: 30px;
  margin-top: 6px;
  line-height: 30px;
  font-weight: 200;
  border-left: 6px solid #ff5722;
  padding-left: 15px;
}
.content img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  margin-top: 12px;
  max-width: 1200px;
}
.content a {
  color: #009ce1;
}
.content .fanye {
  padding: 6px;
  width: 96%;
  font-size: 16px;
  height: 36px;
  line-height: 30px;
  margin: 2px auto;
  color: #140101;
}
.content table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
  font-size: 13px;
}
/*  */
.cpxuanxing {
  width: 100%;
}
.cpxuanxing img {
  width: auto;
  margin: 0 auto;
  display: block;
}
/*  */
.pty {
  width: 508px;
}
/*  */
.p_layout {
}
.p_layout ul {
}
.p_layout ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2% 0% 2%;
  display: flex;
  align-items: center;
}
.p_layout ul li img {
  margin-right: 12px;
  width: 32px;
}
.p_layout ul li div b {
  font-size: 22px;
  font-family: fantasy;
  color: red;
  letter-spacing: 2px;
  font-weight: 300;
}
.p_layout ul li div p {
  line-height: 30px;
  font-size: 19px;
}
.p_layout ul li div h6 {
  line-height: 40px;
  font-size: 19px;
}
/*  */
.button {
  display: grid;
  gap: 12px;
  padding: 2% 0% 2%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.button a {
  display: block;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #ff5b00;
  border-radius: 12px;
  box-shadow: 2px 3px 5px #f31c1c;
  transition: all 0.8s;
}
.button a:hover {
  background: yellow;
  transform: translateY(-10px);
  color: black;
}
/*  */
.cpdetailbg {
  padding: 0% 3% 1%;
}
.cpdetail {
}
.cpdetail h5 {
  font-size: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  line-height: 52px;
}
.cpde{
    padding: 2% 0%;
}
.cpde p{
    font-size: 15px;
    line-height: 36px;
}
.cpde p img{
  width: auto;
  max-width: 100%;
  /* background: #eeede1; */
}
.cpde h2{
  
font-size: 33px;
  
padding: 1% 0% 1%;
  
font-weight: 200;
}
.cpdetail h2{
  font-size: 28px;
  padding: 1% 0% 1%;
  font-weight: 200;
  color: red;
  border-bottom: 1px solid #306eff;
}
.cpde img{
  width: 100%;
  padding: 1%;
}
.messagebg{
padding: 5% 8%;
background: rgba(242,242,242,1);
}
.message{display: grid;grid-template-rows: 1fr 1fr 1fr 1fr 1fr;grid-gap: 10px;padding: 5%;}
.messagebg h5{

font-size: 36px;

text-align: center;

color: rgba(51,51,51,1);

font-weight: normal;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.fbutton  {
  display: block;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #ff5b00;
  border-radius: 12px;
  box-shadow: 2px 3px 5px #f31c1c;
  transition: all 0.8s;
}
.fbutton:hover {
  background: #336cf1;
  transform: translateY(-10px);
  color: #fff;
}
/*  */
.cp{}
.rightcon{

width: 78%;
}
/*  */
.fanye {font-size: 14px;margin-top: 2px;height: 42px;overflow: hidden;}
.fanye ul li { float: left;/* margin-right: 60px; */ display: block; padding: 8px; }
.fanye ul li a {/* width: 45%; */ overflow: hidden; color: red; }
.fanye ul li:nth-child(even) { float: right }
/*  */
.honor{
    /* height: 600px !important; */
}
/*  */
.column{display: flex;flex-wrap: wrap;}
.column li{
    background: #0458af;
    margin-right: 12px;
    margin-bottom: 12px;
    height: 52px;
    margin-top: 12px;
    line-height: 52px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #666;
    border-radius: 4px;
    background-color: #F5F5F5;
    transition: all 0.36s;
    padding: 0 12px;
}
.column li a{
    color: #666;
    width:100%;
    display: block;
}
.column .on{
 background:red
}
.column .on a{
 color:white
}
/*  */
.cpr{
    float: right;
    width: 81%;
}
/*  */

/*  */
.prolist {
  width: 100%;
  overflow: hidden;
  margin-top: 22px;
  padding: 12px 0px;
}
.prolist ul {
  display: grid;
  grid-template-columns: 1fr 1fr  1fr 1fr;
  gap: 20px;
}
.prolist li {
  background: #fff;
  float: left;
  list-style: none;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%);
  border: solid 1px #ddd;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
.prolist li div {
  /* height: 421px; */
  width: 342px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 7px;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prolist li img {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.prolist li p {
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 200;
  height: 36px;
  line-height: 36px;
  width: 92%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
 
.prolist li:hover {
  box-shadow: 0 0 10px #d2d2d2;
  transform: translate3d(0, -2px, 0);
}
/*  */
.newscon{
    display: flex;
    justify-content: space-between;
}
/*  */
