/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	background:#fff;
	font-family: "Roboto Condensed", sans-serif;
 }
body a{ text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a:hover{ text-decoration:none;}
.content{background-color:#FFF;}
.padding-top3{padding-top:3em;}
.padding-top5{padding-top:5em;}
.margin-top2{margin-top:2em;}
.margin-bottom2{margin-bottom:2em;}
.margin-top3{margin-top:3em;}
.margin-bottom3{margin-bottom:3em;}
.margin-top5{margin-top:5em;}
.margin-bottom5{margin-bottom:5em;}
.margin-bottom10{margin-bottom:10em;}
.header{background-color:#FFF;}
.header-top{
	background:#c8305f;
	padding: 1em 0;
}
.top-nav{
	width:55%;margin-left:15%;float:left;margin-top:1.9em;
}
.top-nav ul li{
	display: inline-block;
}
.top-nav li:last-child{display:none;}
ul{
	padding:0;
	margin:0;
}

/***首页公司介绍*********/
.index-company{padding-top:30px;}
.index-company h2{font-size:2.4em;color:#344e9c; font-family:Verdana, Geneva, sans-serif;font-weight:bolder;}
.index-company h4{font-size:14px;background: linear-gradient(to right, #344e9c, #b55b55);-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.index-company .col-md-4 ul{margin-left:20px;}
.index-company .col-md-4 li{float:left;width:45%;}
.index-company .col-md-4 li h1{font-size:14px; font-weight:bolder;color:#344e9c;}
.index-company .col-md-4 li h2{font-size:14px;}
.index-company p{padding-top:40px;font-size:14px;color:#666666; line-height:24px;}
.index-company-categorys{padding-top:20px;}
.index-company-categorys li{float:left;width:31%;margin-left:3%; list-style-type:none;margin-bottom:20px;position:relative;}
.index-company-categorys li:nth-child(3n+1){margin-left:0;}
.index-category-name{width:45%;position:absolute;right:15%;color:#FFF;top:35%;font-size:16px;font-weight:bold;text-align:right;}

.solution-icon li{float:left;width:33%;margin-left:0.3%;list-style-type:none;overflow:hidden;margin-bottom:13px;height:275px;overflow:hidden; position:relative;}
.solution-icon li:first-child{float:left;margin-bottom:0;}
.solution-icon li img{width:100%;height:100%;}
.solution-title{position:absolute;top:35%;width:calc(50% - 2px);border:1px solid #FFF;line-height:30px;padding-top:3px;padding-bottom:3px;font-size:18px;color:#FFF;left:25%;z-index:999;text-align:center; opacity:0; transition:all 1s;font-weight:bolder;}
.solution-icon li:hover .solution-title{opacity:0.9;}
.index-partner{margin-bottom:20px;}
.index-partner img{width:97%;border:1px solid #d8d8d8;height:66px;}
/* Effect 5: same word slide in */
.top-nav ul li a {
	overflow: hidden;
	padding: 0 20px;
}
.top-nav ul li a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	font-weight:bold;
}
.top-nav ul li a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/**.top-nav ul li a:hover span,
.top-nav ul li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}**/
.top-nav ul li a {
	position: relative;
	display: inline-block;
	margin: 15px 0;
	outline: none;
	color: #444;
	font-weight:bolder;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.10em;
	height:24px;
}
.top-nav ul li a:hover{
	color:#ffae00;
}
/*----*/
.top-nav span.menu:before{
	content: url(../images/menu.png)no-repeat 0px 0px;
	cursor:pointer;	
	width:100%;
}
.top-nav span.menu{
	display: none;
}

#owl-demo{width:80%;margin-left:auto;margin-right:auto;}
.equs-tit h4{color:#FFF;font-size:2.4em;}
.euqs-tit p{color:#F1F1F1;}

.equ-img{width:100%;overflow:hidden;}
.equ-img img{width:100%;  -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.equ-img img:hover{   -webkit-transform: scale(3);
   -moz-transform: scale(3);
   -o-transform: scale(3);
   -ms-transform: scale(3);
   transform: scale(3);
}
.more-btn{width:15%;height:30px;margin-left:auto;margin-right:auto;margin-top:2em; text-align:center;color:#E9E9E9;border:1px solid #F1F1F1;line-height:30px;
text-decoration:none;
-webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;}
.more-btn:hover{background-color:#ca262d;color:#FFF;}

.more-btn2{position:absolute;width:15%;height:30px;left:42.5%;right:auto;bottom:6em; text-align:center;color:#FFF;line-height:30px;background-color:#ef3c38; opacity:0.9;
text-decoration:none;
-webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;}
.more-btn2:hover{background-color:#ca262d;color:#FFF;}  
   
.more-btn3{width:15%;height:30px;margin-left:auto;margin-right:auto;margin-top:4em; text-align:center;color:#666;border:1px solid #E9E9E9;line-height:30px; text-decoration:none;
-webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
   }
.more-btn3:hover{background-color:#ca262d;color:#FFF;}

.new-content{background-color:#333;}
.new{width:100%;overflow:hidden; position:relative;}
.new img{   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.new img:hover{   -webkit-transform: scale(2);
   -moz-transform: scale(2);
   -o-transform: scale(2);
   -ms-transform: scale(2);
   transform: scale(2);
}

.new-date{width:70px;height:60px;background-color:#e32b31; opacity:0.9;color:#FFF; position:absolute;right:0;top:2em;border-radius:3px 0 3px 0;overflow:hidden; text-align:center;}
.new-date b{font-size:1.8em;}
.new-tit{background-color:#E9E9E9;padding:0.5em 1em;height:4em; font-weight:bolder;}

.pro-main h1{font-weight:bolder;font-size:2.1em;margin-bottom:1.5em;padding-left:1.5em;}
.pro-nav{border-bottom:1px solid #E3E3E3;margin-bottom:1.5em;padding-bottom:1.5em;}
.pro-nav-img{margin-left:auto;margin-right:auto;text-align:center;}
.pro-nav-img img{width:80%; max-height:160px;margin-left:auto;margin-right:auto;}
.pro-content{color:#777;line-height:1.7em;}
.pro-content h3{padding-bottom:1em;color:#333; font-weight:bolder;}

/*****关于我们****/
.page-h1{height:9em;text-align:center; background:url(../images/icon_line.jpg) no-repeat bottom center;}
.page-h1 h1{font-weight:bold; letter-spacing:0.2em;}
.page-h1 h1 span{color:#c9262c;}
.about-photo{float:left;position:relative;}
.about-photo-1{float:left;background-color:#253681;width:70%;height:352px;}
.about-photo-2{float:left;width:60%;margin-bottom:15px;}
.about-txt{color:#3d3d3d;line-height:1.7em;font-size:1.05em;margin-bottom:30px;}
.about-txt h2{font-weight:bold;font-size:1.8em;color:#344e9c;}
.about-txt p{color:#898888;padding-top:10px;line-height:1.8em;}
.about-txt-expo{color:#ababab; letter-spacing:3px;font-size:1.2em;}
.about-txt-line{width:20%;height:3px;background-color:#b6b6b6;}
.about-honor{height:520px;background:url(../images/about_honor_bg.jpg) no-repeat top center;background-size:100%;}
.about-honor-list{width:50%;float:right;}
.about-honor-list li{float:left;width:32%; list-style-type:none;margin-top:2em;border-radius:3px;overflow:hidden;}
.about-honor-list li:nth-child(3n+2){margin-left:2%;margin-right:2%;}
.about-icon{color:#FFF;font-size:2em; text-align:center;}
.about-icon div{padding-top:0.5em;padding-bottom:0.5em;border-radius:0.5em; box-shadow:0 10px 5px 0 #C6C6C6;}
.about-icon img{height:40px;margin-right:0.3em;}
.about-icon-1{background-color:#ff855c;}
.about-icon-2{background-color:#5c86ff;margin-left:4%;margin-right:4%;}
.about-icon-3{background-color:#feb05d;}

/****设备***/
.equs-class{height:150px;background:url(../images/equ_class_bg.jpg) no-repeat top center;background-size:100%;}
.equs-class-list{width:30%;margin-left:35%;margin-right:35%;padding-top:50px;}
.equs-class-list li{float:left;background-color:#ee4543; opacity:0.9;color:#FFF;border:1px solid #FFF;width:calc(45% - 2px); list-style-type:none; text-align:center;height:30px;line-height:30px;margin-left:2.5%;margin-right:2.5%;}
.equs-class-list a:hover li{background-color:#c7262b;}

/*****新闻***/
.main-tit{border-bottom:1px solid #E9E9E9;height:30px;line-height:30px;}
.main-tit-head{font-size:1.6em;float:left;}
.main-tit-span{float:right;color:#999;font-size:0.95em;}
.main-tit-span a{color:#999;padding:0 3px;}
.product_image{height:260px;overflow:hidden;}
.new-view{background-color:#E9E9E9;padding:0.5em 1em;color:#909090;}
.new-view span{float:right;}

.newTxt{margin-top:40px;line-height:26px;font-size:14px;}
.newTxt h1{line-height:40px;font-size:28px;font-weight:bold;color:#de3c3c; text-align:center;}
.new-txts{margin-top:40px;font-size:16px;line-height:28px;color:#666;text-align:left;}
.new-txts p{padding-top:15px;text-indent:2em;}
.new-txts img{max-width:850px;display:block;margin-left:auto;margin-right:auto;}
.newinfo{color:#999; text-align:center;}
.newinfo span{padding-left:10px;}

/****产品***/
.products-class{width:20%;float:left;background-color:#de4e4e;}
.products-class-list{margin:3em 2em;color:#FFF;}
.products-class-big{font-size:1.3em;border-bottom:1px solid #e88280;padding-bottom:3px;margin-bottom:0.5em;font-weight:bolder;}
.products-class-big img{width:20px;margin-right:0.5em;}
.products-class-small{margin-bottom:1em;margin-left:0.3em;}
.products-class-small li{list-style-type:none;font-size:1.05em;line-height:2em;}
.products-class-small li a{color:#FFF;}
.products-class-small li a:hover{color:#FC3;}
.products-hot{width:76%;float:right;}

.product-content{text-align:left;}
.product-content h1{font-size:2em; font-weight:bolder;margin-bottom:3em; display:inline-block;background-color:#de4e4e;color:#FFF;padding:3px 15px;border-radius:1em;box-shadow:0 10px 3px 0 #C6C6C6;}
.product-content h3{font-size:1.6em;font-weight:bold;margin-bottom:0.6em;background-color:#1d8cf0;border-radius:0.8em;overflow:hidden;padding:0.2em 1em;color:#FFF;font-weight:500;display:inline-block;}
.product-content p{text-indent:2em;line-height:1.8em;font-size:1.1em;}
.product-content p span{font-weight:bolder;color:#de4e4e;}
.product-content ul{margin-left:20px;}
.product-content li{list-style-type:disc;line-height:1.8em;font-size:1.1em;margin-bottom:0.5em;}
.product-content li span{font-weight:bolder;color:#de4e4e;}
.product-imgs{clear:both;width:60%;float:left;margin-right:45px;}
.product-imgs img{width:100%;float:left; }
.product-imgs img:hover{
}
.tr-blue{background-color:#cbdef1;}

/****联系我们****/
.contact-main{}
.contact-txt{width:35%;float:left;}
.contact-txt h2{font-size:1.85em;margin-bottom:1.3em;}
.contact-wx{float:left;width:20%;}
.contact-wx img{margin-top:1.7em;}

.footer-menu{display:block;}
/*--responsive media-quries--*/
/*----*/
.search-box{
	float:right;
}
/*----*/
.sb-search {
	position: absolute;
	right:125px;
	width: 0%;
	min-width:42px;
	margin-top: 5px;
	height:40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	z-index: 999;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 3px;
	border: none;
	outline: none;
	background:#ffae00;
	width: 35%;
	height:40px;
	margin: 0;
	z-index: 10;
	padding: 5px 15px;
	font-size: 15px;
	color: #ffffff;
	border-radius:50px;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width:30px;
	height:40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0%;
	padding: 0;
	margin: 0;
	line-height:71px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: url('../images/search.png') no-repeat -6px 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
    background:#ffae00 url('../images/search.png') no-repeat 3px 10px;
	z-index: 90;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:72%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background:  url('../images/search.png') no-repeat 3px 10px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*--header-bottom--*/
.logo{width:20%;
	float:left;
	margin-top: 1.2em;
}
.top-lang{width:8%;float:right;background: linear-gradient(to right,#e98a34,#b55b55);color:#FFF;text-align:center; margin-top:3em;border-radius:12px;overflow:hidden;}
.top-lang span{display:block;float:right;width:55%;background-color:#2e2e2e;border-radius:15px 0 0 0;}
.top-lang a{color:#FFF;}
.top-lang a:hover{color:#FC0;}
.in-phone{
	float:left;
	
}
.top-tele,.in-phone-in,.number{
	float:right;
}
.top-tele {
	width: 33%;
	padding: 1.5em 0;
}
i.phone{
	background: url('../images/img-sprite.png')  0px 0px;
	display:inline-block;
	width: 40px;
	height: 40px;
	float:left;
	margin:0.5em 0 0;
}
i.new-phone{
	background-position:-46px 0px;
	margin:1em 0;
}
.number{
	margin-left: 0.5em;
}
.number span{
	font-size: 1.1em;
	color: #712d41;
	display: block;
}
.number p {
	margin: 0;
	font-size: 1.2em;
	color: #712d41;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 6px;
	width: 50px;
	display: inline-block;
	background:#fff;border-radius:3px;overflow:hidden;
}
.callbacks_here a:after{
	background:#e11e26;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {width:15%;
	position: absolute;
	bottom: 25px;
	z-index: 999;
	right:42.5%;left:42.5%;
}
.banner{
	display: block;
	z-index: 2;
	text-shadow: none;
	padding: 4em 3em 6em;
	margin: 0;
	max-width: none;
	position: absolute;
	top: 29%;
	left: 31%;
	text-align: center;
	background:rgba(57, 57, 57, 0.75);
	width: 36%;
}
.banner h2{
	margin:0 0 1em;
	color:#fff;
	font-size:3em;
	text-transform:uppercase;
	font-weight: 300;
}
.banner h2 span {
	font-weight: 400;
}
.banner_img{width:100%;position:relative;}
.banner_img img{width:100%;}
.banner_title{width:100%;position:absolute;top:40%;font-size:36px;font-weight:bold;color:#FFF;z-index:9999;text-align:center; letter-spacing:10px;}
a.read-more {
	text-decoration: none;
	font-size: 1.0em;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.3em 3.5em;border-radius:1em;overflow:hidden;
}
a.read-more:hover {
	background:#fff;
	color:#000;
}
/*--content--*/
.content-welcome{
	background:#c8305f;
	padding: 3em 0;
}
.more{
	float:left;
}
.more h3{
	margin:0;
	font-size:3em;
	color:#fff;
	text-transform:uppercase;
}
.more p{
	margin:0;
	font-size:1.5em;
	color:#000;
	text-transform:uppercase;
}
.info-left{
	float:right;
}
a.info-left{
	background:#ffae00;
	border:none;
	padding: 0.7em 2.5em;
	margin: 1.2em 0 0;
}
/*----*/
.content-bottom-grid {
	padding: 4em 0;
}
.content-bottom{
	text-align:center;
}
.content-bottom h3{
	margin:0;
	font-size:2.4em;
	color:#000;
	text-transform:uppercase;
	font-weight: 600;
}
.content-bottom span{
	font-size:1.5em;
	color:#000;
	text-transform:uppercase;
}
.content-bottom p{
	margin: 2em 0 3em;
	font-size: 1.1em;
	color: #9d9d9d;
	line-height: 1.6em;
}
.in-content{
	width:100%;
	border:1px solid #D9D9D9;
	text-align:center;
	padding: 0.1em 0.1em 0.1em;margin-top:1em;
}

.item .in-content{-webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}

.item .in-content:hover{background-color:#ca262d;}
.item .in-content:hover h4{color:#FFF;}
.in-content-in{
	height:380px;text-align:center;
	width:100%;
}
.item{width:100%;}
.item .in-content-in img{height:360px;margin-left:auto;margin-right:auto;
-webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}

.item .in-content-in img:hover{  -webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
   -o-transform: scale(1.15);
   -ms-transform: scale(1.15);
   transform: scale(1.15);
}


.in-content h4{
	font-size:1.1em;
	color:#666;
}
.in-content h4 a{text-decoration:none;}
.in-content h4:hover a{color:#FFF;}
.in-content p{
	margin:0 0 2.3em;
	font-size:1em;
	color:#fff;
}
a.in-more{
	color:#c8305f;
	background:#fff;
	border-radius:5px;
	border:none;
	padding:0.5em 1.5em;
}
a.in-more:hover{
	background:#c8305f;
	color:#fff;
}
.blub{
	background: url('../images/img-sprite.png') 0px -46px;
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
}
p.in-due{
	float:right;
	margin:0.3em 0;
	font-size: 1.1em;
	color: #000;
	width: 94%;
	text-transform: uppercase;
}
.bottom-in-set {
	padding: 3.5em 0;
}
.lot{
	width:100%;
}
.content-in-on{position:relative;
	background:#FFF;
	padding:4em 0 1em;
}
.content-in-comtxt{width:60%;margin-left:auto;margin-right:auto;color:#999;font-size:1em;padding-top:2em;text-align:center;}
.company-icons{margin-bottom:20em;}
.company-icon{height:100px;background-color:#4082e4; opacity:0.9;color:#FFF;font-size:3em;font-weight:bolder; line-height:105px;margin-bottom:0.2em;overflow:hidden;}
.solution-icon img{   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.solution-icon img:hover{   -webkit-transform: scale(2);
   -moz-transform: scale(2);
   -o-transform: scale(2);
   -ms-transform: scale(2);
   transform: scale(2);
}
.company-icon-span{font-size:1.2em;}
.item-in p {
	border: 2px solid #fff;
	margin: 0 auto;
	width: 74%;
	font-size: 1.4em;
	color: #a8a8a8;
	padding: 2.5em;
	line-height:1.5em;
}
.item-in label {
	background: url(../images/in.png) -4px 0px no-repeat;
	width: 25px;
	height: 34px;
	display: block;
	position: absolute;
	top:55.5%;
	left: 50%;
}
.item-in {
	padding: 3em 0 7em;
	text-align:center;
}
.item-in span{
	color: #fff;
	font-size: 1.3em;
	padding: 1.5em 0 0;
	display: block;
}
.content-in-on h4{
	margin:0;
	font-size:3em;font-weight:bolder;
	text-align:center;
	color:#333;
	text-transform:uppercase;
}
div#example1 {
	padding-bottom: 5em;
}
b.down-arrow{
	background: url(../images/img-sprite.png) -4px -176px no-repeat;
	width: 38px;
	height: 25px;
	display: block;
	text-align: left;
	position: absolute;
	top: 8em;
	left: 9.5em;
}
b.in-usa{
	background: url(../images/img-sprite.png) -42px -182px no-repeat;
	width: 38px;
	height: 25px;
	display: block;
	text-align: left;
	position: absolute;
	top: 8em;
	right: 9.5em;
}
/*----*/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right:46%;
	bottom:35px;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 5px 6px;
	background: #a8a8a8;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
}
.wmuSliderPagination a.wmuActive {
	background:#fff;
}
/*--products--*/
.products{
	text-align:center;
	background:#f0f0f0;
	padding: 4em 0;
}
.products-top {
	padding: 1em 0 3em;
}
.products-top h3{
	margin:0 0 0.5em;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
}
.products-top p{
	margin:0 auto;
	font-size:1.1em;
	color:#636262;
	line-height:1.6em;
	width:70%;
}
.read p{
	margin: 0 auto;
	font-size: 1.2em;
	color: #FFF;
	width: 76%;
}
/*----*/
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask {width:100%; opacity:0.9;
  position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   height:260px;
   padding:2em 0;
}
.view img {width:100%;height:240px;
   display: block;
   position: relative;border-radius:20px;overflow:hidden;
}
.view h4 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 24px;
   padding: 10px;
   margin: 20px 0 0 0;
}
.view p {
   font-size: 18px;
   line-height:24px;
   position: relative;
   color: #333;
   padding: 10px 20px 20px;
   text-align: center;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color:#001236;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h4 {
   background: transparent;
   margin:60px auto;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #fff;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
   filter: alpha(opacity=0.8);
   opacity: 0;
}
.view-tenth p {
   color: #333;font-size:18px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.9)";
   filter: alpha(opacity=0.9);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=85)";
   filter: alpha(opacity=85);
   opacity: 0.85;
}
.view-tenth:hover h4,.view-tenth:hover p {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.products-bottom {margin-top:1.5em;
}
/*--services--*/
.services-top-top{
	text-align:center;
	padding: 2em 0;
}
.services-top {
	padding: 1em 0 3em;
}
.services-top h3{
	margin:0 0 0.5em;
	font-size:2.8em;
	color:#000;
	text-transform:uppercase;
}
.services-top p{
	margin:0 auto;
	font-size:0.9em;
	color:#636262;
	line-height:1.6em;
	width:70%;
}
a.here{
	background:#e43d43;
	border:none;
}
a.here:hover{
	background:#ffae00;
}
.read-in{
	padding: 1em 0;
}
.read-in h5{
	margin:0;
	color:#000;
	font-size:1.5em;
	text-transform:uppercase;
}
.read-in p{
	margin: 0.5em auto 2em;
	font-size: 1.0em;
	color:#636262;
	width: 90%;
}
.content-middle h4{
	color:#000;
	font-size: 2.5em;
	text-transform: uppercase;
}
.content-middle h4 label{
	color:#c8305f;
}
span.many-left{
	font-size: 1.8em;
	color:#696868;
}
p.grid-para{
	font-size: 1.2em;
	color:#A09F9F;
	line-height: 25px;
	margin: 0;
	padding: 1em 0 0;
}
.stand{width:95%;margin-top:60px;margin-left:auto;margin-right:auto;
	text-align:center;position:relative;
	background-image:linear-gradient(to right,#e1e1e1,#F1F1F1);height:300px;border-radius:20px;overflow:hidden;
	position:relative; transition:all 1s;
}
.stand:hover{background-image:linear-gradient(to right,#d2ebff,#F1F1F1);}
.pro-img{float:left; position:absolute;}
.pro-img-wid30{width:30%;top:10%;left:10%;}
.pro-img-wid35{width:35%;top:10%;left:10%;}
.pro-img-wid40{width:40%;top:10%;left:10%;}
.pro-img-wid50{width:50%;top:10%;left:5%;}
.pro-img-wid100{height:100%;width:auto;}
.pro-img img{width:100%;
-webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
   }
.pro-img-hot{position:absolute;width:80px;height:22px;border-radius:11px;overflow:hidden;background-color:#75c097;color:#FFF;text-align:center;right:5%;top:20px;}
.pro-title{color:#333;font-size:30px;font-weight:bolder;position:absolute;top:35%;right:10%;width:40%;}
.stand p{
	color: #fff;
	font-size: 1.8em;
	line-height: 30px;
	text-transform: uppercase;
	margin: 1em auto 2em;
	width: 81%;
	font-weight: 300;
}
a.more-in{
	position:absolute;bottom:2.5em;left:25%;padding-top:0.5em;padding-bottom:0.5em;
	text-decoration:none;
	font-size:1.0em;
	color:#fff;
	background:#ffae00;
	width:50%;
}
a.more-in:hover{
	background:#fff;
	color:#c8305f;
}
.services-bottom-in {
	padding: 4em 0;
}
.bottom-in-ser{
	background:#c8305f;
	padding: 4em 0;
}
ul.popular li {
	list-style:none;
	padding:0.5em 0;
}
ul.popular li a{
	text-decoration: none;
	font-size: 1.2em;
	color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.popular li a:hover{
	color:#ffae00;
}
ul.popular li span.dot {
	background: url(../images/ar.png) no-repeat 0px 8px;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0em 8px 0 0;
}
.grid-categories h4{
	text-transform:uppercase;
	margin:0.5em 0;
	font-size:2em;
	color:#fff;
}
.grid-categories p{
	color:#fff;
	font-size:1.2em;
	margin:0;
	line-height:1.6em;
}
/*--blog--*/
.blog{
	background:#f0f0f0;
	padding: 4em 0;
}
.blog-top h3{
	margin:0 0 0.5em;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
.blog-left,.left-blog,.top-blog{
	float:left;
}
.blog-left{
	width:8%;
}
.left-blog{
	width:33%;
}
.top-blog{
	width:57%;
	padding:0 0 0 2em;
}
.blog-left p{
	font-size: 5em;
	color: #c8305f;
	display: block;
	height: 78px;
	font-weight: 400;
	margin:0;
}
.blog-left span {
	font-size: 2.7em;
	color: #ffae00;
}
ul.men-grid li{
	padding: 0.5em 0;
	display: inline-block;
}
ul.men-grid li  span{
	background: url(../images/img-sprite.png) -57px -62px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 4px;
}
ul.men-grid li  span.out{
	background-position:-76px -62px;
}
ul.men-grid li a{
	text-decoration: none;
	font-size: 1em;
	color: #000;
	vertical-align: top;
}
.top-blog a.fast {
	text-decoration: none;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #000;
	margin:0.5em 0;
}
.top-blog a.fast:hover{
	color: #ffae00;
}
.top-blog p{
	margin:0 0 3em;
	font-size:1.1em;
	color:#636262;
	width:82%;
}
.single-top {
	padding: 2em 0;
}
/*--resources--*/
.resources{
	text-align:center;
	background:#f0f0f0;
	padding:2em 0;
}
.page-not-found{
	padding: 0;
}
.page-not-found h3 {
	font-size: 15em;
	color: #ffae00;
	text-align: center;
	margin:0;
	min-height:231px;
}
.resources p{
	color:#636262;
	font-size:40px;
	margin-top:1px;
}	
.sub a{
	color:#fff;
	background:#272727;
	text-decoration:none;
	padding:10px 20px;
	font-size:13px;
	font-family: arial, serif;
	font-weight:bold;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	-border-radius:.5em;
}
/*--single--*/
/*----artical-links---*/
.single{
	background:#f0f0f0;
	padding:4em 0;
}
.single-header h3{
	font-size: 3em;
	color: #000;
	text-transform: uppercase;
	margin:0;
	text-align:center;
}
.artical-links{
	padding: 10px 0px;
	border:1px dashed rgba(0, 0, 0, 0.61);
	border-left: none;
	margin-top: 5px;
	border-right: none;
}
.artical-links ul li{
	display:inline-block;
}
.artical-links ul li:last-child{
	float:right;
}
.artical-links ul li a span{
	vertical-align:top;
}
.artical-links ul li small{
	background: url(../images/img-sprite.png) -8px -106px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right:3px;
}
.artical-links ul li small.admin{
	background-position:-27px -106px;
}
.artical-links ul li small.no{
	background-position:-48px -106px;
}
.artical-links ul li small.posts{
	background-position:-64px -109px;
}
.artical-links ul li small.link{
	background-position:-86px -108px;
}
.artical-links ul li a{
	color: #000;
	padding-left: 20px;
}
.artical-links ul li a:hover{
}
.artical-content h3{
	color: #000;
	text-align: left;
	text-transform: uppercase;
	padding: 15px 0px;
	font-size: 1.8em;
}
.artical-content p{
	color: #636262;
	padding: 13px 0px;
	font-size:1.1em;
}
/*----share-artical----*/
.share-artical h3{
	color: #000;
	text-align: left;
	text-transform: none;
	padding: 17px 0px 28px 0px;
	margin: 0;
	font-size: 1.6em;
}
.share-artical ul li{
	display:inline-block;
	padding-right:10px;
}
.share-artical ul li a{
	color: #000;
	padding-left: 20px;
	vertical-align:top;
}
.share-artical ul li span{
	background: url(../images/img-sprite.png) -4px -150px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right:3px;
}
.share-artical ul li span.twitter{
	background-position: -26px -150px;
}
.share-artical ul li span.link-in{
	background-position: -52px -150px;
}
.share-artical ul li span.google{
	background-position: -73px -150px;
}
.share-artical ul li span.pin{
	background-position: -96px -153px;
}
.share-artical ul li span.rss{
	background-position: -119px -152px;
}
.share-artical ul li a:hover{
}

/*---comment-box----*/
.table-form{
	width:100%;
}
.table-form form input[type="text"]{
	border: 1px solid rgba(192, 192, 192, 0.22);
	outline: none;
	padding: 8px;
	margin-top: 23px;
	color: #000;
	overflow: hidden;
	width: 40%;
	display: block;
	
}
.table-form textarea{
	padding: 8px;
	margin-top: 25px;
	outline:none;
	color:#000;
	border: 1px solid rgba(192, 192, 192, 0.22);
	width:70%;
	height:100px;
	resize: none;
}
.table-form a{
	margin-top:10px;
	color: #c8305f;
	font-size: 1.1em;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.table-form a:hover{
	color: #000;
}
.artical-commentbox h3{
	color: #000;
	text-align: left;
	text-transform: none;
	padding-top: 14px;
	margin: 0;
	font-size: 1.6em;
}	
/*--contact--*/
.contact{
	text-align:center;
	background:#f0f0f0;
	padding: 4em 0;
}
.contact-top {
	padding: 1em 0 3em;
}
.contact-top h3{
	margin:0 0 0.5em;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
}
.contact-top p{
	margin:0 auto;
	font-size:1.1em;
	color:#636262;
	line-height:1.6em;
	width:70%;
}
.map iframe{
	width:100%;
	height:464px;
	border:none;
}
.map h4,.contact-grid h4{
	margin:0 0 1em;
	font-size:2em;
	color:#000;
}
.contact-grid input[type="text"],.contact-grid textarea{
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	background: #fff;
	outline:none;
	border: none;
	-webkit-appearance: none;
}
.contact-grid textarea{
	resize:none;
}
.send-in input[type="submit"]{
	width: 100%;
	font-size: 1.5em;
	background: #ffae00;
	padding: 0.6em 1em;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
}
.send-in input[type="submit"]:hover{
	background:#c8305f;
}
.contact-form {
	padding: 1em 0 3em;
}
.map {
	
}
/*--footer--*/
.footer{background-color:#262626;}
.footer-menu li{ list-style-type:none;float:left;width:16%;color:#dfdfdf;font-weight:bold;font-size:1em;line-height:2.4em;}
.footer-menu li a{color:#dfdfdf;}
.footer-menu li li{width:100%;font-weight:100;color:#a3a3a3;line-height:1.8em;font-size:0.9em;}
.footer-menu li li:a{color:#a3a3a3;}
.footer-txt img{float:left;margin-right:1em;height:7em;}
.footer-txt h2{font-size:1.2em;color:#dfdfdf;line-height:1.2em;padding-top:0;margin-top:0;}
.footer-txt p{color:#a3a3a3;font-size:0.9em;line-height:1.2em;}
.footer-txt p span{padding-left:2.4em;}
.footer-copry{text-align:left;color:#8c8c8c;border-top:1px solid #3e3e3e;line-height:2.4em;}
.footer-in h5{
	color:#585656;
	font-size:3em;
	margin:0;
	text-transform:uppercase;
}
.mail input[type="text"],.send input[type="submit"]{
	width: 100%;
	padding: 1em;
	outline: none;
	color: #828282;
	font-size: 1em;
	background: none;
	border: 1px solid #ccc;
}
.send input[type="submit"]{
	background: #c8305f;
	color: #fff;
	font-size: 1.5em;
	border: none;
	padding: 10px 1.3em;
}
.send input[type="submit"]:hover{
	background: #ffae00;
}
.footer-top {
	padding: 3em 0;
}
.mail {
	padding-left: 0;
}
ul.social-ic-icons li{
	display:inline-block;
	padding: 0 0.3em;
}
ul.social-ic-icons li a span{
	background: url(../images/img-sprite.png) -84px -6px;
	width: 25px;
	height: 25px;
	display:block;
}
ul.social-ic-icons li a span:hover{
	opacity:0.7;
}
ul.social-ic-icons li.twitter a span{
	background-position: -108px -6px;
}
ul.social-ic-icons li.gmail a span{
	background-position: -133px -8px;
}
ul.social-ic-icons li.print a span{
	background-position: -159px -9px;
}
.foter-bottom{
	text-align:center;
}
p.footer-grid{
	color:#ccc;
	font-size:1.2em;
	text-transform:uppercase;
	margin:1em 0;
}
p.footer-grid a{
	text-decoration:none;
	color:#c8305f;
}
p.footer-grid a:hover{
	color:#ccc;
}
.bdmap{float:right;width:63%;height:460px;margin-top:25px;margin-bottom:50px;}
/*--responsive media-quries--*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
.banner {
	top: 22%;
	width: 45%;
}
b.down-arrow {
	left: 8.5em;
}
b.in-usa {
	right: 7.5em;
}
}
@media(max-width:1024px){
.sb-search {
	right: 29px;
	margin-top: 12px;
}
.top-tele {
	width: 41%;
}
.banner {
	top: 14%;
	width: 56%;
	left:20%;
}
.in-content h4 {
	margin: 0.5em 0 23px;
}
.in-content p {
	height: 36px;
	overflow: hidden;
}
.item-in p {
	font-size: 1.3em;
}
b.down-arrow {
	left: 5.5em;
}
b.down-arrow {
	left: 5.5em;
}
.item-in label {
	top: 57.5%;
}
.wmuSliderPagination {
	right: 43%;
}
.footer-in h5 {
	font-size: 2.5em;
}
.view .mask {
	height: 196px;
	padding: 0em 0;
}
ul.popular li a {
	font-size: 1em;
}
.grid-categories p {
	font-size: 1.1em;
}
.top-blog p {
	margin: 0 0 2em;
	height: 80px;
	overflow: hidden;
}
}
@media(max-width:768px){
	.margin-top5{margin-top:2em;}
.top-lang{display:none;}
.top-nav{height:3.6em;margin-top:0;width:50%;float:right;}
.top-nav ul{
	display: none;
	position:absolute;
	width:100%;
	z-index: 9999;
	left: 0%;
	margin: 0em 0em;
	background:#ffae00;
	top:4.6em;
}
.top-nav ul li label{
	display:none;
}
.top-nav li:last-child{display:block;}
.top-nav span.menu {
	display: block;
	width: 60%;
	float:right;
	position: relative;
	text-align: right;
	padding: 5px 1em 1em 0;
}
.top-nav ul li{
	display: block;
	float:none;
	padding: 0.8em 0;
	text-align: center;
}
.top-nav ul li a,.top-nav ul li.active a{
	color:#fff;
	border: none;
	padding: 0;
	background:none;
	margin:0;
}
.top-nav ul li a:hover{
	color:#000;
	border: none;
	background:none;
}
.content-bottom-grid{padding:0em 0;}
.index-company{padding-top:2em;}
.index-company p{padding-top:10px;}
.index-category-name{font-size:1.05em;top:30%;right:10%;width:55%;}
.content-in-on{position:relative;padding:1em 0 1em;}
.index-partner img{height:42px;}
.footer-txt p{line-height:1.4em;}
.footer-txt p span{display:block;padding-left:0;}

.sb-search {
	margin-top: 4px;
}
.sb-search-input {
	width: 45%;
}
.top-tele {
	width: 52%;
}
.banner h2 {
	font-size: 2em;
}
.banner {
	padding: 3em 2em 4em;
	left: 22%;
	width: 52%;
}
ul.callbacks_tabs.callbacks1_tabs {
	width:30%;
	right:35%;
}
.callbacks_tabs a:after {
	width:20px;
}
.more h3 {
	font-size: 2.3em;
}
.more p {
	font-size: 1.1em;
}
a.info-left {
	margin: 0.2em 0 0;
}
.in-content p {
	height: 72px;
	width: 73%;
	margin: 0 auto 2em;
}
.in-content {
	padding: 3em 1em 4.3em;
	margin: 0 0 1em;
}
p.in-due {
	width: 90%;
}
.item-in p {
	width: 85%;
	font-size: 1.2em;
}
.item-in label {
	top: 55.8%;
}
b.down-arrow {
	left: 1.5em;
}
b.in-usa {
	right: 1em;
}
.footer-in h5 {
	text-align: center;
}
.mail {
	padding-left: 15px;
	margin: 2em 0;
}
.send input[type="submit"] {
	width: 50%;
}
.send {
	text-align: center;
}
.of-my{
	margin:0 auto;
}
.view .mask{
	left: 160px;
	height: 255px;
	width: 100%;
}
.view-tenth img {
  	transition: none;
}
.view-tenth {
	margin: 0em 0 2em;
}
.view .mask {
	padding: 2em 0;
}
.products-bottom {
	padding: 0em 0;
}
.stand {
	width: 90%;
	margin: 1em auto;
}
ul.popular li a {
	font-size: 1.2em;
}
.blog-left {
	width: 13%;
}
.left-blog {
	width: 52%;
}
.top-blog {
	width: 92%;
	margin: 2em auto;
}
.logo img {
	width:160px;margin-left:-1em;
}
.banner_title{font-size:1.4em;z-index:99;letter-spacing:2px;}
.about-photo{margin-bottom:2em;width:100%;}
.about-photo-1{display:none;}
.about-photo-2{width:100%;position:inherit;}
.about-photo-2 img{width:100%;}
.about-txt .margin-top3{margin-top:1em;}
.about-txt .padding-top3{padding-top:1em;}

.index-company h2{font-size:2em;}
.index-company h4{font-size:1.1em;}
.contact-main .margin-top3{margin-top:1em;}
.padding-top3{padding-top:1em;}
.contact-txt{width:100%;margin-bottom:2em;}
.contact-txt h2{font-size:1.6em;}
.container{width:100%;}
.footer-menu{display:none;}
.index-company-categorys li{width:48%;margin-left:4%;}
.index-company-categorys li img{width:100%;}
.index-company-categorys li:nth-child(3n+1){margin-left:4%;}
.index-company-categorys li:nth-child(2n+1){margin-left:0;}
.product-content h1{font-size:1.6em;margin-bottom:1.5em;}
.product-imgs{width:100%;margin-bottom:1em;}
/****英文产品****/
.stand{height:120px;}
.pro-img-wid30{left:5%;}
.pro-img-wid35{left:5%;}
.pro-img-wid40{left:5%;}
.pro-img-wid50{left:5%;}
.pro-img-wid100{width:auto;}
.pro-img-wid100 img{width:100%;}
.pro-title{font-size:1.6em;top:30%;line-height:1.4em;width:50%;}
.mp-img{padding:6px;width:100px;border-radius:50px;height:100px;overflow:hidden;background-color:#FFF;}
.mp-img img{height:100px;}
.pro-img-wid50{left:5%;}


.content-in-comtxt{width:90%;}
.solution-icon li{height:100px;margin-bottom:3px;width:33%;}
.solution-icon li:first-child{width:33%;height:100px;}
.solution-icon li:nth-child(2){width:33%;}
.solution-icon li:nth-child(3){width:33%;}
.solution-icon li:nth-child(4){width:33%;}
.solution-icon li:nth-child(5){width:33%;}
.solution-icon li:nth-child(6){width:33%;}
.bdmap{float:none;width:100%;height:200px;margin-top:25px;}
}
@media(max-width:640px){
.sb-search.sb-search-open, .no-js .sb-search {
	width: 90%;
}
.top-tele,.logo,.more,.info-left {
	float: none;
}
.logo {float:left;
	text-align:center;
	margin:0;
}
.more,.info-left{
	text-align:center;
}
.top-tele {
	width: 68%;
	margin: 0 auto;
}
.header-bottom {
	padding: 1em 0 0 0;
}
.banner h2 {
	font-size: 1.8em;
}
.banner {
	padding: 2em 1em 3em;
}
a.info-left {
	margin: 1em auto 0;
	display: block;
	width: 28%;
}
.item-in p {
	font-size: 1.1em;
}
.item-in p {
	padding: 2em;
}
.item-in label {
	top: 54.8%;
}
b.down-arrow {
	left: 0.5em;
}
b.in-usa {
	right: 0em;
}
.view .mask {
	left: 95px;
	width: 66.3%;
}
.left-blog {
	width: 63%;
}
.footer-menu{display:none;}
}
@media(max-width:480px){
.top-tele {
	width: 87%;
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 100%;
}
.banner h2 {
	font-size: 1.5em;
}
a.read-more {
	padding: 0.5em 1.5em;
	font-size: 1.1em;
}
.callbacks_tabs a:after {
	width: 20px;
	height:6px;
}
.banner {
	padding: 1em 1em 2em;
}
.more h3 {
	font-size: 1.7em;
}
.more p {
	font-size: 1em;
}
.content-welcome {
	padding: 2em 0;
}
.content-bottom h3,.content-in-on h4 {
	font-size: 2em;
}
.content-bottom span {
	font-size: 1.2em;
}
.in-content p {
	height: 60px;
	width: 83%;
}
.item-in label {
	top: 56%;
}
.item-in p {
	padding: 1.5em;
	width:82%;
}
.wmuSliderPagination {
	right: 37%;
}
.view .mask {
	left: 13px;
	width: 93.3%;
}
.products-top p,.services-top p,.contact-top p {
	width: 93%;
	height: 50px;
	overflow: hidden;
}
.products ,.services-top-top,.contact,.blog,.single{
	padding: 2em 0;
}
.products-top h3,.services-top h3,.contact-top h3 ,.blog-top h3,.single-header h3{
	font-size: 2em;
}
.read-in h5 {
	font-size: 1.3em;
}
.read-in p {
	font-size: 1.1em;
}
.content-middle h4 {
	font-size: 1.8em;
}
span.many-left {
	font-size: 1.4em;
	height: 59px;
	overflow: hidden;
	display: block;
}
p.grid-para {
	font-size: 1.1em;
	height: 93px;
	overflow: hidden;
}
.services-bottom-in {
	padding: 2em 0;
	text-align: center;
}
.stand p {
	font-size: 1.3em;
}
a.more-in {
	padding: 0.7em 1.5em;
}
.stand {
	padding: 0em 0em 0em;
}
.grid-categories h4 {
	font-size: 1.5em;
}
.bottom-in-ser {
	padding: 2em 0;
}
.footer-in h5 {
	font-size: 2em;
}
.page-not-found h3 {
font-size: 12em;
}
.blog-left p {
	font-size: 4em;
	height: 63px;
}
.blog-left span {
	font-size: 2em;
}
.top-blog a.fast {
	font-size: 1.2em;
}
.blog-left {
	width: 18%;
}
.left-blog {
	width: 70%;
}
.single-top {
	padding: 1em 0;
}
.artical-content h3{
	font-size: 1.3em;
}
.artical-content p {
	font-size: 1em;
	height: 136px;
	overflow: hidden;
}
.artical-links ul li a,.share-artical ul li {
	padding: 0px;
}
.share-artical h3 {
padding: 7px 0px 13px 0px;
}
.table-form form input[type="text"] {
	width: 65%;
}
.table-form textarea {
	width: 90%;
}
.content-bottom-grid {
	padding: 1em 0;
}
.content-bottom p {
	margin: 1em 0 2em;
}
p.in-due {
	width: 86%;
}
.top-nav ul li a {
	font-size: 1.2em;
}
.resources p {
	font-size: 30px;
}
}
@media(max-width:320px){
.resources p {
	font-size: 25px;
}
.page-not-found h3 {
	font-size: 7em;
	min-height: 106px;
}
.logo img {
	width: 99%;
}
.sb-search-input {
	width: 65%;
}
.top-tele {
	width: 79%;
	padding: 0.5em 0;
}
.in-phone,.in-phone-in{
	float: none;
}
.in-phone-in{
	width:75%;
}
.banner {
	padding: 1.5em 0.5em;
	left: 15%;
	width: 70%;
}
.top-nav ul li {
	padding: 0.4em 0;
}
.banner h2 {
	font-size: 1.2em;
	margin:0;
}
a.read-more {
	display:none;
}
ul.callbacks_tabs.callbacks1_tabs {
	bottom: 9px;
}
.callbacks_tabs a:after {
	width: 20px;
	height:5px;
}
.more h3 {
	font-size: 1.4em;
}
.more p {
	font-size: 0.9em;
}
a.info-left {
	display: block;
	width: 45%;
}
.content-welcome {
	padding: 1em 0;
}
.content-bottom h3, .content-in-on h4 {
	font-size: 1.4em;
}
.content-bottom span {
	font-size: 1em;
	height:40px;
	overflow:hidden;
	display:block;
}
.content-bottom p {
	margin: 0.5em 0 1em;
	height: 57px;
	overflow: hidden;
	line-height:1.5em;
	font-size:0.9em;
}
a.in-more{
	display:block;
	padding: 0.5em 1em;
}
.in-content h4 {
	margin: 0.5em 0 5px;
	font-size:1.2em;
}
.in-content p {
	height: 22px;
	width: 100%;
	margin:0 auto 1em;
}
.in-content {
	padding: 2em 1em 2.3em;
}
.bottom-in-set {
	padding: 1em 0 2em;
}
p.in-due {
	width: 80%;
	height: 40px;
	overflow: hidden;
	font-size:1em;
}
div#example1 {
	padding-bottom: 2em;
}
.footer-in h5 {
	font-size: 1.5em;
}
.mail {
	margin: 1em 0;
}
.send input[type="submit"] {
	width: 58%;
	font-size:1.2em;
}
.mail input[type="text"], .send input[type="submit"] {
	padding: 0.4em;
}
.footer-top {
	padding: 1em 0;
}
.view .mask {
	left: 0px;
	width: 100%;
	padding:0;
	height:164px;
}
.view-tenth h4 {
	margin: 0 1em;
}
.view h4{
	font-size:13px;
}
.products-top {
	padding: 1em 0;
}
.products, .services-top-top, .contact, .blog, .single {
	padding: 1em 0;
}
.products-top h3, .services-top h3, .contact-top h3, .blog-top h3, .single-header h3 {
	font-size: 1.5em;
}
.products-top p, .services-top p, .contact-top p {
	height: 48px;
	font-size:1em;
}
.read-in h5 {
	font-size: 1.1em;
}
.read-in p {
	font-size: 0.9em;
	width:100%;
	margin: 0.5em auto 1em;
}
.content-middle h4 {
	font-size: 1.5em;
	margin:0;
}
span.many-left {
	font-size: 1.2em;
	height: 47px;
}
p.grid-para {
	font-size: 1em;
	height: 50px;
	line-height: 20px;
	padding: 0.5em 0 0;
}
.stand p {
	font-size: 1.1em;
	line-height: 24px;
	margin: 0em auto 1em;
	width: 85%;
}
.stand {
	width: 85%;
	margin: 1em auto;
}
a.more-in {
	font-size: 1.1em;
	padding: 0.5em 1.3em;
}
.services-bottom-in {
	padding: 1em 0;
}
.grid-categories h4 {
	font-size: 1.3em;
}
ul.popular li a {
	font-size: 1em;
}
.grid-categories p {
	font-size: 1em;
	height: 92px;
	overflow: hidden;
}
.bottom-in-ser {
	padding: 1em 0;
}
.read-in {
	padding: 0.3em 0;
}
.contact-top {
	padding: 0em 0 1em;
}
.map h4, .contact-grid h4 {
	font-size: 1.3em;
	margin: 0.5em 0 0em;
}
.map iframe {
	height: 130px;
}
.contact-grid input[type="text"], .contact-grid textarea {
	padding: 0.7em;
	margin: 0.5em 0;
}
.send-in input[type="submit"] {
	font-size: 1.3em;
}
p.footer-grid {
	font-size: 1.1em;
}
.blog-left p {
	font-size: 2.5em;
	height: 38px;
}
.blog-left span {
	font-size: 1.7em;
}
.top-blog a.fast {
	font-size: 1em;
}
.top-blog {
	width: 100%;
	margin: 1em auto 0;
}
.top-blog p {
	margin: 0 ;
	height: 41px;
	font-size:1em;
}
.share-artical h3 {
	font-size: 1.2em;
}
.share-artical h3 {
	font-size: 1.2em;
}
.artical-content h3 {
	font-size: 1.2em;
	margin:0;
}
.item-in p {
	padding: 1em;
	width: 73%;
	font-size: 0.9em;
}
.item-in label {
	top: 67.2%;
}
.item-in span {
	font-size: 1.1em;
}
.wmuSliderPagination {
	right: 27%;
	bottom:0;
}
.content-in-on {
	padding: 1em 0;
}
.item-in{
	padding:1em 0 2em;
}
b.down-arrow,b.in-usa{
	top:5em;
}
}