.pic {
  width: 100%;
  overflow: hidden;
}
.pic img{
  width: 100%;
 
}
/*  */
.picboxbg {
  overflow: hidden;
  position: relative;
  padding: 0% 1% 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: #ee7b1d;
  font-size: 15px;
  font-weight: 300;
  padding: 0.5% 8%;
  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: 2% 0 2%;
}
.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: 64px;
  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: 20%;
  float: left;
  background: #fff;
  /* box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1); */
  /* margin-left: 0.3%; */
  margin-bottom: 2%;
  margin-top: 0.5%;
}
.pro_lbt {
  color: #fff;
  text-align: center;
  font-weight: 200;
  padding: 12px;
  background-size: cover;
  border-radius: 12px;
  /* background: linear-gradient(45deg, #00BCD4, #eb4e4e); */
  margin-bottom: 12px;
  background: #033893;
}
.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 {width: 100%;}
.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;
}
/**/
.prod_l{}
/*  */
.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;
}
.right{width:78%;}
/*  */
.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: #ee7b1d5c;
}
.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: 10%;
}
.newspic img {
  width: 100%;
}
.newswa {
  width: 85%;
  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: #666;
  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: #ee7b1d;
}
.newslist li:hover .news_a a {
  color: #033893;
}
/*  */
.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% 2% 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: 30px;
  padding: 1% 0% 1%;
  font-weight: 200;
  color: #0c52b1;
  border-bottom: 1px solid #d0d6e3;
  font-weight: bold;
  width: ;
}
.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: 98%; */
  /* 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;
}
/**/
#tag{height: 50px;width: 100%;padding: 1%;}
#tag a{background: #ee7b1d;display: block;float: left;margin: 10px;padding: 10px;color: white;}
#tag-l{width: 100%;background: white;margin-top: 15px;}
#tag-l a{display: block;background: #0e5bc6;float: left;margin: 5px 3px;padding: 2px 10px;color: white;border-radius: 38px;}
/*  */
.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: 79%;
}
/*  */

/*  */
.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;
}
/*  */
/*  */
.call {
  display: flex;
  /* flex-direction: column; */
}

.call img {
  width: 30px;
  margin-right: 12px;
}

.call p {
  flex: 1;
  color: #FF5722;
  line-height: 78px;
  font-size: 28px;
  font-family: fantasy;
  letter-spacing: 1px;
}
/*  */
.lin{
  display: flex;
  justify-content: unset;
}
.lin li{}
.lin li a{
  margin-right: 21px;
  font-size: 16px;
  color: white;
}
/*  */
.ny_list_t{background:#ee7b1d url(//memberpic.114my.com.cn/honghegs/uploadfile/image/20211123/20211123101135_712596019.png)no-repeat center 95px;width:318px;color:#fff; text-align: center;padding:9px;}
.ny_list_b{border: 2px #fff solid;height: 160px;}
.ny_list_t p{font-size:30px; font-weight:bold; padding:30px 0 24px 0;}
.ny_list_t span{font-size: 20px;color: #fff; line-height: 54px;}
.ny_list_d{background:#fff;width: 100%;position:relative;padding:20px 20px 0;}
.ny_list_dline{width:100%;}
.ny_list_dline::-webkit-scrollbar{width:4px;height:0;background: #eee;border-radius: 100px;}
.ny_list_dline::-webkit-scrollbar-thumb {border-radius: 100px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);background: #aaa; }
.ny_list_dline::-webkit-scrollbar-button{display:none;}
.ny_list_d table .link{margin-bottom: 10px;position: relative; width:278px;height:60px;transition:0.3s; padding-left:0px !important;display: block;background: #f5f5f5;}
.ny_list_d table .link b{font-size:0px;width:100%;height:100%;display:block;}
.ny_list_d table .link a{font-size:18px; position: relative; z-index:2; display:block;padding-left:20px; color:#333;font-weight: normal;display:block;line-height:60px;transition:0.3s;}
.ny_list_d table .link a:after{content:""; margin: 21px 30px 0 0; float: right;width: 0; height: 0;border-width: 8px;border-style: solid;border-color: transparent transparent transparent #000;transition:0.3s; }
.ny_list_d table .link:after{content:"";background:#ee7b1d; width:0px; height: 60px;  display: block;transition:0.3s;position: absolute; top: 0; left: 0; z-index:1;}
.ny_list_d table tr.open .link:after{content:"";width:278px;transition:0.3s; display: block;}
.ny_list_d table tr.open .link a:after{transform: rotate(90deg) translateX(5px);border-color: transparent transparent transparent #fff;}
.ny_list_d table tr.open .link a{color:#fff;}
.ny_list_d #showtyepname{display: block;width: 278px;max-height: 0px;overflow: hidden;transition:0.3s;}
.ny_list_d #showtyepname a{font-size:16px; font-weight:100; line-height:45px;display: block;}
.ny_list_d #showtyepname a:before{content:""; display:block; width:9px; height:9px;border-radius: 100%; border:1px #ccc solid; float:left; margin:17px 14px 0 0;}
.ny_list_d table tr.open #showtyepname {max-height:600px !important;}
.ny_list_d #showtyepname>div{width:278px;display: block;padding: 0 0 14px 20px;}
.ny_list_d #classimgshow2 a:hover::before{ border:1px #b4212c solid; background:#b4212c;}
.ny_list_d{border: 1px #eee solid;}
.ny_list_bb{border: 1px #eee solid;border-top: none;}
.detail_title{height: 60px;line-height: 60px;font-size: 19px; background: #000;color: #fff;font-weight: lighter; border: none;}
#showtyepname a{text-decoration:none}
#showtyepname a:hover{text-decoration:none;}
/*  */
.crbtn{}
.crbtn img{
    margin-right: 10px;
}
/*  */
/*  */
.caselist {
  width: 100%;
  /* overflow: hidden; */
  /* margin-top: 22px; */
  padding: 2% 0 2%;
}
.caselist ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2%;
}
.caselist 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;
}
.caselist li div {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 253px;
}
.caselist li img {
  padding: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.caselist li p {
  text-align: center;
  font-size: 15px;
  color: #000;
  line-height: 34px;
  font-weight: 200;
  margin: 0 auto;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}
 
.caselist li:hover {
  box-shadow: 0 0 10px #d2d2d2;
  transform: translate3d(0, -2px, 0);
}
/*  */
.cpcan{
    margin-top: 20px;
    /*! margin: 0 auto; */
    font-family: 微软雅黑;
}
.one{
  border: 1px solid #d0d6e3 !important;!i;!;
}
.cpcan ul{}
.cpcan ul li{background: #f7faff;display: flex;align-items: center;justify-content: space-around;border: 1px solid #d0d6e3;line-height: 40px;border-top: none;}
.cpcan ul li>.left{width: 20%;border-right: 1px solid #ede2e2;text-align: left;margin: 0 0 0 2%;font-family: 微软雅黑;}
.cpcan ul li>.right{width: 75% !important;!i;!;font-family: 微软雅黑;}
.cpcan ul li:first-child{border-top: 1px solid #d0d6e3 !important;}
.cpdetail .t2{
  border-bottom:4px solid #dfdfdf;
  text-align: center;
  font-size: 30px;
  width: fit-content;
  padding: 8px 10px;
}
.cpcan ul li:nth-child(2n) {
  background-color: #f2f2f2;
}
