a {
    color: #fff;
    text-decoration: none;
}
body { font: 14px "Microsoft Yahei",Arial,Helvetica,sans-serif; color: #515151;}
a:hover ,a:focus{
	text-decoration: none;
}
ul, ol {
    list-style-type: none;
}
.m-b-md{
	margin-bottom: 50px;
}
.m-t-md{
	margin-top: 20px;
}
.m-t{
	margin-top: 15px;
}
.fa-left {
    margin-right: 10px;
}
.navbar-default{
	background-color: rgba(255, 255, 255, 0);
	border:none !important;
}
.navbar-brand{
	float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 5px 0 0 15px;
}
.navbar-nav > li > a{
	padding-bottom: 15px;
    padding-top: 15px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	border: 1px solid #fff;
	border-radius: 5px;
	background:rgba(255, 255, 255, 0) ;
	color: #fff;
}
/*第一*/
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 30px;
}
.carousel-indicators .active {
    background-color: #fff;
    height: 12px;
    margin: 0;
    width: 32px;
}
/*第二*/
.section2{
    background: #3366ff url("../images/bg2.jpg") no-repeat scroll center center / 100% 100%;
}
.hi-icon {
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	margin: 15px 30px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
/* Effect 8 */
.hi-icon-effect .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.hi-icon-effect .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.hi-icon-effect .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}
.hi-icon-effect .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 50px rgba(255,255,255,0.1), 0 0 50px 50px #fff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 50px rgba(255,255,255,0.1), 0 0 50px 50px #fff, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 50px rgba(255,255,255,0.1), 0 0 50px 50px #fff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 50px rgba(255,255,255,0.1), 0 0 50px 50px #fff, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
.sectitle{
	background:#0066FF;
	padding:15px 20px;
	font-size:32px;
	margin-top:100px;
	display:inline-block;
	display: inline-block;
	border: 1px solid #0066FF;
	color: #fff;
	transform: skew(-20deg);
}
.sectitle div{
	transform: skew(20deg);
}
.sectitle2{
	background:#FF9966;
	padding:15px 20px;
	font-size:32px;
	margin-top:100px;
	display:inline-block;
	display: inline-block;
	border: 1px solid #FF9966;
	color: #fff;
	transform: skew(20deg);
}
.sectitle2 div{
	transform: skew(-20deg);
}
.secp{
	padding:10px 50px 15px;
	font-size:14px;
}
.modalsix{
	background-color:rgba(255,255,255,1);
	border-radius: 10px;
	box-shadow:0px 0px 50px #fff;
	margin: 10% auto;
	width: 600px;
	position: relative;
	height:40%;
}
/*第三屏*/
.section3 {
    background: #3366ff url("../images/bg3-s.jpg") no-repeat scroll center center / 100% 100%;
}
.thirdtitle {
    border-bottom: 3px solid #000;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-right: 40px;
}
.thirdslogen {
    margin: 5px 0 10px;
}
.section p {
    line-height: 25px;
}
/*第四屏*/
.section4 {
    background: #3366ff url("../images/bg4-s.jpg") no-repeat scroll center center / 100% 100%;
}
.fourtitle {
    border-bottom: 3px solid #fff;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.fuwujiazhi{
	background: url("../images/pro.png") no-repeat center center / 100% 100%;
	height: 373px;
	width: 1023px;
	margin: 1px auto;
}
.section h1 {
    font-size: 32px;
    font-weight: 100;
    line-height: 1.4;
    margin-bottom: 20px;
}
.proimg {
    width: 70%;
}
/*第五*/
.section5 {
    background: #3366ff url("../images/bg5-s.jpg") no-repeat scroll center center / 100% 100%;
}
.fivetitle{
	border-bottom:3px solid #fff;
	display: inline-block;
	color:#fff;
	padding-bottom:20px;
	padding-right:40px;
	padding-left:40px;
	margin-bottom:30px;
}
.zcimg{
	width: 110px;
	margin: 10px auto;
}
.fiveblock{
	margin: 10px 20px;
}
.font-color-white {
    color: #fff;
}
/*第六屏*/
.section6{
    background: rgba(0, 0, 0, 0) url("../images/bg8-s.jpg") no-repeat scroll center center / 100% 100%;
}
.sixtitle {
    border-bottom: 3px solid #fff;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.join {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    color: #fff;
    margin: 1em 2em;
    padding: 2em;
}
.join p {
    font-family: "microsoft yahei";
    font-size: 14px;
    margin: 0.2em 0.3em 0.1em 0;
}
.btn-join {
    border: 2px solid #e6e6e6;
    border-radius: 0.3em;
    color: #fff;
    display: inline-block;
    font-family: "Trajan Pro","microsoft yahei";
    font-size: 1em;
    margin-top: 20px;
    padding: 0.8em 2em;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.btn-join:hover {
    border: 2px solid #fff;
    color: #fff;
    padding: 0.8em 6em;
}

/*第七屏*/
.cooperationtitle{
	    border-bottom: 3px solid #fff;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}


/*640px X *480px */
   @media (max-width: 640px){
   body{
   	font-size: 14px !important;
   }
   /*第一屏*/
  .slidesimg1{
  	background: #3366ff url("../images/1.jpg") no-repeat scroll center center / 100% 100%;
  	height: 100%;
  	min-height:680px ;
  }
  .slidesimg1 img{
  	display:none !important;
  }
   .slidesimg2{
  	background: #3366ff url("../images/kaifangx.jpg") no-repeat scroll center center / 100% 100%;
  	height: 100%;
  	min-height:680px ;
  }
  .slidesimg2 img{
  	display:none !important;
  }
   .slidesimg3{
  	background: #3366ff url("../images/lianjiex.jpg") no-repeat scroll center center / 100% 100%;
  	height: 100%;
  	min-height:680px ;
  }
  .slidesimg3 img{
  	display:none !important;
  }
   .slidesimg4{
  	background: #3366ff url("../images/gongxiangx.jpg") no-repeat scroll center center / 100% 100%;
  	height: 100%;
  	min-height:680px ;
  }
  .slidesimg4 img{
  	display:none !important;
  }
  .navbar-brand img{
  	width: 80%;
  }
  .m-t{
  	margin-top:0 ;
  	margin-bottom: 0;
  }
  .navbar-default{
  	background-color:rgba(0, 0, 0, 0.3) ;
  }
  .navbar-collapse{
  	background-color:#fff ;
  }
  .navbar-nav{
  	width: 100%;
  	margin: 0;
  }
  .nav > li{
  	text-align: center;
  	border-bottom:1px dashed #333333 ;
  }
  .nav > li:last-child{
  	text-align: center;
  	border-bottom:none;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
  	color:#000000;
  }
  
 /*第二屏*/
.section2{
    background: #3366ff url("../images/bg2x.jpg") no-repeat scroll center center / 100% 100%;
}
.hi-icon {
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	margin: 15px 30px;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	text-overflow:ellipsis
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon p {
	line-height:25px;
	max-height:80px;
	overflow:hidden;
	text-overflow:ellipsis;
}
/* Effect 8 */
.hi-icon-effect .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.hi-icon-effect .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.hi-icon-effect .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}
.hi-icon-effect .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 50px rgba(255,255,255,0.1), 0 0 50px 50px #fff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 50px rgba(255,255,255,0.1), 0 0 50px 50px #fff, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 50px rgba(255,255,255,0.1), 0 0 50px 50px #fff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 50px rgba(255,255,255,0.1), 0 0 50px 50px #fff, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
} 
.sectitle{
	background:#0066FF;
	padding:5px 10px;
	font-size:16px;
	margin-top:50px;
	display:inline-block;
	display: inline-block;
	border: 1px solid #0066FF;
	color: #fff;
	transform: skew(-20deg);
}
.sectitle div{
	transform: skew(20deg);
}
.sectitle2{
	background:#FF9966;
	padding:5px 10px;
	font-size:16px;
	margin-top:50px;
	display:inline-block;
	display: inline-block;
	border: 1px solid #FF9966;
	color: #fff;
	transform: skew(20deg);
}
.sectitle2 div{
	transform: skew(-20deg);
}
.secp{
	padding:10px 20px 15px;
	font-size:14px;

}
.modalsix{
	background-color:rgba(255,255,255,1);
	border-radius: 10px;
	box-shadow:0px 0px 50px #fff;
	margin: 30% auto;
	width: 300px;
	position: relative;
	height:40%;
}
.thirdslogen{
	font-size: 14px;
}
/*第三屏*/
.section3 {
    background: #3366ff url("../images/bg3x.jpg") no-repeat scroll center center / 100% 100%;
}
.thirdtitle {
    border-bottom: 3px solid #000;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-right: 40px;
}
.thirdslogen {
    margin: 5px 0 10px;
}
.section p {
    line-height: 25px;
}
/*第四屏*/
.section4 {
    background: #3366ff url("../images/bg4x.jpg") no-repeat scroll center center / 100% 100%;
}
.fourtitle {
    border-bottom: 3px solid #fff;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.fuwujiazhi{
	background: url("../images/prox.png") no-repeat center center / 100%;
	height: 480px;
	width: 100%;
	margin: 1px auto;
}
.section h1 {
    font-size: 20px;
    font-weight: 100;
    line-height: 1.4;
    margin-bottom: 20px;
}
.proimg {
    width: 70%;
}
/*第五*/
.section5 {
    background: #3366ff url("../images/bg5x.jpg") no-repeat scroll center center / 100% 100%;
}
.fivetitle{
	border-bottom:3px solid #fff;
	display: inline-block;
	color:#fff;
	padding-bottom:20px;
	padding-right:40px;
	padding-left:40px;
	margin-bottom:30px;
	font-size: 16px;
}
.zcimg{
	width: 110px;
	margin: 10px auto;
}
.zcimg img{
	width: 80%;
}
.m-b-md{
	margin-bottom: 5px
}
.fiveblock{
	margin: 5px 10px;
}
.fiveblock h2{
	font-size:16px;
}
.font-color-white {
    color: #fff;
}
/*第六屏*/
.section6{
    background: rgba(0, 0, 0, 0) url("../images/bg8x.jpg") no-repeat scroll center center / 100% 100%;
}
.sixtitle {
    border-bottom: 3px solid #fff;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.join {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    color: #fff;
    margin: 1em 2em;
    padding: 2em;
}
.join p {
    font-family: "microsoft yahei";
    font-size: 14px;
    margin: 0.2em 0.3em 0.1em 0;
}
.btn-join {
    border: 2px solid #e6e6e6;
    border-radius: 0.3em;
    color: #fff;
    display: inline-block;
    font-family: "Trajan Pro","microsoft yahei";
    font-size: 1em;
    margin-top: 20px;
    padding: 0.8em 2em;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.btn-join:hover {
    border: 2px solid #fff;
    color: #fff;
    padding: 0.8em 6em;
}

/*第七屏*/
.cooperationtitle{
	    border-bottom: 3px solid #fff;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.img-rounded{
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
}


}