﻿@charset "utf-8";
/*banner*/
#banner{
	height:595px;
	position: relative;

}
#banner .banner1{
	background-size:cover;
}
#banner .beijing{
	position: absolute;
	width:960px;
	height:400px;
	left:50%;
	top:60px;
	margin-left:-480px;
	animation:animations 4s ease-out infinite;
	opacity: 0;

}
@keyframes animations{
    0%{transform:scale(0);opacity:0;}
    80%{transform:scale(1);opacity:1;}
    100%{transform:scale(0);opacity:0.8;}

}

/*@keyframes animations3{
    0%{transform:scale(1);opacity:1;}
    100%{transform:scale(0);opacity:0;}
}*/
#banner .banner1 .content{
	width: 960px;
	color: #fff;
	margin:10px auto;
    padding:80px 0;
	
}
#banner .banner1 .content h3{
	opacity: 0;
	font-size: 74px;
	font-weight:bold;
	padding:50px 0 10px;
	color:#fff;
	animation:animations2 1s ease-out 1s forwards;

}
@keyframes animations2{
    0%{transform:scale(4);opacity:0;}
    100%{transform:scale(1);opacity:1;}
   
}


#banner .banner1 .content h4{
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 17px;

}
#banner .banner1 .content p{
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	padding-top:16px;
}

/*banner2*/
#banner .banner2{
	background-image: url(../images/index/banner2.jpg);
}
#banner .banner2 .content{
	padding:130px 0 0;
	text-align: left;
	color:#fff;
}

#banner .banner2 .content h4{
	font-size: 46px;	
}

#banner .banner2 .content p{
	font-size:20px;
	margin-top:30px;
}
#banner .banner2 .content a{
	color:#fff;
	border:1px solid #fff;
	display: block;
	width:150px;
	height:40px;
	line-height: 40px;
	text-align: center;
	margin-top:50px;
}

/*banner3*/
#banner .banner3{

}
#banner .banner3 .content{
	padding:130px 0 0;
	text-align: left;
	color:#fff;
}
#banner .banner3 .content h4{
	font-size: 46px;
}

#banner .banner3 .content p{
	font-size:20px;
	margin-top:30px;
}
#banner .banner3 .content a{
	color:#fff;
	border:1px solid #fff;
	display: block;
	width:150px;
	height:40px;
	line-height: 40px;
	text-align: center;
	margin-top:50px;

}

/*banner4*/
#banner .banner4{
	background-image: url(../images/index/banner4.jpg);
}
#banner .banner4 .content{
	padding:130px 0 0;
	text-align: left;
	color:#fff;
}
#banner .banner4 .content a{
	color:#fff;
	border:1px solid #fff;
	display: block;
	width:150px;
	height:40px;
	line-height: 40px;
	text-align: center;
	margin: 296px auto 0;
	border-radius: 20px;
}


#banner .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:120px;
}
#banner .swiper-pagination-bullet{
    width:40px;
    height:3px;
    border-radius:0px;
    background: #fff;
}

#banner .smallul{
   position: absolute;
   width:100%;
   bottom:0;
   left:0;
   background: rgba(255,255,255,0.1);
   z-index:66;
   color:#fff;
}
#banner .smallul ul li{
 border-right:1px solid rgba(255,255,0,0.2);
  padding:15px 35px;
  width:25%;
  float:left;
  text-align: left;
}
#banner .smallul ul li h5{
	padding-bottom:5px;
}
#banner .smallul ul li p{
	font-size:14px;
}

.service ul{
	margin-left:-26px;
}
.service ul li{
	width:282px;
	float:left;
	margin-left:24px;
}
.service ul li > a{ 
	display: block; 
	width:100%; 
	height:100%; 
}
.service ul li h3{
   color:#333;
   font-size:18px;
   font-weight:bold;
   margin-top:18px;
}
.service ul li .hr{
	width:30px;
	height:1px;
	background: #333;
	margin: 10px auto;
}
.service ul li p{
	font-size:14px;
	color:#666;
	font-weight:bold;
}
.service ul li .img{
	height:178px;
	position: relative;
	border:1px solid #eaeaea;
	overflow: hidden;
	transition: all 0.6s;

}
.service ul li .img img{
   transition: all 0.6s;
   height:178px;	
   width:100%;
}
.service ul li:hover .img img{
    transform:scale(1.2);
	height:100%;
	width:100%;
}



.service ul li .desk{
   position: absolute;
   width:100%;
   height:100%;
   top:0;
   left:0;
   background: rgba(19,86,132,0.6);
}
.service ul li .desk a{
	display: inline-block;
	padding:0.1rem 0.2rem;
	border:1px solid #fff;
}
.service ul li:hover p{
   color:#135684;
}
.service .btn{
	margin:45px auto;
}
/*effect*/
.effect{
	padding-bottom: 60px;
	background: #f2f2f2;
}
.effect ul{

}
.effect ul li{
	width: 300px;
	color: #7f7f7f;
	float:left;
	margin-bottom:45px;
	position: relative;
}
.effect ul li .icon{
	position: relative;
	width:55px;
	height: 55px;
	margin:0 auto;
	line-height: 62px;
}
.effect ul li .icon img{
	vertical-align: middle;

}

.effect ul li .icon .hideimg{
	transform: scale(0,0);
	position: absolute;
	transition: all 0.6s;
}
.effect ul li:hover .icon .hideimg{
	transform: scale(1,1);

}
.effect ul li .icon .showimg{
	transform: scale(1,1);
	transition: all 0.6s;
}


.effect ul li:hover .icon .showimg{
	transform: scale(0,0);
}
.effect ul li .icon .hideimg1{
    left:2px;
	top:8px;
}
.effect ul li .icon .hideimg2{
    left:2px;
	top:8px;
}
.effect ul li .icon .hideimg3{
    left:4px;
	top:8px;
}
.effect ul li .icon .hideimg4{
    left:8px;
	top:8px;
}
.effect ul li .icon .hideimg5{
    left:4px;
	top:8px;
}
.effect ul li .icon .hideimg6{
    left:4px;
	top:8px;
}

.effect ul li .icon .hideimg7{
    left:0px;
	top:8px;
}
.effect ul li .icon .hideimg8{
    left:8px;
	top:8px;
}

.effect ul li h5{
	font-size: 14px;
	margin: 20px auto 15px;
	color:#666;
	font-weight:bold;
}
.effect ul li p{
	font-size: 14px;
	line-height: 24px;
}
.effect ul li:hover h5{
	color: #383838;
}





.adver{
	background: url(/skin/images/index/adverbg.png) no-repeat center;
}
.adver .slogan{
	text-align: left;
	float:left;
	color:#fff;
	width:300px;
	padding:20px 0;
	margin-left:186px;
}
.adver .slogan h4{
	font-size:24px;

}
.adver .slogan p{
	line-height: 28px;
	font-size:16px;
}
.adver .anniu{
	padding-right:;
	float:right;
	color:#fff;
	margin:30px 186px 0 0;
}
.adver .btn{
	color:#fff;
	border:1px solid #fff;
}
.adver .iphone{
position: relative;
background: url(/skin/images/index/iphone.png)no-repeat left center;
padding-left:30px;
margin-left:10px;
margin-top:10px;
font-size:16px;

}

.various .cont{
	position: absolute;
	width:520px;
	height:260px;
	background: rgba(0,0,0,0.8);
	top:88px;
	right:30px;
	text-align: left;
	padding-left:117px;
	padding-right:80px;
}
.various .cont h3{
	margin:48px 0 14px;
	font-size:24px;
	color:#fff;
}
.various span{
	display: inline-block;
	position: absolute;
	top:-10px;
	left:48px;
	text-align: center;
	background: rgba(19,86,132,0.9);
	width:40px;
	height:100px;
	font-size:24px;
	line-height: 100px;
	color:#fff;
}
.various .cont p{
	font-size:14px;
	opacity: 0.8;
	color:#fff;
}
.various .cont ul li{
	display: inline-block;
	color:#fff;
	text-align: center;
	margin-top:20px;
}
.various .cont ul li h4{
	font-size:16px;
}
.various .cont ul li:nth-child(2){
	padding:0 10px;
}

.various .anniu{
	position: absolute;
	width:140px;
	height:42px;
	background: #135684;
	text-align: center;
	right:0;
	bottom:30px;
	line-height: 42px;
	color:#fff;
	font-size:14px;
}
.various .btn{
	margin:30px auto 60px;
}
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-top .img{ width:100%; overflow:hidden; height:500px; }
.gallery-top .img img{ width:100%;  }
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 1;
}
.gallery-thumbs .swiper-slide .img{
	border:1px solid transparent;
	
}
.gallery-thumbs .swiper-slide .img{ width:100%; overflow:hidden; height:180px; }

.gallery-thumbs .swiper-slide .img img{
	width:100%;
	height: auto;
	min-height: 180px;
}

.gallery-thumbs .swiper-slide-thumb-active .img {
	border:1px solid #135684;	
}
.gallery-thumbs .swiper-slide-thumb-active h6{
     color:#135684;
} 
.gallery-thumbs h6{
	padding:10px 0;
	font-size:16px;
}

.marke{
	background: url(/skin/images/index/markbg.jpg) no-repeat top;
}
.marke .tit h3,.marke .tit p{
	color:#fff;
}
.marke article{
	width:510px;
	color:#eaeaea;
	text-align: left;
	font-size:15px;
	line-height: 26px;
	float:left;
}
.marke article p:nth-child(2){
	margin-top:46px;
}

.marke article a{
	color:#fff;
	border:1px solid #fff;
	text-align: center;
	margin:30px auto;
}
.marke img{ 
	float:right;
	display: inline-block;
}


.news{
	background-color: #f2f2f2;
	padding:0 0 46px;
}
.news ul li{
	width:382px;
	display: block;
	float:left;
	position: relative;

}
.news ul li:nth-child(2){
	margin:0 24px;
}
.news ul li h3{
	text-align: left;
	font-size:18px;
	padding:0 0 8px;
	border-bottom:1px solid #c1c1c1;
	margin-bottom:18px;
	font-weight: bold;
	color:#333;
}
.news ul li .img{
	position: relative;
	width:100%;
	height:200px;
	overflow: hidden;
	margin-bottom:10px;
}
.news ul li .img img{
	width:382px;
}
.news ul li p{
  font-size:14px;
  text-align: left;
  line-height: 26px;
  font-weight:bold;
  overflow: hidden;
 text-overflow:ellipsis;
 white-space: nowrap;

}
.news ul li .desk{
	position: absolute;
	width:100%;
	height:40px;
	background: #fff;
	left:0;
	bottom:0;
	font-size:14px;
	line-height: 40px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,#000 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,#000 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,#000 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,#000 100%);
    color:#fff;
}
.news ul li p a{

	color:#666;
}

.news .more{
	position: absolute;
    top:3px;
    right:0;
    font-size:14px;
    font-weight:bold;
    color:#333;

}




/*elite*/
.elite{
	padding-bottom:70px;
}
.elite .container{
	width:1100px;
	position: relative;
}
.elite .swiperbox{
	position: absolute;
	right:0;
	width:740px;
}
.elite .swiperbox .pic{
	width:304px;
	float:left;
}
.elite .swiperbox .pic img{ 
	width:304px;

  }
.elite .swiperbox .pic .btn{
	margin-top:58px;
}
.elite .swiperbox .discript{
	float:right;
	width:320px;
	border:20px solid #eaeaea;
	padding:40px 30px;
	background: #f9f9f9;
}
.elite .swiperbox .discript h3{
	text-align: left;
	font-size:24px;
	color:#333;
	font-weight:bold;
}
.elite .swiperbox .discript .hr1{
	width:70px;
	height:4px;
	background: #135684;
	margin:20px 0;
}
.elite .swiperbox .discript h6{
	margin-top:50px;
	text-align: left;
	font-size:24px;
	color:#135684;
}
.elite .swiperbox .discript span{
	font-size:18px;
	text-align: left;
	display: block;
	color:#666;

}
.elite .swiperbox .discript .hr2{
    width:30px;
	height:4px;
	background: #135684;
	margin:10px 0;
}

.elite .swiperbox .discript h4{
	font-size:24px;
	text-align: left;
}
.elite .swiperbox .discript p{
	font-size:14px;
	text-align: left;
	color:#666;
	line-height: 18px;
	padding:18px 0;
}
.elite .swiperli{
	position: relative;
	width:200px;
}
.elite .swiperli .swiper-wrapper{
	height:500px;	
}
.elite .swiperli img{
	width:198px;
}
.video{ background:red; }
.elite .swiper-button-next{
	left:84px;
	top:auto;
	bottom:-18px;
    width:34px;
    height:19px;
	background: url(/skin/images/index/icons.png) no-repeat 0px -50px;
}
.elite .swiper-button-prev{
	top:0px;
	width:34px;
    height:19px;
	left:84px;
	bottom:auto;
	background: url(/skin/images/index/icons.png) no-repeat 0px -30px;
}
