.marquee-box img {
  height: 202px;
}

.banner-img {
  height: 600px;
  width: 100%;
}

.in-news {
  margin: 60px 0;
}

.in-news .news-top {
  height: 62px;
}
.range {
    width: 100%;
    height: 5px;
    background: #ddd;
    margin-top: 20px;
}
.range .range-bar {
    width: 0%;
    height: 100%;
    background: #2065bd;
}
.news-info {
  display: flex;
  justify-content: space-between;
  margin: 28px 0;
}

.news-tit{
  display: flex;
  justify-content: space-between;
}
.news-tit .newstit-right div{
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  width: 104px;
  height: 40px;
line-height:40px;
}
.news-tit .newstit-right div.active{
  background-color: #2d62a4;
  color:#fff;
}
.nf-left {
  width: 47%;
  height:100%;
}
.nf-left .nlimg{
	width:100%;
	height:200px;
}
.nf-left ul{
	list-style:none;
    padding: 10px;
}
.nf-left ul .productItem{
  line-height: 30px;
  font-size: 16px;
border-bottom:1px dashed #f00;
margin-bottom:5px;
}
.nf-left ul .productItem .titles{
  font-size: 20px;
}
.nf-left ul .productItem .moreBtns{
box-sizing:border-box;
width:100%;
padding-left:80%;
  outline: 0;
  border: 0 !important;
    background-color:#fff;
font-size:14px;
  position:relative;
  right: 0;
}

.nf-right {
  width: 47%;
}
.nf-right ul li{
font-size:18px;
margin-bottom:5px;
	line-height:60px;
	width:100%;
	border-top:1px solid #ddd;
}
.nf-right ul li:last-child{
	border-bottom:1px solid #ddd;
}

.news-bot {
  background: #2d62a4;
  height: 330px;
}

.news-list {
  display: flex;
  justify-content: space-around;
  height: 100%;
  width:1200px !important;
  color: #fff;
  background-color: #2d62a4;
}

.news-list li {
  flex:1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-list li a{
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  color:#fff;
}
.news-list li a .list-box{
	box-sizing:border-box;
	margin-left:50%;
	transform:translateX(-50%)
}
.news-list li .human {
  font-size: 18px;
  margin: 45px 0 18px;
}

.list-img {
  width: 56px;
  height: 54px;
  margin: 0 auto;
}

.news-list li:hover {
  background-color: #27558e;
}
.news-list li a{
display:block;
width:100%;
height:100%;
color:#fff;
display:flex;
 align-items:center;
}
.news-list li a>.conbox{
    margin-left: 50%;
    transform: translateX(-50%);
}

.news-list li:after {
  content: '|';
  position: absolute;
  color: #fff;
  margin-left: 26%;
}

@media screen and (min-width:1366px) {
  .news-list li:after {
    margin-left: 16%;
  }
}

.news-list li:nth-child(4)::after {
  content: '';
}

.english {
  line-height: 20px;
  color: #96b1d2;
}

.honor {
  margin: 60px 0;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    margin-top: 40px;
}
.marquee img {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.range {
  width: 100%;
  height: 5px;
  margin-top: 20px;
  position: relative;
}

.range .ccc {
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

.range .blue {
  width: 100%;
  height: 100%;
  background-color: #2065bd;
  position: absolute;
  top: 0;
  animation: run infinite 30s linear;
}

@keyframes run {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}