 * {
  	padding: 0;
  	margin: 0;
  	border: 0;
  }
  a{
  	text-decoration: none;
  	-webkit-tap-highlight-color:transparent;
  }
  .line{
  	width:100%;
  	height:10px;
  	background:#262626;
  }
  html,
  body {
  	width:100%;
  	position:relative;
  	overflow:auto;
  }
  a{
  	text-decoration: none;
  }
  body {
  	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	margin: 0;
  	padding: 0;
  }
  
  .swiper-container {
  	width: 100%;
  	height: 5.6rem;
  	position: relative;
  }
  
  .swiper-slide {
  	text-align: center;
  	font-size: 18px;
  	background: #fff;
  	/* Center slide text vertically */
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
  	position: relative;
  }
  .index .swiper-slide:nth-of-type(1){
  	background-image:url(../img/banner1.png);
  	background-size:cover;
  	background-position:center center;
  }
  .index .swiper-slide:nth-of-type(2){
  	background-image:url(../img/banner2.png);
  	background-size:cover;
  	background-position:center center;
  }
  .index .swiper-slide:nth-of-type(3){
  	background-image:url(../img/banner3.png);
  	background-size:cover;
  	background-position:center center;
  }
  .index .swiper-slide:nth-of-type(4){
  	background-image:url(../img/banner4.png);
  	background-size:cover;
  	background-position:center center;
  }
  .swiper-slide img:nth-of-type(1) {
  	width: 100%;
  	height: 100%;
  }
  .swiper-slide img:nth-of-type(2) {
  	width:2.4rem;
  	height:0.5rem;
  	position:absolute;
  	bottom: 1.2rem;
  	right:2.4rem;
  }
 .header {
  	width: 100%;
  	height: 5.6rem;
  	top: 0;
  	left: 0;
  	position: absolute;
  	z-index: 100;
  }
  .headerMin{
  	width:100%;
  	height:5.6rem;
  }
  .header .header_logo {
  	width:131px;
  	height:60px;
  	float:left;
  	margin:0.3rem;
  }
  .header .header_en{
  	float:right;
  	margin:50px 10px 0;
  	text-align:center;
  	background:#024282;
  	font:12px/24px "微软雅黑";
  	padding:0 10px;
  	color:#FFFFFF;
  	display:none;
  }
  .header .header_ch{
  	float:right;
  	margin:50px 0 0;
  	text-align:center;
  	background:#024282;
  	font:12px/24px "微软雅黑";
  	padding:0 10px;
  	color:#FFFFFF;
  	display:none;
  }
  .header_list{
  	width:0.4rem;
  	height:0.4rem;
  	float:right;
  	margin:0.3rem 0.4rem;
  }
  .header ul {
  	width: 40%;
  	height:5.6rem;
  	float: right;
  	background:#FFFFFF;
  	display: none;
  }
  
  .header ul li {
  	width: 100%;
  	padding:0.05rem 0;
  	height:0.6rem;
  	list-style:none;
  	text-align: center;
    border-bottom: solid 1px #ccc;
  }
  .header ul li:hover {
	  background:#153d63;
  }
  .header ul li:hover a p{
	  color:#fff;
  }
  .header ul .headerMin_li p{
  	font:bold 24px/0.6rem "微软雅黑";
  	color:#024282;
  }
  .header ul li p {
	  line-height:32px;
  	font: 24px/0.6rem "微软雅黑";
  	color: #333333;
  }
	.header ul li span {
  	font: 12px/12px "微软雅黑";
  	color: #d1d6e0;
  	display: none;
  }
  
  .zhongyingwen{
	  padding-left:35%;
	   padding-top:4.5%;
	  display:block;
  }
  .zhongyingwen a{
	  font-size:1.2em;
	  color:#000;
	 
  }
/* 新闻资讯*/
.index_us{
	width:92%;
	min-height:7.2rem;
	overflow: hidden;
	margin:0.6rem auto;
} 
.index_usLeft{
	min-height:7.2rem;
	overflow: hidden;
}
.index_usTop{
	width:100%;
	height:0.4rem;
	margin-bottom:0.66rem;
}
.index_usTop h3{
	font:32px/0.4rem "微软雅黑";
	color:#333333;
	letter-spacing:2px;
	float:left;
}
.index_usTop h3 i{
	font:26px/0.4rem "微软雅黑";
	color:#999999;
}
.index_usTop button{
	width:0.87rem;
	height:0.39rem;
	border:1px solid #024282;
	background:#FFFFFF;
	font:22px/0.4rem "微软雅黑";
	text-align:center;
	color:#666666;
	float:right;
}

.index_usUl{
	width:100%;
	min-height:440px;
	overflow:hidden;
}
.index_usUl li{
	width:100%;
	min-height:2.1rem;
	overflow: hidden;
	margin-bottom:0.6rem;
	list-style:none;
	border:1px solid #CCCCCC;
}
.index_usUl li:nth-of-type(2){
	margin-bottom:0;
}
.index_usUl h4{
	margin:0.45rem auto 0.36rem;
	font:24px/14px "微软雅黑";
	color:#333333;
	width:90%;
}
.index_usUl p{
	font:24px/48px "微软雅黑";
	color:#666666;
	width:90%;
	margin:0 auto 14px;
	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp:3;
 	-webkit-box-orient: vertical;
}
.index_usMin{
	width:100%;
	height:1rem;
	background:#e6e6e6;
	margin:0.2rem auto 0;
}
.index_usList{
	width:2rem;
	height:1rem;
	float:left;
	background:#153d63;
}
.index_usMin img{
	width:1.24rem;
	height:1rem;
	float:right;
}
.index_usList h5{
	font:36px/0.64rem "微软雅黑";
	color:#FFFFFF;
	margin-left:0.3rem;
	margin-top:5px;
}
.index_usList span{
	font:22px/22px "微软雅黑";
	color:#FFFFFF;
	margin-left:0.3rem;
}
.index_usRight{
	width:100%;
	min-height:7.2rem;
	overflow: hidden;
	margin-top:0.8rem;
}
.index_usRight>img{
	width:100%;
	height:auto;
}
.index_usRight p{
	font:24px/48px "微软雅黑";
	color:#666666;
	width:90%;
	margin:0.4rem auto;
	text-indent:2em;
	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp:2;
 	-webkit-box-orient: vertical;
}
/*全景图*/
.index_hole{
	width:100%;
	height:auto;
	position:relative;
}
.index_ul{
	width:100%;
	height:auto;
	overflow: hidden;
	font-size:0;
}
.index_ul li{
	width:50%;
	height:auto;
	display:inline-block;
	position: relative;
	z-index: 1;
}


.index_ul li img{
	width:100%;
	height:auto;
	
}
.index_ul li button{
	width:304px;
	height:70px;
	border-radius:35px;
	border:2px solid #FFFFFF;
	position:absolute;
	background:rgba(255,255,255,0);
	margin:auto;
	color:#FFFFFF;
	font:38px/64px "微软雅黑";
	left:0;
	right:0;
	top:0;
	bottom:0;
	outline: none;
}



.index_art{
	width:100%;
	height:464px;
}
.index_art h2{
	width:480px;
	text-align:center;
	font:48px/141px "微软雅黑";
	color:#333333;
	border-bottom:2px solid #000000;
	margin:0 auto 1px;
}
.index_artMin{
	width:100%;
	height:320px;
	position: relative;
	margin:0 0 40px;
}
.index_artMin>img{
	width:100%;
	height:3.2rem;
}
.index_artUl{
	width:8.4rem;
	height:1.7rem;
	margin:0 auto;
	font-size:0;
	position: absolute;
	left:0;
	right:0;
	top:0.75rem;
}
.index_artUl li{
	width:1.66rem;
	height:1.66rem;
	display:inline-block;
	margin-right:0.48rem;
	text-align:center;
	border-radius:50%;
	vertical-align: top;
}
.index_artUl li p{
	font:28px/0.64rem "微软雅黑";
}
.index_artUl li img{
	margin-top:46px;
}
.index_artUl li:nth-of-type(1) p{
	color:#c3b54b;
}
.index_artUl li:nth-of-type(2) p{
	color:#e4904b;
}
.index_artUl li:nth-of-type(3) p{
	color:#4197ad;
}
.index_artUl li:nth-of-type(4) p{
	color:#4bc392;
}

.index_artUl li:nth-of-type(1) img{
	width:0.45rem;
	height:0.39rem ;
}
.index_artUl li:nth-of-type(2) img{
	width:0.45rem;
	height:0.3rem ;
}
.index_artUl li:nth-of-type(3) img{
	width:0.42rem;
	height:0.48rem ;
	margin-top:34px;
}
.index_artUl li:nth-of-type(4) img{
	width:0.45rem;
	height:0.39rem ;
	margin-top:38px;
}

.index_artUl li:nth-of-type(1){
	border:2px solid #c3b54b;
}
.index_artUl li:nth-of-type(2){
	border:2px solid #e4904b;
}
.index_artUl li:nth-of-type(3){
	border:2px solid #4197ad;
}
.index_artUl li:nth-of-type(4){
	border:2px solid #4bc392;
	margin-right:0;
}
/*@keyframes three {
	0% {
		
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

@-webkit-keyframes three {
	0% {
		
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

@-moz-keyframes three{
	0% {
		
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}
@-o-keyframes three{
	0% {
		
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}*/
.index_limit{
	width:8.4rem;
	margin:0.6rem auto;
}
.index_logo{
	width:8.4rem;
	height:3.9rem;
	overflow:hidden;
	font-size:0;
}

.index_logo li{
	width:8.4rem;
	height:3.9rem;
	display:inline-block;
	text-align: center;
	padding-top: 10px;  
}
.index_logo li img{
	display:inline-block;
	width:2.4rem;
	height:1.7rem;
	margin:0 0.2rem 0.3rem;
	box-shadow: 0 0 3px 3px #DDDDDD;
	-webkit-box-shadow: 0 0 3px 3px #DDDDDD;
	-moz-box-shadow: 0 0 3px 3px #DDDDDD;
	-o-box-shadow: 0 0 3px 3px #DDDDDD;
}
.index_limitMin{
	width:100%;
	height:0.4rem;
	margin:0 auto 40px;
}
.index_limitMin h3{
	font:32px/0.4rem "微软雅黑";
	color:#333333;
	letter-spacing:2px;
	float:left;
}
.index_limitMin h3 i{
	font:26px/0.4rem "微软雅黑";
	color:#999999;
}
.index_blueRight{
	width:0.3rem;
	height:0.37rem;
	float:right;
	margin-left:0.2rem;
}
.index_blueLeft{
	width:0.3rem;
	height:0.37rem;
	float:right;
}

.footer{
	width:100%;
	height:2.8rem;
	background:#024282;
	text-align: center;
}
.footer_top{
	width:100%;
	height:1rem;
	padding-top:0.6rem;
	background:#dedede;
}
.footer_menu {
	width:6.2rem;
	height:42px;
	margin:0 auto;
}
.footer_menu p{
	font:24px/42px "微软雅黑";
	color:#333333;
	float:left;
	margin-right:15px;
}
.footer_menu img{
	margin:0 15px;
	vertical-align: middle;
}
.footer_topMin{
	width:92%;
	height:160px;
	margin:0 auto;
}
.footer_left{
	width:560px;
	height:160px;
	font-size:0;
	float:left;
	display: none;
}
.footer_left li{
	width:60px;
	height:160px;
	display: inline-block;
	margin-right:10px;
	text-align: center;
}
.footer_left li a{
	font:14px/160px "微软雅黑";
	color:#333333;
}
.footer_right{
	width:102px;
	height:86px;
	float:right;
	font-size:0;
	display: none;
}
.footer_right li{
	width:34px;
	height:86px;
	display:inline-block;
	text-align: center;
}
.footer_right li img{
	width: 9px;
	height:17px;
	margin-top:34px;
}
.footer_right li .footer_img{
	width:19px;
}
.footer_right li .footer_imgTwo{
	width:20px;
}

.footer_bottom{
	width:92%;
	height:1.2rem;
	margin:0 auto;
}
.footer_bottom p{
	font:22px/0.4rem "微软雅黑";
	color:#FFFFFF;
	margin-right:0.3px;
	display:inline-block;
	margin-top:0.2rem ;
}
.footer_bottom span{
	font:22px/0.4rem "微软雅黑";
	color:#FFFFFF;
	display: block;
}
.footer>img{
	width:0.6rem;
	height:0.6rem;
	position:absolute;
	top:-0.6rem;
	right:0;
} 