@charset "utf-8";
body, html, input, button, textarea{font-family:'SourceSansProRegular',Arial,Tahoma,Verdana,Helvetica,sans-serif;}
body, html, input, button, textarea,a{color:#333;}
a:hover{color:#f5752a;}

/* carousel */
.owl-carousel{display:none;}
.owl-loaded{display:block;}
.owl-dots .owl-dot{border-radius:50%;width:7px;height:7px;border:2px solid #333;background-color:#333;}
.owl-dots .active{background-color:#fff;}
.owl-loaded{display:block!important;}


/* clear floating */
.nav-wrap:after,
.product-wrap:after,
.company-synopses:after,
.about-us:after,
.slides:after,
.head-social:after,
.foot-item-inquiry ul:after,
.partner-wrap .partner-list:after,
.subscribe-form:after,
.promote-banner-list ul:after,
.social-list:after,
.nav-wrap .nav:after,
.product-cate-list:after,
.product-intro-list: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,
.partner-wrap .partner-list,
.subscribe-form,.promote-banner-list ul,
.social-list,
.nav-wrap .nav,
.product-cate-list,
.product-intro-list{*zoom:1;}

/* transition */
.topbar .layout,.foot-gotop,.head-search,.head-search .search-ipt,.head-search .search-btn,a,.topbar .head-phone,.topbar .head-email {-webkit-transition:all .3s ease;transition:all .3s ease;}

/* color */
.nav-bar .nav a:hover{color:#f5752a;}
.foot-items a:hover,.foot-item-service li a:hover:before,.products-scroll-list li .pd-name a:hover{color:#f5752a;}
.synopsis-item .item-wrap .item-title a:hover,.promote-item .item-wrap .item-title a:hover{color:#000;}
.path-bar li.current,.path-bar li.current a{color:#f5752a;}
.default-color,a.default-color,.default-color:hover{color:#f5752a; }


/* font family */
.foot-item-service li a:before,.nav > li.elem-link > a:after{font-family:"fontawesome";}
h1,h2,h3,.side-tit-bar .side-tit,.btn-readmore,.detail-tabs .title.current,.inquiry-panel .inquiry-tit,.product-intro-item *,.nav > li.elem-link > a:after,.fas-icon{font-family:'UniversLTStd-BoldCn';font-weight: normal;}

.nav,.nav a{font-family:'UniversLTStd-BoldCn';}


/* font family */
@font-face {
	font-family: 'UniversLTStd-BoldCn';
	src:url('../fonts/universltstd-boldcn.eot');
	src:url('../fonts/universltstd-boldcn.eot') format('embedded-opentype'),
		url('../fonts/universltstd-boldcn.woff') format('woff'),
		url('../fonts/universltstd-boldcn.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* product item */
.product-wrap{margin:0 -15px;}
.product-item{width:25%;float:left;padding-bottom:30px;}
.product-item .item-wrap{position:relative;}
.product-item .item-wrap .pd-img{display:block;position:relative;}
.product-item .item-wrap .pd-img a{display:block;overflow:hidden;position:relative;}
.product-item .item-wrap .pd-img img{display:block;width:100%;height:auto;-webkit-transition:all .3s ease;transition:all .3s ease;}

/* inquiry form */
.inquiry-form{border-top-width:1px;}
.inquiry-form-wrap{padding-top:20px;}
.inquiry-form-wrap .inquiry-form-title{line-height:35px;background-color:#000;position:relative;z-index:2;margin-bottom:-1px;}
.inquiry-form  input[type="text"].form-input:focus, .inquiry-form textarea.form-text:focus{border-color:#188ae2;box-shadow:0 0 .4em rgba(24,138,226,.3);}

/* animate */
.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 zoomInA{0%{opacity:0;-webkit-transform:scale(.5); -webkit-transform-origin:center 0;transform:scale(.5); transform-origin:center 0;}100%{opacity:1;-webkit-transform:scale(1);-webkit-transform-origin:center 0;transform:scale(1);transform-origin:center 0;}}
@keyframes zoomInA{0%{opacity:0;-webkit-transform:scale(.5); -webkit-transform-origin:center 0;-ms-transform:scale(.5); -ms-transform-origin:center 0;transform:scale(.5); transform-origin:center 0;}100%{opacity:1;-webkit-transform:scale(1);-webkit-transform-origin:center 0;-ms-transform:scale(1);-ms-transform-origin:center 0;transform:scale(1);transform-origin:center 0;}}
.zoomInA{-webkit-animation-name:zoomInA;animation-name:zoomInA}
@-webkit-keyframes fadeInDownA{0%{opacity:0;-webkit-transform:translate3d(0,-30px,0);transform-origin:center 0;transform:translate3d(0,-30px,0);transform-origin:center 0;}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInDownA{0%{opacity:0;-webkit-transform:translate3d(0,-30px,0);transform-origin:center 0;-ms-transform:translate3d(0,-30px,0);transform-origin:center 0;transform:translate3d(0,-30px,0);transform-origin:center 0;}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInDownA{-webkit-animation-name:fadeInDownA;animation-name:fadeInDownA}
@-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 fadeInLeftA{0%{opacity:0;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInLeftA{0%{opacity:0;-webkit-transform:translate3d(-20%,0,0);-ms-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInLeftA{-webkit-animation-name:fadeInLeftA;animation-name:fadeInLeftA}
@-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 fadeInUpA{0%{opacity:0;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInUpA{0%{opacity:0;-webkit-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInUpA{-webkit-animation-name:fadeInUpA;animation-name:fadeInUpA}
@-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 fadeInRightA{0%{opacity:0;-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInRightA{0%{opacity:0;-webkit-transform:translate3d(20%,0,0);-ms-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInRightA{-webkit-animation-name:fadeInRightA;animation-name:fadeInRightA}
@-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 icojump{0%{-webkit-transform:translateY(0);}25%{-webkit-transform:translateY(-10px);}50%{-webkit-transform:translateY(0);}75%{-webkit-transform:translateY(-5px);}100%{-webkit-transform:translateY(0);}}
@keyframes icojump{0%{transform:translateY(0);}25%{transform:translateY(-10px);}50%{transform:translateY(0);}75%{transform:translateY(-5px);}100%{transform:translateY(0);}}
.icojump{-webkit-animation-name:icojump;animation-name:icojump;-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}




/* =================================================== 
   * header 
   * --------------------------------------------------- */
.head-wrapper{width:100%;position:fixed;left:0;top:0;z-index:999999;transition:all .2s ease;position:static;}
.topbar{position:relative;margin:0 auto;z-index:10002;padding:0;}
.topbar .layout{width: 100%;position: absolute;right: 0;top: 20px;}
.topbar .head-contact{display:inline;float:left;font-size:16px;line-height:38px;display: none;}
.topbar .head-contact a:hover{opacity:.8;}
.topbar .head-phone,.topbar .head-email{display:inline;float:left;margin-right:35px;}
.topbar .head-phone:before,.topbar .head-email:before{opacity:.85;}
.topbar .head-phone:before{content:'\f095';font-size:18px;}
.topbar .head-email:before{content:'\f0e0';font-size:16px;padding-right:5px;}
.topbar .head-phone:hover:before,.topbar .head-email:hover:before{-webkit-animation:swing .6s linear;animation:swing .6s linear;}
.topbar .change-language{display:inline-block;float:right;}
.topbar .change-language{*display:inline;}
.change-language-info .language-icon:before{
	content:"\f107" !important;
	}
.head-search{position:absolute;right:0;top:60px;}
.head-search .head-search-form{width: 380px;padding: 1px;border: 1px solid #ddd;position: relative;}
.head-search .head-search-form .search-ipt{display: block;width: 100%;line-height: 23px;padding: 10px 0;border: 0;background: none;text-indent: 1em;}
.head-search .head-search-form .search-btn{width: 43px;height: 43px;background: url(../images/search-btn.png) center no-repeat, -moz-linear-gradient(top,#333,#666) 0 0 repeat;background: url(../images/search-btn.png) center no-repeat, -webkit-linear-gradient(top,#333,#666) 0 0 repeat;background: url(../images/search-btn.png) center no-repeat, -ms-linear-gradient(top,#333,#666) 0 0 repeat;background: url(../images/search-btn.png) center no-repeat, -o-linear-gradient(top,#333,#666) 0 0 repeat;background: url(../images/search-btn.png) center no-repeat, linear-gradient(top,#333,#666) 0 0 repeat;background: url(../images/search-btn.png) center no-repeat\9;border: 0;position: absolute;right: 1px;top: 1px;}
.language-info{margin-left: 20px;}
.language-info .language-title{line-height:16px;padding:11px 20px 11px 5px;background-color:transparent;border-radius:3px;display:inline-block;}
.language-info .language-title a,.language-info .language-title span{color:#333;}
.language-info .language-icon{vertical-align:middle;top:11px;}
.language-info .language-icon:before{color:#333;content:'\f107';font-size:14px;}
.language-cont{top:37px;}
@media screen and (min-width:769px){
.language-cont{background-color: #f5752a;border: 5px solid #f2f2f2;box-shadow: none;padding: 15px;}
.language-cont ul li{border-bottom: 0;}
.language-cont ul li a{color:#fff;}
.language ::-webkit-scrollbar-track{background-color:transparent;}
.language ::-webkit-scrollbar-thumb{ border-radius:0; }
}
.nav-bar{padding:40px 0 16px;}
.logo{display:inline;float:left;margin-right:0;position: relative;overflow: hidden;}
.logo img{height:100px;width:auto;}
.logo:before{content: '';display: block;width: 15px;height: 300%;background-color: rgba(255,255,255,.4);position: absolute;left: 0;top: -100%;transform: rotate(50deg);transform-origin: 0 center;-webkit-animation: logoAnim 1.5s linear infinite;animation: logoAnim 1.5s linear infinite;}
.logo:hover:before{animation-play-state: paused;}
@-webkit-keyframes logoAnim{0%{left: -100%;}100%{left: 200%;}}
@keyframes logoAnim{0%{left: -100%;}100%{left: 200%;}}
.nav-wrap .nav{display:inline;float:right;padding: 40px 470px 0 0;}
.nav-bar .nav ul{display:none;}
.nav-bar .nav ul,.nav-bar .nav ul a{color:#333;}
.nav-bar .nav > li{float:left;position:relative;padding:0;line-height:50px;text-transform:uppercase;}
.nav-bar .nav > li > a{display:inline-block;font-size:16px;color:#000;padding: 0 30px;-webkit-transform: scale(1);transform: scale(1);position: relative;z-index: 1;-webkit-transition: all .2s ease;transition: all .2s ease;}
.nav-bar .nav > li > a:before{content: '';display: block;width: 0%;height: 100%;position: absolute;left: 50%;top: 0;background-color: #f67116;z-index: -1;-webkit-transition: none;transition: none;}
.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{display: inline;position: absolute;right: 20px;top: 0;z-index: 3;}
.nav-bar .nav > li .nav-ico:after{content:'\f107';font-size:16px;font-weight:normal;margin:0;}
.nav-bar .nav > li.has-child > a{padding-right: 38px;}
.nav-bar .nav > .li-hover > ul{-webkit-animation-name:fadeInUpA;animation-name:fadeInUpA;-webkit-animation-duration:.5s;animation-duration:.5s;}
.nav-bar .nav > .li-hover > a,.nav-bar .nav > .li-hover > .nav-ico{color:#fff;}
.nav-bar .nav > li > a:hover{color: #fff;}
.nav-bar .nav > li > a:hover:before,.nav-bar .nav > li.li-hover > a:before{-webkit-animation: menuBg .3s linear forwards;animation: menuBg .3s linear forwards;}
@-webkit-keyframes menuBg{
	0%{width: 0;left: 50%;}
	33.33%{width: 100%;left: 0;}
	66.66%{width: 80%;left: 10%;}
	100%{width: 100%;left: 0;}
}
@keyframes menuBg{
	0%{width: 0;left: 50%;}
	33.33%{width: 100%;left: 0;}
	66.66%{width: 80%;left: 10%;}
	100%{width: 100%;left: 0;}
}
.nav-bar .nav ul{width:250px;background-color:rgba(255,255,255,.75);background-color:#fff\9;box-shadow: 0 .6em 1em rgba(0,0,0,.15);position:absolute;left:0;top:50px;padding:25px 0;z-index:999999;}
.nav-bar .nav ul li{position:relative;text-transform:none;}
.nav-bar .nav ul li a{display:block;height:auto;line-height:20px;overflow:hidden;font-size:14px;padding:12px 15px;position:relative;z-index:10001;color: #000;}
.nav-bar .nav ul li .nav-ico{position:absolute;right:10px;top:17px;cursor:pointer;line-height:16px;z-index: 10002;}
.nav-bar .nav ul li .nav-ico:after{content:'\f105';color:#666;}
.nav-bar .nav ul li ul{left:252px;padding: 0;top: 0;}
.nav-bar .nav ul li a{border-bottom: 1px solid rgba(0,0,0,.1);}
.nav-bar .nav ul li:last-child a{border-bottom: 0;}
.nav-bar .nav ul li a:hover,.nav-bar .nav ul li.li-hover > a{background-color: #f67116;color: #fff;}
.nav-bar .nav ul li.li-hover .nav-ico:after{color:#fff;}
.fixed-nav{border-bottom:1px solid #ccc;background-color:rgba(255,255,255,.6);background-color:#fff\9;z-index:10000;}
.fixed-nav:after{content:''}
.fixed-nav .nav-bar{position:fixed;z-index:99999;width:100%;left:0;top:0;background-color:rgba(255,255,255,.9);background-color: #fff\9;}
.fixed-nav .logo{padding:0;margin-right:50px;display: none;}
.fixed-nav .logo img{height:70px;}
.fixed-nav .nav-wrap .nav{padding-right: 0;padding-top: 0;display: block;float: none;text-align: center;}
.fixed-nav .nav-bar{padding:10px 0;box-shadow:0 1px 8px rgba(0,0,0,.15);}
.fixed-nav .nav-bar .nav > li{line-height:40px;float: none;display: inline-block;}
.fixed-nav .nav-bar .nav > li > a{font-size:16px;}
.fixed-nav .nav-bar .nav ul{top:51px;text-align: left;}
.fixed-nav .nav-bar .nav ul ul{top:-10px;}
.fixed-nav .topbar .layout{top:6px;}




/* =================================================== 
   * footer 
   * --------------------------------------------------- */
.foot-wrapper,.foot-wrapper a{color: #000;}
.foot-items{padding: 30px 0 20px;border-top: 10px solid #333;}
.foot-item {width: 50%;float: left;}
.foot-item .item-tit,.foot-item .item-cont{margin-left: 30px;margin-right: 30px;}
.foot-item .foot-tit{font-size: 20px;text-transform: uppercase;line-height: 1.2;}
.foot-item .foot-cont{padding: 1rem 0;}
.foot-item-contact .foot-cont{padding-top: 0;}
.foot-contact-list li{display: inline-block;line-height: 1.8em;padding: 0 20px 15px 40px;position: relative;}
.foot-contact-list li:before,.foot-contact-list li span{vertical-align: middle;}
.foot-contact-list li:before{content: '';display: inline-block;width: 25px;height: 25px;margin-right: 15px;background-image: url(../images/foot-contact-icos.png);background-repeat: no-repeat;position: absolute;left: 0;top: 2px;}
.foot-contact-list li .item-label{padding-right: 3px;}
.foot-contact-list li.foot-phone:before{background-position: 0 0;}
.foot-contact-list li.foot-fax:before{background-position: 0 -55px;}
.foot-contact-list li.foot-email:before{background-position: 0 -84px;}
.foot-contact-list li.foot-addr:before{background-position: 0 -24px;}
.foot-contact-list li.foot-addr{display: block;clear: both;}
.foot-item-inquiry{width: 45%;float: right;}
.foot-item-inquiry .subscribe p{max-width: 300px;color: #999;}
.foot-item-inquiry .subscribe-form{padding-top: 20px;}
.foot-item-inquiry .subscribe-form .subscribe-ipt,.foot-item-inquiry .subscribe-form .subscribe-btn{margin-bottom: 8px;}
.foot-item-inquiry .subscribe-form .subscribe-ipt{width: 260px;line-height: 1.2em;padding: 6px 1em;border: 1px solid #000;float: left;margin-right: 10px;}
.foot-item-inquiry .subscribe-form .subscribe-btn{line-height: 1.2em;border: 1px solid #f5752a;background-color: #f5752a;padding:6px 1.2em;color: #fff;cursor:pointer;}
.social-list{display: inline;float: right;padding: 3px 0 0;}
.social-list li{display:inline;margin-right:8px;float:left;}
.social-list li a{display: inline-block;height: 19px;background-color: #6f6f6f;padding: 5px;}
.social-list li img{max-height:19px;height:auto;-webkit-transition:all .2s ease;transition:all .2s ease;vertical-align: middle;display: block;}
.social-list li:nth-child(1) a{background-color: #3b5999;}
.social-list li:nth-child(2) a{background-color: #1ea1f3;}
.social-list li:nth-child(3) a{background-color: #1ebef0;}
.social-list li:nth-child(4) a{background-color: #03649e;}
.social-list li:nth-child(5) a{background-color: #d0422a;}
.social-list li:nth-child(6) a{background-color: #f90;}
.social-list li a:hover{background-color: #d71920;}
.social-list li a:hover img{opacity:1;}
.foot-nav{border-bottom: 1px solid #ddd;}
.foot-nav li{display: inline-block;margin: 0 32px 0 0;text-transform: uppercase;padding: 0 0 8px;}
.foot-nav li a:hover{color:#f5752a;}
.copyright{padding: 1.5em 1em;text-align: center;}
.gotop{width:60px;height:60px;line-height: 60px;background-color: rgba(246,113,22,.6);background-color: #f67116\9;color:#fff;background-position:center;border-radius:0;z-index:10010;-webkit-transition:all .6s ease;transition:all .6s ease;background-image: none;}
.gotop:before{content: "TOP";font-size: 18px;margin: 0;width: auto;line-height: inherit;}
.gotop:hover{background-color: #f67116;}


/* =================================================== 
   * homepage 
   * --------------------------------------------------- */

.btn-readmore,.a.btn-readmore,.bar-more .btn-readmore{color: #f5752a;position: relative;padding-bottom: 3px;}
.btn-readmore:before{content: '>> ';}
.btn-readmore:after{content: ' >>';}
.btn-readmore i{width: 0;height: 1px;background-color: #f5752a;position: absolute;left: 0;bottom: 2px;-webkit-transition: all .3s ease;transition: all .3s ease;}
.btn-readmore:hover i{width: 100%;}
.index-tit-bar{text-align: center;margin: 0 auto 15px;}
.index-tit-bar .title{display: inline-block;padding: 8px 85px;font-size: 40px;background: url(../images/index-tit-bg.png) 0 center no-repeat;}
.index-tit-bar .title,.index-tit-bar .title a{color:#000;}
.index-tit-bar .desc{margin: 0 20%;padding-top: 8px;line-height: 1.6em;}


/* slides */
.rev_slider_wrapper{width:100%;background-color:#f2f2f2;border-top: 1px solid #000;}
.tp-bullets.simplebullets .bullet{background-color:#999;}
.tp-leftarrow, .tp-rightarrow{background-color:#000!important;border-color:transparent;border-radius:0%;border:0;opacity:.15;filter:alpha(opacity=15);float:left;display:inline-block;overflow:hidden;border-radius:0;}
.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);}
.tp-leftarrow,.tp-rightarrow{width:50px;height:50px;line-height:50px;opacity:.5;}
.tp-leftarrow:hover,.tp-rightarrow:hover{background-color:#000!important;}
.tp-leftarrow:before,.tp-rightarrow:before{font-size:30px;line-height:50px;margin:0;}
.tp-bullets.simplebullets .bullet{width: 11px;height: 11px;padding: 2px;background-color: #fff;opacity: .6;filter: alpha(opacity=60)}
.tp-bullets.simplebullets .bullet.selected{background-color: #333;opacity: .9;filter: alpha(opacity=90);}
.tp-bullets.simplebullets{box-shadow: 0 -1px 3px rgba(0,0,0,.1)}
.tp-bullets.simplebullets,.rev_slider_wrapper:hover .tp-bullets.simplebullets{opacity: 1;filter: alpha(opacity=100);bottom: 0!important;padding: 30px 0;}
.tp-bullets.simplebullets div{position: relative;z-index: 9;}
.tp-bullets.simplebullets div.first{margin-left: 45px;}
.tp-bullets.simplebullets.round .bullet.last{margin-right: 45px;}

/* product */
.product-item{width:25%;float:left;padding-bottom:30px;}
.product-item .item-wrap{position:relative;}
.product-item .item-wrap .pd-img{display:block;position:relative;}
.product-item .item-wrap .pd-img a{display:block;overflow:hidden;position:relative;}
.product-item .item-wrap .pd-img img{display:block;width:100%;height:auto;-webkit-transform: scale(1.1);transform: scale(1.1);-webkit-transition: all 1s ease;transition: all 1s ease;}
.product-item .item-wrap .pd-img a:hover img{-webkit-transition: all 1.8s ease;transition: all 1.8s ease;}
.main-product-wrap .product-item .item-wrap .pd-img a:before{-webkit-transition: all 1.2s ease;transition: all 1.2s ease;}
.product-item .item-wrap .pd-img a:hover img{-webkit-transform: none;transform: none;}
.product-item .item-wrap .pd-info{text-align:left;}
.product-item .item-wrap .pd-name{max-width:80%;margin:15px auto 0;font-size:14px;text-align: center;max-height: 3.6em;line-height: 1.8em;overflow: hidden;font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;}
.product-item .item-wrap .pd-name a{display:block;height:36px;line-height:18px;overflow:hidden;color: #333;}
.product-item .item-wrap .pd-name a:hover{color: #d71920;}
.product-item .item-wrap .pd-img:hover{box-shadow:0 0 1.5em rgba(0,0,0,.2);}


/* product cate */
.product-cate-wrap{background: url(../images/floor-product-bg.png) right 0 no-repeat;padding: 60px 0;}
.product-cate-list{margin: 0 -20px;}
.product-cate-item{width: 25%;float: left;padding-bottom: 30px;}
.product-cate-item .cate-item-wrap{margin: 0 20px;}
.product-cate-item .cate-item-img,.product-cate-item .cate-item-img img{display: block;width: 100%;height: auto;}
.product-cate-item .cate-item-img{position: relative;overflow: hidden;}
.product-cate-item .cate-item-img a:before,.product-cate-item .cate-item-img a:after{-webkit-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease;}
.product-cate-item .cate-item-img a img{-webkit-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.product-cate-item .cate-item-img a:before,.product-cate-item .cate-item-img a:after{content:'';display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;-webkit-transform: scale(.35);-ms-transform: scale(.35);-o-transform: scale(.35);transform: scale(.35);opacity: 0;filter: alpha(opacity=0); }
.product-cate-item .cate-item-img a:hover:before{left: 5px;top: 5px;right: 5px;bottom: 5px;border: 5px solid rgba(255,255,255,.5);z-index: 9;}
.product-cate-item .cate-item-img a:hover:before,.product-cate-item .cate-item-img a:hover:after{-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100); }
.product-cate-item .cate-item-img a:hover:after{z-index: 6;background-color:rgba(0,0,0,.2);}
.product-cate-item .cate-item-img a:hover img{-webkit-transform: scale(1.15);-ms-transform: scale(1.15);-o-transform: scale(1.15);transform: scale(1.15);}
.product-cate-item .cate-item-info{padding-top: 15px;}
.product-cate-item .cate-item-name{height: 1.5em;line-height: 1.5em;overflow: hidden;font-size: 20px;text-transform: uppercase;margin-bottom: 6px;}
.product-cate-item .cate-item-name,.product-cate-item .cate-item-name a{color: #f5752a;}
.product-cate-item .cate-item-desc{height: 2.6em;line-height: 1.3em;overflow: hidden;margin-bottom: 8px;}
.product-cate-item .cate-item-desc,.product-cate-item .cate-item-desc a{color: #666;}


/* company-synopses */
.company-synopses-wrap{background-color: #ebebeb;}
.company-synopses-wrap .index-tit-bar{width: 21%;float: left;padding: 115px 0 0;float: left;background: none;text-align: left;}
.company-synopses-wrap .index-tit-bar .title{padding: 0;background: none;}
.company-synopses-wrap .index-tit-bar .desc{margin: 0 0 20px;}
.company-synopses-wrap .index-tit-bar .desc,.company-synopses-wrap .index-tit-bar .desc a{color:#666;}
.company-synopses{width: 75%;float: right;}
.synopsis-item{width: 50%;float: left;position: relative;}
.synopsis-item .item-wrap{display: block;padding:60px 6% 150px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;position: relative;overflow: hidden;}
.synopsis-item .item-wrap:before{content: '';display: block;width: 100%;height: 100%;background-color: #fff;opacity: 0;filter: alpha(opacity=0);-webkit-transition: all .4s ease;transition: all .4s ease;position: absolute;left: 0;top: 0;z-index: 10;}
.synopsis-item .item-wrap:hover:before{opacity: 0.6;filter: alpha(opacity=60);}
.synopsis-item .item-wrap:hover .item-desc,.synopsis-item .item-wrap:hover .item-desc a,.synopsis-item .item-wrap:hover .item-title,.synopsis-item .item-wrap:hover .item-title a{color:#000;}
.synopsis-item .item-wrap .item-info{position: relative;z-index: 11;}
.synopsis-item .item-wrap .item-title{font-size: 30px;margin-bottom: 5px;}
.synopsis-item .item-wrap .item-desc{max-height: 2.6em;line-height: 1.3em;overflow: hidden;}
.synopsis-item .item-wrap .item-desc,.synopsis-item .item-wrap .item-desc a{color: #666;}
.synopsis-item .item-wrap .item-img{}
.synopsis-item .item-wrap .item-img img{position: absolute;right: 0;bottom: 0;height: 100px;-webkit-animation: none!important;animation: none!important;-webkit-transition: all .4s ease;transition: all .4s ease;z-index: 1;}
.synopsis-item:hover .item-wrap .item-img img{height: 100%;}


/* intro */
.product-intro-wrap{padding: 60px 0;}
.product-intro-list{margin: 0 -20px;}
.product-intro-item{width:33.33333333%;float: left;padding: 20px 0 0;}
.product-intro-item .intro-item-wrap{margin: 0 20px;position: relative;}
.product-intro-item .intro-item-wrap .intro-item-img{overflow: hidden;}
.product-intro-item .intro-item-wrap .intro-item-img,.product-intro-item .intro-item-wrap .intro-item-img img{display: block;width: 100%;height: auto;}
.product-intro-item .intro-item-wrap .intro-item-img img{-webkit-transition: all 1.6s ease;transition: all 1.6s ease;}
.product-intro-item .intro-item-info{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 9;text-align: center;background-color: #f5752a;-webkit-transition: all 1.6s ease;transition: all 1.6s ease;}
.product-intro-item .intro-item-info,.product-intro-item .intro-item-info a{color:#fff;}
.product-intro-item .intro-item-name,.product-intro-item .intro-item-desc{margin: 0 10%;}
.product-intro-item .intro-item-name{padding: 60px 0 0;font-size: 30px;}
.product-intro-item .intro-item-name a{display: inline-block;padding-bottom: 10px;position: relative;}
 
.product-intro-item .intro-item-desc a{display: block;padding-top: 8px;max-height: 3.9em;line-height: 1.3em;overflow: hidden;}
.product-intro-item .intro-item-desc a:before{content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.product-intro-item .intro-item-info a.btn-readmore{position: absolute;right: 10%;bottom: 15px;color: #000;}
.product-intro-item .intro-item-info a.btn-readmore i{width: 100%;background-color: #000;}
.intro-item-2 .intro-item-info a.btn-readmore{color:#f5752a;}
.intro-item-2 .intro-item-info a.btn-readmore i{background-color: #f5752a;}
.intro-item-2:hover .intro-item-info a.btn-readmore i{background-color: #000;}
.product-intro-item .video-mark{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
.product-intro-item .video-mark:before {content: '';position: absolute;left: 0;top: 0;right: 0;bottom: 0;border: 7px solid #fff;opacity: .5;filter: alpha(opacity=50);z-index: 1;}
.product-intro-item .video-mark:after{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;background: url(../images/ico-play-2.png) center no-repeat;opacity: .6;filter: alpha(opacity=60);-webkit-transition: all .4s ease;transition: all .4s ease;}
.product-intro-item:hover .video-mark:after{opacity: .9;filter: alpha(opacity=90);-webkit-transform: scale(.85);transform: scale(.85);}
.intro-item-2 .intro-item-info{background: -webkit-linear-gradient(top,#333,#666);background: -moz-linear-gradient(top,#333,#666);background: -ms-linear-gradient(top,#333,#666);background: -o-linear-gradient(top,#333,#666);background:linear-gradient(top,#333,#666);}
.product-intro-item:hover .intro-item-info{background: rgba(255,255,255,.6)!important;}
.product-intro-item:hover .intro-item-wrap .intro-item-img img{-webkit-transform: scale(1.15);transform: scale(1.15);}
.product-intro-item:hover .intro-item-info,.product-intro-item:hover .intro-item-info a{color:#000;}
.product-intro-item:hover .intro-item-name a:after{width: 100%;left: 0;margin-left: 0;background-color: #000;}
.product-intro-item:hover .intro-item-info a.btn-readmore i{width: 0;left: 50%;}




/*----------------------------------page---------------------------------*/
.path-bar{position:relative;width:100%;line-height:18px;margin:0 auto 25px;text-align:left;background-color: #151515;padding: 10px 0;font-style: italic;}
.path-bar li:after{content:"/";padding: 0 10px;color:#fff;}
.path-bar .path-nav{position:relative;z-index:9;padding:0;}
.path-bar li,.path-bar li a{color: #fff;}
.path-bar li{display:inline-block;vertical-align:top;position:relative;}
.path-bar li a{display: inline-block;color:#fff;position: relative;}
.path-bar li:hover a,.path-bar li.current a{font-weight:bold;}
.path-bar li:last-child:after{content:'';}
.path-bar li:last-child a{padding-right:0;}
.path-bar li:last-child a,.path-bar li:last-child{color:#fff;}


/* =================================================== 
   * aside 
   * --------------------------------------------------- */
.aside{float:left;width:230px;padding:0 0 30px;}
.side-tit-bar{position:relative;}
.side-tit-bar .side-tit{position:relative;font-size:18px;line-height:38px;font-weight:normal;color:#000;background-color: #ebebeb;padding-left: 15px;}
.side-widget{position:relative;margin:0 0 20px;}
.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 a:before{content:"";position:absolute;left:0;top:50%;margin:-1px 0 0;width:3px;height:3px;background:#1e263d;}
.side-cate ul li li a{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:95px;}
.products-scroll-list li > a,
.products-scroll-list li .pd-info{display:table-cell;vertical-align:middle;}
.products-scroll-list li > a{width:80px;}
.products-scroll-list li .pd-name{width:100%;max-height:4.5em;line-height:1.5em;overflow:hidden;}
.products-scroll-list li .pd-name a:hover{text-decoration:underline;}
.products-scroll-list li img{width:auto;height:65px;margin:0 12px 0 0;}
.products-scroll-btn-prev,.products-scroll-btn-next{position:relative;width:100%;height:19px;display:block;z-index:999;opacity:.15;}
.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;}
.products-scroll-btn-prev:hover,.products-scroll-btn-next:hover{opacity:.6;}
.side-bn{max-width:100%;margin:0 0 25px 0;}
.side-bn img{max-width:100%}


/* =================================================== 
   * main 
   * --------------------------------------------------- */
.main{position:relative;width:935px;display:block;float:right;padding-bottom:50px;}
.main-tit-bar{overflow:hidden;padding:0 0 8px;border-bottom: 1px solid #eee;margin-bottom: 10px;}
.main-tit-bar .title{position:relative;display:inline-block;vertical-align:top;*display:inline;*zoom:1;font-size:24px;text-transform:uppercase;color:#666;}
.main-tit-bar .share-this{display:inline;float:right;padding:5px 0 0;}
.main-banner{position:relative;display:block;margin:0 0 10px;}
.main-banner img{position:relative;width:100%;}

/* ------------------------ 
   * product list 
   ------------------------ */
.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 ul{position:relative;}
.product-list .product-item{width:33.33333333%;}
.product-list .product-item:nth-child(3n+1){clear:left;}
.product-list .product-item .item-wrap{margin:0 12px;border: 1px solid #ccc;padding: 3px 3px 15px;}
.product-list .product-item .item-wrap .pd-name{font-size:16px;text-align: center;max-height: 3.6em;line-height: 1.8em;overflow: hidden;}
.product-list .product-item .item-wrap .pd-img a:hover{opacity:.8;}
.product-item .item-wrap .pd-img:hover{box-shadow:none;}
.product-list .product-item .item-wrap:hover{}
.product-list .product-item .item-wrap .pd-info{text-align:left;}

/* pages */
.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:31px;line-height:31px;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:#333;border-color:#333;color:#FFF;}
.pages a:hover{text-decoration:none;}


/* ------------------------ 
   * download list 
   ------------------------ */
.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;}
.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 
   ------------------------ */
.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:hover{background-color:#f6f6f6;}
.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;}
.faq-list ul li .faq-cont{position:relative;padding:0 0 30px 36px;font-size:14px;}

/* ------------------------ 
   * blog list 
   ------------------------ */
.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{color:#f5752a;}
.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:#000;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:#000;border-bottom-color:#000;}
.blog-list .blog-item:hover img{opacity:0.8;}

/* ------------------------ 
   * certificate list 
   ------------------------ */
.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;outline:4px solid transparent;}
.certificate-list .product-item .item-wrap:hover{outline-color:#f2f2f2;}
.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 
   ------------------------ */
.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:80%;font-size: 16px;}
.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 
   ------------------------ */
.product-intro{position:relative;display:block;}
.product-title{font-size:24px;margin:0 0 10px 0;font-weight:normal;line-height:28px;color:#1a1926;padding:0 0 8px;border-bottom: 1px solid #ddd;font-family:'SourceSansProRegular',Arial,Tahoma,Verdana,Helvetica,sans-serif;}
.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;width: 350px;float:left;}
.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 35px;}
.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;}
.product-view .image-additional li a:before{content: '';display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 3;}
.product-view .image-additional li.current a:before{border: 4px solid #f5752a;}
.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:-35px;}
.image-additional .owl-next{right:-35px;}
.image-additional .owl-prev:before{content:"\f053";}
.image-additional .owl-next:before{content:"\f054";}

/* product summary */
.product-summary{position:relative;width:550px;float:right;}
.product-summary .product-meta{line-height:2em;}
.product-summary .product-meta h3{font-size:14px;}
.product-summary .product-meta p{margin-right: 10%;font-family: Arial;}
.product-btn-wrap{position:relative;margin:25px 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;font-size: 12px;font-family:Arial, Helvetica, sans-serif;}
.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:#09c;border-color:#09c;color:#fff;}
.product-summary{font-size:12px;}
.product-summary .share-this{margin:20px 0 0;text-align: right;}
.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 15px;}
.product-btn-wrap .email{margin-right:20px;}
.product-detail{position:relative;overflow:visible;margin:30px 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 20px;line-height:30px;cursor:pointer;overflow:hidden;margin:0 8px 0 0;background:#1c1c1c;color:#fff;box-shadow: 0 2px 4px rgba(0,0,0,.2);border-bottom: 1px solid #f3f3f3;}
.detail-tabs .title.current{background-color:#f5752a;}
.detail-tabs .title.current,.detail-tabs .title.current a{color:#fff;}
.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:50px;position:relative;}
.goods-tbar{position:relative;}
.goods-tbar .title{position:relative;font-size:18px;line-height:38px;font-weight:normal;color: #000;}
.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;border: 1px solid #ccc;padding: 3px;margin-left: 1px;padding-bottom: 15px;}
.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:#666;text-align: right;}
.goods-items .owl-prev:hover,
.goods-items .owl-next:hover{opacity:1;color:#000;}
.goods-items .owl-prev{margin-right:-1px;}
.goods-items .owl-prev:before{content:"\f104";}
.goods-items .owl-next:before{content:"\f105";margin-right: 0;}
.goods-items .product-item .item-wrap{margin:0;}
.goods-items .product-item .item-wrap .pd-img a:after{display:none;}



/* entry table
----------------------------- */
.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 (min-width:1800px){
.layout, .nav-bar .nav-wrap, .path-bar .path-nav,.topbar{width: 1720px;}
}

@media screen and (max-width:1800px){
.layout, .nav-bar .nav-wrap, .path-bar .path-nav,.topbar{width: 1520px;}
/* header */
.nav-wrap .nav{padding-right: 450px;}
}

@media screen and (max-width:1599px){
.layout, .nav-bar .nav-wrap, .path-bar .path-nav,.topbar{width: 1360px;}
/* header */
.head-search .head-search-form{width: 300px;}
.nav-wrap .nav{padding-right: 360px;}
.nav-bar .nav > li > a{padding: 0 20px;}
.nav-bar .nav > li.has-child > a{padding-right: 28px;}
.nav-bar .nav > li .nav-ico{right: 12px;}
}


/* subpage */
.page-layout .layout,.path-bar .path-nav{width: 1200px;}


@media screen and (max-width:1439px){
.layout, .nav-bar .nav-wrap, .path-bar .path-nav,.topbar{width: 1200px;}
/* header */
.head-search .head-search-form{width: 260px;}
.nav-wrap .nav{padding-right: 310px;}
/* homepage */
 .product-intro-list{margin: 0 -10px;}
 .product-intro-item .intro-item-wrap{margin: 0 10px;}
 .product-intro-item .intro-item-name{padding-top: 30px;}
 .product-intro-item .video-mark:after{-webkit-transform: scale(.8);transform: scale(.8);}

}





@media screen and (max-width:1279px){
.layout, .nav-bar .nav-wrap,.path-bar .path-nav,.topbar,
.page-layout .layout{width: 940px;}
body,.container{min-width: 940px;}

/* header */
.logo{display: block;float: none;text-align: center;}
.nav-wrap .nav{display: block;float: none;padding: 15px 0 0;}
.nav-bar{padding-top: 20px;}
.nav-bar .nav > li > a{padding: 0 18px;}
.nav-bar .nav > li.has-child > a{padding-right: 28px;}
.nav-bar .nav > li .nav-ico{right: 13px;}
.nav-bar .nav > li ul{text-align: left;}
.head-search{top: 115px;}

/* homepage */
.product-cate-list{margin: 0 -10px;}
.product-cate-item .cate-item-wrap{margin: 0 10px;}
.product-intro-item .intro-item-info a.btn-readmore{display: none;}

/* aside */
.aside{width: 200px;}

/* main */
.main{width: 720px;}

/* product detail */
.product-view{width: 320px;}
.product-summary{width: 370px;}

}







@media screen and (min-width:769px) and (max-width:1023px){
.layout, .nav-bar .nav-wrap,.path-bar .path-nav,.topbar,
.page-layout .layout{width: 750px;}
body,.container{min-width: 750px;}

/* header */
.nav-wrap .nav{text-align: center;padding-bottom: 70px;}
.nav-bar .nav > li{display: inline-block;float: none;}
.head-search{top: 180px;left: 50%;margin-left: -132px;}

/* footer */
.foot-nav{text-align: center;}
.foot-nav li{margin: 0 15px;}

/* homepage */
.product-cate-item{width: 50%;}
.product-intro-item .intro-item-desc{}
.product-intro-item{width: 50%;}
.intro-item-1{width: 100%;}

/* aside */
.aside{width: 190px;}
.side-cate ul li a{height: 30px;overflow: hidden;}
.side-cate ul li a{padding: 0 20px 0 13px;}
.side-cate ul li li{margin: 0 13px;}
.side-cate ul li li a{height: 30px;overflow: hidden;padding: 0 8px;}
.products-scroll-list li{height: 85px;}
.products-scroll-list li > a{width: 60px;}
.products-scroll-list li img{height: 60px;}

/* main */
.main{width: 540px;}

/* product detail */
.product-view{width: 250px;}
.product-title{border-bottom: 0;}
.product-summary .product-meta{line-height: 1.6;}
.product-summary{width: 270px;}
.product-summary li{padding-left: 120px;margin: 0 0 5px;line-height: 1.6;}
.product-btn-wrap .email,.product-btn-wrap .pdf{font-size: 12px;margin-right: 8px;padding: 0 4px;}
.product-btn-wrap .pdf{margin-right: 0;}
}






/*! 
 * mobile start 
 */


@media screen and (max-width:768px){
.owl-carousel{padding:0 0 30px;}
.owl-dots .owl-dot{border-radius:50%;}
.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;}


/* layout */
html,body{font-family:Verdana,Helvetica,sans-serif!important;}
body,
.container{width:100%;min-width:inherit;}
.layout, .header, .nav-bar .nav-wrap,.bottom-service,.foot-wrapper .foot-img,.page-layout .layout{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;}
.owl-carousel{padding:0 0 30px;}
.page-layout{padding:0 15px;}
img{max-width:100%;}
a:visited{color:#333;}

/* 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;}
.foot-item-inquiry .inquiry-ipt,.rev_slider_wrapper,.tp-bullets.simplebullets .bullet{-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);}


/* font family */
// .index-tit-bar .title,.foot-item .foot-tit,.blog-list .blog-item .blog-tit{font-family:'SourceSansProLight';}



/* ===================================================
 * header
 * --------------------------------------------------- */
.head-wrapper{z-index:999999;position:relative;}
.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:45px;}
.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 10px;background-color:#fff;box-shadow:0 0 .4em rgba(0,0,0,.15);}
.logo{display:block;float:none;text-align:center;margin:0;}
.logo img{height:70px;max-height:inherit;width:auto;max-width:60%;margin:0;}
.logo:before{webkit-animation: logoAnim 3.5s linear infinite;animation: logoAnim 3.5s linear infinite;width: 8px;}
.head-search{top:auto;position:relative;}
.head-search form{display:block;width:100%;opacity:1;-webkit-transform:none;transform:none;top:auto;position:static;visibility:visible;background-color:#ccc;border:0;}
.head-search{width:100%;opacity:1;;margin:0;position:relative;}
.head-search .head-search-form{position:static;-webkit-transform:none;transform:none;visibility:visible;width:100%;opacity:1;border:0;}
.head-search .search-ipt{width:100%;height:43px;line-height:43px;padding:0 15px;border:0;text-indent:0;background:#eee;}
.head-search .search-ipt,.head-search .search-btn{float:none;}
.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;}
.head-search .search-toggle{display:none;}
.fixed-nav .nav-bar{position:static;}
.head-search .search-btn{background-color:transparent;}
.mobile-head-search .middle-content-wrap{-webkit-transform:translateY(-100%);transform:translateY(-100%);}
.mobile-head-search .middle-show-content-wrap{-webkit-transform:none;transform:none;}

/*nav */
.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;}

/* 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
 * --------------------------------------------------- */
.foot-item{font-size: 14px;}
.foot-item .foot-tit, .foot-item .foot-cont{margin: 0 15px;}
.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:#ff6600;}
.foot-contact-list li{display: block;padding-right: 0;padding-left: 35px;padding-bottom: 12px;line-height: 1.5;}
.foot-contact-list li:before {-webkit-transform: scale(.75);transform: scale(.75);-webkit-transform-origin:0 center;transform-origin:0 center;margin-top: -3px;}
.foot-wrapper{max-width:inherit;margin:0;padding:0 15px;font-size:14px;text-align:left;}
.foot-wrapper .layout{padding:25px 0;}
.foot-items{padding:10px 0 0;margin:0;}
.foot-item{width:100%;float:none;padding:15px 0;}
.foot-item .foot-tit, .foot-item .foot-cont{margin: 0;}
.foot-item .foot-tit{font-size:20px;font-weight:bold;}
.foot-item .foot-cont{padding-top:.8em;opacity:.85;}
.foot-item .foot-cont{padding-top:0;}
.foot-item .foot-cont{padding-bottom: 0;}
.foot-item-news .news-item .news-name{font-size: 16px;}
.foot-item-news .news-item .news-time{font-size: 12px;}
.foot-item-news .news-desc{padding-right:0;max-height:inherit;}
.foot-item-news .news-readmore .icon-dots{line-height:1em;margin-top:-.3em;}
.foot-item-inquiry .subscribe{padding-top:10px;}
.foot-item-inquiry .subscribe-form .subscribe-ipt,.foot-item-inquiry .subscribe-form .subscribe-btn{padding-top: 10px;padding-bottom: 10px;}
.foot-item-inquiry .subscribe-form .subscribe-ipt{width:100%;float:none;border-radius:3px;}
.foot-item-inquiry .subscribe-form .subscribe-btn{display:block;width:100%;float:none;margin-top:10px;border-radius:3px;}
.foot-txt-list li{font-size: 16px;}
.social-list li{display:inline-block;float:none;}
.social-list li a{padding-bottom:0;}
.social-list li a:after{display:none;}
.social-list li.tit{display:block;clear:both;font-size:20px;font-weight:bold;padding-bottom:10px;font-family:'SourceSansProLight';}
.footer{padding:15px;margin:0 -15px;position:relative;}
.foot-wrapper .footer .layout{padding:0 0 3.5em;font-size:12px;}
.foot-nav{text-align: center;padding-bottom: 10px;line-height: 1.6;}
.foot-nav li{margin: 0 5px;padding-bottom: 0;font-family:'UniversLTStd-BoldCn';font-size: 12px;}








/* ===================================================
 * for:homepage
 * --------------------------------------------------- */
.index-layout{padding:0 15px;}
.rev_slider_wrapper{margin:0 auto;border-bottom-width:1px;}
.tp-leftarrow, .tp-rightarrow{z-index:1000;}
.tp-bullets{margin-bottom:15px;}
.tp-bullets.simplebullets{opacity:1;}
.tp-bullets.simplebullets .bullet{width:8px;height:8px;}
.tp-leftarrow,.tp-rightarrow{display:none!important;}
.tp-loader{box-shadow:none!important;}
.tp-loader.spinner0{background-size:auto 32px;background-color:transparent;-webkit-animation-name:none;animation-name:none;}
.tp-bullets.simplebullets, .rev_slider_wrapper:hover .tp-bullets.simplebullets{background: none;padding: 0;box-shadow: none;}
.tp-bullets.simplebullets .bullet{width: 4px;height: 4px;}
.tp-bullets.simplebullets .bullet:before{display: none;}
.index-tit-bar .title{font-size: 24px;padding-left: 0;padding-right: 0;background: none;}
.index-tit-bar .desc{margin: 0;}
.product-cate-item{width: 100%;}
@media screen and (min-width:600px) {.product-cate-item{width: 50%;}}

/* company synopses */
.company-synopses-wrap{margin: 0 -15px;padding:30px 15px;}
.company-synopses-wrap .index-tit-bar{width: 100%;float: none;padding: 0;}
.company-synopses-wrap .index-tit-bar .desc{line-height: 1.5;}
.company-synopses{width: 100%;float: none;}
.synopsis-item{width: 100%;float: none;padding: 20px 0;border-bottom: 1px solid #ddd;}
.synopsis-item .item-wrap{border: 0;padding: 0;}
.synopsis-item .item-wrap .item-img img{display: block;position: static;width: 100%;height: auto;}
.synopsis-item .item-wrap:hover:before{display: none;}
.synopsis-item .item-wrap .item-title{font-size: 18px;}
.synopsis-item .item-wrap .item-img{padding-top: 10px;}
.synopsis-item:last-child{border-bottom: 0;}

/* intro */
.product-intro-item{width: 100%;float: none;}
.product-intro-item .intro-item-desc a{padding-top: 0;margin-top: 8px;}
.product-intro-item .intro-item-info{position: static;}
.product-intro-item .intro-item-name, .product-intro-item .intro-item-desc{margin: 0;padding: 0;}
.product-intro-item .intro-item-info{padding: 30px 15px 35px;}
.product-intro-item .intro-item-info .intro-item-name a:before{content:'';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.product-intro-item .intro-item-wrap .intro-item-img{display: block;}

/* cate */
.product-cate-wrap{background-size:40% auto;}
.product-cate-item:last-child{padding-bottom: 0;}

/* intro */
.product-intro-wrap{padding-bottom: 20px;}




/* ===================================================
 * 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-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 .item-wrap{margin:0 5px;}
.products-scroll-list li img{width:100%;float:none;margin:0;}
/* main */
.main{width:100%;float:none;margin:0 auto;}
.main-tit-bar{margin:30px 0 10px;border-bottom:1px solid #d5d5d5;}
.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(3n+1){clear:none;}
.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:14px;}
.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;}


/* ===================================================
 * for:product detail
 * --------------------------------------------------- */
/* product intro */
.product-title{font-size:18px;margin:30px 0 15px 0;line-height:1.2em;font-weight:normal;border-bottom:0;}
.product-view{width:100%;float:none;}
.product-view .product-image{display:none}
.product-view .image-additional{margin:0 -15px;}
.product-view .image-additional ul{width:100%;display:none;}
.product-view .image-additional ul.owl-loaded{display:block;}
.product-view .image-additional li{width:100%;margin:0;}
.product-view .image-additional li a{padding:0;}
.product-view .image-additional li.current a{border:0;}
.product-view .image-additional li.current a:before{display:none;}
.product-view .image-additional li a:before{display:none;}

/* product summary */
.product-summary{position:relative;width:100%;float:none;}
.product-summary .share-this{float:none;margin:18px 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{margin:0 0 15px;}
.tab-content-wrap .mobile-tab-items .mobile-tab-panel{}
.tab-panel-content.entry .fancybox{display:block;float:none!important;}
/* Customers Also Bought */
.goods-items{width:100%;}
.goods-may-like{padding-bottom:0;}

/* ===================================================
 * for:blog
 * --------------------------------------------------- */
.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:1em 0 0;}
.blog-list .blog-item .blog-tit,.blog-list .blog-item .blog-tit a{color:#333;}
.blog-list .blog-item .blog-meta{padding:.6em 0 0;font-size:12px;}
.blog-list .blog-item .blog-summary{padding:0;margin:.6em 0;max-height:6em;font-size:14px;line-height:1.5em;overflow:hidden;}
.blog-list .blog-item .readmore{display:none;}
.main .blog-article{padding:5px 10px;}


/* ===================================================
 * for:certificate list
 * --------------------------------------------------- */
.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;}

/* ===================================================
 * for:video list
 * --------------------------------------------------- */
.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;}
.video-list .product-item .pd-img a:before,
.video-list .product-item .pd-img a:after{display:none;}

/*----------------inquiry-form----------------*/
.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;}
.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;}





.bottomsidebar{display: none!important;}