@charset "utf-8";



/*--------------------------reset main.css---------------------------*/


/* font color */
body, html, input, button, textarea,a{color:#333;}
a:hover{color:#46c2ca;}


/* font family */
body,html,input,button,textarea{font-family:'SourceSansProLight',Arial, Helvetica, sans-serif; }
h1,h2,h3{font-family:'SourceSansProRegular',Arial, Helvetica, sans-serif;}
.index-title-bar .index-title,
.nav-bar .nav > li > a {
    font-family: 'SourceSansProBlack';
}


/* 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,
.blog-news-list:after,
.news-item-hd:after,
.featured-list: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,
.blog-news-list,
.news-item-hd,
.featured-list{
	*zoom:1;
}

/* layout */
.layout,
.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;
    background-color: #fff;
}


.topbar{
    background-color: #f9b61f;
    line-height: 38px;
    text-align: right;
}
.topbar .topleft{
    display: inline;
    float: left;
}
.topbar .topleft,
.topbar .topleft a{
    color: #fff;
}
.topbar .top-links,
.topbar .top-links li {
    display: inline-block;
}
.topbar .top-links,
.topbar .top-links li{
    *display: inline;
}
.topbar .top-links li{
    padding-left: .12rem;
}
.topbar .top-links li,
.topbar .top-links li a{
    color: #fff;
}
.topbar .top-links li a:hover{
    color: #46c2ca;
}
.change-language {
	z-index: 3!important;
   margin-left: .6rem;
}
.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
}
.head-layout{
    padding: .2rem 0 0;
}
.head-layout .logo{
    display: inline;
    float: left;
}
.head-layout .head-contact{
    padding-top: .07rem;
    float: right;
}
.head-layout .head-contact li{
    display: inline-block;
    float: left;
    margin: 0 0 0 .4rem;
    padding: 0 0 0 .45rem;
    position: relative;
    font-size: .14rem;
    font-weight: bold;
}
.head-layout .head-contact li:before{
    color: #46c2ca;
    font-family: 'fontawesome';
    line-height: 38px;
    font-size: .36rem;
    position: absolute;
    left: 0;
    top: 0;
}
.head-layout .head-contact li.head-phone:before{
    content: '\f003';
}
.head-layout .head-contact li.head-email:before{
    content: '\f095';
}
.head-layout .head-contact li .label{
    display: block;
    color: #999;
}
.head-layout .head-contact li .val{
    display: block;
    color:#041e42;
    padding-top: .015rem;
}
.head-search {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 0;
}
.head-search .head-search-form {
    width: 2.5rem;
    background-color: #041e42;
    padding: .1rem;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    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;
    display: none;
}
.head-search .search-ipt {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    float: right;
    padding: 0;
    background: none;
    border: 0;
    border-radius: .05rem;
    box-shadow: 0 .02rem .02rem rgba(0,0,0,.2) inset;
    background-color: #fff;
    color: #808080;
    text-indent: .1rem;
    border-bottom: 1px solid #4a4a4a;
    -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:focus{
    width: 100%;
}
.head-search .search-ipt:focus + .search-btn{
    color: #041e42;
    right: .05rem;
    top: .02rem;
    display: none;
}
.head-search-form .search-btn {
    font-family: 'fontawesome';
    color: #fff;
}
.head-search .search-btn,
.head-search .search-toggle {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    border: none;
    background: none;
    font-size: .18rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: none;
}
.head-search .search-toggle{
    z-index: 3;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
}
.head-search .search-toggle:before {
    font-family: 'fontawesome';
    content: "\f002";
}
.head-search-show{
    z-index: 9;
}
.head-search-show.head-search .head-search-form {
    display: block;
}
.head-search-show .search-toggle{
    color: #ed1c24;
}



/* nav */
.nav-bar {
    text-align: right;
}
.nav-bar .nav-wrap{
    border-top: 1px solid #ccc;
    background-color: #fff;
    text-align: left;
    position: relative;
    top: .2rem;
}
.nav-bar .nav {
    padding-left: .05rem;
    display: inline-block;
    position: relative;
    z-index: 9;
}
.nav-bar .nav{
    *display: inline;
}
.nav-bar .nav,
.nav-bar .nav a{
    color: #222;
}
.nav-bar .nav li {
    position: relative;
    display: block;
    line-height: 50px
}
.nav-bar .nav>li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}
.nav-bar .nav>li.nav-current>a {
    font-weight: bold;
}
 
.nav-bar .nav>li>a {
    position: relative;
    display: inline-block;
    height:  ;
    padding: 0 .15rem;
    text-transform: uppercase;
}
.nav-bar .nav>li>a:hover{
    color: #46c2ca;
}
.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: 0px dotted #3b3b3b;
}
.nav-bar .nav ul {
    width: 250px;
    position: absolute;
    top: 50px;
    left: 0%;
    padding: .15rem 0;
    background:#041e41;
    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 ul li{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: 1px solid #073472;
    text-transform: uppercase;
}
.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);
    box-shadow: 0 0 .08rem rgba(0,0,0,.3);
}
.foot-item.foot-item-list li:hover {
    -moz-transform:none;
    -webkit-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform:none;
} 
.nav-bar .nav  li li:hover{
    background-color: #46c2ca;
}
.nav-bar .nav  li li:last-child{
    border-bottom: 0;
}
.nav-bar .nav ul li a{
    height: 35px;
    line-height: 35px;
    padding: 0 .15rem;
    color:#fff;
    position: relative;
    z-index: 3;
}
.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: #222;
}
.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: 0.1rem;
    line-height: .35rem;
}
.nav-bar .nav li li .nav-ico:after {
    content: '\f0da';
}

.nav-bar .nav > li.li-hover > a{
    color: #46c2ca;
}
.head-layout,.topbar{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.change-language{
    float: right;
    margin-top: .03rem;
}
.fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10009;
}
.fixed-nav .nav-wrap{
    border-top-color: transparent;
}
.fixed-nav:before{
	width: 0;
}
.head-fixed-holder{
	margin-top: -.4rem;
}
.fixed-nav .nav-bar{
    box-shadow: 0 .05rem .08rem rgba(0,0,0,.05);
    border-bottom: 1px solid #ddd;
}
.fixed-nav .nav-bar:before{
    display: none;
}
.fixed-nav .head-layout{
    padding-bottom: .2rem;
}
.fixed-nav .nav-wrap{
    top: 0;
}
.fixed-nav .topbar,
.fixed-nav .head-layout{
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
}



/*--------------------------footer---------------------------*/
.foot-wrapper {
    position: relative;
    width: 100%;
    background-color: #000000;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color: #bfbfbf;
    font-size: .15rem;
}
.foot-wrapper,
.foot-wrapper a {
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.foot-wrapper a:hover{
	color: #46c2ca;
}
.foot-items {
    padding: .6rem 0 .45rem;
    line-height: 2.3;
}
.foot-items .foot-item {
    position: relative;
    float: left;
}
.foot-items .foot-item .foot-tit,
.foot-items .foot-item .foot-tit  a{
    color: #fff;
}
.foot-items .foot-item .foot-tit {
    position: relative;
    margin: 0 0 .3rem;
    font-size: .24rem;
    line-height: .37rem;
    color: #FFF;
    border-top: 2px solid #555360;
    padding: .15rem 0 0;
    text-transform:capitalize;
    z-index: 2;
}
.foot-items .foot-item .foot-tit:before{
    content: '';
    display: block;
    width: 1.5rem;
    height: 3px;
    background-color: #e54231;
    position: absolute;
    left: 0;
    top: -1px;
}
.foot-items .foot-item .foot-tit img{
    max-width: 100%;
}
.foot-items .foot-item .foot-cont{
    line-height: 1.5;
}
.foot-items .foot-item-contact {
    width: 40%;
    padding-right: 15%;
}

.foot-items .foot-item-contact .foot-tit{
    padding: 0;
    border-top: 0;
}
.foot-items .foot-item-contact .foot-tit:before{
    display: none;
}


.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;
}
.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: 25%;
    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 .blog-news-item {
    padding-bottom: .2rem;
}
.foot-items .blog-news-item .tit{
    max-width: 260px;
    font-weight: normal;
    font-size: .15rem;
    padding-bottom: .15rem;
}
.foot-items .blog-news-item .date{
    display: block;
    font-size: .12rem;
    color: rgba(255,255,255,.7);
}
.foot-items .blog-news-item .date:before{
    content: '\f017';
    font-family: 'fontawesome'; 
    padding-right: .05rem;
}
.foot-items .foot-item-news .owl-controls{
    padding: .05rem 0;
}
.foot-items .foot-item-news .owl-controls .owl-nav  .owl-prev,
.foot-items .foot-item-news .owl-controls .owl-nav  .owl-next{
    display: none;
}
.foot-items .foot-item-news .owl-controls .owl-dots{
    text-align: left;
}
.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  , .email.inquiryfoot.ad_inquiryfoot{
    display: inline-block;
    line-height: .22rem;
    font-size: .14rem;
    text-transform: uppercase;
    padding: .07rem .17rem;
    margin-top: .35rem;
    border: 0;
    background: #e54231;
    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:hover , .email.inquiryfoot.ad_inquiryfoot:hover{
    background-color: #46c2ca;
    color: #fff;
}
.foot-items .foot-item-inquiry .button:before , .email.inquiryfoot.ad_inquiryfoot:before {
    font-family: "fontawesome";
    content: "\f0e0";
    margin: 0 .1rem 0 0;
}
.foot-bar{
    padding: .2rem 0;
    border-top: 2px solid #e54231;
}
.copyright{
    float: left;
}
.copyright,
.copyright a{
    color: #fff;
}
.copyright strong{
    font-weight: normal;
    padding-right: .15rem;
}
.foot-social {
    padding: .2rem 0 0;
}
.foot-social li {
    display: inline;
    padding: 0 .05rem 0 0;
}
.foot-social li a{
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background-color: #04295a;
    padding: .1rem;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.foot-social li a:hover{
    background-color: #46c2ca;
}
.foot-social li img{
    display: inline-block;
    max-height: 14px;
    opacity: 1;
}
.foot-social li a:hover img{
    opacity: .7;
}


/* gotop */
.gotop{
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
	background-color: #ed1c24;
    font-size: .12rem;
	color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,.4);
    border-radius: 0;
    box-shadow: none;
	text-transform: uppercase;
	-webkit-animation: btnUpDown 1.5s infinite ease ;
	animation: btnUpDown 1.5s infinite ease;
    text-indent: -9999px;
	overflow: hidden;
    bottom: 0;
    right: .15rem;
    opacity: .8;
}
.gotop:hover{
    opacity: 1;
}
.gotop:before{
    font-family: fontawesome;
    content: '\f077';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .2rem;
    text-indent: 0;
    text-align: center;
}
@-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
																	------------------------------------------------------*/

.gd-layer{
    padding: .9rem 0;
}
.gd-layer,
.gd-layer a{
    color: #666;
}
.main_content{
    padding: 0 0 .8rem;
}
.index-main-content{
    padding-bottom: 0;
}


/* slides */
.rev_slider_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.tp-leftarrow,
.tp-rightarrow {
    font-size: .24rem;
    border-color: transparent;
    border-radius: 0%;
    border: 3px solid #fff;
    float: left;
    display: inline-block;
    overflow: hidden;
    border-radius: 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff!important;
    width: .35rem;
    height: .35rem;
    line-height: .32rem;
    text-align: center;
    overflow: hidden;
    top: 50%!important;
    margin-top: -.325rem!important;
    background: none;
    z-index: 99;
    opacity: 1;
    filter: alpha(opacity=100);
}
.tp-leftarrow:before{
    content: '\f104';
}
.tp-rightarrow:before{
    content: '\f105';
}
.tp-leftarrow:hover,
.tp-rightarrow:hover{
    border-color: #46c2ca;
    color: #46c2ca!important;
}
.owl-carousel .owl-controls .owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    margin: 0 .035rem;
    border-radius:50%;
}
.owl-carousel .owl-controls .owl-dots .active{
    background-color: #46c2ca;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    color: #46c2ca;
}


/* title */
.index-title-bar {
    border-top: 1px solid #dedede;
    margin: 0 auto .4rem;
    text-align: left;
}
.index-title-bar .index-title{
    display: inline-block;
    min-width: 2.5rem;
    border-top: 2px solid #ed1b24;
    margin-top: -1px;
    position: relative;
    font-size: .3rem;
    font-weight: bold;
    line-height: 1.2;
    padding: .2rem 0 0;
    text-transform: uppercase;
}
.index-title-bar .index-title,
.index-title-bar .index-title a{
    color: #041e42;
}


/* btn */
.learn-more-bar {
	text-align: center;
	padding: .4rem 0 0;
}
.gd-btn {
    background-color: #ed1b24;
    border: 0;
    color: #fff;
    font-size: .14rem;
    font-weight: bold;
    line-height: .22rem;
    display: inline-block;
    padding: .11rem .25rem;
    letter-spacing: 1px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.gd-btn:before{
    content: '';
    display: block;
    width: .3rem;
    height: 300%;
    background-color: #fff;
    opacity: .3;
    filter: alpha(opacity=);
    position: absolute;
    left: -50%;
    top: -100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gd-btn:hover{
    background-color: #46c2ca;
}
.gd-btn:hover:before{
    left: 150%;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}


/* slide banner */
.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected{
    width: .12rem;
    height: .12rem;
}
.tp-bullets.simplebullets .bullet{
    background-color: #fff;
    border: .02rem solid #fff;
    opacity: .4;
}
.tp-bullets.simplebullets .bullet.selected{
    opacity: 1;
    background-color: #fff;
}


/* about us */
.about-us {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.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-hd,
.about-us .about-hd a{
    color: #041e42;
}
.about-us .about-hd{
    width: 42%;
}
.about-us .about-title{
    font-size: .26rem;
    padding: .1rem 0;
}
.about-us .about-detail{
    font-size: .15rem;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    padding-left: .3rem;
    line-height: 1.7;
}
.about-us .about-detail .about-lead{
    font-size: .2rem;
    font-weight: normal;
    padding: .1rem 0;
}
.about-us .about-detail .about-lead,
.about-us .about-detail .about-lead a{
    color: #041e42;
}
.about-us .about-detail .about-desc{

}




/* promote pannel */
.promote-layer{
    font-size: .16rem;
    text-align: center;
    position: relative;
    background-attachment: fixed;
}
.promote-layer,
.promote-layer a{
    color: #fff;
}
.promote-layer:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #041e42;
    opacity: .9;
}
.promote-layer .layer-body{
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.promote-layer .promote-title{
    font-size: .24rem;
    padding-bottom: .15rem;
}
.promote-layer .promote-desc{
    display: block;
    padding-bottom: .2rem;
}



/* projects */
.featured-layer{
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-top: .9rem;
    padding-bottom: .9rem;
}
.featured-layer .index-title-bar .index-title,
.featured-layer .index-title-bar .index-title a{
    color: #fff;
}
.featured-layer:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #041e42;
    opacity: .9;
}
.featured-layer .index-title-bar{
    margin-bottom: .25rem;
}
.featured-list {
    margin: 0 -.15rem;
    display: flex;
    flex-wrap: wrap;
}
.featured-item{
    width: 33.333333%;
    /*float: left;*/
    padding:.15rem;
}
.featured-item .item-wrap{
    display: block;
    position: relative;
    overflow: hidden;
}
.featured-item .item-img,
.featured-item .item-img img{
    display: block;
    width: 100%;
    height: auto;
}
.featured-item .item-img img{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.featured-item .item-img:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    left: .1rem;
    border: .05rem solid #46c2ca;
    background-color:rgba(4, 30, 66, 0.4);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.featured-item .item-body{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    text-align: center;
}
.featured-item .item-info{
    display: block;
    width: 100%;
    padding: .4rem;
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

} 
.featured-item .item-info,
.featured-item .item-info a{
    color: #fff;
}
.featured-item .item-info .item-tit{
    font-size: .18rem;
}
.featured-item .item-info .item-desc{
    display: block;
    font-size: .14rem;
    padding-top: .1rem;
}

.featured-item:hover .item-img:before{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    border-width: .1rem;
}
.featured-item:hover .item-info{
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.featured-item:hover .item-img img{
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



/* company synopses */
.company-synopses{	position:relative;	width:100%;	overflow:hidden;	border-bottom:2px solid #e0e0e0;padding: .7rem 0;	}	.company-synopses ul{	position:relative;	width:103.5%;	}.synopsis-item{	position:relative;	display:inline-block;	vertical-align:top;	width:33.33333%;	padding:0 .42rem 0 0;	}.synopsis-item .item-wrap{	position:relative;	width:100%;	overflow:hidden;	background:#ffffff;	text-align:center; 	}.synopsis-item .item-wrap:before{  position: absolute;  top: 0;  left: -75%;  z-index: 2;  display: block;  content: '';  width: 50%;  height: 100%;  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);  -webkit-transform: skewX(-25deg);  -ms-transform: skewX(-25deg);  transform: skewX(-25deg);	}.synopsis-item .item-wrap:hover:before{	-webkit-animation: shine 1s;  animation: shine 1s;	}.synopsis-item .item-wrap .item-link{	position:absolute;	width:100%;	height:100%;	left:0;	top:0;	z-index:3;	}.synopsis-item .item-img{	position:relative;	z-index:2;	}.synopsis-item:hover .item-img{ opacity:.6}.synopsis-item .item-img img{	position:relative;	width:100%;	margin:0 0 .3rem;	-moz-transition:all 1s ease-in-out;	-webkit-transition:all 1s ease-in-out;	-ms-transition:all 1s ease-in-out;	-o-transition:all 1s ease-in-out;	transition:all 1s ease;border: solid 1px #f9b61f;	}.synopsis-item:hover .item-img img{ }.synopsis-item .item-info{	position:relative;	text-align:right;	}.synopsis-item .item-info .item-title{	position:relative;	font-size:.28rem;	font-family: 'SourceSansProBold';	text-align:center;	}.synopsis-item .item-info .item-title,.synopsis-item .item-info .item-title a{ color:#626262}.synopsis-item .item-info .item-detail{ position:relative; font-size:16px; text-align:left; margin:.1rem 0 .1rem;	}.synopsis-item .item-info .item-more{	position:relative;	display:inline-block;	vertical-align:top;	padding:0 30px 0 9px;	height:18px;	line-height:18px;	background:#f9b61f;	border-radius:5px;	color:#FFF;	letter-spacing:1px;	}.synopsis-item .item-info .item-more:after{	content:"";	width:15px;	height:8px;	background:url(img/right.png) no-repeat center center;	position:absolute;	right:12px;	top:6px;	} 

/* partner */
.partner-layer{
}
.partner-list{
    width: auto;
    padding: 0 .5rem;
}
.partner-list .partner-item {
    display: none;
    text-align: center;
    overflow: hidden;
}
.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: .3rem;
    height: 100%;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    position: absolute;
    left: -.3rem;
    top: 0;
    background-color:rgba(255,255,255,.2);
    z-index: 1;
}
.partner-list .partner-item a:hover {
    border-color: #ccc;
}
.partner-list .partner-item a:hover:before {
    left: 130%;
    opacity: 1;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.owl-loaded .partner-item {
    display: block;
}
.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;
    color: #fff;
}
.partner-wrap .owl-prev:before {
    content: "\f104";
}
.partner-wrap .owl-next:before {
    content: "\f105";
}
.partner-list:hover .owl-prev,
.partner-list:hover .owl-next {
    opacity: 1;
}
.partner-layer .owl-carousel .owl-controls .owl-nav {
    position: static;
}
.partner-layer .owl-carousel .owl-controls .owl-nav .owl-prev,
.partner-layer .owl-carousel .owl-controls .owl-nav .owl-next {
    height: .5rem;
    line-height: .5rem;
    font-size: .28rem;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
    text-align: center;
}
.partner-layer .owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.partner-layer .owl-carousel .owl-nav .owl-next {
    right: 0;
}
.partner-layer .owl-carousel .owl-nav .owl-prev:hover,
.partner-layer .owl-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #46c2ca;
}
.partner-layer .owl-carousel .owl-controls .owl-dots{
    padding: .15rem 0 0;
    position: static;
}
.partner-layer .owl-carousel .owl-controls .owl-dot{
    border-radius: 50%;
    margin: 0 .035rem;
}


/* product list */
.product-items {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.product-items{
    position: relative;
}
.product-items .index-title-bar{
    margin-bottom: .25rem;
}
.product-items .learn-more-bar{
    padding: .3rem 0 0;
}
.product-items .layer-body{
    margin: 0 -.15rem;
}
.product-items .gd-btn{
    font-size: .16rem;
    padding: .05rem .15rem;
    line-height: 1.3;
}
.product-items .gd-btn:before{
    display: none;
}
.product-items .items-content {
    margin: 0 -.125rem;
}
.product-item {
    position: relative;
    vertical-align: top;
    width: 33.333333%;
    padding: .05rem .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;
}
.product-item .item-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #f6f6f6;
}
.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,
.product-item:hover .item-img img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.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: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-item .item-info .item-title a:hover{
    color: #46c2ca;
}
.product-items .product-item {
    width: 25%;
}
.product-items .product-item:nth-child(4n+1){
    clear: left;
}
.product-items .owl-carousel .owl-controls {
    padding-top: .2rem;
    height: auto;
}
.product-items .owl-carousel .owl-controls .owl-nav{
    padding-top: 1rem;
    position: static;
    text-align: center;
}
.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next{
    background-color: #041e41;
    color: #fff;
    padding: .03rem .12rem;
    border-radius: .03rem;
    margin: 0 .05rem;
}
.product-items .owl-carousel .owl-controls .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-next:hover{
    background-color: #ec4c4e;
    color: #fff;
}
.product-items .owl-carousel .owl-controls .owl-dot{
    display: none;
}
.items_list .product-item:nth-child(3n+1){
    clear: left;
}






/*----------------------------------page nav---------------------------------*/

.path-bar {
    position: relative;
    padding: .6rem 0 .3rem;
    background-color: #ebebeb;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: .3rem;
    text-align: center;
}
.path-bar:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.path-bar:hover:before{
    opacity: .3;
    filter: alpha(opacity=30);
}
.path-bar li,
.path-bar li a{
    color: #fff;
}
.path-bar li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: .14rem;
    text-transform: uppercase;
    font-style: italic;
    z-index: 3;
}
.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 {
	vertical-align: middle;
}


/*----------------------------------aside---------------------------------*/

.aside {
    float: left;
    width: 225px;
}
.side-tit-bar {
    position: relative;
}
.side-tit-bar .side-tit {
    position: relative;
    font-size: .16rem;
    height: .35rem;
    line-height: .35rem;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #041e41;
    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;
    height:.33rem;
    line-height: .33rem;
    overflow: hidden;
    margin-right: .2rem;
}
.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: #46c2ca;
}
.side-cate li.nav-current>.icon-cate,
.side-cate li:hover>.icon-cate,
li.show_li>.icon-cate {
    color: #46c2ca;
}
.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: .15rem;
}
.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(img/side_product_up.png) no-repeat center center;
}
.side-product-items .btn-next {
    bottom: .2rem;
    background: url(img/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: .05em 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;
    background-color: #f6f6f6;
}
.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;
    background-color: #f6f6f6;
}
.product-view .image-additional li a {
    position: relative;
    display: block;
    padding: 0 .18rem;
}
.product-view .image-additional li.current img {
    border-color: #041e41;
    outline: 1px solid #041e41;
    background-color: #fff;
}
.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;
    vertical-align: top;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    background: #13adeb;
    border: 1px solid #13adeb;
    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: #13adeb;
}
.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: #041e41;
    border-color: #041e41;
}
.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: #041e41;
    color: #fff;
	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: #041e41;
	padding: 0 .15rem;
	margin: 0 auto .1rem;
}
.goods-title-bar .title {
    font-size: .16rem;
    text-transform: uppercase;
    font-weight: bold;
}
.goods-title-bar .title,
.goods-title-bar .title a {
    color: #fff;
}
.goods-may-like .goods-items{
	width: auto;
	margin: 0 -.12rem;
}
.goods-may-like .product-item{
	width: auto;
	float: none;
    display: none;
}
.goods-may-like .product-item .item-wrap{
	border: 1px solid #ccc;
	padding-bottom: .15rem;
    padding: 3px;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav{
    width: auto;
	left: auto;
	right:.15rem;
	top: -.36rem;
	color: #fff;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next{
    line-height:.22rem;
	font-size:.2rem;
	border-radius: 0;
	margin: 0;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next:hover{
	background-color:#46c2ca;
    color: #fff;
}
.goods-may-like .owl-loaded .product-item{
    display: block;
}
.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:after{
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #46c2ca;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.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: #000;
    display: inline-block;
    border: 1px solid #eee;
    padding: .04rem .15rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.blog-item .item-info .item-more:hover{
    background-color: #46c2ca;
    border-color: #46c2ca;
    color: #fff;
}
.blog-item:hover:after{
    width: 100%;
}
.blog-item:hover .item-info .item-more{
    color:#46c2ca ;
    border-color: #46c2ca;
}



/*-------------------------------------------------------- 
													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: -.13rem 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,
    .head-search,
	.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;
    }
    .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(img/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;
    }
    .head-layout{
        padding-bottom: .2rem;
    }
    .head-layout .logo {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }
    .head-layout .logo img{
        max-height.:5rem;
    }
    .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;
        color: #000;
    }
    /*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;
    }
    .nav-bar:before{
        display: none;
    }
    .topbar{
        padding: .4rem 0 .1rem;
    }
    .topbar .topleft{
        font-style: italic;
        font-size: .13rem;
    }
    .head-layout .head-contact{
        float: none;
        text-align: center;
        padding-top: .1rem;
    }
    .head-layout .head-contact li{
        text-align: left;
        float: none;
        display: inline-block;
        margin: 0 .2rem;
        padding: 0;
        font-size: .16rem;
    }
    .head-layout .head-contact li .label{
        display: none;
    }
    .head-layout .head-contact li .val{
        display: inline-block;
        margin-left: .05rem;
    }
    .head-layout .head-contact li:before{
        position: static;
        font-size: .2rem;
        vertical-align: middle;
        line-height: 1.5;
    }



	/* index */
    .company-synopses ul {
    }
    .product-items .items-content {
        padding: 0 0 .2rem;
    }
    .foot-items .foot-item {
        padding: 0;
    }
    .blog-news-list{
        margin: 0 -.1rem;
    }
    .blog-news-item .news-wrap{
        margin: 0 .1rem;
    }
    .blog-news-item .news-info{
        padding: .2rem;
    }
    .blog-news-item .news-item-hd .news-title{
        max-height: .6rem;
        line-height: .3rem;
        font-size: .2rem;
    }


    /* 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-product-items{
        padding-top: .2rem;
    }

    /* main */
    .main {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    /* product intro */
    .product-view {
        width: 50%;
        float: none;
        margin: 0 auto .2rem;
        border: 1px solid #eee;
    }
    .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: .18rem;
    }



    /* 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) {

    .layout,
    .path-bar .path-nav{
        width: auto;
        max-width: 90%;
    }
    .topbar .topleft,
    .topbar .top-links{
        float: none;
        display: block;
        text-align: center;
        line-height: 1.5;
    }

    /* index */
    .promote-layer .promote-info dl{
        display: block;
    }
    .promote-layer .promote-info dd{
        width: 100%;
        padding-top: .2rem;
        text-align: left;
    }
    .synopsis-item{
        width: 100%;
        float: none;
        margin-bottom: .15rem;
    }
    .synopsis-item:last-child{
        margin-bottom: 0;
    }
    .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-hd{
        width: 100%;
    }
    .about-us .about-detail{
        padding: 0;
        width: 100%;
    }
    .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: .4rem;
    }
    .product-items .product-item{
        width: 33.333333%;
    }
     .product-items .product-item:nth-child(n){
        clear: none;
    }
    .product-items .product-item:nth-child(3n+1){
        clear: left;
    }


    /* footer */
    .partner-list{
        padding: 0;
    }

}

@media only screen and (max-width: 500px) {

    .layout,
    .path-bar .path-nav{
        width: auto;
        max-width: inherit;
    }

    .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{
        margin-bottom: .25rem;
    }
    .index-title-bar .index-title{
        padding-top: .1rem;
    }
    .index-title-bar .index-title,
    .about-us .about-detail .about-title{
        font-size: .26rem;
    }
    .index-title-bar .index-title{
        text-align: left;
    }
    .index-title-bar .tit-more{
        float: right;
    }
    .index-title-bar .title-desc{
        width: 100%;
        max-width: inherit;
    }
    .gd-btn{
        border-radius: .03rem;
    }
    .gd-btn:before{
        display: none;
    }
    .synopsis-item{
        width: 100%;
        float: none;
    }
    .synopsis-item .item-more{
        display: none;
    }
    .synopsis-item .item-info .item-desc{
        margin-bottom: 0;
    }

    .about-us{
    }
    .about-us .about-hd{
        width: auto;
        padding-right: 0;
    }
    .about-us .about-title{
        font-size: .26rem;
    }
    .about-us .about-detail{
        padding: 0;
    }
    .about-us .about-detail .about-lead{
        font-size: .16rem;
    }
    .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;
    }
    .featured-list{
        margin: 0 -.05rem;
    }
    .featured-item{
        width: 50%;
        padding: .05rem;
    }
    .product-item{
        padding: .05rem;
    }
    .product-items{
        padding-top: 0;
    }
    .product-items .items-content,{
        margin: 0 -.05rem;
        padding-bottom: 0;
    }
    .product-items .layer-body{
        margin: 0 -.05rem;
    }
    .product-items .learn-more-bar{
        padding-top: .2rem;
    }
    .product-items .gd-btn{
        padding: .08rem .2rem;
    }
    .product-items .product-item .item-img:before,
    .product-items .product-item .item-img:after{
        display: none;
    }
    .product-items .product-item{
        width: 50%;
    }
    .product-items .product-item:nth-child(n){
        clear: none;
    }
    .product-items .product-item:nth-child(2n+1){
        clear: left;
    }
    .product-items .owl-carousel .owl-controls .owl-prev,
    .product-items .owl-carousel .owl-controls .owl-next{
        display: none;
    }
    .product-items .owl-carousel .owl-controls .owl-dot{
        display: inline-block;
    }
    .items_list .product-item{
        width: 50%;
    }
    .items_list .product-item:nth-child(n){
        clear: none;
    }
    .items_list .product-item:nth-child(2n+1){
        clear: left;
    }
    .promote-layer{
        text-align: center;
    }
    .promote-layer .promote-info dd{
        text-align: center;
    }
    .promote-layer .promote-info .promote-title{
        line-height: 1.3;
        font-size: .22rem;
    }
    .promote-layer .promote-info{
        padding-right: 0;
    }
    .promote-layer .gd-btn{
        position: static;
        padding: .1rem .2rem;
        font-size: .22rem;
    }
    .partner-layer .owl-carousel .owl-controls .owl-dot{
        width: 8px;
        height: 8px;
    }
    .partner-layer .owl-carousel .owl-controls{
        height: auto;
        padding-top: .15rem;
    }


    /* footer */
    .foot-wrapper{
    }
    .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;
    }
    .foot-items .foot-item .foot-tit{
        padding-bottom: .1rem;
        margin-bottom: .15rem;
    }
    .blog-news-item .news-info{
        padding-bottom: .3rem;
    }
    .foot-items .foot-item-inquiry .button{
        margin-top: .2rem;
        font-size: .16rem;
    }
    .copyright{
        float: none;
        font-size: .1rem;
    }
    .foot-social{
        font-weight: bold;
        float: none;
        text-align: left;
        padding: .15rem 0 0;
    }
    .foot-social li{
        padding: 0 .15rem 0 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;
    }



    /* 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,
    .items_list .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
}
.bigda {
    display: flex;
    flex-wrap: wrap;
}
.xiao {
    width: 33.33%;
    padding: 10px;
}







.product_list_items ,.product-list ul.product_list_items ,  .items_list ul.product_list_items{    width: 100%;
    margin: 0;}
 
.product_list_items .product_list_item { }

.product_list_item figure {
	    padding: 10px 0;
	background: #fff;
border-bottom: 1px #eee dashed;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.product_list_item figure .item_img {
	display: inline-block;
	max-width: 20%;
}
.product_list_item figure .item_img img{ box-shadow: 1px 1px 4px rgba(0,0,0,.2); width: 100%;}
.product_list_item figure figcaption {
	width: calc(80% - 20px);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.product_list_item figure figcaption .item_title {
}

.product_list_item figure figcaption .item_title a {
	text-transform: capitalize;
	font-size: 18px;
	letter-spacing: .38px;
}

.product_list_item .product_btns {
	text-align: right;
	position: relative;
}

.product_list_item figure figcaption .item_info {
	font-size: 13px;
	margin: 13px 0;
	max-height: 80px;
	overflow: hidden;
	line-height: 20px;
}

.product_list_item .product_btns .priduct_btn_inquiry ,.product_list_item .product_btns .priduct_btn_detail {
line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    background: #666;
    text-transform: uppercase;
    color: #fff;
    transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;
    letter-spacing: .38px;
    font-weight: bold;
    font-size: 13px;
    z-index: 0;
}

.product_list_item .product_btns .priduct_btn_inquiry {
     margin-right: 13px;
}

.product_list_item .product_btns .priduct_btn_detail {
 
}
.product_list_item .product_btns .priduct_btn_inquiry:after ,.product_list_item .product_btns .priduct_btn_detail:after{    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width:0;
    height: 100%;
    background: #13adeb; 

      z-index: -1; transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;}
 

.product_list_item .product_btns .priduct_btn_inquiry:hover:after ,.product_list_item .product_btns .priduct_btn_detail:hover:after{   width: 100%;}

 

@media only screen and (max-width: 1280px) {
	.product_list_item figure figcaption .item_info {
		max-height: 60px;
	}
}

@media only screen and (max-width: 1200px) {
	.product_list_item figure figcaption .item_title a {
		font-size: 16px;
		letter-spacing: unset;
	}
}

@media only screen and (max-width: 768px) {
	.product_list_item figure .item_img {
		max-width: 25%;
	}

	.product_list_item figure figcaption {
		width: 73%;
	}
}

@media only screen and (max-width: 640px) {
	.product_list_item figure figcaption .item_title a {
		font-size: 14px;
	}

	.product_list_item figure figcaption .item_info {
		margin: 7px 0;
		font-size: 12px;
		line-height: 18px;
		max-height: 36px;
	}

	.product_list_item .product_btns .priduct_btn_inquiry, .product_list_item .product_btns .priduct_btn_detail {
		line-height: 24px;
	}
}

@media only screen and (max-width: 480px) {
	.product_list_item figure .item_img {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

	.product_list_item figure figcaption {
		width: 100%;
		padding: 7px 0;
	}

	.product_list_item figure figcaption .item_title a {
		font-size: 12px;
	}

	.product_list_item figure figcaption .item_info {
		margin: 3px 0;
	}

	.product_list_item .product_btns {
		text-align: left;
		margin-top: 7px;
	}
}

/*newindex*/
/* header */
.index-header .layout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-header .layout::after {
    display: none;
}

.index-header a:hover {
    color: #FFA302;
}

.index-header .nav-bar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.index-header.fixed-nav .nav-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
}

.index-header .nav-bar .nav-wrap {
    width: auto;
    top: 0;
    border-width: 0;
    margin: 0;
}

.index-header .nav-bar .nav>li>a {
    color: #000;
    font-size: 16px;
    padding: 0 17px;
    line-height: 80px;
}

.index-header .nav-bar .nav>li>a:hover,
.index-header .nav-bar .nav>li.nav-current>a {
    color: #FFA302;
    font-weight: normal;
}

.index-header .nav-bar .nav>li>ul {
    top: 100%;
}

.index-header .nav-bar .nav ul {
    background-color: #FFA302;
}

.index-header .nav-bar .nav li li:hover {
    background: none;
}

.index-header .head-search {
    position: relative;
    width: auto;
    height: auto;
    margin-right: 28px;
}

.index-header .head-search .head-search-form {
    position: relative;
    display: block;
    width: 300px;
    padding: 0;
    background: none;
    border: 1px solid #DFDFDF;
}

.index-header .head-search .search-ipt {
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    font-size: 14px;
    text-indent: 10px;
}

.index-header .nav-bar .nav>li>a,
.index-header input {
    font-family: "Montserrat";
}

.index-header input::-webkit-input-placeholder {
    color: #999999;
}

.index-header input::-moz-placeholder {
    color: #999999;
}

.index-header input:-ms-input-placeholder {
    color: #999999;
}

.index-header input::-ms-input-placeholder {
    color: #999999;
}

.index-header input::placeholder {
    color: #999999;
}

.index-header .head-search .search-btn {
    width: 37px;
    height: 32px;
    line-height: 32px;
    background-color: #FFA302;
    right: 0;
}

.index-header .change-language {
    float: none;
    margin: 0;
}

.index-header .change-language-info .change-language-title {
    padding: 0;
    border-width: 0;
}

.index-header .change-language-title .language-flag .country-flag {
    width: 33px;
    height: 33px;
    background-image: url(https://cdnus.globalso.com/hcmachineryparts/global.png);
    background-position: center !important;
    background-size: cover;
    margin: 0;
}

.index-header .change-language-title .language-flag span,
.index-header .change-language-title .language-icon{
    display: none;
}

/* main */
.index-header,
.index-main,
.index-footer {
    font-family: "Montserrat";
}

.index-header .layout,
.index-main .layout,
.index-footer .layout {
    width: 78.8%;
    max-width: 100%;
}

.index-main .main-title {
    color: #000;
    text-transform: uppercase;
    font-size: 44px;
    font-family: "Montserrat-Bold";
}

.index-main a {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.swiper-container-horizontal {
    overflow: hidden;
}

.swiper-button-disabled{
    pointer-events: none;
}

/* banner */
.banner-slider .swiper-slide {
    height: auto;
}

.banner-slider .swiper-slide>video,
.banner-slider .swiper-slide>img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-slider .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 7px;
    background-color: #FFA302;
    border-radius: 50%;
    cursor: pointer;
    -webkit-animation: boxShdow 2s linear infinite;
    animation: boxShdow 2s linear infinite;
}

.banner-slider .play-btn img {
    width: 64px;
}

@-webkit-keyframes boxShdow {
    0% {
        -webkit-box-shadow: 0 0 0px 0px rgba(255, 255, 255, .9);
        box-shadow: 0 0 0px 0px rgba(255, 255, 255, .9);
    }

    25% {
        -webkit-box-shadow: 0 0 0px 5px rgba(255, 255, 255, .6);
        box-shadow: 0 0 0px 5px rgba(255, 255, 255, .6);
    }

    50% {
        -webkit-box-shadow: 0 0 0px 10px rgba(255, 255, 255, .4);
        box-shadow: 0 0 0px 10px rgba(255, 255, 255, .4);
    }

    75% {
        -webkit-box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0);
    }
}

@keyframes boxShdow {
    0% {
        -webkit-box-shadow: 0 0 0px 0px rgba(255, 255, 255, .9);
        box-shadow: 0 0 0px 0px rgba(255, 255, 255, .9);
    }

    25% {
        -webkit-box-shadow: 0 0 0px 5px rgba(255, 255, 255, .6);
        box-shadow: 0 0 0px 5px rgba(255, 255, 255, .6);
    }

    50% {
        -webkit-box-shadow: 0 0 0px 10px rgba(255, 255, 255, .4);
        box-shadow: 0 0 0px 10px rgba(255, 255, 255, .4);
    }

    75% {
        -webkit-box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0);
    }
}

.banner-slider .swiper-control,
.banner-slider .swiper-pagination {
    display: none;
}

/* product */
.index-product {
    text-align: center;
    padding: 62px 0 115px;
}

.index-product .main-title {
    padding: 38px 0;
}

.index-product .simple-slider .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-product .simple-slider .swiper-slide {
    font-size: 16px;
    color: #999999;
    border: 1px solid #DFDFDF;
    border-radius: 28px;
    line-height: 1.2;
    padding: 18px 5px;
    cursor: pointer;
}

.index-product .simple-slider .swiper-slide:hover,
.index-product .simple-slider .swiper-slide.active {
    color: #FFA302;
    border-color: #FFA302;
}

.index-product .product-main {
    position: relative;
}

.index-product .product-main .tab-pannel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.index-product .product-main .tab-pannel.active {
    position: relative;
    opacity: 1;
}

.index-product .main-slider .swiper-slide {
    padding: 43px 0;
}

.index-product .main-slider a {
    display: block;
    border: 1px solid #DFDFDF;
    padding: 20px 18px 51px;
}

.index-product .main-slider a img {
    width: 100%;
}

.index-product .main-slider a p {
    font-family: "Montserrat-SemiBold";
    font-size: 22px;
    padding: 28px 0;
}

.index-product .main-slider a span {
    display: block;
    border: 1px solid #ABABAB;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat-Medium";
    color: #6B6B6B;
    padding: 9px 0;
}

.index-product .main-slider a:hover p {
    color: #FFA302;
}

.index-product .main-slider a:hover span {
    background-color: #FFA302;
    border-color: #FFA302;
    color: #fff;
}

.index-product .simple-slider .swiper-slide,
.index-product .main-slider p,
.index-product .main-slider span {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-product .main-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.index-product .main-slider .swiper-pagination {
    position: unset;
    margin-top: 6px;
}

.index-product .main-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #FFA302;
    opacity: 1;
}

.index-product .main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFA302;
}

.index-product .main-slider .swiper-control {
    display: none;
}

/* about */
.index-about {
    background: url(https://cdnus.globalso.com/hcmachineryparts/about-bg.png) no-repeat center/cover;
    font-family: "Montserrat-Light";
    padding: 84px 0 72px;
}

.index-about .about-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 97px;
}

.index-about .about-info {
    width: 40%;
}

.index-about .about-img {
    width: 54%;
    position: relative;
}

.index-about .about-info .desc {
    font-size: 16px;
    line-height: 2.125;
    margin: 21px 0 56px;
}

.index-about .about-info a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background-color: #FFA302;
    border: 1px solid #FFA302;
    padding: 7px 47px;
}

.index-about .about-info a:hover {
    background-color: transparent;
    color: #FFA302;
}

.index-about .about-img img {
    width: 100%;
}

.index-about .about-img p {
    font-size: 5.26vw;
    line-height: .8;
    color: #D8DBE2;
    opacity: .5;
    font-family: "Montserrat-SemiBold";
    letter-spacing: .34em;
    padding-top: .34em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-about .counter_item {
    text-align: center;
    padding: 15px 0;
}

.index-about .counter_item .item-title {
    position: relative;
    font-size: 40px;
    line-height: 1;
    color: #000;
    font-family: "Montserrat-SemiBold";
}

.index-about .counter_item sup,
.index-about .counter_item sub {
    color: #333;
    font-family: "Montserrat-Light";
}

.index-about .counter_item sup {
    font-size: 31px;
    position: absolute;
    top: -.3em;
}

.index-about .counter_item sub {
    font-size: 18px;
    vertical-align: bottom;
}

.index-about .counter_item p {
    font-size: 16px;
    color: #666666;
    padding: 15px 0;
    text-transform: uppercase;
}

/* inquiry */
.index-inquiry {
    background-color: #242426;
    color: #fff;
    padding: 26px 0;
    overflow: hidden;
}

.index-inquiry::before,
.index-inquiry::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFA302;
    -webkit-transition: all 7s linear;
    -o-transition: all 7s linear;
    transition: all 7s linear;
}

.index-inquiry:hover::before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.index-inquiry:hover::after {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.index-inquiry .flex-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 0;
}

.index-inquiry .inquiry-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px;
}

.index-inquiry .inquiry-info span {
    font-size: 26px;
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
    display: inline-block;
    margin-bottom: 5px;
}

.index-inquiry .inquiry-info p {
    font-size: 16px;
    font-family: "Montserrat-Light";
    line-height: 1.875;
    width: 59%;
}

.index-inquiry a {
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat-Medium";
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFA302;
    padding: 9px 21px;
}

.index-inquiry a::after {
    content: url(https://cdnus.globalso.com/hcmachineryparts/plane.png);
    margin-left: 20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-inquiry a:hover {
    color: #FFA302;
    background-color: #fff;
}

.index-inquiry a:hover::after {
    -webkit-filter: none;
    filter: none;
}

/* advantage */
.index-advan {
    padding: 49px 0 120px;
}

.index-advan .advan-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 58px 0;
}

.index-advan .swiper-slide {
    height: auto;
    border: 1px solid #DFDFDF;
    padding: 37px 1% 24px 2%;
}

.index-advan .swiper-slide .item-icon {
    display: inline-block;
    padding: 4px;
    border: 1px dashed #000;
    border-radius: 50%;
    margin-bottom: 19px;
}

.index-advan .swiper-slide .item-icon i {
    width: 74px;
    height: 74px;
    border: 1px solid #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index-advan .swiper-slide span,
.index-advan .swiper-slide p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.index-advan .swiper-slide span {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    color: #303030;
    min-height: 63px;
}

.index-advan .swiper-slide p {
    color: #000;
    font-size: 18px;
    line-height: 1.67;
    font-family: "Montserrat-Light";
    margin: 4px 0 31px;
    -webkit-line-clamp: 3;
}

.index-advan .swiper-slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-advan .swiper-slide:hover .item-icon {
    border-color: #FFA302;
}

.index-advan .swiper-slide:hover .item-icon i {
    border-color: #FFA302;
    background-color: #FFA302;
}

.index-advan .swiper-slide:hover .item-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.index-advan .swiper-slide:hover span {
    color: #FFA302;
}

.index-advan .swiper-slide:hover svg path {
    fill: #FFA302;
}

.index-advan .swiper-slide .item-icon,
.index-advan .swiper-slide .item-icon i,
.index-advan .swiper-slide .item-icon img,
.index-advan .swiper-slide span,
.index-advan .swiper-slide svg path,
.index-advan .swiper_button::before {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.index-advan .swiper-control {
    border: 1px solid #666666;
    position: relative;
    padding: 0 39px;
}

.index-advan .swiper-control::after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #999999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index-advan .swiper_button {
    display: inline-block;
    padding: 0 24px;
    cursor: pointer;
}

.index-advan .swiper_button::before {
    font-family: "fontawesome";
    font-weight: normal;
    color: #666666;
    font-size: 28px;
}

.index-advan .swiper_button_prev::before {
    content: "\f104";
}

.index-advan .swiper_button_next::before {
    content: "\f105";
}

.index-advan .swiper_button:hover::before {
    color: #FFA302;
}

.index-advan .swiper-pagination {
    display: none;
}

/* bestproduct */
.index-best {
    background-color: #F8F8F8;
    padding: 71px 0 124px;
}

.index-best .best-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0;
}

.index-best .best-bar a {
    display: inline-block;
    color: #fff;
    background-color: #FFA302;
    text-transform: uppercase;
    font-family: "Montserrat-Light";
    font-size: 20px;
    border: 1px solid #FFA302;
    padding: 8px 34px;
}

.index-best .best-bar a:hover {
    background-color: transparent;
    color: #FFA302;
}

.index-best .swiper-slide {
    height: auto;
}

.index-best .swiper-slide a {
    display: block;
    height: 100%;
    text-align: center;
    padding: 20px 4.7%;
    border: 1px solid #DFDFDF;
}

.index-best .swiper-slide a:hover {
    color: #FFA302;
}

.index-best .swiper-slide img {
    width: 100%;
}

.index-best .swiper-slide p {
    font-size: 21px;
    font-family: "Montserrat-SemiBold";
    padding: 29px 0 12px;
}

/* certificate */
.index-certify {
    background: url(https://cdnus.globalso.com/hcmachineryparts/certify-bg.png) no-repeat center/cover;
    padding: 140px 0 122px;
    margin-bottom: 7%;
}

.index-certify .certify-wrap {
    position: relative;
}

.index-certify .certify-left {
    width: 63.6%;
    padding: 71px 2.3% 69px 6.6%;
    background-color: rgba(255, 255, 255, .12);
    border-radius: 0 10px 10px 0;
    border-left: 17px solid #FFA302;
}

.index-certify .mainly-slider .item-info {
    position: relative;
    z-index: 1;
    font-family: "Montserrat-Light";
    color: #fff;
}

.index-certify .mainly-slider .swiper-slide::after {
    display: block;
    content: "";
    width: 16.3%;
    aspect-ratio: 1;
    min-width: 105px;
    border-radius: 50%;
    background-color: #FFA302;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-certify .mainly-slider .item-info .main-title {
    color: #fff;
}

.index-certify .mainly-slider .item-info i {
    display: block;
    font-size: 16px;
    padding: 6px 0 18px;
}

.index-certify .mainly-slider .item-info p {
    font-size: 37px;
    line-height: 1.4;
}

.index-certify .mainly-slider .item-info a {
    display: inline-block;
    color: #fff;
    background-color: #FFA302;
    text-transform: uppercase;
    font-family: "Montserrat-Light";
    font-size: 20px;
    border: 1px solid #FFA302;
    padding: 5px 26px;
    margin-top: 42px;
}

.index-certify .mainly-slider .item-info a:hover {
    background-color: transparent;
    color: #FFA302;
}

.index-certify .mainly-slider .swiper-control {
    display: none;
}

.index-certify .mainly-slider .swiper-pagination {
    text-align: left;
    position: unset;
    margin-top: 58px;
}

.index-certify .mainly-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.index-certify .mainly-slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #fff;
    opacity: 1;
}

.index-certify .mainly-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFA302;
    -webkit-transform: scale(1.18);
    -ms-transform: scale(1.18);
    transform: scale(1.18);
}

.index-certify .thumb-slider {
    width: 55.4%;
    position: absolute;
    right: 0;
    top: 37%;
    padding: 0 5.4%;
}

.index-certify .thumb-slider .item-img {
    padding: 20px 0 90px;
}

.index-certify .thumb-slider .item-img img {
    width: 100%;
    -webkit-box-reflect: below 1px linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .1) 100%);
}

.index-certify .thumb-slider .swiper-slide.swiper-slide-prev .item-img {
    -webkit-transform: translateX(26%);
    -ms-transform: translateX(26%);
    transform: translateX(26%);
}

.index-certify .thumb-slider .swiper-slide.swiper-slide-next .item-img {
    -webkit-transform: translateX(-26%);
    -ms-transform: translateX(-26%);
    transform: translateX(-26%);
}

.index-certify .thumb-slider .swiper-slide.swiper-slide-active {
    z-index: 1;
}

/* application */
.index-application {
    padding: 115px 0 138px;
    background: url(https://cdnus.globalso.com/hcmachineryparts/application-bg.png) no-repeat bottom center/cover;
}

.index-application .layout::after {
    display: none;
}

.index-application .flex-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-application .application-info {
    width: 42%;
    position: relative;
}

.index-application .application-img {
    width: 57.7%;
    position: relative;
    margin-top: 53px;
}

.index-application .main-title {
    margin-bottom: 88px;
}

.index-application .simple-slider1 {
    height: 460px;
    overflow: hidden;
}

.index-application .simple-slider1 .swiper-slide {
    cursor: pointer;
    color: #000;
}

.index-application .simple-slider1 .swiper-slide span,
.index-application .simple-slider1 .swiper-slide p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.index-application .simple-slider1 .swiper-slide span {
    font-size: 16px;
    opacity: .5;
    font-family: "Montserrat-Light";
}

.index-application .simple-slider1 .swiper-slide p {
    font-size: 24px;
    vertical-align: middle;
    margin-top: 7px;
}

.index-application .simple-slider1 .swiper-slide p::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #FFA302;
    margin-right: 23px;
    vertical-align: middle;
    display: none;
}

.index-application .simple-slider1 .swiper-slide.active span {
    opacity: 1;
}

.index-application .simple-slider1 .swiper-slide.active p {
    color: #FFA302;
    font-size: 26px;
}

.index-application .simple-slider1 .swiper-slide.active p::before {
    display: inline-block;
}

.index-application .application-img img,
.index-application .application-img::after {
    border: 2px solid #fff;
    border-radius: 0 40px 0 0;
}

.index-application .application-img img {
    width: 100%;
}

.index-application .application-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    position: absolute;
    left: 42px;
    top: -53px;
}

.index-application .application-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 42.7%;
    background: -o-linear-gradient(left top, rgba(75, 75, 75, 0), rgba(75, 75, 75, .3)41%, rgba(75, 75, 75, 1)80%);
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(75, 75, 75, 0)), color-stop(41%, rgba(75, 75, 75, .3)), color-stop(80%, rgba(75, 75, 75, 1)));
    background: linear-gradient(to right bottom, rgba(75, 75, 75, 0), rgba(75, 75, 75, .3)41%, rgba(75, 75, 75, 1)80%);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    position: absolute;
    bottom: 0;
    right: 14%;
}

/* news */
.index-news {
    padding: 64px 0 119px;
}

.index-news .main-title {
    text-align: center;
    padding: 35px 0;
}

.index-news .swiper-slide {
    border: 1px solid #DFDFDF;
    padding: 18px 12px;
    font-family: "Montserrat-Light";
    font-size: 16px;
}
.index-news .swiper-slide .img {
  
}
.index-news .swiper-slide .item-img img {
    width: 100%;
}

.index-news .swiper-slide span,
.index-news .swiper-slide p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.index-news .swiper-slide span {
    font-size: 22px;
    font-family: "Montserrat-SemiBold";
    margin-top: 25px;
}

.index-news .swiper-slide p {
    -webkit-line-clamp: 3;
    line-height: 1.52;
    margin: 9px 0 15px;
}

.index-news .swiper-slide .time-more {
    border-top: 1px solid #D4D4D4;
    padding: 23px 15px 21px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index-news .swiper-slide .time-more i {
    color: #989898;
}

.index-news .swiper-slide .time-more b {
    color: #000;
    font-weight: normal;
}

.index-news .swiper-slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-news .swiper-slide:hover span,
.index-news .swiper-slide:hover .time-more b {
    color: #FFA302;
}

.index-news .swiper-slide:hover p {
    font-weight: bold;
}

.index-news .swiper-slide span,
.index-news .swiper-slide .time-more b,
.index-news .swiper-slide p {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/* footer */
.index-footer .footer-inquiry {
    background: url(https://cdnus.globalso.com/hcmachineryparts/inquiry-bg.png) no-repeat left center/cover;
    font-size: 18px;
    padding: 33px 0 49px;
    color: #fff;
}

.index-footer .footer-inquiry .layout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-footer .footer-inquiry .layout::after {
    display: none;
}

.index-footer .footer-inquiry .inquiry-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px 0 16.8%;
}

.index-footer .footer-inquiry .inquiry-info span {
    font-size: 42px;
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
}

.index-footer .footer-inquiry .inquiry-info p {
    line-height: 1.33;
    margin-top: 4px;
}

.index-footer .footer-inquiry .inquiry {
    color: #FFA302;
    text-transform: uppercase;
    background-color: #fff;
    padding: 17px 55px;
}

.index-footer .footer-wrap {
    background-color: #333333;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat-Light";
    padding-top: 10px;
}

.index-footer .footer-items {
    padding: 52px 0;
}

.index-footer .footer-item {
    color: #999999;
    line-height: 1.875;
    max-width: 27%;
    padding: 15px 0;
}

.index-footer .footer-item a {
    color: #999999;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.index-footer .footer-title {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold";
    color: #fff;
}

.index-footer .footer-item i {
    display: inline-block;
    width: 229px;
    height: 2px;
    background-color: #4D4D4D;
    max-width: 100%;
    position: relative;
}

.index-footer .footer-item i::after {
    content: "";
    display: inline-block;
    width: 22.7%;
    height: 100%;
    background-color: #FFA302;
    position: absolute;
    top: 0;
    left: 0;
}

.index-footer .footer-desc {
    margin: 10px 0 48px;
}

.index-footer .footer-social li {
    display: inline-block;
    margin-right: 13px;
}

.index-footer .footer-social li:last-child {
    margin: 0;
}

.index-footer .footer-social li a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    background-color: #FFA302;
    border-radius: 50%;
}

.index-footer .footer-social li a:hover {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.index-footer .footer-nav,
.index-footer .footer-contact {
    margin-top: 9px;
}

.index-footer .footer-nav li {
    padding: 3px 0;
}

.index-footer .footer-item a:hover {
    color: #fff;
}

.index-footer .footer-contact li {
    padding: 3px 0 3px 28px;
    position: relative;
}

.index-footer .footer-contact li::before {
    position: absolute;
    top: 5px;
    left: 0;
}

.index-footer .footer-contact li:nth-child(1):before {
    content: url(https://cdnus.globalso.com/hcmachineryparts/email.png);
}

.index-footer .footer-contact li:nth-child(2):before {
    content: url(https://cdnus.globalso.com/hcmachineryparts/tel.png);
}

.index-footer .copyright {
    border-top: 1px solid #999999;
    text-align: center;
    float: none;
    background-color: #483E2E;
    padding: 22px 0;
    -webkit-clip-path: polygon(2.47% 0, 97.53% 0%, 100% 100%, 0 100%);
    clip-path: polygon(2.47% 0, 97.53% 0%, 100% 100%, 0 100%);
}

@media only screen and (max-width:1880px) {
    .index-header .nav-bar .nav>li>a {
        padding: 0 10px;
    }
}

@media only screen and (max-width:1680px) {

    /* header */
    .index-header .logo img {
        height: 60px;
    }

    .index-header .nav-bar .nav>li>a {
        font-size: 14px;
        padding: 0 6px;
    }

    .index-header .head-search .head-search-form {
        width: 300px;
    }

    .index-header .head-search {
        margin-right: 10px;
    }

    .index-header .change-language-title .language-flag .country-flag {
        width: 26px;
        height: 26px;
    }

    /* main */
    .index-header .layout,
    .index-main .layout,
    .index-footer .layout {
        width: 88%;
    }

    /* inquiry */
    .index-inquiry .inquiry-info p {
        width: 100%;
    }

    /* advantage */
    .index-advan .swiper-slide {
        padding: 37px 1% 24px;
    }

    /* footer */
    .index-footer .footer-inquiry .inquiry-info {
        padding: 0 10px 0 5%;
    }
}

@media only screen and (max-width:1366px) {

    /* main */
    .index-header .layout,
    .index-main .layout,
    .index-footer .layout {
        width: 92%;
    }

    .index-main .main-title {
        font-size: 40px;
    }

    /* product */
    .index-product {
        padding: 52px 0 90px;
    }

    .index-product .main-slider a p {
        font-size: 20px;
    }

    .index-product .main-slider a span {
        font-size: 16px;
    }

    /* about */
    .index-about .about-info a {
        font-size: 18px;
    }

    .index-about .counter_item .item-title {
        font-size: 35px;
    }

    .index-about .counter_item sup {
        font-size: 25px;
    }

    .index-about .counter_item sub {
        font-size: 16px;
    }

    /* inquiry */
    .index-inquiry .inquiry-info span {
        font-size: 22px;
    }

    .index-inquiry a {
        font-size: 18px;
    }

    /* advantage */
    .index-advan {
        padding: 32px 0 90px;
    }

    .index-advan .swiper-slide span {
        font-size: 18px;
        min-height: 54px;
    }

    .index-advan .swiper-slide p {
        font-size: 16px;
    }

    /* bestproduct */
    .index-best {
        padding: 55px 0 90px;
    }

    .index-best .swiper-slide p,
    .index-best .best-bar a {
        font-size: 18px;
    }

    /* certificate */
    .index-certify {
        margin: 0;
    }

    .index-certify .certify-left {
        padding: 71px 2.3% 69px 4%;
    }

    .index-certify .mainly-slider .item-info p {
        font-size: 30px;
    }

    .index-certify .mainly-slider .item-info a {
        font-size: 18px;
        margin-top: 30px;
    }

    /* application */
    .index-application {
        padding: 90px 0;
    }

    .index-application .main-title {
        margin-bottom: 30px;
    }

    .index-application .simple-slider1 .swiper-slide span {
        font-size: 14px;
    }

    .index-application .simple-slider1 .swiper-slide p {
        font-size: 20px;
    }

    .index-application .simple-slider1 .swiper-slide.active p {
        font-size: 22px;
    }

    /* news */
    .index-news {
        padding: 55px 0 90px;
    }

    .index-news .swiper-slide span {
        font-size: 20px;
    }

    /* footer */
    .index-footer .footer-inquiry {
        font-size: 16px;
    }

    .index-footer .footer-inquiry .inquiry-info {
        padding: 0 10px;
    }

    .index-footer .footer-inquiry .inquiry-info span {
        font-size: 35px;
    }

    .index-footer .footer-logo img {
        height: 95px;
    }

    .index-footer .footer-inquiry .inquiry {
        padding: 12px 30px;
    }

    .index-footer .footer-wrap {
        font-size: 14px;
    }

    .index-footer .footer-item {
        max-width: 33%;
    }

    .index-footer .footer-title {
        font-size: 20px;
    }
}

@media only screen and (max-width:1280px) {

    /* header */
    .index-header {
        padding: 25px 0 10px;
    }

    .index-header .nav-bar {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index-header .nav-bar .nav-wrap {
        padding: 0;
        width: 100%;
    }

    .index-header .nav-bar .nav {
        padding: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index-header .nav-bar .nav>li>a {
        line-height: 1.5;
    }

    /* main */
    .index-header .layout,
    .index-main .layout,
    .index-footer .layout {
        padding: 0;
    }

}

@media only screen and (max-width:1080px) {

    /* about */
    .index-about .about-info {
        width: 100%;
    }

    .index-about .about-img {
        width: 100%;
        margin-top: 30px;
    }

    /* certificate */
    .index-certify .certify-left {
        width: 73%;
    }

    /* footer */
    .index-footer .footer-item {
        max-width: 38%;
    }
}

@media only screen and (max-width:950px) {

    /* header */
    .index-header {
        padding: 35px 0 10px;
    }

    .index-header .layout {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /* main */
    .index-header .layout,
    .index-main .layout,
    .index-footer .layout {
        width: 96%;
    }

    .index-main .main-title,
    .index-footer .footer-inquiry .inquiry-info span {
        font-size: 30px;
    }

    /* banner */
    .banner-slider .play-btn img {
        width: 50px;
    }

    /* product */
    .index-product {
        padding: 32px 0 70px;
    }

    .index-product .main-slider a p {
        font-size: 18px;
    }

    /* about */
    .index-about {
        padding: 50px 0 70px;
    }

    .index-about .about-inner {
        padding: 20px 0 60px;
    }

    .index-about .about-info .desc {
        margin: 21px 0 35px;
    }

    .index-about .about-info a {
        font-size: 16px;
        padding: 6px 27px;
    }

    .index-about .counter_item .item-title {
        font-size: 30px;
    }

    .index-about .counter_item sup {
        font-size: 20px;
    }

    .index-about .counter_item sub {
        font-size: 14px;
    }

    .index-about .about-img {
        width: 95%;
    }

    .index-about .about-img p {
        font-size: 8vw;
    }

    /* inquiry */
    .index-inquiry .flex-row {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .index-inquiry .inquiry-info {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .index-inquiry .inquiry-info span {
        font-size: 18px;
    }

    .index-inquiry a {
        font-size: 16px;
        padding: 8px 10px;
        margin-top: 20px;
    }

    .index-inquiry a::after {
        margin-left: 9px;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    /* advantage */
    .index-advan {
        padding: 22px 0 70px;
    }

    /* bestproduct */
    .index-best {
        padding: 35px 0 70px;
    }

    .index-best .swiper-slide p,
    .index-best .best-bar a {
        font-size: 16px;
    }

    /* certificate */
    .index-certify {
        padding: 90px 0;
    }

    .index-certify .certify-left {
        padding: 50px 2.3% 50px 4%;
    }

    .index-certify .mainly-slider .item-info p {
        font-size: 25px;
    }

    .index-certify .mainly-slider .item-info a {
        font-size: 16px;
    }

    .index-certify .mainly-slider .swiper-pagination {
        margin-top: 34px;
    }

    .index-certify .mainly-slider .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    /* application */
    .index-application {
        padding: 70px 0;
    }

    .index-application .simple-slider1 {
        height: 350px;
    }

    .index-application .application-img {
        margin-top: 25px;
    }

    .index-application .application-img::after {
        left: 16px;
        top: -25px;
    }

    .index-application .simple-slider1 .swiper-slide p {
        font-size: 18px;
    }

    .index-application .simple-slider1 .swiper-slide.active p {
        font-size: 20px;
    }

    .index-application .simple-slider1 .swiper-slide p::before {
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }

    /* news */
    .index-news {
        padding: 35px 0 70px;
    }

    .index-news .swiper-slide span {
        font-size: 18px;
    }

    /* footer */
    .index-footer .footer-inquiry {
        font-size: 14px;
    }

    .index-footer .footer-logo img {
        height: 80px;
    }

    .index-footer .footer-inquiry .inquiry {
        padding: 8px 13px;
    }

    .index-footer .footer-item {
        max-width: 50%;
    }

    .index-footer .footer-title {
        font-size: 18px;
    }
}

@media only screen and (max-width:750px) {

    /* certificate */
    .index-certify {
        padding: 70px 0 50px;
    }

    .index-certify .certify-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .index-certify .thumb-slider {
        width: 90%;
        position: unset;
        margin: 0 auto;
        padding: 0;
    }

    .index-certify .thumb-slider .swiper-slide.swiper-slide-prev .item-img {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .index-certify .thumb-slider .swiper-slide.swiper-slide-next .item-img {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /* application */
    .index-application .application-info {
        width: 100%;
    }

    .index-application .simple-slider1 {
        height: auto;
    }

    .index-application .application-img {
        width: 100%;
        margin-top: 64px;
    }
}

@media only screen and (max-width:640px) {

    /* main */
    .index-main .main-title,
    .index-footer .footer-inquiry .inquiry-info span {
        font-size: 25px;
    }

    /* banner */
    .banner-slider .play-btn img {
        width: 40px;
    }

    /* product */
    .index-product .simple-slider .swiper-slide {
        font-size: 14px;
        padding: 12px 5px;
    }

    .index-product .main-slider a {
        padding: 20px 10px 30px;
    }

    .index-product .main-slider a p {
        font-size: 16px;
        padding: 20px 0;
    }

    .index-product .main-slider a span {
        font-size: 14px;
        padding: 6px 0;
    }

    /* about */
    .index-about .about-inner {
        padding: 20px 0 46px;
    }

    .index-about .about-info .desc,
    .index-about .about-info a,
    .index-about .counter_item p {
        font-size: 14px;
    }

    .index-about .counter_item .item-title {
        font-size: 25px;
    }

    /* inquiry */
    .index-inquiry .inquiry-info p,
    .index-inquiry a {
        font-size: 14px;
    }

    /* advantage */
    .index-advan .swiper-slide span {
        font-size: 16px;
        min-height: 48px;
    }

    .index-advan .swiper-slide p {
        font-size: 14px;
    }

    .index-advan .swiper-slide svg {
        width: 22px;
        height: 22px;
    }

    .index-advan .swiper-control {
        padding: 0 15px;
    }

    /* bestproduct */
    .index-best .best-bar a {
        font-size: 14px;
        padding: 6px 23px;
    }

    /* certificate */
    .index-certify .mainly-slider .item-info i {
        font-size: 14px;
    }

    .index-certify .mainly-slider .item-info p {
        font-size: 20px;
    }

    .index-certify .mainly-slider .item-info a {
        font-size: 14px;
        padding: 5px 20px;
    }

    .index-certify .mainly-slider .swiper-slide::after {
        min-width: 90px;
    }

    /* application */
    .index-application .simple-slider1 .swiper-slide.active p {
        font-size: 18px;
    }

    .index-application .simple-slider1 .swiper-slide p {
        font-size: 16px;
    }

    /* news */
    .index-news .swiper-slide {
        font-size: 14px;
    }

    .index-news .swiper-slide span {
        font-size: 16px;
    }

    /* footer */
    .index-footer .footer-inquiry .layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .index-footer .footer-inquiry .inquiry-info p {
        margin: 20px 0;
    }

    .index-footer .footer-item {
        max-width: 100%;
    }

    .index-footer .footer-title {
        font-size: 16px;
    }

    .index-footer .footer-desc {
        margin: 10px 0 20px;
    }

    .index-footer .footer-item i {
        width: 186px;
    }

    .index-footer .footer-social li a {
        width: 36px;
        height: 36px;
        line-height: 32px;
    }
}

@media only screen and (max-width:500px) {
    .index-footer .copyright {
        font-size: 14px;
    }
}

@media only screen and (max-width:480px) {

    /* about */
    .index-about .counter_item {
        width: 100%;
    }

    /* certificate */
    .index-certify .thumb-slider {
        width: 100%;
    }

    .index-certify .thumb-slider .item-img {
        padding: 20px 0 60px;
    }

    /* application */
    .index-application .simple-slider1 .swiper-slide.active p,
    .index-application .simple-slider1 .swiper-slide p {
        font-size: 16px;
    }
}