﻿@font-face {
    font-family: "Microsoft YaHei";
}
* {
    margin: 0;
    padding: 0;
    
}
body {
    height: 100%;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    font-size: 14px;
	color: #fff;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
::selection {
	color: #fff;
	background: #3da8f6;
}

::-moz-selection {
 color: #fff;
 background: #3da8f6;
}
p {
	color: #fff;
	margin: 0 0 1em !important;
}
hr {
	border:0.5px solid #ddd;
}

.show {
	opacity: 1;
}

.btn {
	color:#fff;
	background-color:transparent;
}
.btn:hover {
	color:#fff !important;
}
.btn:focus {
	outline: none;
}

.btn {
	border: 0px;
	border-radius: 0px;
}

.btn{
	display: inline-block;
	padding: 8px 12px;
	}
.btn, .form-control, .team-socials i {
	border-radius: 0px !important;
}
.form-group {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 75%;
}
.form-control {
	outline: none;
	color: #6a7aa1;
	margin: 0;
	max-width: 100%;
	background: #081535;
	font-size: inherit;
	border-radius: 0px !important;
	width: 99%;
	padding: 12px 10px;
	border: 0.5px solid #00aec3;
	font-weight: 200;
}
.button-outline {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	color: #fff;
	padding: 10px 30px;
	border: 1px solid #008fbe;
	border-radius: 0px;
	font-size: 16px;	
	background:#008fbe;
}
.button-outline:hover {
	color: #fff;
	background: rgba(255,255,255,0.35);
}
.button-outline:focus {
	color: #fff;	
	border: 0.5px solid #008fbe;
}

a {	
    color:#999999;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover {
	color: #03f1ff;
	text-decoration: none;
}

#navigation {
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #ffffff;
	box-shadow: 0 10px 10px -10px #000000;
}
#navigation > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation > li > a {
	margin: 1px;
	color: #000000;
	background: #cccccc;
	display: block;
	padding: 5px;
	text-decoration: none;
	transition: all 400ms;
}
#navigation > li > a.current,  #navigation > li:hover > a {
	background: #999999;
}

.m-5 {
	margin: 5px;
}
.m-10 {
	margin: 10px;
}
.m-60 {
	margin: 60px;
}
.m-20 {
	margin: 20px;
}
.m-t-10{
	margin-top:10px;
}
.m-t-20{
	margin-top:20px;
}
.m-t-30{
	margin-top:30px;
}
.m-t-60{
	margin-top:60px;
}
.m-b-10{
	margin-bottom:10px;
}
.m-b-20{
	margin-bottom:20px;
}
.m-b-30{
	margin-bottom:30px;
}
.m-b-60{
	margin-bottom:60px;
}
.m-l-10{
	margin-left:10px;
}
.m-l-20{
	margin-left:20px;
}
.m-l-30{
	margin-left:30px;
}
.p-10{
	padding:10px;
}
.p-t-10{
	padding-top:10px;
}
.p-t-30{
	padding-top:30px;
}
.p-b-10{
	padding-bottom:10px;
}
.p-b-30{
	padding-bottom:30px;
}
.copyright {
	background:transparent;
	text-align: center;
	
}
.copyright a{color: #FFDF00;}
.copyright a:hover{color: #FFFFFF !important;}
#top {
	position: relative;
}
.topHome {
	position: fixed;
	z-index: 5;
}
    .topHome:hover {
        
        color: #3b92eb;
    }


.header {
	position: fixed;
	width: 100%;
	background:rgba(15, 15, 15, 0.5);
	z-index: 50;
	border-radius: 0;
    top:2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.navbar-inverse {
	background: transparent;
}
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #03f1ff;
        
        border-radius: 0px;
        
    }
.navbar-inverse .navbar-toggle:hover .icon-bar {
	background: #fff;
}
.navbar-toggle {
}


footer { 
	background: #100c1b;
	padding: 40px; 
}

footer h4{
	font-size:18px;
}
footer p{
	color:#fff;
}

.home-foot{
    width: 100%;    
}

.foot-right >ul >li{
    float: left;
    margin-right: 20px;
	list-style: none;
}
.foot-right >ul{
    width: 100%;
	
}
.foot-right >ul >li >a{     
    display: inline-block;
    line-height: normal;    
    padding: 6px 0px !important;
    font-weight: normal;
	list-style: none;
}
.foot-right >ul >li >a hover{
    background:translate;    
}
.foot-right >ul >li >a focus{
    background:translate;    
}
.foot-active{
    color: #03f1ff!important;
    border-bottom: 0.5px solid #03f1ff;
}
.foot-content{
    width: 100%;
    letter-spacing: 1px;
    margin-top: 15px;
}



.header .navbar-brand {
    float: left;
    padding: 10px 0px;
    line-height: 18px;
}
.navbar-brand b {
	color: #FFDF00;
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
}
.navbar-brand b i {
	color: #fff;
	font-style: normal;
}
.logo {
	font-size: 2.2em;
	text-shadow: none;
	margin: 8px 0 0 0;
}
.logo:hover {
	color: #5A5A5A;
}
.header .navbar {
    margin: 0;
    background:rgba(22, 22, 22, 0.7);
    opacity: 0.8;
    border: 0;
    padding: 0px 5px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #03f1ff;
    font-size: 1.1em;
    line-height: normal;
    margin: 10px;
    padding: 6px 0px !important;
    border-radius: 5px;
    font-weight: normal;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #03f1ff;
	background: none;
    border-radius: 0px;
    font-weight: normal;
}
.navbar-inverse .navbar-nav > .active {
}
.navbar-nav > li:hover > a {
	color: #03f1ff;
}
.header .navbar-nav > li > a {
	padding: 25px 18px;
}

.bg-title{
	position: relative;
	text-align: center;	
}
.bg-title span{	
	font-size: 48px;
	letter-spacing: 1px;
	color:#e8eff3;	
}
.bg-title p{
	position: absolute;
	color: #3da8f6;
	font-weight:bold;
	font-size: 24px;
	letter-spacing: 0.5px;
	left:0;
	right:0;
	bottom:0;
}
.bg-title-info{
	color: #999999;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
}


img, video, iframe, embed, object {
	max-width: 100%;
	height: auto;
}


.Banner{
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.Banner-item{
	position: relative;
	text-align:center;		
}
.Banner-item p{
	color: #333333;		
}

.Banner-pic{
	margin-top:-80px;
	max-width: 100%;	
	background:#3da8f6;
	padding: 10px;
}
.Banner-pic1{
	position: relative;
	max-width: 100%;	
	background:#3da8f6;	
	margin-top: 20px;
	padding: 10px;	
}
.Banner .Banner-pic > img{
	max-width: 100%;
}

.Banner-infor{
    color: #ffffff;
	padding-top: 5px;
}

.Banner .Banner-infor:before{
	position: absolute;
	left: 0px;
	top: 0px;
}
.Banner .Banner-infor .more-link{
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0;
	display: inline-block;
}


.service{
	position: relative;
	background-image: url(../image/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #000;
}
.service-item{
	margin: 20px 0 20px 0px;
	text-align:left;
}
.service-item h4{
	color: #333333;
}
.service-item p{
	color: #999999;
}


.case{
	position: relative;
	background-color: #fff;
	color:#000;
	text-align: center;
}
.case-item{
	margin: 30px 0px 30px 0px;
	text-align: center;
}
.case-item-bg {
	position: absolute;
	background:rgba(15, 15, 15, 0.5);	
	z-index: 50;
	border-radius: 0;
	width: 248px;
    bottom: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.case-item span{
	color: #fff;
	
}


.intro{
	position: relative;	
	background:#ecf4f8;
	text-align:center;
}
.intro h2{	
	color: #0066ce;
	font-weight: bold;
}
.intro p{	
	color: #333333;
}


.app-item{
	position: relative;	
	text-align:center;
	font-size: 14px;
}
.app-item h4{	
	color: #3da8f6;
	font-size: 14px;
	font-weight: bold;
}
.app-item small{	
	color: #3da8f6;
}



	

.aboutus_banner{
	position: relative;
	background-image: url(../image/banner_aboutus.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}
.aboutus-item{
	margin: 10px 0 10px 0;
	text-align:center;
}
.aboutus-item-bg {
	position: absolute;
	text-align:center;
	width: 92%;
	background:rgba(15, 15, 15, 0.5);	
	z-index: 50;
	border-radius: 0;
    bottom: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.aboutus-item-bg h4{
	color: #fff;
	font-weight:bold;	
}

.aboutus-banner{
	position: relative;
	text-align: center;
}
.aboutus-banner img{
	position: relative;
	width: 100%;
	height: 120px;
}
.aboutus-banner-info{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	top: 30px;
	color: #666666;
}
.aboutus-banner-info p{	
	font-size: 14px;
	font-weight:200px;
	color: #666666;
}


.solution_banner{
	position: relative;
	background-image: url(../image/banner_solution.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}
.solution{
	position: relative;
}
.solution .solution-item{
	margin-top: 30px;
	margin-bottom: 30px;
}

.solution .solution-pic{
	max-width: 100%;
	display: block;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);  
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
}
.solution .solution-pic > img{
	max-width: 100%;
}
.solution .solution-infor{
	padding-left: 0px;
}
.solution .solution-infor .solution-infor-title{
	font-weight:bold;
    color: #333333;
}
.solution .solution-infor .solution-infor-content{
	font-size: 18px;
	color: #999999;
	letter-spacing: 0.5px;
	padding-top: 20px;
}
.solution .solution-infor .solution-infor-content:before{
	position: absolute;
	left: 0px;
	top: 0px;
}
.solution-infor span{
	font-size: 16px;
	color: #333333;	
}


.blog{
	position: relative;
	background-image: url(../image/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #000;
}
.blog_banner{
	position: relative;
	background-image: url(../image/banner_blog.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

.blog-item{
	margin: 20px 0 20px 0px;
	text-align:left;
}
.blog-item h4{
	color: #333333;
}
.blog-item p{
	color: #999999;
}
.blog-item span{
	color: #333333;
	padding-right: 10px;
}
.blog-item a{
	color: #fff;
}



.customer_banner{
	position: relative;
	background-image: url(../image/banner_customer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}
.customer{
	position: relative;
	background-color: #fff;
	color:#000;
	text-align: center;	
}

.customer h3{
	color: #3da8f6;
	font-weight:bold;
}

.customer h4{
	color: #3da8f6;
	font-size:14px;
	font-weight:bold;
}

.customer-item{
	position: relative;
	margin: 10px 0 10px 0;
	padding: 20px 0 20px 0;
	text-align:center;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);  
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


@media (min-width: 1920px) {

.case-item-bg {	
	width: 325px;    
}
.aboutus-item-bg {
	width: 78%;
	left: 52px;
}

}
@media (max-width: 1024px) {

.case-item-bg {
	width: 87%;	
}
.aboutus-item-bg {
	width: 90%;
	left: 14px;
}

}

@media (min-width: 768px) {
.header .navbar-brand {
	padding-left: 0;
}
.navbar-nav {
	float: right; 
}
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 1.1em;
        padding: 6px 0px !important;
        border-radius: 5px;
        margin: 24px 10px;
    } 

}
@media (min-width: 768px) and (max-width:880px){
.header .navbar-brand {
	padding-left: 0;
	width: 100%;
	margin-left: -15px;
}

.case-item-bg {	
	width: 53%;
	left: 170px;	
}
.aboutus-item-bg {	
	width: 52%;	
	left: 170px;
}
}
@media (max-width: 768px) {   
.navbar-inverse .navbar-nav > li > a {font-size: 1.1em;padding: 6px 0px !important;border-radius: 5px;margin: 6px 0;}
.navbar-toggle{
	margin-top: 36px;
}
.banner-container {
	background-size: contain;
}
.header .navbar-nav > li > a {
	padding: 25px 12px;
}

}

@media (max-width:760px) {
.header .navbar-nav > li > a {
	padding: 7px 12px;
	font-size: 14px;
}
    .hid740 {
        display:none;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #A8A8A8;
    }

}

@media (max-width: 480px) {
.navbar-inverse .navbar-nav > li > a { 
	font-size: 1.1em;
	padding: 6px 0px !important;
	border-radius: 5px;
	margin: 3px 10px;
}
	.header .navbar-brand {
	float: left;
	padding: 22px 15px;
	line-height: 18px;
	width: 69%;
	margin-left: -25px;
}
.bg-title span{	
	font-size: 32px;
	letter-spacing: 0.5px;
}
.bg-title p{	
	top:5px;
}

.case-item-bg {	
	width: 91%;
}

.aboutus-item-bg {	
	width: 92%;	
}

.aboutus-banner-info{
	font-size: 16px;
}
.aboutus-banner-info p{		
	font-size: 12px;
}


}

@media (max-width: 320px) {

.case-item-bg {	
	width: 90%;
}
.aboutus-item-bg {	
	width: 90%;	
}

}

}
@keyframes test {
    0% {
        transform: translate(0px, 0px);
    }

    10% {
        transform: translate(0px, -6px);
    }

    20% {
        transform: translate(0px, 7px);
    }

    30% {
        transform: translate(0px, -4px);
    }

    40% {
        transform: translate(0px, 5px);
    }

    50% {
        transform: translate(0px, -1px);
    }

    60% {
        transform: translate(0px, 1px);
    }

    70% {
        transform: translate(0px, -0.2px);
    }

    80% {
        transform: translate(0px, 0.2px);
    }

    90% {
        transform: translate(0px,-1px);
    }

    100% {
        transform: translate(0px,0px);
    }
}