@charset "utf-8";
.ind_ban{
	width: 100%;
	height: calc(100vh - 1.15rem);
	min-height: 11rem;
	position: relative;
}
.ind_bdc{
	position: absolute;
	bottom: 0.25rem;
	left: 0;
	width: 100%;
	text-align: center;
}
.ind_bdc img{
	display: inline-block;
	vertical-align: top;
	width: 0.22rem;
}

.up{
  animation-name:upAnimation; /*动画的名称*/
  transform-origin: center bottom; /*设置动画旋转元素的基点为*/
  cursor: pointer;
  animation-duration: 2s; /*动画时间*/
  animation-fill-mode: both; /*播放后的状态*/
  animation-iteration-count: infinite; /*动作循环的次数：infinite 无限循环*/
}
@keyframes upAnimation{
  0%,
  100%
   {
	  transition-timing-function: cubic-bezier(0.215,.61,.355,1); 
	  transform: translate3d(0,0,0);
  }
  50%
  {
	  transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
	  transform: translate3d(0,-25px,0);
  }
  
}
.ind_acm .ind_lg{
	text-align: center;
	padding-top: 0.56rem;
}
.ind_acm .ind_lg1 img{
	max-width: 4.43rem;
}
.ind_acm .ind_lg2 img{
	max-width:2.7rem;
}
.ind_acm .ind_aw{
	padding:0.4rem;
	font-size: 0.27rem;
	line-height: 1.8;
	color: #fff;
	text-align: justify;
}
.ind_c{
	padding: 0.15rem 0.15rem 0.2rem;
}
.ind_cbg{
	background: #fff;
}

.ind_clist{
	padding: 0.46rem 0 0.7rem;
}
.ind_clist ul{
	font-size: 0;
	text-align: center;
	overflow: hidden;
}
.ind_clist ul li{
	display: inline-block;
	vertical-align: top;
	width: 1.86rem;
	padding: 0 0.18rem;
}
.ind_clist ul li a{
	display: block;
}
.ind_clist ul li img{
	width: 100%;
}
.ind_cjs{
	text-align: center;
	font-size: 0.23rem;
	line-height: 2;
	color: #5F5D5D;
	padding: 0.2rem 0 0;
}
.ind_d{
	padding: 0.5rem 0.15rem 0.38rem;
	background: #273B60;
}
.ind_dcm{
	color: #fff;
	font-size: 0.23rem;
	line-height: 2;
	text-align: center;
	padding: 0.2rem 0 0.4rem;
	background: url(../img/ind_tdbg.png) no-repeat center bottom;
	background-size: 1rem;
}

.ind_e{
	overflow: hidden;
}
.ind_e img{
	width: 100%;
	display: block;
}
.ind_e li{
	float: left;
	width: 14.2857%;
}
.ind_e li a{
	display: block;
	padding: 0.24rem 0 0.2rem;
	background: #D6C99C;
	color: #fff;
	text-align: center;
	border-radius: 0 0 0.2rem 0.2rem;
}
.ind_e li img{
	width: 0.64rem;
	display: inline-block;
	vertical-align: top;
}
.ind_e li p{
	font-size: 0.17rem;
	font-weight: bold;
	padding-top: 0.1rem;
}
.ind_e li:nth-child(2) a{
	background: #F0B397;
}
.ind_e li:nth-child(3) a{
	background: #DC8993;
}
.ind_e li:nth-child(4) a{
	background: #BEAAA9;
}
.ind_e li:nth-child(5) a{
	background: #B5DEDA;
}
.ind_e li:nth-child(6) a{
	background: #C4D4AD;
}
.ind_e li:nth-child(7) a{
	background: #9EA0AC;
}
.ind_f{
	padding: 0.5rem 0 0.4rem;
}
.ind_f .ind_tt{
	padding: 0 0.15rem;
}
.ind_f ul{
	padding-top: 0.35rem;
}
.ind_f li{
	padding-bottom: 0.08rem;
}

/* 子页面 */
.commm{
	overflow: hidden;
	border-top: 0.18rem solid #263A6C;
	background: #273B60;
}
.commm img{
	max-width: 100% !important;
	height: auto !important;
}
.bg_ff{
	background: #fff;
	padding: 0.25rem 0.25rem 0.5rem;
}
.new_com{
	overflow: hidden;
	border-top: 0.18rem solid #263A6C;
	padding:0.15rem;
}
.new_list{
	padding-bottom: 0.3rem;
}
.new_list li{
	padding: 0.2rem 0;
	border-bottom: 1px dashed #aaa;
}
.new_list li h3{
	font-size: 0.3rem;
	line-height: 1.4;
	padding-bottom: 0.12rem;
}
.new_list li h3 a{
	color: #000;
}
.new_list li p{
	font-size: 0.25rem;
	color: #333;
	line-height: 1.6;
	
}
.new_list li span{
	font-size: 0.22rem;
	color: #999;
}

.art_tit{
	text-align: center;
	font-size: 0.32rem;
	line-height: 1.4;
}
.art_tm{
	text-align: center;
	font-size: 0.24rem;
	color: #666;
	padding: 0.13rem 0 0.15rem;
}
.art_body{
	overflow: hidden;
	line-height: 1.9;
	font-size: 0.26rem;
	padding-bottom: 0.5rem;
}
.art_body img{
	max-width: 100% !important;
	height: auto !important;
}

.art_pn{
	border-top: 1px dashed #999;
	padding-top: 0.22rem;
	font-size: 0.24rem;
}
.art_pn p{
	padding: 0.05rem 0;
}

/*-------分页样式-------*/

.quotes {
    clear: both;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
.quotes ul li {
    border: 1px solid #CCCCCC;
    color: #666666;
    display: inline;
    margin-right: 0.04rem;
    padding: 0.04rem 0.07rem;
    text-decoration: none;
}
.quotes .thisclass {
    background: #CCCCCC;
}