@charset "utf-8";



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

html{
}


/* font color */
body, html, input, button, textarea,a{color:#333;}
a:hover{color:#eb4c4c;}

/* font-family */
.index-title-bar .sub-title,
.index-title-bar .title-desc,
.path-bar li{
	font-family: 'SourceSansProLight';
}
.index-title-bar .index-title em{
	font-family: 'SourceSansProRegular';
}
/* clear floating */
.head-r:after,
.nav-wrap:after,
.company-synopses ul:after,
.items-content:after,
.items_list ul:after,
.owl-stage:after,
.new-item:after,
.featured-items:after,
.featured-count ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.head-r,
.nav-wrap,
.company-synopses ul,
.items-content,
.items_list ul,
.owl-stage,
.new-item,
.featured-items,
.featured-count ul{
	*zoom:1;
}

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

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


/* service bug */
.side_content,
.show_btn{
    position: absolute;
    right: 0;
    top: 0;
}


/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
    position: relative;
    width: 100%;
    z-index: 10000;
}
.head-layout{
    padding: .3rem 0 .3rem;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.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: .5rem;
}
.tasking {
    width: 100%;
    height: 6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f5f5f5;
    overflow: hidden;
    display: none;
    z-index: 1;
}
.head-r{
    padding: 0 0 .25rem;
    float: right;
}
.head-r,
.head-r a{
    color: #808080;
}
.head-contact{
    position: absolute;
    right: 0;
    bottom: .25rem;
    font-size: .13rem;
}
.head-contact li{
    display: inline-block;
    padding: 0 0 0 .2rem;
}

.foot-social {
    display: inline-block;
    vertical-align: middle;
}
.foot-social li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: .025rem 0 0;
    margin: 0 .15rem 0 0;
}
.foot-social li img{
    max-height: 11px;
    opacity: .5;
}
.foot-social li a:hover img{
    opacity: .7;
}

.head-contact{
    clear: both;
    float: right;
}
.head-contact .head-phone,
.head-contact .head-email {
    display: inline;
    float: left;
    padding-left: .25rem;
}

.head-contact .head-phone:before,
.head-contact .head-email:before {
    opacity: .7;
    font-family: 'fontawesome';
    margin-right: .05rem;
    font-size: .13rem;
}

.head-contact .head-phone:before {
    content: '\f095';
}

.head-contact .head-email:before {
    content: '\f003';
    padding-right: 5px;
}

.head-contact .head-phone:hover:before,
.head-contact .head-email:hover:before {
    -webkit-animation: swing .6s linear;
    animation: swing .6s linear;
}
.change-language {
	z-index: 3!important;
    margin-right: -.08rem;
}
.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: #808080;
}
.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
}
.head-search {
    width: 100%;
    position: absolute;
    right: 0;
    top: .1rem;
    z-index: 1;
}
.head-search .head-search-form {
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    box-sizing: content-box;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.head-search .search-ipt {
    display: block;
    width: 100%;
    height: .4rem;
    line-height: .3rem;
    padding: .1rem 0;
    text-indent:.1rem;
    background: none;
    border: 0;
    border-bottom: 1px solid #333;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.head-search-form .search-btn {
    font-family: 'fontawesome';
}
.head-search .search-btn,
.head-search .search-toggle {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    border: none;
    background: none;
    font-size: .16rem;
    width: .3rem;
    height: .38rem;
    line-height: .38rem;
    text-align: center;
    cursor: pointer;
    background: none;
}
.head-search .search-toggle{
    z-index: 9;
    background-color: #f5f5f5;
}
.head-search .search-toggle:before {
    font-family: 'fontawesome';
    content: "\f002";
}
.head-search-show.head-search .head-search-form {
    width: 100%;
}

/* nav */
.nav-bar {
    background-color: #f5f5f5;
    height: .6rem;
    line-height: .6rem;
}
.nav-bar .nav {
    width: 100%;
}
.nav-bar .nav,
.nav-bar .nav a{
    color: #808080;
}
.nav-bar .nav li {
    position: relative;
    display: block;
}
.nav-bar .nav>li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}
.nav-bar .nav>li.nav-current>a {
    color: #333;
}
 
.nav-bar .nav>li>a {
    position: relative;
    display: inline-block;
    height:  ;
    padding: 0;
    margin-right: .35rem;
    text-transform: uppercase;
}
.nav-bar .nav>li>a:hover{
    color: #333;
}
.nav-bar .nav li li {
    display: block;
    *display: block;
}
.nav-bar .nav li li a {
	color: #ccc;
    padding: 0;
    display: block;
    height: .35rem;
    line-height: .35rem;
    overflow: hidden;
    border-bottom: 1px dotted #3b3b3b;
}
.nav-bar .nav ul {
    width: 250px;
    position: absolute;
    top: .6rem;
    left: 0%;
    padding: .15rem 0;
    background:#2b2b2b;
    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 {
	-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 a{
    padding: 0 .15rem;
}
.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:17.86em;
    margin-left: .02rem;
}
.nav-bar .nav ul li:hover>a {
    color: #fff;
}
.nav-bar .nav li .nav-ico {
    font-size: .12rem;
    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;
    width: 0%;
    height: .04rem;
    position: absolute;
    left: 0;
    top: -.04rem;
    background-color: #eb4c4c;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.nav-bar .nav > li.li-hover > ul:before{
    width: 100%;
}
.nav-bar .nav > li.li-hover > a{
    color: #333;
}
.head-layout,.head-contact,.head-r,.foot-social{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.fixed-nav {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10009;
}
.fixed-nav .head-layout{
    padding-top: .06rem;
    padding-bottom: .06rem;
}
.fixed-nav:before{
	width: 0;
}
.fixed-nav .head-r{
    padding-top: .1rem;
    padding-bottom: 0;
}
.fixed-nav .foot-social{
    opacity: 0;
    visibility: hidden;
}
.fixed-nav .head-contact{
    opacity: 0;
    visibility: hidden;
}
.head-fixed-holder{
	margin-top: -.4rem;
}





/*--------------------------footer---------------------------*/
.foot-wrapper {
    position: relative;
    width: 100%;
    background-color: #262626;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    margin-top: .7rem;
    color: #bfbfbf;
}
.foot-wrapper a {
    color: #808080;
}
.foot-wrapper a:hover{
	color: #fff;
}
.foot-items {
    padding:.6rem 0;
    line-height: 2.3;
}
.foot-items .foot-item {
    position: relative;
    float: left;
}
.foot-items .foot-item .foot-tit {
    position: relative;
    text-transform: uppercase;
    margin: 0 0 .1rem;
    font-weight: bold;
    font-size: .16rem;
    color: #FFF;
}
.foot-items .foot-item-contact {
    width: 40%;
    padding-right: 8%;
}
.foot-item-contact li a{
    color: #bfbfbf;
}
.foot-item-contact li {
    position: relative;
    padding: 0 0 .1rem .35rem;
    line-height: .2rem;
}
.foot-item-contact li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .16rem;
    color: #fff;
}
.foot-item-contact li.foot_addr{
    padding-left: 0;
    max-width: 3rem;
}
.foot-item-contact li.foot_addr:before {
    content: "\f0f7";
    display: none;
}
.foot-item-contact li.foot_tel:before {
    content: "\f095";
}
.foot-item-contact li.foot_phone:before {
    content: "\f10b";
    font-size: .2rem;
}
.foot-item-contact li.foot_email:before {
    content: "\f003"
}
.foot-item-contact li.foot_fax:before {
    content: "\f1ac"
}
.foot-item-contact li.foot_skype:before {
    content: "\f17e"
}
.foot-items .foot-item-news {
    width: 27%;
    float: left;
}
.foot-items .foot-item-news .news-txt-list li{
    display: block;
    height: .25rem;
    line-height: .25rem;
    margin-bottom: .15rem;
    overflow: hidden;
}
.foot-items .foot-item-news .news-txt-list li a{
    display: block;
    position: relative;
    padding-left: .2rem;
}
.foot-items .foot-item-news .news-txt-list li a:before{
    content: '\f105';
    font-family: 'fontawesome';
    line-height: .25rem;
    position: absolute;
    left: 0;
    top: 0;
}
.foot-items .foot-item-inquiry{
    width: 25%;
    float: right;
}
.foot-items .foot-item-inquiry .subscribe{
    display: block;
}
.foot-items .foot-item-inquiry .subscribe span{
    display: block;
    line-height: 1.5;
}
.foot-items .foot-item-inquiry .button {
    display: inline-block;
    line-height: .25rem;
    font-size: .14rem;
    text-transform: uppercase;
    padding: .05rem .2rem;
    margin-top: .35rem;
    border-bottom: 2px solid #c94141;
    background: #eb4c4c;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.foot-items .foot-item-inquiry .button:after{
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.foot-items .foot-item-inquiry .button:hover:after{
    width: 100%;
    background-color: #ea3f3d;
}
.foot-items .foot-item-inquiry .button:hover{
    color: #fff;
}
.foot-items .foot-item-inquiry .button:before {
    font-family: "fontawesome";
    content: "\f003";
    margin: 0 .1rem 0 0;
}
.copyright{
    display: block;
    background-color: #0f0f0f;
    padding: .15rem 0;
    text-align: left;
}
.copyright,
.copyright a{
    color: #808080;
}
.copyright strong{
    font-weight: normal;
    padding-right: .15rem;
}


/* gotop */
.gotop{
	background-color: #eb4c4c;
	box-shadow: 0 0 1rem rgba(255,255,255,.35);
	border-radius: 50%;
    font-size: .12rem;
	color: #fff;
	text-transform: uppercase;
	-webkit-animation: btnUpDown 1.5s infinite ease ;
	animation: btnUpDown 1.5s infinite ease;
	overflow: hidden;
}
.gotop:before{
	content: '';
	display: block;
	width: 100%;
	height: 0%;
	background-color: #ea3f3d;
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: -1;
    bottom: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.gotop:hover:before{
	opacity: 1;
    height: 100%;
}
@-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 {
    font-size: .6rem;
    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;
    color: #fff!important;
    width: .6rem;
    height: .6rem;
    line-height:.6rem;
    text-align: center;
    overflow: hidden;
    top: 50%!important;
    margin-top: -.3rem!important;
    background: none;
    z-index: 99;
}
.tp-leftarrow:before{
    content: '\f104';
}
.tp-rightarrow:before{
    content: '\f105';
}


/* title */
.index-title-bar {
	margin: 0 auto;
    background-color: #f5f5f5;
    padding: .4rem 0;
    line-height: .32rem;
}
.index-title-bar .tit-more{
    color: #eb4c4c;
	font-weight: normal;
    padding-left: .15rem;
    float: left;
    padding-top: .09rem;
    line-height: .23rem;
}
.index-title-bar .index-title,
.index-title-bar .index-title a{
	color: #333;
}
.index-title-bar .index-title a:hover{
	color: #000;
}
.index-title-bar .index-title{
    font-size: .28rem;
    color: #333;
    display: inline;
    float: left;
    font-weight: bold;
}
.index-title-bar .index-title a,
.about-title a{
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.index-title-bar .index-title em{
	font-weight: bold;
}
.index-title-bar .index-title a:before,
.about-title a:before{
	content: '';
	display: block;
	width: .3rem;
	height: 100%;
	background-color: rgba(255,255,255,.5);
	position: absolute;
	left: -.3rem;
	top: 0;
}
.index-title-bar .index-title a:hover:before,
.about-title a:hover:before{
	left: 100%;
	background-color: rgba(255,255,255,.8)
	-webkit-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.index-title-bar .title-desc {
	display: block;
	max-width: 75%;
	margin:.35rem auto 0;
	font-size: .16rem;
}

/* btn */
.learn-more-bar {
	text-align: center;
	padding: .4rem 0 0;
}
.btn-readmore {
    background-color: #444;
    border: 0;
    color: #fff;
    font-size: .13rem;
    line-height: .18rem;
    font-weight: bold;
    display: inline-block;
    padding: .15rem .25rem;
    border-radius: 3px;
    letter-spacing: 1px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.24rem;
    overflow: hidden;
}
.btn-readmore:hover {
    color: #fff;
}
.btn-readmore:before {
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: -25%;
    background-color: #fc3;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    border-radius: 50%;
}
.btn-readmore:hover:before {
    height: 150%;
    width: 130%;
    left: -15%;
    bottom: -25%;
}



.gd-layer{
    padding: .7rem 0;
}


/* promote */
.promote-layer{
    background-color:#eb4c4c;
    font-size: .16rem;
}
.promote-layer,
.promote-layer a{
    color: #fff;
}
.promote-layer .promote-info{
    padding-right: 1.8rem;
}
.promote-layer .promote-info .promote-title{
    font-size: .3rem;
    font-weight: normal;
}
.promote-layer .promote-info .promote-desc{
    padding: .1rem 0 0;
}


/* featured products */
.featured-products{
    padding: 0;
}
.featured-items{}
.featured-item{
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: none;
}
.featured-item .item-img{
    display: block;
    width: 100%;
}
.featured-item .item-img img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.featured-item .item-img:before{
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    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;
}
.featured-item .item-info{
    display: block;
    width: 100%;
    padding: .15rem 8%;
    position: absolute;
    left: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
    -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;
}

.featured-item:hover .item-info{
    top: 50%;
}
.featured-item .item-info,
.featured-item .item-info a{
    color: #fff;
}
.featured-item .item-info .item-tit{
    display: block;
    font-size: .18rem;
}
.featured-item .item-info .item-desc{
    display: block;
    padding-top: .1rem;
    font-size: .14rem;
}
.featured-item:hover .item-img:before{
    opacity: 1;
    filter: alpha(opacity=100);
}
.featured-item:hover .item-img img{
    -webkit-transform: scale(1.1) translateY(-.05rem);
    -ms-transform: scale(1.1) translateY(-.05rem);
    -o-transform: scale(1.1) translateY(-.05rem);
    transform: scale(1.1) translateY(-.05rem);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.featured-item:hover .item-info{
    opacity: 1;
    filter: alpha(opacity=100);
}

.featured-count {}
.featured-count ul{
    margin: 0 -.15rem;
}
.featured-count .count-item {
    width: 25%;
    float: left;
    text-align: center;
    padding: .55rem .15rem .6rem;
}
.featured-count .count-item .count-item-hd{
    display: block;
    color: #eb4c4c;
    font-size: .47rem;
    font-weight: normal;
}
.featured-count .count-item .count-item-caption{
    display: block;
    margin: .1rem 0 0;
    text-transform: uppercase;
}
.featured-count .count-item .count-item-caption:before{
    content: '';
    display: block;
    width: .2rem;
    height: .03rem;
    background-color: #eb4c4c;
    margin: 0 auto .2rem;
}
.featured-products .owl-carousel .owl-controls{
    height: auto;
    padding: .3rem 0 0;
}
.owl-loaded .featured-item{
    display: block;
}
.featured-products .owl-carousel .owl-controls{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.featured-products .owl-carousel .owl-controls .owl-nav{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.featured-products .owl-carousel .owl-controls .owl-nav .owl-prev,
.featured-products .owl-carousel .owl-controls .owl-nav .owl-next{
    position: absolute;
    top: -.5rem;
    border-radius: .03rem;
}
.featured-products .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.featured-products .owl-carousel .owl-controls .owl-nav .owl-next:hover{
    background-color: #eb4c4c;
    color: #fff;
}
.featured-products .owl-carousel .owl-controls .owl-nav .owl-prev{
    right: .3rem;
}
.featured-products .owl-carousel .owl-controls .owl-nav .owl-next{
    right: 0;
}



/* company synopses */
.company-synopses {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.company-synopses ul {
    margin: 0 -.4rem;
}
.synopsis-item {
    position: relative;
    width: 33.333333%;
    float: left;
    text-align: center;
}
.synopsis-item .item-wrap {
    position: relative;
    padding: 0 .4rem;
}
.synopsis-item .item-img {
    position: relative;
    display: inline-block;
    max-width: 2.3rem;
    margin: 0 auto;
    padding: 0 0 .25rem;
}
.synopsis-item .item-img img{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.synopsis-item .item-info .item-title {
    position: relative;
    font-weight: bold;
    padding: 0 0 .15rem;
    font-size: .18rem;
}
.synopsis-item .item-info .item-title,
.synopsis-item .item-info .item-title a {
    color: #333;
}
.synopsis-item .item-info .item-title a:hover{
    color: #eb4c4c;
}
.synopsis-item .item-info .item-desc,
.synopsis-item .item-info .item-desc a{
    color: #909090;
}
.synopsis-item .item-info .item-desc{
    display: block;
    line-height: 1.7;
}
.synopsis-item .item-img:hover img{
    -webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}


/* about us */
.about-us {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: .7rem 0;
    background-position:center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-top: 1px solid #ddd;
}
.about-us .about-img .flex-control-nav {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: .12rem;
}
.about-us .about-img .flex-control-paging li a {
    width:8px;
    height:8px;
    background: none;
    border: 2px solid #fff;
}
.about-us .about-img .flex-control-paging li a:hover,
.about-us .about-img .flex-control-paging li a.flex-active {
	background-color: #fff;
}
.about-us .about-img .flex-direction-nav {
    display: none;
}
.about-us .layer-body{
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	flex-direction:row;
}
.about-us .about-tit-ico{
    width: 15%;
}
.about-us .about-tit-ico img{
    max-width: 100%;
    height: auto;
}
.about-us .about-tit-ico + .about-detail{
    padding-left: .6rem;
}
.about-us .about-img{
	width: 47%;
	position: relative;
	padding:0 0 0 .4rem;
	background-color: rgba(255,255,255,.2);
}
.about-us .about-img .item,
.about-us .about-img .item img {
    position: relative;
    width: 100%
}
.about-us .about-detail{
	font-size: .15rem;
	padding-left: .3rem;
	-webkit-box-flex:1;
	-webkit-flex:1;
	flex:1;
    padding-left: .5rem;
}
.about-us .about-detail,
.about-us .about-detail a{
	color:#909090;
}
.about-us .about-detail .about-title{
    font-size: .28rem;
    padding-bottom: .25rem;
    line-height: 1.1;
}
.about-us .about-detail .about-title,
.about-us .about-detail .about-title a{
    color: #333;
}
.about-us .about-more {
    margin: .2rem 0 0;
}
.about-us .about-more a {
	display: inline-block;
	font-size: .15rem;
	padding: .07rem 0rem;
	color: #eb4c4c;
	border-radius: .03rem;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.about-us .about-more a:before,
.about-us .about-more a:after {
    z-index: -1;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #eb4c4c;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.about-us .about-more a:before{
	top: 0;
}
.about-us .about-more a:after{
	bottom: 0;
}
.about-us .about-more a:hover:before,
.about-us .about-more a:hover:after{
	width: 100%;
	opacity: 1;
	transition-delay: .3s;
}
.about-us .about-more a:hover {
    /*color: #fff;*/
    /*margin-left: 10px;*/
    padding-left: .08rem;
    padding-right: .08rem;
}
.about-us .about-more a i{
	font-weight: bold;
	padding-left: .05rem;
}

/* partner */
.partner-layer{
    padding-bottom: 0;
}
.partner-list .partner-item {
    display: none;
    text-align: center;
}
.partner-list .partner-item a {
    display: block;
    position: relative;
}
.partner-list .partner-item img {
    max-width: 100%;
    position: relative;
}
.partner-list .partner-item a:before {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: rgba(255, 255, 255, .3);
    z-index: 1;
}
.partner-list .partner-item a:hover {
    border-color: #ccc;
}
.partner-list .partner-item a:hover:before {
    width: 100%;
}
.owl-loaded .partner-item {
    display: block;
}
.partner-wrap .owl-prev,
.partner-wrap .owl-next {
    display: inline-block;
    width: .3rem;
    line-height: .3rem;
    text-align: center;
    font-size: .16rem;
    font-weight: bold;
    color: #666;
    margin: 0 5px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    border-radius: 0;
}
.partner-wrap .owl-prev:before,
.partner-wrap .owl-next:before {
    margin: 0;
}
.partner-wrap .owl-prev:hover,
.partner-wrap .owl-next:hover,
.partner-slides:hover .owl-prev,
.partner-slides:hover .owl-next {
    opacity: 1;
    background-color: #eb4c4c;
    color: #fff;
}
.partner-wrap .owl-prev {
    left: 10px;
}
.partner-wrap .owl-prev:before {
    content: "\f104";
}
.partner-wrap .owl-next {
    right: 10px;
}
.partner-wrap .owl-next:before {
    content: "\f105";
}
.partner-list:hover .owl-prev,
.partner-list:hover .owl-next {
    opacity: 1;
}
.partner-list:hover .owl-prev {
    left: 0;
}
.partner-list:hover .owl-next {
    right: 0;
}
.partner-layer .owl-carousel .owl-controls .owl-nav {
    position: static;
}
.partner-layer .owl-carousel .owl-controls .owl-prev,
.partner-layer .owl-carousel .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.partner-layer .owl-carousel .owl-controls .owl-prev {
    left: -.2rem;
}

.partner-layer .owl-carousel .owl-controls .owl-next {
    right: -.2rem;
}
.partner-layer .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.partner-layer .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background-color: #eb4c4c;
    color: #fff;
}




/* product list */
.product-items {
    position: relative;
    width: 100%;
    padding: .6rem 0;
    overflow: hidden;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.product-items .items-content {
    margin: 0 -.125rem;
}
.product-item {
    position: relative;
    vertical-align: top;
    width: 33.333%;
    padding: .1rem .125rem;
    margin: 0 0 .22rem;
    float: left;
}
.product-items .product-item,
.goods-items .product-item {
    margin: 0;
}
.product-item .item-wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
    /*padding: .05rem;*/
}
.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-img:before,
.product-item .item-img:after {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product-item .item-img img {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.product-item .item-img:before,
.product-item .item-img: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-item .item-img:before {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
    border: 1px solid rgba(255, 255, 255, .7);
}

.product-item .item-img:hover:before {
    left: .1rem;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    z-index: 9;
}

.product-item .item-img:hover:before,
.product-item .item-img:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-item .item-img:hover:after {
    z-index: 6;
    background-color: rgba(0, 0, 0, .2);
}
.product-item .item-img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.product-item .item-info {
	padding: .1rem .2rem;
}
.product-item .item-info .item-title {
    text-transform: capitalize;
    height: .36rem;
    line-height: .19rem;
    font-size: .15rem;
    font-weight: normal;
    overflow: hidden;
}
.product-item .item-info .item-title a{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.product-items .item-content{
	margin: 0 -.15rem;
}
.product-items .product-item {
	width: 25%;
}
.product-items .product-item .item-info .item-title a{
    color: #fff;
}





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

.path-bar {
    position: relative;
    line-height: .33rem;
    padding:.3rem 0;
}
.path-bar li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: .14rem;
    text-transform: uppercase;
    font-style: italic;
}
.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: center;
}
.pages {
    position: relative;
    margin: .4rem 0 .15rem;
}
.pages a,
.pages span.current2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ddd;
    line-height: 25px;
    min-width: 26px;
    padding: 3px 12px;
    border-radius: 3px;
    margin: 0 0 0 5px;
    border-radius: 3px;
    background: -webkit-linear-gradient(top,#fff,#f2f2f2);
    background: -moz-linear-gradient(top,#fff,#f2f2f2);
    background: -ms-linear-gradient(top,#fff,#f2f2f2);
    background: -o-linear-gradient(top,#fff,#f2f2f2);
    background: linear-gradient(top,#fff,#f2f2f2);
}
.pages a.current,
.pages a:hover {
    background: #222;
    border-color: #222;
    color: #FFF;
}
.pages span.current2 {
	padding-left: .05rem;
	vertical-align: middle;
}


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

.aside {
    float: left;
    width: 225px;
}
.side-tit-bar {
    position: relative;
}
.side-tit-bar .side-tit {
    position: relative;
    font-size: .15rem;
    line-height: .37rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    background: #eb4c4c;
    padding: 0 0 0 .12rem;
}
.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}
.side-cate {
    padding: .2rem 0;
}
.side-cate li {
    position: relative;
    line-height: 33px;
}
.side-cate li {
    margin: 0 .15rem;
}
.side-cate ul {
    display: none;
}
.side-cate li a {
    position: relative;
    display: block;
}
.side-cate li .icon-cate {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #999;
}
.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 {
    color: #eb4c4c;
}
.side-cate li.nav-current>.icon-cate,
.side-cate li:hover>.icon-cate,
li.show_li>.icon-cate {
    color: #eb4c4c;
}
.side-product-items {
    position: relative;
    padding: .4rem .08rem;
}
.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: .8rem;
    overflow: hidden;
}
.side_product_item .item-img {
    position: relative;
    width: .65rem;
    display: table-cell;
    vertical-align: middle;
}
.side_product_item .item-img img {
    position: relative;
    width: 100%;
    border: 0px solid #eee;
}
.side_product_item figcaption {
    display: table-cell;
    vertical-align: middle;
    padding-left: .2rem;
}
.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: 78.3%;
    float: right;
}
.main-tit-bar {
	padding: .04em 0 .06rem;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 .12rem;
    overflow: hidden;
}
.main-tit-bar .title {
    color: #222;
    font-size: .22rem;
    line-height: 1.2;
    text-transform: uppercase;
    float: left;
}
.main-tit-bar .share-this {
    float: right;
    width: 55%;
    text-align: right;
}
.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 .25rem;
}
.items_list {}
.items_list ul {
    margin: 0 -.15rem;
}
.items_list .product-item {
	margin-bottom: 0;
}
.items_list .product-item .item-wrap{
	border: 1px solid #ccc;
    padding: 3px;
	outline-offset: -1px;	
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.items_list .product-item .item-wrap:hover{
	border-color: #aaa;
	outline-offset: 0;
}
.items_list .product-item .item-info{
    padding-bottom: .1rem;
	position: relative;
}
.items_list .product-item .item-info .item-title a{
	display: inline-block;
	max-width: 180px;
	max-width: 80%;
	margin: 0 auto;
	-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: 38%;
    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 #ddd;
}
.product-view .image-additional li a {
    position: relative;
    display: block;
    padding: 0 .18rem;
}
.product-view .image-additional li.current img {
    border-color: #eb4c4c;
    outline: 1px solid #eb4c4c;
}
.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;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: none;
}
.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: 58%;
    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: #eb4c4c;
    border: 1px solid #eb4c4c;
    color: #FFF;
    margin: 0 20px .05rem 0;
}
.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.product-btn-wrap .buy:before{
    margin-right: .05rem;
}
.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: #eb4c4c;
}
.product-summary .share-this {
    margin: .4rem 0 0;
    text-align: right;
}


/* product detail */
.product-detail {
    position: relative;
    overflow: visible;
    padding: .15rem 0 0;
}
.detail-tabs {
    position: relative;
}
.detail-tabs .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
    cursor: pointer;
    font-size: .16rem;
    margin: 0 .1rem 0 0;
    padding: 0 .18rem;
    font-weight: normal;
    border: 1px solid #e5e5e5;
}


.detail-tabs .title.current {
    color: #fff;
    background: #eb4c4c;
    border-color: #eb4c4c;
}
.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: #eb4c4c;
	font-size: .16rem;
}

/*like product*/

.goods-may-like {
    position: relative;
    overflow: hidden;
    margin:. 5rem 0 0;
}
.goods-title-bar {
	height: .32rem;
	line-height: .32rem;
	background-color: #eb4c4c;
	padding: 0 .15rem;
	margin: 0 auto .1rem;
}
.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 -.125rem;
}
.goods-may-like .product-item{
	width: auto;
	float: none;
}
.goods-may-like .product-item .item-wrap{
	border: 1px solid #ccc;
	padding-bottom: 1.5rem;
    padding: 3px;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav{
	left: auto;
	right: .25rem;
	top: -.38rem;
	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:transparent;
}
.product-item .item-info .item-title a{
	display: inline-block;
}



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

.blog_list {
    position: relative;
    width: 100%;
}
.blog-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: .2rem 0;
}
.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: .16rem;
}
.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: #eb4c4c;
}


/*-------------------------------------------------------- 
													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-title {
    position: relative;
    font-size: .16rem;
    line-height: .3rem;
    padding: .15rem 0;
    cursor: pointer;
}
.faq-item .faq-title:before {
    position: absolute;
    content: "\f067";
    left: -.35rem;
    top: 50%;
    margin: -1.3rem 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    width: .2rem;
    height: .2rem;
    text-align: center;
    line-height: 1.6667em;
    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: .15rem;
    }
}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 570%;
    }
	.layout,
	.nav-bar .nav-wrap,
	.path-bar .path-nav {
        width: 100%;
        padding-left: .15rem;
        padding-right: .15rem;
    }
    body {
        min-width: 100%;
    }

    .scrollsidebar,
    .bottomsidebar {
        display: none;
    }
    .head-search .search-btn,.head-search .search-toggle{
        right: .15rem;
    }
    .nav-bar,
    .logo img {
    }
    .nav-bar .nav {
        padding: 0 .15rem;
    }
    .head-contact{
        right: .15rem;
    }
    .index-title-bar .title {
        font-size: .33rem;
    }
    .promote-layer .btn-readmore{
        right: .15rem;
    }
    .partner-layer .owl-carousel .owl-controls .owl-prev{
        left: 0;
    }
    .partner-layer .owl-carousel .owl-controls .owl-next{
        right: 0;
    }
}

@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;
    }
    .nav-bar {
        padding:0;
        height: auto;
    }
    .logo {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        padding: .1rem 0 0;
    }
    .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;
    }

    .head-r{
        float: none;
        width: 100%;
        text-align: center;
        padding: .15rem 0 0;
    }
    .head-contact{
        display: block;
        float: none;
        position: static;
        padding: .1rem 0 0;
    }
    .head-contact .head-phone,
    .head-contact .head-email{
        display: inline-block;
        float: none;
    }

	/* index */
    .company-synopses ul {
    }
    .product-items .items-content {
        padding: 0 0 .2rem;
    }
    .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%;
    }

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

    /* product intro */
    .product-view {
        width: 50%;
        float: none;
        margin: 0 auto .2rem;
        border: 2px solid #eb4c4c;
    }
    .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) {

    /* index */
    .company-synopses ul{
        margin: 0 -.2rem;
    }
    .synopsis-item .item-wrap{
        padding: 0 .2rem;
        max-width: 90%;
        margin: 0 auto;
    }
    .featured-count .count-item{
        width: 50%;
        padding: .1rem;
    }
    .featured-count .count-item:nth-child(2n+1){
        clear: left;
    }
    .featured-count{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .featured-count .count-item .count-item-hd{
        line-height: 1.3;
    }

    .about-us .layer-body{
        display: block;
    }
    .about-us .about-tit-ico{
        display: block;
        width: 100%;
        float: none;
        padding-bottom: .3rem;
        text-align: center;
    }
    .about-us .about-tit-ico img{
        width: auto;
        max-width: 50%;
    }
    .about-us .about-img {
        float: none;
        width: 100%;
        margin: 0 auto .3rem;
    }
    .about-us .about-tit-ico + .about-detail,
    .about-us .about-img{
        width: 100%;
        padding-left: 0;
    }
    .about-us .about-detail {
        padding-bottom: 2rem;
    }

}

@media only screen and (max-width: 500px) {
    .head-layout{
        padding-bottom: .2rem;
    }
    .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;
    }

    /* index */
    .gd-layer{
        padding: .5rem 0;
    }
    .index-title-bar{
        padding: .2rem 0;
    }
    .index-title-bar .index-title,
    .about-us .about-detail .about-title{
        font-size: .26rem;
    }
    .index-title-bar .index-title{
        float: left;
    }
    .index-title-bar .tit-more{
        float: right;
    }
    .promote-layer{
    }
    .promote-layer .promote-info .promote-title{
        line-height: 1.3;
        max-width: 80%;
    }
    .promote-layer .promote-info{
        padding-right: 0;
    }
    .promote-layer .btn-readmore{
        position: static;
        padding: .16rem .3rem;
        margin: .3rem 0 0;
    }
    .about-us{
        /*padding-bottom: 0;*/
    }
    .about-us .about-tit-ico{
        display: block;
        width: 100%;
        padding: 0 0 .25rem;
    }
    .about-us .about-tit-ico img{
        width: .8rem;
    }
    .about-us .about-tit-ico + .about-detail{
        padding: 0 0 .15rem;
    }
    .about-us .about-img{
        padding: 0;
    }
    .about-us .layer-body{
    	display: block;
		max-width: inherit;
    }
    .about-us .about-img {
        width: 100%;
        width: auto;
        margin: 0 -.15rem 0;
    }
    .about-us .about-more a:before,
    .about-us .about-more a:after{
        width: 100%;
        opacity: 1;
        transition-delay: .3s;
        height: 1px;
    }
    .product-item{
    	padding: 0 .075rem;
    }
    .product-items .items-content{
        margin: 0 -.075rem;
        padding-bottom: 0;
    }
    .product-items .product-item{
        padding-top: .1rem;
        padding-bottom: .1rem;
    }
    .items_list ul{
    	margin: 0 -.075rem;
    }
    .items_list .product-item .item-wrap{
    	margin-bottom: .15rem;
    }
    .blog-item .item-img {
        max-width: 1.5rem;
        margin: 0 .15rem 0 0;
    }
    .synopsis-item{
        width: 100%;
        padding: .1rem 0;
    }
    .featured-products{
        background-color: #f5f5f5;
        padding-bottom: 0;
        border-top: 1px solid #ddd;
        padding-top: 0;
    }
    .featured-items .owl-controls .owl-dots{
        position: static;
    }
    .featured-count{
        padding: 0;
        overflow: hidden;
        background-color: #fff;
    }
    .featured-count .count-item{
        padding: .25rem 0;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        margin-bottom: -1px;
        /*width: 100%;*/
    }
    .featured-count .count-item .count-item-hd{
        font-size: .4rem;
        line-height: 1.1;
    }
    .featured-count .count-item .count-item-caption{
        margin-top: 0;
        font-size: .12rem;
    }
    .featured-count .count-item .count-item-caption:before{
        margin-top: .05rem;
        margin-bottom: .1rem;
    }
    .featured-products .owl-carousel .owl-controls{
        padding: .15rem 0 .2rem;
        position: static;
    }
    .product-item,
    .product-items .product-item {
        width: 50%;
    }
    .partner-layer{
        padding-bottom: .2rem;
    }
    .partner-layer .owl-carousel .owl-controls{
        height: auto;
        padding-top: .15rem;
    }


    /* footer */
    .foot-wrapper{
    	margin-top: .3rem;
    }
    .foot-items{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .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;
    }

    /* product */
    .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
}
