 * {
  	padding: 0;
  	margin: 0;
  	border: 0;
  }
  a{
  	text-decoration: none;
  	-webkit-tap-highlight-color:transparent;
  }
 button,li{
 	cursor:pointer;
 }
  .line{
  	width:100%;
  	height:10px;
  	background:#262626;
  }
  .header_list{
  	display: none;
  }
  html,
  body {
  	max-width:1920px;
  	position:relative;
  	min-width:1200px;
  	overflow-x:hidden;
  	margin:0 auto;
  }
  a{
  	text-decoration: none;
  }
  body {
  	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	margin: 0;
  	padding: 0;
  }
  .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-container {
  	width: 100%;
  	height: 900px;
  	position: relative;
  }
  .index .swiper-slide p{
  	font:40px/40px "微软雅黑";
  	color:#DDDDDD;
  	background:rgba(0,0,0,0.3);
  	padding:40px;
  	margin-left:700px;
  	margin-top:300px;
  }
  .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;
  }
  
  .swiper-slide img:nth-of-type(1) {
  	width: 100%;
  	height: 100%;
  }
  .swiper-slide img:nth-of-type(2) {
  	width:524px;
  	height:118px;
  	position:absolute;
  	margin: auto;
  	bottom: 221px;
  	left:676px;
  	right:0;
  }
 .header {
  	width: 100%;
  	height: 100px;
  	border-bottom:1px solid rgba(255,255,255,0.2);
  	top: 0;
  	left: 0;
  	position: absolute;
  	z-index: 100;
  	transition:all 1s linear;
  	-webkit-transition:all 1s linear;
  	-o-transition:all 1s linear;
  	-moz-transition:all 1s linear;
  }
  .headerMin{
  	width:1200px;
  	height:100px;
  	margin:0 auto;
  }
  .header .header_logo {
  	width:131px;
  	height:60px;
  	float:left;
  	margin:20px 0;
  }
  .header .header_en{
  	float:right;
  	margin:50px 10px 0;
  	text-align:center;
  	background:#024282;
  	font:12px/24px "微软雅黑";
  	padding:0 10px;
  	color:#FFFFFF;
  }
  .header .header_ch{
  	float:right;
  	margin:50px 0 0;
  	text-align:center;
  	background:#024282;
  	font:12px/24px "微软雅黑";
  	padding:0 10px;
  	color:#FFFFFF;
  }
  .header ul {
  	width:840px;
  	height: 100px;
  	float: left;
  	margin-left:40px;
  	font-size: 0;
  }
  
  .header ul li {
  	width: 84px;
  	margin:0 18px;
  	height: 99px;
  	display: inline-block;
  	text-align: center;
  	vertical-align: top;
  	cursor:pointer;
  }
  
.header ul .headerMin_li{
  	border-bottom:3px solid #024282;
  }
  
.footer .headerMin_li a{
 	color:#407bc3;
 }
 
.header ul li p {
  	font: 14px/14px "微软雅黑";
  	color: #FFFFFF;
  	margin: 46px 0 10px;
 }
 
.header ul li span {
  	font: 12px/12px "微软雅黑";
  	color: #d1d6e0;
  }
  .header:hover{
  	background:#FFFFFF;
  }
 /*.header:hover .headerMin_li{
 	border-bottom:3px solid #34c5dc;
 }*/
 .header:hover p{
 	color:#024282;
 }
 .header:hover span{
 	color:#024282;
 }
.header:hover .header_en{
 	background:#333333;
 }
.header:hover .header_ch{
 	background:#333333;
 }
/* 新闻资讯*/
.index_us{
	width:1200px;
	height:510px;
	margin:40px auto;
} 
.index_usLeft{
	width:570px;
	height:510px;
	float:left;
}
.index_usTop{
	width:570px;
	height:26px;
	margin-bottom:44px;
}
.index_usTop h3{
	font:22px/26px "微软雅黑";
	color:#333333;
	letter-spacing:2px;
	float:left;
}
.index_usTop h3 i{
	font:16px/26px "微软雅黑";
	color:#999999;
}
.index_usTop button{
	width:58px;
	height:26px;
	border:1px solid #024282;
	background:#FFFFFF;
	font:12px/26px "微软雅黑";
	text-align:center;
	color:#666666;
	float:right;
}

.index_usUl{
	width:570px;
	height:440px;
}
.index_usUl li{
	width:570px;
	height:210px;
	margin-bottom:20px;
	list-style:none;
	border:1px solid #CCCCCC;
}
.index_usUl li:nth-of-type(2){
	margin-bottom:0;
}
.index_usUl h4{
	margin:30px 0 24px 30px;
	font:14px/14px "微软雅黑";
	color:#333333;
}
.index_usUl p{
	font:14px/24px "微软雅黑";
	color:#666666;
	margin-left:30px ;
	margin-bottom:14px;
	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp:2;
 	-webkit-box-orient: vertical;
}
.index_usMin{
	width:570px;
	height:80px;
	background:#e6e6e6;
}
.index_usList{
	width:168px;
	height:80px;
	float:left;
	background:#153d63;
}
.index_usMin img{
	width:102px;
	height:80px;
	float:right;
}
.index_usList h5{
	font:26px/46px "微软雅黑";
	color:#FFFFFF;
	margin-left:30px;
	margin-top:5px;
}
.index_usList span{
	font:12px/12px "微软雅黑";
	color:#FFFFFF;
	margin-left:30px;
}
.index_usRight{
	width:570px;
	height:510px;
	float:right;
}
.index_usRight p{
	font:14px/24px "微软雅黑";
	color:#666666;
	margin-left:30px ;
	margin-top:19px;
	text-indent:2em;
	margin-bottom:18px;
	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp:2;
 	-webkit-box-orient: vertical;
}
/*全景图*/
.index_hole{
	width:100%;
	height:670px;
	position:relative;
}
.index_ul{
	width:100%;
	height:670px;
	overflow: hidden;
	font-size:0;
    padding-top: 20px;
}
.index_ul li{
	width:50%;
	height:670px;
	display:inline-block;
	position: relative;
	z-index: 1;
}
.index_ul li img{
	width:100%;
	height:670px;
	
}
.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;
	bottom:200px;
	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:320px;
}
.index_artUl{
	width:1200px;
	height:170px;
	margin:0 auto;
	font-size:0;
	position: absolute;
	left:0;
	right:0;
	top:75px;
}
.index_artUl li{
	width:166px;
	height:166px;
	display:inline-block;
	margin-right:173px;
	text-align:center;
	border-radius:50%;
	vertical-align: top;
}
.index_artUl li p{
	font:22px/64px "微软雅黑";
}
.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){
	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:1200px;
	margin:40px auto;
}
.index_logo{
	width:1200px;
	height:320px;
	font-size:0;
}

.index_logo li{
	width:1200px;
	height:320px;
	display:inline-block;
	text-align: center;
    padding-top: 20px;
}
.index_logo li img{
	display:inline-block;
	width:186px;
	height:129px;
	margin:0 27px 31px;
	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:1200px;
	height:26px;
	margin:0 auto 40px;
}
.index_limitMin h3{
	font:22px/26px "微软雅黑";
	color:#333333;
	letter-spacing:2px;
	float:left;
	margin-left:24px;
}
.index_limitMin h3 i{
	font:16px/26px "微软雅黑";
	color:#999999;
}
.index_blueRight{
	width:20px;
	height:25px;
	float:right;
	margin-left:10px;
	margin-right:24px;
}
.index_blueLeft{
	width:20px;
	height:25px;
	float:right;
}

.footer{
	width:100%;
	height:246px;
	background:#024282;
}
.footer_top{
	width:100%;
	height:160px;
	background:#dedede;
}
.footer_menu {
	width:590px;
	height:42px;
	margin:59px 0;
	float:right;
}
.footer_menu p{
	font:14px/42px "微软雅黑";
	color:#333333;
	float:left;
	margin-right:15px;
}
.footer_menu img{
	margin:0 15px;
	vertical-align: middle;
}
.footer_topMin{
	width:1200px;
	height:160px;
	margin:0 auto;
}
.footer_left{
	width:494px;
	height:160px;
	margin-left:-20px;
	font-size:0;
	float:left;
}
.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;
}
.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:1200px;
	height:81px;
	margin:0 auto;
}
.footer_bottom p{
	font:12px/81px "微软雅黑";
	color:#FFFFFF;
	float:left;
	margin-right:50px;
}
.footer_bottom span{
	font:12px/81px "微软雅黑";
	color:#FFFFFF;
	float:left;
}
.footer>img{
	display: none;
}
