@charset "utf-8";
body{
	font-size: 16px;
	color: #4e4e4e;
	font-family: "微软雅黑";
	min-width: 1200px;
}
body, ul, dt, dd, h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}
img{
	display: block;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #ff0101;
}
li{
	list-style-type: none;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
.fl{
  float: left;
  }
.fr{
  float: right;
}
.clearfix:after{
content: "";
   clear: both;
  display: block;
  overflow: hidden;
  height: 0px;
}
.tc{
  text-align: center;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* 垂直方向居中 */
  .v-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* 水平方向居中 */
  .l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* 垂直水平方向居中 */
  .c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-item{
		-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  /* 首页 */
  .home-header-top{
	height: 156px;
	background-color: #f9f9f9;
	line-height: 36px;
	color: #101010;
}
.home-header-top img{
	margin-right: 40px;
}
.home-header-nav{
	height: 70px;
	line-height: 70px;
	font-size: 0px;
	text-align: center;
	box-shadow: 0px 0px 14px 0 rgba(47, 50, 51, .1);
}
.home-header-nav>li{
	display: inline-block;
	font-size: 16px;
	padding: 0 20px;
}
.home-header-nav>li>a{
	display: block;
	padding: 0 20px;
}

.max-title .zh-text{
    position: relative;
    display: inline-block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: #4e4e4e;
    padding: 0 25px;
}
.max-title .zh-text:after, 
.max-title .zh-text:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 30px;
    border-bottom: 2px solid #000;
}
.max-title .zh-text:after{
	left: -30px;
}
.max-title .zh-text:before{
	right: -30px;
}
.max-title .en{
	font-size: 24px;
	color: #8c8c8c;
	line-height: 24px;
	padding: 15px 0;
}
.max-title .desc{
	color: #8c8c8c;
}
.demonstration-logo{
	height: 520px;
	margin: 105px 0;
	background-color: #f9f9f9;
}
.demonstration-logo .container{
	position: relative;
}
.demonstration-logo .list-wrap{
	position: absolute;
	top: -105px;
	width: 100%;
	height: 710px;
}
.demonstration-logo .list-wrap li{
	float: left;
	padding-bottom: 70px;
	padding-right: 40px;
}
.demonstration-logo .list-wrap li:nth-child(4n){
	padding-right: 0;
}
.demonstration-logo .logo-item{
	display: block;
	transition: all .5s;
}
.demonstration-logo .logo-item,
.demonstration-logo .logo-wait{
	width: 270px;
	height: 320px;
	background-color: #fff;
	box-shadow: 0px 0px 14px 0 rgba(47, 50, 51, .1);
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0 30px;
	font-size: 14px;
}
.demonstration-logo .logo-item:hover{
	transform: scale(1.1);
}
.demonstration-logo .logo-wait{
	padding: 0;
}
.demonstration-logo .logo-item .name{
	font-size: 20px;
	color: #4E4E4E;
	text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 40px 0 24px;
}
.demonstration-logo .logo-item .logo-pic{
	width: 126px;
	height: 126px;
	margin: 0 auto 20px;
	overflow: hidden;
	/*background-color: #999;*/
}
.demonstration-logo .logo-item .logo-pic img{
	width: 100%;
	height: 100%;
}
.demonstration-logo .logo-item .desc{
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  color: #8C8C8C;
}

/* 文章列表 */
.article-list .article-item{
	position: relative;
	border-left: 1px solid #4e4e4e;
	padding-left: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: 140px;
}
.article-list .article-item .date-line{
	position: absolute;
	left: -130px;
	top: 50%;
	margin-top: -36px;
	width: 100px;
	line-height: 36px;
	height: 72px;
	text-align: right;
	padding-right: 30px;
}
.article-list .article-item .date-line:after{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #4e4e4e;
	right: -3px;
	top: 50%;
	margin-top: -3.5px;
}
.article-list .article-item .date-line:before{
	content: "";
	position: absolute;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background-color: #dcdcdc;
	right: -13px;
	top: 50%;
	margin-top: -13.5px;
}
.article-list .article-item:hover .date-line{
	color: #FF0101;
}
.article-list .article-item:hover .date-line:after{
	background-color: #FF0101;
}
.article-list .article-item:hover .date-line:before{
	background-color: rgba(255, 1, 1, .4);
}
.article-list .article-item a{
	color: #4E4E4E;
}
.article-list .article-item .pic{
	width: 270px;
	height: 170px;
	margin-right: 40px;
}
.article-list .article-info .title{
	font-size: 20px;
	padding-bottom: 10px;
}
.article-list .article-info .desc{
	line-height: 30px;
	height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  word-break: break-word;
}
.page-wrap{
	text-align: center;
	padding: 40px 0;
}
.page-wrap .pager{
	display: inline-block;
}
.pager {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
}
.pager>li {
  display: inline;
}
.pager>li>a, .pager>li>span {
  position: relative;
  float: left;
  padding: 5px 12px;
	margin: 0 4px;
  line-height: 1.53846154;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 18px;
}
.pager>li.active>a, 
.pager>li.active>span, 
.pager>li.active>a:hover, 
.pager>li.active>span:hover {
    color: #fff;
    background-color: #FF0101;
    border-color: #FF0101;
}
  
  
	footer{
		height: 250px;
		background-color: #dfdfdf;
	}
	footer .home-header-nav,
	header .home-header-nav{
		box-shadow: 0 0 0 0 #dfdfdf;
	}
	footer .home-header-nav>li:last-child,
	header .home-header-nav>li:last-child{
		padding-right: 0;
	}
	footer .home-header-nav>li:last-child>a,
	header .home-header-nav>li:last-child>a{
		padding-right: 0;
	}
	footer .footer-nav{
		height: 125px;
		border-bottom: 1px solid #4e4e4e;
	}
	footer .copyright{
		text-align: center;
		color: #8C8C8C;
		font-size: 14px;
		line-height: 24px;
		padding-top: 40px;
	}
	/* banner */
	.gy-banner{
		height: 530px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.gy-banner .container{
		display: table;
		height: 100%;
	}
	.gy-banner .tableCell{
		width: 100%;
		display: table-cell;
    vertical-align: middle;
	}
	.gy-banner .btitle{
		color: #fff;
		font-size: 50px;
		border-bottom: 1px solid #b9bdbf;
		padding-bottom: 20px;
	}
	/* 文章 */
	.article-wrap{
		padding-top: 60px;
		padding-bottom: 250px;
	}
	.article-wrap .article-title{
		font-size: 20px;
		padding: 60px 0 40px;
	}
	.article-wrap .article-date{
		color: #8C8C8C;
	}
	.article-wrap .article-source{
		color: #8C8C8C;
		padding: 20px 0 70px;
	}
	.article-wrap .back-link{
		color: #8c8c8c;
	}
	.article-wrap .back-link:hover{
		color: #ff0101;
	}
	.article-wrap .article-content img{
		display: inline-block;
	}
