﻿*{
	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: 'OpenSans-Bold';
	src: url(fonts/OpenSans-Bold.ttf)
}
@font-face {
	font-family: 'Poplarstd';
	src: url(fonts/Poplarstd.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: 'OpenSans-Bold';
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #090404;
	margin-top: 10px;
}
.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: #109cda;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.title,
.text,
.desc{
	text-align: center;
}
.index .text{
	margin-top: 15px;
}
.product-info h1{
	text-align: left;
}
.head{
  font-size: 20px;
  line-height: 30px;
  color: #109cda;
  border-left: 10px solid #109cda;
  border-bottom: 2px solid #109cda;
  padding-left: 5px;
  margin: 30px 0 !important;
}
.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{
	position: relative;
}
.pagination-block{
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin: 0;
	display: block !important;
}
.pagination-block>span{
	width: 10px;
	height: 10px;
	background-color: #999;
	margin: 0 3px;
	opacity: 1;
	display: inline-block;
}
.pagination-block>.swiper-pagination-bullet-active{
	background-color: #109cda
}
.pagination-banner{
	position: absolute;
	bottom: 0 !important;
	z-index: 10;
}
.pagination-banner>span{
	background-color: #fff;
}
.pagination-inline{
	display: inline
}
.pagination-inline .prevbtn,
.pagination-inline .nextbtn{
	width: 25px;
	height: 44px;
	background: rgba(16,156,218,.5) url(../images/pagination-02.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	display: none;
	z-index: 12;
}
.pagination-inline .prevbtn{
	left: 0;
	background-position: 10px center;
}
.pagination-inline .nextbtn{
	right: 0;
	background-position: -19px center;
}
.pager li>a,
.pager li>span{
	border-radius: 0;
	color: #00A1E9;
	border-color: #00A1E9;
}
.pager li>a:hover,
.pager li>span:hover{
	color: #fff;
	background-color: #00A1E9;
}
.pager li+li{
	margin-left: 10px;
}
.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;
}
.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: #109cda;
	border-color: #109cda;
	color: #fff;
}
.pagination>span>a,.pagination>span>span{
	font-size: 16px;
	color: #109cda;
	border-color: #109cda;
	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: #109cda;
	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: #109cda;
	background: #109cda 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: #109cda;
}
.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: #109cda;
}
.fancybox-nav span{
	display: none;
}
.fancybox-nav:hover span{
	display: block;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #109cda !important;
}

header{
	width: 100%;
	background: #000;
	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-header{
	position: relative;
	z-index: 9;
}
header .navbar-brand{
	width: 202px;
	height: 58px;
	font-size: 0;
	background: url(../images/logo.png) no-repeat center;
	margin: 10px auto;
	vertical-align: middle;
	display: inline-block;
}
header .navbar-toggle{
	width: 36px;
	height: 28px;
	background: transparent url(../images/menu.png) no-repeat center;
	border: none;
	padding: 0;
	margin: 11px 15px 0px;
}
header .navbar-toggle:hover,
header .navbar-toggle:focus{
	background-color: #777 !important;
}
header .navbar-right{
	margin-top: 23px;
	margin-right: 0px;
}
header .navbar-right>.btn{
	border: 1px solid #fff;
	border-radius: 0;
	padding: 6px 8px;
}
header .seach{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .5);
	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{
	display: block;
}
header .seach form input{
	width: 100% !important;
	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: #fff !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: #109cda !important;
	background: transparent !important;
}
header .dropdown-menu{
	width: 100%;
	min-width: 0;
	padding: 0;
}
header .dropdown-menu>li>a{
	color: #333 !important;
	white-space: normal;
	border-top: 1px solid #E5E5E5;
}
header .dropdown-menu>li:hover>a{
	color: #fff !important;
	background: #109cda !important;
}


/*********  content  *********/
.index{
	margin-bottom: -30px;
}
.index .title{
	font-family: 'Kalinga';
	color: #109cda;
	padding-bottom: 10px;
	position: relative;
}
.index .title:after{
	content: '';
	width: 60px;
	height: 2px;
	background: #de2d30;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
}
.index .btn{
	color: #109CDA;
	border: 1px solid #109CDA;
	border-radius: 50px;
	padding: 4px 20px;
	margin-top: 15px;
}
.index .btn:hover{
	color: #fff;
	background: #de2d30;
	border-color: #de2d30 !important;
}
.index .sec01{
	position: relative;
}
.index .sec02{
	padding: 5px 0 20px;
}
.index .sec02 .img{
	padding: 0 40px;
	position: relative;
}
.index .sec02 .img:before{
	content: '';
	width: 100%;
	height: 10px;
	background: #f3f3f3;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	z-index: 1;
}
.index .sec02 .img:after{
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/index-pro.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -25px;
	z-index: 3;
}
.index .sec02 .scale-img{
	border: 10px solid #f3f3f3;
	position: relative;
	z-index: 2;
	display: block;
}
.index .sec02 .pagination-inline a{
	width: 50px;
	height: 50px;
	background: #109cda;
	border-radius: 50%;
	margin-top: -90px;
}
.index .sec02 .pagination-inline .prevbtn{
	padding: 10px 12px 10px 8px;
	left: -25px;
}
.index .sec02 .pagination-inline .nextbtn{
	padding: 10px 8px 10px 12px;
	right: -25px;
}
.index .sec02 .back{
	padding: 0 55px;
}
.index .sec02 .h4{
	font-family: 'Poplarstd';
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.index .sec02 .info{
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index .sec03{
	background: url(../UploadFiles/Images/lQLPJyKU3rc9YpPNA7DNB6iwKRGMheMV70MG7w8BYgwgAA_1960_944.png) no-repeat center top;
	background-size: cover;
}
.index .sec03 .title{
	text-align: left;
}
.index .sec03 .title:after{
	left: 0;
	margin-left: 0;
}
.index .sec03 .abt-lt{
	color: #fff;
}
.index .sec03 .abt-lt .h4{
	line-height: 24px;
}
.index .sec03 .abt-rt{
	background: rgba(255,255,255,.9);
	padding-top: 1px;
	padding-bottom: 15px;
}
.index .sec03 .para{
	margin-bottom: 10px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.index .sec04{
	color: #fff;
	background: url(../images/index-why-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.index .sec04 .title,
.index .sec04 .text,
.index .sec04 a{
	color: #fff;
}
.index .sec04 .title{
	color: #fff;
}
.index .sec04 .h5{
	font-weight: bold;
}
.index .sec04 .why-lt ul li:hover .h5{
	color: #109CDA;
}
.index .sec04 .info{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.index .sec04 .btn{
	border-color: #fff;
}
.index .sec05{
	background: url(../images/index-blog-bg.png) no-repeat center;
	background-size: cover;
	padding-bottom: 30px;
}
.index .sec05 .back{
	color: #fff;
	background: #109CDA;
	overflow: hidden;
}
.index .sec05 .back a{
	color: #fff;
}
.index .sec05 .h4{
	height: 48px;
	font-family: 'OpenSans-Bold';
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding: 0 15px;
	margin: 15px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index .sec05 ul{
	background: #007db4;
	padding: 15px;
}
.index .sec05 ul li{
	background: url(../images/news-02-1.png) no-repeat left 15px top 2px;
	padding-left: 40px;
}
.index .sec05 ul li:last-child{
	background-image: url(../images/news-02-2.png);
}
.index .sec05 .main{
	position: relative;
}
.index .sec05 .info{
	width: 100%;
	height: 100%;
	background: #109cda;
	padding: 15px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.index .sec05 .info p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}
.index .sec05 .btn{
	color: #fff;
	background: #de2d30;
	border-color: #de2d30;
}
.index .sec05 .back:hover .info{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.product .text{
	margin-top: 0;
}
.product .product-list>li{
	text-align: center;
	font-weight: bold;
	position: relative;
}
.product .product-list>li>a{
	display: block;
	padding: 5px;
	border: 1px solid #a0a0a0;
}
.product .product-list>li:hover>a{
	border-color: #109CDA;
	background: #109CDA;
	color: #fff;
}
.product .dropdown-menu{
	width: calc(100% - 30px);
	min-width: 1px;
	left: 15px;
	padding: 0;
	border-radius: 0;
	margin: 0;
}
.product .dropdown-menu li a{
	color: #666666;
	padding: 6px 12px;
	border-top: 1px solid #666666;
	text-align: center;
}
.product .dropdown-menu li:first-child a{
  border-top: none;
}
.product .dropdown-menu>li>a:focus, 
.product .dropdown-menu>li>a:hover{
  color: #fff !important;
  text-decoration: none;
  background-color: #109CDA;
}
.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: #109cda;
	border: 1px solid #109cda;
	padding: 3px 20px;
	margin-top: 10px;
}
.product .product-con .btn-default{
  font-size: 14px;
  font-weight: 600;
  background: #109cda;
  color: #fff;
  padding: 3px 8px;
}
.product .product-con li:hover img{
	border-color: #109cda;
	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: #109cda;
}
.product .product-con .btn:hover{
	background-color: #109cda;
	color: #fff;
}
.product-info h1{
	line-height: 24px;
	color: #109CDA;
	text-transform: capitalize;
}
.product-info .pro-right ul li{
	line-height: 24px;
}
.product-info .pro-right .btn{
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #109CDA;
  margin-top: 15px;
}
.product-info .social-media{
  margin: 15px 0;
}
.product-info .social-media li a{
	width: 35px;
	height: 35px;
	background: url(../images/products-detail-icon.png) no-repeat center;
	display: block;
}
.product-info .social-media li .t{
	background-position: -10px center;
}
.product-info .social-media li .f{
	background-position: -65px center;
}
.product-info .social-media li .i{
	background-position: -120px center;
}
.product-info .social-media li .p{
	background-position: -175px center;
}
.product-info .social-media li .c{
	background-position: -230px center;
}
.product-info .sec01 .info-list li{
	padding: 10px 0;
	border-top: 2px dashed #F1F1F1;
}
.product-info .sec01 .info-list li:last-of-type{
	border-bottom: 2px dashed #F1F1F1;
}
.product-info .sec02{
	background: #f5f5f5;
	padding-bottom: 15px;
}
.product-info .sec02 .title{
	padding: 15px 0;
	background: #109CDA;
	color: #fff;
}
.product-info .sec02 .table>tbody>tr>td{
  border: none;
}
.product-info .sec02 .h4,
.product-info .sec02 .h5{
	font-weight: bold;
	text-transform: uppercase;
}
.product-info .sec02 .table>tbody>tr>td:first-child{
  font-weight: bold;
}
.product-info .sec02 .table-bordered>tbody>tr:nth-of-type(odd){
  background-color: #dddddd;
}
.product-info .sec03 .swiper-slide:hover img{
	border-color: #109CDA;
}
.product-info .sec03 .swiper-slide:hover p{
	color: #109CDA;
}
.product-info .sec03 .swiper-sec3:hover .pagination-inline a{
  display: block;
}
.product-info .sec03 .pagination-inline .prevbtn{
	background-color: rgba(16,156,218,.5);
}
.product-info .sec03 .pagination-inline .nextbtn{
	background-color: rgba(16,156,218,.5);
}
.about .sec01 .h5{
	margin: 0 0 15px !important;
}
.about .sec01 .img{
	padding: 0;
	padding-bottom: 15px;
}
.about .sec01 .img img{
	width: 100%;
}
.about .sec02 p{
	text-align: center;
}
.about .sec02 .img img{
	width: 100%;
}
.enterprise img{
	margin-bottom: 15px;
}
.enterprise .back{
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.enterprise .back .info{
	position: absolute;
	top: 100%;
	width: 100%;
	color: #fff;
	background: rgba(16,156,218,.7);
	text-align: center;
	padding: 20px 0;
	text-transform: uppercase;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.enterprise .back:hover .info{
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.enterprise .back img{
	margin-bottom: 0;
}
.certificate .back{
	text-align: center;
	margin-bottom: 15px;
}
.certificate .back a{
	border: 1px solid #959595;
	padding: 15px;
	display: block;
}
.certificate .back:hover a{
	border-color: #109cda;
	background: #109cda;
}
.certificate .back .img img{
	width: 100%;
}
.certificate .back p{
	height: 48px;
	overflow: hidden;
}
.certificate .back:hover p{
	color: #109cda;
}
.fancybox-overlay .fancybox-nav span{
	width: 50px;
	height: 50px;
	margin-top: -25px;
	display: block;
}
.fancybox-overlay .fancybox-prev span{
	background: url(../images/arrow-left-2.png) no-repeat center;
	background-size: 50px 50px;
}
.fancybox-overlay .fancybox-next span{
	background: url(../images/arrow-right-2.png) no-repeat center;
	background-size: 50px 50px;
}
.service .h5{
	font-weight: bold;
}
.service .img img{
	width: 100%;
}
.payment .payment-list>li>.h5{
	font-weight: bold;
	margin: 0;
}
.shipping{
	padding-bottom: 25px;
}
.shipping .h5{
	margin: 0;
	font-weight: bold;
}
.shipping .shipping-list li{
	margin-bottom: 25px;
}
.blog .blog-list>li{
	background: #f1f1f1;
	margin: 0 0 25px;
}
.blog .blog-list>li .img{
	padding: 0;
}
.blog .blog-list>li .back{
	padding-bottom: 15px;
}
.blog .blog-list>li .h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.blog .blog-list>li:hover .h4,
.blog .blog-list>li:hover .h4 a{
	color: #109CDA;
}
.blog .blog-list>li .time{
	margin-bottom: 10px !important;
}
.blog .blog-list>li .info{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.blog .blog-list>li .btn{
	border: 1px solid #999;
	border-radius: 50px;
	margin-top: 10px;
}
.blog .blog-list>li .btn:hover{
	color: #fff;
	background: #109CDA;
	border-color: #109CDA;
}
.blog-info .h5{
	font-size: 16px;
	font-weight: bold;
}
.blog-info .time{
	text-align: center;
}
.blog-info .info img{
	width: 100%;
	margin-bottom: 10px;
}
.blog-info .info p{
	margin-bottom: 10px !important;
}
.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: #109cda;
	border: 1px solid #109cda;
	padding: 4px 30px;
	margin-top: 30px;
}
.new .new-list>li .btn:hover{
	color: #FFFFFF;
	background: #109cda;
}
.new .new-list>li .h4{
	font-weight: 600;
}
.new .new-list>li .h4:hover>a{
	color: #109cda;
}
.new .new-list>li time{
	padding: 10px 0px;
	display: block;
}
.new .new-list>li .name{
	float: left;
	padding-right: 50px;
}
.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 .form-group input[type="text"] {
  padding-right: 25px;
}
.contact form span {
  position: absolute;
  top: 12px;
  right: 25px;
  color: red;
}
.contact form label {
  text-transform: uppercase;
  font-weight: normal;
  color: #666;
}
.contact form .radio-inline {
  text-transform: capitalize;
}
.contact form .form-group textarea {
  padding-right: 20px;
}
.contact form .col-xs-12 .form-group {
  margin: 0;
  margin-bottom: 10px;
}
.contact form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.contact form .col-xs-12 label {
  margin: 0 0 10px;
}
.contact .btn-contact button {
  background-color: #109cda;
  color: #fff;
  margin: 8px 0;
}
.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{
	font-weight: bold;
	color: #109cda
}
.faq dl>dt:hover{
	color: #109cda
}
.faq dl>dd{
	color: #666;
	display: none;
	margin: 12px auto;
	line-height: 24px
}
/*********  content end  *********/


footer{
	line-height: 30px;
	background: #000;
	color: #fff;
	padding-top: 30px;
	margin-top: 30px;
}
footer>.container{
	padding-bottom: 30px;
}
footer a{
	color: #fff !important;
}
footer a:hover{
	color: #109cda !important;
}
footer .h3{
	font-size: 16px;
	font-weight: bold;
}
footer .ftr-bt{
	border-top: 1px solid #fff;
	padding-top: 30px;
	margin: 30px 0 0;
}
footer .ftr-bt li{
	background: url(../images/who-icon.png) no-repeat left top 15px;
	padding-left: 60px;
	position: relative;
}
footer .ftr-bt li:nth-child(2){
	background-image: url(../images/adress-icon.png);
}
footer .ftr-bt li:nth-child(3){
	background-image: url(../images/email-icon.png);
}
footer .ftr-bt li:nth-child(4){
	background-image: url(../images/contact-icon.png);
}
footer .ftr-bt li:after{
	content: '';
	width: 1px;
	height: 60px;
	background: #fff;
	position: absolute;
	left: 40px;
	top: 0;
}
footer .ftr-bt .h4{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}
footer .ftr-bt .h5{
	line-height: 24px;
}
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: #109cda 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: #109cda;
}
footer .social-media{
	margin-top: 15px;
}
footer .social-media li a{
	width: 30px;
	height: 30px;
	background: url(../images/icon-1.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: -19px center;;
}
footer .social-media li .i{
	background-position: -51px center;;
}
footer .social-media li .p{
	background-position: -82px center;;
}
footer .social-media li .c{
	background-position: -112px center;;
}
footer .social-media li a:hover{
	background-image: url(../images/icon-2.png);
}
footer>p, .footer>p{
	background: #000;
	padding: 10px;
  text-align: center;
  margin-bottom: 0;
}

.bottom {
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  color:#666;
  text-align: center;
  z-index:999;
  border-top:1px solid #ccc;
}
.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:#fff;
  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: 0 !important;
}
/****** bottom end *******/

/****** pictureSlider start *******/
.poster-main{position: relative;margin: auto;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 *******/

/****** 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 ******/

.to-top {
	width: 40px;
	height: 40px;
  right: 20px;
  padding:0.6em;
  background-color: #109cda;
  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: #109cda;
	background: linear-gradient(to bottom, rgba(0,161,233,.5), rgba(0,161,233,.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: #109cda;
	border: 1px solid #109cda;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.card-form .card-title li{
	padding: 0;
}
.card-form .card-title .btn{
	font-size: 12px;
	line-height: 16px;
	color: #109cda;
	border-radius: 0;
	padding: 4px 8px;
}
.card-form .card-title .card-hide{
	border-right: 1px solid #109cda;
}
.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: #00A1E9;
	border: none;
	margin-top: 20px;
}
.card-form .card-sub:hover{
	background: #00A1E9;
}

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: #109cda;
  text-align: center;
}

 #social-link {
  position:fixed;
  right:40px;
  z-index:999;
}
#social-link {
  top:60%;
  margin-top:-180px;
  background-color:#ffffff;
  border-radius:10px;
  border:2px solid #109cda;
  padding:5px 10px;
}
#social-link .h3 {
	color:#109cda;
	font-size:16px;
	font-weight:bold;
}
#social-link a {
	font-size:12px;
}
#social-link>li {
  font-size:14px;
  text-align: center;
  color:#109cda;
  margin:11px auto;
}

.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: #109cda;
	margin-top: 20px;
}
#close-btn {
  top: 0;
  position: absolute;
  z-index: 9;
  display: block;
  cursor: pointer;
  right: 0;
}
.cont-aside .cont-h3 {
  color: #109cda;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

@media (min-width:480px) {
	/**/
	footer>p, .footer>p {
		padding: 10px;
	}
	
	.about .sec01, 
	.about .sec02{
		padding-bottom: 15px;
	}
	.contact .col-sm-6 {
    padding: 0;
	}
	.contact form .form-group {
    margin: 0;
    margin-bottom: 10px;
	}
	.contact input[type="text"] {
    height: 44px;
	}
}

@media (min-width:768px) {
	/**/
	#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-wrapper{
		display: block;
	}
	.swiper-dir .swiper-slide{
		-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{
		margin: 0 -15px;
	}
	header .menu>li{
		padding: 22px 5px;
	}
	header .dropdown-menu>li>a{
		padding: 10px 3px;
	}
	header .dropdown-menu>li:first-child>a{
		border: none;
	}
	
	footer>.container{
		padding-bottom: 10px;
	}
	
	.index .title{
		font-size: 30px;
	}
	.index .btn{
		padding: 4px 30px;
		margin-top: 30px;
	}
	.index .sec02{
		padding: 15px 0 40px;
	}
	.index .sec02 .h4{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.index .sec02 .btn{
		margin-top: 15px;
	}
	.index .sec02 .pagination-inline a{
		margin-top: -95px;
		display: block;
	}
	.index .sec03{
		padding-top: 180px;
	}
	.index .sec03 .row{
		margin: 0;
	}
	.index .sec03 .abt-lt{
		padding-top: 30px;
		padding-right: 30px;
	}
	.index .sec03 .abt-lt .h4{
		line-height: 36px;
	}
	.index .sec03 .abt-rt{
		padding: 20px 60px 40px;
	}
	.index .sec04{
		padding: 25px 0 40px;
	}
	.index .sec05{
		padding: 25px 0 60px;
	}
	.product .product-con{
		margin-top: 15px;
	}
	.product .product-list>li{
		width: 20%;
		margin-bottom: 15px;
		text-align: center;
		font-weight: bold;
	}
	.product-info h1{
		line-height: 36px;
	}
	.product-info .social-media{
    margin-top: 35px;
    vertical-align: middle;
    display: inline-block;
	}
	.product-info .info-list{
		margin-top: 15px;
	}
	.product-info .sec02{
		padding-bottom: 30px;
	}
	.product-info .sec02 .h4{
		margin-top: 25px;
	}
	.product-info .sec02 .h5{
		margin-top: 20px;
	}
	.product-info .sec02 .table{
		margin-bottom: 5px;
	}
	.product-info .sec02 .table>tbody>tr>td:first-child{
		padding-left: 50px;
	}
	.product-info .sec03{
		padding: 20px 0 50px;
	}
	.product-info .sec03 .text{
		max-width: 620px;
	}
	.about .sec01 , .about .sec02{
		padding-bottom: 30px;
	}
	.about .sec02 .swiper-container p{
		padding: 10px 0;
	}
	.enterprise{
		padding-bottom: 25px;
	}
	.enterprise img{
		margin-bottom: 25px;
	}
	.enterprise .back{
		margin-bottom: 25px;
	}
	.payment{
		padding-bottom: 30px;
	}
	.payment .payment-list>li>.list-unstyled>li{
		padding-bottom: 25px;
	}
	.service .service-list li{
		margin-bottom: 10px;
	}
	.service .service-list .img{
		margin-top: 10px;
	}
	.buyer{
		padding-bottom: 50px;
	}
	.buyer .buyer-list p:not(.h5){
		margin-bottom: 30px !important;
	}
	.blog .blog-list>li:nth-child(even) .col-sm-5{
		left: 58.33333333%;
	}
	.blog .blog-list>li:nth-child(even) .col-sm-7{
		right: 41.66666667%;
	}
	.blog .blog-list>li .back{
		padding-top: 15px;
	}
	.blog .blog-list>li .main{
		background: #fff;
		padding: 15px;
	}
	.blog .blog-list>li:nth-child(odd) .main{
		margin-left: -60px;
	}
	.blog .blog-list>li:nth-child(even) .main{
		margin-right: -60px;
	}
	.blog .blog-list>li .h4{
		margin-top: 0;
	}
	.blog .blog-list>li .btn{
		margin-top: 20px;
	}
	.blog-info .title{
		max-width: 760px;
		margin: 10px auto;
	}
	.blog-info .h5{
		font-size: 18px;
	}
	.contact .sec02 {
  	padding: 20px 0 !important;
	}
}

@media (min-width:768px) and (max-width:991px){
	/**/
	footer .ftr-ft,
	footer .ftr-rt{
		padding-left: 0;
	}
	
	.product .product-list{
		margin: 0 -5px;
	}
	.product .product-list>li{
		
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.product-info .sec01{
		padding: 0 0 10px;
	}
	.blog .blog-list>li .h4{
		-webkit-line-clamp: 1;
	}
	.blog .blog-list>li .info{
		-webkit-line-clamp: 2;
	}
}

@media (min-width:992px) {
	/**/
	.pager li>a,
	.pager li>span {
		width: 120px;
		height: 35px;
		line-height: 35px;
		padding: 0;
		font-size: 18px;
	}
	
	
	header .navbar-right{
		margin-top: 23px;
	}
	header .menu{
		margin-left: 20px;
	}
	header .menu>li{
		padding: 22px 6px;
	}
	
	footer .ftr-bt li:nth-child(3){
		width: 23%;
	}
	footer .ftr-bt li:nth-child(4){
		width: 18.6666667%;
		padding-right: 0;
	}
	
	.index .sec01 .pagination-inline a{
		width: 46px;
		height: 46px;
		background: #109cda url(../images/pagination-03.png) no-repeat center;
	}
	.index .sec01:hover .pagination-inline a{
		display: block;
	}
	.index .sec01 .pagination-inline .prevbtn{
		background-position: 17px center;
		left: 5%;
	}
	.index .sec01 .pagination-inline .nextbtn{
		background-position: -50px center;
		right: 5%;
	}
	.index .sec04 .why-lt ul li{
		min-height: 96px;
	}
	.product-info .sec01{
		padding: 10px 0 20px;
	}
	.about .sec01 .img{
		float: left;
		padding: 0 20px 10px 0;
	}
	.about .sec01 .h5{
		margin: 0;
		margin-bottom: 20px !important;
	}
	.fancybox-overlay .fancybox-prev{
		margin-left: -125px;
	}
	.fancybox-overlay .fancybox-next{
		margin-right: -125px;
	}
	.service .service-list li{
		margin-bottom: 20px;
	}
	.service .service-list .img{
		margin-top: 20px;
	}
	.new .new-list>li .text-right {
    display: block; 
	}
	.contact .col-4 div div {
		min-height: 300px;
	}
	.contact form .form-group {
    margin-bottom: 15px;
	}	
}

@media (min-width:1200px) {
	/**/
	header .menu{
		margin-left: 100px;
	}
	header .menu>li{
		padding: 22px 15px;
	}
	
	.index .title{
		font-size: 36px;
	}
	.index .btn{
		padding: 6px 40px;
	}
	.index .sec02{
		padding: 35px 0 60px;
	}
	.index .sec03 .abt-lt{
		padding-top: 90px;
		padding-right: 50px;
	}
	.index .sec03 .abt-lt .h4{
		font-size: 24px;
		line-height: 46px;
	}
	.index .sec03 .abt-rt {
		padding-top: 30px;
	}
	.index .sec03 .para{
		margin-bottom: 25px !important;
	}
	.index .sec04{
		padding: 35px 0 50px;
	}
	.index .sec04 .why-lt ul li{
		min-height: 120px;
	}
	.index .sec04 .info{
		-webkit-line-clamp: 4;
	}
	.index .sec05 .h4{
		padding: 0 30px;
	}
	.index .sec05 ul{
		padding: 15px 30px;
	}
	.index .sec05 .info{
		padding: 30px 30px 15px;
	}
	.product-info .sec01 .pro-right .btn {
    padding: 12px 30px;
	}
	.certificate .back{
		padding-left: 15px;
		padding-right: 15px;
	}
	.blog .blog-list>li{
		margin-bottom: 30px;
	}
	.blog .blog-list>li .back{
		padding: 30px;
	}
	.blog .blog-list>li .main{
		padding: 30px;
	}
	.blog .blog-list>li:nth-child(odd) .main{
		margin-left: -90px;
	}
	.blog .blog-list>li:nth-child(even) .main{
		margin-right: -90px;
	}
	.blog-info .time,
	.blog-info .info p,
	.blog-info .info img{
		margin-bottom: 20px !important;
	}
	.contact .col-lg-4 {
    width: 25.333333%;
	}
	.contact .col-lg-8 {
    width: 74.666667%;
	}
	.contact .col-4 div div {
		min-height: 260px;
	}
	.contact form .form-control:not(textarea) {
    height: 40px;
    line-height: 40px;
	}
	.contact form .col-lg-4 {
    line-height: 34px;
	}
	.contact form label.col-lg-4 {
    line-height: 40px;
	}
	.contact form label {
    font-size: 16px;
    margin-top: 0;
	}
	.contact form .form-control {
    font-size: 16px;
    line-height: 26px;
	}
	.contact .btn-contact button {
    width: 158px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
	}
}

@media (min-width:1440px) {
	/**/
	.index .container{
		width: 1440px;
	}
	
	.index .sec03 .abt-lt .h4{
		font-size: 30px;
		line-height: 60px;
	}
	.index .sec03 .abt-rt{
    padding: 50px 80px;
	}
	.index .sec03 .para{
    -webkit-line-clamp: 5;
	}
	.index .sec03 .btn{
		margin-top: 0;
	}
	.index .sec04 .why-lt{
		width: 40%;
		right: 60%;
	}
	.index .sec04 .why-rt{
		width: 60%;
		left: 40%;
	}
	.index .sec04 .poster-main{
		display: block;
	}
	.index .sec04 .swiper-sec4{
		display: none;
	}
	.index .sec05 .h4{
		padding: 0 60px;
	}
	.index .sec05 ul{
		padding: 15px 60px;
	}
	.index .sec05 .info{
		padding: 30px 60px 15px;
	}
	.index .sec05 .info p{
		-webkit-line-clamp: 9;
	}
}

@media (min-width:1640px) {
	/**/
	.index .container{
		width: 1640px;
	}
	
	.index .btn{
		padding: 7px 60px;
	}
	.index .sec02{
		padding: 45px 0 70px;
	}
	.index .sec02 .pagination-inline a{
		margin-top: -100px;
	}
	.index .sec03{
		padding-top: 240px;
	}
	.index .sec03 .abt-rt{
		padding: 60px 100px 90px;
	}
	.index .sec04{
		padding: 55px 0 70px;
	}
	.index .sec05{
		padding: 40px 0 100px;
	}
	.index .sec05 .btn{
		margin-top: 50px;
	}
}

@media (max-width:767px) {
	/**/
	#social-link,
	#etalage,
	#contact-btn,
	.pagination-block,
	.onlineFloatBox{
		display: none !important;
	}
	.banner{
		height: 200px;
		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%;
	}
	.index .all-img img,
	.index .max-img img{
		max-width: 100%;
	}
	.swiper-dir .swiper-slide{
		padding: 0;
	}
	  header .header-link{
    display: none;
  }
  header .navbar-right{
  	 margin-top: 10px;
    position: absolute;
    top: 0;
    z-index: 10;
  }
  header .seach .main{
    max-width: 350px;
    margin: 200px auto 0;
  }
  header .seach form{
    padding: 0;
  }
  header .seach form input{
    padding-left: 20px;
    padding-right: 60px;
  }
	/*header .header-link,
	header .navbar-right{
		display: none;
	}*/
	header{
		height: 50px;
	}
	header.on{
		position: fixed;
		z-index: 1000;
	}
	header .navbar-brand{
		width: 140px;
		height: 40px;
		background-size: 140px 40px;
		margin: 6px auto;
		display: block;
	}
	header.on .navbar-toggle{
		background-image: url(../images/cont-btn.png);
	}
	header .navbar-collapse{
		width: 100%;
		height: 100% !important;
		background: #000;
		padding-top: 20px;
		/*border-top: 2px solid #000;*/
		position: fixed;
		left: 100%;
		top: 50px;
		margin: 0 !important;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		display: block;
	}
	header.on .navbar-collapse{
		left: 0;
	}
	header .menu{
		margin: 0;
	}
	header .menu a{
		text-align: left;
	}
	header .dropdown>a{
		background: url(../images/faqs_04.png) no-repeat 95% 18px !important;
	}
	header .menu>li>a{
		color: #fff !important;
		padding: 12px;
		padding-left: 50px;
	}
	header .menu>li:hover>a,
	header .menu>li.active>a{
		background-color: #109cda !important;
		color: #fff !important;
		text-decoration: underline;
	}
	header .dropdown-menu{
		background-color: #fefefe !important;
	}
	header .dropdown-menu>li>a{
		color: #109cda !important;
		border: none;
		padding: 8px !important;
		padding-left: 50px !important;
		margin: 0 30px;
	}
	
	footer{
		padding-top: 0;
	}
	footer>.container {
    display: none;
  }
  
  .index .sec03 .abt-lt{
  	background: rgba(16, 156, 218, .9);
  	padding: 1px 15px 5px;
  }
  .index .sec03 .abt-lt .h3 img{
  	max-width: 60%;
  }
  .index .sec03 .abt-lt .h4{
  	font-size: 16px;
  }
  .product .product-list>li{
		width: 100%;
		margin-bottom: 10px;
	}
	.product .product-list>li>a{
		padding: 12px 0;
	}
	.product .navbar-collapse.in{
		overflow-y: inherit;
	}
	.buyer{
		padding-bottom: 30px;
	}
	.buyer .buyer-list p:not(.h5){
		margin-bottom: 15px !important;
	}
	.certificate .back{
		margin-bottom: 5px !important;
	}
	.certificate .back .h5{
		margin-top: 5px !important;
	}
	.fancybox-overlay .fancybox-prev{
		margin-left: 0px;
	}
	.fancybox-overlay .fancybox-next{
		margin-right: 0px;
	}
	.enterprise{
		padding-bottom: 15px;
	}
	.enterprise img{
		width: 100%;
	}
	.payment{
		padding-bottom: 15px;
	}
	.payment .payment-list>li>.list-unstyled>li{
		padding-bottom: 15px;
	}
	.shipping .shipping-list li{
		margin-bottom: 15px;
	}
}

@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;
	}
	
	.product-info .sec01{
		padding-top: 15px;
	}
	.buyer{
		padding-bottom: 15px;
	}
	.buyer .buyer-list p:not(.h5){
		margin-bottom: 10px !important;
	}
	.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 {
    padding-left: 8px;
    padding-right: 8px;
	}
}