.title{
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}
.text{
	line-height: 24px;
	color: #666;
	margin: 10px auto;
	text-align: center;
}
.content .div-text{
	line-height: 24px;
	margin: 10px auto 15px;
	overflow: hidden;
	position: relative;
}
.content .div-text .more{
	color: #fd7b03;
	background: #fff;
	text-decoration: underline;
	line-height: 24px;
	padding-left: 15px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
}
.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;
}

.tab-content>.tab-pane{
	display: block;
}
.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;
	margin: 0 auto;
	display: none;
}
.list-tag>ul>li{
	display: block;
}
.tab-list{
	text-align: center;
	margin: 10px auto;
}
.tab-list>li{
	display: inline-block;
	position: relative;
}
.tab-list .dropdown-menu{
	margin-top: 0;
	border-radius: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	min-width: 100%;
}
.tab-list .dropdown-menu>li>a{
	border-bottom: 1px solid #ccc;
	padding: 6px 12px;
}
.tab-list>li>a{
	display: block;
	padding: 6px 20px;
	color: #666;
	margin: 3px auto;
	text-transform: capitalize;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.tab-list>.active>a,
.tab-list>li:hover>a{
	background-color: #fd7b03;
	border-color: #fd7b03;
	color: #fff;
}

.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: #fd7b03;
}
.pagination-inline{
	display: inline
}
.pagination-inline .prevbtn,
.pagination-inline .nextbtn{
	width: 25px;
	height: 44px;
	background: rgba(0,0,0,.5) url(../images/pagination-02.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	display: none;
	z-index: 12;
	border: none;
}
.pagination-inline .prevbtn{
	left: 0%;
	background-position: 10px center;
}
.pagination-inline .nextbtn{
	right: 0%;
	background-position: -19px center;
}

.pagination>span>a,.pagination>span>span{
	font-size: 16px;
	color: #fd7b03;
	border-color: #fd7b03;
	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: #fd7b03;
	color: #fff;
}

.breadcrumb_all .row {
	margin: 0;
}

.video-play .video-sources{
	display: none;
}
.video-play .video-btn:before{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/video-icon.png) no-repeat center center;
	background-size: 50px 50px;
}
.video-popup{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	background: rgba(0,0,0,1);
	display: none;
}
.video-popup .main{
	width: 356px;
	height: 200px;
	margin-left: -178px;
	margin-top: -100px;
	background: none repeat scroll 0 0 #fff;
  	box-shadow: 5px 5px 20px #000000;
	position: absolute;
	left: 50%;
	top: 50%;
}
.video-popup .modalnav {
  width: 40px;
  height: 40px;
  background: url(../images/cont-btn.png) no-repeat center center;
  border-radius: 50%;
  position: absolute;
  right: -35px;
  top: -35px;
}
.video-popup .main p{
	width: 100%;
	height: 100%;
}
.video-popup .main iframe{
	width: 100% !important;
	height: 100% !important;
}

.product-menu .navbar-collapse{
	background: #fff;
	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: #4a4a4a;
	background: #4a4a4a url(../images/icon_12.png) no-repeat center;
}
.product-menu .product-nav>li{
	width: 100%;
	margin: 10px auto;
	border: 1px solid #ccc;;
	cursor: pointer;
}
.product-menu .product-nav>li>a{
	width: 100%;
	text-align: center;
	color: #fff;
	background: #4a4a4a;
	padding: 10px;
	display: block;
}
.product-menu .product-nav>li.active>a,
.product-menu .product-nav>li:hover>a{
	color: #fff;
	background-color: #4a4a4a;
}
.product-menu .product-nav>li.active{
	border-color: #ccc;
}
.product-menu .product-nav>li ul{
	padding: 0px 20px;
	display: block;
}
.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{
	font-weight: bold;
	color: #fd7b03;
}
.product-menu .product-nav>li ul li a:hover{
	color: #fd7b03;
}

.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: 500;
}
.card-form .card-title{
	height: 50px;
	font-weight: 600;
	line-height: 46px;
	color: #fd7b03;
	background: linear-gradient(to bottom, rgba(253,123,3,.5), rgba(253,123,3,.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: #fd7b03;
	border: 1px solid #fd7b03;
	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: #fd7b03;
	border-radius: 0;
	padding: 4px 8px;
}
.card-form .card-title .card-hide{
	border-right: 1px solid #fd7b03;
}
.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: #fd7b03;
	border: none;
	margin-top: 20px;
}
.card-form .card-sub:hover{
	background: #fd7b03;
}

header{
	width: 100%;
	font-family: sans-serif, Arial;
	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-header{
	position: relative;
	z-index: 9;
}
header .logo{
	width: 40px;
	height: 40px;
	font-size: 0;
	margin: 5px auto;
	margin-left: auto !important;
	vertical-align: middle;
	display: block;
}

header .navbar-toggle{
	width: 36px;
	height: 28px;
	background: transparent url(../images/menu-1.png) no-repeat center;
	border: none;
	padding: 0;
	margin: 11px 15px 0px;
}
header .navbar-toggle:hover,
header .navbar-toggle:focus{
	background-color: #fff !important;
}
header .navbar-header p {
	top: 50%;
	left: 110px;
	-webkit-transform: translate(0 , -50%);
	-moz-transform: translate(0 , -50%);
	-o-transform: translate(0 , -50%);
	transform: translate(0 , -50%);
	margin: 0;
	display: none;
	text-align: left;
	line-height: 24px;
	font-size: 20px;
}
header #menu a{
	text-align: center;
	color: #333 !important;
	background: transparent !important;
}
header #menu>li>a{
	line-height: 24px;
	text-transform: uppercase;
	padding: 6px 12px;
}
header #menu>li.active>a,
header #menu>li:hover>a{
	color: #3b9aff !important;
	background: transparent !important;
}
header .dropdown-menu{
	width: 100%;
	min-width: 1px;
	padding: 0;
}
header .dropdown-menu>li>a{
	white-space: normal !improtatn;
	border-top: 1px solid #E5E5E5;
}
header .dropdown-menu>li:hover>a{
	color: #fff !important;
	background: #fd7b03 !important;
}

/*********  content  *********/
.img img {
	width: 100%;
}
.index .btn {
	padding: 6px 24px;
	color: #fff !important;
	background: #3b9aff !important;
	border-radius: 0;
}

.index .tag-list li {
	margin-top: 0;
	margin-bottom: 10px;
}
.index .tag-list a {
	padding: 0 15px;
	display: block;
	line-height: 36px;
	color: #fff;
	background: #3b9aff;
	border: 1px solid #3b9aff;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
}
.index .tag-list li.active a,
.index .tag-list li:hover a {
	color: #3b9aff;
	background: #fff;
}
.index .sec01 {
	position: relative;
}
.index .sec02{
	display: none;
}
.index .sec02 .back {
	position: relative;
}
.index .sec02 .info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #fd7b03;
}
.index .sec02 .info a {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-o-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	width: 100%;
	padding: 15px;
	color: #fff;
}
.index .sec02 .back:hover .info {
	display: block;
}
.index .sec03 .h4,
.index .sec03 .h5 {
	text-align: center;
}
.index .sec03 .h5 {
	max-width: 950px;
	margin: 0 auto;
}
.index .sec03 .mySwiper>div:first-of-type {
	margin-bottom: 10px;
}
.index .sec03 .info{
	overflow: hidden;
	position: relative;
}
.index .sec03 .info .more{
	color: #fd7b03;
	background: #fff;
	text-decoration: underline;
	line-height: 24px;
	padding-left: 15px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
}
.index .sec03 .info p {
	margin: 0;
}
.index .sec03 .info a {
	color: #1d3ddd;
}
.index .sec03 .info a:hover {
	color: #fd7b03;
}
.index .sec03 .info .row a {
	height: 20px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index .sec04 {
	background: url(../images/index-4-bg.jpg) no-repeat center center;
	background-size: cover;
}
.index .sec04 .back {
	background: url(../images/index-4-bgs.jpg) no-repeat center center;
	background-size: cover;
}
.index .sec04 p {
	color: #fff;
}
.index .sec04 .title {
	margin-top: 0;
}
.index .sec04 .back {
	padding: 15px;
}
.index .sec04 .info {
	position: relative;
	margin-top: 15px;
	padding: 15px;
}
.index .sec04 .info::before,
.index .sec04 .info:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 70px;
	display: block;
}
.index .sec04 .info::before {
	left: 0;
	top: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.index .sec04 .info::after {
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.index .sec04 .info p {
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.index .sec04 .title {
	text-align: left;
}
.index .sec05{
	color: #fff;
	background: #1f365c;
	text-align: center;
	padding: 30px 0;
}
.index .sec05 a{
	color: #fff;
}
.index .sec05 .h4{
	color: #3b9aff;
	margin-top: 0;
}
.index .sec05 .h3{
	font-weight: bold;
	margin-bottom: 20px;
}
/*.index .sec05 .back {
	position: relative;
}
.index .sec05 .img::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.5);
}
.index .sec05 .info {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	display: none;
}
.index .sec05 .info p {
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 15px;
	font-size: 24px;
	color: #fff;
}
.index .sec05 .info .btn {
	padding: 6px 36px;
	color: #fff;
	background: transparent !important;
	border-radius: 20px;
	border-color: #fff;
}
.index .sec05 .info .btn:hover {
	background: #fd7b03 !important;
	border-color: #fd7b03;
}
.index .sec05 .back:hover .img::after,
.index .sec05 .back:hover .info {
	display: block;
}*/
.index .sec06 {
	background: #f7f7f7;
}
.index .sec06 .info {
	padding: 15px;
	background: #fff;
}
.index .sec06 .info p {
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index .sec06 .info p:not(.h4) {
	height: 80px;
	-webkit-line-clamp: 4;
}
.index .sec07 .back {
	position: relative;
}
.index .sec07 .img {
	opacity: 1;
}
.index .sec07 .info {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0 , -50%);
	-moz-transform: translate(0 , -50%);
	-o-transform: translate(0 , -50%);
	transform: translate(0 , -50%);
	padding: 50px 15px 0;
}
.index .sec07 .info p,
.index .sec07 .info a {
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #fff;
}
.index .sec07 .info .h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0 15px;
	line-height: 50px;
	font-weight: 600;
}
.index .sec07 .info p:not(.h3):not(.h5) {
	text-align: left;
    -webkit-line-clamp: 3;
}
.index .sec07 .info a:hover {
	color: #fd7b03 !important;
}

.about .title {
	font-weight: normal;
}
.about .sec01 {
	background: url(../images/about-1-1.jpg) no-repeat center center;
	background-size: cover;
}
.about .sec01 .title {
	font-size: 18px;
	text-transform: none;
}
.about .sec03 {
	position: relative;
	height: 450px;
	background: url(../images/about-3-1.jpg) no-repeat center center;
	background-size: cover;
}
.about .sec03 .back {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-o-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
}
.about .sec03 .img {
	text-align: center;
}
.about .sec03 .img img {
	width: auto;
}
.about .sec03 .img .video-btn:before {
	display: none;
}
.about .sec03 .title {
	margin-top: 20px;
	color: #fff;
}
.about .sec04 .info {
	margin-top: 10px;
}
.about .sec04 .info p {
	text-align: left;
}

.product-list .text{
	max-width: 1000px;
}
.product-list .back{
	margin-bottom: 15px;
}
.product-list .back .bg-img{
	margin-bottom: 15px;
}
.product-list .back .swiper-slide{
	cursor: pointer;
}
.product-list .back .info{
	max-height: 240px;
	overflow: hidden;
}
.product-list .back .btn{
	color: #fff;
	background: #fd7b03;
	border-radius: 0;
	margin-top: 10px;
}

.product .row.on .product-menu{
	max-width: 300px;
	position: fixed;
}
.product .row.on .product-main{
	margin-left: 25%;
}
.product h1{
	margin: 0 auto;
}
.product .text{
	margin-top: 0;
	margin-bottom: 15px;
}
.product .text,
.product .pro-text{
	overflow: hidden;
	position: relative;
}
.product .text .more,
.product .pro-text .more{
	color: #fd7b03;
	background: #fff;
	text-decoration: underline;
	line-height: 24px;
	padding-left: 15px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
}
.product .pro-list{
	margin-top: 0;
	margin-bottom: 15px;
}
.product .pro-list li{
	margin-right: 10px;
}
.product .pro-list .btn{
	color: #666;
	padding: 3px 0;
}
.product .pro-list .btn span:before{
	padding-right: 5px;
}
.product .pro-list li.active .btn{
	color: #fd7b03;
}
.product .product-con li{
	margin-bottom: 20px;
	cursor: pointer;
}
.product .product-con li a{
	display: block;
}
.product .product-con .info{
	width: 100%;
	height: 24px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 0;
	display: -webkit-box !important;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 1;
  	overflow: hidden;
}
.product .product-con .h5{
	margin-bottom: 10px !important;
	display: none;
}
.product .product-con .choice input{
	margin-top: 0px;
	vertical-align: middle;
}
.product .product-con .btn{
	background: transparent;
	color: #fd7b03;
	border: 1px solid #fd7b03;
	padding: 3px 20px;
	margin-top: 10px;
}
.product .product-con .btn-default{
  	font-size: 14px;
  	font-weight: 600;
  	background: #fd7b03;
  	color: #fff;
  	padding: 3px 8px;
}
.product .product-con li:hover img{
	border-color: #fd7b03;
	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: #fd7b03;
}
.product .product-con .btn:hover{
	background-color: #fd7b03;
	color: #fff;
}
.product .product-con.active li{
	width: 100%;
}
.product .product-con.active li img{
	width: 100%;
	max-width: 200px;
	float: left;
	margin-right: 20px;
}
.product .product-con.active .info{
	width: auto;
	height: 24px;
	margin-top: 0;
	-webkit-line-clamp: 1;
}
.product .product-con.active .h5{
	display: -webkit-box !important;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 5;
  	overflow: hidden;
}
.product-info .pro-right ul li{
	line-height: 24px;
}

.product-case .sec01 .title{
	color: #FD7B03;
	text-align: left;
}
.product-case .sec01 .swiper-sec1{
	margin-bottom: 20px;
}
.product-case .sec01 .pro-rt .btn{
	color: #fff;
	background: #FD7B03;
	padding: 6px 20px;
	margin-top: 10px;
}
.product-case .social-media li a{
	width: 24px;
	height: 24px;
	background: url(../images/media-product-case.png) no-repeat center;
	display: block;
}
.product-case .social-media li{
	margin-left: 0 !important;
	margin-right: 10px;
}
.product-case .social-media li .t{
	background-position: 0px center;
}
.product-case .social-media li .f{
	background-position: -35px center;
}
.product-case .social-media li .i{
	background-position: -71px center;
}
.product-case .social-media li .p{
	background-position: -105px center;
}
.product-case .social-media li .c{
	background-position: -139px center;
}
.product-case .sec02 .h4{
	color: #FD7B03;
	padding-bottom: 10px;
	position: relative;
}
.product-case .sec02 .h4:after{
	content: '';
	width: 100%;
	max-width: 200px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 0;
	bottom: 0;
}
.product-case .sec02 .info{
	font-size: 18px;
	margin-top: 10px;
}

.news-menu .navbar-collapse{
	background: #fff;
	padding: 0;
}
.news-menu .news-form {
	margin-bottom: 15px;
}
.news-menu .news-form input{
	width: calc(100% - 60px);
	display: inline-block;
	border-radius: 0;
}
.news-menu .news-form button{
	width: 50px;
	height: 34px;
	float: right;
	border-color: #fd7b03;
	border-radius: 0;
	background: #fd7b03 url(../images/icon_12.png) no-repeat center;
}
.news-menu .news-nav>li{
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	cursor: pointer;
}
.news-menu .news-nav>li:last-of-type {
	border-bottom: 1px solid #ccc;
}
.news-menu .news-nav>li>a{
	width: 100%;
	text-align: center;
	color: #333;
	background: #fff;
	padding: 10px;
	display: block;
}
.news-menu .news-nav>li.active>a,
.news-menu .news-nav>li:hover>a{
	color: #fff;
	background-color: #fd7b03;
}
.news-menu .news-nav>li.active{
	border-color: #ccc;
}
.news-menu .news-nav>li ul{
	padding: 0px 20px;
	display: none;
}
.news-menu .news-nav>li.active ul{
	display: block;
}
.news-menu .news-nav>li ul li{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.news-menu .news-nav>li ul li:last-child{
	border-bottom: none;
}
.news-menu .news-nav>li ul li.active a{
	font-weight: bold;
	color: #fd7b03;
}
.news-menu .news-nav>li ul li a:hover{
	color: #fd7b03;
}
.new .new-list{
	/*margin-top: 30px;*/
}
.new .new-list>li{
	border: 1px solid #999;
	margin-bottom: 25px;
	padding: 15px;
}
.new .new-list>li p{
	line-height: 24px;
}
.new .new-list>li .h4{
	font-weight: 600;
}
.new .new-list>li .h4:hover>a{
	color: #3b9aff;
}
.new .new-list>li .text-right{
	display: none;
}
.new .new-list>li .btn{
	color: #fff;
	background: #3b9aff;
	padding: 4px 20px;
	margin-top: 10px;
	display: inline-block;
}

/*.new .new-list .info {
	position: relative;
	padding-left: 70px;
}
.new .new-list .h5 {
    color: #333 !important;
}
.new .new-list p {
	color: #999 !important;
    -webkit-line-clamp: 1 !important;
}
.new .new-list p:not(.h5) {
    -webkit-line-clamp: 2 !important;
}
.new .new-list .time {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #999;
}
.new .new-list .back:hover .time {
	color: #fd7b03 !important;
}
.new .new-list li {
	margin-bottom: 15px;
}
.new .col-md-9 {
	margin-top: 0;
}*/

.blog-menu .navbar-collapse{
	background: #fff;
	padding: 0;
}
.blog-menu .blog-form {
	margin-bottom: 15px;
}
.blog-menu .blog-form input{
	width: calc(100% - 60px);
	display: inline-block;
	border-radius: 0;
}
.blog-menu .blog-form button{
	width: 50px;
	height: 34px;
	float: right;
	border-color: #fd7b03;
	border-radius: 0;
	background: #fd7b03 url(../images/icon_12.png) no-repeat center;
}
.blog-menu .blog-nav>li{
	width: 100%;
	border: 1px solid #ccc;;
	border-bottom: none;
	cursor: pointer;
}
.blog-menu .blog-nav>li:last-of-type {
	border-bottom: 1px solid #ccc;
}
.blog-menu .blog-nav>li>a{
	width: 100%;
	text-align: center;
	color: #333;
	background: #fff;
	padding: 10px;
	display: block;
}
.blog-menu .blog-nav>li.active>a,
.blog-menu .blog-nav>li:hover>a{
	color: #fff;
	background-color: #fd7b03;
}
.blog-menu .blog-nav>li.active{
	border-color: #ccc;
}
.blog-menu .blog-nav>li ul{
	padding: 0px 20px;
	display: none;
}
.blog-menu .blog-nav>li.active ul{
	display: block;
}
.blog-menu .news-nav>li ul li{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.blog-menu .blog-nav>li ul li:last-child{
	border-bottom: none;
}
.blog-menu .blog-nav>li ul li.active a{
	font-weight: bold;
	color: #fd7b03;
}
.blog-menu .blog-nav>li ul li a:hover{
	color: #fd7b03;
}
.blog .blog-list li {
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
}
.blog .blog-list .btn {
	border-radius: 0;
	background: #fd7b03;
	color: #fff;
}
.blog .blog-list p {
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog .blog-list .h4 {
    -webkit-line-clamp: 1;
}
.blog .blog-list .h4 a:hover {
	color: #fd7b03;
}

.faq .title {
	text-transform: none;
	font-weight: normal;
	color: #fd7b03;
}
.faq dl{
	margin-bottom: 0;
	position: relative;
	color: #333;
	border: none;
	padding: 0;
}
.faq dl>dd>span{
	width: 15px;
	height: 100%;
	background-color: #eee
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
.faq dl>dt{
	font-weight: 600;
	font-size: 14px;
	line-height: 36px;
	cursor: pointer;
	padding: 0 40px 0 20px;
	margin: 0 auto 10px;
	position: relative;
	background: #f8f8f8;
}
.faq dl>dt.active,
.faq dl>dt:hover{
	color: #fff;
	background: #333;
}
.faq dl>dt>span{
	width: 30px;
	height: 30px;
	background: url(../images/faq-icon2.png) no-repeat center;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
}
.faq dl>dt.active>span,
.faq dl>dt:hover>span{
	background-image: url(../images/faq-icon1.png);
}
.faq dl>dd{
	line-height: 24px;
	color: #666;
	margin: 12px auto;
	padding-left: 20px;
	display: none;
}

.contact .sec01 .title {
	text-align: left;
}
.contact .sec01 iframe {
	width: 100%;
	max-width: none;
	min-height: 360px;
	background: #999;
}
.contact .sec02 .btn-contact button {
	margin: 0;
}
.faq .sec02 .form-group,
.contact .sec02 .form-group {
	position: relative;
	margin-bottom: 15px;
}
.faq .sec02 .form-group input[type="text"],
.contact .sec02 .form-group input[type="text"] {
	height: 40px;
}
.faq .sec02 .form-group input[type="text"],
.faq .sec02 .form-group textarea,
.contact .sec02 .form-group input[type="text"],
.contact .sec02 .form-group textarea {
	border-radius: 0;
	padding-right: 25px
}
.faq .sec02 .form-group .code,
.contact .sec02 .form-group .code {
	width: calc(100% - 115px);
	margin-left: 115px;
}
.faq .sec02 .form-group .img,
.contact .sec02 .form-group .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
}
.faq .sec02 .form-group .img img,
.contact .sec02 .form-group .img img {
	cursor: hand;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
}
.faq .sec02 .btn-contact button,
.contact .sec02 .btn-contact button {
	width: 100%;
	height: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background-color: #3b9aff;
	border-radius: 0;
}

.quality .title {
	font-weight: normal;
	color: #fd7b03;
}
.quality .sec .info {
	position: relative;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #999;
	background: #fff;
}
.quality .sec .info:hover {
	color: #fff;
	border-color: #fd7b03;
	background: #fd7b03;
}
.quality .sec .info::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 1px;
	display: block;
	background: #999;
}
.quality .sec .info::after {
	right: -50px;
	top: 50%;
}
.quality .sec .info span {
    height: 20px;
	line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.quality .sec .back>div:last-of-type .info::after {
	display: none;
}
.quality .sec .h4 {
	text-align: center;
	text-transform: uppercase;
	color: #fd7b03;
}
.quality .sec .h5 {
	text-align: center;
}
.quality .sec03 .h4 {
	margin: 10px 0 0;
}

/*********  content end  *********/
footer {
	position: relative;
	color: #fff;
}
footer p {
	color: #fff;
}
footer p.h3 {
	margin-top: 0;
	text-transform: uppercase;
}
footer>.container{
	padding-top: 60px;
	padding-bottom: 30px;
}
footer>p, .footer>p{
	height: 50px;
	padding: 0;
  	margin-bottom: 0;
  	line-height: 50px;
  	text-align: center;
	color: #ccc;
	background: #333;
}
footer>.container>.row {
	margin-left: -30px;
	margin-right: -30px;
}
footer .ftr-left,
footer .ftr-center,
footer .ftr-right {
	padding: 0 30px !important;
}
footer .ftr-left li {
	margin: 15px 0;
	padding-left: 30px;
}
footer .ftr-left li a{ color:#fff;}
footer .ftr-left li:nth-of-type(1) {
	background: url(../images/location-icon.png) no-repeat left center;
}
footer .ftr-left li:nth-of-type(2) {
	background: url(../images/tel-icon.png) no-repeat left center;
}
footer .ftr-left li:nth-of-type(3) {
	background: url(../images/email-icon.png) no-repeat left center;
}
footer .ftr-center,
footer .ftr-right {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
footer .ftr-center {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
footer .ftr-center .row {
	margin-left: -8px;
	margin-right: -8px;
}
footer .ftr-center .col-md-6 {
	margin-bottom: 15px;
	padding: 0 8px;
}
footer .ftr-center .col-md-6>a {
	border-radius: 5px;
	color: #666;
	text-align: center;
	background: #fff;
}
footer .ftr-right .navbar-form .btn:before {
	display: none;
}
footer .social-link {
	margin-top: 20px !important;
	padding: 0 !important;
}
footer .social-link a {
	margin-right: 0 !important;
	background-image: url(../images/footer-media.png) !important;
}

.at-icon-wrapper {height:26px;}

.at-icon-wrapper>.at-icon-addthis {width:25px !important;height:25px !important;fill:#fff !important;}

.at-share-tbx-element .at-icon-wrapper {
  background: none !important;
}
.at-share-tbx-element .at-share-btn {
  margin: 0 !important;
}


@media (min-width: 768px) {
	/**/
	.title {
		margin: 30px 0 20px;
	}
	.list-tag button{
		display: none;
	}
	.list-tag>ul{
		display: block;
	}
	.list-tag>ul>li{
		display: inline-block;
	}
	.tab-list>li{
		margin: 0 5px;
	}
	.video-popup .main{
		width: 712px;
		height: 400px;
		margin-left: -356px;
		margin-top: -200px;
	}
	
	header .logo{
		width: 80px;
		height: 80px;
		background-size: 74px 80px;
		margin: 5px auto;
		margin-left: 0 !important;
		display: inline-block;
	}
	header #menu {
		margin-left: 30px;
	}
	header #menu>li {
		padding: 0;
	}
	header #menu>li>a {
		position: relative;
		padding: 0 9px;
		line-height: 90px;
	}
	header #menu>li.active>a::after {
		position: absolute;
		left: 50%;
		bottom: 0;
		content: '';
		width: 50px;
		height: 2px;
		margin-left: -25px;
		display: block;
		background: #3b9aff;
	}
	header #menu .dropdown-menu{
		width: 220px;
		left: 50%;
		margin-left: -110px;
	}
	header #menu .dropdown-menu>li {
		height: auto;
		border: none;
	}
	header #menu .dropdown-menu>li>a{
		padding: 10px 3px;
	}
	header #menu .dropdown-menu>li:first-child>a{
		border: none;
	}
	header #menu .dropdown-menu>li:hover>a {
		color: #fff !important;
		background: #3b9aff !important;
	}
	header #menu .dropdown-menu>li>ul{
		left: 220px;
		top: 0;
		margin: 0 !important;
	}
	header.header-index .menu-side {
		display: block;
	}
	header .menu-side{
		position: fixed;
		left: -260px;
		top: 0;
		z-index: 10;
		width: 260px;
		height: 100%;
		display: none;
		background: #fff;
		box-shadow: 3px 3px 5px rgba(0,0,0,.1);
	    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.1);
	    -webkit-transition: all .2s linear;
	    -moz-transition: all .2s linear;
	    -o-transition: all .2s linear;
	    transition: all .2s linear;
	}
	header .menu-side.active{
		left: 0;
	}
	header .menu-side .menu-colse{
		position: fixed;
		left: 40px;
		top: 40px;
		min-width: 50px;
		height: 50px;
		line-height: 50px;
		padding-left: 50px;
		background: url(../images/header-icon3.png) no-repeat left center;
		color: #fff;
	    -webkit-transition: all .3s linear;
	    -moz-transition: all .3s linear;
	    -o-transition: all .3s linear;
	    transition: all .3s linear;
	}
	header .menu-side.active .menu-colse{
		left: 210px;
		top: 0px;
		padding-left: 0;
		background: url(../images/header-icon4.png) no-repeat center center;
		color: transparent;
	}
	header .menu-side .logo{
		margin: 50px 0;
	    width: 80px;
	    height: 80px;
	    background-size: 74px 80px;
	}
	header .menu-list a{
		display: block;
		font-size: 16px;
	}
	header .menu-list>li{
		padding: 0 50px;
	}
	header .menu-list>li>a{
		padding: 15px 0;
		border-bottom: 1px dotted #333;
		background: #fff;
	}
	header .menu-list>li:hover>a,
	header .menu-list>li.active>a{
		color: #fd7b03;
	}
	header .menu-list .dropdown{
		position: relative;
	}
	header .menu-list .dropdown>a{
		background: url(../images/header-icon1.png) no-repeat right center;
	}
	header .menu-list .dropdown.active>a,
	header .menu-list .dropdown:hover>a{
		background-image: url(../images/header-icon2.png);
	}
	header .menu-list .dropdown-menu{
		width: 100%;
		position: absolute;
		left: 100%;
		top: 0;
		margin: 0;
		border-radius: 0;
	}
	header .menu-list .dropdown-menu a{
		padding: 6px 15px;
	}
	header .menu-list .dropdown-menu>.active>a{
		background: #fd7b03;
	}
	header .menu-bottom{
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 5px 15px;
		border-top: 1px solid #ccc;
		text-align: center;
	}
	header.shadow .menu-side{
		display: none;
	}
	
	footer {
		margin-top: 30px;
	}
	footer .to-top {
	}
	footer .to-top {
		position: absolute !important;
		left: 50% !important;
		top: -30px !important;
		width: 120px;
		height: 80px;
		margin-left: -60px;
		display: block !important;
		font-size: 24px;
		opacity: 1 !important;
	}
	
	.index .tag-list li {
		margin: 0 5px 10px;
		display: inline-block;
		font-size: 16px;
	}
	.index .tag-list a {
		line-height: 35px;
	}
	.index .sec02 .container {
		position: relative;
	}
	.index .sec02 .mySwiper {
		position: absolute;
		left: 0;
		bottom: 100px;
		width: 100%;
	}
	.index .sec03 {
		padding-bottom: 40px;
	}
	.index .sec03 .tag-panel>.row {
		margin-top: 20px;
	}
	.index .sec03 .info .btn {
		margin-top: 20px;
	}
	.index .sec03 .info .row>div {
		margin-top: 10px;
	}
	.index .sec04 .back {
		padding: 30px;
	}
	.index .sec04 .info {
		margin-top: 30px;
		padding: 30px;
	}
	.index .sec05{
		padding: 70px 0;
	}
	.index .sec05 .h4{
		font-size: 24px;
	}
	.index .sec05 .h3{
		font-size: 36px;
	}
	/*.index .sec05 .tag-list a {
		background: transparent;
		border: none;
		color: #999;
	}
	.index .sec05 .tag-content {
		margin-top: 20px;
	}*/
	.index .sec06 .title,
	.index .sec07 .title {
		margin-bottom: 0;
	}
	.index .sec06 .mySwiper,
	.index .sec07 .mySwiper {
		margin-top: 30px;
	}
	.index .sec07 {
		padding-bottom: 30px;
	}
	
	.about .sec01 {
		padding-bottom: 20px;
	}
	.about .sec01 .img {
		max-width: 704px;
		margin: 0 auto 15px;
	}
	.about .sec02 {
		padding-bottom: 50px;
	}
	.about .sec04 {
		padding-bottom: 30px;
	}

	.product-list .title{
		font-size: 20px !important;
	}
	.product-list .back{
		margin-bottom: 30px;
	}
	
	.product>.container {
		padding: 30px 15px;
	}
	.product .product-con {
		margin-top: 20px;
	}
	
	.product-case .sec01 .title{
		font-size: 20px;
		margin: 10px 0;
	}
	.product-case .sec02 .tab-list{
		background: #d6d6d6;
		text-align: left;
		margin: 30px 0;
	}
	.product-case .sec02 .tab-list>li{
		margin-left: 0;
		margin-right: 15px;
	}
	.product-case .sec02 .tab-list>li>a{
		color: #fff;
		background: #333;
		border: none;
		border-radius: 0;
		padding: 8px 20px;
		margin: 0;
	}
	.product-case .sec02 .tab-list>.active>a, 
	.product-case .sec02 .tab-list>li:hover>a{
		background: #FD7B03;
	}
	
	.new .new-list>li .img{
		max-width: 250px;
		float: left;
	}
	.new .new-list>li .info{
		margin-left: 270px;
	}
	/*.new>.container {
		padding: 50px 15px;
	}
	.new .new-list li {
		margin-bottom: 30px;
	}*/
	
	.blog>.container {
		padding: 30px 15px;
	}
	.blog  .blog-list .pull-left {
	    padding-right: 15px;
	}
	.blog .blog-list li {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.faq dl>dt{
		margin-bottom: 20px;
		line-height: 50px;
	}
	.faq dl:first-of-type{
		margin-top: 30px;
	}
	.faq .sec02 {
		padding: 30px 0;
	}
	
	.contact .sec01 {
		padding-top: 30px;
	}
	.contact .sec01 .title {
		margin: 20px 0 15px;
	}
	.contact .sec01 .info p {
		line-height: 30px !important;
	}
	.contact .sec01 {
		padding-top: 20px;
	}
	.contact .sec02 {
		padding-bottom: 30px;
	}
	.contact .sec01 .title {
		margin: 20px 0 15px;
	}
	.contact .sec01 .info p {
		line-height: 30px !important;
	}
	.faq .sec02 .form-group,
	.contact .sec02 .form-group {
		margin-bottom: 30px;
	}
	.faq .sec02 .form-group textarea,
	.contact .sec02 .form-group textarea {
		height: 110px;
	}
	.faq .sec02 .btn-contact button,
	.contact .sec02 .btn-contact button {
		max-width: 240px;
	}
	
	.quality .title {
		margin-bottom: 0;
	}
	.quality .sec .back {
		margin-top: 30px;
	}
	.quality .sec .back>div {
		margin-bottom: 30px;
	}
	.quality .sec03 {
		padding-bottom: 30px;
	}
	.quality .sec03 .h4 {
		margin: 20px 0 0;
	}
	.quality .sec03 dl dd {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	/**/
	footer>.container{
		padding-top: 0;
		padding-bottom: 0;
	}
	footer .ftr-left,
	footer .ftr-center,
	footer .ftr-right {
		margin: 30px 0;
	}
	footer .social-link {
		margin-top: 5px !important;
	}
	
	.index .sec03 .info {
		margin-top: 20px;
	}
	.index .sec04 {
		padding: 30px 0;
	}
	
	.quality .sec .back>div:nth-of-type(n+4) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+7) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+10) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+13) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+16) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+19) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+22) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+25) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+28) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+31) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+34) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+37) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+40) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+43) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+46) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+4) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+7) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+10) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+13) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+16) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+19) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+22) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+25) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+28) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+31) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+34) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+37) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+40) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+43) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+46) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(3n) .info::after {
		top: 100%;
		right: 50%;
		width: 1px;
		height: 50px;
	}
}

@media (min-width: 992px) {
	/**/
	.pagination-inline .prevbtn,
	.pagination-inline .nextbtn {
		display: block;
	}
	
	header #menu>li {
		padding: 0 10px;
	}
	header #menu>li>a {
		padding: 0 12px;
	}
	
	.index .sec01 .pagination-inline a {
		width: 40px;
		height: 40px;
		background-color: #3b9aff;
	}
	.index .sec01 .pagination-inline .prevbtn {
		left: 5%;
		background-position: 16px center;
	}
	.index .sec01 .pagination-inline .nextbtn {
		right: 5%;
		background-position: -12px center;
	}
	.index .sec03 .tag-panel>.row {
		margin-top: 30px;
	}
	.index .sec04 .back>.row {
		position: relative;
	}
	.index .sec04 .back-right {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0 , -50%);
		-moz-transform: translate(0 , -50%);
		-o-transform: translate(0 , -50%);
		transform: translate(0 , -50%);
	}
	
	.new .new-list>li .text-right{
   		display: block;
	}
	.contact .sec01 .title {
		margin: 30px 0;
	}
	.faq .sec02 .form-group,
	.contact .sec02 .form-group {
		margin-bottom: 40px;
	}
	.faq .sec02 .form-group textarea,
	.contact .sec02 .form-group textarea {
		height: 120px;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	/**/
	.index .sec03 .info p {
	    display: -webkit-box !important;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.index .sec03 .info .row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.index .sec03 .info .row>div {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.quality .sec .back>div:nth-of-type(n+5) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+9) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+13) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+17) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+21) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+25) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+29) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+33) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+37) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+41) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+45) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+5) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+9) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+13) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+17) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+21) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+25) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+29) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+33) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+37) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+41) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+45) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(4n) .info::after {
		top: 100%;
		right: 50%;
		width: 1px;
		height: 50px;
	}
}

@media (min-width: 1200px) {
	/**/
	.title {
		margin: 40px 0 30px;
		font-size: 32px;
	}
	
	.video-popup .main{
		width: 890px;
		height: 500px;
		margin-left: -445px;
		margin-top: -250px;
	}
	
	header #menu>li {
		padding: 0 20px;
	}

	footer .ftr-center .col-md-6{
		padding: 0 6px;
	}
	footer .ftr-center .col-md-6>a{
		min-height: 80px;
	}
	
	.index .sec03 {
		padding-bottom: 60px;
	}
	.index .sec03 .tag-panel>.row {
		margin-top: 40px;
	}
	.index .sec04 .back {
		padding: 40px;
	}
	.index .sec04 .info {
		padding: 30px 40px;
	}
	.index .sec04 .btn {
		margin-top: 25px;
		margin-left: 40px;
	}
	.index .sec05{
		padding: 120px 0;
	}
	.index .sec05 .h4{
		font-size: 36px;
	}
	.index .sec05 .h3{
		font-size: 52px;
		margin: 30px 0;
	}
	.index .sec05 .btn{
		font-size: 20px;
		padding: 10px 30px;
	}
	/*.index .sec05 .tag-content {
		margin-top: 40px;
	}*/
	.index .sec06 .pagination-block {
		padding: 25px 0;
	}
	.index .sec07 {
		padding-bottom: 50px;
	}
	.index .sec07 .img {
		opacity: 0;
	}
	.index .sec07 .info p,
	.index .sec07 .info a {
		color: #999;
	}
	.index .sec07 .back:hover .img {
		opacity: 1;
	}
	.index .sec07 .back:hover .info {
		padding: 0 15px 50px;
	}
	.index .sec07 .back:hover .info .h3 {
		top: 100%;
		-webkit-transform: translate(0 , -100%);
		-moz-transform: translate(0 , -100%);
		-o-transform: translate(0 , -100%);
		transform: translate(0 , -100%);
	}
	.index .sec07 .back:hover .info p,
	.index .sec07 .back:hover .info a {
		color: #fff;
	}
	
	.about .sec01 .img{
		float: left;
		margin-right: 20px;
	}
	.about .sec01 .info p {
		/*margin-bottom: 25px;*/
	}
	.about .sec02 {
		padding-bottom: 90px;
	}
	.about .sec04 {
		padding-bottom: 50px;
	}

	.product-list .back{
		margin-bottom: 50px;
	}
	
	.product>.container {
		padding: 50px 15px;
	}
	.product .product-con:not(.active) li a {
		position: relative;
	}
	.product .product-con:not(.active) .h5 {
		position: absolute;
		left: 0;
		top: 20px;
		padding: 15px;
		line-height: 24px;
		color: #fff;
	}
	.product .product-con:not(.active) li:hover .h5 {
		display: block;
	}
	
	.product-case .sec02 .tab-list{
		margin-top: 50px;
	}
	.product-case .sec02 .tab-list>li{
		margin-right: 30px;
	}
	.product-case .sec02 .tab-list>li>a{
		font-size: 18px;
		padding: 10px 20px;
	}
	
	.new>.container {
		padding: 50px 15px;
	}
	
	.blog>.container {
		padding: 50px 15px;
	}
	.blog  .blog-list .pull-left {
	    padding-right: 30px;
	}
	
	.faq .sec02 {
		padding: 50px 0;
	}
	
	.contact .sec01 {
		padding-top: 50px;
	}
	.contact .sec02 {
		padding-bottom: 50px;
	}
	.faq .sec02 .form-group,
	.contact .sec02 .form-group {
		margin-bottom: 50px;
	}
	.faq .sec02 .form-group input[type="text"],
	.faq .sec02 .btn-contact button,
	.contact .sec02 .form-group input[type="text"],
	.contact .sec02 .btn-contact button {
		height: 50px;
	}
	.faq .sec02 form .form-group textarea,
	.contact .sec02 form .form-group textarea{
		height: 250px;
	}
	
	.quality .sec .back {
		margin-top: 40px;
	}
	.quality .sec .back>div {
		width: 20%;
		margin-bottom: 40px;
	}
	.quality .sec .back>div:nth-of-type(n+6) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+11) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+16) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+21) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+26) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+31) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+36) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+41) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+46) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+6) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+11) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+16) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+21) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+26) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+31) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+36) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+41) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+46) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(5n) .info::after {
		top: 100%;
		right: 50%;
		width: 1px;
		height: 50px;
	}
	.quality .sec03 {
		padding-bottom: 50px;
	}
	.quality .sec03 dl dd {
		margin-bottom: 25px;
	}
}

@media (min-width: 1440px) {
	/**/
	.product-list .container{
		width: 1440px;
	}
	.product-list .product-menu{
		width: 16.6666667%;
	}
	.product-list .product-main{
		width: 83.3333333%;
	}
	.product-list .back .info{
		max-height: 312px;
	}
	.product-list .row.on .product-menu{
		max-width: 274px;
	}
	.product-list .row.on .product-main{
		margin-left: 16.6666667%;
	}
}

@media (min-width: 1640px) {
	/**/
	header .container,
	.product-list .container,
	.index .sec .container {
		width: 1600px;
	}
	header .navbar-header p {
		width: 410px;
		display: block;
	}
	header .navbar-header {
		width: 510px;
	}

	.product-list .back{
		margin-bottom: 70px;
	}
	.product-list .back .info{
		max-height: 360px;
	}
}

@media (max-width: 767px) {
	/**/
	.title {
		font-size: 20px;
	}
	
	.video-popup .modalnav {
		right: -15px;
	}
	
	.product .pro-list {
		display: none;
	}
	
	footer{
		margin-bottom: 59px;
	}
	footer>.container {
	    display: none;
  	}
	
	header .header-link,
	header .navbar-right{
		display: none !important;
	}
	header{
		height: 50px;
		background: #fff;
	}
	header.on{
		position: fixed;
		z-index: 1000;
	}
	header.on .navbar-toggle{
		background-image: url(../images/cont-btn-1.png);
	}
	header .navbar-collapse{
		width: 100%;
		height: 100% !important;
		background: #fff;
		padding-top: 20px;
		border-top: 2px solid #fd7b03;
		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;
		overflow-y: auto;
	}
	header.on :root{
		overflow: hidden;
	}
	header #menu{
		margin: 0;
		display: block;
	}
	header #menu a{
		text-align: left;
	}
	header #menu .dropdown>a{
		background: url(../images/faqs_03.png) no-repeat 95% 18px !important;
	}
	header #menu>li>a{
		padding: 12px;
		padding-left: 50px;
	}
	header #menu>li:hover>a{
		color: #fff !important;
		background-color: #fd7b03 !important;
		text-decoration: underline;
	}
	header #menu>li.active>a{
		color: #fd7b03 !important;
		background-color: #fff !important;
		text-decoration: underline;
	}
	header #menu .dropdown-menu{
		background-color: #fefefe !important;
	}
	header #menu .dropdown-menu>li>a {
		color: #fd7b03 !important;
		border: none;
		padding: 8px !important;
		padding-left: 50px !important;
		margin: 0 30px !important;
		text-align: left;
	}
	header #menu .dropdown-menu>li:hover>a {
		color: #fff !important;
		background-color: #fd7b03 !important;
	}
	
	footer .to-top {
		width: 40px;
		height: 40px;
		display: block !important;
		padding: 0;
		margin: 0;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		opacity: 1 !important;
	}
	
	.index .sec02 {
		padding: 15px 0;
	}
	.index .sec03 {
		padding-bottom: 15px;
	}
	.index .sec03 .tag-panel>.row {
		margin-top: 15px;
	}
	.index .sec03 .info {
		margin-top: 10px;
	}
	.index .sec03 .info .row>div {
		margin-top: 5px;
	}
	.index .sec03 .info .btn {
		margin-top: 10px;
	}
	.index .sec04 {
		padding: 15px 0;
	}
	.index .sec04 .btn {
		margin-top: 15px;
	}
	.index .sec05 .h3{
		font-size: 24px;
	}
	.index .sec07 {
		padding-bottom: 15px;
	}
	
	.about .sec02 {
		padding-bottom: 15px;
	}
	
	.product>.container {
		padding-bottom: 15px;
	}
	.product .product-con {
		margin-left: -8px;
		margin-right: -8px;
	}
	.product .product-con li {
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 15px;
	}
	
	.product-case .sec02{
		padding-top: 15px;
		margin-top: 30px;
	}
	
	.new .news-nav {
		padding-bottom: 15px;
	}
	
	.blog .blog-nav {
		padding-bottom: 15px;
	}
	
	.faq .sec02 {
		margin-top: 15px;
		padding-bottom: 15px;
	}
	.faq dl>dt {
		padding: 0 40px 0 10px;
	}
	.faq dl>dt>span {
		right: 5px;
		background-size: 20px 20px;
	}
	
	.contact {
		padding-bottom: 15px;
	}
	
	.quality .sec .back {
		margin-left: -8px;
		margin-right: -8px;
	}
	.quality .sec .back>div {
		margin-bottom: 15px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.quality .sec .back>div:nth-of-type(n+3) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+5) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+7) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+9) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+11) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+13) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+15) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+17) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+19) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+21) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+23) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+25) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+27) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+29) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+31) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+33) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+35) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+37) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+39) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+41) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+43) {	float: right;	}
	.quality .sec .back>div:nth-of-type(n+45) {	float: left;	}
	.quality .sec .back>div:nth-of-type(n+3) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+5) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+7) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+9) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+11) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+13) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+15) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+17) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+19) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+21) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+23) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+25) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+27) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+29) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+31) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+33) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+35) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+37) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+39) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+41) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(n+43) .info::after {	right: 100%;	}
	.quality .sec .back>div:nth-of-type(n+45) .info::after {	right: -50px;	}
	.quality .sec .back>div:nth-of-type(2n) .info::after {
		top: 100%;
		right: 50%;
		width: 1px;
		height: 50px;
	}
}

@media (max-width: 479px) {
	/**/
	.blog .blog-list .pull-left,
	.blog .blog-list .pull-left img {
		width: 100%;
		float: none !important;
	}

	.new .new-list{
		margin-top: 15px;
	}
	.new .new-list>li .h4{
		font-size: 14px;
	}
}