/*---------------重置bootstrap样式--------------*/
body{
	font-family: "微软雅黑";
}
a {
  color: #212529;
}

img{
	max-width: 100%;
}

/*链接*/
a:hover{
  color: #212529;
  text-decoration: none;
}

.row-sm{
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.row-sm > * {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

/*背景色*/
.bg-light {
  background-color: #f5f5f5 !important;
}

/*---------------自定义样式--------------*/

/*响应式工具*/
@media (max-width: 991.98px) {
	.hidden-md-up{
		display: none !important;
	}
	.hidden-md-down{
		display: block !important;
	}
}
@media (min-width: 992px) {
	.hidden-md-up{
		display: block !important;
	}
	.hidden-md-down{
		display: none !important;
	}
}

/*字体大小*/
.small-md {
  font-size: 90%;
}

/*字体颜色*/
.text-white-lt{
	color: rgba(255,255,255,0.75) !important;
}
.text-white-lest{
	color: rgba(255,255,255,0.55) !important;
}

/*最多显示两行文字*/
.text-truncate{
	white-space:normal;
  overflow: hidden;  
  text-overflow: ellipsis;  
  display: -webkit-box;  
  -webkit-line-clamp: 1;  
  -webkit-box-orient: vertical;
}
.text-truncate2{
	white-space:normal;
  overflow: hidden;  
  text-overflow: ellipsis;  
  display: -webkit-box;  
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical;
}
.text-truncate2-md{
	max-height:66px; 
}
.text-truncate3{
	white-space:normal;
  overflow: hidden;  
  text-overflow: ellipsis;  
  display: -webkit-box;  
  -webkit-line-clamp: 3;  
  -webkit-box-orient: vertical;
	max-height: 70px;
}

/*按钮*/
.btn-more{
	padding: 6px 10px 6px 16px;
	background-color: #f2f2f2;
	border-radius: 30px;
	font-size: 0.8rem;
	color: #808080;
}
.btn-more .iconfont{
	font-size: 0.7rem;
	padding-left: 5px;
}

/*分页*/
.pagination{
	margin-top: 2rem;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-item{
  margin: 0 4px;
	border-radius: 5px;
}
.page-item,
.page-item:first-child.active,
.page-item:last-child.active{
	display: none;
}
.page-item:first-child,
.page-item:last-child {
	display: block;
}
.page-link{
	color: #333;
	border: 1px solid #eee;
	margin-left: 0;
	border-radius: 5px;
}
.page-link:hover {
  color: #d40000;
  text-decoration: none;
  background-color: #fff3f3;
  border-color: #dee2e6;
}
.page-item.active .page-link{
	background-color: #d40000;
  border-color: #d40000;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
	border-radius: 5px;
	border: 1px solid #eee;
	margin: 0 10px;
	font-size: 18px;
	padding: 0.8125rem 2rem;
}


/*标题*/
.title-01{
	padding: 15px 0;
}
.title-01 .h5{
	margin-top: 5px;
	margin-bottom: 0;
}
.title-01 .h6{
	font-size: 1.125rem;
	margin-bottom: 0;
	margin-top: 3px;
	height: 40px;
	overflow: hidden;
}
.title-02{
	padding: 1.5rem 0 0.8rem 0;
}
.title-02 h4{
	font-size: 1.35rem;
	margin-bottom: 0.2rem;
}
.title-02 div{
	font-size: 1.2rem;
  font-family: "Arial";
  font-weight: bold;
  color: #e5e5e5 !important;
}
.title-03{
	padding: 1.5rem 0 1rem 0;
}
.title-03 h5{
	margin-bottom: 0.25rem;
}

/*导航*/
.navbar-toggler:focus{
	outline: none;
}
.dropdown-toggle::after{
	display: none;
}
.navbar-light-down{
	border-bottom: 1px solid #eee;
}
.navbar .language-select{
	display: none;
}
@media (max-width:991.98px){
.navbar{
	margin-left: -1rem;
	margin-right: -1rem;
	padding: 0.25rem 1rem;
	background: #fff !important;
}
	.navbar .language-select{
		display: inline-block;
	}
	.navbar .language-select{
		padding: 0 0 0 0.5rem;
		font-size: 1.3rem;
		vertical-align: middle;
		color: #7f7f7f;
	}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus{
	color: rgba(0,0,0,0.7);
	font-size: 1.125rem;
	border-bottom: 1px dashed rgba(0,0,0,0.07);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
	color: rgba(0,0,0,1.00);
}
.collapse .navbar-nav{
	overflow-y: scroll;
}
.navbar-light .navbar-brand{
	margin-left: 1rem;
}
.navbar-brand img{
	height: 40px;
}
.navbar-toggler{
	border: none;
	margin-right: 0.5rem;
}
.dropdown-toggle .iconfont{
	position: relative;
}
.dropdown-toggle .iconfont{
	position: relative;
	width: 0;
	height: 0;
}
.nav-item .dropdown-toggle .iconfont:before,
.nav-item .dropdown-toggle .iconfont:after{
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.4);
}
.nav-item .dropdown-toggle .iconfont:before{
	right: 0;
	width: 15px;
	height: 1px;
	top: 12px;
}
.nav-item .dropdown-toggle .iconfont:after{
	right: 7px;
	width: 1px;
	height: 15px;
	top: 5px;
}
.nav-item.show .dropdown-toggle .iconfont:before{
	background: rgba(0,0,0,0.8);
}
.nav-item.show .dropdown-toggle .iconfont:after{
	width: 0;
}
.navbar-nav .nav-link{
	padding: 15px 1rem;
}
.navbar-nav .dropdown-menu{
	border: none;
	background: none;
	border-bottom: 1px dashed rgba(0,0,0,0.07);
}
.navbar-nav .dropdown-menu .dropdown-item{
	padding: 10px 1rem;
	color: rgba(0,0,0,1);
}
	.navbar .navbar-nav:last-child{
		display: none;
	}
}

/*二级导航*/
.slide-bigbox{
	border-bottom: 1px solid #eee;
}
.slide-box{
	display: -webkit-box;
	display: box;
	overflow-x: scroll;
	-webkit-overflow-scrolling:touch;
}
.slide-box .slide-item{
	padding: 12px 15px;
}
.slide-box .slide-item.active{
	position: relative;
}
.slide-box .slide-item.active:before{
	position: absolute;
	content: '';
	height: 1px;
	background: #d40000;
	top: 47px;
	left: 0;
	right: 0;
}
.slide-box .slide-item a{
	line-height: 24px;
	height: 24px;
}
.slide-box .slide-item.active a{
	color:#d40000;
	line-height: 24px;
	height: 24px;
}

/*焦点图*/
.carousel-item{
	margin-top: 56px;
	height: 180px;
	background-repeat: no-repeat;
	background-position: 8% 0%;
	background-size: cover;
}
@media(min-width:375px){
	.carousel-item{
		height: 220px;
	}
}
@media(min-width:414px){
	.carousel-item{
		height: 260px;
	}
}
.carousel-control-prev,
.carousel-control-next{
	display: none;
}
.carousel-indicators{
  bottom: -40px;		
}
.carousel-indicators li{
  width: 50px;
  height: 50px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer !important;
	text-indent: 0;
	margin: 0 4px;
}
.carousel-indicators .active{
	background-color: #d40000;
}
.carousel-indicators li .iconfont{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: #a6a6a6;
	border-radius: 50%;
}
.carousel-indicators li .iconfont:before{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	content: '\e647';
	text-align: center;
}
.carousel-indicators li:nth-child(2) .iconfont:before{
	content: '\e613';
}
.carousel-indicators li:nth-child(3) .iconfont:before{
	content: '\e674';
}
.carousel-indicators li:nth-child(4) .iconfont:before{
	content: '\e64e';
}
.carousel-indicators .active .iconfont,
.carousel-indicators li:hover .iconfont{
	color: #fff;
	background-color: #d40000;
}

/*首页样式*/
.bg-light-sm{
	padding-top: 35px;
}

/*顶部大图*/
.big-topimg{
	margin-top: 58px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 120px;
}

/*列表*/
.list-hnews > .media,
.list-hnews > .media-box{
	border-bottom: 1px solid #eee;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.list-hnews > .media-box{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.list-hnews > .media .mr-3{
	width: 120px;
	height: 80px;
	overflow: hidden;
}
.list-hnews .media-body h6{
	margin-bottom: 0.25rem;
}
.list-hnews .small-md{
	margin-bottom: 0.6rem;
}
.list-hnews.col-sm-6 .small-md{
	margin-bottom: 0.25rem;
}
.list-hnews > .media .align-self-center{
	width: 80px;
	height: auto;
	border-right: 1px solid #eee;
}
.list-hnews-right .media-body h6{
	padding-top: 8px;
}
.list-hnews-noimg .media-body h6{
	margin-bottom: 0.5rem;
}
.list-hnews-noimg .small-md{
	margin-bottom: 1.2rem;
}
.list-news .media-body h6,
.list-news .small-md,
.list-hnews-left .media-body h6,
.list-hnews-left .small-md,
.list-hnews-right .small-md{
	height: 20px;
	overflow: hidden;
}
.list-hnews-right .media-body h6{
	height: 27px;
	overflow: hidden;
}

/*列表2*/
.accordion .item .card-header{
	padding: 0;
	background-color: rgba(0,0,0,0);
	border-bottom: 1px dashed #eee;
}
.accordion .item .card-header .card-link{
	display: block;
	padding: 15px 0;
}
.accordion .item .card-header .card-link .iconfont{
	display: block;
	transform: rotate(-180deg);
	color: #fff;
	background-color: #d40000;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
}
.accordion .item .card-header .collapsed.card-link .iconfont{
	transform: rotate(0);
	color: #6c757d;
	background-color: #fff;
}
.accordion .item .card-body{
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px dashed #eee;
}
.accordion .item .btn-danger{
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.accordion .item .btn-danger .iconfont{
	font-size: 1.15rem;
}

/*列表3*/
.list-down .list-group-item{
	padding: 1rem 0;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 0;
	border-color: #eee;
}
.list-down .list-group-item:hover a,
.fujian-box a:hover{
	color: #d40000 !important;
}

/* 荣誉列表 */
.list-honor > div{ margin-bottom: 10px; text-align: center;}
.list-honor .imgbox{ height: 240px; overflow: hidden; display: table-cell; 
	vertical-align: middle; text-align: center; width: 1%; border: 1px solid #f5f5f5;}
.list-honor .imgbox img{ height: 240px; width: auto;}
.list-honor h4{ margin-top: 15px; font-size: 1.3rem }
.list-honor p.text-ellipsis2{ height: 48px; line-height: 24px; margin-bottom: 0; }
@media(min-width: 414px){
    .list-honor .imgbox{ height: 267px; }
    .list-honor .imgbox img{ height: 267px;}
}
@media(min-width: 768px){
    .list-honor .imgbox{ height: 146px; }
    .list-honor .imgbox img{ height: 146px;}
}
@media(min-width: 1200px){
    .list-honor .imgbox{ height: 177px; }
    .list-honor .imgbox img{ height: 177px;}
}
@media(min-width: 1620px){
    .list-honor .imgbox{ height: 255px; }
    .list-honor .imgbox img{ height: 255px;}
}
.modal-dialog{ max-width: 800px; }
@media(min-width: 1600px){ 
    .modal-dialog{ max-width: 960px; }
}
@media(min-width: 768px){
    .photo-box img{ padding: 20px 40px 40px 40px; }
}
.modal-dialog{margin: 0 auto;}

/*首页视频*/
.hmv-box{
	margin-top: 15px;
	margin-bottom: 15px;
}
.hmv-box .card-img-overlay .iconfont{
	font-size: 3.5rem;
}
.hmv-box .btn-more{
	display: inline-block;
	margin-top: 15px;
}

/*详情页*/
.news-back .btn-outline-secondary{
	border-color: #eee;
}
.news-back .text-truncate a:hover{
	color: #d40000;
}
.news-back .text-right .btn{
	margin-top: 1rem;
	padding: 0.5625rem 1.5rem;
}
@media(max-width:768px){
	.news-back .text-right{
		text-align: center !important;
	}
}

/*footer*/
footer.bg-dark{
	background-color: #2f2f2f !important;
}
footer.bg-dark,
footer.bg-dark a{
	color: rgba(255,255,255,0.84);
}
footer .footer{
	padding: 1.2rem 0;
	text-align: center;
}

/*间距*/
.mb-big{
	margin-bottom: 2rem;
}

/*桌面显示器*/
@media(min-width:768px){
	/*导航*/
	.navbar{
		background: #fff !important;
		padding-left: 30px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-brand img{
		height: 40px;
	}
	.navbar-light .navbar-brand{
		margin-right: 30px;
	}
	.navbar-light .navbar-nav .nav-link{
    color: rgba(0, 0, 0, 0.8);
		padding: 1.375rem 0.625rem;
		font-size: 15px;
	}
	.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-item:hover > .nav-link{
		color: #d40000;
	}
	.navbar .dropdown .dropdown-menu{
		top:66px;
		margin: 0;
		min-width: 6rem;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-top-width: 0;
		border-color: #eee;
		box-shadow: 0 0 0 2px 2px rgba(0,0,0,.1);
		padding: 0.25rem 0;
	}
	.navbar .dropdown:hover .dropdown-menu{
		display: block
	}
	.navbar .dropdown .dropdown-menu .dropdown-item{
		padding: 0.35rem 1rem;
		font-size: 14px;
	}
	.dropdown-item:hover, .dropdown-item:focus ,
	.dropdown-item.active, .dropdown-item:active{
    color: #d40000;
    background-color: #f8f9fa;
  }
		
	/*二级导航*/
  .slide-box{
	  display: block;
		overflow-x: auto;
  }
	.slide-box{
		padding: 0 15px;
	}
	.slide-box .slide-item{
		float: left;
		padding: 18px 20px;
		max-width: 16.6666%;;
		overflow: hidden;
	}
	.slide-box .slide-item.active:before{
		top: 59px;
	}
	
	/*焦点图*/
  .carousel-item{
	  margin-top: 66px;
	  height: 400px;
  	background-position:8% 0%;
  }
	.carousel-control-prev,
  .carousel-control-next{
		display: block;
  	width: 8%;
  }
  .carousel-control-prev .iconfont,
  .carousel-control-next .iconfont{
		position: absolute;
  	font-size: 40px;
		top: 50%;
		opacity: 0;
  	transition: .4s ease;
  }
  .carousel-control-prev .iconfont{
		left: 50%;
  	margin-left: 0;
  }
  .carousel-control-next .iconfont{
		right: 50%;
	  margin-right: 0;
  }
  .carousel-control-prev:hover .iconfont{
	  margin-left: -20px;
	  opacity: .8;
  }
  .carousel-control-next:hover .iconfont{
	  margin-right: -20px;
	  opacity: .8;
  }
	.carousel-indicators{
    bottom: -45px;		
  }
  .carousel-indicators li{
    width: 64px;
    height: 64px;
	  background-color: #f3f3f3;
	  margin: 0 5px;
  }
  .carousel-indicators li .iconfont{
	  width: 64px;
	  height: 64px;
	  line-height: 64px;
	  font-size: 32px;
  }
	.carousel-indicators li .iconfont:before{
	  width: 64px;
	  height: 64px;
  }
	
	/*顶部大图*/
	.big-topimg{
		margin-top: 66px;
	  height: 200px;
  }
	
	/*按钮*/
  .btn-more{
	  padding: 4px 10px 4px 16px;
	  background-color: #f2f2f2;
	  border-radius: 30px;
	  font-size: 0.8rem;
  	color: #808080;
		transition: 0.4s;
  }
	.btn-more:hover{
		background-color: #d40000;
		color: #fff;
	}
  .btn-more .iconfont{
	  font-size: 0.7rem;
	  padding-left: 5px;
  }
	
	/*分页*/
.pagination{
	margin-top: 2.5rem;
}
.page-item,
.page-item:first-child.active,
.page-item:last-child.active{
	display: block;
}
.page-link{
	padding: 0.4625rem 0.75rem;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
	margin: 0;
	font-size: 16px;
	padding: 0.4rem 1rem;
}
.page-item:first-child.active .page-link,
.page-item:last-child.active .page-link{
	padding: 0.4rem 0.75rem;
}
	
  /*标题*/
  .title-01{
  	padding: 15px 15px;
		background: #fafafa;
  }
  .title-01 .h6{
	  font-size: 1.1rem;
	  margin-bottom: 0;
	  margin-top: 3px;
  }
  .title-02{
	  padding: 2.5rem 0 1.2rem 0;
	}
	.title-02 h4{
	  font-size: 1.6rem;
  }
	.title-02 div{
	  font-size: 1.6rem;
  }
  .title-03{
	  padding: 2.5rem 0 1.5rem 0;
  }
  .title-03 h5{
		font-size: 1.6rem;
	  margin-bottom: 0.25rem;
  }
	
	/*列表*/
	.list-news > .media, .list-news > .media-box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.list-news > .media .mr-3{
	  width: 180px;
	  height: 120px;
  }
  .list-news .media-body h6{
		font-size: 1.2rem;
  	margin-bottom: 0.5rem;
  }
  .list-news .small-md{
		-webkit-line-clamp: 2;
	  margin-bottom: 1.25rem;
  }
  .list-news.col-sm-6 .small-md{
	  margin-bottom: 0.35rem;
  }
  .list-news > .media .align-self-center{
	  width: 80px;
	  height: auto;
	  border-right: 1px solid #eee;
  }
	.list-news-noimg{
		padding-top: 10px;
	}
	.list-news-noimg > .media, .list-hnews > .media-box{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.list-news .media-body h6,
  .list-hnews-left .media-body h6,
  .list-hnews-left .small-md,
  .list-hnews-right .small-md{
	  height: 20px;
	  overflow: hidden;
  }
  .list-hnews-right .media-body h6{
	  height: 27px;
	  overflow: hidden;
  }
	.list-news .small-md{
		height: 42px;
		overflow: hidden;
	}
	
	/*列表鼠标效果*/
	.list-hnews .media:hover .media-body h6,
	.list-hnews .media-box:hover .media-body h6{
		color: #d40000;
	}
	/*.list-hnews .media .btn-more{
		display: inline-block;
		transform:translateX(0);
		transition: 0.4s ease;
	}
	.list-hnews .media:hover .btn-more{
		transform:translateX(20px);
	}*/
	.list-news > .media .mr-3 img{
		transform: scale(1);
		transition: .4s ease;
	}
	.list-news > .media:hover .mr-3 img{
		transform: scale(1.05);
	}
	
	
	/*首页样式*/
	.bg-light-sm{
		background: #f3f3f3;
		padding-top: 55px;
		padding-bottom: 60px;
	}
	.bg-light-sm .list-hnews{
		padding: 0 30px 15px 30px;
	}
	.bg-light-sm .list-hnews-right{
		padding: 0 30px 15px 30px;
	}
  .bg-light-sm .list-hnews > .media:last-child{
		border-bottom: none;
	}
	.list-hnews-right > .media{
		border-bottom: none;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.hmv-box .title-01{
		background: #fff;
	}
	.hmv-box .btn-more{
		float: right;
		margin-top: 0;
	}
	
	/*footer*/
	footer .footer .clearfix .float-left{
		float: none !important;
	}
	
	/*间距*/
	.mb-big{
		margin-bottom: 4rem;
	}

}

/*大屏显示器*/
@media(min-width:992px){
	/*导航*/
	.navbar .collapse{
		display: flex;
	}
	.navbar .navbar-nav:last-child,
	.navbar .bdsharebuttonbox{
		position: fixed;
		right: 0;
		top: 0;
		width: 66px;
		height: 66px;
		background: #d40000;
	}
	.navbar .navbar-nav:last-child .iconfont{
		font-size: 16px;
		line-height: 66px;
		width: 66px;
		text-align: center;
		display: block;
		color: #fff;
	}
	.navbar .bdsharebuttonbox,
	.navbar .bdsharebuttonbox:hover{
		opacity: 0;
	}
	.navbar .bdsharebuttonbox .bds_more{
		display: block;
		width: 66px;
		height: 66px !important;
		margin: 0 !important;
	}
	
	/*首页样式*/
	.bg-light-sm .list-hnews{
		padding: 0 10px 15px 30px;
	}
	.bg-light-sm .list-hnews-right{
		padding: 0 30px 15px 10px;
	}
	.bg-light-sm{
		background: #f3f3f3;
		height: 420px;
	}
	.hmv-box{
		margin: 0;
		height: 308px;
	}
	.hmv-box .btn-more{
		float: none;
		margin-top: 10px;
	}
	
	/*顶部大图*/
	.big-topimg{
		margin-top: 66px;
	  height: 240px;
  }
	
	/*footer*/
	footer.bg-dark,
  footer.bg-dark a{
	  color: rgba(255,255,255,0.5);
  }
  footer .footer{
	  padding: 3rem 15px 1rem 15px;
	  text-align: left;
  }
	footer .footer a:hover{
		color: rgba(255,255,255,0.9);
	}
	footer .footer dl{
		min-width: 100px;
		margin-right: 1rem !important;
		margin-bottom: 0;
	}
	dt{
		margin-bottom: 1rem;
		font-size: 1.125rem;
	}
	footer .footer dt a{
		color: rgba(255,255,255,1.00);
	}
	footer .footer dd{
		font-size: 0.875rem;
		line-height: 1.2;
	}
	footer .footer .ml-auto .bg-white{
		border-radius: 4px;
		margin-bottom: .6rem;
	}
	footer .ft-share{
		position: relative;
	}
	footer .bdsharebuttonbox{
		position: absolute;
		top: 0;
		right: 0;
	}
	footer .bdsharebuttonbox a{
		width: 30px;
		height: 30px;
		margin: 1rem 0 0 0.5rem;
	}
	.bdshare-button-style0-16 a{
		position: relative;
		display: block;
		background-image: none !important;
		background: rgba(255,255,255,0.1);
		border-radius: 50%;
		padding: 0 !important;
	}
	.bdsharebuttonbox a:hover{
		background-color: #d40000;
	}
	.bdshare-button-style0-16 a:before{
		position: absolute;
		content: '';
		color: rgba(255,255,255,0.3);
		font-size: 1.25rem;
		left: 0;
		top: 0;
		width: 30px;
		height: 30px;
		background-image: url(../images/sina.png);
		background-repeat: no-repeat;
		background-size: 70%;
		background-position: center center;
		opacity: 0.2;
	}
	.bdshare-button-style0-16 a.bds_weixin:before{
		background-image: url(../images/wechat.png);
	}
	.bdshare-button-style0-16 a:hover:before{
		opacity: 1;
	}
	.bd_weixin_popup{
		box-sizing: content-box;
		box-shadow: 0 0 4px 2px rgba(0,0,0,0.1) !important;
		border-radius: 3px !important;
	}
	footer .footer .clearfix{
		margin-top: 1rem;
		padding-top: 1rem;
		border-top: 1px solid rgba(255,255,255,0.06);
	}
	footer .footer .clearfix .float-left{
		float: left !important;
		padding-top: .4rem;
	}
	footer .footer .dropdown{
		border: 1px solid rgba(255,255,255,0.2);
		border-radius: 2px;
		width: 170px;
	}
	footer .footer .dropdown .nav-link{
		padding: 0.3rem 1rem;
	}
	footer .footer .dropdown .nav-link .iconfont{
		font-size: 0.8rem;
		padding-left: 2.8rem;
		flex-shrink: 0;
	}
	footer .footer .dropdown .dropdown-menu{
		background: #2f2f2f;
		padding: 0.5rem 1rem;
		width: 170px;
		left: -1px !important;
		border: 1px solid rgba(255,255,255,0.14);
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	footer .footer .dropdown .dropdown-menu .dropdown-item{
		padding: 0 0;
		border-bottom: 1px solid rgba(255,255,255,0.14);
		font-size: 0.8rem;
		background: none;
		height: 34px;
		line-height: 34px;
		overflow: hidden;
	}
	footer .footer .dropdown .dropdown-menu .dropdown-item:last-child{
		border-bottom-width: 0;
	}
	footer.bg-dark .ml-auto{
		min-width: 0;
		flex-shrink: 0;
	}
	
	/*列表*/
  .list-hnews-left .media-body h6,
  .list-hnews-left .small-md,
  .list-hnews-right .small-md{
	  height: 20px;
	  overflow: hidden;
  }
  .list-hnews-right .media-body h6{
	  height: 27px;
	  overflow: hidden;
  }
	.list-news .small-md{
		height: 42px;
		overflow: hidden;
	}
	.list-news .media-body h6{
		height: 24px;
		overflow: hidden;
	}
	
}

/*超大桌面显示器*/
@media(min-width:1200px){
	/*导航*/
	.navbar-brand img{
		height: 50px;
	}
	.navbar-light .navbar-brand{
		margin-right: 50px;
	}
	.navbar-light .navbar-nav .nav-link{
		padding: 1.625rem 1.125rem;
		font-size: 16px;
	}
	.navbar .collapse{
		display: flex;
	}
	.navbar .navbar-nav:last-child{
		width: 76px;
		height: 76px;
	}
	.navbar .navbar-nav:last-child .iconfont{
		font-size: 18px;
		line-height: 76px;
		width: 76px;
	}
	.navbar .dropdown .dropdown-menu{
		top:76px;
		min-width: 7rem;
	}
	.navbar .dropdown .dropdown-menu .dropdown-item{
		padding: 0.35rem 1.2rem;
		font-size: 0.9rem;
	}
	
	/*焦点图*/
  .carousel-item{
	  margin-top: 76px;
	  height: 550px;
  }
	/*顶部大图*/
	.big-topimg{
		margin-top: 76px;
	  height: 280px;
  }
	 
	/*首页样式*/
	.bg-light-sm{
  	height: 435px;
	}
	.bg-light-sm .bg-white{
		height: 336px;
	}
	
	/*footer*/
	footer .footer dl{
		min-width: 100px;
		margin-right: 2rem !important;
	}
	
	/*间距*/
	.mb-big{
		margin-bottom: 5.5rem;
	}
}


/*xxl桌面显示器*/
@media(min-width:1620px){
	/*导航*/
	.navbar-light .navbar-nav .nav-link{
		padding: 2.0625rem 1.25rem;
	}
	.navbar .navbar-nav:last-child{
		width: 90px;
		height: 90px;
	}
	.navbar .navbar-nav:last-child .iconfont{
		font-size: 20px;
		line-height: 90px;
		width: 90px;
	}
	.navbar .dropdown .dropdown-menu{
		top:90px;
		min-width: 8rem;
	}
	.navbar .dropdown .dropdown-menu .dropdown-item{
		padding: 0.45rem 1.5rem;
		font-size: 0.925rem;
	}
	
	/*焦点图*/
  .carousel-item{
	  margin-top: 90px;
	  height: 700px;
  	background-position:0 0;
  }
	.carousel-indicators{
    bottom: -55px;		
  }
  .carousel-indicators li{
    width: 80px;
    height: 80px;
  }
  .carousel-indicators li .iconfont{
	  width: 80px;
	  height: 80px;
	  line-height: 80px;
	  font-size: 38px;
  }
	.carousel-indicators li .iconfont:before{
	  width: 80px;
	  height: 80px;
  }
	
	/*顶部大图*/
	.big-topimg{
		margin-top: 90px;
	  height: 350px;
  }
	
	/*标题*/
  .title-01{
  	padding: 20px 25px;
  }
	.title-01 .h5{
		font-size:1.6rem;
		margin-bottom: 0;
	}
  .title-01 .h6{
	  font-size: 1.3rem;
	  margin-bottom: 0;
	  margin-top: 10px;
		height: 48px;
  }
  .title-02{
	  padding: 50px 0 20px 0;
		margin-bottom: 0;
	}
	.title-02 h4{
		font-size: 2rem;
	}
	.title-02 div{
	  font-size: 2rem;
  }
  .title-03{
	  padding: 3.5rem 0 1.8rem 0;
  }
  .title-03 h5{
		font-size:2rem; 
	  margin-bottom: 0.25rem;
  }
	
	/*列表*/
  .list-hnews > .media,
  .list-hnews > .media-box{
	  padding-top: 25px;
	  padding-bottom: 25px;
  }
  .list-hnews > .media .mr-3{
	  width: 192px;
	  height: 128px;
	  overflow: hidden;
  }
  .list-hnews .media-body h6{
	  margin-bottom: 0.25rem;
  }
  .list-hnews .small-md{
		font-size: 1rem;
	  margin-bottom: 0.45rem;
		-webkit-line-clamp: 2;  
  }
  .list-hnews.col-sm-6 .small-md{
	  margin-bottom: 0.25rem;
  }
  .list-hnews > .media .align-self-center{
	  width: 110px;
	  height: auto;
		margin-right: 20px !important;
  }
	.list-hnews > .media .align-self-center h2{
		font-size: 3.2rem;
	}
  .list-hnews .media-body h6{
		font-size: 1.2rem;
  }
	.list-hnews-right .media-body h6{
		margin-bottom: 6px;
	}
	.list-hnews-left .media-body h6{
		-webkit-line-clamp: 2;
		line-height: 150%;
		margin-bottom: 10px;
	}
	.list-hnews-left .media-body .small-md{
		-webkit-line-clamp: 1; 
		margin-bottom: 15px;
	}
	.list-hnews-left .media-body time{
		font-size: 0.925rem;
	}
	
	.list-news > .media .mr-3{
		width: 300px;
		height: 200px;
		margin-right: 30px !important;
	}
	.list-news .media-body h6{
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.list-news .small-md{
		height: 50px;
		margin-bottom: 60px;
	}
	
  .list-hnews-right .small-md{
	  height: 46px;
	  overflow: hidden;
  }
  .list-hnews-right .media-body h6{
	  height: 31px;
	  overflow: hidden;
  }
	.list-news .small-md{
		height: 46px;
		overflow: hidden;
	}
	.list-news .media-body h6{
		height: 26px;
		overflow: hidden;
	}
	.list-hnews-left .media-body h6{
		height: 54px;
		overflow: hidden;
	}
	
	/*首页样式*/
	.bg-light-sm{
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.bg-light-sm .list-hnews{
		padding: 0 10px 25px 40px;
	}
	.bg-light-sm .list-hnews-right{
		padding: 0 40px 25px 10px;
	}
	.bg-light-sm{
		background: #f3f3f3;
		height: 594px;
	}
	.bg-light-sm .bg-white,
	.bg-light-sm .hmv-box{
		margin: 0;
		height: 457px;
	}
	.hmv-box .btn-more{
	}
	.list-hnews-right > .media{
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.hmv-box .card-img-overlay .iconfont{
		font-size: 4.6rem;
	}
	
	/*footer*/
	footer .footer dl{
		min-width: 120px;
		margin-right: 3rem !important;
	}
	
}

/* 单页视频 */
.video-wrapper{
  margin: 30px auto;
  width: 100%;
  max-width: 760px;
}
.video-wrapper video{
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  /* 单页视频 */
  .video-wrapper{
    margin: 50px auto;
  }
}





