* {
	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:"terminal";
	src: url(fonts/TERMINAL-DOSIS-SEMIBOLD.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;
}
.title {
	font-family:"terminal";
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin-top: 10px;
	padding-bottom: 50px;
	text-transform: uppercase;
	background: url(../images/icon-title.png) no-repeat center bottom;
}
.text,
.desc {
	line-height: 24px;
	color: #666;
	margin: 10px auto 30px;
}
.desc {
	padding-bottom: 15px;
	position: relative;
}
.desc:after {
	content: '';
	width: 60px;
	height: 3px;
	background: #1b93f9;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.title,
.text,
.desc {
	text-align: center;
}
.product-info h1 {
	text-align: left;
	padding-bottom:0;
	background:none;
	color:#1B93F9;
}
.head {
	font-size: 20px;
	line-height: 30px;
	color: #1b93f9;
	border-left: 10px solid #1b93f9;
	border-bottom: 2px solid #1b93f9;
	padding-left: 5px;
	margin: 30px 0 !important;
}
.font-bg {
	font-size: 20px;
	text-align: center;
	background-color: #1b93f9;
	color: #fff;
	padding: 10px;
	margin: 15px auto !important;
	text-transform: uppercase;
}
.btn {
	padding: 6px 12px;
}
.pct-video iframe {
	width: 100% !important;
}
.bordered img {
	border: 1px solid #ccc;
}
.max-img img {
	max-width: 95%;
}
.all-img img {
	max-width: 95%;
	border: 1px solid #ccc;
}
.pct-img img {
	width: 100%;
}
.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 {
	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 {
	margin: 0 -10px;
}
.swiper-container {
	height: auto;
	margin: 0 !important;
}
.swiper-wrapper,
.swiper-slide {
	height: auto !important
}
.swiper-slide {
	position: relative;
}
.swiper-container .pagination {
	display: inline
}
.paging {
	display: initial;
}
.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: #1b93f9
}
.pagination-banner {
	position: absolute;
	bottom: 0;
}
.pagination-banner>span {
	background-color: #fff;
}
.pagination a.prevbtn,
.pagination a.nextbtn {
	width: 25px;
	height: 45px;
	background: rgba(27, 147, 249, .8) url(../images/pagination-02.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	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: 6px;
	color: #333;
	border-color: #333;
}
.pager li>a:hover,
.pager li>span:hover {
	color: #1b93f9;
	background: none;
	border-color: #1b93f9;
}
.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: #1b93f9;
	border-color: #1b93f9;
	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: #1b93f9;
	color: #fff;
}
.list-tag {
	position: relative;
	margin: 10px auto;
}
.list-tag button {
	position: absolute;
	left: 0;
	top: -35px;
	background: none;
	border: none;
	font-size: 16px;
}
.list-tag>ul {
	text-align: center;
	display: none;
}
.list-tag>ul>li {
	position: relative;
}
.list-tag .dropdown-menu {
	margin-top: 0;
	border-radius: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	min-width: 100%;
}
.list-tag .dropdown-menu>li>a {
	border-bottom: 1px solid #cccccc;
	padding: 6px 12px;
}
.list-tag>ul>li>a {
	display: block;
	padding: 6px 20px;
	color: #666666;
	margin: 3px auto;
	text-transform: capitalize;
	border: 1px solid #cccccc;
	border-radius: 6px;
}
.list-tag>ul>.active>a,
.list-tag>ul>li:hover>a {
	background-color: #1b93f9;
	border-color: #1b93f9;
	color: #fff;
}
/****** share start ******/

.share-container {
	clear: both;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 900px;
	height: 32px;
	line-height: 1;
	margin: 20px auto !important;
	overflow: hidden;
	padding: 0;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: stretch;
	-ms-flex-line-pack: center;
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.share-container .share-layer {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	float: left;
	font-family: Lato;
	height: 32px;
	margin: 0 5px;
	min-width: 34px;
	overflow: hidden;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	flex: 1;
}

.share-container .share-layer a {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Lato, sans-serif;
	font-size: 18px!important;
	font-weight: 700;
	height: 30px;
	text-decoration: none;
	text-decoration: none!important;
	text-transform: none;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.share-container .share-layer a .share-icon img,
.share-container .share-layer a .share-icon span {
	display: inline-block;
	vertical-align: middle;
}

.share-container .share-layer a .share-icon span {
	font-size: 12px;
	color: #fff;
	line-height: 30px;
}

.share-layer-g {
	background-color: #df4b37;
}

.share-layer-t {
	background-color: #429cd6;
}

.share-layer-f {
	background-color: #3a589e;
}

.share-layer-i {
	background-color: #ef5025;
}

.share-layer-share {
	flex: none!important;
}

.share-layer .share-icon {
	display: block;
	margin: 0 auto;
}

.share-layer .share-icon span {
	display: none !important;
}

.share-layer-share img,
.share-layer-share span {
	display: inline-block;
}

.share-layer-share img {
	vertical-align: top;
	margin-top: 10px;
}

.share-layer-share span {
	text-align: center;
	margin-top: 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.share-container .share-layer:hover {
	flex: 1.2 1 0%;
}

.share-layer:hover .share-icon span {
	display: inline-block !important;
}
/****** share end ******/

.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: #1b93f9;
	background: #1b93f9 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: #1b93f9;
}

.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.active a,
.product-menu .product-nav>li ul li a:hover {
	font-weight: bold;
	color: #1b93f9;
}

.fancybox-nav span {
	display: none;
}

.fancybox-nav:hover span {
	display: block;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #1b93f9 !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: 142px;
	height: 72px;
	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-text{
	float: none !important;
	vertical-align: middle;
	display: none;
}
header .header-link{
	font-size: 12px;
	line-height: 35px;
	background: #333;
	color: #fff;
	position: relative;
	z-index: 9;
}
header .header-link a{
	color: #fff;
}
header .header-link .m{
	padding-left: 22px;
	background: url(../images/top-mail.png) no-repeat left top 12px;
}
header .header-link .e{
	padding-left: 25px;
	background: url(../images/top-tel.png) no-repeat left 5px top 11px;
}
header .header-link .pull-right{
	margin-right: -5px;
}
header .language{
	padding-left: 0;
	position: relative;
}
header .language>a{
	font-size: 14px;
	background: #1B93F9 url(../images/faqs_04.png) no-repeat right 10px center;
	padding-left: 15px;
	padding-right: 25px;
	display: block;
}
header .language .dropdown-menu{
	margin-top: 0;
}
header .language .dropdown-menu a{
	color: #333;
}
header .language .dropdown-menu li.active a,
header .language .dropdown-menu a:hover{
	color: #fff;
	background: #1b93f9;
}
header .social-media li a{
	width: 25px;
	height: 35px;
	background: url(../images/media-1.png) no-repeat center;
	display: block;
}
header .social-media li .f{
	background-position: 9px center;
}
header .social-media li .t{
	background-position: -32px center;
}
header .social-media li .i{
	background-position: -72px center;
}
header .social-media li .p{
	background-position: -113px center;
}
header .social-media li .c{
	background-position: -153px center;
}
header .social-media li a:hover{
	background-image: url(../images/media-2.png);
}
header .navbar-right{
	margin-top: 24px;
	margin-right: 0px;
}
header .navbar-right>.btn{
	border: 1px solid #333;
	border-radius: 0;
	padding: 6px 8px;
}
header .seach{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .75);
	left: 0;
	top: 0;
	z-index: 900;
	display: none;
}
header .seach .main{
	max-width: 550px;
	margin: 350px auto 0;
}
header .seach form{
	margin-bottom: 25px;
	position: relative;
}
header .seach form .form-group{
	position: relative;
}
header .seach form input{
	height: 60px;
	border-radius: 0;
	padding-left: 50px;
	padding-right: 100px;
}
header .seach form button{
	width: 60px;
	height: 60px;
	border-radius: 0;
	background: #1b93f9 url(../images/icon_12.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}
header .seach .btn-close{
	font-size: 18px;
	color: #fff !important;
}
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: #1b93f9 !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: #1b93f9 !important;
}

/*********  content  *********/
.index .title{
	color: #1B93F9;
}
.index .sec02{
	padding-bottom: 15px;
}
.index .sec02 .main{
	background: #f1f1f1;
}
.index .sec02 .back{
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}
.index .sec02 .back a{
	color: #fff;
}
.index .sec02 .con{
	width: 80%;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.index .sec02 .con p{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .sec02 .con p:not(.h4){
	opacity: 0;
}
.index .sec02 .con .btn{
	background: #008aff;
	color: #fff;
	border-radius: 0;
	margin-top: 30px;
	opacity: 0;
}
.index .sec02 .img:hover .back{
	background: rgba(27,147,249,.85);
}
.index .sec02 .img:hover .con{
	top: 50%;
}
.index .sec02 .img:hover .con p,
.index .sec02 .img:hover .con .btn{
	opacity: 1;
}
.index .sec03{
	background: url(../images/why-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.index .sec03 .back{
	color: #fff;
	background: #309cf8;
	padding: 5px 15px 15px;
}
.index .sec03 .back a{
	color: #fff;
}
.index .sec03 .back p{
	font-family: 'terminal';
}
.index .sec03 .btn{
	background: #008aff;
	color: #fff;
	border-radius: 50px;
	margin-top: 15px;
}
.index .sec03 .btn:hover{
	background: #0048ff;
}
.index .sec03 iframe {width:100%;min-width:320px;min-height:180px;}
.index .sec04{
	padding-top: 5px;
}
.index .sec04 .para .h5{
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}
.index .sec04 .info{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.index .sec04 .mySwiper{
	margin-top: 15px;
}
.index .sec04 .btn{
	color: #1B93F9;
	border: 1px solid #1B93F9;
	border-radius: 50px;
	margin-top: 15px;
}
.index .sec04 .btn:hover{
	color: #fff;
	background: #1B93F9;
}
.about .sec {
	padding: 15px 0;
	clear: both;
}
.about .sec01 p {
	color:#666;
}
.about .sec02 {
	background-color: #f5f5f5;
	padding-bottom: 30px;
	margin-bottom: -30px;
}
.about .swiper-container .pagination {
	padding:20px 0 0;
}
.p-relative {
	position:relative;
	overflow: hidden;
}
.p-absolute {
	position:absolute;
	z-index:6;
}
.choose .p-absolute {
	position:relative;
}
.choose .p-relative img {
	display: none;
}
.choose .p-absolute p {
	line-height:40px !important;
	padding-left:35px;
	color:#666;
	background:url(../images/icon-choose.png) no-repeat left 10px;
}
.product .text {
	margin-top: 0;
}

.product .product-con li {
	margin-bottom: 20px;
	cursor: pointer;
}

.product .product-con li>div {
	padding: 10px;
}

.product .product-con li>div:hover {
	background-color: #eeeeee;
}

.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: #666;
	border: 1px solid #666;
	padding: 3px 20px;
	margin-top: 10px;
}

.product .product-con .btn-default {
	font-size: 14px;
	font-weight: 600;
	background: #666;
	color: #fff;
	padding: 3px 8px;
}

.product .product-con li:hover .info {
	color: #1b93f9;
}

.product .product-con li:hover .btn {
	background-color: #1b93f9;
	color: #fff;
	border-color: #1b93f9;
}

.product-info .pro-right .list-unstyled li {
	line-height: 30px;
	color: #666;
}

.product-info .pro-right>a {
	display: block;
	margin: 10px 0;
}

.product-info .pro-right>a img{
	width: 80px;
}

.product-info .pro-right button {
	display: inline-block;
	margin: 5px auto;
	background-color: #1B93F9;
	color: #fff;
	text-transform: uppercase;
}

.product-info .pro-right .social-media {
	margin-top: 10px;
}

.product-info .pro-right .social-media li {
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
}

.product-info .pro-right .social-media li a {
	width: 26px;
	height: 26px;
	background: url(../images/product-detail-Media.png) no-repeat center;
	display: block;
}

.product-info .pro-right .social-media li .t {
	background-position-x: 1px;
}

.product-info .pro-right .social-media li .f {
	background-position-x: -34px;
}

.product-info .pro-right .social-media li .i {
	background-position-x: -70px;
}

.product-info .pro-right .social-media li .p {
	background-position-x: -104px;
}

.product-info .pro-right .social-media li .c {
	background-position-x: -138px;
}

.product-info .h4 {
	margin: 15px auto;
	font-weight: bold;
	text-transform: uppercase;
}

.bg-font {
	background-color: #d2d2d2;
	text-align: center;
	padding:10px;
	color: #333;
	font-size: 18px;
}

.product-info .sec02 .table {
	margin: 0 auto;
}

.product-info .sec02 .table>tbody>tr>td:first-child {
	/*min-width: 250px;*/
}

.product-info .sec02 .table table tr td {
	width: 20%;
}

.product-info .sec02 .row {
	margin-left: -8px;
	margin-right: -8px;
}

.product-info .sec02 .row .col-sm-6 {
	padding-left: 8px;
	padding-right: 8px;
	margin:0 auto;
}

.product-info .bg {
	background-color: #eeeeee;
	padding: 15px;
}

.product-info .bg .text-uppercase {
	font-weight: bold;
	margin: 10px auto !important;
}

.product-info .bg li {
	color: #666;
	line-height: 24px;
}

.product-info .sec03 {
	margin-bottom:20px;
}

.product-info .sec03 form .form-control {
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}

.product-info .sec03 form .form-inline button {
	border-radius: 0;
}

.product-info .sec03 form .form-inline img,
.product-info .sec03 form .form-inline button {
	margin-left: 8px;
	vertical-align: middle;
}
.product-info .sec03 form .form-inline button:hover{
	color: #fff;
	background: #1B93F9;
}
.product-info .sec04 .swiper-slide p {
	margin: 8px 0 8px 10px;
	text-align: left;
}

.product-info .sec04 .swiper-container:hover a.prevbtn,
.product-info .sec04 .swiper-container:hover a.nextbtn {
	display: block;
}

.video iframe {
	width: 320px;
	height: 180px;
	display: block;
	margin: 15px auto 30px;
}

.new .new-list {
	margin-top: 30px;
}

.new .new-list>li {
	border: 1px solid #999;
	margin-bottom: 25px;
	padding: 15px;
}

.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: #1b93f9;
	border: 1px solid #1b93f9;
	padding: 4px 30px;
	margin-top: 30px;
}

.new .new-list>li .btn:hover {
	color: #FFFFFF;
	background: #1b93f9;
}

.new .new-list>li .h4 {
	font-weight: 600;
}

.new .new-list>li .h4:hover>a {
	color: #1b93f9;
}

.new .new-list>li time {
	padding: 10px 0px;
	display: block;
}

.new .new-list>li .name {
	float: left;
	padding-right: 50px;
}

.new-info time {
	display: block;
}

.new-info .row {
	margin-left: -8px;
	margin-right: -8px;
}

.new-info .row .col-sm-6 {
	padding-left: 8px;
	padding-right: 8px;
	margin: 10px auto;
}

.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: #1b93f9
}

.faq dl>dd {
	color: #666;
	display: none;
	margin: 12px auto;
	line-height: 24px
}

.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 .text-center .title {
	padding-bottom: 0;
	font-size: 24px;
	background: none;
}

.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: #1b93f9;
	color: #fff;
	margin: 8px 0;
}
.solution .bg-font {
	text-align: left;
	font-size:14px;
	background-color:#efefef;
	margin:15px auto 20px !important;
}
.solution .text-uppercase {
	font-size:18px;
	text-align: center;
	font-weight: bold;
	line-height:30px !important;
}
.solution .text-uppercase+.text-uppercase {
	margin-bottom:25px;
	font-weight: normal;
}
.solution .sec02 .bg-font {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.solution .sec02 .fontbold {
	font-weight: bold;
	text-align: center;
}
.solution .sec02 .text-uppercase {
	margin:10px auto 15px !important;
}
/*********  content end  *********/

footer {
	background: url(../images/bottom-bg.jpg) no-repeat center;
	background-size: cover;
	line-height: 30px;
	padding-top: 30px;
	margin-top: 30px;
}
footer>.container {
	padding-bottom: 30px;
}
footer a:hover{
	color: #1b93f9 !important;
}
footer .h3{
	font-family: 'terminal';
	text-transform: uppercase;
	margin: 30px 0 20px;
}
footer .ftr-lt{
	min-height: 240px;
}
footer .ftr-mt .img{
	margin-top: 30px;
}
footer .ftr-mt .h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
footer .ftr-mt .sub{
	max-width: 240px;
	font-size: 12px;
	line-height: 20px;
	margin: auto;
}
footer .ftr-rt .h5{
	font-family: 'terminal';
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 30px;
}
footer .ftr-cont li{
	padding-left: 30px;
}
footer .ftr-cont li:first-child{
	background: url(../images/bottom-1.png) no-repeat left top 8px;
}
footer .ftr-cont li:nth-child(2){
	background: url(../images/bottom-2.png) no-repeat left top 8px;
}
footer .ftr-cont li:nth-child(3){
	background: url(../images/bottom-3.png) no-repeat left top 8px;
}
footer .ftr-cont li:nth-child(4){
	background: url(../images/bottom-4.png) no-repeat left top 8px;
}
footer .ftr-form{
	max-width: 250px;
	position: relative;
	margin: 0;
}
footer .ftr-form input{
	height: 40px !important;
	padding-right: 52px !important;
}
footer .ftr-form .btn{
	border: none;
	background: #1b93f9 url(../images/1-index-1-61.png) no-repeat center;
	padding: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
footer .ftr-form .btn:hover {
	background-color: #1b93f9;
}
footer .social-media li a{
	width: 30px;
	height: 30px;
	background: #fff url(../images/media.png) no-repeat center;
	border-radius: 50%;
	display: block;
}
footer .social-media li .f{
	background-position: 11px center;
}
footer .social-media li .t{
	background-position: -28px center;;
}
footer .social-media li .i{
	background-position: -68px center;;
}
footer .social-media li .p{
	background-position: -109px center;;
}
footer .social-media li .c{
	background-position: -150px center;;
}
footer .social-media li a:hover{
	background-image: url(../images/media-1.png);
	background-color: #1b93f9;
}
footer>p, .footer>p {
	color: #fff;
	background: #0c0c0c;
	padding: 10px;
	text-align: center;
	margin-bottom: 0;
}
footer>p a{
	color: #fff !important;
}

.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: #1b93f9;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 1000;
}

.card-form {
	width: 40px;
	height: 40px;
	background: transparent;
	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: #1b93f9;
	background: linear-gradient(to bottom, rgba(27, 147, 249, .5), rgba(27, 147, 249, .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: #1b93f9;
	border: 1px solid #1b93f9;
	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: #1b93f9;
	border-radius: 0;
	padding: 0 6px;
}

.card-form .card-title .card-hide {
	border-right: 1px solid #1b93f9;
}

.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: #1b93f9;
	border: none;
	margin-top: 20px;
}

.card-form .card-sub:hover {
	background: #1b93f9;
}

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: #1b93f9;
	text-align: center;
}

.a-form {
	max-width: 460px;
	height: 100%;
	background: #1b1b1b;
	overflow: auto;
	position: fixed;
	left: -460px;
	top: 0;
	z-index: 9999;
}

.a-form a {
	text-decoration: underline;
}

.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: #1b93f9;
	margin-top: 20px;
}

#close-btn {
	top: 0;
	position: absolute;
	z-index: 9;
	display: block;
	cursor: pointer;
	right: 0;
}

.cont-aside .cont-h3 {
	color: #1b93f9;
	font-size: 16px;
	line-height: 24px;
}

@media (min-width:480px) {
	/**/
	footer>p,
	.footer>p {
		padding: 10px;
	}
	
	.index .sec01 .pagination a{
		width: 56px;
		height: 56px;
		background: #1B93F9 url(../images/icon-1.png) no-repeat center;
	}
	.index .sec01 .pagination .prevbtn{
		background-position: 22px center;
		left: 5%;
	}
	.index .sec01 .pagination .nextbtn{
		background-position: -46px center;
		right: 5%;
	}
	.index .sec01:hover .pagination a{
		display: block !important;
	}
	.choose .p-absolute p {
		font-size:18px;
	}
	.product-info .pro-right button {
		margin: 10px auto;
		width: 163px;
		height: 35px;
		padding: 0;
		line-height: 35px;
	}
	.product-info .pro-right button+button {
		margin-left: 5px;
	}
	.contact .col-sm-6 {
		padding: 0;
	}
	.contact input[type="text"] {
		height: 44px;
	}
	.contact form .form-group {
		margin: 0;
		margin-bottom: 10px;
	}
	.solution .sec02 .bg-font {
		font-size:18px;
		padding:15px 10px;
	}
}

@media (min-width:768px) {
	/**/
.index .sec03 iframe{width:720px;height:405px;}
	#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;
	}
	.list-tag button {
		display: none;
	}
	.list-tag>ul {
		display: block;
	}
	.list-tag>ul>li {
		display: inline-block;
		margin: 0 5px;
	}
	
	header .navbar-brand{
		margin-left: 0 !important;
	}
	header .menu>li{
		padding: 5px 15px;
	}
	header .dropdown-menu>li>a {
		padding: 10px 3px;
	}
	header .dropdown-menu>li:first-child>a {
		border: none;
	}
	
	.index .sec01 .swiper-small{
		display: none !important;
	}
	.index .sec02{
		padding: 10px 0 30px;
	}
	.index .sec02 .container{
		width: auto !important;
		padding: 0;
	}
	.index .sec02 .swiper-slide:first-of-type,
	.index .sec02 .swiper-slide:nth-of-type(2){
		margin-top: 0;
	}
	.index .sec02 .swiper-slide:nth-of-type(3),
	.index .sec02 .swiper-slide:nth-of-type(4){
		margin-top: 2.174%;
	}
	.index .sec02 .back{
		width: calc(100% - 30px);
		left: 15px;
		display: block;
	}
	.index .sec02 .h4{
		font-size: 24px;
	}
	.index .sec03{
		padding: 10px 0 30px;
	}
	.index .sec03 .back{
		padding: 15px 30px;
	}
	.index .sec03 .h4{
		font-size: 24px;
		text-transform: uppercase;
	}
	.index .sec03 .info{
		font-size: 18px;
		line-height: 32px !important;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 12;
		overflow: hidden;
	}
	.index .sec03 .btn{
		font-weight: bold;
		text-transform: uppercase;
		padding: 8px 30px;
	}
	.index .sec04{
		padding-top: 10px;
	}
	.index .sec04 .container{
		width: auto !important;
	}
	.index .sec04 .para{
		max-width: 720px;
		margin: auto;
	}
	.index .sec04 .mySwiper{
		margin: 30px -3% 0;
	}
	.index .sec04 .swiper-container{
		margin: 0 auto !important;
	}
	.index .sec04 .btn{
		font-weight: bold;
		text-transform: uppercase;
		padding: 8px 30px;
		margin-top: 30px;
	}
	.product-info .sec02 .img{
		margin: 30px 0 50px;
	}
	.video iframe {
		width: 480px;
		height: 270px;
	}
	.contact .col-4 div div {
		height: 290px;
		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{
		margin-bottom: 0;
	}
	header .navbar-text{
		margin-bottom: 5px;
	}
	
	footer .ftr-lt{
		left: 50%;
	}
	footer .ftr-ft{
		min-height: 256px;
		right: 41.6666667%;
	}
	footer .ftr-gt{
		left: 8.3333333%;
	}
	
	.index .sec02 .con .btn{
  	margin-top: 15px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
	/**/
	header .navbar-text{
		display: none;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	/**/
	footer .ftr-mt{
		display: none;
	}
	
	.contact form .col-sm-7 .form-group {
		margin: 0;
		margin-bottom: 15px;
	}
}

@media (min-width:992px) {
.index .sec03 iframe {width:536px;height:301px;}
	/**/
	.pager li>a,
	.pager li>span {
		width: 120px;
		height: 35px;
		line-height: 35px;
		padding: 0;
		font-size: 18px;
	}
	.font-bg {
		margin: 30px auto !important;
	}
	.list-tag>ul {
		margin: 25px auto;
	}
	.list-tag>ul>li>a {
		padding: 10px 20px;
	}
	
	header .header-link .m{
		margin-left: 30px;
	}
	header .navbar-default{
		width: 100%;
		background: rgba(255,255,255,0.7);
		position: absolute;
		left: 0;
	}
	header.shadow .navbar-default{
		background: #fff;
		position: relative;
	}
	header .menu{
		margin-right: 50px;
		float: right;
	}
	header .menu>li {
    padding: 28px 8px;
	}
	header .menu>li>a{
		padding: 0;
		margin: 6px 18px;
		position: relative;
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		transition: all .6s;
	}
	header .menu>li>a:before,
	header .menu>li>a:after{
		content: '';
		width: 20px;
		height: 10px;
		position: absolute;
		display: none;
	}
	header .menu>li>a:before{
		border-left: 1px solid #1B93F9;
		border-top: 1px solid #1B93F9;
		left: 0;
		top: 0;
	}
	header .menu>li>a:after{
		border-right: 1px solid #1B93F9;
		border-bottom: 1px solid #1B93F9;
		right: 0;
		bottom: 0;
	}
	header .menu>li:hover>a{
		padding: 6px 18px;
		margin: 0;
	}
	header .menu>li:hover>a:before,
	header .menu>li:hover>a:after{
		display: block;
	}
	
	.index .sec03 .back{
		min-height: 301px;
	}
	.index .sec03 .info{
		-webkit-line-clamp: 5;
	}
	.index .sec04 .para{
		max-width: 940px;
	}
	.index .sec04 .mySwiper{
		margin: 30px -1.25% 0;
	}
	.video iframe {
		width: 800px;
		height: 450px;
	}
	.about .pull-left {
		padding-right: 19px;
	}
	.about .sec {
		padding: 20px 0;
	}
	.choose .p-absolute {
		position:absolute;
		right:0;
		top:50px;
		padding:10px;
		background-color:rgba(255,255,255,.8);
	}
	.choose .p-relative img {
		display: block;
	}
	.product-info .pro-right>a {
		margin: 20px 0;
	}
	.product-info .pro-right button+button {
		margin-left: 10px;
	}
	.bg-font {
		padding: 12px;
	}
	.product-info .h4 {
		margin: 25px auto 15px;
	}
	.product-info .sec03 .h4 {
		margin: 35px auto;
	}
	.product-info .table-bordered>tbody>tr>td {
		padding: 13px 15px;
	}
	.product-info .bg {
		padding: 20px 30px;
	}
	.product-info .sec03 {
		margin-bottom:40px;
	}
	.product-info .sec03 form .form-inline input {
		width: 360px;
	}
	.new .new-list>li .text-right {
		display: block;
	}
	.new-info .text-center>img {
		margin: 30px auto;
	}
	.contact form .form-group {
		margin-bottom: 15px;
	}
	.contact .col-4 div div {
		padding: 25px 15px 0;
	}
	.solution .bg-font {
		margin:15px auto 35px !important;
	}
	.solution .text-uppercase+.text-uppercase {
		margin-bottom:20px !important;
	}
		
	.solution .sec01 .table-bordered tr td {
		padding:15px 10px;
	}
}

@media (min-width:1200px) {
.index .sec03 iframe {width:652px;height:367px;}
	/**/
	header .navbar-text{
		width: 340px;
		margin-top: 20px;
	}
	header .menu>li {
    padding: 28px 10px;
	}
	
	footer .col-lg-2{
		width: 20%;
	}
	footer .ftr-lt,
	footer .ftr-ft{
		right: 20%;
	}
	footer .ftr-mt{
		left: 40%;
	}
	footer .ftr-gt{
		width: 16%;
		padding-left: 3%;
	}
	footer .ftr-rt{
		width: 24%;
	}
	
	.title {
		font-size: 36px;
	}
	.index .sec02 .h4{
		font-size: 30px;
	}
	.index .sec03{
		padding: 35px 0 70px;
	}
	.index .sec03 .back{
		min-height: 367px;
	}
	.index .sec03 .info{
		-webkit-line-clamp: 7;
	}
	.index .sec03 .btn{
		margin-top: 30px;
	}
	.index .sec04{
		padding: 35px 0 40px;
	}
	.index .sec04 .para{
		max-width: 1140px;
	}
	.index .sec04 .mySwiper{
		margin-top: 40px;
	}
	.index .sec04 .btn{
		padding: 10px 40px;
		margin-top: 40px;
	}
	.about .sec02{
		padding-bottom: 70px;
	}
	.about .sec02 .swiper-container {
		display: none;
	}
	.choose .p-absolute {
		left:0;
		right:auto;
		top:-10px;
		background:none;
	}
	.choose img {
		display: block;
		margin-top:20px;
		margin-bottom:50px;
	}
	.choose .p-absolute p {
		padding-left:60px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height:53px !important;
		background-position:left 15px;
	}
	.choose .p-absolute p:first-child {
		margin-left:380px;
	}
	.choose .p-absolute p:nth-child(2) {
		margin-left:495px;
	}
	.choose .p-absolute p:nth-child(3) {
		margin-left:550px;
	}
	.choose .p-absolute p:nth-child(4) {
		margin-left:585px;
	}
	.choose .p-absolute p:nth-child(5) {
		margin-left:605px;
	}
	.choose .p-absolute p:nth-child(6) {
		margin-left:615px;
	}
	.choose .p-absolute p:nth-child(7) {
		margin-left:615px;
	}
	.choose .p-absolute p:nth-child(8) {
		margin-left:610px;
	}
	.choose .p-absolute p:nth-child(9) {
		margin-left:590px;
	}
	.choose .p-absolute p:nth-child(10) {
		margin-left:560px;
	}
	.choose .p-absolute p:nth-child(11) {
		margin-left:510px;
	}
	.choose .p-absolute p:nth-child(12) {
		margin-left:430px;
	}
	.product-info h1 {
		font-size: 30px;
	}
	.product-info .pro-right>a {
		margin: 50px 0 20px;
	}
	.product-info .table-bordered>tbody>tr>td {
		padding: 15px 15px;
	}
	.product-info .sec03 form .form-inline button {
		width: 180px;
	}
	.product-info .bg{
		min-height: 320px;
	}
	.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) {
.index .sec03 iframe {width:810px;height:456px;}
	/**/
	header .container,
	footer .container,
	.index .container{
		width: 1440px;
	}
	
	header .navbar-text{
		width: auto;
		margin-top: 15px;
	}
	header .menu{
		margin-left: 50px;
	}
	header .menu>li{
    padding: 28px 14px;
	}
	
	footer .ftr-ft{
		padding-left: 3%;
	}
	footer .ftr-gt{
		width: 20%;
		padding-left: 6%;
	}
	footer .ftr-rt{
		width: 20%;
	}
	
	.index .sec03 .back{
		min-height: 456px;
	}
	.index .sec03 .info{
		-webkit-line-clamp: 10;
	}
	.index .sec03 .btn{
		padding: 12px 50px;
		margin-top: 15px;
	}
	.index .sec04 .para{
		max-width: 1410px;
	}
}

@media (min-width:1640px) {
.index .sec03 iframe {width:926px;height:521px;}
	/**/
	header .container,
	footer .container,
	.index .container{
		width: 1640px;
	}
	
	header .menu{
		margin-left: 150px;
	}
	header .menu>li{
		padding: 28px 20px;
	}
	
	.index .sec02{
		padding-top: 20px;
	}
	.index .sec03{
		padding: 45px 0 85px;
	}
	.index .sec03 .back{
		min-height: 521px;
	}
	.index .sec03 .info{
		-webkit-line-clamp: 12;
	}
	.index .sec04 .para{
		max-width: 1610px;
	}
	.index .sec04 .btn{
		padding: 12px 50px;
	}
}

@media (max-width:767px) {
	/**/
	#etalage,
	#contact-btn,
	.onlineFloatBox {
		display: none !important;
	}
	.banner {
		height: 179px;
		position: relative;
	}
	.banner .img {
		width: 640px;
		position: absolute;
		right: 0;
	}
	.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%;
	}
	.index .all-img img,
	.index .max-img img {
		max-width: 100%;
	}
	.swiper-dir .swiper-slide {
		padding: 0;
	}
	
	header .navbar-header{
		text-align: center;
	}
	header .navbar-text{
		width: 240px;
		display: inline-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: inline-block;
	}
	
	footer {
		padding-top: 0;
	}
	footer>.container {
		display: none;
	}
	
	.index .sec01 .swiper-sec1,
	.index .sec02 .pro-lt{
  	display: none;
  }
  .product-info .sec02 .row .col-sm-6+.col-sm-6 {
		margin-top:10px;
	}
	.product-info .sec03 form .form-inline img,
	.product-info .sec03 form .form-inline button {
		margin: 5px auto;
	}
}

@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;
	}
	
	header .navbar-header {
		height: 50px;
	}
	header .navbar-brand {
		width: 44px;
		height: 40px;
		background-image: url(../images/logo-phone.png);
		background-size: 44px 40px;
		margin: 5px auto;
	}
	header .navbar-text{
		width: 120px;
	}
	header .navbar-toggle {
		padding: 12px;
		margin: 10px 0 0 10px;
		background-size: 12px 10px;
	}
	
	.about .pull-left{
		padding-right: 0;
	}
	.choose .p-absolute p {
		background-size:15px 15px;
		line-height:24px !important;
		background-position:left 4px;
		padding-left:25px;
	}
	.product-info .sec01 {
		padding-top: 15px;
	}
	.bg-font {
		font-size: 14px;
	}
	.new .new-list {
		margin-top: 15px;
	}
	.new .new-list>li .pull-left,
	.new .new-list>li .pull-left img {
		width: 100%;
		padding-right: 0;
	}
	.new .new-list>li .h4 {
		font-size: 14px;
	}
	.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%;
	}
}