 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgb(72, 116, 203);
}

.mt20{
  margin-bottom: 40px;
}

 .title .new_title {
  display: flex;
  background-color: rgb(72, 116, 203);
  padding: 10px 15px;
}

 .title .new_title img {
  height: 30px;
  width: 30px;
  align-self: center;
  margin-right: 10px;
}

 .title .titlef {
  align-self: center;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

 .title .titrig {
  text-align: right;
  flex: 1;
  font-size: 18px;
  color: #4874cb;
  cursor: pointer;
  padding: 12px 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

 .title .titrig img {
  width: 26px;
  height: 26px;
  margin-left: 5px;
}

 .title .titrig:hover {
  color: #4874cb;
}

.swiper-pagination {
  text-align: center;
  margin-top: 10px;
}

/* 内容 */
.homecontent {
  width: 1400px;
  margin: auto;
}

.homecontent .hometop {
  margin-top: 30px;
}

.homecontent .swiper_tit1 {
  height: 100px;
  overflow: hidden;
}

.homecontent .swiper-wrapper {
  height: 100%;
}

.homecontent .swiper_tit1 .swiper-slide {
  height: 100%;
  text-align: center;
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homecontent .swiper_tit1 .swiper-slide a {
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
  font-size: 40px;
}

.adve {
  min-height: 20px;
  margin: 20px 0 40px;
  position: relative;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  /* transition: transform 1s; */
  /* animation: fadeInOut 3s infinite; */
}

.homecontent .adve {
  height: 20px;
  overflow: hidden;
}

.adve .adveitem {
  width: 100%;
  position: absolute;
  background: #ffffff;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  transition: all 1s;
}

.adve .adveitem a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #666666;
}

.adve .adveitem a:first-child {
  margin-right: 40px;
}

.adve .adveitem:nth-child(2) {
  transform: rotateX(180deg);
}

@keyframes rotate {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

@keyframes fadeInOut {

  0%,
  100% {
    opacity: 0;
  }

  5%,
  95% {
    opacity: 1;
  }
}

.conten {
  display: flex;
}

.conten .swiper_header {
  height: 468px;
  overflow: hidden;
  position: relative;
}

.conten .swiper_header .swiper1_prev {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
}

.conten .swiper_header .swiper1_next {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
}

.conten .conlef {
  width: 673px;
  height: 468px;
  border-radius: 3px;
  overflow: hidden;
}

.conten .swiper-wrapper,
.conten .swiper-slide {
  width: 100%;
  height: 100%;
}

.conten .conlef .caritem {
  width: 100%;
  height: 100%;
  position: relative;
}

.conten .conlef .caritem .img,
.conten .conlef .caritem .img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 6px;
}

.conten .conlef .caritem .caritembom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background: rgba(0,0,0,.7);
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conten .conlef .caritem .caritembom .page_wrap {
  display: flex;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
}

.conten .conlef .caritem .caritembom .zuo {
  display: flex;
  align-items: center;
}

.conten .conlef .caritem .caritembom .zuo .page {
  font-size: 27px;
  font-weight: 400;
  color: #ffffff;
}

.conten .conlef .caritem .caritembom .zuo .page span {
  font-size: 36px;
}

.conten .conlef .caritem .caritembom img {
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.conten .conlef .caritem .caritembom .you {
  transform: rotate(180deg);
  align-self: center;
  margin-left: 10px;
}

.conten .conlef .caritem .caritembom .itemtit {
  width: 80%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.swiper_header .swiper-pagination{
  left: 544px !important;
  bottom: 20px !important;
  width: 100px !important;
}
.swiper_header .swiper-pagination-bullet{
  background: #ffffff !important;
  opacity: 1;
}
.swiper_header .swiper-pagination-bullet-active{
  background-color: #4874cb !important;
  opacity: 1;
}
.hometop .conten .conrig {
  width: 677px;
  box-sizing: border-box;
}

.hometop .conten .conrig .new-wrap-tit{
  height: 54px;
  display: flex;
  align-items: center;
  background-color: #F5F5F7;
}
.hometop .conten .conrig .new-wrap-tit .tit{
  display: inline-block;
  color: #333333;
  font-size: 20px;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.hometop .conten .conrig .new-wrap-tit .tit.cur{
	background: #D72603;
	color: #fff;
	font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conten .conrig .conrigitem {
}

.conten .conrig .conrigitem .swiper_header_right {
  height: 80px;
  overflow: hidden;
}

.conten .conrig .conrigitem .swiper-wrapper {
  height: 100%;
}

.conten .conrig .conrigitem .conrigtit {
  padding: 17px 24px;
  text-align: justify;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
  color: #333333;
  background: #F5F5F7;
  margin-bottom: 2px;
}

.conten .conrig .conrigitem .conrigtit:hover {
  color: #4874cb;
  background: transparent;
  border-bottom: 1px solid #4874cb;
}

.conten .conrig .conrigitem .red {
  color: #4874cb;
}

.conten .conrig .conrigitem .strong {
  font-weight: bold;
}

.conten .conrig .conrigitem .scroll-content {
  height: 176px;
  padding: 10px 0;
  overflow: hidden;
}

.conten .conrig .conrigitem .ul {
}

.conten .conrig .conrigitem .ul .new_li {
  display: flex;
  align-items: center;
  padding: 0 24px !important;
}

.conten .conrig .conrigitem .ul .new_li span {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.conten .conrig .conrigitem .ul .li .yuan1{
  margin-right: 15px;
    opacity: 1;
    background-image: url(../images/sanjiao.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
}

.conten .conrig .conrigitem .ul .li {
  /* height: 56px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.conten .conrig .conrigitem .ul .li:last-child{
  margin-bottom: 0;
}
.conten .conrig .conrigitem .ul .li div:nth-child(2){
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  flex: 1;
}

.swiper_header_right .li {
  height: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.conten .conrig .conrigitem .ul .li:hover{
  color: #4874cb;
  background: transparent;
  margin-left: 10px;
  /* border-bottom: 1px solid #4874cb; */
}

.conten .conrig .conrigitem .ul .red {
  color: #4874cb;
}

.conten .conrig .conrigitem .ul .strong {
  font-weight: bold;
}

.Advertising {
  margin: 40px 0;
  width: 100%;
}

.guanggao {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.guanggao .img,
.guanggao .img img {
  width: 100%;
  height: 120px;
  cursor: pointer;
}

.Advertising .swiper_header_adv1 {
  height: 120px;
  overflow: hidden;
  flex: 1;
  position: relative;
}


.custom-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  width: 100px !important;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}

.custom-pagination-item {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 5px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: rgba(0,0,0,.7);
}

.custom-pagination-item.active {
  background-color: #fff;
  color: #4874cb;
  font-weight: bold;
}

.Advertising .swiper-wrapper,
.Advertising .swiper-slide {
  height: 100%;
}

.Advertising .carousel {
  width: 280px;
  margin-left: 20px;
}

.Advertising .carousel .caritem {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.Advertising .carousel .caritem .img,
.Advertising .carousel .caritem .img img {
  width: 100%;
  height: 100%;
}


.card {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin-bottom: 40px;
}

.card .lookmore {
  border: 1px solid rgb(231, 231, 231);
  width: calc( (100% - 50px)/2);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 6px;
}
.card .lookmore:first-child{
  margin-right: 50px;
}

.card .carousel {
  width: 636px;
}

.card .daily {
  width: 306px;
}

.card .daily .dailytit {
  height: 56px;
  background: #4874cb;
  border-radius: 6px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card .daily .dailytit img {
  height: 29px;
  width: 91px;
}

.card .dailycon {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

.card .dailycon .conlef {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.card .dailycon .conlef .conlefitem {
  margin-bottom: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.card .dailycon .conlef .conlefitem div {
  width: 80px;
  height: 32px;
  background: rgba(47, 92, 151, 0.06);
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  color: #2F5C97;
  line-height: 32px;
  text-align: center;
}

.card .dailycon .conlef .conlefitem img {
  width: 85px;
  height: 85px;
  margin-bottom: 8px;
}

.card .dailycon .conlef .conlefitem:last-child {
  margin-bottom: 0;
}

.card .dailycon .conrig {
  width: 100%;
  height: 452px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.card .dailycon .conrig .img,
.card .dailycon .conrig .img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mr12 {
  margin-left: 12px;
}

.card .lookmore .conten {
  margin-top: 24px;
  display: flex;
  width: 100%;
}

.card .conten .yuan1 {
  margin-right: 15px;
  opacity: 1;
  background-image: url("../images/sanjiao.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
}

.card .conten .conrig {
  width: 100%;
}

.card .conten .conrig .contit {
  display: flex;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #666666;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}

.card .conten .conrig .contit div {
  align-self: center;
}

.card .conten .conrig .contit:hover {
  color: #4874cb;
  border-bottom: 2px solid #bc0000;
}

.card .conten .conrig .contit:hover .yuan1 {
  margin-right: 15px;
  opacity: 1;
  background-image: url("../images/sanjiao.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
}

.card .conten .conrig .ul .li {
  display: flex;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}

.card .conten .conrig .ul .li div:nth-child(2) {
  flex: 1;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card .conten .conrig .ul .li div {
  align-self: center;
}

.card .conten .conrig .ul .li:last-child {
  border: none;
  padding-bottom: 0;
}

.card .conten .conrig .ul .li:hover {
  color: #4874cb;
  /* border-bottom: 1px solid #4874cb; */
  margin-left: 10px;
  text-decoration: underline;
}

.card .conten .conrig .ul .li:hover:last-child {
  border: none;
}

.card .conten .conrig .ul .li:hover .yuan1 {
  margin-right: 15px;
  opacity: 1;
  background-image: url("../images/sanjiao.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
}

.bianjie_wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.bianjie_wrap a{
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
  /* background-color: #bc0000; */
  width: calc(50% - 15px);
  height: 110px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}
.bianjie_wrap a:nth-child(2n){
  margin-right: 0;
}
.bianjie_wrap a:nth-last-child(2n),.bianjie_wrap a:last-child{
  margin-bottom: 0;
}
.bg1{
  background-image: url(../images/kj_1.png);
}
.bg2{
  background-image: url(../images/kj_2.png);
}
.bg3{
  background-image: url(../images/kj_3.png);
}
.bg4{
  background-image: url(../images/kj_4.png);
}
.bg5{
  background-image: url(../images/kj_5.png);
}
.bg6{
  background-image: url(../images/kj_6.png);
}


.tab-wrap{
  height: 70px;
  margin-top: 50px;
}
.tab-wrap.swiper-container-initialized{
	overflow: hidden;
}
.tab-wrap a{
	display: inline-block;
	width: 210px;
	height: 70px;
	line-height: 70px;
	background: url(../images/bg1.png) center no-repeat;
	background-size: 100% 100%;
	text-align: center;
	box-shadow: 0px 3px 18px 0px rgba(185, 185, 185, 0.43);
	margin-right: 28px;
  border-radius: 5px;
}
.tab-wrap a:last-child{
	margin-right: 0;
}
.tab-wrap a img{
	width: 50px;
	margin-right: 24px;
}
.tab-wrap a span{
	display: inline-block;
	vertical-align: middle;
	color: #D72603;
	font-size: 24px;
	font-weight: bold;
}

.train{
  width: 1400px;
  height: 302px;
  border: 2px solid #4874cb;
  border-radius: 8px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.main_cer {
  overflow: hidden;
}

.train ul {
  background: #4874cb;
  display: flex;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.train ul li {
  width: 349px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.train ul li a{
  width: 349px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.train ul .on {
  background: #fff;
  color: #4874cb;
  font-weight: 700;
}
.train ul .on a{
  background: #fff;
  color: #4874cb;
  font-weight: 700;
}
.train ul li img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: none;
}

.train ul .on .cur{
  display: none;
}

.train ul .on .cur1{
  display: block;
}
.train ul li .cur{
  display: block !important;
}

.train ul li .cur1{
  display: none;
}
.tags-list .left{
  width: 20px;
  height: 69px;
  cursor: pointer;
  background: url(../images/left_icon.png) no-repeat top;
  background-size: cover;
  margin-right: 10px;
  margin-left: 5px;
}

.tags-list .right {
  width: 20px;
  height: 69px;
  cursor: pointer;
  background: url(../images/right_icon.png) no-repeat top;
  background-size: cover;
  margin-left: 10px;
  margin-right: 5px;
}
.tags-list{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.tag-style{
  display: flex;
  overflow: hidden;
  width: 1322px;
}

.card-list{
  display: flex;
  
}

.card-item{
  width: 315.5px;
    height: 180px;
    cursor: pointer;
    margin-right: 20px;
}
.card-item img{
  width: 100%;
    height: 180px;
    cursor: pointer;
    margin-right: 20px;
    object-fit: cover;
}















