.about-brief-num{
    width: 100%;
    overflow: hidden;

}

.about-brief-num ul li{
    width: 25%;
    float: left;
    text-align: center;
    overflow: hidden;


 /*   border-right: 1px solid #e5e5e5;*/
}


.about-brief-num ul li h6{
    color: #000;
    font-size: 18px;
}
.about-brief-num ul li h6 span{
    font-size: 48px;
  
}
.about-brief-num ul li p{
    font-size: 16px;
    color: #666;
  
}

.about-brief-num ul li:last-child{
    border-right: none;
}
@media all and (max-width:1380px) {
	
   .about-brief-num ul li h6 span {
        font-size: 48px;
    }	
	
	}
@media all and (max-width:1000px) {
  
    .about-brief-num ul li {
        width: 50%;
   
        border-right: none;
    }
    .about-brief-num ul li h6 span {
        font-size: 28px;
    }
    .about-brief-num ul li h6 {
        font-size: 16px;
    }
    .about-brief-num ul li p {
        font-size: 14px;
        margin-top: 8px;
        width: 92%;
        margin-left: 4%;
    }
    .about-brief-num {
        padding: 14px 0 0 0;
    }	
	 }	
	
		@media (max-width: 1000px){
	
	
	.about-brief-num ul li{background:none;margin-bottom:10px;}
	 .about-brief-num ul li h6 span {
        font-size: 48px;
    }
} 
.honor .p:before {
    content: '\e7ee';
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    text-align: center;
    line-height: 30px;
    color: #979797;
    position: absolute;
    bottom: 0px;
    border-radius: 50%;
    left: -10px;
    background: #fff;
    z-index: 2;
}
.slick-arrow, .core_con:before, .cy_journal .xtu dd a:before, .honor .p:before, .menu .h3 em, .menu .h3 i {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.core {
  height: auto;
  background: #0f2441;
  position: relative;
  z-index: 5;
  padding-bottom: 100px; width:100%;  overflow:hidden;
}

.core .bgimgtop {
  width: 1180px;
  position: absolute;
  right: 0;
 
}

.core .bgimgtop img {
  width: 100%;
  height: 100%;
}

.core .content {
  margin: 0 auto;
  position: relative;
  display: flex;
  z-index: 5;
}

.core .content .shadow {
  width: 60%;
  position: absolute;
  left: 20%;
  height: 100%;
  box-shadow: 0 0 20px 0 rgba(37,37,37,.8);
  bottom: 0;
  border-radius: 0 0 15px 15px;
}

.core .content:after {
  content: '';
}

.core .content:before {
  content: '';
}

.core .content .viewbox {
  width: calc(100% / 3);
  height: auto;
  position: relative;
}

.core .content .viewbox::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: #fff;
  z-index: 10;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1);
}

.core .content .viewbox.animated::after {
  height: 0;
  visibility: visible;
}

.core .content .viewbox ._slide {
  position: absolute;
  bottom: 8%;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  opacity: 0;
  transition: ease .7s;
  background: #e01918;
  border: 1px solid #e01918;
}

.core .content .viewbox::before {
  content: '';
  background: linear-gradient(top ,#013bc6 ,rgba(4,62,200,0) 100%);
  background: -o-linear-gradient(top ,#02124e ,rgba(4,62,200,0) 100%);
  background: -ms-linear-gradient(top ,#02124e ,rgba(4,62,200,0) 100%);
  background: -moz-linear-gradient(top ,#02124e ,rgba(4,62,200,0) 100%);
  background: -webkit-linear-gradient(top ,#02124e ,rgba(4,62,200,0) 100%);
  top: 0;
  width: 100%;
  display: block;
  height: 50%;
  z-index: 2;
  position: absolute;
  opacity: 0;
  transition: ease .7s;
}

.core .content .viewbox .btnMore {
  width: 168px;
  height: 44px;
  position: absolute;
  top: 30rem;
  margin-left: 9rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}

.core .content .viewbox .btnMore img {
  width: 100%;
  height: 100%;
}

.core .content .viewbox img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.core .content .viewbox .text {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 50px 25px;
}

.core .content .viewbox .text p:nth-child(1) {

  font-size: 24px;
  padding-bottom: 10px;
}

.core .content .viewbox .text p:nth-child(2) {
  line-height: 1.7;
  font-size: 16px;
  opacity: .7;
}
