 @charset "utf-8";
/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
 position: relative;
 width: 100%;
 z-index: 10000;
 background: none;
}
.page-head {
 position: relative;
 height: 156px;
 background: #8d9aa2;
}
.logo, .head-contact, .head-contact .head-phone, .head-contact .head-email, .nav-wrap, .change-language, .head-search {
 position: relative;
 display: inline-block;
 *display:inline;
 *zoom:1;
 vertical-align: top;
 text-align: left;
}
.nav-bar {
 position: relative;
 background: #ffffff;
}
.logo {
 position: relative;
 float: left;
}
.logo img {
 position: relative;
 max-height: 96px;
}
.head-top {
 padding: 10px;
 height: 95px;
}
.header-right {
 float: right;
 display: inline-block;
}
.head-contact {
 font-family: 'SourceSansProLight';
 font-size: 16px;
 line-height: 30px;
 margin: 18px 0 0;
}
.head-contact, .head-contact a {
 color: #7a7a7a;
}
.head-contact .head-phone, .head-contact .head-email {
 padding: 0 0 0 34px;
 margin: 0 15px 0 0;
}
.head-contact .head-phone:before, .head-contact .head-email:before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 30px;
 height: 30px;
 background-repeat: no-repeat;
 background-position: left top;
}
.head-contact .head-phone:before {
 background-image: url(img/tel.png);
}
.head-contact .head-email:before {
 background-image: url(img/email.png);
}
.nav-bar .nav-wrap {
 width: 100%;
 text-align: right;
 background-color: #272727;
}
.change-language {
 margin: 18px 10px 0 0;
 text-align: right;
}
.change-language-info .language-icon:before {
 font-size: 12px;
}
.head-search {
 position: relative;
 width: 120px;
 height: 33px;
 border-bottom: 1px solid #7a7a7a;
 margin: 0px 10px 0 35px;
 float: left;
}
.head-search .search-ipt {
 position: absolute;
 left: 0;
 top: 0;
 width: 130px;
 height: 33px;
 line-height: 33px;
 background: none;
 border: none;
 font-size: 16px;
 color: #fff;
}
.head-search .search-btn {
 position: absolute;
 left: -35px;
 top: 8px;
 width: 33px;
 height: 33px;
 border: none;
 background-color: inherit;
 background-position: -298px 8px;
}
.nav-bar .nav {
 position: relative;
 text-align: right;
 font-family: 'AdelleBasic';
 float: right;
}
.nav-bar .nav li, .nav-bar .nav li a {
 position: relative;
 display: block;
 text-align: left;
 color: #ffffff;
}
.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 {
 color: #0193de
}
.nav-bar .nav > li > a {
 height: 45px;
 line-height: 45px;
 font-size: 16px;
 padding: 0 30px;
 z-index: 1;
 font-family: "SourceSansProSemibold";
}
.nav-bar .nav > li > a:after {
 content: "";
 width: 3px;
 height: 3px;
 background-color: #ffffff;
 visibility: visible;
 position: absolute;
 top: 50%;
 top: 20px;
 right: 0;
}
.nav-bar .nav > li:last-child > a:after {
 display: none;
}
.nav-bar .nav li li {
 display: block;
 *display:block;
 line-height: 35px;
}
.nav-bar .nav li li a {
 padding: 0 15px;
 color: #7d7979;
}
.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: #0193de;
}
.nav-bar .nav li .nav-ico {
 position: absolute;
 bottom: -18px;
 line-height: 50px;
 right: 48%;
 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: #2b2c30;
 margin: 60px 0 0;
 font-size: 16px;
}
.foot-wrapper, .foot-wrapper a {
 color: #bfbfbf;
}
.foot-items {
 padding: 75px 0 35px;
}
.foot-item {
 position: relative;
 display: inline-block;
 vertical-align: top;
 *display:inline;
 *zoom:1;
}
.foot-item.foot-item-inquiry {
 width: 770px;
 float: right;
}
.foot-item.foot-item-news {
 width: 295px;
 margin: 0 20px 0 150px;
}
.foot-item.foot-item-contact {
 width: 310px;
 float: left;
}
.foot-item .foot-tit {
 color: #eeeeee;
 font-family: "SourceSansProSemibold";
 font-size: 22px;
 margin: 0 0 20px;
}
.foot-item.foot-item-contact ul li {
 position: relative;
 line-height: 28px;
 margin: 0 20px 0 0;
}
/*.foot-item.foot-item-contact ul li:before{
	content:"";
	position:absolute;
	left:0;
	top:5px;
	width:30px;
	height:20px;
	background-repeat:no-repeat;
	background-image:url(img/page-ico.png);
	}
.foot-item.foot-item-contact ul li.foot-addr:before{
	background-position:-17px -168px;
	}
.foot-item.foot-item-contact ul li.foot-phone:before{
	background-position:-17px -228px;
	}
.foot-item.foot-item-contact ul li.foot-email:before{
	background-position:-17px -260px;
	}
.foot-item.foot-item-contact ul li.foot-fax:before{
	background-position:-17px -295px;
	}
.foot-item.foot-item-contact ul li.foot-skype:before{
	background-position:-17px -328px;
	}
	*/
.foot-item.foot-item-inquiry .subscribe {
}
.foot-item.foot-item-inquiry .subscribe p {
}
.foot-item.foot-item-inquiry .subscribe-form {
 position: relative;
 width: 100%;
 height: 52px;
}
.foot-item.foot-item-inquiry .subscribe-form .subscribe-ipt {
 position: relative;
 width: 100%;
 padding: 26px 0 0 0;
 height: 52px;
 line-height: 52px;
 border: none;
 background: #eeeeee;
 color: #999;
 font-style: italic;
 margin: 0 33px 0 0;
 background: transparent;
 border-bottom: 1px solid #555659;
}
.foot-item.foot-item-inquiry .subscribe-form .subscribe-ipt:nth-child(2) {
 margin: 0 0 0 0;
}
.foot-item.foot-item-inquiry .subscribe-form .subscribe-ipt:nth-child(3) {
 width: 100%;
}
.foot-item.foot-item-inquiry .subscribe-form .subscribe-btn {
 position: absolute;
 right: 0;
 top: 35px;
 line-height: 40px;
 font-family: "NerisLight";
 font-size: 16px;
 border: none;
 background: transparent;
 color: #FFF;
 font-weight: 600;
}
.foot-send-ipt {
 cursor: pointer;
 float: right;
 margin-top: 38px;
}
.foot-send-ipt img {
 display: inline-block;
}
.news-slides {
 padding: 0 0 30px;
}
.foot-news-item {
}
.foot-news-item .item-wrap {
}
.foot-news-item .news-cont-pic {
 position: relative;
 width: 120px;
 float: left;
 margin: 0 20px 0px 0;
}
.foot-news-item .news-cont-pic img {
}
.foot-news-item .news-cont-info {
}
.foot-news-item .news-cont-info .news-cont-title, .foot-news-item .news-cont-info .news-cont-title a {
 color: #FFF;
 font-family: 'SourceSansProSemibold';
 font-size: 14px;
}
.foot-news-item .news-cont-info .news-cont-time {
}
.foot-news-item .news-cont-info .news-cont-text {
}
.footer {
 position: relative;
 line-height: 30px;
 padding: 21px 0;
 background-color: #201f24;
 margin-top: 37px;
}
.foot-social {
 margin-top: 25px;
}
.foot-social li {
 position: relative;
 display: inline-block;
 vertical-align: top;
 *display:inline;
 *zoom:1;
 margin: 0 0 0 16px;
}
.foot-social li img {
 max-width: 30px;
}
.copyright {
 color: #838383;
 text-align: center;
}
.copyright a{ color: #838383;}
/*--------------------------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(img/btn-opener.png) no-repeat center center;
 z-index: 999;
}
.company-synopses-wrap {
 position: relative;
 width: 100%;
 padding: 42px 0 0 0;
 background-image: url(img/item-bg.jpg);
 background-size: 100% 403px;
 background-repeat: no-repeat;
}
.company-synopses-title {
 font-family: 'Source Sans Pro Semisbold';
 font-size: 48px;
 line-height: 54px;
 color: white;
 text-align: center;
 text-transform: uppercase;
 font-weight: 600;
}
.company-synopses-subtitle {
 font-family: 'SourceSansProLight';
 font-size: 18px;
 line-height: 28px;
 color: white;
 text-align: center;
 padding: 0 0 42px 0;
}
.company-synopses {
 position: relative;
 margin: 0 auto;
 width: 110%;
}
.company-synopses-wrap:after {
 left: auto;
}
.synopsis-item {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 *display:inline;
 *zoom:1;
 height:88px;
 width: 305px;
 margin-right: 37px;
 padding: 10px 35px 44px 35px;
 z-index: 1;
 background-color: #0193de;
}
.synopsis-item:after {
 width: 0;
 height: 2px;
 content: "";
 visibility: visible;
 display: block;
 background-color: rgba(255,255,255,.5);
 position: absolute;
 top: 0;
 left: 0px;
 transition-duration: .5s;
 -moz-transition-duration: .5s; /* Firefox 4 */
 -webkit-transition-duration: .5s; /* Safari 和 Chrome */
 -o-transition-duration: .5s; /* Opera */
}
.synopsis-item:hover:after {
 width: 100%;
 height: 2px;
 content: "";
 visibility: visible;
}
.synopsis-item:before {
 width: 2px;
 height: 0;
 content: "";
 visibility: visible;
 display: block;
 background-color: rgba(255,255,255,.5);
 position: absolute;
 top: 0;
 left: 0;
 transition-duration: .5s;
 -moz-transition-duration: .5s; /* Firefox 4 */
 -webkit-transition-duration: .5s; /* Safari 和 Chrome */
 -o-transition-duration: .5s; /* Opera */
}
.synopsis-item:hover:before {
 width: 2px;
 height: 100%;
 content: "";
 visibility: visible;
}
.synopsis-item:hover {
 transform: scale(1.1, 1.1);
 -moz-transform: scale(1.1, 1.1);
 -webkit-transform: scale(1.1, 1.1);
 -o-transform: scale(1.1, 1.1);
}
.synopsis-item:last-child {
 margin-right: 0px;
}
.synopsis-item, .synopsis-item a {
 color: #FFF;
}
.synopsis-item .item-wrap {
 position: relative;
 overflow: hidden;
}
.synopsis-item .item-img {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 *display:inline;
 *zoom:1;
 width: 61px;
 height: 61px;
 line-height: 61px;
 border-radius: 50%;
}
.synopsis-item .item-img img {
 max-width: 61px;
 max-height: 61px;
}
.synopsis-item .item-info {
 position: relative;
 text-transform: uppercase;
}
.synopsis-item .item-info .item-title a {
 margin-bottom: 31px;
 line-height: 22px;
 display: block;
 vertical-align: middle;
 font-family: 'Geometric415BT-BlackA';
 font-size: 20px;
 text-transform: uppercase;
}
.synopsis-item .item-text {
 font-size: 18px;
 line-height: 33px;
}
.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 {
}
/*==================================================================================
					about us
=================================================================================*/
.about-us-wrap {
 position: relative;
 width: 100%;
 padding: 98px 0;
}
.about-us {
 position: relative;
 width: 100%;
}
.about-us .about-img {
 position: relative;
 display: inline-block;
 vertical-align: top;
 *display:inline;
 *zoom:1;
 width: 405px;
 float: left;
 border-top: 20px solid #0193de;
 border-left: 20px solid #0193de;
}
.about-us .about-img .slides {
 position: relative;
 left: 50px;
 top: 25px;
}
.about-us .about-img:after {
 width: 20px;
 height: 25px;
 position: absolute;
 top: 0;
 right: 0;
 content: "";
 visibility: visible;
 background: #0193de;
}
.about-us .about-img:before {
 width: 50px;
 height: 20px;
 position: absolute;
 bottom: 0;
 left: 0;
 content: "";
 visibility: visible;
 background: #0193de;
}
.about-us .about-img .item img {
 position: relative;
 width: 100%;
 box-shadow: 5px 5px 20px rgba(0,0,0,.4);
}
.about-us .about-detail {
 position: relative;
 display: inline-block;
 vertical-align: top;
 *display:inline;
 *zoom:1;
 width: 521px;
 float: right;
}
.about-us .about-detail .title {
 position: relative;
 font-family: 'SourceSansProBold';
 font-size: 60px;
 text-transform: uppercase;
}
.about-us .about-detail .title, .about-us .about-detail .title a {
 color: #0193de
}
.about-us .about-detail .text {
 position: relative;
 font-size: 16px;
 line-height: 25px;
 padding: 15px 0 30px;
}
.about-us .about-detail .read-more {
 position: relative;
 display: inline-block;
 vertical-align: top;
 *display:inline;
 *zoom:1;
 font-family: 'SourceSansProSemibold';
 font-size: 16px;
 padding: 0 51px;
 height: 29px;
 line-height: 29px;
 color: #0193de;
 border: 3px solid #0193de;
}
.about-us .about-detail .read-more:hover {
 color: #FFF;
 background: #0193de;
 border-radius: 16px;
}
/*about us  control-nav */
.about-us .flex-control-nav li {
 display: block;
 padding: 4px 0;
}
.about-us .flex-control-paging li a {
 background: #121212;
}
.about-us .flex-control-paging li a.flex-active {
 background: #0193de;
}
.about-us .flex-control-nav {
 left: 13px;
 bottom: 40%;
}
/*                 */

.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: #0193de
}
.main-product-wrap {
 position: relative;
 width: 100%;
 padding: 87px 0 0;
}
.product-wrap {
 position: relative;
 width: 110%;
}
.index-title-bar {
 position: relative;
 text-align: center;
}
.main-product-wrap .title, .product-slides-title {
 font-family: 'Source Sans Pro Semisbold';
 font-size: 48px;
 line-height: 54px;
 color: #013274;
 text-align: center;
 text-transform: uppercase;
 font-weight: 600;
}
.main-product-wrap .subtitle, .product-slides-subtitle {
 font-family: 'SourceSansProLight';
 font-size: 18px;
 line-height: 28px;
 color: #000000;
 text-align: center;
 padding: 0 0 33px 0;
}
.product-slides-wrap {
 position: relative;
 width: 100%;
 margin-top: 89px;
}
.product-slides-cont {
 position: relative;
 width: 1227px;
}
.product-slides {
 position: relative;
 width: 100%;
 padding: 0 0 55px;
}
.product-slides .owl-nav {
 display: inline;
 position: absolute;
 width: 100%;
 top: 50%;
 left: 0;
 z-index: 0;
 margin: -58px 0 0;
}
.product-slides .owl-prev, .product-slides .owl-next {
 position: absolute;
 overflow: hidden;
 z-index: 999;
 display: inline-block;
 vertical-align: top;
*display:inline;
*zoom:1;
 background-repeat: no-repeat;
 margin: 0;
 color: #d4d4d4;
 font-size: 90px;
 background: none;
}
.product-slides .owl-prev {
 left: -130px;
}
.product-slides .owl-next {
 right: -103px;
}
.product-slides .owl-prev:before {
 content: "\f104";
}
.product-slides .owl-next:before {
 content: "\f105";
}
.product-item {
 position: relative;
 display: inline-block;
 vertical-align: top;
 *display:inline;
 *zoom:1;
 width:270px;
 margin: 0 27px 10px 0;
}
.product-item:nth-child(6n) {
 margin: 0 0 10px 0;
}
.product-item .item-wrap {
 position: relative;
 width: 100%;
 overflow: hidden;
 text-align: center;
 text-align: center
}
.product-item .pd-img {
 position: relative;
 overflow: hidden;
 display: block;
 width: 281px;
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}
.product-item .pd-img img {
 position: relative;
 max-width: 281px;
 max-height: 281px;
}
.product-item .pd-info {
 position: relative;
 left: 0;
 bottom: 0;
 width: 100%;
 padding: 0;
 opacity: 1;
 visibility: visible;
}
.product-item:hover .pd-info {
 opacity: 1;
 visibility: visible;
}
.product-item .pd-info .pd-name {
 display: table-cell;
 vertical-align: middle;
 width: 100%;
 padding: 0 20px;
 font-size: 18px;
 font-family: 'SourceSansProSemibold';
 text-transform: uppercase;
}
.product-item .pd-info, .product-item .pd-info a {
 color: #252525;
 text-transform: capitalize;
 font-size: 16px;
 line-height: 18px;
 padding: 12px 0;
 font-family: 'SourceSansProRegular';
}
.product-item .pd-info .pd-more {
 position: relative;
 display: block;
 margin: 15px 0 0;
 width: 100%;
 height: 36px;
 background: url(img/pd-more.png) no-repeat center center;
}
.product-slides .product-item, .product-wrap .product-item {
 width: 280px;
 height: 282px;
 margin: 0 26px 26px 0;
}
.product-slides .product-item .item-wrap, .product-wrap .product-item .item-wrap, .product-slides .product-item .pd-img, .product-wrap .product-item .pd-img {
 width: 280px;
 height: 282px;
}
.product-slides .product-item .pd-img img, .product-wrap .product-item .pd-img img {
 max-width: 380px;
 max-height: 282px;
}
.product-slides .product-item .pd-info, .product-wrap .product-item .pd-info, .product-slides .product-item .pd-info .pd-name, .product-wrap .product-item .pd-info .pd-name {
 height: 282px;
}
/*---------------------------trusted-partners-wrap----------------------*/
.trusted-partners-wrap {
 position: relative;
 margin: 110px 0 0;
}
.trusted-partners-wrap .title {
 font-family: 'Source Sans Pro Semisbold';
 font-size: 48px;
 line-height: 54px;
 color: #013274;
 text-align: center;
 text-transform: uppercase;
 font-weight: 600;
}
.trusted-partners-info {
 padding: 13px 8px 16px 8px;
 /*background-color: #f5f5f5;*/
 width: 1140px;
 margin: auto;
}
.trusted-partners-info li {
 margin: 0 2px;
 display: inline-block;
 width: 138px;
 overflow: hidden;
}
.trusted-partners-info li img {
 width: 100%;
}
/*----------------------------------page---------------------------------*/


/*==============================================================
							path-bar
============================================================*/
.path-bar {
 position: relative;
 width: 100%;
 line-height: 35px;
 margin: 0 0 25px 0;
 background: #ebebeb;
}
.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;
 color: #999;
 font-size: 16px;
 text-transform: uppercase;
}
.path-bar li a {
 display: block;
 padding: 0 10px 0 5px;
 color: #08292b;
}
.path-bar li:hover a, .path-bar li.current a {
 color: #0193de;
}
.path-bar li:last-child:after {
 content: '';
}
/*===============================================================
							aside
================================================================*/
.aside {
 float: left;
 width: 235px;
}
.side-tit-bar {
 position: relative;
 text-align: center;
}
.side-tit-bar .side-tit {
 position: relative;
 font-size: 18px;
 line-height: 37px;
 color: #fff;
 font-family: 'SourceSansProSemibold';
 background: -webkit-linear-gradient(#0066a1, #013475); /* Safari 5.1 - 6.0 */
 background: -o-linear-gradient(#0066a1, #013475); /* Opera 11.1 - 12.0 */
 background: -moz-linear-gradient(#0066a1, #013475); /* Firefox 3.6 - 15 */
 background: linear-gradient(#0066a1, #013475);
}
.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;
}
.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 li.nav-current > a{
	color:#0193de
	}
.side-cate-menu li .icon-cate {
 position: absolute;
 right: 0;
 top: 5px;
 color: #99abb7;
 font-size: 12px;
 cursor:pointer;
}
.side-cate-menu li .icon-cate-down:before{
 content: '\f067';
}
.side-cate-menu li .icon-cate-up:before{
 content: '\f068';
}
.side-cate ul ul{ /*display:none;*/}
.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 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(img/icons-prev.png) no-repeat center center;
 margin: 10px 0 0;
}
.products-scroll-btn-next {
 background: url(img/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: 933px;
 display: block;
 float: right;
}
.main-tit-bar {
 overflow: hidden;
 line-height: 45px;
}
.main-tit-bar .title {
 position: relative;
 display: inline-block;
 vertical-align: top;
 *display:inline;
 *zoom:1;
 font-family: "SourceSansProBold";
 font-size: 30px;
 text-transform: uppercase;
}
.main-tit-bar .title, .main-tit-bar .title a {
 color: #0193de
}
.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: 0 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%;
 display: flex;
  flex-wrap: wrap;
}
.product-list .product-item {
 padding: 3px;
 border: 1px #eeeeee solid;
 width: 160px;
 margin-bottom: 19px;
 display: flex;
}
.product-list .product-item .pd-img img {
 position: relative;
 max-width: 100%x;
 max-height: 100%;
 width: 100%;
}
.product-list .product-item:nth-child(6n) {
 margin: 0 27px 19px 0;
}
.product-list .product-item:nth-child(5n) {
 margin: 0 0px 19px 0;
}
.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(img/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(img/icons10.png) no-repeat center center;
}
.faq-list ul li .faq-title b.faq-up {
 background: url(img/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: 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: 23px;
 line-height: 23px;
 padding: 0 9px;
 margin: 0 4px;
 vertical-align: middle;
 background: #fafafa;
 border-radius: 3px;
}
.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: #333;
 color: #FFF;
}
.pages a:hover {
 text-decoration: none;
}
.blog-list {
 background: #fff;
 padding: 0 0 80px;
 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: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 #0193de;
 border-bottom: 1px double #0193de;
 ;
 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: 319px;
 float: left;
}
.product-view .product-image {
	 position: relative;
 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 8px;
}
.product-view .image-additional li.current img {
 border-color: #0193de;
}
.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: -10px;
}
.image-additional .owl-next {
 right: -10px;
}
.image-additional .owl-prev:before {
 content: "\f053";
}
.image-additional .owl-next:before {
 content: "\f054";
}
/* product summary */
.product-summary {
 position: relative;
 width: 470px;
 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: -webkit-linear-gradient(#0080cd, #004599); /* Safari 5.1 - 6.0 */
 background: -o-linear-gradient(#0080cd, #004599); /* Opera 11.1 - 12.0 */
 background: -moz-linear-gradient(#0080cd, #004599); /* Firefox 3.6 - 15 */
 background: linear-gradient(#0080cd, #004599);
 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: right;
 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: #333;
 color: #fff;
}
.detail-tabs .title.current {
 font-family: 'SourceSansProSemibold';
 color: #FFF;
 background: -webkit-linear-gradient(#0066a1, #013475); /* Safari 5.1 - 6.0 */
 background: -o-linear-gradient(#0066a1, #013475); /* Opera 11.1 - 12.0 */
 background: -moz-linear-gradient(#0066a1, #013475); /* Firefox 3.6 - 15 */
 background: linear-gradient(#0066a1, #013475);
}
.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: 954px;
 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";
}
 @media screen and (max-width: 769px) {
/* layout */


body, .container {
 width: 100%;
 min-width: inherit;
}
.synopsis-item {
	height:auto;
}
.wenbenys .product-item {
	width: 100%;
}
.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(img/mobile_close.png) center center no-repeat;
 background-size: 50% auto;
 position: absolute;
 right: -35px;
 top: 0;
}
img {
 max-width: 100%;
}
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;
}
/* ===================================================

 * 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: "\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: -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: block;
}
.head-wrapper {
 position: relative;
 top: auto;
}
.head-search, .head-search .search-ipt {
 width: 100%;
}
.logo {
 display: block;
 text-align: center;
 padding: 30px 0 0;
 float: none;
}
.logo img {
 max-width: 50%;
 max-height: none;
}
/*nav */

.nav li {
 position: relative;
 display: block;
 width: 100%;
}
.nav li ul {
 display: block;
 width: 100%;
}
.nav li ul li {
 width: auto;
 padding: 0 10px;
 display: inline-block;
}
.nav li ul img {
 display: block;
 display: none;
}
.nav > li > ul > li > a:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    position: absolute;
    left: 0;
    top:1.35em; 
}
.nav>li{ border-bottom:1px solid #eee; line-height:2.75em;}
.nav>li:after {
    content: '\f105';
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2.75em;
}
.nav > li > ul > li > a{
    display: block;
    position: relative;
    padding-left: 1em;
    float: none;
    font-weight: bold;
}
.nav > li > ul > li{ display:block;}
.nav>li>ul>li>ul{ margin-left:5%;}


/* foot-social */
.foot-social {
 margin-top: 2%;
}
.mobile-head-item .foot-social {
 text-align: center
}
/* 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;
}
.rev_slider_wrapper {
 height: auto !important
}
.page-head {
 display: none !important;
}
.foot-wrapper {
 margin-top: 0;
}
.foot-wrapper, .foot-wrapper a {
 color: #ececec;
}
.foot-item.foot-item-inquiry, .foot-item.foot-item.foot-item-news, .foot-item.foot-item-contact {
 width: 50%;
 margin: 0 0 20px;
 padding: 0 20px 0 0;
}
.footer {
 padding: 20px 0 50px;
}
.foot-item.foot-item-inquiry .subscribe-form .subscribe-ipt {
 width: 100%;
}
.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: block;
 width: 100%;
 margin: 0;
}
.head-contact .head-phone, .head-contact .head-email {
 display: inline-block;
 vertical-align: top;
 width: 50%;
 margin: 0;
 text-align: center;
 line-height: 38px;
 color: #FFF;
 padding: 0;
}
.head-contact .head-phone:before, .head-contact .head-email:before {
 display: none;
}
.head-contact .head-phone {
 background: #ff6600;
}
/* ===================================================

 * for:homepage 

 * --------------------------------------------------- */


















.index-title-bar .title {
 font-size: 40px;
}
.synopsis-item .item-wrap {
 padding: 0 20px;
 text-align: center;
}
.synopsis-item, .synopsis-item a {
 color: #FFF;
 width: 100%;
 margin: 1% 0;
}
.synopsis-item .item-img {
 float: none;
}
.synopsis-item .item-text {
 font-size: 14px;
 line-height: 1.5em;
 margin-top: 2%;
 text-transform: capitalize;
}
.synopsis-item .item-info {
 position: relative;
 float: none;
 width: 100%;
}
.synopsis-item .item-info .item-title {
 font-size: 18px;
}
.synopsis-item:hover {
 transform: scale(1.05, 1.05);
 -moz-transform: scale(1.05, 1.05);
 -webkit-transform: scale(1.05, 1.05);
 -o-transform: scale(1.05, 1.05);
 box-shadow: 0 10px 20px rgba(0,0,0,.3);
 z-index: 2;
}
.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 3%;
 border: none;
 float: none;
}
.about-us .about-img:before, .about-us .about-img:after {
 display: none;
}
.about-us .about-img .slides {
 left: 0;
 top: 0;
}
.about-us .about-img .item img {
 width: auto;
}
.about-us .about-detail {
 display: block;
 width: auto;
 float: none;
}
.about-us .about-detail .title {
 font-size: 40px;
}
.about-us .about-detail .read-more {
 height: auto;
 line-height: normal;
 padding: 5px 30px;
 float: right;
 color: #FFF;
 background: #0193de;
 border-radius: 16px;
}
.main-product-wrap .title, .product-slides-title, .main-product-wrap .title, .product-slides-title {
 font-size: 30px;
}
.main-product-wrap {
 padding: 0;
}
.product-wrap, .product-slides-cont {
 width: 100%;
}
.product-slides {
 padding: 50px 0;
}
.product-slides .owl-dots {
 bottom: 15px;
}
.product-item, .product-wrap .product-item {
 width: 23%;
 height: auto;
 margin: 1% 1%;
}
.product-item:nth-child(4n) {
 margin: 1% 1%;
}
.product-item .item-wrap {
 width: 96%;
 margin: 0 auto;
}
.product-item .pd-info {
 position: relative;
 display: block;
 height: auto;
 opacity: 1;
 visibility: visible;
}
.product-item .pd-info .pd-name {
 display: block;
 height: auto;
 padding: 10px;
 font-size: 16px;
}
.product-slides .product-item {
 width: 100%;
 height: auto;
 margin: 0;
}
.product-slides .product-item .pd-info, .product-wrap .product-item .pd-info, .product-slides .product-item .pd-info .pd-name, .product-wrap .product-item .pd-info .pd-name {
 height: auto;
}
.product-item .item-wrap, .product-item .pd-img, .product-slides .product-item .item-wrap, .product-wrap .product-item .item-wrap, .product-slides .product-item .pd-img, .product-wrap .product-item .pd-img {
 display: block;
 width: 100%;
 height: auto;
}
.product-item .pd-img img, .product-slides .product-item .pd-img img, .product-wrap .product-item .pd-img img {
 width: 100%;
 max-width: none;
 max-height: none;
}
.product-item .pd-info, .product-item .pd-info .pd-name, .product-slides .product-item .pd-info, .product-wrap .product-item .pd-info, .product-slides .product-item .pd-info .pd-name, .product-wrap .product-item .pd-info .pd-name {
 height: auto;
}
/*.product-list*/
.product-list {
    margin: 2% 0 0;
}
.product-list .product-item {
 width: 31%;
 margin: 1%;
}
.product-list .product-item:nth-child(4n), .product-list .product-item:nth-child(3n) {
 margin: 1%;
}
.trusted-partners-wrap {
 margin-top: 30px;
}
.trusted-partners-info {
 width: 100%;
}
.trusted-partners-wrap .title {
 font-size: 30px;
}
/* ===================================================

 * 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: 0 0 2%;
}
.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-view .image-additional li.single{ display:block}
/* product summary */
.product-summary {
 position: relative;
 width: 100%;
 float: none;
}
.product-summary .share-this {
 float: none;
 margin: 30px 0;
}
/* detail */

.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 {
}
/* Customers Also Bought */

.goods-items {
 width: 100%;
}
/*goods-items-wrap*/
.goods-items-wrap .product-item, .goods-items-wrap .product-item, .product-wrap .product-item {
 width: 98%;
}
/* ===================================================

 * 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[type="text"].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;
}
}
 @media screen and (max-width: 641px) {
.foot-items {
 padding: 35px 0 0;
}
.foot-item.foot-item-inquiry, .foot-item.foot-item-news, .foot-item.foot-item-contact {
 width: 100%;
 padding: 0;
}
.foot-item .foot-tit {
 line-height: 30px;
 margin: 15px 0 0
}
.foot-social, .copyright {
 float: none;
}
.company-synopses {
 margin: 0;
 width: 100%;
}
.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: 3% 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, .product-list .product-item, .product-wrap .product-ite {
 width: 48%;
}
.product-item .pd-info .pd-name, .product-wrap .product-item .pd-info .pd-name {
 font-size: 12px;
 padding:1%;
}
.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;
}
/*.product-list*/

.product-list .product-item {
 width: 48%;
 margin: 1%;
}
}
.bottomsidebar .bottomcontent {
 background: #0193de !important;
}
.product-items-slide .owl-nav, .product-slides .owl-nav {
 display: inline;
 position: absolute;
 bottom: -25px;
 right: 48%;
 z-index: 0;
}
.product-items-slide .owl-prev, .product-items-slide .owl-next, .product-slides .owl-prev, .product-slides .owl-next {
 position: relative;
 overflow: hidden;
 z-index: 999;
 float: left;
 display: inline-block;
 font-size: 20px;
 margin: 0 0 0 7px;
 background: #333333;
 color: #FFF;
 line-height: 25px;
 width: 25px;
 text-align: center;
}
.product-items-slide .owl-prev:before, .product-slides .owl-prev:before {
 content: "\f104";
}
.product-items-slide .owl-next:before, .product-slides .owl-next:before {
 content: "\f105";
}
.product-items-slide .owl-prev:hover, .product-items-slide .owl-next:hover, .product-slides .owl-prev:hover, .product-slides .owl-next:hover {
 background: #013274;
}
.truster-side .owl-nav, .product-slides .owl-nav {
 display: inline;
 z-index: 0;
}
.trusted-partners-wrap .layout {
 position: relative;
}
.truster-side .owl-prev, .truster-side .owl-next {
 position: relative;
 overflow: hidden;
 z-index: 999;
 float: left;
 display: inline-block;
 font-size: 20px;
 margin: 0 0 0 7px;
 background: #333333;
 color: #FFF;
 line-height: 100px;
 width: 33px;
 text-align: center;
}
.truster-side .owl-prev:before, .truster-side .owl-prev:before {
 content: "\f104";
}
.truster-side .owl-prev {
 left: -44px;
 position: absolute;
 top: -12px;
}
.truster-side .owl-next {
 right: -44px;
 position: absolute;
 top: -12px;
}
.truster-side .owl-next:before, .truster-side .owl-next:before {
 content: "\f105";
 color: #b4b4b4;
}
.product-items-slide .owl-prev:hover, .product-items-slide .owl-next:hover, .product-slides .owl-prev:hover, .product-slides .owl-next:hover {
 background: #013274;
}
/*other*/
.addthis_sharing_toolbox {

    margin: 10px 0 !important;
}
.product-view .product-image.zoom_remove:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	z-index:999;
	}
.wenbenys .product-item .item-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;

}
.wenbenys .product-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 270px;
    margin: 0 27px 10px 0;
}