@charset "utf-8";

button{
	border: none;
	background: #333;
	color: #eee;
	padding: 10px;
}
.clearfix:after{
	content: '';
    display: block;
    clear: both;    /* 清除浮动*/
}
h1{
	padding: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
header{
	background: rgba(0,0,0,0.4);
}
body{overflow-x:hidden}
/*头部*/

/*标题栏*/

nav{                   /*标题栏背景和高度*/
	background: transparent;
	height: 50px;
	/*position:fixed;固定页头后会使一些语句失效*/
}
nav ul{               
	list-style: none;  /* 不要列表样式*/
	margin: 0;
	float: right;
}
nav ul li,nav .logo{
	display: inline-block;   /*内联块状元素：与其他元素都在一行上，元素的宽高可设置*/
	line-height: 50px;      /*行高*/
	margin-right: 20px;    /*右外边距  */
}
a{
	text-decoration: none;
}
nav ul li a{
	line-height: 50px;      
	text-decoration: none;/*去掉原样式*/
	display: inline-block;  
	height: inherit;    
	color: #fff;
	
}

nav .logo {
	padding-left: 10px;
	float: left;
}

.logo{
	font-size: 20px;   /*字体大小*/
	font-weight: 700;    /*字体粗细*/
	letter-spacing: 1px;  /*字间距*/
}
.logo a{
	color: #fff;

}



/*头部*/
#banner{                  /*头部背景和高度*/
	background: rgba(0,0,0,0.2);
	height: 700px;
}


#banner .inner {
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 160px;
}
#banner .inner h1{
	margin: 0;
}

#banner .inner button{
     padding: 14px 40px;
}
#banner .inner i{
	display: block;
	margin-top:20px;
}
/*#banner .inner .more{
     margin-top: 200px;      
}
*/
.sub-heading{
	line-height: 30px;
	margin: 30px 0;
}

/*内容*/
.hr{
   width: 100%;
   margin:20px auto;
   height: 2px;
}
.sub-heading{
	font-size: 18px;
}
.green-section{
	background: #0B7BB2;
	color:#fff ;
	text-align: center;
	padding: 100px 0;
}
.green-section .hr{
	background:#243C47;
	width: 60%;

}
.wrapper{
	max-width: 1080px;
	margin: 0 auto;
}
.green-section .icongroup .iicon{
	display: inline-block;
}
.green-section .icongroup .icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    border:2px solid #5a6879;
    transform:rotate(45deg); /* 旋转45度*/
    margin: 20px;
}
 .green-section .icongroup .icon i{
 	display: inline-block;
 	 font-size: 46px;
 	 text-align: center;
 	 vertical-align: middle;
 	 transform:rotate(-45deg);
 	 position: relative;
 	 top: 17px;
 	 left: 3px; 
 	 
 }
.icongroup {
	margin-top: 60px;
}




.article-preview > div{
    float: left;
    font-size: 0;     /*字体大小不致零，两块图片之间会有缝隙*/
}
.article-preview:after{
	content: '';
    display: block;
    clear: both;    /* 清除浮动*/
}
.article-preview{
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px;
}
.gray-section {
	background: #252f34;
	color: #fff;
}

.gray-section .team-1{ 
	display: inline-block;
	width: 45%;
}
.team-1 h2{
	margin-bottom: 5px ;
}
.team-1 .team-sub{
	font-size: 16px;
	margin: 5px 20px;

}
.team-1 .tean-p{
	margin-top: 10px;
	text-indent: 2em;max-width: 90%;
}
/*.team-1 img{
	width: 100%;
}*/
.gray-section .team-2{
	width: 45%;
   /* position: relative;*/
    top: 68px;
    left: 50px;
}

.team-2 h2{
	/*margin-top: 20px;*/
}
.team-2 .team-sub{
	font-size: 18px;
	margin: 8px 0;
}
.team-2 p{
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0;
	text-indent: 2em;
	color:#9ea9ae;
}

.team-2 .sub-heading{
	font-size: 22px;
	margin-top: 0;
}

.team-2 >*{       /*.team-2的所有子元素*/
	max-width: 95%;    /*文本溢出*/
}


.article-preview:nth-child(odd){
	background-color: rgba(255,255,255,0.05);
}





.purple-section{
	padding: 80px;
	background:#252f34;
	color: #fff;
}
 .heading-wrapper{
	text-align: center;
	max-width: 1080px; 
	margin: 0 auto;
}
.purple-section .hr{
	background: #373259;
	width: 60%;
}
.card{
	float: left;
	width: 50%;
	/*min-height: 150px;*/ /* 最少高度300px，待修改*/
	/*padding: 50px;*/
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	border:1px solid width;
	text-align: center;
}
.card h3{

}
.card-group{
	max-width: 1080px; 
	margin: 0 auto;
}
.card-group:after{
	content: '';
    display: block;
    clear: both;    /* 清除浮动*/
}
 p{
	font-size: 18px;
	letter-spacing: 1px;
}
/*.card:first-child{
	background: rgba(0,0,0,0.04);
}
.card:nth-child(2){
	background: rgba(0,0,0,0.06);
}
.card:nth-child(3){
	background: rgba(0,0,0,0.08);
}
.card:nth-child(4){
	background: rgba(0,0,0,0.10);
}
.card:nth-child(5){
	background: rgba(0,0,0,0.12);
}
.card:nth-child(6){
	background: rgba(0,0,0,0.14);
}
.card:nth-child(7){
	background: rgba(0,0,0,0.16);
}
.card:nth-child(8){
	background: rgba(0,0,0,0.18);
}
.card:nth-child(9){
	background: rgba(0,0,0,0.20);
}
.card:nth-child(10){
	background: rgba(0,0,0,0.22);
}
.card:nth-child(11){
	background: rgba(0,0,0,0.24);
}
.card:nth-child(12){
	background: rgba(0,0,0,0.26);
}*/

footer{
	background: #333;
	color: #fff;
	min-height: 200px;
	text-align: center;
}
ul{
	margin: 0;
}
ul.share-group{
	display: block;
	width: 1080px;
	margin: 0 auto;
	padding: 50px;
}
.share-group li{
	display: inline-block;
	padding: 10px;
}
.copy{
	padding-bottom: 20px;
}


.main-wrapper{
	background: #444 url(../img/11.jpg);
	background-attachment: fixed;             /*将背景图片固定，不会随网页移动而移动*/
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-way{
	padding:20px;
	/*padding:50px;color:#fff;*/
	text-align: left;
	display: inline-block;
	font-size:24px;
}
.contact-way p{
	font-size: 24px;
	display:inline-block;
	/*margin:10px;*/
}

.con-in1{
	display: inline-block;
	margin: 0 20px;
}
.con-in2{
	display: inline-block;
	margin: 0 40px;
}
.client{
	margin-top: 100px;
	position: relative;
	height: 260px;
}
.client-img1{
	position: absolute;
	left: 115px;
	/*float: left;
	width: 210px;
	margin-right: 150px;*/
}
.client-img2{
	position: absolute;
	left: 50%;
	margin-left: -105px;
	/*display: inline-block;
	margin-left: 110px;
	margin-right: 110px;*/
}
.client-img3{
	position: absolute;
	right: 115px;
	/*display: inline-block;
	margin-right: 115px;*/
}

.client-img4{
	position: absolute;
	left: 115px;
	top: 130px;
	/*float: left;
	width: 210px;
	margin-right: 150px;*/
}
.client-img5{
	position: absolute;
	left: 50%;
	margin-left: -105px;
	top:130px;
	/*display: inline-block;
	margin-left: 110px;
	margin-right: 110px;*/
}
.client-img6{
	position: absolute;
	right: 115px;
	top: 130px;
	/*display: inline-block;
	margin-right: 115px;*/
}

.share-group a{
	color: #fff;
}