body {
  padding: 0;
  margin: 0;
  min-width: 1900px;
  font-family: 'Source Han Sans';
  letter-spacing: 1px;
}
a {
  text-decoration: none; /* 取消下划线 */
  color: inherit;
}


button:active {
  transform: scale(0.8);
}
.textColor {
  color: white;
}
.indexbody {
}

.bannerContainer {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.bannerbg {
  width: 100%;
  height: 600px;
}

.bodycontainer {
  margin-left: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: -450px;
}
.bannerTitle {
  width: 864px;
  font-weight: 400;
  font-size: 54px;
  color: #ffffff;
  line-height: 69px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.bannerText {
  width: 581px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
}

.bannerBtn {
  width: 110px;
  height: 40px;
  background: linear-gradient(135deg, #336afe 0%, #1ca9f8 100%);
  border-radius: 4px 4px 4px 4px;
  border: none;
  color: #ffffff;
  margin-top: 20px;
}

#box {
  width: 100%;
  height: 600px;
  /* border: 1px solid #102327; */
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.current-index{
  font-weight: bold;
  font-size: 14px;
  color: #17181B;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.total-slides{
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.ul_list {
  /* width:6000px; */
  height: 400px;
  position: absolute;
}
.li_list {
  width: 1900px;
  height: 600px;
  list-style: none;
  float: left;
}
.li_list img {
  width: 100%;
  height: 100%;
}
.custom-pagination {
  position: absolute;
  bottom: 0px;
  width: 248px;
  height: 36px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  left: 0px;
  z-index: 20000;
}
/* 自定义类名的分页器小圆点样式 */
.custom-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: transparent;
  opacity: 0.8;
  border: 1px solid #ffffff;
  border-radius: 50%; /* 圆形样式 */
  margin: 0px 5px; /* 调整小圆点之间的间距 */
}

/* 自定义类名的激活状态小圆点样式 */
.custom-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
  transform: scale(1.2); /* 激活状态时可以放大 */
}
.box-text-pagination {
  width: 60px;
  height: 36px;
  position: absolute;
  bottom: 0px;
  left: 248px;
  background: #ffffff;
  color: #000000;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bigimg {
  width: 100%;
}
.content1 {
  background: url(./img/productBg1.png);
  background-size: cover;
  width: 100%;
  height: 524px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c1Item{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;

}
.content1left {
  width: 570px;
  height: 600px;
  /* margin-top: -130px; */
  position: absolute;
  top: -395px;
  left: 0;
  z-index: 1;
  border-radius: 10px ;
}
#c1box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px ;
}
.c1banner {
  width: 570px;
  height: 600px;
  border-radius: 10px ;
}
.content1right {
  width: 570px;
  height: 600px;
  background: #fffcfc;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px ;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  position: absolute;
  top: -395px;
  right: 0;
  z-index: 1;
}
.c1righthead {
  width: 500px;
  height: 114px;
  text-align: left;
  box-sizing: border-box;
  padding-top: 20px;
  margin-bottom: 20px;
}
.c1fengexian {
  width: 500px;
  height: 0px;
  border: 1px solid #000000;
  opacity: 0.3;
}
.c1rightbody {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 14px;
}
.c1rightitem:hover{
  transform: scale(1.1);
}
.content2 {
  background: url(./img/Frame13077.png);
  width: 100%;
  height: 690px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-size: cover;
}
.content2title {
  font-weight: 800;
  font-size: 64px;
  color: #ffffff;
  line-height: 87px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 108px;
  letter-spacing: 4px;
  font-family: 'Source Han Sans';
}
.content2subtitle {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 27px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: left;
  letter-spacing: 2px;
  margin-top: 10px;
  font-family: 'Source Han Sans';
}
.c2btnmore {
  margin-top: 216px;
  background: linear-gradient(135deg, #336afe 0%, #1ca9f8 100%);
  border-radius: 4px 4px 4px 4px;
  border: none;
  width: 110px;
  height: 40px;
  color: white;
}
.bottomtext {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 38px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 70px;
  letter-spacing: 2px;
}
.content3 {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contentTitle {
  font-weight: 800;
  font-size: 56px;
  color: #000000;
  line-height: 66px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  width: 900px;
  letter-spacing: 4px;
}
.content3con {
  width: 900px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.content3f {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1100px;
}
.content3fitem {
  width: 25%;
  /* margin-right: 50px; */
  text-align: center;
  margin-top: 72px;
}
.content3fitem > a {
  text-decoration: none; /* 取消下划线 */
  color: inherit; /* 继承父元素的颜色，或者设置为需要的颜色 */
}
.content3fitemimg {
  width: 68px;
  height: 68px;

  transform: scale(0.8);
}
.content3fitemtext {
  margin-top: -15px;
}
.c4Item{
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.content4 {
  height: 500px;
  width: 100%;
  background: url(./img/Frame13082.png);
  display: flex;
  justify-content: center;
  align-items: center;

}
.content4-2 {
  width: 100%;
  height: 500px;
  background: url(./img/Frame13082.png);
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.content4-3 {
  height: 500px;
  width: 100%;
  background: url(./img/Frame13082.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content4-4 {
  height: 500px;
  width: 100%;
  background: url(./img/Frame13082.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content4-5 {
  height: 500px;
  width: 100%;
  background: url(./img/Frame13082.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
.c45btnfree {
  width: 110px;
  height: 40px;
  background: linear-gradient(135deg, #336afe 0%, #1ca9f8 100%);
  border-radius: 4px 4px 4px 4px;
  border: none;
  color: white;
  position: absolute;
  left: 88px;
  bottom: 40px;

}
.itemcardimg {
  width: 502px;
  height: 282px;
}
.content45right {
  margin-left: -200px;
}

.c4centerleft {
  width: 30px;
  height: 30px;
  margin: 0px 10px;
}
.c4centerright {
  width: 30px;
  height: 30px;
  margin-left: 8px;
}
.content42centeritem {
  margin-left: 68px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.itemcardpic{
  margin-top: 23px;
}
.c42btnfree {
  width: 110px;
  height: 40px;
  background: linear-gradient(135deg, #336afe 0%, #1ca9f8 100%);
  border-radius: 4px 4px 4px 4px;
  border: none;
  color: white;
  /* margin-left: 68px;
  margin-top: -100px; */
  position: absolute;
  left: 85px;
  bottom: 50px;
}
.c43card {
  width: 900px;
  overflow: hidden;
}
.c43swiper-container {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content43centeritem > img {
  width: 416px;
  height: 234px;
}
.content43centeritem {
  margin-top: 23px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c42itemcard {
  width: 200px;
  height: 160px;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 10px 10px;
  box-sizing: border-box;
  padding:15px 15px 5px;
  margin-right: 16px;
  margin-top: 35px;
  overflow: hidden;
}
.c43itemcard {
  width: 200px;
  height: 160px;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 10px 10px;
  box-sizing: border-box;
  padding:15px 15px 5px;
  margin-right: 16px;
  margin-top: 10px;
}
.c44itemcard {
  width: 200px;
  height: 160px;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 10px 10px;
  box-sizing: border-box;
  padding:15px 15px 5px;
  margin-right: 16px;
  margin-top: -35px;
}
.c45itemcard {
  width: 200px;
  height: 160px;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 10px 10px;
  box-sizing: border-box;
  padding:15px 15px 5px;
  margin-right: 16px;
  margin-top: -35px;
}
.c45itemcardimg{
  width: 502px;
  height: 282px;
  margin-top: -23px;
}
.content4left {
  width: 250px;
  height: 250px;
  margin-left: 94px;
}
.content4center {
  margin-left: 20px;
}
.content4centerTitle {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  letter-spacing: 1px;
}
.content4centerCon {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: 703px;
  letter-spacing: 1px;
}
.c4maincontainer{
  box-sizing: border-box;
  background: rgba(255,255,255,0.4);
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.05);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #FFFFFF;
  width: 1200px;
  height: 300px;
  margin-top: 23px;
  /* position: relative; */
 
}
.content4centeritem {
  padding-left: 68px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c4centeritemactive {
  color: #ffffff !important;
  background: linear-gradient(135deg, #336afe 0%, #1ca9f8 100%) !important;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05) !important;
  
}
.itemcard {
  width: 200px;
  height: 160px;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 10px 10px;
  box-sizing: border-box;
  padding:15px 16px 5px;
  margin-right: 16px;
  margin-top: 35px;
}

.itemcardp {
  font-weight: bold;
  font-size: 18px;
  color: #666666;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  letter-spacing: 1px;
  margin: 0;
}
.itemcardp2 {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* 设置行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.btnfree {
  width: 110px;
  height: 40px;
  background: linear-gradient(135deg, #336afe 0%, #1ca9f8 100%);
  border-radius: 4px 4px 4px 4px;
  border: none;
  color: white;
  margin-top: 20px;
  margin-left: 68px;
}
.content4right{
  margin-left: -200px;
}
.content5 {
  background: url(./img/Group4032.png);
  background-size: cover;
  width: 100%;
  height: 690px;
  display: flex;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.content5Title {
  font-weight: 800;
  font-size: 56px;
  color: #ffffff;
  line-height: 70px;
  letter-spacing: 16px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-top: 118px;
  letter-spacing: 4px;
}
.content5subTitle {
  font-weight: 400;
  font-size: 20px;
  color: #f9f5f5;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
  letter-spacing: 2px;
}
.content5content {
  width: 964px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 60px;
  letter-spacing: 2px;
}
.btnmore {
  margin-top: 60px;
  background: linear-gradient(135deg, #336afe 0%, #1ca9f8 100%);
  border-radius: 4px 4px 4px 4px;
  border: none;
  width: 110px;
  height: 40px;
  color: white;
}
.content6 {
  background: url(./img/Frame13117.png);
  background-size: cover;
  width: 100%;
  height: 690px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.content6Title {
  height: 78px;
  font-weight: 800;
  font-size: 56px;
  color: #000000;
  line-height: 66px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-top: 65px;
  letter-spacing: 4px;
}
.content6subTitle {
  width: 393px;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 21px;
  letter-spacing: 2px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 14px;
}
.content6subTitle2 {
  width: 482px;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 21px;
  letter-spacing: 2px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 18px;
}
.content6bottom {
  width: 900px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 132px;
}
.content6item {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.content6itemimg {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.content6itemtext {
  width: 104px;
  height: 22px;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.content7 {
  background: url(./img/Frame13119.png);
  background-size: cover;
  width: 100%;
  height: 690px;
  display: flex;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.content8 {
  background: url(./img/Frame13082.png);
  background-size: cover;
  height: 690px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.content8Title {

  height: 78px;
  font-weight: 800;
  font-size: 56px;
  color: #000000;
  line-height: 66px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-top: 67px;
  letter-spacing: 4px;
}
.content8subTitle {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
  letter-spacing: 2px;
}
.content8Rotation {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#c8box {
  position: relative;
  width: 1050px;
  height: 420px;
  overflow: hidden;
}
.c8leftbtn{
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.c8rightbtn{
  width: 60px;
  height: 60px;
  margin-left: 15px;
}
.content8Rotationitem {
  width: 1050px;
  height: 420px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  border-radius: 20px;


}
.content8Rotationleft {
  width: 626px;
  height: 420px;
  border-radius: 20px 0 0 20px;
}
.content8Rotationleftimg {
  width: 626px;
  height: 420px;
  border-radius: 20px 0 0 20px;
}
.content8Rotationright {
  margin-left: 50px;
}
.c8rrTitle {
  height: 45px;
  font-weight: 800;
  font-size: 32px;
  color: #000000;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 100px;
  letter-spacing: 2px;
}
.c8rrblue {
  width: 40px;
  height: 6px;
  background: #268efb;
  border-radius: 5px 5px 5px 5px;
  margin-top: 20px;
}
.c8rrcontent {
  width: 335px;
  height: 110px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
  margin-top: 27px;
  letter-spacing: 2px;
}
.content9 {
  background: url(./img/Frame13136.jpg);
  background-size: cover;
  width: 100%;
  height: 690px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.c9Title {
  width: 1200px;
  height: 78px;
  font-weight: 800;
  font-size: 56px;
  color: #ffffff;
  line-height: 66px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-top: 77px;
  letter-spacing: 4px;
}
.c9content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  margin: 0;
  flex-wrap: wrap;
  margin-top: 58px;
}
.c9card {
  box-sizing: border-box;
  width: 20%;
  height: 120px;
  margin-top: 1%;
}
.c9cardimg:hover{
  transform: scale(1.1);
}
.content10 {
  background: url(./img/Frame13082.png);
  background-size: cover;
  width: 100%;
  height: 690px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.c10Title {
  font-weight: 800;
  font-size: 56px;
  color: #000000;
  line-height: 80px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-top: 50px;
  letter-spacing: 4px;
}
.c10subtitle {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
  letter-spacing: 2px;
}
.c10card {
  width: 1200px;
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.c10carditem {
  width: 386px;
  height: 200px;
}
.c10carditem:hover{
  transform: scale(1.1);
}
.c10carditem>img{
  width: 386px;
  height: 100%;
}
.c10carditemtitle {
  height: 39px;
  font-weight: 800;
  font-size: 28px;
  color: #333333;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 35px;
  margin-top: -150px;
  letter-spacing: 2px;
}
.c10carditemcontent {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
  padding-left: 35px;
  
}
.content11 {
  height: 690px;
  background: url(./img/Frame13243.jpg);
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.c11Title {

  height: 78px;
  font-weight: 800;
  font-size: 56px;
  color: #ffffff;
  line-height: 66px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-top: 50px;
  letter-spacing: 4px;
}
.c11subtitle {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
  letter-spacing: 2px;
}
.c11card {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  box-sizing: border-box;
}
.c11carditem {
  width: 15%;
  margin-right: 1%;
  margin-top: 3%;
}
.c11carditemimg {
  width: 100%;
}
.c11carditem:hover{
  transform: scale(1.1);
}
.content12 {
  background: url(./img/Frame13082.png);
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 690px;
  position: relative;
}
.c12Title {
  height: 78px;
  font-weight: 800;
  font-size: 56px;
  color: #000000;
  line-height: 66px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-top: 50px;
  letter-spacing: 4px;
}
.c12content {
  width: 1200px;
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c12contentleft {
}
#c12box {
  position: relative;
  width: 800px;
  height: 490px;
  overflow: hidden;
}
.c12box_ul {
  list-style: none;
}
.c12contentleft1 {
  width: 800px;
  height: 380px;
}
.c12contentleft1img {
  width: 100%;
  height: 100%;
}
/* 左下 */
.c12contentleft2 {
  width: 800px;
  background: #f5f7ff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-left: 20px;
  box-sizing: border-box;
  padding-bottom: 30px;
  position: relative;
}
.c12contentleft2l {
}
.c12contentleft2text {
  width: 570px;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c12contentleft2time {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 21px;
}
.c12zuoyoutubiao {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 80px;
}
.zutubiao {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.youtubiao {
  width: 30px;
  height: 30px;
}

.c12contentright {
}
.c12contentright1 {
  width: 360px;
  height: 210px;
  background: #f5f7ff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 10px 10px;
  margin-left: 40px;
  padding: 10px 20px;
}
.c12contentright1head {
  display: flex;
  justify-content: space-between;
}
.c12contentright1title {
  
  height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c12seemore>a {
  width: 48px;
  height: 17px;
  font-weight: 400;
  font-size: 12px;
  color: #268efb;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#c12rightpart2 {
  margin-top: 20px;
}
.c12contentright1body {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.fengexian {
  width: 320px;
  height: 0px;
  border-bottom: 1px solid #000000;
  opacity: 0.2;
}
.c12cr1bodyleft {
   width: 100px;
   height: 68px;
}
.c12cr1bodyleftimg {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.c12cr1bodyright {
  width: 250px;
  margin-left: 10px;
}
.c12cr1bodyrighttitle {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c12cr1bodyrighttitle > a {
  padding: 0;
  text-decoration: none;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c12cr1bodyrighttitle > a:hover {
  color: #041dff;
}
.avisited {
  color: #041dff !important;
}
.c12cr1bodyrighttime {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 11px;
}
