

/*--------------------------head-wrapper---------------------------*/

.hidden{display: none;}

.head-wrapper {
	position: fixed;
	left: 0;
	top: 23px;
	width: 100%;
	z-index: 10000;
	background: none;
}

.page-head {
	position: relative;
	height: 185px;
	background-position: center center;
	background-repeat: no-repeat;
}

.logo,
.head-contact,
.nav-wrap,
.change-language,
.head-search {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	text-align: left;
}

.head-mobile-contact{display: none}

.nav-bar {
	position: relative;
	background: rgba(214, 214, 214, 0.93) !important;
	box-shadow: #999 0px 0px 20px;
	border-radius: 8px;
	padding: 18px 0 0;
	height: 92px;
}

.logo {
	position: relative;
	margin: 0 0 0 23px;
}

.logo img {
	position: relative;
	height: 60px;
}

.head-contact {
	font-family: 'SourceSansProLight';
	font-size: 16px;
	line-height: 25px;
	margin-top: 5px;
}
.head-contact>div{display: inline-block;}

.head-top .gm-sep.head-contact{float: left;}
.head-top .head-phone{margin-right: 30px}

.nav-bar .nav-wrap {
	float: right;
	text-align: right
}

.change-language {
	margin: 0 40px;
}

.head-search {
	position: relative;
	width: 183px;
	height: 33px;
	background: #ecebec;
	border-radius: 8px;
	overflow: hidden;
}

.head-search .search-ipt {
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	padding: 0 10px;
	height: 33px;
	line-height: 33px;
	background: none;
	border: none;
}

.head-search .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 33px;
	height: 33px;
	border: none;
	background-color: inherit;
	background-position: -298px 8px;
}

.nav-bar .nav {
	position: relative;
	text-align: right;
	margin: 8px 17px 0 0;
}

.nav-bar .nav li,
.nav-bar .nav li a {
	position: relative;
	display: block;
	text-align: left;
	color: #000;
}

.nav-bar .nav>li:first-child a{ /* padding-left: 0 */}

.nav-bar .nav>li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.nav-bar .nav>li:hover>a,
.nav-bar .nav>li.nav-current>a {}

.nav-bar .nav>li>a {
/* 	height: 50px; */
	line-height: 50px;
	font-size: 16px;
	padding: 0 20px;
	z-index: 1;
}

.nav-bar .nav li li {
	display: block;
	*display: block;
	line-height: 35px;
}

.nav-bar .nav li li a {
	padding: 0 15px;
}

.nav-bar .nav ul {
	width: 225px;
	position: absolute;
	top: 50px;
	left: 0;
	background: rgba(255, 255, 255, .8);
	text-align: left;
	display: none;
	z-index: 999;
	border: 1px solid transparent;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(255, 255, 255, .5)
}

.nav-bar .nav ul ul,
.fixed-nav.nav-bar .nav ul ul {
	top: 0;
	left: 227px;
}

.nav-bar .nav ul li:hover>a {
	background: #FFF;
	color: #328fff;
}

.nav-bar .nav li .nav-ico {
	position: absolute;
	top: 0;
	line-height: 50px;
	right: 0;
	font-size: 12px;
	z-index: 10
}

.nav-bar .nav li .nav-ico:after {
	content: '\f0d7';
}

.nav-bar .nav li li .nav-ico {
	right: 10px;
	line-height: 35px;
}

.nav-bar .nav li li .nav-ico:after {
	content: '\f0da';
}


/*--------------------------footer---------------------------*/

.foot-wrapper {
	position: relative;
	width: 100%;
	background: #e6e6e8 url(../image/icons04.png) repeat-x left top;
	margin: 50px 0 0;
}

.foot-items {}

.foot-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.foot-item.foot-item-inquiry {
	width: 450px;
}

.foot-item.foot-item-product-list {
	width: 370px;
}

.foot-item.foot-item-contact {
	width: 380px;
}

.foot-item .foot-cont {
	position: relative;
	padding: 0 100px 0 14px;
	margin: 20px 0;
	min-height: 195px;
}

.foot-item .foot-tit {
	position: relative;
	font-family: 'AcromMedium';
	font-size: 18px;
	line-height: 58px;
	color: #328fff;
	padding: 0 0 0 14px;
}

.foot-item .foot-tit:before,
.foot-item .foot-cont:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 70%;
	top: 15%;
	left: 0;
	background: url(../image/icons05.png) repeat top left;
}

.foot-item .foot-cont:before {
	height: 100%;
	top: 0;
}

.subscribe {
	position: relative;
}

.subscribe p {
	line-height: 22px;
	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;
}

.subscribe .subscribe-form {
	position: relative;
	margin: 20px 0 0;
}

.subscribe .subscribe-form .subscribe-ipt {
	width: 185px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	background: #FFF;
	border: none;
}

.subscribe .subscribe-form .subscribe-btn {
	height: 32px;
	line-height: 32px;
	padding: 0 18px;
	background: #328fff;
	border: none;
	color: #FFF;
	border-radius: 5px;
}

.foot-item-product-list li {
	position: relative;
	line-height: 30px;
	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
}

.foot-item-product-list li:before {
	content: "\f105";
	margin: 0 5px 0 0;
	font-size: 10px;
}

.foot-item.foot-item-contact ul li {
	position: relative;
	line-height: 25px;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
}

.foot-item.foot-item-contact ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	line-height: 25px;
	margin: 0 8px 0 0;
}

.foot-item.foot-item-contact ul li.foot-addr:before {
	content: "\f041"
}

.foot-item.foot-item-contact ul li.foot-phone:before {
	content: "\f10b";
	font-size: 20px;
	left: -3px;
}

.foot-item.foot-item-contact ul li.foot-email:before {
	content: "\f003"
}

.foot-item.foot-item-contact ul li.foot-fax:before {
	content: "\f1ac"
}

.foot-item.foot-item-contact ul li.foot-skype:before {
	content: "\f17e"
}

.footer {
	position: relative;
	line-height: 50px;
	background: #1e1e20;
}

.footer,
.footer a {
	color: #FFF;
}

.copyright {
	float: left;
}

.foot-social {
	position: relative;
	float: right;
}

.foot-social li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 10px;
}

.foot-social li img {
	max-height: 30px;
}


/*--------------------------index---------------------------*/

.index-layout {
	position: relative;
	width: 100%;
}

.page-end {
	position: absolute;
	width: 216px;
	height: 26px;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -108px;
	background: url(../image/btn-opener.png) no-repeat center center;
	z-index: 999;
}

.company-synopses-wrap {
	position: relative;
	width: 100%;
	padding: 60px 0;
}

.company-synopses {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.synopsis-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	width: 25%;
	text-align: center;
}

.synopsis-item .item-wrap {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	padding: 0 10px;
	text-align: center;
	z-index: 1;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}

.synopsis-item .item-img {
	position: relative;
	/*display: inline-block;*/
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	background-color: #bec1c5;
	width: 66px;
	height: 66px;
	/*line-height: 66px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	/*text-align: center;*/
	margin: auto;
	border-radius: 50%;
	border: 3px solid #bcbdbf;
	background-color: #97999b;
}

.synopsis-item .item-img img {
	max-width: 66px;
	max-height: 66px;
}

.synopsis-item .item-img i{font-size: 30px; color: #fff}

.synopsis-item:hover .item-img,
.synopsis-item.current .item-img {
	background-color: #328fff;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.synopsis-item .item-info {
	position: relative;
}

.synopsis-item .item-info .item-title {
	font-family: 'AcromBold';
	font-size: 18px;
	padding: 20px 0;
}

.synopsis-item .item-info .item-title,
.synopsis-item .item-info .item-title a {
	color: #000;
}

.synopsis-item .item-info .item-detail {
	font-size: 14px;
	color: #777777;
	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;
}

.synopsis-item .item-more {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	background-color: #373d43;
	line-height: 37px;
	padding: 0 16px;
	font-size: 16px;
	color: #FFF
}

.synopsis-item .item-info .item-title,
.synopsis-item .item-info .item-title a {
	overflow : hidden; white-space: nowrap; text-overflow: ellipsis;
}

.about-us-wrap {
	position: relative;
	width: 100%;
	padding: 100px 0;
}

.about-us {
	position: relative;
	width: 100%;
}

.about-us .about-img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 455px;
}

.about-us .about-img .item {}

.about-us .about-img .item img {
	position: relative;
	width: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .5)
}

.about-us .about-detail {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 700px;
	float: right;
}

.about-us .about-detail .title {
	position: relative;
	font-family: 'AcromBold';
	font-size: 40px;
	color: #706f73;
}

.about-us .about-detail .text {
	position: relative;
	font-size: 16px;
	color: #706f73;
	line-height: 25px;
	padding: 15px 0 30px;
	padding-bottom: 0;
	margin-bottom: 30px;
	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;
}

.about-us .about-detail .read-more {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-family: 'SourceSansProBold';
	font-size: 16px;
	padding: 0 30px;
	height: 35px;
	line-height: 35px;
	background: #328fff;
	border-radius: 6px;
	border: 1px solid #328fff;
	color: #FFF;
}

.about-us .about-detail .read-more:hover {
	color: #328fff;
	background: none;
	border-radius: 16px;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 5px;
	text-align: center;
	z-index: 99;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
}

.flex-control-paging li a.flex-active {
	background: #275275
}

.main-product-wrap {
	position: relative;
	width: 100%;
	background: #e7e7e7;
}

.product-wrap {
	position: relative;
	width: 110%;
	padding: 25px 0 0;
}

.main-product-title {
	position: relative;
	line-height: 47px;
	text-align: center;
	background: url(../image/bg-solution-title.png) repeat left top;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .3);
	z-index: 999;
}

.main-product-title .title {
	font-family: 'AcromBold';
	font-size: 22px;
}

.main-product-title .title,
.main-product-title .title a {
	color: #FFF;
}

.product-slides-wrap {
	position: relative;
	width: 100%;
	padding: 60px 0 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.product-slides-cont {
	position: relative;
	width: 1230px;
}

.product-slides {
	position: relative;
	width: 100%;
	padding: 0 0 40px;
}

.product-slides .owl-dots .owl-dot {
	width: 42px;
	height: 2px;
}

.product-slides .owl-nav {
	display: inline;
	position: absolute;
	top: 180px;
	left: -310px;
	z-index: 0;
}

.product-slides .owl-prev,
.product-slides .owl-next {
	position: relative;
	overflow: hidden;
	z-index: 999;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	background-repeat: no-repeat;
	margin: 0;
	color: #FFF;
	background: #328fff;
	height: 35px;
	line-height: 35px;
	font-size: 34px;
}

.product-slides .owl-prev:before {
	content: "\f104";
}

.product-slides .owl-next:before {
	content: "\f105";
}

.product-item {
	position: relative;
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 219px;
	padding: 13px;
	margin: 0 18px 18px 0;
	overflow: hidden;
}

.product-item .item-wrap {
	position: relative;
	border: 1px solid #d5d5d5;
}

.product-item .pd-img {
	position: relative;
	overflow: hidden;
}

.product-item .pd-img img {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.product-item:hover .pd-img img {}

.product-item .pd-info {
	padding: 10px;
	background: #97999b
}

.product-item:hover .pd-info {
	background: #328fff;
}

.product-item .pd-info .pd-name {
	font-family: 'Acrom';
	font-size: 12px;
	line-height: 20px;
}

.product-item .pd-info,
.product-item .pd-info a {
	color: #FFF
}

.product-list2 .product-item .pd-info,.goods-may-like .product-item .pd-info,.product-slides .product-item .pd-info{height:40px; line-height: 15px; box-sizing: content-box !important;}

.product-item .pd-info a {
	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
	
.product-wrap .product-item {
	width: 180px;
	margin: 0 24px 24px 0;
	padding:0;
}

.product-wrap .product-item .item-wrap {}

.product-wrap .product-item .pd-info {
	position: absolute;
	left: 0;
	bottom: -181px;
	width: 100%;
	height: 180px;
	background: rgba(50, 143, 255, .9);
	padding: 0;
}

.product-wrap .product-item:hover .pd-info {
	bottom: 0;
}

.product-wrap .product-item .pd-info .pd-name {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 180px;
	padding: 0 20px;
	font-size: 14px;
}

.product-slides .product-item {
	width: 216px;
	margin: 0 30px 0 0
}

.product-slides .product-item .pd-info {}


/*----------------------------------page---------------------------------*/

.path-bar {
	position: relative;
	width: 100%;
	line-height: 35px;
	background: #d0d0d2;
	margin: 0 0 50px;
}

.path-bar li:after {
	content: "/";
	position: absolute;
	display: block;
	overflow: hidden;
	right: 0;
	top: 0
}

.path-bar .path-nav {}

.path-bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 16px;
}

.path-bar li a {
	display: block;
	padding: 0 10px 0 5px;
	color: #000;
}

.path-bar li:hover a,
.path-bar li.current a {
	color: #fff;
}

.path-bar li:last-child:after {
	content: '';
}


/*----------------------------------aside---------------------------------*/

.aside {
	float: left;
	width: 235px;
}

.side-tit-bar {
	position: relative;
}

.side-tit-bar .side-tit {
	position: relative;
	font-size: 18px;
	line-height: 45px;
	font-family: 'AcromMedium';
	border-bottom: 1px solid #c0c0c0;
}

.side-tit-bar .side-tit:after {
	content: "";
	position: absolute;
	width: 63px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #1e263c;
}

.side-widget {
	position: relative;
}

.side-widget .side-hide {
	padding: 15px 0;
}

.side-cate ul li {
	position: relative;
	line-height: 30px;
}

.side-cate ul li li {
	margin: 0 18px;
}

.side-cate ul li a {
	position: relative;
	display: block;
	padding: 0 13px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-cate ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin: -1px 0 0;
	width: 3px;
	height: 3px;
	background: #12adeb;
}

.side-cate ul li li a {
	border-bottom: 1px solid #e8e9eb;
	padding: 0 15px;
}

.side-cate ul li li a:before {
	display: none;
}

.side-cate-menu li .side-ico {
	position: absolute;
	right: 0;
	top: 0;
	color: #12adeb;
	font-size: 12px;
}

.side-cate-menu li .side-ico:before {
	content: '\f067';
}

.side-cate-menu li.active .side-ico:before {
	content: '\f068';
}

.products-scroll-list-wrap {
	position: relative;
}

.products-scroll-list {
	position: relative;
	padding: 15px 0 0;
}

.products-scroll-list li {
	padding: 0 0 25px;
	display: block;
	overflow: hidden;
}

.products-scroll-list li .pd-name a{
	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.products-scroll-list li img {
	width: 60px;
	border: 1px solid #eeeeee;
	float: left;
	margin: 0 12px 0 0;
	border-radius: 2px;
}

.products-scroll-btn-prev,
.products-scroll-btn-next {
	position: relative;
	width: 100%;
	height: 19px;
	display: block;
	z-index: 999
}

.products-scroll-btn-prev {
	background: url(../image/icons-prev.png) no-repeat center center;
	margin: 10px 0 0;
}

.products-scroll-btn-next {
	background: url(../image/icons-next.png) no-repeat center center;
	margin: -10px 0 20px;
}

.side-bn {
	max-width: 100%;
	margin: 0 0 25px 0;
}

.side-bn img {
	max-width: 100%
}

.main {
	position: relative;
	width: 930px;
	display: block;
	float: right;
}

.main-tit-bar {
	overflow: hidden;
	border-bottom: 1px solid #c0c0c0;
	line-height: 45px;
	margin: 0 0 15px;
}

.main-tit-bar .title {
	position: relative;
	font-size: 22px;
}

.main-tit-bar time{float: right;}

.main-tit-bar .share-this {
	display: inline;
	float: right;
	margin: 0 10px 0 0;
}

.main-banner {
	position: relative;
	display: block;
	margin: 0 0 10px;
}

.main-banner img {
	position: relative;
	width: 930px;
    height: 285px;
}

.product-list {
	margin: 40px 0 0;
}

.product-list,
.certificate-list,
.video-list,
.download-list,
.faq-list {
	position: relative;
}

.product-list ul,
.certificate-list ul,
.video-list ul {
	position: relative;
	width: 110%;
}

.download-list ul {}

.download-list ul li {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 30px;
	padding: 30px 0 10px;
	border-bottom: 1px solid #E9E9E9;
}

.download-list ul li .download-cont {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	float: left;
}

.download-list ul li .download-cont .download-pic {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

.download-list ul li .download-cont .download-pic img {
	max-width: 25px;
	max-height: 25px;
}

.download-list ul li .download-cont .download-detail {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	margin: 0 15px;
	font-size: 18px;
	font-family: 'SourceSansProSemibold';
}

.download-list ul li .download-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-left-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-top-color: #C9C9C9;
	border-bottom-color: #A5A5A5;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F1F1F1', endColorStr='#DADADA', gradientType='0');
	background: -moz-linear-gradient(top, #F1F1F1, #DADADA);
	background: -o-linear-gradient(top, #F1F1F1, #DADADA);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#DADADA));
}

.download-list ul li .download-button a {
	position: relative;
	display: block;
	padding: 0 12px 0 40px;
	color: #0A0A0A;
	background-image: url(../image/icons08.png);
	background-repeat: no-repeat;
	background-position: 15px 8px;
}

.faq-list ul {}

.faq-list ul li {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 24px;
	border-bottom: 1px solid #E9E9E9;
	color: #3D3D3D;
}

.faq-list ul li .faq-title {
	position: relative;
	padding: 20px 0 16px 42px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
}

.faq-list ul li .faq-title b {
	position: absolute;
	left: 1px;
	top: 20px;
	width: 24px;
	height: 24px;
	display: block;
	overflow: hidden;
}

.faq-list ul li .faq-title b.faq-down {
	background: url(../image/icons10.png) no-repeat center center;
}

.faq-list ul li .faq-title b.faq-up {
	background: url(../image/icons09.png) no-repeat center center;
}

.faq-list ul li .faq-title h2 {
	font-weight: normal;
	font-size: 18px;
	font-family: 'SourceSansProSemibold';
}

.faq-list ul li .faq-cont {
	position: relative;
	padding: 0 0 30px 42px;
	font-size: 14px;
}

.page-bar {
	position: relative;
	display: block;
	margin: 20px 0;
	text-align: right;
}

.page-bar .pages {
	display: inline-block;
}

.pages a,
.pages span {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	border: 1px solid #cfcfcf;
	height: 23px;
	line-height: 23px;
	padding: 0 9px;
	margin: 0 4px;
	vertical-align: middle;
}

.pages span,
.pages span a {
	text-transform: uppercase;
}

.pages span {
	margin: 0 10px;
}

.page-count {}

.pages .page-prev {
	margin: 0 10px 0 10px;
}

.pages .page-next {
	margin: 0 0 0 15px;
}

.pages a.current,
.pages a:hover {
	background: #328fff;
	color: #FFF;
}

.pages a:hover {
	text-decoration: none;
}

.blog-list {
	background: #fff;
	padding: 0 0 80px;
	margin: 0 auto 15px;
}


 .blog_list {
	position: relative;
	width: 100%;
}

.blog-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}

.blog-item.tags-item {
	padding-top: 0;
}

.blog-item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.blog-item:after {
	content: '';
	width: 50%;
	opacity: 0;
	height: 2px;
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.blog-item:hover:after {
	opacity: 1;
}

.blog-item .item-wrap {}

.blog-item .item-img {
	position: relative;
	display: block;
	max-width: 262px;
	margin: 0 30px 0 0;
	float: left;
	max-height: 135px;
	overflow: hidden;
}

.blog-item.tags-item .item-img {
	border: 1px solid #efefef
}

.blog-item .item-img img {
	position: relative;
	width: 100%;
}

.blog-item .item-info {}

.blog-item .item-info .item-title {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.1;
	padding-bottom: 5px;
}

.blog-item.tags-item .item-title {
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 1.3;
}

.blog-item.tags-item.tags-news .item-info .item-title {
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 1.3;
}

.blog-item .item-info time {
	display: block;
	font-style: italic;
	margin: 8px 0;
	color: #666;
}

.blog-item .item-info .item-detail {
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #666;
}

.blog-item.tags-item .item-info .item-detail {
	-webkit-line-clamp: 3;
}

.blog-item.news-list-item .item-info .item-detail {
	-webkit-line-clamp: 2;
}

.blog-item.tags-item.tags-news .item-info .item-detail {
	-webkit-line-clamp: 2;
}

.blog-item.tags-item .tags a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #333;
	margin: 10px 30px 0 0
}

.blog-item .item-info .item-more {
	float: right;
	color: #fff;
	display: inline-block;
	border: 1px solid #444;
	background-color: #444;
	padding: 4px 15px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	margin-top: 10px;
}

.blog-item .item-info .item-more:hover {
	background-color: #09b9d1;
	border-color: #09b9d1;
	color: #fff;
}

.blog-item:hover:after {
	width: 100%;
}

.blog-item:hover .item-info .item-more:hover {
	color: #fff;
}

.blog-item.tags-item:before,
.blog-item.tags-item:after {
	display: none
}

.blog-list .blog-item {
	padding: 20px 0;
	position: relative;
	margin: 0 auto 3px;
}

.blog-list .blog-item .blog-img {
	float: left;
	width: 200px;
	height: auto;
	margin: 0 20px 8px 0;
}

.blog-list .blog-item .blog-tit {
	font-size: 16px;
}

.blog-list .blog-item .blog-meta {
	display: block;
	color: #aaa;
}

.blog-list .blog-item .blog-meta span {
	display: inline;
	padding: 0 15px 0 0;
}

.blog-list .blog-item .blog-summary {
	padding: 8px 0;
	color: #999;
}

.blog-list .blog-item .readmore {
	display: block;
	text-align: right;
	font-size: 14px;
}

.blog-list .blog-item .readmore:hover a {
	color: #1F5792;
}

.blog-list .blog-item .readmore i {
	font-size: 14px;
}

.blog-list .blog-item:hover {
	background: #fafafa;
}

.blog-list .blog-item:hover img {
	opacity: 0.8;
}

.blog-list .blog-item:before {
	content: "";
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-top: 1px double #328fff;
	border-bottom: 1px double #328fff;
	;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
}


/* product photos */

.product-intro {
	position: relative;
	display: block;
}

.product-title {
	font-size: 24px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	font-family: 'SourceSansProSemibold';
	font-weight: normal;
	line-height: 28px;
	color: #1a1926;
}

.cloud-zoom-lens {
	border: 1px solid #eee;
	cursor: move;
}

.cloud-zoom-title {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

.cloud-zoom-big {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 0px;
}

.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

.product-view {
	position: relative;
	width: 372px;
	float: left;
}

.product-view .product-image {
	border: 1px solid #eee;
}

.product-view .product-image img {
	position: relative;
	width: 100%;
}

.product-view .image-additional {
	position: relative;
	width: 100%;
	margin: 20px 0;
}

.product-view .image-additional ul {
	position: relative;
	width: 100%;
}

.product-view .image-additional li {
	position: relative;
	width: 100%;
	margin: 0 23px 0 0;
}

.product-view .image-additional li.single {
	display: none;
}

.product-view .image-additional li img {
	position: relative;
	width: 100%;
	border: 1px solid #eee;
}

.product-view .image-additional li a {
	position: relative;
	display: block;
	padding: 0 10px;
}

.product-view .image-additional li.current img {
	border-color: #328fff;
}

.product-view .image-additional img.popup {
	display: none;
}

.image-additional .owl-nav {
	display: inline;
	position: absolute;
	top: 50%;
	margin: -8px 0 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.image-additional .owl-prev,
.image-additional .owl-next {
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 999;
	float: left;
	display: block;
	background-repeat: no-repeat;
}

.image-additional .owl-prev {
	left: -5px;
}

.image-additional .owl-next {
	right: -5px;
}

.image-additional .owl-prev:before {
	content: "\f053";
}

.image-additional .owl-next:before {
	content: "\f054";
}


/* product summary */

.product-summary {
	position: relative;
	width: 485px;
	float: right;
}

.product-summary .product-meta {
	line-height: 25px;
}

.product-summary .product-meta h3 {
	font-family: 'SourceSansProSemibold';
	margin: 0 0 10px;
	font-size: 16px;
}

.product-btn-wrap {
	position: relative;
	margin: 20px 0 0;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
	background: #7f7f7f;
	border: 1px solid #7f7f7f;
	color: #FFF;
	margin: 0 20px 0 0;
}

.product-btn-wrap .email:before {
	content: "\f0e0";
	padding: 0 3px 0 0;
}

.product-btn-wrap .pdf:before {
	content: "\f1c1";
	padding: 0 3px 0 0;
}

.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover {
	background: none;
	color: #7f7f7f;
}

.product-summary .share-this {
	float: left;
	margin: 30px 0 0;
}

.product-detail {
	position: relative;
	overflow: visible;
	margin: 50px 0 0;
}

.detail-tabs {
	position: relative;
}

.detail-tabs:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #d5d5d5;
}

.detail-tabs .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	padding: 0 25px;
	line-height: 30px;
	cursor: pointer;
	overflow: hidden;
	font-size: 16px;
	margin: 0 3px 0 0;
	background: #eeeeee;
	color: #7f7f7f;
}

.detail-tabs .title.current {
	font-family: 'SourceSansProSemibold';
	color: #FFF;
	background: #328fff
}

.product-detail .detail-panel {
	padding: 20px 0;
	display: block;
	overflow: hidden
}

.product-detail .disabled {
	display: none;
}

.goods-tbar {}

.goods-tbar .title {
	position: relative;
	font-size: 18px;
	line-height: 45px;
	font-family: 'AcromMedium';
	border-bottom: 1px solid #c0c0c0;
}

.goods-tbar .title:after {
	content: "";
	position: absolute;
	width: 63px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #1e263c;
}

.goods-may-like {
	position: relative;
	margin: 40px 0 0;
}

.goods-items-wrap {
	position: relative;
	width: 100%;
}

.goods-items {
	position: relative;
	width: 948px;
	margin: 20px 0 0;
}

.goods-items .owl-nav {
	display: inline;
	position: absolute;
	top: -53px;
	right: 18px
}

.goods-items .owl-prev,
.goods-items .owl-next {
	position: relative;
	top: 0;
	overflow: hidden;
	z-index: 999;
	float: left;
	display: block;
	background: none;
	font-size: 20px;
}

.goods-items .owl-prev:before {
	content: "\f104";
}

.goods-items .owl-next:before {
	content: "\f105";
}

.goods-may-like .product-item{width: auto;}

.side-tags .side-tags-list a{
	display: inline-block;
    padding: 5px 10px;
    margin: 15px 5px 0 0;
    background:#ABADAE;
    color: #fff
}

.side-tags .side-tags-list a:hover{
	background-color: #358FFF;
}

.product-item {
	width: 25%;
	float: left;
	padding: 13px;
}

.product-item .item-wrap {
	border: 1px solid #d5d5d5;
}

.product-item .item-img {
	display: block;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #EDEDED;
}

.product-item.certificate-item .item-img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 220px;
}

.product-item.indexproduct .item-img {
	border: 1px solid #EDEDED;
}

.product-item .item-img img {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.product-item.certificate-item .item-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.product-item.video-list .item-img img {
	/* visibility: hidden; */
}

.product-item.video-list .item-img embed,
.video-list .item-img iframe,
.video-list .item-img object {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.product-item.video-list .item-info .item-title {
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 44px;
	line-height: 22px;
}

.product-item.certificate-item .item-img:hover img {
	transform: scale(1.1);
}

.product-item.certificate-item .item-info .item-title {
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 44px;
	line-height: 22px;
}

.product-item .item-img:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease
}

.product-item .item-img img {
	display: block;
	width: 100%;
	height: auto
}

.product-item .item-info {
	padding: 15px 12%;
	margin: 0 auto;
	text-align: center
}

.product-item .item-title {
	font-weight: 400;
	font-size: 14px
}

.product-item .item-title a {
	display: block;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.product-item .gd-btn-box {
	padding-top: 15px;
}

.product-items .items-content {
	margin-left: -15px;
	margin-right: -15px;
}

.product-items .product-item .item-wrap {
	padding: 0;
	border: 0;
}

.product-items .product-item .gd-btn {
	font-size: 16px;
}

.product-items .owl-loaded .product-item {
	display: block;
}

.product-items .owl-carousel .owl-controls .owl-nav {
	position: static;
	text-align: right;
	padding-top: 0;
}

.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next {
	width: auto;
	padding: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #333;
	border-radius: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.product-items .owl-carousel .owl-controls .owl-next {
	margin-left: 8px;
}

.product-items .owl-carousel .owl-controls .owl-prev:before,
.product-items .owl-carousel .owl-controls .owl-next:before {
	line-height: 20px;
}

.product-items .owl-carousel .owl-controls .owl-prev:before {
	content: '\f0d9';
}

.product-items .owl-carousel .owl-controls .owl-next:before {
	content: '\f0da';
}

.product-items .owl-carousel .owl-controls .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-next:hover {
	background: #09b9d1;
	color: #fff;
}

.showcase-list {
	column-count: 3;
}

.showcase-list .product-item {
	float: none;
	width: 100%;
	break-inside: avoid;
	box-sizing: border-box;
}

.showcase-list .product-item img{width: 100%}

.showcase-list .product-item .item-info .item-title {
	margin-top:10px;
	text-align: center;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 44px;
	line-height: 22px;
}

.items_list ul {
	margin-left: -13px;
	margin-right: -13px;
}

.items_list .product-item {
	width: 33.333333%;
}

.items_list .product-item:nth-child(n) {
	clear: none;
}

.items_list .product-item:nth-child(3n+1) {
	clear: left;
}

.items_list .product-item.video-list:nth-child(3n+1) {
	clear: none;
}

.items_list ul {}

.items_list .product-item .item-wrap {}

.items_list.certificate_list .product-item{box-sizing: border-box; margin:0}
.items_list.case_list .product-item{margin: 0; padding: 13px}

.showcase-list {
	column-count: 3;
}

.showcase-list .product-item {
	float: none;
	width: 100%;
	break-inside: avoid;
	padding-left: 5px;
	padding-right: 5px
}

.showcase-list .product-item .item-info .item-title {
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 44px;
	line-height: 22px;
}

.product-intro {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}

.items_list .product-item.video-list:nth-child(3n+1){clear:none;}
.items_list .product-item.video-list{margin: 0}
.product-item.video-list{width:50% !important; box-sizing: border-box;}

.contact-way {
	display: flex;
}

.blog-article dl {
	margin-right: 120px
}

.blog-article dl:last-child {
	margin-right: 0
}

.blog-article dt {
	font-size: 15px;
	padding-bottom: 5px
}

.blog-article dd {
	font-size: 13px;
	padding: 2px 0;
	background: url(../image/contact-icon1.png) no-repeat left 2px;
	padding-left: 20px
}

.blog-article dl.email dd {
	background-image: url(../image/contact-icon1.png);
	white-space: nowrap;
}

.blog-article dl.phone dd {
	background-image: url(../image/contact-icon2.png);
	white-space: nowrap;
}

.blog-article dl.address dd {
	background-image: url(../image/contact-icon3.png);
}

.main-tit-bar.tags-title .title{border-bottom: 1px solid #ccc;}

.main-tit-bar.tags-title .tags-desc{line-height: 1.5; margin-top: 10px;}

.main-tit-bar.tags-title .title span{font-size: 14px; font-weight: normal; margin-left: 5px;}

.tags-related a {
	float: left;
	width: 33.333%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.about-images{display: flex; justify-content: space-between; padding:10px 0; align-items: center;}
.about-images img{width:32%;}

.contact-entry{display: flex; justify-content: space-between;}
.contact-entry .contact-entry-left{flex-grow: 1}
.contact-entry .inquiry-form-wrap.contact-entry-left{margin-top:0;}
.contact-entry .contact-entry-right{width:300px; margin-left: 40px}
.contact-entry .contact-entry-right dt{margin-top:20px; color: #000; font-size: 18px}
.contact-entry .contact-entry-right dl dd{background-image: none; padding-left: 0}

.mobile-head-home{display: none}

@media only screen and (max-width:950px) {
	.product-item {
		padding: 20px 10px;
	}
	.owl-carousel .owl-controls .owl-dots {
		padding-top: 20px;
		position: static;
	}
	.product-items .items-content {
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-items .owl-carousel .owl-controls .owl-dots .active {
		background-color: #09b9d1;
	}
}

@media screen and (max-width: 769px) {
	/* layout */
	body,
	.container {
		width: 100%;
		min-width: inherit;
	}
	.layout,
	.header,
	.nav-bar .nav-wrap,
	.banner-list,
	.bottom-service,
	.social-layout,
	.foot-wrapper .foot-img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.head-wrapper,
	.foot-wrapper,
	.nav-bar {
		max-width: 100%;
		min-width: inherit;
	}
	.z10000 {
		position: relative;
		z-index: 100000;
	}
	.mobile-body-mask {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		position: absolute;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
	}
	.mobile-ico-close {
		width: 30px;
		height: 30px;
		background: #fff url(../image/mobile_close.png) center center no-repeat;
		background-size: 50% auto;
		position: absolute;
		right: -35px;
		top: 0;
	}
	img {
		max-width: 100%;
	}
	.main-banner img {
		position: relative;
		width: 100%;
	    height: auto;
	}
	a:visited {
		color: #333;
	}
	.owl-carousel {
		padding: 0 0 30px;
	}
	/* box sizing */
	* {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.owl-carousel {
		padding: 0 0 30px;
	}
	.sub-content {
		position: relative;
		display: block;
		right: auto;
		border-radius: 0;
		border: none;
		box-shadow: none;
		z-index: 99999;
	}
	.scrollsidebar,
	.bottomsidebar {
		display: none;
	}
	.gotop {
		display: none;
		visibility: hidden;
	}

	.nav>li>ul>li:before{
		content: "";
	    width: 3px;
	    height: 3px;
	    background: #999;
	    border-radius: 50%;
	    position: absolute;
	    left: 0;
	    top: 11px;
	}

	/* ===================================================



 * header 



 * --------------------------------------------------- */
	.mobile-head-items {
		position: fixed;
		top: 0;
		left: 0;
		background: #161622;
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-align: left
	}
	.mobile-head-item {
		float: left;
		width: 45px;
	}
	.mobile-head-item.mobile-head-aside {
		float: right
	}
	.mobile-head-item .title {
		width: 100%;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		text-align: center;
		color: #FFF;
	}
	.mobile-head-item .title a {
		position: relative;
		display: block;
		color: #FFF;
	}
	.mobile-head-item.mobile-head-home .title a:before {
		content: '\f015';
	}
	.mobile-head-item.mobile-head-nav .title:before {
		content: '\f0c9';
	}
	.mobile-head-item.mobile-head-language .title:before {
		content: "\f024";
	}
	.mobile-head-item.mobile-head-search .title:before {
		content: "\f002";
	}
	.mobile-head-item.mobile-head-social .title:before {
		content: "\f007";
	}
	.mobile-head-item.mobile-head-aside .title:before {
		content: "\f060";
	}
	.mobile-head-item .main-content-wrap {
		background: #FFF;
		top: 0;
		display: block;
		z-index: 99999;
	}
	.mobile-head-item .main-content-wrap .content-wrap {
		overflow-y: scroll;
		height: 100%;
		padding: 15px 10px;
	}
	.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
		overflow-y: hidden;
	}
	.mobile-head-item .side-content-wrap {
		position: fixed;
		display: block;
		left: -70%;
		width: 70%;
		height: 100%;
	}
	.mobile-head-item .middle-content-wrap {
		position: absolute;
		left: 0;
		width: 100%;
		height: auto;
		padding: 20px 0;
		opacity: 0;
		visibility: hidden;
	}
	.mobile-head-item .middle-show-content-wrap {
		top: 30px;
		visibility: visible;
		opacity: 1;
	}
	.nav-bar .nav,
	.nav-bar .head-contact,
	.nav-bar .change-language,
	.nav-bar .head-search {
		display: none;
	}
	.head-wrapper {
		position: relative;
		top: auto;
	}
	.head-search,
	.head-search .search-ipt {
		width: 100%;
	}
	.logo {
		display: block;
		margin: 0;
		text-align: center;
		padding: 0 0 10px;
	}
	.logo img {
		height: 60px;
		padding-top: 15px;
	}
	/*nav */
	.nav li {
		position: relative;
		display: block;
		width: 100%;
	}
	.nav li ul {
		display: block;
		width: 100%;
	}
	.nav li .subnav{
		display: none;
	}
	.nav li ul li {
		width: auto;
		padding: 0 10px;
	}
	.nav li ul img {
		display: block;
		display: none;
	}
	.nav>li.arrow:after {
		font-family: "fontawesome";
	    content: '\f105';
	    position: absolute;
	    right: 0;
	    top: 0;
	    color: #999;
	    font-size: 14px;
	}
	.nav>li.arrow.on:after{
		transform: rotate(90deg);
	}
	/* translate */
	.transall {
		display: block;
		width: 100%;
		float: none;
	}
	.head-wrapper .prisna-wp-translate-dropdown-sub-container,
	.head-wrapper .prisna-wp-translate-dropdown-body,
	.head-wrapper .prisna-wp-translate-dropdown-body:hover {
		background: none!important;
		border: 0!important;
		box-shadow: none!important;
	}
	.head-wrapper .prisna-wp-translate-dropdown-container,
	.head-wrapper .prisna-wp-translate-dropdown-sub-container,
	.head-wrapper .prisna-wp-translate-dropdown-body {
		height: auto!important;
	}
	.head-wrapper .prisna-wp-translate-dropdown-body {
		float: none!important;
	}
	.head-wrapper .prisna-wp-translate-dropdown-body .prisna-wp-translate-dropdown-body>p.prisna-wp-translate-dropdown-current-language,
	.head-wrapper .transall .prisna-wp-translate-dropdown-current-language-arrow {
		display: none!important;
	}
	.head-wrapper .prisna-wp-translate-dropdown-languages-list-scroll {
		display: block!important;
		height: auto!important;
	}
	.head-wrapper .prisna-wp-translate-dropdown-languages-list p {
		width: 50%;
		display: inline!important;
		;
		float: left!important;
	}
	.head-wrapper .prisna-wp-translate-dropdown-languages-list {
		display: block!important;
	}
	.transall .prisna-wp-translate-dropdown-current-language {
		display: none!important;
	}
	/* ===================================================



 * footer 



 * --------------------------------------------------- */
	.layout {
		width: 98%;
		margin: 0 auto;
	}
	.page-head {
		display: none;
	}
	.foot-item.foot-item-inquiry,
	.foot-item.foot-item-product-list,
	.foot-item.foot-item-contact {
		width: 50%;
	}
	.foot-item .foot-cont {
		padding: 0 14px;
		min-height: inherit;
	}
	.subscribe .subscribe-form .subscribe-ipt {
		width: 100%;
		margin: 0 0 15px;
	}
	.footer {
		line-height: 30px;
		margin: 0 0 38px;
		text-align: center;
		padding: 10px 0;
	}
	.footer,
	.footer a {

		color: #FFF;
	}
	.copyright,
	.foot-social {
		float: none;
	}
	.foot-social li {
		margin: 0 5px;
	}
	.mobile-contact {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 9999;
		height: 38px;
		line-height: 38px;
		background: #161622;
	}
	.mobile-contact,
	.mobile-contact a {
		color: #FFF
	}
	.head-contact {
		display: none;
	}

	.mobile-contact .head-mobile-contact {
		display: block;
		width: 100%;
		margin: 0;
	}
	.mobile-contact .head-mobile-contact .head-phone,
	.mobile-contact .head-mobile-contact .head-email {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: 0;
		text-align: center;
		line-height: 38px;
		color: #FFF;
	}
	.mobile-contact .head-mobile-contact .head-phone {
		background: #ff6600
	}
	.mobile-contact .head-mobile-contact .head-phone span{
		background:url(../image/icon-phone.png) no-repeat left 2px;
		padding-left:15px;
	}
	.mobile-contact .head-mobile-contact .head-email span{
		background:url(../image/icon-msg.png) no-repeat left 3px;
		padding-left:17px;
	}
	/* ===================================================



 * for:homepage 



 * --------------------------------------------------- */
	.company-synopses-wrap {
		padding: 30px 0;
	}
	.company-synopses {
		width: 100%;
	}
	.synopsis-item .item-wrap {
		padding: 0 20px;
	}
	.about-us-wrap {
		padding: 30px 0;
	}
	.about-us {
		position: relative;
		width: 100%;
	}
	.about-us .about-img {
		display: block;
		width: auto;
		overflow: hidden;
		margin: 0 0 30px
	}
	.about-us .about-detail {
		display: block;
		width: auto;
		float: none;
	}
	.product-wrap {
		width: 100%;
	}
	.product-slides-wrap {
		position: relative;
		width: 100%;
		padding: 60px 0 40px;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
	}
	.product-slides-title {
		position: relative;
		top: auto;
		margin: 0 0 30px;
	}
	.product-slides-cont,
	.product-slides {
		width: 100%;
		margin: 0;
	}
	.product-item,
	.product-wrap .product-item {
		width: 33.333%;
		margin: 0 0 15px;
	}
	.product-list2 .product-item{margin-bottom: 0}
	.product-list2{margin-top:0;}
	.product-item .item-wrap,
	.product-wrap .product-item .item-wrap {
		width: 96%;
		margin: 0 auto;
	}
	.product-slides .product-item,
	.goods-items .product-item {
		width: 100%;
	}
	.product-wrap .product-item .pd-info {
		position: relative;
		left: auto;
		bottom: auto;
		width: auto;
		height: auto;
		padding: 0;
	}
	.product-wrap .product-item:hover .pd-info {
		bottom: 0;
	}
	.product-wrap .product-item .pd-info .pd-name {
		display: block;
		width: auto;
		height: 40px;
		padding: 10px;
		box-sizing: content-box;
	}
	/* ===================================================



 * for:product list 



 * --------------------------------------------------- */
	.path-bar {
		display: none;
	}
	.promote-bar {
		display: none;
	}
	/* aside */
	.aside {
		display: none;
	}
	.side-head-search {
		width: 100%;
	}
	.side-head-search .search-ipt {
		width: 100%;
	}
	.side-tit-bar {
		position: relative;
	}
	.side-tit-bar .side-tit {
		font-size: 16px;
		line-height: 30px;
	}

	.side-widget {
		margin: 0 0 30px;
	}
	.side-cate ul li {
		line-height: 30px;
	}
	.products-scroll-btn-prev,
	.products-scroll-btn-next {
		display: none;
	}
	.products-scroll-list li {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin: 0 1%;
	}
	.products-scroll-list li img {
		width: 100%;
		float: none;
		margin: 0;
	}
	/* main */
	.main {
		width: 98%;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	.main-tit-bar {
		margin: 30px 0 10px;
	}
	.main-tit-bar .title {
		font-size: 20px;
	}
	.product-list ul,
	.certificate-list ul,
	.video-list ul {
		position: relative;
		width: 100%;
	}
	.page-bar .pages {
		display: block;
		float: none;
		text-align: center
	}
	.pages a,
	.pages span {
		height: 25px;
		line-height: 25px;
		padding: 0 10px;
		border-radius: 2px;
		font-size: 12px;
	}
	/* ===================================================



 * for:product detail 



 * --------------------------------------------------- */
	/* product intro */
	.product-title {
		font-size: 20px;
		margin: 30px 0 10px 0;
	}
	.product-view {
		width: 100%;
		float: none;
	}
	.product-view .product-image {
		display: none
	}
	.product-view .image-additional {
		width: 100%;
		margin: 0;
	}
	.product-view .image-additional ul {
		width: 100%;
	}
	.product-view .image-additional li {
		width: 100%;
		margin: 0;
	}
	.product-view .image-additional li a {
		padding: 0;
	}
	.product-view .image-additional li.current img {
		border-color: inherit;
	}
	/* product summary */
	.product-summary {
		position: relative;
		width: 100%;
		float: none;
	}
	.product-summary .share-this {
		margin: 30px 0;
	}
	.product-detail{margin: 0}
	/* detail */
	.tab-content-wrap .mobile-tab-items .mobile-tab-item {
		margin: 0 0 30px;
	}
	.tab-content-wrap .mobile-tab-items .mobile-tab-title {
		font-family: 'SourceSansProSemibold';
		margin: 0 0 15px;
	}
	.tab-content-wrap .mobile-tab-items .mobile-tab-panel {}
	/* Customers Also Bought */
	.goods-items {
		width: 100%;
	}
/* ===================================================
 * for:blog 
 * --------------------------------------------------- */
	.blog-list .blog-item {
		padding: 15px;
		border-bottom: 1px solid #ddd;
	}
	.blog-list .blog-item:last-child {
		border: 0;
	}
	.blog-list .blog-item:hover {
		background: none;
	}
	.blog-list .blog-item:before {
		left: 15px;
		right: 15px;
		display: none;
	}
	.blog-list .blog-item .blog-img {
		display: block;
		max-width: 100%;
		float: none;
	}
	.blog-list .blog-item .blog-tit {
		font-size: 16px;
		line-height: 1.3em;
		padding: 6px 0 0;
		font-weight: normal;
	}
	.blog-list .blog-item .blog-meta {
		padding: 6px 0 0;
	}
	.blog-list .blog-item .blog-summary {
		padding: 0;
		margin: 8px 0;
		height: 80px;
		line-height: 20px;
		overflow: hidden;
	}
	.blog-list .blog-item .readmore {
		display: none;
	}
	.main .blog-article {
		padding: 5px 10px;
	}
	/*----------------inquiry-form--------------------------*/
	.inquiry-form {
		padding: 15px;
	}
	.inquiry-form input.form-input,
	.inquiry-form textarea.form-text {
		width: 100%;
	}
	.faq-list ul li .faq-cont {
		font-size: 14px;
		padding-bottom: 15px;
	}
	.faq-list ul li .faq-title {
		padding-bottom: 30px;
	}

		.product-item .item-title a {}
	.items-content {
		width: 100%;
		float: none;
	}
	.layer-best .product-cates {
		float: none;
	}
	.product-item {
		width: 50%;
	}
	.product-item:nth-child(n) {
		clear: none;
	}
	.product-item:nth-child(2n+1) {
		clear: left;
	}
	.inquiry-panel .layer-body {
		display: block;
		text-align: center;
	}
	.inquiry-panel .layer-cont {
		padding-right: 0;
	}
	.inquiry-panel .layer-ft {
		width: 100%;
		float: none;
		padding-top: 15px;
		text-align: center;
	}
	.items_list {}
	.items_list ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	.items_list .product-item {
		width: 33.333333%;
		padding: 10px;
	}
	.showcase-list .product-item {
		width: 100%;
	}
	.items_list .product-item .item-wrap {
		outline: 0;
	}
	.items_list .product-item:nth-child(n) {
		clear: none;
	}
	.items_list .product-item:nth-child(3n+1) {
		clear: left;
	}
	.items_list .product-item .item-wrap .btn-view {
		display: block;
	}

	.contact-entry{display:block;}
	.contact-entry .contact-entry-left{flex-grow: 1}
	.contact-entry .inquiry-form-wrap.contact-entry-left{margin-top:20px;}
	.contact-entry .contact-entry-right{width:100%; margin-left: 0;}
	.contact-entry .contact-entry-right dl:first-child{margin-top:25px;}
	.contact-entry .contact-entry-right dt{margin-top:10px;}

	.about-images{flex-wrap:  wrap;}
	.about-images img{width: 100%; margin-top:15px;}

}

@media screen and (max-width: 641px) {
	.foot-wrapper {
		background-image: none;
	}
	.foot-item.foot-item-inquiry,
	.foot-item.foot-item-product-list,
	.foot-item.foot-item-contact {
		width: 100%;
	}
	.foot-item .foot-tit {
		line-height: 30px;
		margin: 15px 0 0
	}
	.company-synopses {
		margin: 0
	}
	.synopsis-item,
	.synopsis-item .item-wrap {
		width: 100%;
	}
	.synopsis-item .item-wrap {
		padding: 10px;
	}
	.synopsis-item .item-info .item-title {
		font-size: 20px;
	}
	.synopsis-item .item-info .item-detail {
		font-size: 16px;
	}
	.about-us-wrap {
		padding: 50px 0;
	}
	.about-us .about-detail .title {
		font-size: 20px;
	}
	.about-us .about-detail .title:after {
		display: none;
	}
	.main-product-title .title,
	.product-slides-title .title {
		font-size: 20px;
	}
	.product-item,
	.product-wrap .product-item {
		width: 50%;
	}
	.product-item .pd-info .pd-name,
	.product-wrap .product-item .pd-info .pd-name {
		font-size: 12px
	}
	.products-scroll-list li {
		display: block;
		width: 100%;
		margin: 0 0 20px;
	}
	.products-scroll-list li img {
		max-width: 65px;
		float: left;
		margin: 0 15px 0 0;
	}
	.download-list ul li {
		border-bottom: none;
	}
	.download-list ul li .download-cont {
		display: block;
		float: none;
		margin: 0 0 20px;
	}
	.download-list ul li .download-button {
		float: none;
	}

	.blog-item .item-img {
		float: none;
		margin-right: 0;
		display: block;
		max-width: 100%
		max-height:auto;
	}
	.tags_blog_list .blog-item .item-img{
		max-width: 100%
	}
	.blog-item .item-info .item-title {
		font-size: 24px;
		line-height: 1.3;
		font-weight: normal;
		padding-top: 12px;
	}
	.blog-item .item-info time {
		color: #999;
	}
	.blog-item .item-info .item-detail {
		color: #666;
	}
	.blog-item .item-info .item-more {
		border-radius: 18px;
		background-color: #000;
		color: #fff;
		border-color: rgba(0, 0, 0, 0);
		margin: 10px auto 0;
	}
	.blog-item:hover .item-info .item-more {
		color: #fff;
	}

	.items_list .product-item {
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.showcase-list {
		column-count: 1;
	}
	.showcase-list .product-item {
		width: 100%;
	}
	.items_list .product-item:nth-child(n) {
		clear: none;
	}
	.items_list .product-item:nth-child(2n+1) {
		clear: left;
	}
	.items_list .product-item .item-wrap {
		padding: 0;
	}

	.contact-way {
		display: block;
	}

	.blog-article dt {
		padding-bottom: 10px;
	}
	.blog-article .email,
	.blog-article .phone {
		padding-bottom: 12px
	}
	.blog-article dd {}

	.tags-related a {
	    width: 50%;
	}

}

.bottomsidebar .bottomcontent {
	background: #328fff !important;
}

.article-tags{color:#333; font-size: 16px;}
.article-detail-title{font-size: 24px; color: #333; padding-top:10px;}