@charset "utf-8";

.owl-carousel {
	display: none;
}

.owl-loaded {
	display: block;
}

.nav-wrap:after,.product-wrap:after,.company-synopses:after,.about-us:after,.slides:after,.head-social:after,.foot-item-inquiry ul:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav-wrap,.product-wrap,.company-synopses,.about-us,.slides,.head-social,.foot-item-inquiry ul {
	*zoom: 1;
}

.nav-bar,.logo img,.nav-bar .nav > li,.topbar .layout,.foot-gotop {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.head-search,.head-search .search-ipt,.head-search .search-btn {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.elem-link > a:after {
	font-family: "fontawesome";
}

.inquiry-form {
	border-top-width: 1px;
}

.inquiry-form-wrap .inquiry-form-title {
	line-height: 38px;
	background: -webkit-linear-gradient(top,#0168ab,#26318b);
	background: -moz-linear-gradient(top,#0168ab,#26318b);
	background: -ms-linear-gradient(top,#0168ab,#26318b);
	background: -o-linear-gradient(top,#0168ab,#26318b);
	background: linear-gradient(top,#0168ab,#26318b);
	background: #272e89\9;
	margin-bottom: -1px;
	position: relative;
	z-index: 2;
}

.delay0d1s {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.delay0d2s {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.delay0d3s {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.delay0d4s {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.delay0d5s {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.delay0d6s {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.delay0d7s {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.delay0d8s {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.delay0d9s {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.delay1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.delay1.1s {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.delay1.2s {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.delay1.3s {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.delay1.4s {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.delay1.5s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay1.6s {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.delay1.7s {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.delay1.8s {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.delay1.9s {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}

.delay2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		-ms-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100px,0);
		transform: translate3d(0,100px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100px,0);
		-ms-transform: translate3d(0,100px,0);
		transform: translate3d(0,100px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		-ms-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes bounceIn {
	0%,100%,20%,40%,60%,80% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

@keyframes bounceIn {
	0%,100%,20%,40%,60%,80% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		-ms-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		-ms-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		-ms-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		-ms-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		-ms-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg)
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg)
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg)
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg)
	}

	100% {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		-ms-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg)
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		-ms-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg)
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		-ms-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg)
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		-ms-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg)
	}

	100% {
		-webkit-transform: rotate3d(0,0,1,0deg);
		-ms-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

.head-fixed-holder {
	display: none!important;
}

.head-wrapper {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	transition: all .2s ease;
}

.topbar {
	width: 100%;
	max-width: 1200px;
	height: 0;
	height: 0;
	position: relative;
	margin: 0 auto;
	z-index: 10002;
}

.topbar .layout {
	position: absolute;
	right: 0;
	top: 26px;
	display: inline;
	width: auto;
	padding-right: 110px;
}

.topbar .head-contact {
	display: none;
}

.topbar .language {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.topbar .language {
	*display: inline;
}

.head-search {
	float: left;
	width: 100px;
	height: 30px;
	background-color: #016aac;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999999
}

.head-search:hover {
	background-color: #015495;
}

.head-search .search-btn {
	display: inline-block;
	width: 100px;
	height: 30px;
	background-position: -250px 6px;
	background-color: transparent;
	border: 0;
	float: left;
	position: absolute;
	right: 0;
	top: 0;
}

.head-search .search-ipt {
	width: 0;
	height: 30px;
	line-height: 30px;
	border: 0;
	background: none;
	float: left;
	text-indent: 1em;
	color: #fff;
}

.head-search .search-toggle {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}

.head-search-show {
	width: 260px;
	box-shadow: 0 0 .5em rgba(0,0,0,.2);
	background-color: #272e89;
}

.head-search-show .search-ipt {
	width: 200px;
}

.head-search-show .search-btn {
	width: 50px;
	background-position: -275px 6px;
	padding: 0;
	float: right;
}

.head-search-show .search-toggle {
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	right: -31px;
	top: 0;
	background: url(../images/search-close.png) center 0 no-repeat;
}

.language-info .language-title {
	line-height: 16px;
	padding: 11px 25px 11px 5px;
	background-color: #282f89;
	border-radius: 3px;
	display: inline-block;
}

.language-info .language-title a,.language-info .language-title span {
	color: #fff;
}

.language-info .language-icon {
	vertical-align: middle;
	padding-right: 6px;
	top: 11px;
}

.language-info .language-icon:before {
	color: #fff;
	content: '\f0d7';
	font-size: 14px;
}

.nav-bar {
    padding: 12px 0;
    background-color: rgba(0,0,0,0.6);
}

.logo {
	display: inline;
	float: left;
	margin-right: 55px;
}

.logo img {
	max-height: 50px;
	padding: 5px 0 0;
}

.nav-bar .nav ul {
	display: none;
}

.nav-bar .nav > li {
	float: left;
	position: relative;
	padding: 0 10px;
	line-height: 60px;
}

.nav-bar .nav > li > a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.nav-bar .nav > li .nav-ico {
	display: inline-block;
}

.nav-bar .nav > li .nav-ico,.nav-bar .nav > li > a {
	*display: inline;
}

.nav-bar .nav > li .nav-ico:after {
	content: '\f0d7';
	font-size: 14px;
	color: #fff;
}

.fixed-nav .nav-bar .nav > li .nav-ico:after {
	content: '\f0d7';
	font-size: 14px;
	color: #333;
}

.nav-bar .nav ul {
	width: 250px;
	background-color: rgba(255,255,255,.85)!important;
	background-color: #fff\9;
	position: absolute;
	left: 0;
	top: 60px;
	box-shadow: 0 0 2em rgba(0,0,0,.2);
	padding: 10px 0;
}

.nav-bar .nav ul li {
	position: relative;
}

.nav-bar .nav ul li a {
	display: block;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 14px;
	padding: 0 15px;
	position: relative;
	z-index: 10001;
}

.nav-bar .nav ul li .nav-ico {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	line-height: 35px;
}

.nav-bar .nav ul li .nav-ico:after {
	content: '\f0da';
	color: #999;
}

.nav-bar .nav ul li ul {
	left: 226px;
	top: 0;
}

.nav-bar .nav ul li.li-hover > a {
	font-weight: bold;
	color: #282f89;
}

.nav-bar .nav ul li.li-hover > .nav-ico:after {
	color: #282f89;
}

.language-cont {
	top: 37px;
}

.fixed-nav {
	background-color: rgba(255,255,255,.95);
	background-color: #fff\9;
	z-index: 10000;
}

.fixed-nav .logo {
	margin-right: 50px;
}

.fixed-nav .logo img {
	max-height: 40px;
	padding-top: 0;
}

.fixed-nav .nav-bar {
	padding: 10px 0;
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
	background-color: inherit;
}
.fixed-nav .nav-bar .nav > li > a {
    color: #333;
}

.fixed-nav .nav-bar .nav > li {
	line-height: 40px;
}

.fixed-nav .nav-bar .nav > li > a {
	font-size: 14px;
}

.fixed-nav .nav-bar .nav ul {
	top: 45px;
}

.fixed-nav .topbar .layout {
	top: 11px;
}

.foot-gotop {
	display: block;
	height: 70px;
	background-color: #222;
	background-image: url(../images/foot-gotop.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.foot-gotop:hover {
	background-color: #000;
}

.foot-copyright {
	display: block;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	line-height: 30px;
}

.foot-copyright img,.foot-copyright p {
	display: inline-block;
	vertical-align: middle;
}

.foot-copyright img {
	width: 35px;
}

.foot-copyright p {
	padding-left: 5px;
}

.foot-wrapper {
	width: 100%;
	position: relative;
	background-color: #272e89;
}

.foot-wrapper:after {
	content: '';
	display: block;
	width: 55%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #0069ad;
	background-image: url(../images/footer-bg-map.png);
	background-position: 100px center;
	background-repeat: no-repeat;
	z-index: 1;
	transition: all 5s ease;
}

.foot-wrapper:hover:after {
	background-position: 150px center;
}

.foot-item {
	padding-top: 25px;
	padding-bottom: 25px;
}

.foot-item,.foot-item a {
	color: #fff;
}

.foot-item .foot-tit {
	font-size: 20px;
	padding: 5px 0 0;
	font-weight: bold;
}

.foot-item .foot-cont {
	padding-top: 40px;
}

.foot-item-contact {
	max-width: 310px;
	float: left;
}

.foot-item-contact ul li {
	line-height: 1.6em;
	font-size: 16px;
}

.head-social {
	padding: 30px 0 0;
}

.head-social li {
	float: left;
	margin-right: 15px;
}

.head-social li img {
	max-height: 17px;
}

.head-social li a {
	display: inline-block;
}

.head-social li a:hover {
	animation: swing .6s linear;
}

.head-social li a:hover img {
	transform: scale(1.1);
}

.foot-item-inquiry {
	width: 600px;
	float: right;
	position: relative;
	z-index: 10;
}

.foot-item-inquiry .inquiry-item {
	padding-bottom: 30px;
	clear: both;
}

.foot-item-inquiry .inquiry-item-name,.foot-item-inquiry .inquiry-item-email {
	width: 45%;
	clear: none;
}

.foot-item-inquiry .inquiry-item-name {
	float: left;
}

.foot-item-inquiry .inquiry-item-email {
	float: right;
}

.foot-item-inquiry .inquiry-ipt {
	display: block;
	height: 1.1em;
	width: 100%;
	font-size: 16px;
	line-height: 1.1;
	padding: 15px 0;
	border: 0;
	border-bottom: 1px solid #3487bd;
	background: none;
	color: #fff;
}

.foot-item-inquiry .inquiry-foot {
	text-align: right;
}

.foot-item-inquiry .inquiry-btn {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border: 0;
	cursor: pointer;
	background: url(../images/btn-email.png) 0 center no-repeat;
	padding-left: 30px;
	color: #fff;
	font-size: 16px;
}

.foot-item-inquiry .inquiry-btn {
	*display: inline;
}

.subscribe p {
	position: relative;
	font-size: 16px;
	margin: 0 0 20px;
}

.subscribe-form {
	position: relative;
	height: 40px;
	border-bottom: 1px solid #3487bd;
}

.subscribe-form .subscribe-ipt {
	position: absolute;
	left: 0;
	top: 0;
	width: 80%;
	height: 40px;
	line-height: 40px;
	border: none;
	background: none;
	color: #FFF;
}

.subscribe-form .subscribe-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	border: none;
	background: none;
	color: #FFF;
}

.gotop {
	z-index: 100011;
}

.bar-more {
	text-align: center;
}

.btn-readmore {
	*display: inline;
}

.btn-readmore,.btn-readmore:after {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-readmore:hover {
	
}

.btn-readmore:hover:after {
	opacity: 1;
	width: 13px;
	margin-left: 5px;
}

.index-tit-bar {
	text-align: center;
	margin-bottom: 30px;
}

.index-tit-bar .title {
	font-size: 55px;
	font-weight: normal;
	line-height: 1.3em;
}

.index-tit-bar .desc {
	max-width: 630px;
	margin: 0 auto;
	font-size: 18px;
	padding: 10px 0 0;
}

.rev_slider_wrapper {
	width: 100%;
	border-bottom: 1px solid #eee;
}

.tp-bullets.simplebullets .bullet {
	background-color: #999;
}

.tp-leftarrow,.tp-rightarrow {
	background-color: #000!important;
	border-color: transparent;
	border-radius: 0;
	opacity: .15;
	filter: alpha(opacity=15);
}

.tp-leftarrow:hover,.tp-rightarrow:hover {
	background-color: #282f89!important;
	opacity: 1;
	filter: alpha(opacity=100);
}

.tp-bannertimer {
	height: 3px;
	background-color: #fff;
	background-color: rgba(255,255,255,.3);
}

.company-synopses-wrap {
/*padding:85px 0;*/
	padding-top: 50px;
	padding-bottom: 0;
}

.synopsis-item {
	width: 33.33333333%;
	float: left;
}

.synopsis-item .item-wrap {
	margin: 0 40px 15px;
}

.synopsis-item .item-wrap .item-img {
	position: relative;
}

.synopsis-item .item-wrap .item-img,.synopsis-item .item-wrap .item-img a,.synopsis-item .item-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.synopsis-item .item-wrap .item-img a {
	display: block;
	position: relative;
}

.synopsis-item .item-wrap .item-img img {
	-webkit-transform: none!important;
	transform: none!important;
	position: relative;
	z-index: 100;
	width: auto;
	margin: auto;
}

.synopsis-item .item-wrap .item-info {
	text-align: center;
	padding: 12px 0 0;
	margin-top: 50px;
}

.synopsis-item .item-wrap .item-title {
	font-size: 30px;
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
}

.synopsis-item .item-wrap .item-title,.synopsis-item .item-wrap .item-title a {
	color: #333;
	font-weight: bold;
}

.synopsis-item .item-wrap .item-title a:hover {
	color: #000;
}

.synopsis-item .item-wrap .item-desc {
	height: 80px;
	line-height: 20px;
	font-size: 15px;
	overflow: hidden;
	color: #666;
	margin-top: 10px;
}

.synopsis-item .item-wrap .item-img a:before {
	content: '';
	display: block;
	width: 180px;
	height: 180px;
	border: 1px solid #ccc;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: -40px;
	border-radius: 50%;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.synopsis-item .item-wrap .item-img a:after {
	content: '';
	display: block;
	width: 130px;
	height: 130px;
	background-color: #000;
	background-image: url(../images/pd-hover-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -65px;
	margin-top: -50px;
	z-index: 1001;
	border-radius: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
}

.synopsis-item .item-wrap .item-img a:hover:after {
	opacity: .7;
	filter: alpha(opacity=70);
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.about-us-wrap {
	background-color: #f5f5f5;
	position: relative;
}

.index-about {
	position: relative;
	padding: 80px 0 15px;
}

.about-us-wrap .about-tit-bar {
	
}
.about-us-wrap .about-info {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	top: 60px;
	z-index: 3;
	left: 50%;
	transform: translate(-50%,0);
}

.about-us-wrap .about-tit-bar .about-tit {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 25px;
	text-align: center;
}

.about-us-wrap .about-tit-bar .about-tit a {
	color: #fff;
}

.about-us-wrap .about-tit-bar strong {
	font-family: SourceSansProSemibold;
	font-size: 40px;
}

.about-detail .bar-more {
	text-align: left;
}

.about-detail .bar-more .btn-readmore {
	text-align: center;
	font-size: 14px;
}

.about-banner li.slide-item,.about-banner li.slide-item img {
	position: relative;
	width: 100%;
	height: 309px;
}

.about-cont {
	position: relative;
}

.about-detail {
	width: 100%;
	float: right;
	font-size: 18px;
	line-height: 1.3;
	padding-left: 4%;
}

.about-detail,.about-detail a {
	color: #444;
	
}
.abo_more {
	position: relative;
	left: 50%;
	width: 115px;
	transform: translate(-50%,0);
	display: inline-block;
	line-height: 16px;
	padding: 12px 10px;
	border: 1px solid #666;
	background-color: rgba(255,255,255,.8);
	border-radius: 3px;
	margin-top: 20px;
	text-align: center;
}
.abo_more a {
	text-align: center;
}
.abo_more:hover{
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.abo_more:hover a {
	color: #fff;
}

.bar-more {
	position: relative;
	left: 50%;
	width: 115px;
	transform: translate(-50%,0);
	display: inline-block;
	line-height: 16px;
	padding: 12px 10px;
	border: 1px solid #666;
	background-color: rgba(255,255,255,.8);
	border-radius: 3px;
	margin-top: 20px;
	text-align: center;
}
.bar-more:hover {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.bar-more:hover a {
	color: #fff;
}

.about-detail p {
	padding-bottom: 10px;
	color: #fff;
	text-align: center
}

.about-detail strong {
	font-size: 16px;
}

.about-banner {
	width: 100%;
	position: relative;
}

.about-banner .slides li {
	display: none;
}

.about-banner .flex-direction-nav {
	display: none;
}

.about-banner .flex-control-nav {
	width: 100%;
	position: absolute;
	padding: 15px 0 0;
	text-align: center;
	bottom: 30px;
	z-index: 3
}

.about-banner .flex-control-paging li {
	display: inline;
	padding: 0 4px;
}

.about-banner .flex-control-paging li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 50%;
}

.about-banner .flex-control-paging li a.flex-active {
	background-color: #016aac;
}

.promote-banner {
	padding: 100px 0;
	background: url(../images/promote-banner-bg.jpg) center no-repear;
	background-attachment: fixed;
	text-align: center;
	line-height: 1.2;
	font-size: 22px;
	position: relative;
}

.promote-banner,.promote-banner a {
	color: #fff;
}

.promote-banner:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0,0,0,.4);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.promote-banner:hover:before {
	background-color: rgba(0,0,0,.1);
}

.promote-banner p {
	max-width: 920px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.company-synopses-wrap + .main-product-wrap {
	background-color: #f5f5f5;
}

.main-product-wrap {
	padding: 60px 0;
}

.product-wrap {
	/*margin: 0 -15px;*/
}

.product-item {
	width: 25%;
	float: left;
	padding-bottom: 20px;
	border: 1px solid #fff;
	box-sizing: border-box; 
}

.product-item .item-wrap {
	position: relative;
}

.product-item .item-wrap:hover .pd-info {
	display: none;
}

.product-item .item-wrap:hover img {
	/*transform: scale(2);*/
}

.product-item .item-wrap .pd-img {
	display: block;
	position: relative;
}

.product-item .item-wrap .pd-img a {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.product-item .item-wrap .pd-img img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 6s ease;
	transition: all 6s ease;
}

.product-item .item-wrap .pd-info {
	padding: 15px;
	box-sizing: border-box; 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}

.product-item .item-wrap .pd-name {
	margin: 15px auto 0;
	font-size: 22px;
}

/*.product-item .item-wrap .pd-name:hover {
	background-color: #075b90;
}*/

.product-item .item-wrap .pd-name:hover a {
	color: #fff;
}

.product-item .item-wrap .pd-name a {
	display: block;
	color: #fff;
	line-height: 150%;
	text-transform: uppercase;
}

.product-item .item-wrap .pd-img a:before {
	content: '';
	display: block;
	width: 120px;
	height: 120px;
	background-color: #000;
	background-image: url(../images/pd-hover-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transform: scale(1.2);
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	border-radius: 0%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.product-item .item-wrap .pd-img .read-btn:before {
	content: 'READ MORE';
	font-size: 16px;
	font-weight: bold;
	background-image: inherit;
	width: 140px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 0;
}

.product-item .item-wrap .pd-img a:hover:before {
	/*transform: scale(.8);*/
	visibility: visible;
	opacity: .8;
	border-radius: 50%;
	background-color: #272e89;
}

.product-item .item-wrap .pd-img .read-btn:hover:before {
	border-radius: 10px;
}

.product-item .item-wrap .pd-img a:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.product-item .item-wrap .pd-img:hover {
	box-shadow: 0 0 1.5em rgba(0,0,0,.2);
}

.main-product-wrap .product-item .item-wrap .pd-name a:hover {
	color: #fff;
}

.path-bar {
	position: relative;
	width: 100%;
	line-height: 36px;
	margin: 92px auto 25px;
	background-color: #ebebeb;
}

.path-bar li:after {
	content: "/";
	position: absolute;
	display: block;
	overflow: hidden;
	right: 0;
	top: 0;
	font-style: normal;
}

.path-bar .path-nav {
}

.path-bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #333333;
	font-size: 16px;
	font-style: italic;
}

.path-bar li a {
	display: block;
	padding: 0 20px 0 5px;
	color: #333333;
}

.path-bar li:hover a,.path-bar li.current a {
}

.path-bar li:last-child:after {
	content: '';
}

.aside {
	float: left;
	width: 267px;
}

.side-tit-bar {
	position: relative;
}

.side-tit-bar .side-tit {
	position: relative;
	font-size: 16px;
	line-height: 38px;
	padding: 0 0 0 20px;
	font-family: 'SourceSansProSemibold';
	color: #fff;
	background: -webkit-linear-gradient(top,#0168ab,#26318b);
	background: -moz-linear-gradient(top,#0168ab,#26318b);
	background: -ms-linear-gradient(top,#0168ab,#26318b);
	background: -o-linear-gradient(top,#0168ab,#26318b);
	background: linear-gradient(top,#0168ab,#26318b);
	background: #272e89\9;
}

.side-widget {
	position: relative;
	margin: 0 0 20px;
}

.side-widget .side-hide {
	padding: 15px 20px;
}

.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;
}

.side-cate ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin: -1px 0 0;
	width: 3px;
	height: 3px;
	background: #99abb9;
}

.side-cate ul li li a {
	border-bottom: 1px solid #cfd0d3;
	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: #99abb9;
	font-size: 12px;
	cursor: pointer;
	padding: 0 5px;
}

.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;
}

.products-scroll-list li {
	display: table;
	width: 100%;
	padding: 0;
	height: 80px;
}

.products-scroll-list li > a,.products-scroll-list li .pd-info {
	display: table-cell;
	vertical-align: middle;
}

.products-scroll-list li .pd-name {
	line-height: 1.4em;
	max-height: 4.2em;
	overflow: hidden;
}

.products-scroll-list li img {
	width: 65px;
	height: 65px;
	border: 1px solid #e5e5e5;
	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(../images/icons-prev.png) no-repeat center center;
	margin: 10px 0 0;
}

.products-scroll-btn-next {
	background: url(../images/icons-next.png) no-repeat center center;
	margin: 0 0 20px;
}

.side-bn {
	max-width: 100%;
	margin: 0 0 25px 0;
}

.side-bn img {
	max-width: 100%
}

.main {
	position: relative;
	width: 895px;
	display: block;
	float: right;
	padding-bottom: 50px;
}

.main-tit-bar {
	overflow: hidden;
	border-bottom: 1px solid #c0c0c0;
	padding: 0 0 8px;
	margin: 0 0 15px;
}

.main-tit-bar .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-family: 'SourceSansProSemibold';
	font-size: 22px;
}

.main-tit-bar .share-this {
	display: inline;
	float: right;
	margin: 0 10px 0 0;
}

.main-banner {
	position: relative;
	display: block;
}

.main-banner img {
	position: relative;
	width: 100%;
}

.main-banner .goods-summary {
	margin: 10px 0 0;
}

.product-list {
	margin: 40px 0 0;
}

.product-list .gm-sep {
	margin: 0 -12px;
}

.product-list,.certificate-list,.video-list,.download-list,.faq-list {
	position: relative;
}

.product-list .product-item {
	width: 33.33333333%;
}

.product-list .product-item .item-wrap {
	border: 1px solid #d8d8d8;
	margin: 0 12px;
	padding-bottom: 15px;
	outline: 1px solid #fff;
}

.product-list .product-item .item-wrap .pd-name {
	max-width: 70%;
	font-size: 16px;
}

.product-item .item-wrap .pd-img:hover {
	box-shadow: none;
}

.product-list .product-item .item-wrap:hover {
	border-color: #aaa;
	outline-color: #aaa;
}

.product-list .product-item:nth-child(3n+1) {
	clear: left;
}

.page-bar {
	position: relative;
	display: block;
	margin: 20px 0;
	text-align: center;
}

.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: 33px;
	line-height: 33px;
	padding: 0 13px;
	margin: 0 4px;
	vertical-align: middle;
	border-radius: 3px;
	background: -webkit-linear-gradient(top,#fff,#eee);
	background: -ms-linear-gradient(top,#fff,#eee);
	background: -o-linear-gradient(top,#fff,#eee);
	background: -moz-linear-gradient(top,#fff,#eee);
	background: linear-gradient(top,#fff,#eee);
}

.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: #000;
	border-color: #000;
	color: #FFF;
}

.pages a:hover {
	text-decoration: none;
}

.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(../images/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 36px;
	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;
	-webkit-transform: scale(.85);
	transform: scale(.85);
	-webkit-transform-origin: 0 center;
	transform-origin: 0 center;
}

.faq-list ul li .faq-title b.faq-down {
	background: url(../images/icons10.png) no-repeat center center;
}

.faq-list ul li .faq-title b.faq-up {
	background: url(../images/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 36px;
	font-size: 14px;
}

.blog-list {
	background: #fff;
	margin: 0 auto 15px;
}

.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 a,.blog-list .blog-item:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.blog-list .blog-item .readmore a {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 2px;
}

.blog-list .blog-item .readmore a:hover,.blog-list .blog-item:hover .readmore a {
	background-color: #272e89;
	color: #fff;
	box-shadow: 0 -1px rgba(0,0,0,.8) inset;
}

.blog-list .blog-item .readmore i {
	font-size: 14px;
}

.blog-list .blog-item:before {
	content: "";
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
}

.blog-list .blog-item:hover {
	background: #fafafa;
}

.blog-list .blog-item:hover:before {
	border-top-color: #272e89;
	border-bottom-color: #272e89;
}

.blog-list .blog-item:hover img {
	opacity: 0.8;
}

.certificate-list {
	margin: 0 -20px;
}

.certificate-list .product-item {
	width: 33.33333333%;
}

.certificate-list .product-item:nth-child(3n+1) {
	clear: left;
}

.certificate-list .product-item .item-wrap {
	margin: 0 20px;
	border: 1px solid #ddd;
	padding: 10px;
	overflow: hidden;
}

.certificate-list .product-item .item-wrap .pd-info {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all .3s ease;
	opacity: 0;
	filter: alpha(opacity=0);
}

.certificate-list .product-item .item-wrap .pd-name {
	width: auto;
	margin: 0;
	max-width: inherit;
	background-color: rgba(0,0,0,.8);
	background-color: #000\9;
	line-height: 1.5;
	padding: 8px 15px;
	font-size: 12px;
}

.certificate-list .product-item .item-wrap .pd-name,.certificate-list .product-item .item-wrap .pd-name a {
	color: #fff;
}

.certificate-list .product-item .item-wrap:hover .pd-info {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.video-list {
	margin: 0 -20px;
}

.video-list .product-item {
	width: 33.33333333%;
}

.video-list .product-item:nth-child(3n+1) {
	clear: left;
}

.video-list .product-item .item-wrap {
	margin: 0 20px;
}

.video-list .product-item .item-wrap .pd-name {
	max-width: 70%;
}

.video-list .product-item .pd-img a:before,.video-list .product-item .pd-img a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.video-list .product-item .pd-img a:before {
	background-color: #000;
	z-index: 1;
}

.video-list .product-item .pd-img a:after {
	background-image: url(../images/ico-play.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	transition-delay: .3s;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.video-list .product-item .pd-img a:hover:before {
	opacity: .6;
	filter: alpha(opacity=60);
}

.video-list .product-item .pd-img a:hover:after {
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transform: none;
	transform: none;
}

.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:440px;*/
	float: left;
	width: 100%;
}

.product-view .owl-carousel .owl-item {
	overflow: visible;
}

.product-view .product-image {
	border: 1px solid #eee;
}

.product-view .product-image img {
	position: relative;
	width: 100%;
}

.product-view .image-additional {
	position: relative;
	margin: 20px 25px;
}

.product-view .image-additional ul {
	position: relative;
	width: 100%;
	display: none;
}

.product-view .image-additional ul.owl-loaded {
	display: block;
}

.product-view .image-additional li {
	position: relative;
	width: 100%;
}

.product-view .image-additional li.single {
	display: none;
}

.product-view .image-additional li img {
	position: relative;
	width: 100%;
}

.product-view .image-additional li a {
	position: relative;
	display: block;
	padding: 0;
	border: 1px solid #ddd;
}

.product-view .image-additional li.current a {
	border-color: #222;
}

.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: -25px;
}

.image-additional .owl-next {
	right: -25px;
}

.image-additional .owl-prev:before {
	content: "\f053";
}

.image-additional .owl-next:before {
	content: "\f054";
}

.product-summary {
	position: relative;
	width: 425px;
	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: #13adeb;
	border: 1px solid #13adeb;
	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: right;
	margin: 30px 0 0;
}

.product-summary li {
	position: relative;
	font-size: 13px;
	margin: 5px 0;
	color: #000000;
	line-height: 1.8em;
	padding-left: 140px;
}

.product-summary li em {
	width: 140px;
	height: 1.8em;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	color: #B2B2B2;
}

.product-btn-wrap .email,.product-btn-wrap .pdf {
	margin: 0;
	margin-bottom: 10px;
	padding: 0 8px;
}

.product-btn-wrap .email {
	margin-right: 8px;
}

.product-detail {
	position: relative;
	overflow: visible;
	margin: 50px 0 0;
}

.detail-tabs {
	position: relative;
}

.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 10px 0 0;
	background: #333;
	color: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}

.detail-tabs .title.current {
	font-family: 'SourceSansProSemibold';
	background: -webkit-linear-gradient(top,#0168ab,#26318b);
	background: -moz-linear-gradient(top,#0168ab,#26318b);
	background: -ms-linear-gradient(top,#0168ab,#26318b);
	background: -o-linear-gradient(top,#0168ab,#26318b);
	background: linear-gradient(top,#0168ab,#26318b);
	background: #272e89\9;
}

.product-detail .detail-panel {
	padding: 20px 0;
	display: block;
	overflow: hidden
}

.product-detail .disabled {
	display: none;
}

.tab-panel-wrap {
	padding-top: 10px;
}

.goods-may-like {
	margin: 25px 0 0;
	padding-bottom: 20px;
	position: relative;
}

.goods-tbar {
	position: relative;
	line-height: 32px;
}

.goods-tbar .title {
	position: relative;
	font-size: 18px;
	color: #000;
	font-family: 'SourceSansProSemibold';
}

.goods-items-wrap {
	position: relative;
	width: 100%;
}

.goods-items {
	position: relative;
	margin: 10px 0 0;
}

.goods-items .owl-stage-outer {
	padding-bottom: 3px;
}

.goods-items .product-item {
	width: auto;
}

.goods-items .owl-nav {
	display: inline;
	position: absolute;
	top: -43px;
	right: 0
}

.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;
	color: #999;
	border: 1px solid #eee;
}

.goods-items .owl-prev:hover,.goods-items .owl-next:hover {
	opacity: 1;
}

.goods-items .owl-prev {
	margin-right: -1px;
}

.goods-items .owl-prev:before {
	content: "\f104";
}

.goods-items .owl-next:before {
	content: "\f105";
}

.goods-items .product-item .item-wrap .pd-img a:after {
	display: none;
}

.goods-items .product-item {
	border: 1px solid #d8d8d8;
}

.entry {
	padding: 0 0 15px;
}

.entry {
	color: #666;
}

.entry a {
	color: #0030FF;
}

.entry p {
	margin: 0;
	padding: 8px 0;
	font-size: 13px;
	line-height: 1.8;
}

.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

.entry th,.entry td {
	height: 30px;
	border: 1px solid #ccc;
	text-align: left;
	line-height: 1.5;
	font-size: 12px;
	color: #666;
	background: #fbfbfb;
	padding: 0 15px;
}

.entry th {
	font-size: 12px;
	background: #eee;
}

.entry td p,.entry th p,.pd-panel .entry td p,.pd-panel .entry th p {
	margin: 0;
	padding: 5px;
	color: #666;
	font-size: 12px;
	line-height: 1.3;
}

.entry td.amts {
	color: #cb2027;
}

.entry th#cartDelete {
	text-align: center;
}

.entry .button {
	margin: 15px 10px 0 0;
	background: #dfdfdf;
	padding: 8px 15px;
	border: 0;
	cursor: pointer;
	line-height: 1.2;
	color: #777;
	font-weight: bold;
	text-transform: Capitalize;
}

.entry .button:hover {
	background: #cb2027;
	color: #fff;
}

.entry .deletecartitem {
	width: 50px;
	text-align: center;
}

.entry .deletecartitem label {
	display: none;
}

.entry .stotal td.amts {
	font-size: 18px;
	font-weight: bold;
}

.entry img.alignleft {
	float: left;
	margin: 20px 15px 0 0;
}

.entry img.alignright {
	float: right;
	margin: 20px 0 0 15px;
}

.entry img.alignleftnopad {
	float: left;
	margin-left: 0;
}

.entry img.alignrightnopad {
	float: right;
	margin-right: 0;
}

.entry img.aligncenter {
	text-align: center;
	display: block;
	margin: 20px auto 0 auto;
}

.entry img {
	max-width: 100%;
}

.cartitem a {
	color: #292929;
	font-weight: bold;
}

.inquiry-form ul li {
	background: none;
}

.entry .inquiry-form-wrap {
	margin: 20px 0 0;
}

@media screen and (max-width:800px) {
	.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
	}

	.topbar .head-contact {
		display: block;
		width: 100%;
	}

	.head-contact .head-phone,.head-contact .head-email {
		width: 50%;
		margin: 0;
		text-align: center;
		line-height: 38px;
		color: #FFF;
		float: left;
	}

	.head-contact .head-phone a,.head-contact .head-email a {
/*display:block;*/
	}

	.head-contact .head-phone {
		background: #016aac;
	}
}

@media screen and (max-width:768px) {

	.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;
	}

	html,body {
		font-family: Verdana,Helvetica,sans-serif!important;
	}

	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(../images/mobile_close.png) center center no-repeat;
		background-size: 50% auto;
		position: absolute;
		right: -35px;
		top: 0;
	}

	.page-layout {
		padding: 0 15px;
	}

	img {
		max-width: 100%;
	}

	a:visited {
		color: #333;
	}

	* {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	.foot-item-inquiry .inquiry-ipt {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		-o-box-sizing: content-box;
		box-sizing: content-box;
	}

	.foot-item-inquiry .inquiry-item {
		padding-bottom: 1em;
	}

	.foot-item-inquiry .inquiry-ipt::-webkit-input-placeholder {
		color: rgba(255,255,255,.6);
	}

	.foot-item-inquiry .inquiry-ipt:-moz-placeholder {
		color: rgba(255,255,255,.6);
	}

	.foot-item-inquiry .inquiry-ipt::-moz-placeholder {
		color: rgba(255,255,255,.6);
	}

	.foot-item-inquiry .inquiry-ipt:-ms-input-placeholder {
		color: rgba(255,255,255,.6);
	}

	.head-wrapper {
		z-index: 999999;
		position: static;
	}

	.mobile-head-items {
		position: fixed;
		top: 0;
		left: 0;
		background: #161622;
		width: 100%;
		height: 30px;
		line-height: 30px;
		text-align: left;
		z-index: 99999;
	}

	.mobile-head-item {
		float: left;
		width: 25%;
	}

	.mobile-head-item.mobile-head-aside {
		float: right
	}

	.mobile-head-item .title {
		width: 100%;
		height: 30px;
		line-height: 30px;
		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: "\f1ab";
	}

	.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: -80%;
		width: 80%;
		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,.topbar {
		display: none;
	}

	.nav-bar {
		height: auto;
		line-height: normal;
		padding: 38px 0 8px;
		background-color: rgba(255,255,255,.6);
	}

	.logo {
		display: block;
		float: none;
		text-align: center;
		margin: 0;
	}

	.logo img {
		max-height: none;
		max-width: 40%;
		width: auto;
		margin: 0;
		padding: 0;
	}

	.head-search {
		width: 100%;
		opacity: 1;
		background: #016aac;
		margin: 0;
		position: relative;
	}

	.head-search .search-ipt {
		width: 100%;
		padding: 0 20px;
		border-bottom: 1px solid #CCC;
		text-indent: 0;
	}

	.head-search .search-ipt::-webkit-input-placeholder {
		color: rgba(255,255,255,.6);
	}

	.head-search .search-ipt:-moz-placeholder {
		color: rgba(255,255,255,.6);
	}

	.head-search .search-ipt::-moz-placeholder {
		color: rgba(255,255,255,.6);
	}

	.head-search .search-ipt:-ms-input-placeholder {
		color: rgba(255,255,255,.6);
	}

	.head-search .search-btn {
		width: 40px;
		background-position: -280px 10px;
	}

	.nav li {
		position: relative;
		display: block;
		width: 100%;
	}

	.nav ul {
		clear: both;
	}

	.nav ul:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.nav > li {
		padding: .5em 0;
		border-bottom: 1px solid #eee;
		float: left;
	}

	.nav li.has-child {
		width: 100%!important;
		float: none!important;
		clear: both!important;
	}

	.nav li.has-child li {
		float: left;
		margin: 0 1em 0 0;
	}

	.nav li.has-child > ul {
		clear: both;
	}

	.nav ul li {
		line-height: 1.8em;
	}

	.nav ul li.has-child > ul {
		padding-left: 1em;
	}

	.nav ul li.has-child > ul > li {
		float: left;
		width: auto;
		font-size: 12px;
	}

	.nav li ul img {
		display: none;
	}

	.nav > li.elem-link > a {
		display: block;
		position: relative;
	}

	.nav > li.elem-link > a:after {
		content: '\f105';
		position: absolute;
		right: 0;
		top: 0;
	}

	.nav > li > ul > li {
		float: none;
	}

	.nav > li > ul > li > a {
		display: block;
		position: relative;
		padding-left: 1em;
		float: none;
		font-weight: bold;
	}

	.nav > li > ul > li > a:before {
		content: '';
		display: block;
		width: 3px;
		height: 3px;
		background-color: #aaa;
		position: absolute;
		left: 0;
		top: 11px;
	}

	.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;
	}

	.foot-wrapper {
		background: none;
	}

	.foot-wrapper:after {
		display: none;
	}

	.foot-items {
		padding: 0;
	}

	.foot-item {
		width: 100%;
		padding: 1em 15px;
		max-width: inherit;
		float: none;
	}

	.foot-item .foot-tit {
		font-size: 16px;
	}

	.foot-item .foot-cont {
		padding-top: 1em;
	}

	.foot-item-contact {
		background-color: #272e89;
		border-bottom: 1px solid rgba(0,0,0,.3);
	}

	.foot-item-contact ul li {
		font-size: 12px;
	}

	.foot-item-inquiry {
		background-color: #0069ad;
		background-image: url(../images/footer-bg-map.png);
		background-size: auto 60%;
		background-repeat: no-repeat;
		background-position: center;
	}

	.head-social {
		padding-top: 1.5em;
	}

	.head-social li {
		margin-right: 1em;
	}

	.head-social li img {
		width: 18px;
		height: auto;
	}

	.foot-item-inquiry .inquiry-ipt {
		padding: 10px 0;
		font-size: 12px;
	}

	.foot-item-inquiry .inquiry-btn {
		font-size: 12px;
	}

	.foot-gotop {
		display: none;
	}

	.foot-copyright {
		padding: 1em 0 4em;
		font-size: 14px;
	}

	

	.index-layout {
		padding: 0 15px;
	}

	.company-synopses-wrap {
		padding: 40px 0;
	}

	.index-tit-bar .title {
		font-size: 22px;
		font-weight: bold;
	}

	.index-tit-bar .desc {
		font-size: 12px;
	}

	.btn-readmore {
		padding: 8px 0;
		background-color: transparent;
	}

	.btn-readmore:after {
		display: none!important;
	}

	.btn-readmore:hover {
		background-color: transparent;
		border-color: #666;
		color: #444;
	}

	.rev_slider_wrapper {
		margin: 0 auto;
	}

	.tp-leftarrow,.tp-rightarrow {
		z-index: 1000;
	}

	.tp-bullets.hidebullets {
		opacity: 1;
	}

	.tp-bullets.simplebullets .bullet {
		width: 5px;
		height: 5px;
	}

	.promote-banner {
		font-size: 12px;
		margin: 0 -15px;
		padding: 3em 8%;
		line-height: 1.4;
	}

	.promote-banner:before {
		display: none;
	}

	.synopsis-item {
		width: 100%;
		padding: 1em 0;
		border-bottom: 1px solid #eee;
	}

	.synopsis-item:last-child {
		border-bottom: 0;
	}

	.synopsis-item .item-wrap {
		margin: 0;
		width: 85%;
		max-width: 400px;
		margin: 0 auto;
	}

	.synopsis-item .item-wrap .item-img a {
		text-align: center;
	}

	.synopsis-item .item-wrap .item-img a:after,.synopsis-item .item-wrap .item-img a:before {
		display: none!important;
	}

	.synopsis-item .item-wrap .item-img img {
		max-width: 320px;
		display: inline-block;
	}

	.synopsis-item:hover .item-wrap .item-img img {
		-webkit-animation-name: none;
		animation-name: none;
	}

	.synopsis-item .item-info .item-title {
		font-size: 16px;
	}

	.synopsis-item .item-wrap .item-desc {
		height: auto;
		font-size: 12px;
		line-height: 1.4em;
		margin-top: .5em
	}

	.company-synopses-wrap + .main-product-wrap {
		margin: 0 -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.main-product-wrap {
		padding: 40px 0;
	}

	.product-wrap {
		margin: 0 -5px;
	}

	.product-item {
		width: 50%;
		padding-bottom: 10px;
	}

	.product-item .item-wrap {
		margin: 0 5px;
	}

	.main-product-wrap .product-item .item-wrap .pd-img {
		border: 1px solid #d8d8d8;
	}

	.product-item .item-wrap .pd-img a:after,.product-item .item-wrap .pd-img a:before {
		display: none;
	}

	.main-product-wrap .product-item:nth-child(2n+1) {
		clear: left;
	}

	.main-product-wrap .product-item .item-wrap .pd-img a:after {
		display: none;
	}

	.product-item .item-wrap .pd-name {
		font-size: 12px;
		height: 2.8em;
		line-height: 1.4em;
		margin-top: 8px;
	}

	.about-us-wrap {
		/*padding: 40px 0;*/
	}

	.about-banner,.about-detail {
		width: 100%;
		float: none;
		padding: 0;
	}

	.about-banner {
		/*max-width: 400px;*/
		margin: 0 auto;
		top: auto;
	}

	.about-us .about-detail {
		font-size: 14px;
		padding-top: 1em;
	}

	.about-us .about-detail p {
		padding-bottom: 1em;
	}

	.about-us-wrap .about-tit-bar .about-tit {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 22px;
		margin-bottom: 1em;
	}

	.about-us-wrap .about-tit-bar .about-tit strong {
		font-size: 22px;
	}

	.about-us .about-detail .bar-more {
		text-align: center;
	}

	.path-bar {
		display: none;
	}

	.promote-bar {
		display: none;
	}

	.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-widget .side-hide {
		padding: 15px 0;
	}

	.side-cate ul li {
		line-height: 30px;
	}

	.products-scroll-btn-prev,.products-scroll-btn-next {
		display: none;
	}

	.products-scroll-list li {
		display: block;
		vertical-align: top;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.products-scroll-list li > a {
		width: 4em;
	}

	.products-scroll-list li > a img {
		width: 100%;
		height: auto;
		max-width: inherit;
	}

	.products-scroll-list li .pd-info {
		padding-left: 10px;
		font-size: 12px;
		line-height: 1.4em;
	}

	.product-list .gm-sep {
		margin: 0 -5px;
	}

	.product-list .product-item {
		width: 50%;
	}

	.product-list .product-item:nth-child(3n+1) {
		clear: none;
	}

	.product-list .product-item:nth-child(2n+1) {
		clear: left;
	}

	.product-list .product-item .item-wrap {
		margin: 0 5px;
	}

	.products-scroll-list li img {
		width: 100%;
		float: none;
		margin: 0;
	}

	.main {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.main-tit-bar {
		margin: 30px 0 10px;
	}

	.main-tit-bar .title {
		font-size: 20px;
	}

	.main-tit-bar .share-this {
		padding: 0;
	}

	.main-tit-bar .share-this {
		max-width: 50%;
	}

	.goods-summary {
		font-size: 12px;
		line-height: 1.5em;
	}

	.product-list {
		margin-top: 1.5em;
	}

	.product-list ul,.certificate-list ul,.video-list ul {
		position: relative;
		width: 100%;
	}

	.product-list .product-item:nth-child(2n+1) {
		clear: left;
	}

	.product-list .product-item .item-wrap:hover {
		outline: 0;
		border-color: #d8d8d8;
	}

	.product-list .product-item .item-wrap .pd-name {
		width: 100%;
		max-width: 90%;
		font-size: 12px;
	}

	.product-list .product-item .item-wrap .pd-img a:after {
		display: none;
	}

	.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;
	}

	.product-title {
		font-size: 18px;
		margin: 30px 0 20px 0;
		line-height: 1.2em;
		font-weight: normal;
	}

	.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 {
		position: relative;
		width: 100%;
		float: none;
	}

	.product-summary .share-this {
		float: none;
		margin: 30px 0;
	}

	.tab-content-wrap .tab-title-bar,.tab-content-wrap .tab-panel-wrap {
		display: none;
	}

	.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 {
	}

	.goods-items {
		width: 100%;
	}

	.blog-list .blog-item {
		padding: 15px 0;
		border-bottom: 1px solid #ddd;
		margin: 0 5px;
	}

	.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;
		margin-right: 0;
	}

	.blog-list .blog-item .blog-tit {
		font-size: 18px;
		line-height: 1.1em;
		padding: 6px 0 0;
	}

	.blog-list .blog-item .blog-meta {
		padding: 6px 0 0;
		font-size: 12px;
	}

	.blog-list .blog-item .blog-summary {
		padding: 0;
		margin: 8px 0;
		max-height: 6em;
		font-size: 14px;
		line-height: 1.3em;
		overflow: hidden;
	}

	.blog-list .blog-item .readmore {
		display: none;
	}

	.main .blog-article {
		padding: 5px 10px;
	}

	.certificate-list {
		margin: 0 -5px;
	}

	.certificate-list .product-item {
		width: 50%;
		padding-bottom: 15px;
	}

	.certificate-list .product-item:nth-child(3n+1) {
		clear: none;
	}

	.certificate-list .product-item:nth-child(2n+1) {
		clear: left;
	}

	.certificate-list .product-item .item-wrap {
		margin: 0 5px;
	}

	.certificate-list .product-item .item-wrap .pd-name {
		max-width: 100%;
		margin-top: 10px;
		font-size: 11px;
	}

	.certificate-list .product-item .item-wrap .pd-name a {
		height: 2.4em;
		line-height: 1.2em;
	}

	.certificate-list .product-item .pd-img a:before,.video-list .product-item .pd-img a:after {
		display: none;
	}

	.certificate-list .product-item .item-wrap .pd-name {
		padding: .5em 1.5em;
		height: auto;
		background-color: rgba(0,0,0,.6);
	}

	.certificate-list .product-item .item-wrap .pd-info {
		-webkit-transform: none!important;
		transform: none!important;
		opacity: 1;
	}

	.certificate-list .product-item .item-wrap .pd-name,.certificate-list .product-item .item-wrap .pd-name a {
		color: #fff;
		font-family: Arial;
	}

	.video-list {
		margin: 0 -5px;
	}

	.video-list .product-item {
		width: 50%;
		padding-bottom: 15px;
	}

	.video-list .product-item:nth-child(3n+1) {
		clear: none;
	}

	.video-list .product-item:nth-child(2n+1) {
		clear: left;
	}

	.video-list .product-item .item-wrap {
		margin: 0 5px;
	}

	.video-list .product-item .item-wrap .pd-name {
		max-width: 100%;
		margin-top: 10px;
		font-size: 12px;
	}

	.product-item .item-wrap .pd-name a {
		height: 2.8em;
		line-height: 1.4em;
	}

	.video-list .product-item .pd-img a:before,.video-list .product-item .pd-img a:after {
		display: none;
	}

	.inquiry-form {
		padding: 1.5em 15px 15px;
		position: relative;
		z-index: 3;
	}

	.inquiry-form .inquiry-form-ico {
		width: 40px;
		right: 8px;
		top: 8px;
		display: none;
	}

	.inquiry-form input[type="text"].form-input,.inquiry-form textarea.form-text {
		width: 100%;
		background-color: #fff;
	}

	.inquiry-form .captcha-image i {
		font-size: 24px;
	}

	.faq-list ul li .faq-cont {
		font-size: 14px;
		padding-bottom: 15px;
	}

	.faq-list ul li .faq-title {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.products-scroll-list li {
		display: block;
		width: 100%;
		margin: 0 0 20px;
	}

	.abo_adv ul li {
	    width: 48%;
	}

	.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;
	}
}

.bottomsidebar .bottomcontent {
	background: #f7c617 !important;
}

.change-language {
}

.change-language-info .change-language-title {
	background: #272e89;
	border-radius: 5px !important;
}

.change-language-info .change-language-title.title-hide {
	background: #272e89 !important;
}

.change-language-info .change-language-title,.change-language-info .change-language-title a,.change-language-info .change-language-title span,.change-language-info .language-icon {
	color: #FFF
}

.cat_desc img {
	max-width: 100%;
}

.top_heai {
	background: rgba(0,0,0,0.6);
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom: 1px solid #666;
}

.head-phone span b {
	color: #fff;
}

.head-phone {
	float: left;
	color: #fff;
}

.head-email {
	float: left;
	color: #fff;
}

.heaf_map {
	float: right;
	color: #fff;
}

.head-phone a {
	color: #fff;
}

.head-email a {
	color: #fff;
}

.heaf_map a {
	color: #fff;
}

@media screen and (max-width:800px) {
	.top_heai {
		display: none;
	}
}

.head-contact .head-phone::before {
	content: '\e942';
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.head-contact .head-email::before {
	content: '\e945';
	font-size: 14px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.heaf_map .head-social {
	padding: 0;
}


.about-detail {
	font-size: 16px;
	line-height: 1.6;
}
.synopsis-item .item-info {
	color: #fff;
}
.synopsis-item {
	width: 22%;
}
#separator {
	padding-bottom: 15px;
	position: relative;
}
#separator:before {
	background: url(../images/20191129151311_3156.png) repeat scroll left top transparent;
	bottom: 0;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	width: 100%;
}
.our-services{
	padding: 50px 0;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.sec-title h2:before {
	left: 50%;
	margin-left: -61px;
}
.sec-title h2:after {
	left: 50%;
	margin-left: -50px;
}
.style-2{
	padding: 50px 0px 80px;
}
.single-item{
	margin-top: 50px;
	text-align: center;
}
.single-item .icon-box{
	width: 85px;
	height: 85px;
	margin: 0 auto;
	border: 1px solid #0069ad;
	background: #0069ad;
	transform: rotate(45deg);
	transition:.5s;
}
.single-item:hover .icon-box{
	border:1px solid #0069ad;
	background: #fff;
}
.single-item:hover .icon-box .a1{
	color: #c21605;
	background-image: url(../images/111.png);
}
.single-item .content-box{
	margin-top: -43px;
	padding: 70px 15px 15px;
	border: 1px solid #0069ad;
	background: #fff;
	transition: .5s;
	min-height: 170px;
}
.single-item .icon-box .a1 {
	background-image: url(../images/11.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
	transform: rotate(-45deg);
	padding: 20px;
}
.single-item:hover .icon-box .a2{
	color: #c21605;
	background-image: url(../images/112.png);
}
.single-item .icon-box .a2 {
	background-image: url(../images/12.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
	transform: rotate(-45deg);
	padding: 20px;
}
.single-item:hover .icon-box .a3{
	color: #c21605;
	background-image: url(../images/113.png);
}
.single-item .icon-box .a3 {
	background-image: url(../images/13.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
	transform: rotate(-45deg);
	padding: 20px;
}
.single-item:hover .icon-box .a4{
	color: #c21605;
	background-image: url(../images/114.png);
}
.single-item .icon-box .a4 {
	background-image: url(../images/14.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
	transform: rotate(-45deg);
	padding: 20px;
}
.single-item .content-box:hover{
	box-shadow: 0px 10px 17px 3px rgba(0, 0, 0, 0.13);
	transition: .5s;
}
.single-item:hover .content-box{
	border: 1px solid #0069ad;
	background: #0069ad;
	transition: .5s;
}
.single-item .content-box h3{
	font-size: 20px;
	color: #222;
	font-weight: 600;
	transition: .5s;
}
.single-item:hover .content-box h3{
	color: #fff;
	transition: .5s;
}
.single-item .content-box p{
	margin-top: 8px;
	transition: .5s;
	min-height: 95px;
}
.single-item:hover .content-box p{
	color: #fff;
	transition: .5s;
}
.single-item .content-box a{
	font-size: 16px;
	margin-top: 18px;
	color: #0069ad;
	text-transform: capitalize;
	font-weight: 600;
	transition: .5s;
	text-decoration: none;
	display: inline-block;
	outline: none;
}
.single-item:hover .content-box a{
	color: #fff;
	transition: .5s;
}
.single-item .content-box a:hover{
	color: #fff;
}
.single-item .content-box i{
	top: 1px;
	position: relative;
}
.col-md-3 {
	width: 23%;
	float: left;
	margin: 0 1%;
}
@media (max-width: 768px){
	.single-item .icon-box .a1 {
		padding: 40px;
	}
	.single-item .icon-box .a2 {
		padding: 40px;
	}
	.single-item .icon-box .a3 {
		padding: 40px;
	}
	.single-item .icon-box .a4 {
		padding: 40px;
	}
	.col-sm-6 {
		width: 48%;
	}
	.our-services {
		padding: 50px 0;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 568px){
	.col-xs-12 {
		width: 98%;
	}
	.our-services {
		padding: 50px 0;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}
	.single-item .content-box {
		WIDTH: 95%;
	}
}

.about-detail .bar-more {
    text-align: left;
    display: none;
}

.logo {
    display: inline;
    float: left;
    margin-right: 55px;
    max-width: 250px;
}
.logo img {
    max-height: 60px;
    padding: 5px 0 0;
}
.our-services h2 {
	font-size:34px;
	line-height:1.25em;
	color:#2f2f2f;
	text-align:center;
	text-transform:uppercase;
	padding:0 0 35px 0;
}
@media screen and (max-width: 768px){
	.logo {
	    display: block;
	    float: none;
	    text-align: center;
	    margin: 0;
	 	width: 100%;
	}
}

img {
	max-width: 100%;
}

.main-partner-wrap {
	padding: 60px 0;
	padding-top: 0;
}
.our-services {
	padding: 60px 0;
}

/*.product-item .item-wrap .pd-img {
    border: 1px solid #016aac;

}*/

.single-item .content-box h3 {
    font-size: 40px;
    margin-top: 10px;
}

#owl-banner .owl-dots .owl-dot {
    width: 50px;
    height: 6px;
    border-radius: 6px;
    background-color: #fff;
}
#owl-banner .owl-dots .active {
    background: #f7c617;
}
#owl-banner .owl-dots {
    left: 0;
    bottom: 20px;
}


.abo_adv ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.abo_adv ul li {
	width: 23%;
	margin: 1%;
}
.abo_adv ul li img {
	width: 40px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.abo_adv ul li span {
	display: block;
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin: 10px 0;
	font-weight: bold;
}

.contact a {
	color: #fff;
}

@media screen and (max-width: 1200px){
	.about-banner .slides img {
		width: 1300px;
		position: relative;
		left: 50%;
		transform: translate(-50%,0);
		max-width: none;
	} 
	.about-banner .flex-control-nav {
	    bottom: 20px;
	}
	.foot-item-contact {
	    max-width: 40%;
	    margin-left: 10px;
	}
	.foot-item-inquiry {
	    width: 50%;
	    margin-right: 10px;
	}
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
	.logo {
		float: none;
	}
	.nav-bar .nav {
		margin-top: 10px;
	}
}


@media screen and (max-width: 768px) {
	.abo_adv ul li {
		width: 48%;
	}
	.about-us-wrap .about-info {
	    top: 35px;
	}
	.about-banner .slides img {
		width: 1560px;
	}
	.foot-item-contact {
	    max-width: 100%;
	    width: 100%;
	    margin-left: 0;
	}
	.foot-item-inquiry {
	    width: 100%;
	    margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.about-banner .slides img {
		width: 1920px;
	}
}


#owl-link li {
	border: 1px solid #eee;
}

