/* common */
.flex {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.flex-1 { flex: 1; }
.flex-l {-webkit-justify-content: flex-start;justify-content: flex-start;}
.flex-r {-webkit-justify-content: flex-end;justify-content: flex-end;}
.flex-t{-webkit-align-items: flex-start;align-items: flex-start;}
.flex-b {-webkit-align-items: flex-end;align-items: flex-end;}
.flex-c {-webkit-justify-content: center;justify-content: center;}
.flex-colum{flex-direction: column;}
.flex-type7 {-webkit-align-items: stretch;align-items:stretch;}
.txt-ellipsis {display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.txt-ellipsis2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix{zoom:1;}
.main{
  width: 1200px;
  position: relative;
  margin: 0 auto;
  display: block;
}
body{
  overflow-x: hidden;
}

.c-theme{
  color: #E60012;

}
.fl{
  float: left;
}

.activityItem:nth-child(2n){
  background: #F4F4F4;
}
.activityItem:nth-child(2){
  background: none;

}
.activityItem .img_title{
  margin-top: 48px;
  margin-bottom: 60px;
  width: 100%;
}
/* 导航栏 */
.hc_toHeader{
  background: rgba(26, 26, 26, .6);
  height: 48px;
  position: fixed;
  left:0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.hc_toHeader .content{
  position: relative;
}
.hc_toHeader .goBackto{
  font-size: 14px;
  color: #BDBDBD;
  background: url(../images/goBackto.png) 0 no-repeat;
  padding-left: 36px;
  height: 48px;
  line-height: 48px;
  display:  block;
  position:  absolute;
  top: 0;
  left: 0;
}
.hc_toHeader .goBackto:hover{
  color: #E60012;
}
a:hover{
  color: #E60012;

}
.nav{
  font-size: 0;
  line-height: 48px;
  height: 48px;
  float: right;
}
.nav .list_nav {
  color: white;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.list_nav:after {
  content: '|';
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 20px;
  color: white;
}

.nav .active {
  color: #FF0000;
}

.list_nav:hover {
  color: #FF0000;
}

.list_nav:after:hover {
  color: white;
}
.list_nav:nth-last-child(1):after {
  content: '';
}
/* 导语 */
.headerBanner{
  width: 100%;
  height: 589px;
}
.intro{
  box-sizing: border-box;
  position: relative;
  background: #F4F4F4;
  box-shadow: 0px 18px 24px 0px rgba(12, 29, 50, 0.1);
  margin-top: -30px;
  margin-bottom: 70px;
  border-radius: 6px;
  padding-top: 57px;
  padding-bottom: 54px;
}
.intro .intro_l{
  width: 131px;
  height: 113px;
  text-align: center;
  color: #fff;
  margin-left: 72px;
  margin-right: 42px;
}
.intro_l .intro_title{

  font-size: 47px;
  color: #fff;

}
.intro .intro_r{
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 36px;
  padding-right: 75px;
}
.sect{
  background: #F4F4F4;
  padding-bottom: 64px;
}
.nav_more_pop_group {
  position: absolute;
  padding: 0 10px;
  right: -44px;
  top: 0;
  width: 185px;
  padding-top: 70px;
  display: none;
}

.nav_more_pop {
  position: relative;
  border-radius: 6px 6px 6px 6px;
  background: rgba(26, 26, 26, 0.6);
}

.nav_more_pop::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(26, 26, 26, 0.6);
}

.nav_more:hover .nav_more_pop_group {
  display: block;
}

a.nav_more_item {
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #FFFFFF;
}
a.nav_more_item:hover {
  color: #FF0000;
}
/* 视频模板1  */
video{
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.template_video_01 .desc{
  padding-top: 30px;
  padding-left: 42px;
  padding-right: 46px;
}
.template_video_01 .desc > .tem_title{
font-size: 26px;
font-family: PingFang SC;
font-weight: bold;
color: #FFFFFF;
padding-bottom: 60px;
}
/* 视频魔板2 */
.review{
  height:575px;
  overflow: hidden;
}
.autoHeight{
  height: auto;
}

.review_item{
  display: block;
  width: 373px;
  border-radius: 6px;
  overflow: hidden;
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
  font-size: 0;
}
.review_item:nth-child(3n){
  margin-right: 0;

}
.review_item video{
  width: 100%;
  height: 209px;
  object-fit: contain;
  background: #333;
  border-radius: 0;
}
.review_item p{
  font-size: 18px;
  color: #333333;
  padding: 18px 0 18px 20px;
  background: #F4F4F4;
  display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.see_more{
  color: #999999;
  padding-top: 53px;
  padding-bottom: 60px;
}
.see_more a{
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 50px;
  border: 1px solid #CCCCCC;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999;
}
.activityItem:nth-child(2n) .review_item p {
  background: #fff;
}
/* 公共标题  */
.template_title{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.template_title .line{
  flex: 1;
  background: #EDEDED;
  height: 4px;
}

.template_title .con{
text-align: center;
margin: 0 12px;
}
.template_title .con .sub1{
  font-weight: 700;
  font-size: 50px;
  color: #E60012;
  line-height: 48px;
  text-align: center;
}
.template_title .con .sub2{
  padding-top: 1px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
/* 图文模板1 start*/
.template_img_text_01 .template_con{
  display: flex;
  justify-content: space-around;
  height: 404px;
}
.template_img_text_01 .sw_group{
  width: 760px;
  border-radius: 6px;
  overflow: hidden;
}
.sw_group .swiper-container{
  height: 100%;
}
.sw_group img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template_img_text_01 .template_con_box{
  width: 377px;
}
.template_img_text_01 .sw_group p{
  width: 100%;
  height: 79px;
  line-height: 79px;
  display: block;
  position: absolute;
  bottom: 0px;
  background: url(../images/swiperbg.png) no-repeat;
  z-index: 8;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.template_img_text_01 .sw_group .swiper-slide a:hover span{
  color: #E60012;
}
.template_img_text_01 .sw_group .swiper-slide span {
  width: 650px;;
  height: 80px;
  line-height: 98px;
  display: inline-block;
  font-size: 26px;
  color: #fff;
  margin-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* 分也起自定义 */
.template_img_text_01 .sw_group .swiper-pagination-bullet {
width: 14px;
height: 14px;
background: #fff;
}
.template_img_text_01 .sw_group .swiper-container-horizontal>.swiper-pagination-bullets{
  width: auto;
  right: 20px;
  bottom: 20px;
  left:auto
}
.fc_gp_r{
  width: 100%;
  float: right;
}
.fc-item{
  width: 100%;
  height: 190px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 23px;
}
.fc-item:hover span{
  color: #E60012;
}
.fc-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fc_gp_r p {
  width: 100%;
  height: 79px;
  line-height: 79px;
  display: block;
  position: absolute;
  bottom: 0px;
  background: url(../images/swiperbg.png) no-repeat;
  z-index: 8;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-sizing: border-box;

}

.fc_gp_r p span {
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  line-height: 98px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fc_bottom{
}
.fc_bottom h1{
  padding-top: 39px;padding-bottom: 17px;
  font-size: 42px;
  font-weight: bold;
  color: #333333;
}
.fc_others li {
  width: 43%;
  padding-right: 71px;
  margin-bottom: 17px;
}
.fc_others  span{
  font-size: 18px;
  color: #333333;
  
}
.fc_others  span:hover{
  color: #E60012;
}
/* 图文模板1 end*/
/* 图文模板2 start*/
.template_con2{
  display: flex;
  justify-content: space-around;
  height: 400px;
}
.sw_group_02{
  width: 60%;
}
.sw_group_03{
  width: 40%;
}
.sw_group_02 .img_group{
  position: relative;
}
.sw_group_02 .img_group::after {
  display: block;
  content: '';
  width: 100%;
  height: 79px;
  line-height: 79px;
  display: block;
  position: absolute;
  bottom: 1px;
  background: url(../images/swiperbg.png) no-repeat;
  z-index: 8;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.sw_group_02 img{
  width: 100%;
   height:312px;
    border-radius: 6px;
    object-fit: cover;
}
.slideTxtBox-text{
  padding-top: 20px;
  padding-left: 22px;
}
.slideTxtBox-text  p {
  padding-right: 24px;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}

.slideTxtBox-text  span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  padding-top: 19px;
}
.template_con2 a:hover{
  color: none;
}
.template_img_text_02  .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  }
  .template_img_text_02  .swiper-container-horizontal>.swiper-pagination-bullets{
    width: auto;
    right: 20px;
    top: 284px;
    left:auto
  }
  .sw_group_03{
    /* height: 312px; */
  height: 100%;

  }
  .sw_group_03 .swiper-container{
    height: 100%;
  }
  .sw_group_03 a{
   display: block;
    margin-left: 30px;
    font-size: 20px;
    height: 51px;
    box-sizing: border-box;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    box-sizing: content-box;
  }
  /* .sw_group_03 a:hover{
    background-color: #f7f7f7;
} */
.sw_group_03 a > div{
  padding-top: 1px;
  font-size: 18px;
  color: #333333;
}
.sw_group_03  a > p {
  padding-left: 30px;
  height: 100%;
  
  font-size: 20px;
  color: #333333;

}
.sw_group_03  a:hover > p{
  color: #E60012;
}
.sw3_control{
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.sw3_control img{
  width: 42px;
  cursor: pointer;
}
.sw3_control img:first-child{
  margin-right: 52px;
}
/* 图文模板2 end*/
/* 图文模板3 start*/
.template_img_text_03 a:hover p{
  color: #E60012;
}

/* 图文模板3 end*/
/* 图文模板4 start*/


/*video  */
#certify {
	position: relative;
  padding-bottom: 60px;
}
#certify  .swiper-slide{
    width: 584px;
    border-radius: 6px;
    height: 405px;
    overflow: hidden;
}
#certify  .swiper-slide .video_item::after{
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: .6;
}
#certify  .swiper-slide-active .video_item::after{
  display: none;

}
.swiper-slide_v3  .video_item{
font-size: 0;
}

.swiper-slide_v3 img{
  width: 583px;
 height: 328px;
 object-fit: cover;

}

.swiper-slide_v3 .video_title{
    font-size: 18px;
    color: #333333;
    background: #F4F4F4;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activityItem:nth-child(2n) .swiper-slide_v3 .video_title{
  background: #fff;
}
#certify a:hover .video_title > p{
  color: #E60012;
}
#certify .video_title > p{
    color: #333333;
    padding: 18px 0 18px 20px;
    /* background: #F4F4F4; */
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 26px;
}
#certify .point-btn {
  position: absolute;
  width: 63px;
  height: 100px;
  background: #FFFFFF;
  line-height: 100px;
  background: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;

}

#certify  .point-btn-pre {
  left: -92px;
}

#certify  .point-btn-next {
  right: -92px;

}
#certify  .point-btn img {
  vertical-align: middle;
  width: 27px;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -50px;
	width: 45px;
	height: 45px;
	background: url(../images/hc_say/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -50px;
	width: 45px;
	height: 45px;
	background: url(../images/hc_say/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#certify .swiper-button-disabled {
    opacity: 1;
}

/* 图文模板4 end*/
.template_img_text_03 .review{
  /* height: 562px; */
}
.template_img_text_03{

}
.template_img_text_03 .review_item img{
  width: 100%;
  height: 209px;
  object-fit: cover;
}
/* 合作机构 */
.organization{
  padding-top: 20px;
  padding-bottom: 23px;
}
.or-name{
  padding-top: 42px;
  padding-bottom: 23px;
  color: #333;
  font-size: 20px;
}
.organization img{
  margin-right: 11px;
  width: 187px;
  height: 67px;
  margin-bottom: 14px; 
  overflow: hidden;

}
