html, body{
  	font-family: 'Open Sans', sans-serif, '微软雅黑', 'PingFang SC';
    font-size: 100%;
  	 background: #FFf;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
body input[type="text"],body input[type="submit"],body textarea{
	-webkit-appearance:none;
}
/*--- container ----*/
.container{
	width:70%;
}
.top-nav span.menu{
	display:none;
}
/*---- header ----*/
.header{
	background-color:#fefefe;
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size: cover;
	min-height: 700px;
	position:relative;
}
.logo{
	float:left;
	margin-top:0.8em;
    background-image: url(../images/logo4.png);
    background-size: 100%;
    width: 15em;
    height: 4em;
    background-repeat: no-repeat;
}
.logo a{
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
	font-size:2em;
	text-decoration:none;
    display: block;
	width:100%;
	height:100%;
}
.logo a span{
	color:#EC005F;
}
.top-nav{
	float:right;
}
.top-nav ul{
	margin:0;
	padding:0;
}
.top-nav ul li{
	list-style:none;
	display:inline-block;
}
.top-nav ul li a{
	color:#FFF;
	font-weight:300;
	text-transform:uppercase;
	padding:1.5em .5em;
	display:block;
	text-decoration:none;
}
.top-nav ul li a:hover,.top-nav ul li.active a{
	color:#464646;
	font-weight:bold;
}
.en {
	background-image:url(../images/en.png);
	background-repeat:no-repeat;
	background-size:1.4em;
	background-position:0 50%;
	padding-left:1.8em !important;
}
.cn {
	background-image:url(../images/cn.png);
	background-repeat:no-repeat;
	background-size:1.4em;
	background-position:0 50%;
	padding-left:1.8em !important;
}
.banner{
	padding:7em 0 12em 0;
}
.banner h1{
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	font-size: 3em;
	width: 63%;
	margin: 0 auto;
}
.banner h1 span{
	color:#1eb2c8;
	text-shadow:1px 1px 1px gray; 
}
.banner p{
	color:#fff;
	font-weight:300;
	font-size:1.2em;
	text-shadow:1px 1px 1px black; 
	width:60%;
	margin:1em auto;
}
.banner a.seemore{
	background:#e3bf2d;
	padding:0.7em 1.8em;
	display:inline-block;
	color:#FFF;
	font-weight:900;
	text-transform:uppercase;
	font-size:1.3em;
	text-decoration:none;
}
.banner a.seemore:hover{
	background:#EC005F;
}
/*---- banner-grids ----*/
.banner-grids{
	background: #1eb2c8;
	position: absolute;
	bottom: -4em;
	width: 70%;
	padding: 0.8em;
}
.banner-grid{
	padding:1em 1.5em;
}
.banner-grid span{
	display:block;
}
.banner-grid h3{
	text-transform:uppercase;
	font-weight:900;
	font-size:1.2em;
	margin:0;
	padding:0.8em 0 0.5em;
	display:inline-block;
}
.banner-grid a {
	text-decoration:none;

}
.banner-grid h3 a{
	color:#464646;
}
.banner-grid p{
	margin:0;
	line-height:1.5em;
	color:#FFF;
	font-size:0.875em;
}
.banner-grid img {
	width:40px;
}
.banner-grid input[type="text"]{
	font-family: 'Open Sans', sans-serif;
	border: 1px solid rgba(192, 192, 192, 0.61);
	outline: none;
	padding: 6px 12px;
	color: #333333;
	overflow: hidden;
	width: 80%;
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
}

.banner-grid input[type="text"]:hover{
	border: 1px solid rgba(236, 0, 95, 0.39);
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/*---- top-grids ----*/
.top-grids{
	padding: 1.8em 0;
	margin-top:3em;
}
.top-grid {
	margin-bottom:.625em;
}
.service {
	margin:1em 0;
	padding:.5em 0;
}
.product {
	margin-top:0 !important;
}
.service h3{
	text-transform:uppercase;
	font-weight:900;
	font-size:2em;
	display:inline-block;
	padding:0 0 0.3em 0;
	margin:1.5em 0 .5em 0;
}
.service h3 span{
	/**color:#EC005F;**/

}
.service img {
	width:100%;
	border:1px solid #444444;
}
.service h4{
	color:#464646;
	font-weight:900;
	font-size:1.5em;
	text-transform:uppercase;
	margin:0.5em 0;
}
.service p{
	font-size:0.8em;
	line-height:1.5em;
	margin:0;
	padding:0.3em 0 0.3em 0;
	color:#777;	
}
.service p span {
	font-weight:bold;
	color:#444;
}
.service .pic {
	width:100%;
	margin:.625em 0;
}
.service .list {
	padding:1em;
}
/*---- mid-grids ----*/
.mid-grids-left h2{
	color:#464646;
	font-size:1.5em;
	margin:0;
	padding:0 0 0.3em 0;
}
.mid-grids-left h2 span{
	text-transform:uppercase;
	font-weight:900;
}
.mid-grids-left h2 span label{
	color:#EC005F;
}
.mid-grids-left p{
	color:#777;
	line-height:1.5em;
	font-size:0.875em;
}
.industry-client-grid{
	float:left;
	width:30%;
}
.industry-client-grid img{
	width:100%;
}
.industry-client-grid h4{
	margin:0.2em 0 0.4em 0;
	color:#464646;
	font-weight:600;
	font-size:.9em;
	text-decoration:none;
	line-height:1.5em;
}

.industry-client-grid{
	margin:2% 4% 4% 0%;
}
.industry-client-grid:nth-child(3),.industry-client-grid:nth-child(6),.industry-client-grid:nth-child(9){
	margin-right:0;
}
/*---- mid-grids-right ----*/
.mid-grids-right h3{
	color: #464646;
	font-size: 1.5em;
	margin: 0;
	padding: 0 0 0.3em 0;
}
.mid-grids-right p{
	color: #777;
	line-height: 1.5em;
	font-size: 0.875em;
}
.mid-grids-right h3 span{
	font-weight:900;
	text-transform:uppercase;
}
.mid-grids-right h3 span label{
	color:#EC005F;
}
.news-list ul{
	margin:0px;
	padding:0px;
}
.news-list ul li{
	display:block;
}
.news-list ul li a{
	color:#777;
	border-bottom:1px solid #EEE;
	display:block;
	padding:0.5em 0;
	text-decoration:none;
	font-size:0.875em;
}
.news-list ul li a span{
	width:7px;
	height:13px;
	display:inline-block;
	background:url(../images/arrow.png) no-repeat 0px 0px;
	vertical-align:middle;
	margin-right:0.5em;
}
.news-list ul li a small{
	text-indent:10px;
	font-size:1em;
}
.news-list ul li a:hover{
	color:#424242;
}
/*---start-footer----*/
.top-footer{
	background:#222222;
	padding:4em 0;
	color: #fff;
}
.top-footer-grid{
	width:31.33%;
	float:left;
	margin-right:2%;
}
.top-footer-grid:nth-child(3){
	margin-right:0;
}
.top-footer-grid h3{
	font-size: 1.4em;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	font-weight: 900;
}
.address,.latest-post{
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
}
.address li span {
	width: 2em;
	height: 2.4em;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.5em;
}
.address li{
	display: block;
	margin: 1em 0;
	font-size: .8em;
}
.address li label{
	width: 60%;
	display: inline-block;
}
.top-footer a{
	color:#fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.top-footer a:hover{
	color:#999;
}
.pin{
	background-image:url(../images/pin.png);
	background-repeat: no-repeat;
	background-size:100%;
}
.mob{
	background-image:url(../images/phone.png);
	background-repeat: no-repeat;
	background-size:100%;
}
.tel {
	background-image:url(../images/tel.png);
	background-repeat: no-repeat;
	background-size:100%;
}
.email {
	background-image:url(../images/email.png);
	background-repeat: no-repeat;
	background-size:100%;
}

.website {
	background-image:url(../images/website.png);
	background-repeat: no-repeat;
	background-size:100%;
}

.footer ul{
	margin:0;
	padding:0;
}
.footer ul li{
	list-style:none;
}
.footer {
	margin-top: 3em;
}
/*---End-footer----*/
/*------ Responsive-design ------*/
@media (max-width:1366px){
	.container{
		width:95%;
	}
	.banner-grids {
		width:90%;
	}
	.banner {
		padding: 6em 0 8em;
	}
}
@media (max-width:1280px){
	.container{
		width:95%;
	}
	.banner-grids {
		width:90%;
	}
	.banner {
		padding: 6em 0 4em 0;
	}
}
@media (max-width:1024px) and (min-width:768px){
	.container{
		width:95%;
	}
	.header .container {
		width:95%;
	}
	.banner-grids {
		width: 90%;
	}
			
.banner {
		padding: 6em 0 13em;
	}
	.banner h1 {
		width: 70%;
	}

}
@media (max-width:992px){
	.banner {
		padding: 6em 0 33em;
	}

}
@media (max-width:768px) ,(max-width:812px) {
	/*------ responsive -menu -----*/
	.top-nav {
		float: none;
		clear: both;
		position:relative;
	}
	.top-nav ul{
		position:relative;
		display:none;
	}
	.top-nav ul li{
		display:block;
	}
	.top-nav ul li:first-child {
		padding-top:20px;
	}
	.top-nav ul li a{
		background:#FFF;
		color:#464646;
		border-bottom:1px solid #EEE;
		padding:0.8em;
	}
	.top-nav ul li:last-child a{
		border-bottom:none;
	}
	.top-nav ul li a:hover{
		background:#464646;
		color:#FFF;
	}
	.top-nav span.menu{
		display:block;
	}
	.top-nav span.menu:before{
		content: "menu";
		text-transform: uppercase;
		color: #FFF;
		position: absolute;
		right: 0;
		top: -60px;
		background:#464646;
		padding: 0.8em 1em;
		cursor: pointer;
	}
.banner {
		padding: 6em 0 4em;
	}
	.chn span.menu:before{
		content: "菜单";
		text-transform: uppercase;
		color: #FFF;
		position: absolute;
		right: 0;
		top: -55px;
		background:#464646;
		padding: 0.8em 1em;
		cursor: pointer;
	}
	.en,.cn{
		padding-left:0.8em !important;
	}
	/*------ responsive -menu -----*/
}

@media (max-width:768px) and (min-width:640px),(max-width:812px) and (min-width:640px){
	.container{
		width:95%;
	}
	.header .container {
		width:90%;
	}
	.banner-grids {
		width: 85.5%;
	}
	.banner h1 {
		width: 73%;
		font-size: 2.3em;
	}
	.banner-grids {
		bottom:0em;
		position:inherit;
		width:100%;
	}
	.banner p {
		font-size: 1em;
		width: 80%;
	}
	.banner {
		padding: 6em 0 4em;
	}
	.banner a.seemore {
		font-size: 1.1em;
	}
	.banner-grid input[type="text"]{
		width:100%;
	}

	.top-grids {
		margin-top: 0;
	}
	.service h3 {
		margin-top: 1em;
		font-size: 1.8em;
	}
	.service p {
		width: 90%;
	}
	.service{
		margin: 0 0 1em 0;
	}
	.top-footer-grid {
		width: 100%;
		float: none;
		margin-right:0%;
		margin-bottom:1em;
	}
	.top-footer-grid h3 {
		font-size: 1.2em;
	}
	.top-footer {
		padding: 2em 0;
	}
	.tweet-box {
		clear: both;
	}


}
@media (max-width:640px) and (min-width:480px){
	.container{
		width:95%;
	}
	.banner-grids {
		width: 85.5%;
	}
	.banner h1 {
		width: 77%;
		font-size: 2em;
	}
	.banner-grids {
		bottom:0em;
		position:inherit;
		width:100%;
	}
	.banner p {
		font-size: 1em;
		width: 80%;
	}
	.banner {
		padding: 6em 0 4em;
	}
	.banner a.seemore {
		font-size: 1.1em;
	}
	.banner-grid input[type="text"]{
		width:100%;
	}
	.top-grids {
		margin-top: 0;
	}
	.service h3 {
		margin-top: 1em;
		font-size: 1.8em;
	}
	.service p {
		width: 90%;
	}
	.service{
		margin: 0 0 1em 0;
	}
	.top-footer-grid {
		width: 100%;
		float: none;
		margin-right:0%;
		margin-bottom:1em;
	}
	.top-footer-grid h3 {
		font-size: 1.2em;
	}
	.top-footer {
		padding: 2em 0;
	}
	.tweet-box {
		clear: both;
	}
}
@media (max-width:480px) and (min-width:320px){
	.container{
		width:95%;
	}
	.logo {
		width:12em;
	}
	.banner-grids {
		width: 85.5%;
	}
	.banner h1 {
		width: 84%;
		font-size: 1.5em;
	}
	.banner-grids {
		bottom:0em;
		position:inherit;
		text-align:center;
		width:100%;
	}
	.banner p {
		font-size: 1em;
		width: 80%;
	}
	.banner {
		padding: 6em 0 4em;
	}
	.banner a.seemore {
		font-size: 1.1em;
	}
	.banner-grid input[type="text"]{
		width:100%;
	}
	.top-grids {
		margin-top: 0;
	}
	.service h3 {
		margin-top: 1em;
		font-size: 1.5em;
	}
	.service p {
		width: 100%;
	}
	.service{
		margin: 0 0 1em 0;
	}
	.top-footer-grid {
		width: 100%;
		float: none;
		margin-right:0%;
		margin-bottom:1em;
	}
	.top-footer-grid h3 {
		font-size: 1.2em;
	}
	.top-footer {
		padding: 2em 0;
	}
	.tweet-box {
		clear: both;
	}
}
@media (max-width:320px){
	.container{
		width:95%;
	}
	.banner-grids {
		width: 85.5%;
	}
	.banner h1 {
		width: 100%;
		font-size: 1.2em;
	}
	.banner-grids {
		bottom:0em;
		position:inherit;
		text-align:center;
		width:100%;
	}
	.banner p {
		font-size: 1em;
		width: 100%;
		height: 45px;
		overflow: hidden;
	}
	.banner {
		padding: 4em 0 2em;
	}
	.banner a.seemore {
		font-size: 0.875em;
	}
	.banner-grid input[type="text"]{
		width:100%;
	}

	.top-grids {
		margin-top: 0;
	}
	.service h3 {
		margin-top: 1em;
		font-size: 1.2em;
	}
	.service p {
		width: 100%;
	}
	.service{
		margin: 0 0 1em 0;
	}
	.top-footer-grid {
		width: 100%;
		float: none;
		margin-right:0%;
		margin-bottom:1em;
	}
	.top-footer-grid h3 {
		font-size: 1em;
	}
	.top-footer {
		padding: 1em 0;
	}
	.tweet-box {
		clear: both;
	}
}
/*------ Responsive-design ------*/

/*---- details ----*/
.gray ul li a {
	color:#444444;
}
.breadcrumbs {
	background-color:#fafafa;
}
.breadcrumbs-left{
	float:left;
}
.breadcrumbs-left h1{
font-size: 2em;
	font-weight: 900;
	text-transform: uppercase;
	color: #424242;
	margin: 0.4em 0 0.35em;
}
.breadcrumbs-right{
	float: right;
	margin-top: 1.1em;
}
.breadcrumbs-right ul li{
	display:inline-block;
	list-style:none;
	color:#777;
	padding:0.5em 0.3em;
}
.breadcrumbs-right ul li label{
	font-weight:normal;
	padding-left:0.5em;
}
.breadcrumbs-right ul li a{
	color:#EC005F;
	text-decoration:none;
}
.breadcrumbs-right ul{
	margin:0;
	padding:0;
}
.details-head{
	min-height:120px;
	background-color:#ffffff;
}
.details-wel{
	border-bottom:1px solid #EEE;
	padding:0 0 .5em 0;
	margin:2em 0 1em 0;
}
.details-wel p{
	width:100%;
	margin-top:0.5em;
} 
.details-grid p{
	font-size: 0.875em;
	line-height:1.6em;
	color: #777;
	margin: 1.5em 0;
}
.details-top-grids{
	background:#fafafa;
	padding:2em 0 3em;
}
.details-top-grids .details-grid img {
	width:90%;
	border:1px solid #444;
}
.details-top-grids .details-grid h4 {
	font-size:1em;
}
.bg-white {
	background-color:#ffffff;
}
.bg-gray {
	background-color:#fafafa;
}
.contact li {
	line-height:2em;
	color:#888888;
}
.contact li span {
	display:inline-block;
	width:6em;
	color:#888888;
	font-weight:bold;
}
.contact li a {
	color:#888;
}
.dm p span {
	color:#EC005F;
	font-weight:bold;
}
.imagecode {
	width:6em !important;
	margin:.5em 0;
	cursor:pointer;
}