@charset "utf-8";


/*body,html{line-height: 1.5;font-family:'SourceSansProRegular',Arial,Tahoma,Verdana,Helvetica,sans-serif;}*/

/*--------------------------reset main.css---------------------------*/

/* font color */
body{background-color: #191919;background-position: center 0;background-repeat: no-repeat;}
body, html, input, button, textarea,a{color:#5e5e5e;}
a:hover{color:#3463ed;}

/* font-family */
.nav-bar .nav li,
.product-synopses .img-txt-item h3,
.index-title-bar .sub-title,
.index-title-bar .index-title,
.index-title-bar .title-desc,
.path-bar li{
	font-family: 'SourceSansProLight';
}
.index-title-bar .index-title em,
.product-synopses .img-txt-item h3 em,
.foot-items .foot-item .foot-tit {
	font-family: 'SourceSansProRegular';
}
/* clear floating */
.nav-wrap:after,
.company-synopses ul:after,
.items-content:after,
.items_list ul:after,
.owl-stage:after,
.product-synopses .img-txt-item:after,
.main-tit-bar:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav-wrap,
.company-synopses ul,
.items-content,
.items_list ul,
.owl-stage,
.product-synopses .img-txt-item,
.main-tit-bar{
	*zoom:1;
}

/* layout */
.layout,
.path-bar .path-nav{
	width: auto;
	max-width: 1200px;
}



/* inquiry-pop */
.inquiry-pop-bd{
	width: 100%!important;
	height: 100%!important;
}



/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
    /*height: 1.3rem;*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    padding: 0 .4rem;
}
.nav-bar .nav-wrap{
    width: 100%;
}
.logo,
.language,
.head-search,
.nav-bar .nav {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    text-align: left;
}
.logo {
    position: relative;
    float: left;
}
.logo img {
    position: relative;
    height: .6rem;
}
.tasking {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #3463ed;
    overflow: hidden;
    display: none;
    z-index: 1;
}
.head-search{
    display: none;
}
.head-search-form .search-btn {
    font-family: 'fontawesome';
}
.head-wrapper .change-language {
	z-index: 3!important;
	padding: .15rem 0 .15rem 0;
    position: absolute;
    right: -.05rem;
    top: -.7rem;
}
.change-language-info .change-language-title,
.change-language-info .change-language-title a,
.change-language-info .change-language-title span,
.change-language-info .language-icon {
    color: #fff;
}
.change-language-info:hover .change-language-title,
.change-language-info:hover .change-language-title a,
.change-language-info:hover .change-language-title span,
.change-language-info:hover .language-icon {
    color: inherit
}
.nav-bar {
	padding: .7rem 0 0;
    position: relative;
    text-align: right;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.nav-bar .nav {
    float: right;
    padding: .15rem 0 0;
}
.nav-bar .nav li,
.nav-bar .nav li a{
    color: #fff;
}
.nav-bar .nav li {
    display: inline;
    margin-left: .3rem;
    float: left;
    position: relative;
    font-weight: bold;
}
.nav-bar .nav>li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    float: .16rem;
}
.nav-bar .nav>li.nav-current>a {
    color: #fff;
}
.nav-bar .nav>li>a {
    position: relative;
    display: inline-block;
    height:  ;
    line-height: .3rem;
    padding: 0 0 .05rem;
    font-size:.2rem;
}
.nav-bar .nav>li>a:before{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: .1rem;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.nav-bar .nav>li:hover>a:before{
    left: 0;
    opacity: 1;
}
.nav-bar .nav li li {
    display: block;
}
.nav-bar .nav li li a {
	color: #888;
    padding: 0;
    display: block;
    height: .28rem;
    line-height: .28rem;
    overflow: hidden;
}
.nav-bar .nav li li a:hover{
    color: #fff;
}
.nav-bar .nav ul {
    width: 200px;
    position: absolute;
    top: .4rem;
    left: 0;
    padding: .15rem 0;
    background:#2b2b2b;
    background: rgba(0,0,0,.95);
    text-align: left;
    z-index: 999;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	display: block;
	visibility: hidden;
	opacity: 0;
}
.nav-bar .nav li ul {
    font-size: 16px;
	-webkit-transform: translateY(8%);
	-ms-transform: translateY(8%);
	-o-transform: translateY(8%);
	transform: translateY(8%);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-bar .nav li.li-hover > ul {
	opacity:1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);	
}
.nav-bar .nav ul li{
    float: none;
    display: block;
    margin: 0;
	padding: 0 .1rem;
}
.nav-bar .nav ul li:last-child a{
	border-bottom: 0;
}
.nav-bar .nav ul ul,
.fixed-nav.nav-bar .nav ul ul {
    top: 0;
    left: auto;
    right:215px;
}
.nav-bar .nav ul li:hover>a {
    color: #fff;
}
.nav-bar .nav li .nav-ico {
    font-size: 12px;
    margin: 0 0 0 .05rem;
}
.nav-bar .nav li .nav-ico:after {
    content: '\f0d7';
}
.nav-bar .nav li li .nav-ico {
    position: absolute;
    top: 0;
    right: .1rem;
    line-height: .35rem;
}
.nav-bar .nav li li .nav-ico:after {
    content: '\f0da';
}
.nav-bar .nav > li > ul:before{
	content: '';
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent #2b2b2b;
	border-width: 0 5px 5px;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: -5px;
}
.sub-head-wrapper{
    position: relative;
}
.sub-head-wrapper .nav-bar{
    padding: .7rem 0 .5rem;
}
.fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0,.6);
    /*background-color: rgba(52,99,237,.9);*/
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    z-index: 10009;
}
.fixed-nav .nav-bar{
	padding: .05rem 0;
}
.head-fixed-holder{
	margin-top: -.4rem;
    display: none;
}

/*--------------------------footer---------------------------*/
.foot-wrapper {
    position: relative;
    width: 100%;
    padding: .3rem 0 0;
    background-color: #191919;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    border-top: 1px solid #333;
}
.foot-wrapper,
.foot-wrapper a {
    color: #888;
}
.foot-wrapper a:hover{
	opacity: .8;
}
.foot-items {
    padding: .6rem 0 .7rem;
    line-height: 2.3;
}
.foot-items .foot-item {
    position: relative;
    float: left;
    font-size: 19px;
    line-height: 1.5;
}
.foot-items .foot-item .foot-tit {
    position: relative;
    margin: 0 0 .4rem;
    font-weight: bold;
    font-size: .65rem;
    line-height: 1.1;
    color: #FFF;
}
.foot-items .foot-item.foot-item-contact {
    width: 45%;
}
.foot-items .foot-item-contact li{
    padding: .1rem 0;
}
.foot-items .foot-item-contact li span{
    display: block;
}
.foot-items .foot-item-contact li span.label{
    color: #fff;
}
.foot-items .foot-item-contact li.foot_phone .val{
    font-size:. 4rem;
    padding-top: .08rem;
    line-height: 1.1;
}
.copyright{
    display: block;
    text-align: right;
    padding-bottom: .2rem;
}


/* gotop */
.gotop{
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
    background-color: transparent;
    border-radius: 50%;
    font-size: 18px;
	text-transform: uppercase;
	-webkit-animation: btnUpDown 1.5s infinite ease ;
	animation: btnUpDown 1.5s infinite ease;
    text-indent: -9999px;
	overflow: hidden;
}
.gotop:before{
    font-size: .5rem;
    font-family: 'fontawesome';
    content: '\f077';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    text-indent: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.gotop:hover:before{
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.gotop:after{
	content: 'TOP';
    color: #fff;
    text-indent: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-o-transform:translateY(50%);
	transform:translateY(50%);
	background-color: #3463ed;
	border-radius: 50%;
	opacity: 0;
	position: absolute;
	left: 0;
    top: 0;
	z-index: 2;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.gotop:hover:after{
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
@-webkit-keyframes btnUpDown {
	0%{
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	50%{
		-webkit-transform: translateY(-.05rem);
		-ms-transform: translateY(-.05rem);
		-o-transform: translateY(-.05rem);
		transform: translateY(-.05rem);
	}
	100%{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

}
@keyframes btnUpDown {
	0%{
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	50%{
		-webkit-transform: translateY(-.05rem);
		-ms-transform: translateY(-.05rem);
		-o-transform: translateY(-.05rem);
		transform: translateY(-.05rem);
	}
	100%{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

}




/*-------------------------------------------------------- 
													page: index
																	------------------------------------------------------*/
/* slides */
.rev_slider_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.tp-leftarrow,
.tp-rightarrow {
    border-color: transparent;
    border-radius: 0%;
    border: 0;
    float: left;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: transparent;
    color: #fff!important;
    width: .7rem;
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    overflow: hidden;
    top: 50%!important;
    margin-top: -.7rem!important;
    z-index: 99;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}
.tp-leftarrow:before,
.tp-rightarrow:before{
    display: none;
}
.tp-leftarrow{
    left: .7rem!important;
    background-image:url(../images/slide_prev.png);
}
.tp-rightarrow{
    right: .7rem!important;
    background-image: url(../images/slide_next.png);
}
.tparrows.hidearrows{
    opacity: 1;
    filter: alpha(opacity=1);
}



.main_content{
    background-color: #191919;
}

/* title */
.index-title-bar {
	margin: 0 auto .4rem;
}
.index-title-bar .index-title,
.index-title-bar .index-title a{
	color: #fff;
}
.index-title-bar .index-title a:hover{
	color: #fff;
}
.index-title-bar .index-title{
	font-size: .65rem;
	font-weight: normal;
	line-height: 1.2;
}
.index-title-bar .index-title a{
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.index-title-bar .index-title em{
	font-weight: bold;
}


/* btn */
.learn-more-bar {
	text-align: center;
	padding: .2rem 0 .1rem;
}
.btn-readmore {
    border: 0;
    color: #fff;
    display: inline-block;
    min-width: 1.8rem;
    text-align: center;
    padding: .2rem .3rem;
    border: .02rem solid #fff;
    letter-spacing: 1px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    position: relative;
    overflow: hidden;
    font-size: .16rem;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.btn-readmore:hover {
    color: #333;
    background-color: #fff;
}

/* product synopses */
.product-synopses{
    padding: .5rem 0;
    font-size: .15rem;
}
.product-synopses,
.product-synopses a{
    color: #888;
}
.product-synopses .img-txt-item{
    padding: .4rem 0;
    line-height: 2;
    margin: 0 -.15rem;
}
.product-synopses .img-txt-item img{
    display: block;
    width: 100%;
    height: auto;
}
.product-synopses .img-txt-item .item-cont-info{
    width: 66.666666%;
    padding:0 .15rem;
    float: left;
} 
.product-synopses .img-txt-item .item-cont-img{
    width: 33.333333%;
    padding:0 .15rem;
    float: left;
} 
.product-synopses .img-txt-item h3,
.product-synopses .img-txt-item h3 a{
    color: #fff;
}
.product-synopses .img-txt-item h3{
    font-size: .65rem;
    line-height: 1.05;
    font-weight: normal;
}
.product-synopses .img-txt-item h3 em{
    font-weight: bold;
}
.product-synopses .img-txt-item h3 + p{
    margin-top: .2rem;
    text-align: justify;
}
.product-synopses .img-txt-item:nth-child(2n) .item-cont-img{
    width: 66.666666%;
    float: left;
}
.product-synopses .img-txt-item:nth-child(2n) .item-cont-info{
    width: 33.333333%;
    float: right;
}


/* about us */
.about-us {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.about-us,
.about-us a{
    color: #fff;
}
.about-us .layout{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    position: relative;
    z-index: 3;
}
.about-us .index-title-bar .index-title,
.about-us .index-title-bar .index-title a{
    color: #fff;
}
.about-us .index-title-bar .index-title{
    font-size: 1.05rem;
    line-height: 1.03;
}
.about-us .index-title-bar .title-desc{
    display: block;
    font-size: .17rem;
    line-height: .36rem;
    padding-top: .1rem;
}
.about-us .learn-more-bar{
    text-align: center;
    padding-top: .1rem;
}
.about-us .video-bg video{
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    vertical-align: baseline;
}


/* company synopses */
.company-synopses{
    padding: .8rem 0 .4rem;
}
.company-synopses{}
.company-synopses ul{
    margin: 0 -.15rem;
}
.synopsis-item{
    width: 33.333333%;
    float: left;
    padding: .25rem .15rem;
}
.synopsis-item:nth-child(3n+1){
    clear: left;
}
.synopsis-item,
.synopsis-item a{
    color: #888;
}
.synopsis-item .item-badge{
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
 
.synopsis-item .item-badge img{ max-width:50%;}
.synopsis-item .item-info .item-title,
.synopsis-item .item-info .item-title a{
    color: #fff;
}
.synopsis-item .item-info .item-title{
    padding-top: .1rem;
    font-size: .2rem;
}
.synopsis-item .item-info .item-desc{
    display: block;
    margin-top: .15rem;
    font-size: .16rem;
}


/* product list */
.product-items {
    position: relative;
    width: 100%;
    padding: .2rem 0 0;
    overflow: hidden;
}
.product-items .items-content {
    padding: 0;
    margin: .2rem 0 0;
}
.product-item {
    position: relative;
    vertical-align: top;
    width: 33.333333%;
    padding: 0 .15rem;
    float: left;
}
.product-items .product-item,
.goods-items .product-item {
    margin: 0;
}
.product-item .item-wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.product-item .item-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.product-item .item-img img {
    position: relative;
    width: 100%;
    -moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
}
.product-item .item-img:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.product-item .item-info {
	padding: .1rem 0 0;
}
.product-item .item-info .item-title {
    text-transform: capitalize;
    font-size: .15rem;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
}
.product-item .item-info .item-title a{
    line-height: 1.3em;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.product-item .item-info .item-title a:hover,
.items_list .product-item .item-info .item-title a:hover{
    color: #3463ed;
}
.items_list .product-item .item-wrap {
    margin: 0 0 .5rem;
}
.product-items .product-item:hover .item-img img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.product-items .item-content{
	margin: 0 -.15rem;
}
.product-items .product-item {
	width: 20%;
	padding: 0;
    margin: 0;
}
.product-items .product-item .item-info{
    padding: 0;
}
.product-items .product-item .item-info .item-title {
    height: auto;
}
.product-items .product-item .item-info .item-title a{
    display: block;
    width: 100%;
    height: auto;
    padding: .1rem .2rem;
    max-width: inherit;
    text-align: center;
    color: #fff;
    font-size: .16rem;
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: 1px 1px 1px rgba(0,0,0,.9);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.product-items .product-item .item-img:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.35);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.product-items:hover .product-item:hover .item-img:before{
    opacity:0;
    filter: alpha(opacity=0);
}
.product-items:hover .product-item .item-img:before{
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-items .product-item:hover .item-info .item-title a{
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%;
}




/*----------------------------------page nav---------------------------------*/

.path-bar {
    position: relative;
    background: #191919;
    line-height: .33rem;
    padding: .25rem 0;
}
.path-bar li,
.path-bar li a{
    color: #fff;
}
.path-bar li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: .18rem;
    text-transform: uppercase;
}
.path-bar li:after {
    /*content: "\f105";*/
    content: "/";
    font-family:Arial, Helvetica, sans-serif;
    margin: 0 .06rem 0 .1rem;
    font-size: .18rem;
}
.path-bar li.current a {
}
.path-bar li:last-child:after {
    display: none;
}
.page-bar {
	text-align: right;
}
.pages {
    position: relative;
    margin: .3rem 0 .15rem;
}
.pages a,
.pages .current2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border: 1px solid #fff;
    background-color: #fff;
    line-height: 25px;
    min-width: 26px;
    padding: 3px 12px;
    border-radius: 3px;
    margin: 0 0 0 5px;
}
.pages a.current,
.pages a:hover {
    background: #3463ed;
    border-color: #3463ed;
    color: #FFF;
}
.pages span.current2 {
	padding-left: .05rem;
	vertical-align: middle;
}


/*----------------------------------aside---------------------------------*/

.aside {
    float: left;
    width: 23%;
}
.aside,
.aside a{
    color: #fff;
}
.side-tit-bar {
    position: relative;
}
.side-tit-bar .side-tit {
    position: relative;
    font-size: .26rem;
    line-height:.6rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFF;
    background-color: #333;
    background: -webkit-linear-gradient(top,#333,#222);
    background: -moz-linear-gradient(top,#333,#222);
    background: -ms-linear-gradient(top,#333,#222);
    background: -o-linear-gradient(top,#333,#222);
    background: linear-gradient(top,#333,#222);
    padding: 0 0 0 .15rem;
    box-shadow:1px 1px 0 rgba(255,255,255,.07) inset;
}
.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}
.side-cate {
    padding: 0;
}
.side-cate li {
    position: relative;
    text-transform: uppercase;
    padding: 0 .15rem;
    background-color: #3463ed;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.side-cate li:hover{
    background-color: #2c5ce8;
}
.side-cate > li{
    margin-bottom: 1px;
    padding-right: .2rem;
}
.side-cate ul {
    display: none;
}
.side-cate li a {
    position: relative;
    height: .45rem;
    line-height: .45rem;
    overflow: hidden;
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.side-cate li a:hover{
    text-indent: .1rem;
}
.side-cate > li ul{
    padding-bottom: .15rem;
}
.side-cate > li li {
    text-transform: none;
    background: none;
}
.side-cate > li li a{
    height: .3rem;
    line-height: .3rem;
    opacity: .8;
}
.side-cate li .icon-cate {
    position: absolute;
    right: .1rem;
    top: .17rem;
    font-size: 12px;
    cursor: pointer;
    color: #333;
}
.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f067';
}
.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f068';
}
.side-cate li.nav-current>a,
.side-cate li:hover>a,
li.show_li>a {
    opacity: .8;
}
.side-cate li.nav-current>.icon-cate,
.side-cate li:hover>.icon-cate,
li.show_li>.icon-cate {
    opacity: .8;
}
.side-product-items {
    position: relative;
    padding: .4rem 0;
    background-color: #3463ed;
}
.items_content:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3463ee;
    z-index: 11;
    position: absolute;
    left: 0;
    bottom: 0;
}
.side-product-items .items_content {
    position: relative;
}
.side-product-items .items_content {}
.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 80px;
    overflow: hidden;
}
.side_product_item figure {
    position: relative;
    display: table;
    width: 100%;
    height: 80px;
    padding: 0 .1rem;
    overflow: hidden;
    border-bottom: 1px solid #191919;
}
.side_product_item .item-img {
    position: relative;
    width: .85rem;
    display: table-cell;
    vertical-align: middle;
    padding: 0 .2rem 0 0;
}
.side_product_item .item-img img {
    position: relative;
    width: 100%;
    border: 0px solid #eee;
}
.side_product_item figcaption {
    display: table-cell;
    vertical-align: middle;
}
.side_product_item figcaption a{
	display: inline-block;
	line-height: .18rem;
	max-height: .54rem;
	overflow: hidden;
}
.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .15;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.side-product-items .btn-prev {
    top: .2rem;
    background: url(../images/side_product_up.png) no-repeat center center;
}
.side-product-items .btn-next {
    bottom: .2rem;
    background: url(../images/side_product_down.png) no-repeat center center;
}
.side-product-items .btn-prev:hover,
.side-product-items .btn-next:hover{
	opacity: .35;
}
.aside .side-bn {
    max-width: 100%;
    margin: 0 0 25px 0;
}
.aside .side-bn img {
    max-width: 100%
}


/*----------------------------------main---------------------------------*/

.main {
    position: relative;
    width: 74.5%;
    float: right;
    padding-bottom: .5rem;
}
.product-main{
    background-color: #fff;
    padding: .15rem;
}
.main-tit-bar {
    position: relative;
    font-size: .26rem;
    line-height:.6rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFF;
    background-color: #333;
    background: -webkit-linear-gradient(top,#333,#222);
    background: -moz-linear-gradient(top,#333,#222);
    background: -ms-linear-gradient(top,#333,#222);
    background: -o-linear-gradient(top,#333,#222);
    background: linear-gradient(top,#333,#222);
    padding: 0 0 0 .15rem;
    box-shadow:1px 1px 0 rgba(255,255,255,.07) inset;
}
.main-tit-bar .title{
    font-size: .26rem; 
    display: inline;
    float: left;
    font-weight: normal;
}
.main-tit-bar .share-this {
    float: right;
    max-width: 55%;
    overflow: hidden;
    padding: .2rem .15rem 0 0;
}

.product-main .main-tit-bar {
	padding: .04em 0 .06rem;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 .12rem;
    background: none;
    overflow: hidden;
}
.product-main .main-tit-bar .title {
    color: #222;
    font-size: .22rem;
    line-height: 1.2;
    text-transform: uppercase;
    float: left;
}

.main-banner {
    position: relative;
    overflow: hidden;
}
.main-banner .item{
	display: none;
}
.main-banner .item,
.main-banner .item img {
    position: relative;
    width: 100%;
}
.main-banner .flex-direction-nav,
.main-banner .flex-control-nav {
    display: none;
}
.goods-summary {
    margin: .17rem 0 .35rem;
}
.goods-summary,
.goods-summary a{
    color: #fff;
}
.items_list {
    padding-top: .2rem;
}
.items_list ul {
    margin: 0 -.15rem;
}
.items_list .product-item {
}
.items_list .product-item:nth-child(3n+1){
    clear: left;
}
.items_list .product-item .item-info{
	position: relative;
}
.items_list .product-item .item-info .item-title a{
	display: block;
    margin: .1rem 0 0;
    font-size: .18rem;
    color: #fff;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.items_list .product-item .item-img:before{
	display: none;
}



/*-------------------------------------------------------- 
													page: single Product
																	------------------------------------------------------*/


/*product photos*/

.product-intro {
    position: relative;
    overflow: hidden;
}
.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 .product-image.zoom_remove:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.product-view {
    position: relative;
    width: 43%;
    float: left;
}
.product-view .product-image {
    position: relative;
    padding: 3px;
    border: 1px solid #e5e5e5;
}
.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: 90%;
    margin: 0 auto;
}
.product-view .image-additional li {
    position: relative;
    width: 100%;
    margin: 0 23px 0 0;
    padding: 1px;
    display: none;
}
.product-view .image-additional li.single {
    display: none;
}
.product-view .image-additional li img {
    position: relative;
    width: 100%;
    padding: 1px;
    border: 1px solid #ccc;
}
.product-view .image-additional li a {
    position: relative;
    display: block;
    padding: 0 .1rem;
}
.product-view .image-additional li.current img {
    border-color: #3463ed;
    outline: 1px solid #3463ed;
}
.product-view .image-additional img.popup {
    display: none;
}
.image-additional .owl-carousel .owl-controls .owl-nav {
    top: 50%;
    margin: -.1rem 0 0;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    margin: 0;
    padding: 0;
    border-radius: .02rem;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:before{
    padding: 0 .03rem;
    font-size: .24rem;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #3463ee;
    color: #fff;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -5%;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -5%;
}
.product-view .image-additional .owl-loaded li{
	display: block;
}

/*product summary*/

.product-summary {
    position: relative;
    width: 53%;
    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,
.product-btn-wrap .buy {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    min-width: 1.7rem;
    vertical-align: top;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    background: #3463ed;
    border: 1px solid #3463ed;
    color: #FFF;
    margin: 0 20px .05rem 0;
}
.product-btn-wrap .buy {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 30px;
}
.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,
.product-btn-wrap .buy:hover {
    background: none;
    color: #3463ed;
}
.product-summary .share-this {
    margin: .25rem 0 0;
}


/* product detail */
.product-detail {
    position: relative;
    overflow: visible;
    padding: .3rem 0 .2rem;
}
.detail-tabs {
    position: relative;
    padding-bottom: 1px;
    border-bottom:2px solid #3463ed;

}
.detail-tabs .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    line-height: 33px;
    cursor: pointer;
    font-size: .16rem;
    margin: 0 .05rem 0 0;
    padding: 0 .18rem;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid #fff
}


.detail-tabs .title.current {
    color: #fff;
    background: #3463ed;
    border-color: #3463ed;
}
.product-detail .tab-panel-content {
    padding: .2rem 0;
    display: block;
    overflow: hidden
}
.product-detail .disabled {
    display: none;
}


/* inquiry form */
.inquiry-form-wrap .inquiry-form-title{
	background-color: #3463ed;
	font-size: .16rem;
}

/*like product*/

.goods-may-like {
    position: relative;
    overflow: hidden;
    margin: .5rem 0 0;
}
.goods-may-like .product-item .item-wrap{
    margin-bottom: 0;
}
.goods-title-bar {
    position: relative;
    font-size: .26rem;
    line-height:.6rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFF;
    background-color: #333;
    background: -webkit-linear-gradient(top,#333,#222);
    background: -moz-linear-gradient(top,#333,#222);
    background: -ms-linear-gradient(top,#333,#222);
    background: -o-linear-gradient(top,#333,#222);
    background: linear-gradient(top,#333,#222);
    padding: 0 0 0 .15rem;
    box-shadow:1px 1px 0 rgba(255,255,255,.07) inset;
    margin-bottom: .3rem;
}
.goods-title-bar .title {
    font-size: .18rem;
    text-transform: uppercase;
    font-weight: normal;
}
.goods-title-bar .title,
.goods-title-bar .title a {
    color: #fff;
}
.goods-may-like .goods-items{
	width: auto;
	margin: 0 -.15rem;
}
.goods-may-like .product-item{
	width: auto;
	float: none;
}
.goods-may-like .product-item .item-wrap{
	padding-bottom: .15rem;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav{
	left: auto;
	right: .25rem;
	top: -.7rem;
	color: #fff;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{
	font-size: .2rem;
	border-radius: 0;
	margin: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
	background-color:#3463ee;
    color: #fff;
}
.goods-may-like .product-item .item-info .item-title a{

}
.goods-may-like .product-item .item-info .item-title a{
    display: block;
    margin: 0 auto;
    padding: .1rem 0 0;
    font-size: .18rem;
    color: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.goods-may-like .product-item .item-info .item-title a:hover{
    color: #3463ee;
}
.goods-may-like .product-item .item-img:before{
    display: none;
}




/*-------------------------------------------------------- 
													page: blog list
																	------------------------------------------------------*/

.blog_list {
    position: relative;
    width: 100%;
}
.blog-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: .2rem 0;
}
.blog-item,
.blog-item a{
    color: #888;
}
.blog-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.blog-item .item-wrap {}
.blog-item .item-img {
    position: relative;
    display: block;
    max-width: 2rem;
    margin: 0 .2rem 0 0;
    float: left;
}
.blog-item .item-img img {
    position: relative;
    width: 100%;
}
.blog-item .item-info {}
.blog-item .item-info .item-title {
    font-size: .2rem;
    font-weight: normal;
}
.blog-item .item-info .item-title,
.blog-item .item-info .item-title a{
    color: #fff;
}
.blog-item .item-info .item-title a:hover{
    color: #3463ed;
}
.blog-item .item-info time {
    display: block;
    font-style: italic;
    margin: .08rem 0;
}
.blog-item .item-info .item-detail {}
.blog-item .item-info .item-more {
    float: right;
    color: #3463ed;
}


/*-------------------------------------------------------- 
													page: download list
																	------------------------------------------------------*/

.download_list {
    position: relative;
    width: 100%;
}
.download-item {
    position: relative;
    overflow: hidden;
    padding: .15rem 0;
    margin: 0 0 .1rem;
    line-height: .3rem;
    border-bottom: 1px solid #eee;
}
.download-item .item-img {
    max-width: 25px;
}
.download-item .item-title {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    margin: 0 1rem;
    font-size: .16rem;
    font-weight: bold;
}
.download-item .item-button {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    float: right;
    line-height: .3rem;
    padding: 0 .15rem;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: .05rem;
    cursor: pointer;
}
.download-item .item-button:before {
    content: "\f019";
    margin: 0 .1rem 0 0;
}


/*-------------------------------------------------------- 
													page: faq list
																	------------------------------------------------------*/

.faq_list {
    position: relative;
    width: 100%;
}
.faq-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 .35rem;
    border-bottom: 1px solid #eee;
}
.faq-item,
.faq-item a{
    color: #888;
}
.faq-item .faq-title,
.faq-item .faq-title a{
    color: #fff;
}
.faq-item .faq-title {
    position: relative;
    font-size: .2rem;
    line-height: .4rem;
    padding: .15rem 0;
    cursor: pointer;
}
.faq-item .faq-title:before {
    position: absolute;
    content: "\f067";
    left: -.35rem;
    top: 50%;
    margin: -.13rem 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    width: .2rem;
    height: .2rem;
    text-align: center;
    line-height: .16667em;
    font-size: .12rem;
    font-weight: normal;
}
.faq-item .faq-title.show-title:before {
    content: '\f068';
}
.faq-item .faq-cont {
    margin: 0 0 .25rem;
    display: none;
}
.faq-item:first-child .faq-cont {
    display: block;
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1550px) {}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 600%;
    }

    .side-tit-bar .side-tit {
        font-size: .2rem;
    }
}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 570%;
    }
	.layout,
	.path-bar .path-nav {
        width: 100%;
        padding: 0 .15rem;
    }
    body {
        min-width: 100%;
    }
    .scrollsidebar,
    .bottomsidebar {
        display: none;
    }
    .head-wrapper{
        padding: 0 .15rem;
    }
    .nav-bar{
        padding-top: .5rem;
    }
    .nav-bar .nav-wrap{
        padding: 0;
    }
    .nav-bar,
    .logo img {
    }
    .nav-bar .nav {
    }
    .head-wrapper .change-language{
        top: -.5rem;
    }
    .head-search {
    	right: 1.65rem;
    }
    .nav-bar .nav>li>a {
        /*padding: 0 .2rem;*/
    }

    .tp-leftarrow{
        left: .15rem!important;
    }
    .tp-rightarrow{
        right: .15rem!important;
    }
    .index-title-bar .title {
        font-size: .33rem;
    }
    .product-items .product-item {
        width: 25%;
    }
}

@media only screen and (max-width: 1200px) {
    .aside {
        /*width: 200px;*/
    }
}

@media only screen and (max-width: 1000px) {
    .main {
        /*width: 76%;*/
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 550%;
    }
}

@media only screen and (max-width: 950px) {
    html {
        font-size: 550%;
    }
    .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;
    }
    img {
        max-width: 100%;
    }
    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999;
    }

	.head-wrapper:before{
		display: none;
	}
    .lang-more {
        display: none !important
    }
    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #161622;
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: left;
        display: block;
    }
    .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,
    .change-language,
    .head-search {
        display: none !important;
    }
    .head-wrapper{
        position: absolute;
    }
    .sub-head-wrapper{
        position: relative;
    }
    .sub-head-wrapper .nav-bar{
        padding: .55rem 0 .3rem;
    }
    .nav-bar {
        padding: 25px 0 0 0;
        height: auto;
    }
    .logo {
        display: block;
        text-align: center;
        width: 100%;
    }
    .head-search-form {
        position: relative;
        width: 100%;
        height: .35rem;
        border: 1px solid #000;
    }
    .head-search-form .search-ipt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: .35rem;
        background: none;
        border: none;
        padding: 0 1rem;
    }
    .head-search-form .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: .35rem;
        height: .35rem;
        background: none;
        border: none;
    }
    /*nav */
    .nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .nav>li {
        border-bottom: 1px solid #eee;
        line-height: 35px;
    }
    .nav>li:after {
        content: '\f105';
        position: absolute;
        right: 0;
        top: 0;
        color: #999;
        font-size: 12px;
    }
    .nav li ul {
        display: block;
        width: 100%;
    }
    .nav li ul li {
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        text-transform: lowercase;
        line-height: 30px;
    }
    .nav li ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .nav li ul li li {
        line-height: 25px;
        font-family: 'SourceSansProLight';
    }
    .nav li ul li li:before {
        display: none;
    }

    .gotop{
        width:.4rem;
        height: .4rem;
        line-height: .4rem;
    }
    .gotop:before,.gotop:hover:before{
        font-size: .3rem;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .gotop:after,.gotop:hover:after{
        display: none;
    }

	/* index */
    .tp-leftarrow,
    .tp-rightarrow{
        width: .4rem!important;
        height: .8rem!important;
        margin-top: -.4rem!important;
        display: none!important;
    }
	.index-title-bar .index-title{
		font-size: .5rem;
	}
    .index-title-bar .index-title br{
        display: none;
    }
    .index-title-bar .index-title em{
        padding-right: .1rem;
    }
    .company-synopses ul {
    }
    .product-synopses .img-txt-item{
        text-align: center;
        padding: .1rem 0;
    }
    .product-synopses .img-txt-item + .img-txt-item {
        padding-top: .2rem;
    }
    .product-synopses .img-txt-item h3{
        font-size:.5rem;
        width: 100%;
        text-align: center;
        -ms-word-break: break-all;
        word-break: break-all;
        word-wrap:break-word;
    }
    .product-synopses .img-txt-item h3 br{
        display: none;
    }
    .product-synopses .img-txt-item h3 em{
        padding-right: .1rem;
    }
    .product-synopses .img-txt-item h3 + p{
        text-align: center;
        font-size: .15rem;
        padding-bottom: .2rem;
    }
    .product-synopses .img-txt-item .item-cont-info,
    .product-synopses .img-txt-item .item-cont-img{
        width: 100%;
        float: none;
    }
    .product-synopses .img-txt-item img{
        max-width: 370px;
        margin: 0 auto;
    }
    .product-synopses .img-txt-item:nth-child(2n) .item-cont-img,
    .product-synopses .img-txt-item:nth-child(2n) .item-cont-info{
        width: 100%;
        float: none;
    }
    .product-synopses .img-txt-item:nth-child(2n) img{
        max-width: inherit;
    }
/*    .product-synopses .img-txt-item:nth-child(2n) .item-cont-img{
        width: auto;
        margin: 0 -.15rem;
    }*/
    .synopsis-item{
        width: 50%;
    }
    .synopsis-item:nth-child(3n+1){
        clear: none;
    }
    .synopsis-item:nth-child(2n+1){
        clear: left;
    }
    .about-us .index-title-bar .index-title{
        font-size: .5rem;
    }
    .about-us .video-bg video{
        width: auto;
        height: 100%;
    }
    .about-us .video-bg video{
        display: none;
    }
    .about-us .video-bg{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .product-items .product-item {
        width: 33.333333%;
    }
    .product-items .product-item .item-info .item-title a,
    .product-items .product-item:hover .item-info .item-title a{
        opacity: 1;
        filter: alpha(opacity=100);
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        bottom: 0;
        left: 0;
        padding: .05rem .1rem;
        height: auto;
        line-height: 1.3;
        overflow: hidden;
        font-size: .14rem;
        background-color: rgba(0,0,0,.7);
    }
    .product-items .items-content {
    }
    .foot-items .foot-item {
        padding: 0;
    }

    /* footer */
    .foot-items .foot-item.foot-item-contact,
    .foot-items .foot-item.foot-item-news,
    .foot-items .foot-item.foot-item-inquiry {
        width: 50%;
        margin: 0 0 .2rem;
    }
    .foot-items .foot-item.foot-item-inquiry{
    	text-align: left;
    }
    .foot-items .foot-item.foot-item-contact {
        padding: 0 .2rem 0 0;
    }
    .foot-items .foot-item:nth-child(3){
    	clear: left;
    	float: none;
    }
    .foot-item.foot-item-news .new-item{
    	margin-left: 1px;
    }

    /* aside */
    .aside {
        display: none;
    }
    .side-product-items .btn-prev,
    .side-product-items .btn-next {
        display: none;
    }
    .side_product_item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    .side-cate li,
    .side-product-items{
        background: none;
    }

    /* main */
    .main {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    /* product intro */
    .product-view {
        width: 50%;
        float: none;
        margin: 0 auto .2rem;
        border: 2px solid #3463ed;
    }
    .product-view br{
    	display: none;
    }
    .product-view .product-image {
        display: none
    }
    .product-view .image-additional li img,
    .product-view .image-additional li.current img{
    	border: 0;
    	outline: 0;
    	vertical-align: middle;
    }
    .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-view .owl-carousel .owl-controls .owl-dots {
    	bottom: .12rem;
    }


    /* product summary */
    .product-summary {
        position: relative;
        width: 100%;
        float: none;
    }

    .product-summary .share-this {
        float: none;
        margin: 30px 0;
    }

    /* product 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-may-like .owl-carousel .owl-controls{
		height: auto;
		visibility: visible;
	}
    .goods-may-like .owl-carousel .owl-controls .owl-dots {
    	position: static;
    	padding-top: .15rem;
    }

}

@media only screen and (max-width: 768px) {
	.synopsis-item .item-info .item-title{
		font-size: .18rem;
	}
	.about-us .layer-body{
		display: block;
		max-width: 80%;
		margin: 0 auto;
	}
    .about-us .about-img {
        float: none;
        width: 100%;
        margin: 0 auto .3rem;
    }
    .about-us .about-detail {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    .nav-bar{
        padding-top: .4rem;
    }
    .logo img {
        height: .4rem;
    }
    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        display: none;
    }
    .flex-control-paging li a {
        width: .1rem;
        height: .1rem;
    }
    .flex-control-paging li a:hover,
    .flex-control-paging li a.flex-active {
        width: .12rem;
        height: .12rem;
    }
    .tp-bullets.simplebullets .bullet{
        margin-bottom: .1rem;
    }

    /* index */
    .index-title-bar{
        margin-bottom: .2rem;
    }
    .index-title-bar .index-title{
        font-size: .4rem;
    }
    .btn-readmore{
        padding: .1rem .3rem;
    }
    .product-synopses .img-txt-item h3{
        font-size: .3rem;
    }
    .about-us .index-title-bar .index-title{
        font-size: .3rem;
    }
    .about-us .layer-body{
    	display: block;
		max-width: inherit;
    }
    .about-us .about-img {
        width: 100%;
    }
    .product-item{
    	padding: 0 .075rem;
    }
    .items_list ul{
    	margin: 0 -.075rem;
    }
    .items_list .product-item:nth-child(3n+1){
        clear: none;
    }
    .items_list .product-item:nth-child(2n+1){
        clear: left;
    }
    .items_list .product-item .item-wrap{
    	margin-bottom: .3rem;
    }
    .blog-item .item-img {
        max-width: 1.5rem;
        margin: 0 .15rem 0 0;
    }
    .product-items .items-content{
    	margin-top: 0;
    }
    .synopsis-item{
        width: 100%;
    }
    .product-item,
    .product-items .product-item {
        width: 50%;
    }
    .inquiry-pannel .pannel-info{
    	width: 100%;
    	padding:.3rem .15rem;
    }

    /* footer */
    .foot-wrapper{
        padding: .3rem 0;
    }
    .foot-items .foot-item .foot-tit{
        font-size: .4rem;
        margin-bottom: .25rem;
    }
    .foot-items .foot-item.foot-item-contact,
    .foot-items .foot-item.foot-item-news,
    .foot-items .foot-item.foot-item-inquiry {
        width: 100%;
    }
    .foot-items .foot-item.foot-item-contact {
        padding: 0;
    }
    .copyright{
        font-size: .12rem;
        text-align: left;
    }
    .copyright strong{
        display: block;
    }

    /* product */
    .main-tit-bar .title{
        font-size: .2rem;
    }
    .side_product_item {
        width: 100%;
    }
    .product-view {
        width: 100%;
        border-color: #e5e5e5;
        border-width: 1px;
    }
    .inquiry-form {
        padding: .2rem 1rem;
    }
    .inquiry-form .inquiry-form-ico {
        width: .6rem;
        right: .1rem;
        top: .1rem;
    }
    .inquiry-form input[type="text"].form-input,
    .inquiry-form textarea.form-text {
        width: 80%;
    }
    .inquiry-form textarea.form-text {
        width: 100%;
    }
    .goods-may-like .goods-items{
    	margin: 0 -.075rem;
    }
    .goods-may-like .owl-carousel .owl-item{
    	overflow: visible;
    }
    .goods-may-like .product-item{
    	overflow: visible;
    }
    .goods-may-like .product-item .item-wrap{
    	position: relative;
    	float: left;
    }

    /* download */
    .download-item .item-title {
        display: block;
        margin: .1rem 0;
    }
    .download-item .item-button {
        float: none;
    }
}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 320px) {
    .synopsis-item,
    .product-item,
    .product-items .product-item {
        width: 100%
    }
}


@media only screen and (max-width:950px) {
	.change-language-cont {
		top: auto!important;
		padding: 0!important;
		width: 100%!important;
		text-align: left!important
	}
	.sub-content {
		position: relative!important;
		display: block!important;
		right: auto!important;
		border-radius: 0!important;
		border: none!important;
		box-shadow: none!important;
		z-index: 99999!important
	}
	.change-language-title {
		display: none!important
	}
	.change-language-cont ul li {
		width: 25%!important;
		margin: 0!important;
		border: none!important
	}
}

@media only screen and (max-width:768px) {
	.change-language-cont ul li {
		width: 33.33333%!important
	}
}

@media only screen and (max-width:640px) {
	.change-language-cont ul li {
		width: 50%!important
	}
}

@media only screen and (max-width:320px) {
	.change-language-cont ul li {
		width: 50%!important
	}
}

.none {
	display: none
}
