/*RWD*/
@media screen and (max-width: 900px) {
/*header*/
.header {
	background: url(../images/top_bg.png) no-repeat 35% top;
}
.homelogo {
	width:50%;
}
.nav-mobile {
 display: block;
}
.nav {
	 position: absolute;
  right: 0;
  top: 55px;
  width:100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  z-index: 9990;
 padding: 50px 0 0;
 border: none;
 height:0;
}
.nav.opened {
	height:auto;
}
.nav-list {
 visibility: hidden;
 -webkit-transition: 0.3s;
 -moz-transition: 0.3s;
 -o-transition: 0.3s;
 transition: 0.3s;
 opacity: 0;
 filter: alpha(opacity=0);
 text-align: left;
}
.nav-list.opened {
	visibility: visible;
	opacity: 1;
  filter: alpha(opacity=100);
}
.nav-item {
 width: 100%;
 float: none;
}
.nav-item > a {
 padding: 15px;
}
.nav-click {
 display: block;
}
.nav-mobile-open {
 border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 -moz-border-radius: 5px 5px 0 0;
}
.nav-item:hover .nav-submenu {
 display: none;
}
.nav-submenu {
 position: static;
 width: 100%;
}
.nav-submenu-item {
	width:100% !important;
}
#slider-wrapper {
 width: 100%;
 height: auto;
}
#slider {
}
.nivo-controlNav {
 z-index: 99!important;
}
.nav-item {
 float: left;
 *display:inline;
 zoom: 1;
 position: relative;
}
.nav-item a {
 display: block;
 color: #FFF;
 font-weight:bold;
 padding: 15px 20px;
 background: #000;
 border-top: 1px solid #464646;
 margin: 0;
}
.nav-item > a:hover {
 background: #333;
 color: #fcff00;
}
/* Navigation submenu */
.nav-submenu {
 display: none;
 position: static;
 left: 0;
 width: 100% !important;
 padding: 0;
 border: none;
 margin: 0 !important;
}
.nav-submenu-item a {
 background: #313131;
 border-bottom: none;
 display: block;
 padding: 15px 20px 15px 50px;
 text-align: left;
}
.nav-submenu-item a:hover {
 background: #000;
}

.search_area {
	position: absolute;
  right: 60px;
  top: 59px;
  z-index: 99999;
}

/*main*/
.quick_btn_block li {
	padding:0 15px;
}
.left {
	display:none;
}
.right {
	width:100%;
	margin:0;
}

/*index*/
.index_product .block {
	padding-left:300px;
}

/*footer*/
.footer_logo {
	width:50%;
}
.footer_link {
	width:100%;
	border-top: #3d3d3d 1px solid;
}
.footer_contact_info {
	width:50%;
}

/*product detail*/
.product_detail_download a {
	width:31.5%;
}


}
@media screen and (max-width: 767px) {
.index_about, .index_news, .right, .request_table dl, .request_table_col, .security_code, .company_info li, .contact_form .contact_form_col .field, .contact_form .contact_form_col, .company_info ul, .contact_form .float_l, .contact_form .float_r, .contact_form .field, .form_table dt, .form_table dd, .products_detail_box .product_pic, .right_box  {
 position:relative !important;
 width:100% !important;
 margin:0;
}
.header_top_nav, a.jcarousel-control-prev, a.jcarousel-control-next, .jcarousel-pagination, .left, .left_fix_btn, ul.tabs, .product_detail_download span {
 display:none !important;
}
.mobile_menu_list, .mobile_header_btn, div.tab_container .tab_content, .tab_container h5.title {
 display:block !important;
}

/*header*/
.wrapper {
	padding-top: 82px;
}
.header {
	height:100px;
  background: url(../images/top_bg_mobile.png) no-repeat right bottom;
}
.homelogo {
	position: relative;
  z-index: 9992;
	width:70%;
	margin-top: 10px;
}
.searchTrigger {
	display: block;
  position: absolute;
  top: 40px;
  right: 55px;
  color: #FFF;
  font-size: 23px;
	cursor:pointer;
	z-index:9991;
}
.search_area {
	width:100%;
	right:0;
	top: 65px;
	padding:5px 0;
	background:#000;
	visibility: hidden;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.search_area .search_query {
	color:#FFF;
	background:#000;
	padding: 10px;
  height: auto;
}
.btn_box .button {
	background-position: center 17px;
  height: 100%;
}
.search_area:hover {
	width:100%;
}
.search_area.opened {
	visibility: visible;
	opacity: 1;
    filter: alpha(opacity=100);
}
.nav {
	top:23px;
}
.nav-list {
 border-top: 1px solid #464646;
}

/*main*/
.main {
}

.theme-default .nivo-controlNav {
 bottom:0 !important;
}
.form_block {
 width:260px;
}
.form_table .form_table_btn a.btn_send {
 width:47%;
 font-size:13px !important;
}
.btn_Register_add a, .btn_forgotpwd {
 margin-top:20px;
}
.registration_list {
 margin-top:20px;
 padding-top:10px;
}
.ad_img {
 width:60%;
 margin-left:-30%;
}
.index_banner {
 
}
.sub_banner {
 padding-bottom:13px;
}
.quick_btn_block {
}
.quick_btn_block li {
	float:left;
	width:50%;
	border-top: #353535 1px solid;
	border-left: #353535 1px solid;
}
.quick_btn_block li.quick_btn3 {
	display:none;
}
.index_news, .index_product {
	padding:60px 0;
}
.news_list li {
	width:48%;
	padding: 0 5px;
}
.index_news .news_list li:nth-child(4) {
	display:block;
}
.news_list li .news_title {
    font-size: 23px;
    line-height: 30px;
}
.index_about_left {
	width:50%;
	padding:80px 30px;
}
.index_about_pic {
	width:50%;
}
.index_product .block {
	padding:0 15px;
}
.index_product h4.title {
	position:relative;
	margin-bottom: 60px;
    text-align: center;
}
.index_product a.btn_more {
	left:50%;
	margin-left:-50px;
}
.index_contact .index_contact_slogn span {
		display:block;
		line-height:55px;
		top:0;
	}
	.index_contact a.btn_more {
		width:40%;
	}

/*product*/
.right_box {
	min-height:inherit;
	padding-bottom:0;
}
.jcarousel ul, .product_intro, .related_product_block {
 width:100% !important;
}
.page_local_bar, .download_table tbody td {
 text-align:left;
}
.page_local_bar {
 line-height:18px;
}
.request_table dl {
 margin-bottom:10px;
}
.request_table a.btn_send {
 margin-top:20px;
 width:99%;
}
.download_table tbody tr:first-child td {
 border-top:#E8E8E8 1px solid;
}

/*product list*/
.product_list li {
	width:31.33%;
}
/*product detail*/
.product_detail_download {
 padding:0;
 background:none;
}
.product_detail_download a {
 width:90%;
 padding:5px 5%;
 background: #269654;
 color:#FFF;
 margin-bottom:5px;
}
.tab_container h5.title {
 padding-bottom:10px;
 margin-bottom:10px;
 border-bottom: #000000 2px solid;
}
div.tab_container .tab_content {
 padding-top:0 !important;
}
.right_box {
 margin-top:20px;
}
.ad_img {
 width:90%;
 margin-left:-45%;
}
.fancybox-close {
}
.product_plano li {
		width:48%;
}

/*contact*/
.contact_left_box, .contact_form {
	width:100%;
}
}

@media screen and (max-width: 480px) {
	
	/*header*/
	.homelogo {
    margin-top: 17px;
	}
	
	/*index*/
	.index_banner {
		margin-top:0;
	}
	.news_list li {
		width:98%;
	}
	.index_news .news_list li:nth-child(4) {
		display:none;
	}
	.index_about_left {
		position:relative;
		z-index:10;
		width:100%;
		padding-bottom:40px;
	}
	.index_about_left h4.title {
		margin-bottom:60px;
	}
	.index_about_pic {
		width:100%;
		height:200px;
	}
	
	/*product list*/
	.product_list li {
		width:48%;
	}
	
	/*footer*/
.footer_logo {
	width:100%;
	padding:30px 0;
}
.footer_link {
	padding: 30px 20px;
}
.footer_contact_info {
	border-top: #3d3d3d 1px solid;
	width:100%;
	padding:30px 0;
	text-align:center;
}
.footer_contact_info li {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 5px;
}
}