* {
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
}

body {
	font-family: 'OpenSans';
}

@font-face {
	font-family: 'OpenSans';
	src: url(fonts/OpenSans-Regular.ttf)
}

@font-face {
	font-family: 'Square';
	src: url(fonts/Square.ttf)
}

img {
	max-width: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #333;
}

input,
textarea,
select,
button {
	outline: none !important;
}

ul {
	margin-bottom: 0;
}

.banner p {
	margin-bottom: 0;
}

.content p:not(.h1):not(.h2):not(.h3):not(.h4):not(.title):not(.text):not(.desc) {
	line-height: 24px;
	margin-bottom: 0;
}

.content .div-text{
	line-height: 24px;
	margin: 10px auto 15px;
	overflow: hidden;
	position: relative;
}
.content .div-text .more{
	color: #004F94;
	background: #fff;
	text-decoration: underline;
	line-height: 24px;
	padding-left: 15px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
}

.title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #090404;
	margin-top: 10px;
}

.text,
.desc {
	line-height: 24px;
	color: #666;
	margin: 10px 0 30px;
}

.desc {
	padding-bottom: 15px;
	position: relative;
}

.desc:after {
	content: '';
	width: 60px;
	height: 3px;
	background: #f08300;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}

.title,
.text,
.desc {
	text-align: center;
}

.product-info h1 {
	text-align: left;
}

.head {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	border-left: 10px solid #000;
	border-bottom: 2px solid #000;
	padding-left: 5px;
	margin: 30px 0 !important;
}

.btn {
	padding: 6px 12px;
}

.bordered img {
	border: 1px solid #ccc;
}

.max-img img {
	max-width: 95%;
}

.all-img img {
	max-width: 95%;
	border: 1px solid #ccc;
}

.scale-img {
	overflow: hidden;
}

.scale-img img {
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.scale-img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.breadcrumb>li,
.breadcrumb>.active,
.breadcrumb>li+li:before {
	color: #666;
	text-transform: uppercase;
}

.breadcrumb>.active {
	/*width: 250px;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	overflow: hidden;
}

.container>nav,
.containe-fluid>nav {
	text-align: center;
}

.navbar-form .btn {
	vertical-align: top;
}

.mySwiper {
	padding: 0;
	margin: 0;
	position: relative;
}

.index .sec01.mySwiper {
	padding: 0;
	margin: 0 -10px;
}

.index .sec01 a.prevbtn, .index .sec01 .pagination a.nextbtn {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	display: none;
	z-index: 99;
	width: 56px;
	height: 56px;
	background: #f08300 url(../images/icon-00.png) no-repeat center;
}


.swiper-container {
	height: auto;
	margin: 0 !important;
}

.swiper-wrapper,
.swiper-slide {
	height: auto !important
}

.swiper-container>a {
	display: none
}

.swiper-container:hover>a {
	display: block
}

.swiper-slide {
	position: relative;
}

.swiper-container .pagination {
	display: inline
}

.pagination-block {
	clear: left;
	width: 100%;
	text-align: center;
	padding: 0;
	display: block !important
}

.pagination-block>span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #999;
	margin: 0 3px;
	cursor: pointer;
}

.pagination-block>.swiper-active-switch {
	background-color: #f08300
}

.pagination-banner {
	position: absolute;
	bottom: 0;
}

.pagination-banner>span {
	background-color: #fff;
}

.pagination a.prevbtn,
.pagination a.nextbtn {
	width: 25px;
	height: 45px;
	background: rgba(240, 131, 0, .8) url(../images/pagination-02.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	display: none;
	z-index: 99;
}

.pagination a.prevbtn {
	left: 0.625%;
	background-position: 10px center;
}

.pagination a.nextbtn {
	right: 0.625%;
	background-position: -19px center;
}

.pager li>a,
.pager li>span {
	border-radius: 4px;
	color: #f08300;
	border-color: #f08300;
}

.pager li>a:hover,
.pager li>span:hover {
	color: #fff;
	background-color: #f08300;
}

.pager li+li {
	margin-left: 10px;
}

.swiper-certificate img {
	max-width: 95%;
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}

.swiper-certificate img:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 2px 2px 10px #666;
	box-shadow: 2px 2px 10px #666;
}

.content .navbar-header button {
	float: left;
	border: none;
	background: transparent url(../images/top_nav.png) no-repeat center !important;
	padding-left: 80px;
	margin: 0 0 0 -53px;
}

.pagination>span>a,.pagination>span>span{
	font-size: 16px;
	color: #f08300;
	border-color: #f08300;
	padding: 3px 10px;
	margin: 0 7px;
}
.pagination>span>a:hover,
.pagination>span>a:focus,
.pagination>span>span:hover,
.pagination>span>span:focus,
.pagination>span>span{
	background-color: #f08300;
	color: #fff;
}

.product-menu .navbar-collapse {
	padding: 0;
}

.product-menu .product-form {
	border: 1px solid #a0a0a0;
	padding: 20px;
}

.product-menu .product-form input {
	width: 75%;
	display: inline-block;
}

.product-menu .product-form button {
	width: 20%;
	height: 34px;
	border-color: #f08300;
	background: #f08300 url(../images/icon_12.png) no-repeat center;
}

.product-menu .product-nav>li {
	width: 100%;
	margin: 10px auto;
	border: 1px solid transparent;
	cursor: pointer;
}

.product-menu .product-nav>li>a {
	width: 100%;
	text-align: center;
	color: #333;
	background: #f1f1f1;
	padding: 10px;
	display: block;
}

.product-menu .product-nav>li.active>a,
.product-menu .product-nav>li:hover>a {
	color: #fff;
	background-color: #f08300;
}

.product-menu .product-nav>li.active {
	border-color: #ccc;
}

.product-menu .product-nav>li ul {
	padding: 0px 20px;
	display: none;
}

.product-menu .product-nav>li.active ul {
	display: block;
}

.product-menu .product-nav>li ul li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.product-menu .product-nav>li ul li:last-child {
	border-bottom: none;
}

.product-menu .product-nav>li ul li a:hover {
	color: #f08300;
}

.fancybox-nav span {
	display: none;
}

.fancybox-nav:hover span {
	display: block;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #f08300 !important;
}

header {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 800;
}

header.shadow {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}

header .navbar-brand {
	width: 255px;
	height: 50px;
	font-size: 0;
	background: url(../images/logo.png) no-repeat center;
	margin: 10px auto;
	vertical-align: middle;
	display: inline-block;
}

header .navbar-toggle {
	float: left;
	padding: 20px;
	margin: 18px 15px 0px;
	background: transparent url(../images/top_nav.png) no-repeat center;
}

header .navbar-header .name{
	max-width: 160px;
	padding-top: 5px;
	margin-bottom: 0;
	margin-left: 15px;
	vertical-align: middle;
	display: none;
}

header .header-link {
	font-size: 12px;
	line-height: 35px;
	border-bottom: 1px solid #F1F1F1;
	position: relative;
	z-index: 9;
}

header .header-link .m {
	padding-left: 22px;
	background: url(../images/e-mail.png) no-repeat left 10px;
}

header .header-link .e {
	padding-left: 20px;
	background: url(../images/tel.png) no-repeat left 10px;
}

header .header-link .s {
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1;
	padding: 0;
	position: relative;
}

header .header-link .s a {
	background: url(../images/search.png) no-repeat center;
	padding: 10px 17px;
	cursor: pointer;
}

header .navbar-search {
	width: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
	overflow: hidden;
}

header .navbar-search .navbar-form {
	padding: 0px;
	margin: 0px;
}

header .navbar-search .navbar-form .form-group {
	width: 200px;
	height: 35px;
	position: relative;
}

header .navbar-search input {
	width: 100% !important;
	height: 100%;
	padding-right: 70px;
	position: absolute;
}

header .navbar-search .btn {
	width: 35px;
	height: 100%;
	border: none;
	position: absolute;
}

header .navbar-search .search-com {
	padding: 0px;
	background: url(../images/search.png) no-repeat center;
	right: 35px;
}

header .navbar-search .search-out {
	background: #F08300 url(../images/cont-btn.png) no-repeat center !important;
	right: 0px;
}

header .social-media li {
	border-right: 1px solid #F1F1F1;
}

header .header-link .r,
header .social-media,
header .social-media li {
	margin: 0;
	padding: 0;
}

header .social-media li a {
	width: 35px;
	height: 35px;
	background: url(../images/media-top.png) no-repeat center;
	padding: 0px;
	display: inline-block;
}

header .social-media li .f {
	background-position: 11px;
}

header .social-media li .t {
	background-position: -26px;
}

header .social-media li .i {
	background-position: -70px;
}

header .social-media li .p {
	background-position: -112px;
}

header .social-media li .c {
	background-position: -153px;
}

header .social-media li a:hover {
	background-image: url(../images/media-top-hover.png);
}

header .menu a {
	text-align: center;
	color: #333 !important;
	background: transparent !important;
}

header .menu>li>a {
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	padding: 6px 12px;
}

header .menu>li.active>a,
header .menu>li:hover>a {
	color: #f08300 !important;
	background: transparent !important;
}

header .dropdown-menu {
	width: 100%;
	min-width: 0;
	padding: 0;
}

header .dropdown-menu>li>a {
	white-space: normal;
	border-top: 1px solid #E5E5E5;
}

header .dropdown-menu>li:hover>a {
	color: #fff !important;
	background: rgba(240, 131, 0, .7) !important;
}
/*********  content  *********/
.index .sec01 img{
	width: 100%;
}
.index .sec01 .swiper-sec1 {
	position: relative;
}

.index .sec01 .description {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.index .sec01 .description p {
	color: #fff;
	text-align: center;
}

.index .sec01 .description .h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.index .title {
	font-family: 'Square';
}

.index .btn {
	color: #fff;
	background: #F08300;
	margin-top: 15px;
}

.index .sec02 .img {
	position: relative;
	display: block;
}

.index .sec02 .img:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.index .sec02 .img:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(240, 131, 0, .7) url(../images/big.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.index .sec02 .pro-rt img {
	width: 100%;
}

.index .sec02 .info {
	padding: .5em 0;
	border-bottom: 2px solid #333;
}

.index .sec02 .swiper-slide:hover .info {
	color: #F08300;
	border-color: #F08300;
}

.index .sec03 {
	color: #fff;
	background: #5a5f5f;
	padding: 5px 0 15px;
}

.index .sec03 .title,
.index .sec03 .text,
.index .sec03 a {
	color: #fff;
}

.index .sec03 .swiper-sec3 .img {
	width: 80px;
	height: 80px;
	background: url(../images/advantage-1.png) no-repeat center;
	border: 2px solid #F08300;
	border-radius: 50%;
	position: relative;
	display: inline-block;
}

.index .sec03 .swiper-sec3 .img:after {
	content: '';
	width: 98%;
	height: 98%;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 1%;
	top: 1%;
	z-index: 3;
	display: none;
}

.index .sec03 .swiper-sec3 .swiper-slide:nth-of-type(2) .img {
	background-image: url(../images/advantage-2.png);
}

.index .sec03 .swiper-sec3 .swiper-slide:nth-of-type(3) .img {
	background-image: url(../images/advantage-3.png);
}

.index .sec03 .swiper-sec3 .swiper-slide:hover .img {
	background-image: url(../images/advantage-4.png);
	background-color: #F08300;
}

.index .sec03 .swiper-sec3 .swiper-slide:hover .img:after {
	display: block;
}

.index .sec03 .swiper-sec3 .swiper-slide:nth-of-type(2):hover .img {
	background-image: url(../images/advantage-5.png);
}

.index .sec03 .swiper-sec3 .swiper-slide:nth-of-type(3):hover .img {
	background-image: url(../images/advantage-6.png);
}

.index .sec03 .swiper-sec3 .h4 {
	font-weight: bold;
	position: relative;
}

.index .sec03 .swiper-sec3 .h4:after {
	content: '.....';
	color: #F08300;
	display: block;
}

.index .sec03 .row {
	margin-top: 15px;
}

.index .sec03 .row img {
	width: 100%;
}

.index .sec03 .pagination>span {
	width: 30px;
	height: 4px;
	border-radius: 0;
}

.index .sec04 .abt-lt {
	overflow: hidden;
}

.index .sec04 .abt-rt .h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

.about .sec01 {
	padding-bottom: 10px;
}

.about .sec01 img {
	width: 100%;
}

.about .sec02 {
	background: #f5f5f5;
	padding: 15px 0;
}

.about .sec03 .para {
	margin-bottom: 10px !important;
}

.choose .swiper-slide .img {
	border: 2px solid #F08300;
	border-radius: 50%;
	padding: 30px;
	display: inline-block;
}

.choose .swiper-slide .h4 {
	font-weight: bold;
}

.choose .map-img {
	padding: 15px 0;
}

.choose .cho-bt li {
	margin-bottom: 15px;
}

.choose .cho-bt img {
	width: 100%;
}

.product-list .pro-list li {
	overflow: hidden;
	margin-bottom: 15px;
}

.product-list .pro-list li .h4 {
	font-family: 'Square';
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.product-list .back {
	width: calc(100% - 30px);
	height: 100%;
	color: #fff;
	background: rgba(240, 131, 0, .9);
	padding: 15px 15px;
	position: absolute;
	left: 15px;
	top: 100%;
	z-index: 5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.product-list .back a {
	color: #fff;
	position: absolute;
	bottom: 30px;
	vertical-align: middle;
	display: inline-block;
}

.product-list .back a:before {
	content: url(../images/icon.png);
	margin-right: 15px;
	vertical-align: middle;
	display: inline-block;
}

.product-list .info {
	width: 100%;
	color: #999;
	text-align: center;
	padding: 0 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.product .text {
	margin-top: 0;
}

.product .content-list>li a {
	padding: 6px 12px;
	display: block;
}

.product .content-list>li {
	position: relative;
}

.product .content-list>li>a {
	min-width: 150px;
	background: #000;
	color: #fff;
	border-radius: 4px;
}

.product .content-list>li.active>a {
	background: #F08300;
}

.product .content-list .dropdown-menu {
	margin-top: 0;
	padding: 0;
}

.product .content-list .dropdown-menu a {
	color: #333;
	background: transparent;
}

.product .content-list .dropdown-menu a:hover {
	color: #fff;
	background: #F2A522;
}

.product .product-con li {
	margin-bottom: 20px;
	cursor: pointer;
}

.product .product-con li a {
	display: block;
}

.product .product-con .info {
	width: 100%;
	height: 48px;
	color: #666;
	margin-top: 10px;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.product .product-con .choice input {
	margin-top: 0px;
	vertical-align: middle;
}

.product .product-con .btn {
	background: transparent;
	color: #f08300;
	border: 1px solid #f08300;
	padding: 3px 20px;
	margin-top: 10px;
}

.product .product-con .btn-default {
	font-size: 14px;
	font-weight: 600;
	background: #f08300;
	color: #fff;
	padding: 3px 8px;
}

.product .product-con li:hover img {
	border-color: #f08300;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .25);
}

.product .product-con li:hover .info {
	color: #f08300;
}

.product .product-con .btn:hover {
	background-color: #f08300;
	color: #fff;
}

.product-info h1 {
	line-height: 30px;
	color: #F08300;
}

.product-info .pro-con li {
	line-height: 24px;
}

.product-info .pro-right .h5 {
	font-weight: bold;
}

.product-info .pro-right .btn {
	font-weight: 600;
	background: #000;
	color: #fff;
	margin-top: 15px;
}

.product-info .pro-right .btn-lt {
	margin-right: 30px;
}

.product-info .pro-right .btn:hover {
	background: #F08300;
}

.product-info .social-media {
	margin-top: 15px;
}

.product-info .social-media li a {
	width: 26px;
	height: 26px;
	background: url(../images/product-detail-Media.png) no-repeat center;
	display: block;
}

.product-info .social-media li .t {
	background-position: 1px center;
}

.product-info .social-media li .f {
	background-position: -34px center;
}

.product-info .social-media li .i {
	background-position: -70px center;
}

.product-info .social-media li .p {
	background-position: -104px center;
}

.product-info .social-media li .c {
	background-position: -138px center;
}
.product-info iframe {width:555px;height:312px;}
.product-info .sec02 .h4 {
	font-weight: bold;
	margin-bottom: 15px;
}

.product-info .sec02 img {
	width: 100%;
}

.product-info .sec03 img {
	margin: 15px 0 5px;
}

.product-info .sec03 .h4 {
	font-weight: bold;
}

.product-info .sec03 .bt {
	margin-top: 15px;
}

.new .content-list>li a {
	padding: 6px 12px;
	display: block;
}

.new .content-list>li {
	position: relative;
}

.new .content-list>li>a {
	min-width: 150px;
	background: #000;
	color: #fff;
	border-radius: 4px;
}

.new .content-list>li.active>a {
	background: #F08300;
}

.new .new-list {
	margin-top: 30px;
}

.new .new-list>li {
	border: 1px solid #999;
	margin-bottom: 25px;
	padding: 15px;
}

.new .new-list>li:hover {
	background: #fdf2e5;
	border-color: #fdf2e5;
}

.new .new-list>li .pull-left {
	padding-right: 20px;
}

.new .new-list>li .text-right {
	display: none;
}

.new .new-list>li .btn {
	font-size: 18px;
	color: #f08300;
	border: 1px solid #f08300;
	padding: 4px 30px;
	margin-top: 30px;
}

.new .new-list>li .btn:hover {
	color: #FFFFFF;
	background: #f08300;
}

.new .new-list>li .h5 {
	font-weight: 600;
}

.new .new-list>li:hover .h5>a {
	color: #f08300;
}

.new .new-list>li time {
	padding: 10px 0px;
	display: block;
}

.new .new-list>li .name {
	float: left;
	padding-right: 50px;
}

.new-info h1 {
	color: #F08300;
}

.faq dl {
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	position: relative;
	padding-right: 15px
}

.faq dl:first-of-type {
	border-top: 1px solid #eee
}

.faq dl>dd>span {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	background-color: #eee
}

.faq dl>dt {
	font-weight: normal;
	cursor: pointer;
	margin: 0 auto 10px;
	padding-top: 10px;
	font-size: 16px;
	position: relative;
	padding-right: 20px
}

.faq dl>dt>span {
	position: absolute;
	right: 5px;
	width: 10px;
	height: 5px;
	top: 50%;
	margin-top: 4px;
	background: url("../images/faqs_03.png") center;
}

.faq dl>dt.active,
.faq dl>dt:hover {
	color: #f08300
}

.faq dl>dd {
	color: #666;
	display: none;
	margin: 12px auto;
	line-height: 24px
}

.contact iframe {
	width: 100%;
	min-height: 450px;
	margin-bottom: 15px;
}

.contact .col-4 {
	margin-left: -8px;
	margin-right: -8px;
}

.contact .col-4 div {
	padding-left: 8px;
	padding-right: 8px;
}

.contact .col-4 div div {
	padding: 20px;
	text-align: center;
	padding-top: 50px;
}

.contact .col-4 .fst {
	background-color: #f2f2f2;
}

.contact .col-4 .snd {
	background-color: #f2f2f2;
}

.contact .col-4 .trd {
	background-color: #f2f2f2;
}

.contact .col-4 .fth {
	background-color: #f2f2f2;
}

.contact .col-4 div div {
	min-height: 260px;
	margin: 5px auto;
}

.contact .col-4 div div,
.contact .col-4 a {
	color: #666;
}

.contact .col-4 div div .h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	margin: 20px auto 15px;
}

.contact form label {
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
}

.contact form .radio-inline {
	text-transform: capitalize
}

.contact .btn-contact {
	clear: left
}

.contact form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.contact form span {
	position: absolute;
	top: 12px;
	right: 25px;
	color: red
}

.contact form .col-sm-7 span {
	right: 25px
}

.contact form .form-group input[type="text"] {
	padding-right: 25px
}

.contact form .col-xs-12 label {
	margin: 0 0 10px;
}

.contact form .col-xs-12 .form-group {
	margin: 0;
	margin-bottom: 10px;
}

.contact form .form-group textarea {
	padding-right: 20px
}

.contact form .img img {
	cursor: hand;
	width: 100%;
	height: 44px;
	margin-bottom: 10px;
}

.contact .btn-contact button {
	background-color: #F08300;
	color: #fff;
	margin: 8px 0;
}

.contact .btn-contact button:hover {
	background-color: #F2A522;
}
/*********  content end  *********/

footer {
	color: #fff;
	background: #626768;
	line-height: 30px;
	padding-top: 30px;
	margin-top: 30px;
}

footer>.container {
	padding-bottom: 30px;
}

footer .bolderd {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 20px;
}

footer a {
	color: #fff !important;
}

footer a:hover {
	color: #F08300 !important;
}

footer .ftr-lt .bolderd {
	margin: 20px 0 0;
}

footer .ftr-lt .h5 {
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
}

footer .ftr-lt form {
	max-width: 250px;
	position: relative;
	margin: 0 auto 10px;
}

footer .ftr-lt form input {
	height: 40px !important;
	padding-right: 52px !important;
}

footer .ftr-lt form .btn {
	border: none;
	background: #090404 url(../images/1-index-1-61.png) no-repeat center;
	padding: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

footer .ftr-lt form .btn:hover {
	background-color: #F08300;
}

footer .ftr-mt {
	min-height: 285px;
}

footer .ftr-rt ul li {
	padding-left: 30px;
}

footer .ftr-rt ul li:first-child {
	background: url(../images/bottom-1.png) no-repeat left top 8px;
}

footer .ftr-rt ul li:nth-child(2) {
	background: url(../images/bottom-2.png) no-repeat left top 8px;
}

footer .ftr-rt ul li:nth-child(3) {
	background: url(../images/bottom-3.png) no-repeat left top 8px;
}

footer .ftr-rt ul li:nth-child(4) {
	background: url(../images/bottom-4.png) no-repeat left top 8px;
}

footer .social-media li a {
	width: 30px;
	height: 30px;
	background: #090404 url(../images/media-bottom.png) no-repeat center;
	border-radius: 50%;
	display: block;
}

footer .social-media li .f {
	background-position: 11px;
}

footer .social-media li .t {
	background-position: -26px;
}

footer .social-media li .i {
	background-position: -70px;
}

footer .social-media li .p {
	background-position: -112px;
}

footer .social-media li .c {
	background-position: -153px;
}

footer .social-media li a:hover {
	background-color: #F08300;
}

footer .ftr-bt {
	background: #626768;
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}

.ftr-bt .pull-left p {
	margin-bottom: 0;
}

.ftr-h {
	line-height: 18px;
	background: #090404;
	display: none;
}

.ftr-h ul {
	background: url(../images/logo-1.png) no-repeat left 15px center;
	padding-left: 150px;
	position: relative;
	z-index: 1;
}

.ftr-h ul li {
	width: 20%;
	min-height: 78px;
	background: url(../images/icon-7.png) no-repeat left 10px center;
	padding: 20px 5px 20px 50px;
	cursor: pointer;
	position: relative;
	z-index: 5;
}

.ftr-h ul li:nth-child(2) {
	background-image: url(../images/icon-8.png);
}

.ftr-h ul li:nth-child(3) {
	background-image: url(../images/icon-9.png);
}

.ftr-h ul li:nth-child(4) {
	background-image: url(../images/icon-10.png);
	background-position: left 15px center;
	padding-left: 60px;
}

.ftr-h ul li:nth-child(5) {
	background-image: url(../images/icon-11.png);
}

.ftr-h ul li:nth-child(2):hover~.slide {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.ftr-h ul li:nth-child(3):hover~.slide {
	-webkit-transform: translate(200%, 0);
	-moz-transform: translate(200%, 0);
	transform: translate(200%, 0);
}

.ftr-h ul li:nth-child(4):hover~.slide {
	-webkit-transform: translate(300%, 0);
	-moz-transform: translate(300%, 0);
	transform: translate(300%, 0);
}

.ftr-h ul li:nth-child(5):hover~.slide {
	-webkit-transform: translate(400%, 0);
	-moz-transform: translate(400%, 0);
	transform: translate(400%, 0);
}

.ftr-h .slide {
	width: calc(20% - 30px);
	height: calc(100% + 10px);
	background: #f08300;
	position: absolute;
	bottom: 0;
	left: 150px;
	z-index: 3;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.ftr-h a {
	font-size: 12px;
	font-family: 'Square';
	font-weight: bold;
	color: #fff;
}

.bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #666;
	text-align: center;
	z-index: 999;
	border-top: 1px solid #cccccc;
}

.bottom .up-btn {
	display: block;
	width: 100%;
	height: 18px;
	text-align: center;
}

.bottom .up-btn>span {
	background: #000 url(../images/bottom-btn.png) no-repeat center;
	color: #666;
	width: 100px;
	height: 20px;
	display: inline-block;
	_dispaly: inline;
	border-radius: 0.3em;
	cursor: pointer;
}

.bottom ul {
	background-color: #ffffff;
	margin-bottom: 0;
}

.bottom li {
	vertical-align: middle;
	width: 18.5%;
	margin: 0 !important;
	padding: 0;
}

.bottom li a {
	color: #666;
}

.bottom img {
	display: block;
	margin: 0.2em auto;
}

.bottom li a p {
	margin-bottom: 0;
	color: #666;
}

.at-icon-wrapper {
	height: 26px;
}

.at-icon-wrapper>.at-icon-addthis {
	width: 25px !important;
	height: 25px !important;
	fill: #666 !important;
}

.at-share-tbx-element .at-icon-wrapper {
	background: none !important;
}

.at-share-tbx-element .at-share-btn {
	margin: 10px 0 0 !important;
}
/****** bottom end *******/
/****** pictureSlider start *******/

.poster-main {
	position: relative;
	display: none;
}

.poster-main a,
.poster-main img {
	display: block;
	position: relative;
}

.poster-main .poster-list .poster-item {
	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
	opacity: 0.8
}

.poster-main .poster-prev-btn {
	left: 0;
	background: transparent;
}

.poster-main .poster-next-btn {
	right: 0;
	background: transparent;
}
/****** pictureSlider end *******/

.to-top {
	width: 40px;
	height: 40px;
	right: 20px;
	padding: 0.6em;
	background-color: #f08300;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 1000;
}

.card-form {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
	position: fixed;
	right: 10px;
	bottom: 120px;
	overflow: hidden;
	z-index: 1000;
}

.card-form .card-title {
	height: 50px;
	font-weight: 600;
	line-height: 46px;
	color: #f08300;
	background: linear-gradient(to bottom, rgba(232, 86, 36, .5), rgba(232, 86, 36, .0001));
	padding: 0 15px;
	position: relative;
}

.card-form .card-title:before,
.card-form .card-title:after {
	content: "";
	clear: both;
	display: table;
}

.card-form .card-title .pull-left {
	background: url(../images/products-icon.png) no-repeat left center;
	padding-left: 20px;
}

.card-form .card-title .card-show {
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	background: #f08300;
	border: 1px solid #f08300;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.card-form .card-title li {
	padding: 0;
}

.card-form .card-title .btn {
	font-size: 22px;
	line-height: 16px;
	color: #f08300;
	border-radius: 0;
	padding: 0 6px;
}

.card-form .card-title .card-hide {
	border-right: 1px solid #f08300;
}

.card-main {
	width: 100%;
	height: 270px;
	padding: 0 15px 15px;
	margin: 0;
	position: relative;
	overflow: auto;
}

.card-form .card-list {
	min-height: 185px;
}

.card-form .card-list>li {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 8px 0;
}

.card-form .card-list li>div {
	line-height: 24px;
	text-align: center;
	padding: 0 8px;
}

.card-form .card-list li>div:first-of-type {
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.card-form .card-list .btn {
	width: 24px;
	height: 24px;
	line-height: 21px;
	color: #666;
	border: 1px solid #999;
	padding: 0;
}

.card-form .card-sub {
	width: 100%;
	color: #fff;
	background: #f08300;
	border: none;
	margin-top: 20px;
}

.card-form .card-sub:hover {
	background: #f08300;
}

footer .link {
	text-align: center;
	font-size: 12px;
	position: relative;
	clear: left;
}

footer .link p {
	line-height: normal;
	margin-bottom: 3px;
}

footer .link .hide-content {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	padding: 10px;
	box-shadow: 2px 2px 5px #999;
	display: none;
	background-color: #fff;
	margin-bottom: 5px;
}

footer .link a {
	margin: 0 3px;
	color: #fff;
}

footer .link .hide-content a {
	color: #333 !important;
}

#contact-btn {
	top: 45%;
	position: fixed;
	text-align: left;
	z-index: 1200;
	cursor: pointer;
}

#contact-btn .contact-us {
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	width: 142px;
	height: 50px;
	text-transform: uppercase;
	line-height: 55px;
	text-align: center;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	position: absolute;
	left: -46px;
	top: -96px;
}

#contact-btn img {
	display: inherit;
	width: 50px;
	height: 50px;
	padding: 13px 7px;
	background-color: #f08300;
	text-align: center;
}

.a-form {
	max-width: 460px;
	height: 100%;
	background: #1b1b1b;
	overflow: auto;
	position: fixed;
	left: -460px;
	top: 0;
	z-index: 9999;
}

.cont-aside {
	background: #fff;
	margin: 30px;
	padding: 30px 0;
}

.cont-nav {
	margin: 0 30px;
}

.cont-form {
	margin: 15px 30px;
}

.cont-form .radio {
	margin-left: -20px;
}

.cont-form .btn-cont {
	width: 100%;
	color: #fff;
	background: #f08300;
	margin-top: 20px;
}

#close-btn {
	top: 0;
	position: absolute;
	z-index: 9;
	display: block;
	cursor: pointer;
	right: 0;
}

.cont-aside .cont-h3 {
	color: #f08300;
	font-size: 16px;
	line-height: 24px;
}

@media (min-width:480px) {
	/**/
	footer>p,
	.footer>p {
		padding: 10px;
	}
	.product-info .sec04 .pagination a {
		display: block !important;
	}
	.contact .col-sm-6 {
		padding: 0;
	}
	.contact input[type="text"] {
		height: 44px;
	}
	.contact form .form-group {
		margin: 0;
		margin-bottom: 10px;
	}
}

@media (min-width:768px) {

.index .sec01 .pagination a {
 width: 56px;
height: 56px;
background: #f08300 url(../images/icon-00.png) no-repeat center;
}

.index .sec01:hover .pagination a {display:block;}

.index .sec01 .pagination a.prevbtn {
    background-position: 22px center;
    left: 5%;
}

.index .sec01 .pagination a.nextbtn {
 background-position: -46px center;
 right: 5%;
}

	/**/
	#hide-btn {
		display: none;
	}
	#menu {
		display: block;
	}
	#menu>li {
		display: inline-block;
		_display: inline;
	}
	.bottom {
		display: none;
	}
	.all-img,
	.max-img {
		margin-left: -0.625% !important;
		margin-right: -0.625% !important;
	}
	.swiper-dir {
		width: auto;
		margin: 0 -15px !important;
	}
	.swiper-dir .swiper-slide {
		margin-top: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	header .navbar-brand {
		margin-left: 0 !important;
	}
	header .menu {
		float: right;
	}
	header .menu>li {
		padding: 11px 0px;
		border-bottom: 2px solid transparent;
	}
	header .menu>li:hover {
		border-color: #F08300;
	}
	header .dropdown-menu {
		background: rgba(255, 255, 255, .9);
		border-top: none;
		top: calc(100% + 2px);
	}
	header .dropdown-menu>li>a {
		padding: 10px 3px;
	}
	header .dropdown-menu>li:first-child>a {
		border: none;
	}
	.index .text {
		max-width: 660px;
		margin: 10px auto 30px;
	}
	.index .btn {
		padding: 8px 30px;
		margin-top: 30px;
	}
	.index .sec01 .swiper-ban{
		display: none !important;
	}
	.index .sec02 .container {
		width: auto !important;
	}
	.index .sec02 .title,
	.index .sec02 .text {
		text-align: left;
	}
	.index .sec02 .text {
		margin-left: 0;
	}
	.index .sec02 .pro-lt {
		min-height: 450px;
		background: #f0f3f2;
		padding: 60px 0 30px 15px;
	}
	.index .sec02 .pro-list li {
		text-align: right;
	}
	.index .sec02 .pro-list li a {
		max-width: 400px;
		width: 100%;
		text-align: left;
		/*background: url(../images/icon-0.png) no-repeat left 15px center;*/
		border-bottom: 1px solid #fff;
		padding: 12px;
		padding-left: 65px;
		position: relative;
		display: inline-block;
	}
	/*.index .sec02 .pro-list li:nth-child(2) a {
		background-image: url(../images/icon-1.png);
	}
	.index .sec02 .pro-list li:nth-child(3) a {
		background-image: url(../images/icon-2.png);
	}
	.index .sec02 .pro-list li:nth-child(4) a {
		background-image: url(../images/icon-3.png);
	}
	.index .sec02 .pro-list li:nth-child(5) a {
		background-image: url(../images/icon-4.png);
	}
	.index .sec02 .pro-list li:nth-child(6) a {
		background-image: url(../images/icon-5.png);
	}
	.index .sec02 .pro-list li:first-child a {
		border-top: 1px solid #fff;
	}
	.index .sec02 .pro-list li:hover a,
	.index .sec02 .pro-list li.active a {
		color: #fff;
		background-color: #F08300;
		background-image: url(../images/icon-6.png);
	}
	.index .sec02 .pro-list li:nth-child(2):hover a,
	.index .sec02 .pro-list li:nth-child(2).active a {
		background-image: url(../images/icon-7.png);
	}
	.index .sec02 .pro-list li:nth-child(3):hover a,
	.index .sec02 .pro-list li:nth-child(3).active a {
		background-image: url(../images/icon-8.png);
	}
	.index .sec02 .pro-list li:nth-child(4):hover a,
	.index .sec02 .pro-list li:nth-child(4).active a {
		background-image: url(../images/icon-9.png);
	}
	.index .sec02 .pro-list li:nth-child(5):hover a,
	.index .sec02 .pro-list li:nth-child(5).active a {
		background-image: url(../images/icon-10.png);
	}
	.index .sec02 .pro-list li:nth-child(6):hover a,
	.index .sec02 .pro-list li:nth-child(6).active a {
		background-image: url(../images/icon-11.png);
	}*/
	.index .sec02 .pro-list li:hover a,
	.index .sec02 .pro-list li.active a {
		color: #fff;
		background-color: #F08300;
	}
	.index .sec02 .pro-list li:hover a:before,
	.index .sec02 .pro-list li.active a:before {
		background-color: #fff;
	}
	.index .sec02 .pro-list li a:before{
		content: '';
		width: 6px;
		height: 6px;
		background: #666;
		border-radius: 50%;
		position: absolute;
		left: 50px;
		top: 50%;
		margin-top: -3px;
	}
	.index .sec02 .pro-list li:hover a:after,
	.index .sec02 .pro-list li.active a:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-right: 10px solid #fff;
		border-bottom: 10px solid transparent;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -10px;
	}
	.index .sec02 .img:after {
		width: 95%;
		left: 2.5%;
	}
	.index .sec02 .info {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		padding: 1em 0;
		margin: 0 2.5%;
	}
	.index .sec03 {
		padding: 50px 0;
	}
	.index .sec03 .swiper-sec3 p {
		padding: 0 10px;
	}
	.index .sec03 .row {
		margin-top: 30px;
	}
	.index .sec04 {
		padding: 30px 0;
	}
	.index .sec04 .abt-rt .h4 {
		font-size: 18px;
		margin-top: 15px;
	}
	.index .sec04 .abt-rt p {
		margin-bottom: 10px !important;
	}
	.about .sec01 {
		padding-bottom: 30px;
	}
	.about .sec02 {
		padding: 20px 0 50px;
	}
	.about .sec03 {
		padding-top: 20px;
	}
	.about .sec03 .para {
		margin-bottom: 20px !important;
	}
	.choose .swiper-slide p {
		padding: 0 5px;
	}
	.choose .swiper-slide .h4 {
		margin: 25px 0 20px;
	}
	.choose .map-img {
		padding: 30px 0;
	}
	.choose .cho-bt li {
		margin-bottom: 30px;
	}
	.product-list .pro-list li {
		margin-bottom: 30px;
	}
	.product-list .pro-list li:hover .back {
		top: 0;
	}
	.product-list .back {
		padding: 30px;
	}
	.product .product-con {
		margin-top: 30px;
	}
	.product-info .sec01 .swiper-sec1 {
		display: none;
	}
	.product-info .pro-right .btn {
		margin-top: 30px;
	}
	.product-info .sec03 img {
		margin: 30px 0 15px;
	}
	.contact .col-4 div div {
		height: 260px;
		overflow: hidden;
		padding: 40px 10px 0;
	}
	.contact form .col-sm-5 label {
		margin-bottom: 15px;
	}
	.contact form .col-sm-5 .form-group {
		padding-left: 15px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	/**/
	header .navbar-brand {
		width: 204px;
		height: 40px;
		background-size: 204px 40px;
	}
	footer .ftr-rt {
		margin-left: 8.3333333%;
	}
	footer .social-media li {
		padding: 0 3px;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	/**/
	.contact form .col-sm-7 .form-group {
		margin: 0;
		margin-bottom: 15px;
	}
}

@media (min-width:992px) {
	/**/
	.pager li>a,
	.pager li>span {
		width: 120px;
		height: 35px;
		line-height: 33px;
		padding: 0;
		font-size: 18px;
	}
	header .menu>li {
		padding: 16px 11px;
	}
	footer .ftr-bt {
		padding: 30px 0;
	}
	.ftr-h {
		display: block;
	}
	.index .sec01 .description p {
		font-size: 24px;
		line-height: 36px !important;
	}
	.index .sec01 .description .h1 {
		font-size: 60px;
		margin-bottom: 35px;
	}
	.index .title {
		font-size: 30px;
	}
	.index .sec02 .pro-list li a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.index .sec04 .abt-rt .h4 {
		font-size: 20px;
	}
	.new .new-list>li .text-right {
		display: block;
	}
	.contact iframe {
		min-height: 450px;
	}
	.contact form .form-group {
		margin-bottom: 15px;
	}
	.contact .col-4 div div {
		padding: 25px 5px 0;
	}
}
@media (min-width:992px) and (max-width:1199px) {.product-info iframe {width:455px;height:256px;}}

@media (min-width:1200px) {
	/**/	
	header .menu>li {
		padding: 16px 20px;
	}
	.index .title {
		font-size: 40px;
	}
	.index .sec02 .pro-lt {
		padding-top: 204px;
		padding-bottom: 60px;
	}
	.index .sec02 .pro-rt {
		padding-top: 50px;
	}
	.index .sec02 .info {
		padding: 2em 0;
	}
	.index .sec03 {
		padding-bottom: 100px;
	}
	.index .sec04 {
		padding: 70px 0;
	}
	.index .sec04 .poster-main {
		margin: auto;
		display: block !important;
	}
	.index .sec04 .swiper-sec4 {
		display: none;
	}
	.index .sec04 .abt-rt p {
		margin-bottom: 25px !important;
	}
	.index .sec04 .abt-rt .h4 {
		font-size: 24px;
		margin: 30px 0 20px !important;
	}
	.index .sec04 .btn {
		margin-top: 0;
	}
	.about .sec01 {
		padding-bottom: 50px;
	}
	.about .sec02 {
		padding: 30px 0 70px;
	}
	.about .sec02 .text {
		width: 80%;
		margin-left: 10%;
	}
	.about .sec03 {
		padding: 30px 0;
	}
	.about .poster-main {
		display: block !important;
	}
	.about .sec03 .swiper-sec3,
	.about .sec03 .pagination3 {
		display: none !important;
	}
	.contact .text-center {
		margin: 30px auto
	}
	.contact .col-lg-4 {
		width: 25.333333%
	}
	.contact .col-lg-8 {
		width: 74.666667%
	}
	.contact .col-lg-offset-4 {
		margin-left: 32.333333%
	}
	.contact form .col-lg-4 {
		line-height: 34px
	}
	.contact form label {
		font-size: 16px;
		margin-top: 0;
	}
	.contact form label.col-lg-4 {
		line-height: 40px
	}
	.contact form .form-control {
		font-size: 16px;
		line-height: 26px
	}
	.contact form .form-control:not(textarea) {
		height: 40px;
		line-height: 40px
	}
	.contact .btn-contact button {
		width: 158px;
		height: 40px;
		padding: 0;
		line-height: 40px;
		font-size: 16px;
	}
}

@media (min-width:1440px) {
	/**/
	header .container,
	.index .sec04 .container {
		width: 1440px;
	}
	header .navbar-header .name{
		display: inline-block;
	}
	header .menu>li {
		padding: 16px 30px;
	}
	.index .sec04 .abt-lt {
		width: 57.49%;
	}
	.index .sec04 .abt-rt {
		width: 42.51%;
		padding-left: 50px;
	}
	/*.index .sec04 .poster-btn {
		width: 30px !important;
		height: 30px !important;
		background: url(../images/icon-lt.png) no-repeat center;
		background-size: 30px 30px;
		top: auto;
		bottom: 0;
	}
	.index .sec04 .poster-next-btn {
		background-image: url(../images/icon-rt.png);
		left: 40px;
	}*/
}

@media (min-width:1640px) {
	/**/
	header .container,
	.index .sec04 .container {
		width: 1640px;
	}
	header .menu>li {
		padding: 16px 45px;
	}
	.index .sec02 .pro-lt {
		width: 30%;
		min-height: 750px;
	}
	.index .sec02 .pro-rt {
		width: 70%;
	}
	.index .sec02 .pro-list li a {
		background-position: left 35px center;
		padding: 30px 12px 30px 80px;
	}
	.index .sec04 .abt-lt {
		width: 50.48%;
	}
	.index .sec04 .abt-rt {
		width: 49.52%;
	}
	.index .sec04 .abt-rt .h4,
	.index .sec04 .abt-rt p {
		margin-bottom: 40px !important;
	}
}

@media (max-width:767px) {
	/**/
	#etalage,
	#contact-btn,
	.onlineFloatBox {
		display: none !important;
	}
	.banner {
		height: 150px;
		position: relative;
	}
	.banner .img {
		width: 640px;
		position: absolute;
		left: 50%;
		margin-left: -320px;
	}
	.content-list li {
		padding: 0;
		margin: 10px 0;
		display: block;
	}
	.content-list li a {
		padding: 6px 12px;
		display: block;
	}
	.card-form {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
	.card-main {
		height: 90%;
	}
	.card-form .card-title .card-show {
		display: block;
	}
	.all-img img,
	.max-img img {
		width: 100%;
		max-width: 100%;
	}
	.swiper-dir .swiper-slide {
		padding: 0;
	}
	.index .sec01 .description .h1 {
		font-size:24px;
	}
	header .navbar-brand {
		display: block;
	}
	header .header-link,
	header .navbar-right {
		display: none;
	}
	header .menu {
		margin: 0;
	}
	header .dropdown {
		background: url(../images/faqs_03.png) no-repeat 95% 18px !important;
	}
	header .menu>li>a,
	header .dropdown-menu>li>a {
		border-top: 1px solid #ccc;
	}
	header .dropdown-menu>li>a {
		margin: 0 15px;
		display: block;
	}
	footer {
		padding-top: 0;
	}
	footer>.container,
	footer .social-media {
		display: none;
	}
	.ftr-bt .pull-left {
		float: none !important;
	}
	.index .sec01 .swiper-sec1{
		display: none !important;
	}
	.index .sec02 {
		padding-bottom: 15px;
	}
	.index .sec02 .pro-list li a {
		text-align: center;
		border: 1px solid #333;
	}
	.index .sec02 .pro-list li.active a {
		color: #fff;
		background: #F08300;
		border-color: #F08300;
	}
}
@media (max-width:600px) {
.product-info iframe {  
    width: 320px;
    height: 180px;
}
}

@media (max-width:479px) {
	/**/
	.navbar-form {
		text-align: center;
	}
	.navbar-form,
	.navbar-brand>img {
		margin: 5px auto;
	}
	.text,
	.breadcrumb-div,
	.pagination-block {
		display: none !important;
	}
	.title {
		font-size: 18px;
	}
	.desc {
		margin-bottom: 15px;
	}
	.head {
		margin: 15px 0 !important;
	}
	header .navbar-header {
		height: 50px;
	}
	header .navbar-brand {
		width: 153px;
		height: 30px;
		background-size: 153px 30px;
		margin: 10px auto;
	}
	header .navbar-toggle {
		padding: 12px;
		margin: 10px 0 0 10px;
		background-size: 12px 10px;
	}
	.product-info .sec01 {
		padding-top: 15px;
	}
	.new .new-list {
		margin-top: 15px;
	}
	.new .new-list>li .pull-left,
	.new .new-list>li .pull-left img {
		width: 100%;
		padding-right: 0;
	}
	.contact iframe {
		min-height: 300px;
	}
	.contact .col-4 div {
		width: 100%;
	}
	.contact .col-4 div div {
		padding-top: 30px;
	}
	.contact form label:not(.radio-inline) {
		padding-left: 0;
	}
	.contact .btn-contact button {
		width: 100%;
	}
/*		.index .sec01 .description {
			display: none;
		}*/
}