@charset "utf-8";



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


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


/* font family */
body,html,input,button,textarea{font-family:Arial, Helvetica, sans-serif; }
h1,h2,h3,.nav li{font-family:'SourceSansProRegular',Arial, Helvetica, sans-serif;}


@font-face { font-family: "Roboto-Regular"; font-style: normal; src: url(/wp-content/themes/theme148/fonts/Roboto-Regular.ttf) format("TrueType"); font-display: fallback; }
@font-face { font-family: "Roboto-Bold"; font-style: normal; src: url(/wp-content/themes/theme148/fonts/Roboto-Bold.ttf) format("TrueType"); font-display: fallback; }
@font-face { font-family: "Roboto-Light"; font-style: normal; src: url(/wp-content/themes/theme148/fonts/Roboto-Light.ttf) format("TrueType"); font-display: fallback; }
@font-face { font-family: "Roboto-Black"; font-style: normal; src: url(/wp-content/themes/theme148/fonts/Roboto-Black.ttf) format("TrueType"); font-display: fallback; }
@font-face { font-family: "Roboto-Thin"; font-style: normal; src: url(/wp-content/themes/theme148/fonts/Roboto-Thin.ttf) format("TrueType"); font-display: fallback; }
@font-face { font-family: "Roboto-Medium"; font-style: normal; src: url(/wp-content/themes/theme148/fonts/Roboto-Medium.ttf) format("TrueType"); font-display: fallback; }

.fb{font-weight: bold;}

/* 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,
.banner-list:after,
.new-product-list:after,
.head-contact: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,
.banner-list,
.new-product-list,
.head-contact{
    *zoom:1;
}

/* layout */
.layout,
.path-bar .path-nav{
    width: 100%;
   padding: 0 9.5%;
}

/* 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;
}
.head-layout{
    position: relative;
    text-align: right;
}
.change-language {
    z-index: 1;
}
.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 .change-language-title span{
    color: #333;
}
.head-layout .logo,
.head-r{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.head-layout .logo{
    float: left;
    padding: 25px 0;
}
.head-layout .logo img{
    height: 100px;
    vertical-align: middle;
	margin-top:-30px;
}
.head-layout .head-contact{
    float: right;
    position: absolute;
    left: 25%;
    padding-left: .3rem;
}
.head-layout .head-contact li{
    display: inline-block;
    float: left;
    position: relative;
    font-size: .14rem;
    font-weight: bold;
    margin-right: .15rem;
    line-height: 48px;
}
.head-layout .head-contact li,
.head-layout .head-contact li a{
    color: #666;
}
.head-layout .head-contact li:before{
}
.head-layout .head-contact li.head-phone:before{
    content: '\f0e0';
}
.head-layout .head-contact li.head-email:before{
    content: '\f095';
}
.head-layout .head-contact li .val{
    padding-left: .05rem;
}
.head-layout .snow{
    display: none;
}
.head-r{
    display: inline-block;
    padding: 23px 0;
    vertical-align: middle;
}
/*.head-search {*/
/*    display: block;*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/
/*.head-search:after{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 16px;*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    right: -2px;*/
/*    top: 50%;*/
/*    margin-top: -8px;*/
/*}*/
/*.head-search .head-search-form {*/
/*    padding:0;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    box-sizing: content-box;*/
/*    width: 0;*/
/*    height: 40px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 0;*/
/*    opacity: 0;*/
/*    filter: alpha(opacity=0);*/
/*}*/
/*.head-search .search-ipt {*/
/*      display: block;*/
/*    width: 100%;*/
/*    line-height: 40px;*/
/*    padding: 0;*/
/*    background: none;*/
/*    border: 0;*/
/*    color: #808080;*/
/*    text-indent: 0.15rem;*/
/*    -webkit-transition: all .5s ease;*/
/*    -o-transition: all .5s ease;*/
/*    transition: all .5s ease;*/
/*}*/
/*.head-search .search-ipt:focus{*/
/*    background-color: #fafafa;*/
/*}*/
/*.head-search .search-ipt:focus + .search-btn{*/
/*}*/
.head-search-form .search-btn {
    font-family: 'fontawesome';
    color: #666;
}
.head-search .search-btn,
.head-search .search-toggle {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    border: none;
    font-size: .2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: none;
    color: #fff;
}
.head-search .search-toggle{
    -webkit-transition:  none;
    -o-transition:  none;
    transition:  none;
    background-color: #00a2e5;
}
.head-search .search-btn{
    color: #666;
    background-color: #f2f2f2;
    font-size: .13rem;
}
.head-search .search-toggle:before {
    font-family: 'fontawesome';
    content: "\f002";
}
.head-search-show{
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 4;
    animation: fadeIn .3s ease;
}
.head-search-show .head-search-form{
    width: 100%;
    opacity: 1;
    filter: alpha(opacity1000);
    position: absolute;
    left: 0;
    top: 0;
}
.head-search-show .search-toggle{
    z-index: 3;
    background: none;
    width: 55px;
    color: #333;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}
.head-search-show .search-toggle:before{
    content: '\f00d';
    font-size: .2rem;
}
.head-search-show .search-toggle:hover{
    color: #43d5cb;
}
.head-search-show .search-btn{
    display: none;
}
.tasking{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
}

/* nav */
.nav-bar {
    display: inline-block;
    vertical-align: middle;
}
.nav-bar{
    *display: inline;
}
.nav-bar .nav-wrap{
    width: auto;
    position: relative;
}
.nav-bar .nav {
    padding-left: 0;
    display: inline-block;
    font-size: .14rem;
}
.nav-bar .nav{
    *display: inline;
}
.nav-bar .nav,
.nav-bar .nav a{
    color: #333;
}
.nav-bar .nav li {
    position: relative;
    display: block;
    line-height: 90px
}
.nav-bar .nav>li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}
.nav-bar .nav>li>a {
    position: relative;
    display: inline-block;
    padding: 0 .1rem;
    text-transform: uppercase;
}
.nav-bar .nav>li>a:before{
    content: '';
    display: block;
    height: 4px;
    background-color: #63b628;
    position: absolute;
    left: .18rem;
    right: .18rem;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    bottom: -1px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-bar .nav>li>a:hover{
    color: #000;
}
.nav-bar .nav>li>a:hover:before,
.nav-bar .nav>li.li-hover>a:before,
.nav-bar .nav>li.nav-current>a:before{
    width: auto;
    -webkit-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform:none;
}
.nav-bar .nav:hover>li.nav-current>a:before{
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.nav-bar .nav li li {
    display: block;
    font-size: .14rem;
}
.nav-bar .nav li li a {
    color: #333;
    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: 91px;
    left: 0;
    padding: .15rem .1rem;
    background:#fff;
    text-align: left;
    z-index: 999;
    box-shadow: 0 .02rem .03rem rgba(0, 0, 0, .15);
    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;
    border-top: 1px solid #63b628;
}
.nav-bar .nav li ul li{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.nav-bar .nav li.li-hover > ul {
    opacity:1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.nav-bar .nav li.li-hover > ul:before{
    width: 100%;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.foot-item.foot-item-list li:hover {
    -moz-transform:none;
    -webkit-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform:none;
} 
.head-wrapper .change-language{display: inline-block;padding: 25px 0;position:relative;text-align:left;}
.head-wrapper .change-language .change-language-title{padding-top:7px;padding-bottom:7px;position: relative;}
.head-wrapper .change-language .change-language-title,.web_head .change-language .change-language-title a{color:#333;}
.head-wrapper .change-language .change-language-cont{top:100%;border-radius:5px;overflow:hidden;}
.head-wrapper .change-language:hover .change-language-title,.web_head .change-language:hover .change-language-title a{color:#333;}
.nav-bar .nav  li li:hover{
    background-color: #f2f2f2;
}
.nav-bar .nav  li li:last-child{
    border-bottom: 0;
}
.nav-bar .nav ul li a{
    height: 35px;
    line-height: 35px;
    padding: 0 .15rem;
    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:1.786rem;
    margin-left: .02rem;
}
.nav-bar .nav ul li:hover>a {
    color: #43d5cb;
}
.nav-bar .nav li .nav-ico {
    font-size: .14rem;
    margin: 0 0 0 .05rem;
    display: inline-block;
}
.nav-bar .nav li .nav-ico:after {
    content: '\f107';
}
.nav-bar .nav li li .nav-ico {
    position: absolute;
    top: 0;
    right: .1rem;
    line-height: .35rem;
}
.nav-bar .nav li li .nav-ico:after {
    content: '\f0da';
}
.nav-bar .nav > li.li-hover > a{
    color: #000;
}
.change-language{
    margin-top: .03rem;
    margin-left: .25rem;
}
.head-wrapper,
.head-layout .logo img,
.nav-bar .nav li,
.fixed-nav .head-r{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.sub-head-wrapper{
    background-color: #01b4b0;
}
.sub-head-wrapper .head-layout{
    position: relative;
    z-index: 2;
}
.sub-head-wrapper .snow{
    z-index: 1;
}
.fixed-nav {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 .05rem rgba(0,0,0,.15);
}
.fixed-nav .head-layout .logo{
    padding: 15px 0;
}
.fixed-nav .head-layout .logo img{
    height: 100px;
	
}
.fixed-nav .nav-bar .nav li{
    line-height: 65px;
}
.fixed-nav .nav-bar .nav li ul{
    top: 65px;
}
.fixed-nav .head-r{
    padding: 11px 0;
}





/*--------------------------footer---------------------------*/
.foot-wrapper {
    position: relative;
    width: 100%;
    background-color: #242625;
    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,
.foot-items .foot-item .foot-cont  a:hover,
.foot-item-news .new-item a:hover{
    color: #43d5cb;
}
.foot-items {
    padding: .5rem 0;
    line-height: 2.3;
}
.foot-items .foot-item {
    width: 30%;
    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 .15rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #63b628;
    z-index: 2;
}
.foot-items .foot-item .foot-tit img{
    max-width: 100%;
    height: 40px;
}
.foot-items .foot-item .foot-cont{
    line-height: 1.5;
}
.foot-items .foot-item .foot-cont,
.foot-items .foot-item .foot-cont a,
.foot-item-news .new-item,
.foot-item-news .new-item a{
    color: rgba(255,255,255,.9);
}
.foot-items .foot-item-intro {
    width: 43%;
    padding-right: 8%;
}
.foot-items .foot-item-intro .foot-tit{
    margin-bottom: .2rem;
}
.foot-items .foot-item-intro .foot-tit:after{
    display: none;
}
.foot-items .foot-item-intro .contact-info{
    padding: .2rem 0 0;
}
.foot-items .foot-item-contact {
    width: 26%;
    float: left;
}
.foot-items .foot-item-contact .foot-tit{
    padding: 0;
    border-top: 0;
}
.foot-items .foot-item-contact .foot-tit:before{
    display: none;
}
.foot-contact-list{
    padding-top: .15rem;
}
.foot-contact-list li {
    position: relative;
    padding: 0 0 .05rem .25rem;
    line-height: .22rem;
}
.foot-items .foot-item-contact .foot-cont li a{
    color: #43d5cb;
}
.foot-contact-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .16rem;
    color: #43d5cb;
}
.foot-contact-list li.foot_addr:before {
    content: "\f041";
}
.foot-contact-list li.foot_tel:before {
    content: "\f095";
}
.foot-contact-list li.foot_phone:before {
    content: "\f095";
    font-size: .16rem;
}
.foot-contact-list li.foot_email:before {
    content: "\f0e0"
}
.foot-contact-list li.foot_fax:before {
    content: "\f1ac"
}
.foot-contact-list li.foot_skype:before {
    content: "\f17e"
}
.foot-items .foot-item-news {
    width: 27%;
    padding-right: .3rem;
    float: left;
}
.foot-item-news .product-container {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 .2rem;
}
.foot-item-news .new-item {
    position: relative;
    line-height: 1.5;
    padding: .05rem 0 .065rem;
}
.foot-item-news .new-item .img{
    display: block;
    width: 80px;
    height: auto;
    border: 0 solid #5a5a60;
    margin-right: .12rem;
    float: left;
}
.foot-item-news .new-item .img img{
    width: 100%;
    height: auto;
}
.foot-item-news .new-item .item-info{
    margin-left: 95px;
    position: relative;
}
.foot-item-news .new-item:first-child .item-info:before{
    display: none;
}
.foot-item-news .new-item time {
    display: block;
    font-size: 13px;
    font-style: italic;
    padding-top: .05rem;
    color: #b6b6b6;
}
.foot-item-news .new-item .title {
    line-height: .15rem;
    max-height: .3rem;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
}
.foot-item-news .new-item .title a{
    display: inline-block;
}
.foot-item-news .owl-carousel .owl-controls .owl-nav {
    display: none;
}
.foot-item-news .owl-carousel .owl-controls .owl-dots {
    text-align: left;
}

.foot-item-news .owl-carousel .owl-controls .owl-dots .owl-dot{
    background-color: #fff;
    background-color: rgba(255,255,255,.2);
}
.foot-item-news .owl-carousel .owl-controls .owl-dots .active{
    background-color: #43d5cb;
}
.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);
    padding-top: .06rem;
}
.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-service .news-txt-list li{
    height: .26rem;
    line-height: .26rem;
    overflow: hidden;
    position: relative;
}
.foot-items .foot-item-service .news-txt-list li a,
.foot-items .foot-item-service .news-txt-list li a:before{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.foot-items .foot-item-service .news-txt-list li a{
    padding-left: 0;
}
.foot-items .foot-item-service .news-txt-list li a:before{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-family: 'fontawesome'; 
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: scale(0);
    -o-transition: scale(0);
    transition: scale(0);
}
.foot-items .foot-item-service .news-txt-list li a:hover{
    padding-left: .12rem;
}
.foot-items .foot-item-service .news-txt-list li a:hover:before{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.foot-items .foot-item-inquiry{
    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:.1rem .17rem;
    margin-top: .35rem;
    border: 0;
    background: #63b628;
    color: #fff;
    border-radius: 3px;
    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);
    font-style: normal;
}
.foot-items .foot-item-inquiry .button:hover , .email.inquiryfoot.ad_inquiryfoot:hover{
    background-color: #37c7be;
    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{
    border-top: 1px dashed #fff;
    padding: .2rem 0;
}
.foot-bar .layout{
    text-align: left;
}
.copyright{
    text-transform: uppercase;
}
.copyright,
.copyright a{
    color: #fff;
}
.copyright strong{
    font-weight: normal;
    padding-right: .15rem;
}
.foot-social{
    padding: .15rem 0 0;
}
.foot-social li {
    display: inline;
    padding: 0 .05rem 0 0;
}
.foot-social li a{
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    padding: .07rem;
    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;
    background-color: rgba(255,255,255,.1);
}
.foot-social li a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #43d5cb;
}
.foot-social li img{
    display: inline-block;
    max-height: 12px;
    opacity: 1;
}



/* gotop */
.gotop{
    width: .55rem;
    height: .55rem;
    line-height: .55rem;
    background-color: #43d5cb;
    box-shadow:none;
    font-size: .12rem;
    color: #fff;
    border-radius: 50%;
    text-transform: uppercase;
    -webkit-animation: btnUpDown 1.5s infinite ease ;
    animation: btnUpDown 1.5s infinite ease;
    text-indent: -9999px;
    overflow: hidden;
    bottom: .1rem;
    right: .15rem;
}
.gotop:hover{
    opacity: 1;
    background-color: #37c7be;
}
.gotop:before{
    font-family: fontawesome;
    content: '\f106';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size:.3rem;
    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: #333;
}
.gd-layer a:hover{
    color: #43d5cb;
}
.main_content{
    padding: 0 0 .9rem;
    width: 1200px;
}
.index-main-content{
    padding-bottom: 0;
    width: 100%;
}


/* slides */
.rev_slider_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.tp-leftarrow,
.tp-rightarrow {
    font-size: .3rem;
    background-color: #000;
    border-radius: 0%;
    float: left;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff!important;
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    overflow: hidden;
    top: 50%!important;
    margin-top: -.25rem!important;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);

}
.tp-leftarrow:before{
    content: '\f104';
}
.tp-rightarrow:before{
    content: '\f105';
}
.tp-leftarrow:hover,
.tp-rightarrow:hover{
    border-color: #43d5cb;
    color: #43d5cb!important;
}
.owl-carousel .owl-controls .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    margin: 0 .035rem;
    border-radius:50%;
    background: none;
}
.owl-carousel .owl-controls .owl-dots .active{
    background-color: #43d5cb;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    background-color: #43d5cb;
}
.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow{
    opacity: .2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.rev_slider_wrapper:hover .tp-leftarrow:hover,
.rev_slider_wrapper:hover .tp-rightarrow:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #43d5cb;
    color: #fff!important;
}
.tp-loader.spinner0 {
    background: url(img/loading.gif) center no-repeat;
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
}


/* title */
.index-title-bar {
    margin: 0 auto .3rem;
    text-align: center;
    position: relative;
}
.index-title-bar .index-title{
    text-transform: uppercase;
    display: inline-block;
    background-color: #fff;
    padding: 0 .1rem;
    position: relative;
    z-index: 2;
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.2;
}

.index-title-bar:before,
.index-title-bar:after{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: 1px dashed #151515;
    position: absolute;
    left: 0;
    top: .1rem;
}
.index-title-bar:after{
    left: 1px;
    margin-top: -1px;
}
.index-title-bar .index-title,
.index-title-bar .index-title a{
    color: #191c21;
}
.index-title-bar .index-title a:hover{
    color: #43d5cb;
}
.index-title-bar .title-desc{
    display: block;
    padding: .1rem 0 0;
    font-size: .16rem;
    font-style: italic;
}


/* btn */
.learn-more-bar {
    text-align: center;
    padding: .4rem 0 0;
}
.gd-btn {
    background-color: #63b628;
    border: 0;
    color: #fff!important;
    font-size: .16rem;
    line-height: .45rem;
    display: inline-block;
    padding: 0 .65rem 0 .25rem;
    letter-spacing: 1px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    overflow: hidden;
    position: relative;
    border-radius: .04rem;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.gd-btn:before,
.gd-btn:after{
    content: '';
    display: block;
    width: .4rem;
    height: .45rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #63b628;
    color: #fff;
    font-family: 'fontawesome';
    content: "\f105";
    font-size: .2rem;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 0 .04rem .04rem 0;

}
.gd-btn:hover{
    background-color: #63b628;
}
.gd-btn:after{
    opacity: 0;
    right: .2rem;
    z-index: 1;
}
.gd-btn:hover:after{
    opacity: 1;
    right: 0;
}
.gd-btn:hover:before{
    right: -.3rem;
}


/* slide banner */
.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected{
    width: .1rem;
    height: .1rem;
}
.tp-bullets.simplebullets .bullet{
    background-color: #000;
    border: .02rem solid #000;
    opacity: .2;
}
.tp-bullets.simplebullets .bullet.selected{
    opacity: 1;
    background-color: #43d5cb;
    border-color: #43d5cb;
}


/* company-synopses */
.company-synopses{
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: .65rem;
    padding-bottom: .65rem;
}
.company-synopses ul {
    margin: 0 -.15rem;
}
.synopsis-item {
    width: 33.33%;
    position: relative;
    float: left;
    text-align: center;
    padding: .25rem .15rem;
}
.synopsis-item .item-wrap,
.synopsis-item .item-img img,
.synopsis-item .item-info,
.synopsis-item .item-info .read-more,
.synopsis-item .item-info .item-title a,
.synopsis-item:hover .item-info .read-more:before,
.synopsis-item:hover .item-info .read-more:after{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.synopsis-item .item-wrap{
	position: relative;
    background-color: #fff;
    overflow: hidden;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
}
.synopsis-item .item-img {
	width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.synopsis-item .item-img img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 300px;
}
.synopsis-item .item-info {
    position: relative;
    z-index: 3;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    text-align: left;
    padding-left: .4rem;
	width: 100%;
}
.synopsis-item .item-info .item-title {
    position: relative;
    font-weight: bold;
    font-size: .22rem;
    line-height: 1.3;
    
}
.synopsis-item .item-info .item-desc{
    display: block;
    max-height: 54px;
    line-height: .18rem;
    overflow: hidden;
    margin: 0 auto .2rem;
    color: #666;
    font-size: .16rem;
    min-height: 36px;
}
.synopsis-item:hover .item-img{
    position: relative;
}
.synopsis-item .item-info .read-more{
    display: inline-block;
    font-size:.18rem;
    padding: .02rem 0;
    position: relative;
    font-weight: bold;
}
.synopsis-item .item-info .read-more:hover{
    padding: .02rem .08rem;
}
.synopsis-item .item-info .read-more:before,
.synopsis-item .item-info .read-more:after{
    content: '';
    display: block;
    width: 0;
    height:1px;
    background-color: #43d5cb;
    position: absolute;
    left: 0;
}
.synopsis-item .item-info .read-more:before{
    top: 0;
}
.synopsis-item .item-info .read-more:after{
    bottom: 0;
}
.synopsis-item .item-info .read-more:hover:before,
.synopsis-item .item-info .read-more:hover:after{
    width: 100%;
}
.company-synopses .owl-carousel .owl-controls{
    height: auto;
    padding: .4rem 0 0;
}
.company-synopses .owl-carousel .owl-controls .owl-dots{
    position: static;
}


/* promote layer */
.promote-layer{
    padding: 1rem 0;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.promote-layer .layer-body,
.promote-layer .layer-body a{
}
.promote-layer .layer-body{
    text-align: center;
}
.promote-layer .promote-detail{
    line-height: 1.1;
}
.promote-layer .promote-title{
    font-size: .18rem;
    margin-bottom: .15rem;
}
.promote-layer .promote-desc{
    font-size:.6rem;
    margin-bottom: .15rem;
}
.promote-layer .promote-detail .btn-wrap{
    padding-top: .15rem;
}



/* product list */
.product-items {
    position: relative;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.product-items .layout{
    position: relative;
    z-index: 2;
}
.product-items .index-title-bar{
    margin-bottom: .25rem;
}
.product-items .learn-more-bar{
    padding: .3rem 0 0;
}
.product-items .layer-body{
}
.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: .38rem;
    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: #43d5cb;
}
.product-items .product-item {
    width: 100%;
    display: none;
    padding: 0;
}
.product-items .product-item .item-info {
    padding-bottom: 0;
}
.product-items .owl-loaded .product-item{
    display: block;
}
.product-items .owl-carousel .owl-controls .owl-nav{
    position: static;
    text-align: center;
}
.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next{
    display: inline-block;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    border-radius: 0;
    background-color: #f7f7f7;
    font-size: .3rem;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -.45rem;
}
.product-items .owl-carousel .owl-controls .owl-prev{
    left: 0;
}
.product-items .owl-carousel .owl-controls .owl-next{
    right: 0;
    margin-right: 0;
}
.product-items .owl-carousel:hover .owl-controls .owl-prev,
.product-items .owl-carousel:hover .owl-controls .owl-next,
.product-items .owl-carousel .owl-controls .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-next:hover{
    background-color: #43d5cb;
    color: #fff;
}
.product-items .owl-carousel .owl-controls .owl-dot{
    /*display: none;*/
}
.items_list .product-item{
    padding-top: .1rem;
    padding-bottom: .1rem;
}
.items_list .product-item:nth-child(3n+1){
    clear: left;
}



/* about us */
.about-us {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-position:center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 0;
}
.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;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.about-us .about-img{
    width: 46%;
    position: relative;
    background-color: rgba(255,255,255,.2);
}
.about-us .about-img .item,
.about-us .about-img .item img {
    position: relative;
    width: 100%
}
.about-us .about-img .flex-control-nav {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: .12rem;
}
.about-us .about-img .flex-control-paging li a {
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,.2);
}
.about-us .about-img .flex-control-paging li a:hover,
.about-us .about-img .flex-control-paging li a.flex-active {
    border-color: #333;
    background: #43d5cb;
}
.about-us .about-img .flex-direction-nav {
    text-align: center;
    padding: .05rem 0 0;
    display: none;
}
.about-us .about-detail{
    font-size: .16rem;
    padding-left: .15rem;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    padding-left: .3rem;
    text-align: left;
}
.about-us .about-detail .about-title{
    font-size: .6rem;
    padding-bottom: .25rem;
    line-height: 1.1;
    font-weight: normal;
}
.about-us .about-detail .about-title,
.about-us .about-detail .about-title a{
    color: #231f20;
}
.about-us .about-detail .about-desc{
    padding-bottom: .2rem;
}
.about-us .about-more {
    margin: .3rem 0 0;
}
.about-us .flex-direction-nav li{
    display: inline;
}
.about-us .flex-direction-nav a{
    position: static;
    margin: 0;
    display: inline-block;
    width: .22rem;
    height: .22rem;
    line-height: .22rem;
    font-size: .12rem;
    background: none;
    border-radius: 0;
}
.about-us .flex-direction-nav a:hover{
    background: #43d5cb;
    color: #fff;
}


/* inquiry pannel */
.inquiry-pannel{
    padding: .4rem 0;
    background-color: #63b628;
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
}
.inquiry-pannel .index-title-bar{
    margin-bottom: .3rem;
}
.inquiry-pannel .pannel-info .info-txt{
    display: inline-block;
    font-weight: normal;
    line-height: 1.3;
    font-size: .24rem;
}
.inquiry-pannel .pannel-info .info-txt,
.inquiry-pannel .pannel-info .info-txt a{
    color: #fff;
}
.inquiry-pannel .pannel-info .info-txt + .gd-btn{
    margin-left:.4rem;
  	cursor: pointer;
}
.inquiry-pannel .gd-btn{
    vertical-align: middle;
    background-color: #fff;
    color: #333!important;
}
.inquiry-pannel .gd-btn:before,
.inquiry-pannel .gd-btn:after{
    background-color: #63b628;
    color: #333!important;
}



/* promte banners */
.promote-banners {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: .1rem 0 .15rem;
}
.banner-list {
    padding: 0 .1rem;
    /*margin: 0 -1rem;*/
}
.banner-list .banner-item{
    width: 33.333333%;
    float: left;
}
.banner-list .banner-item .banner-img{
    position: relative;
    display: block;
    padding:.05rem;
    overflow: hidden;
}
.banner-list .banner-item .banner-img:before,
.banner-list .banner-item .banner-img:after{
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.banner-list .banner-item .banner-img:before{
    left: 0;
}
.banner-list .banner-item .banner-img:after{
    width: 100%;
    right: 0;
}
.banner-list .banner-item .banner-img:hover:before,
.banner-list .banner-item .banner-img:hover:after{
    width: 100%;
    background-color: rgba(255,255,255,.3);
}
.banner-list .banner-item .banner-img:hover:before{
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.banner-list .banner-item .banner-img,
.banner-list .banner-item .banner-img img{
    display: block;
    width: 100%;
    height: auto;
}
.banner-list .banner-item .banner-img img{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.banner-list .banner-item .banner-img:hover img{
    opacity: .8;
    filter: alpha(opacity=80);
}
.banner-list-2 .banner-item{
    width: 50%;
}
.banner-list-2 .banner-item .banner-img:before{
    display: none;
}


/* 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: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color:rgba(255,255,255,0);
    z-index: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.partner-list .partner-item a:hover {
    border-color: #ccc;
}
.partner-list:hover .partner-item a:before {
    background-color:rgba(255,255,255,.3);
}
.partner-list:hover .partner-item a:hover:before {
    background-color:rgba(255,255,255,0);
}
.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: #22264b;
}
.partner-layer .owl-carousel .owl-controls .owl-dots{
    padding: .25rem 0 0;
    position: static;
}
.partner-layer .owl-carousel .owl-controls .owl-dot{
    border-radius: 50%;
    margin: 0 .035rem;
}









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

.path-bar {
    position: relative;
    padding: .03rem 0;
    background-color: #ebebeb;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: .3rem;
    text-align: left;
}
.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: 18.75%;
}
.side-tit-bar {
    position: relative;
}
.side-tit-bar .side-tit {
    position: relative;
    font-size: .18rem;
    height: .35rem;
    line-height: .35rem;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #00a3e6;
    padding: 0 0 0 .12rem;
    font-weight: normal;
}
.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 li a{
    padding-right: 0;
}
.side-cate li.nav-current>a,
.side-cate li:hover>a,
li.show_li>a {
    color: #43d5cb;
}
.side-cate li.nav-current>.icon-cate,
.side-cate li:hover>.icon-cate,
li.show_li>.icon-cate {
    color: #43d5cb;
}
.side-product-items {
    position: relative;
    padding: .4rem ..8rem;
}
.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 #ddd;
    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: 59%;
    float: left;
}
.product-view .product-image {
    position: relative;
    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%;
    border: 1px solid #ccc;
    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: #00a3e6;
    outline: 1px solid #00a3e6;
    background-color: #fff;
}
.product-view .image-additional img.popup {
    display: none;
}
.image-additional .owl-carousel .owl-controls .owl-nav {
    position: static;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    margin: 0;
    font-size: .2rem;
    width: .2rem;
    height: .25rem;
    line-height: .25rem;
    text-align: center;
    top: 50%;
    margin-top: -.125rem;
    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: #43d5cb;
    color: #fff;
}


.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -5%;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -5%;
}
.product-view .image-additional .owl-loaded li{
    display: block;
}

/*product summary*/

.product-summary {
    position: relative;
    width: 35%;
    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: #00a3e6;
    border-color: #00a3e6;
}
.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: #00a3e6;
    color: #fff;
    font-size: .16rem;
}
.inquiry-form{
    border-color: #ccc;
}

/*like product*/

.goods-may-like {
    position: relative;
    overflow: hidden;
    margin: .5rem 0 0;
}
.goods-title-bar {
    height: .32rem;
    line-height: .32rem;
    background-color: #00a3e6;
    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 -.1rem;
}
.goods-may-like .product-item{
    width: auto;
    float: none;
    display: none;
    padding: 0 .1rem;
}
.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:.17rem;
    top: -.37rem;
    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:rgba(255,255,255,.2);
    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: #43d5cb;
    -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;
    border: 1px solid #eee;
}
.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,
.blog-item:hover .item-info .item-more:hover{
    background-color: #43d5cb;
    border-color: #43d5cb;
    color: #fff;
}
.blog-item:hover:after{
    width: 100%;
}
.blog-item:hover .item-info .item-more{
    border-color: #43d5cb;
    color: #43d5cb;
}


/*-------------------------------------------------------- 
                                                    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:hover{
    background-color: #fafafa;
}
.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: -.1rem 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    width: .2rem;
    height: .2rem;
    text-align: center;
    line-height:.2rem;
    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;
}


.none {
    display: none
}

.product-list, .case-list, .certificate-list, .video-list, .download-list, .faq-list{
	position: relative;
    overflow: hidden;
    margin: 10px 0 0;
}
.download-list ul li{
	position: relative;
    display: block;
    overflow: hidden;
    line-height: 30px;
    padding: 30px 0 10px;
    border-bottom: 1px solid #E9E9E9;
}
.download-list ul li .download-cont{
	position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.download-list ul li .download-cont .download-pic{
	position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    overflow: hidden;
}
.download-list ul li .download-cont .download-pic img{
	max-width: 25px;
    max-height: 25px;
}
.download-list ul li .download-cont .download-detail{
	position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 0 15px;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.download-list ul li .download-button{
	position: relative;
    display: inline-block;
    vertical-align: top;
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-left-color: #C1C1C1;
    border-right-color: #C1C1C1;
    border-top-color: #C9C9C9;
    border-bottom-color: #A5A5A5;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F1F1F1',endColorStr='#DADADA',gradientType='0');
    background: -moz-linear-gradient(top, #F1F1F1, #DADADA);
    background: -o-linear-gradient(top,#F1F1F1, #DADADA);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#DADADA));
}
.download-list ul li .download-button a{
	position: relative;
    display: block;
    padding: 0 12px 0 40px;
    color: #0A0A0A;
    background-image: url(img/icons08.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
}

/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo{display:none;font-family:Arial, Helvetica, sans-serif;}
.mobile-head-language .prisna-wp-translate-seo,.change-language .prisna-wp-translate-seo{display:block}
.change-language .change-language-title, .change-language .change-language-title a {font-size:10pt;}
.change-language .change-language-title {padding:0;}
.change-language .change-language-title a:after {font-family:'fontawesome';content:"\f0d7";font-size:12px;display:inline-block;padding-left:2px;}
.change-language:hover .change-language-title a:after {-moz-transform:rotate(-360deg);-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);}
.change-language .change-language-cont {position:absolute;top:100%;right:0;width:360px;background:#FFF;padding:20px 10px 20px 20px;transform:scale3d(0.9, 0.9, 1);opacity:0;visibility:hidden;z-index:999;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border:1px solid #eee;border-radius:5px;overflow-y:scroll;max-height:80vh;}
.change-language:hover .change-language-cont {transform:scale3d(1, 1, 1);opacity:1;visibility:visible;}
.change-language .change-language-cont li {display:inline-block;vertical-align:top;width:30%;margin:0 0 10px;font-size:10pt;overflow:hidden;padding:0 10px 0 0;}
.change-language .change-language-cont .lang-item-hide {display:none !important;}
.change-language .change-language-cont .lang-more {position:relative;display:block;text-align:center;cursor:pointer;line-height:30px;}
.change-language .change-language-cont .more-active{font-size:20px;}
.language-flag span{position:relative;display:inline-block;vertical-align:top; *display:inline;*zoom:1;white-space:nowrap;padding:0 0 0 33px;overflow:hidden;}
.change-language ::-webkit-scrollbar{width:5px;}
.change-language ::-webkit-scrollbar-track{background-color:#fff;}
.change-language ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:3px;}
.change-language .language-cont:hover::-webkit-scrollbar-thumb{display:block}
.language-flag .country-flag {position:absolute;left:0;top:50%;display:inline-block;vertical-align:top; *display:inline;*zoom:1;
background-repeat:no-repeat;background-image:url(img/all-m.gif);width:22px;height:16px;margin:-8px 5px 0;}
li.language-flag a{position:relative;}
.language-flag-af .country-flag {background-position:0 0 !important;}
.language-flag-sq .country-flag {background-position:0 -16px !important;}
.language-flag-ar .country-flag {background-position:0 -32px !important;}
.language-flag-hy .country-flag {background-position:0 -48px !important;}
.language-flag-az .country-flag {background-position:0 -64px !important;}
.language-flag-eu .country-flag {background-position:0 -80px !important;}
.language-flag-be .country-flag {background-position:0 -96px !important;}
.language-flag-bg .country-flag {background-position:0 -112px !important;}
.language-flag-ca .country-flag {background-position:0 -128px !important;}
.language-flag-zh .country-flag {background-position:0 -144px !important;}
.language-flag-zh-TW .country-flag {background-position:0 -160px !important;}
.language-flag-hr .country-flag {background-position:0 -176px !important;}
.language-flag-cs .country-flag {background-position:0 -192px !important;}
.language-flag-da .country-flag {background-position:0 -208px !important;}
.language-flag-nl .country-flag {background-position:0 -240px !important;}
.language-flag-en .country-flag {background-position:0 -256px !important;}
.language-flag-et .country-flag {background-position:0 -272px !important;}
.language-flag-tl .country-flag {background-position:0 -288px !important;}
.language-flag-fi .country-flag {background-position:0 -304px !important;}
.language-flag-fr .country-flag {background-position:0 -320px !important;}
.language-flag-gl .country-flag {background-position:0 -336px !important;}
.language-flag-ka .country-flag {background-position:0 -352px !important;}
.language-flag-de .country-flag {background-position:0 -368px !important;}
.language-flag-el .country-flag {background-position:0 -384px !important;}
.language-flag-ht .country-flag {background-position:0 -400px !important;}
.language-flag-iw .country-flag {background-position:0 -416px !important;}
.language-flag-hi .country-flag, .language-flag-te .country-flag, .language-flag-kn .country-flag, .language-flag-ta .country-flag, .language-flag-gu .country-flag {background-position:0 -432px !important;}
.language-flag-hu .country-flag {background-position:0 -448px !important;}
.language-flag-is .country-flag {background-position:0 -464px !important;}
.language-flag-id .country-flag {background-position:0 -480px !important;}
.language-flag-ga .country-flag {background-position:0 -496px !important;}
.language-flag-it .country-flag {background-position:0 -512px !important;}
.language-flag-ja .country-flag {background-position:0 -528px !important;}
.language-flag-ko .country-flag {background-position:0 -544px !important;}
.language-flag-la .country-flag {background-position:0 -560px !important;}
.language-flag-lv .country-flag {background-position:0 -576px !important;}
.language-flag-lt .country-flag {background-position:0 -592px !important;}
.language-flag-mk .country-flag {background-position:0 -608px !important;}
.language-flag-ms .country-flag {background-position:0 -624px !important;}
.language-flag-mt .country-flag {background-position:0 -640px !important;}
.language-flag-no .country-flag {background-position:0 -656px !important;}
.language-flag-fa .country-flag {background-position:0 -672px !important;}
.language-flag-pl .country-flag {background-position:0 -688px !important;}
.language-flag-pt .country-flag {background-position:0 -704px !important;}
.language-flag-ro .country-flag {background-position:0 -720px !important;}
.language-flag-ru .country-flag {background-position:0 -736px !important;}
.language-flag-sr .country-flag {background-position:0 -752px !important;}
.language-flag-sk .country-flag {background-position:0 -768px !important;}
.language-flag-sl .country-flag {background-position:0 -784px !important;}
.language-flag-es .country-flag {background-position:0 -800px !important;}
.language-flag-sw .country-flag {background-position:0 -816px !important;}
.language-flag-sv .country-flag {background-position:0 -832px !important;}
.language-flag-th .country-flag {background-position:0 -848px !important;}
.language-flag-tr .country-flag {background-position:0 -864px !important;}
.language-flag-uk .country-flag {background-position:0 -880px !important;}
.language-flag-ur .country-flag {background-position:0 -896px !important;}
.language-flag-vi .country-flag {background-position:0 -912px !important;}
.language-flag-cy .country-flag {background-position:0 -928px !important;}
.language-flag-yi .country-flag {background-position:0 -944px !important;}
.language-flag-bn .country-flag {background-position:0 -960px !important;}
.language-flag-eo .country-flag {background-position:0 -976px !important;}
.language-flag.language-flag-custom-afghanistan .country-flag {background-position:0 -992px !important;}
.language-flag.language-flag-custom-albania .country-flag {background-position:0 -1008px !important;}
.language-flag.language-flag-custom-algeria .country-flag {background-position:0 -1024px !important;}
.language-flag.language-flag-custom-argentina .country-flag {background-position:0 -1040px !important;}
.language-flag.language-flag-custom-australia .country-flag {background-position:0 -1056px !important;}
.language-flag.language-flag-custom-austria .country-flag {background-position:0 -1072px !important;}
.language-flag.language-flag-custom-belgium .country-flag {background-position:0 -1088px !important;}
.language-flag.language-flag-custom-brazil .country-flag {background-position:0 -1104px !important;}
.language-flag.language-flag-custom-canada .country-flag {background-position:0 -1120px !important;}
.language-flag.language-flag-custom-chile .country-flag {background-position:0 -1136px !important;}
.language-flag.language-flag-custom-cote-d-ivoire .country-flag {background-position:0 -1152px !important;}
.language-flag.language-flag-custom-ecuador .country-flag {background-position:0 -1168px !important;}
.language-flag.language-flag-custom-egypt .country-flag {background-position:0 -1184px !important;}
.language-flag.language-flag-custom-england .country-flag {background-position:0 -1200px !important;}
.language-flag.language-flag-custom-luxembourg .country-flag {background-position:0 -1216px !important;}
.language-flag.language-flag-custom-malaysia .country-flag {background-position:0 -1232px !important;}
.language-flag.language-flag-custom-mexico .country-flag {background-position:0 -1248px !important;}
.language-flag.language-flag-custom-new-zealand .country-flag {background-position:0 -1264px !important;}
.language-flag.language-flag-custom-oman .country-flag {background-position:0 -1280px !important;}
.language-flag.language-flag-custom-qatar .country-flag {background-position:0 -1296px !important;}
.language-flag.language-flag-custom-saudi-arabia .country-flag {background-position:0 -1312px !important;}
.language-flag.language-flag-custom-singapore .country-flag {background-position:0 -1328px !important;}
.language-flag.language-flag-custom-south-africa .country-flag {background-position:0 0 !important;}
.language-flag.language-flag-custom-switzerland .country-flag {background-position:0 -1344px !important;}
.language-flag.language-flag-custom-syria .country-flag {background-position:0 -1360px !important;}
.language-flag.language-flag-custom-united-arab-emirates .country-flag {background-position:0 -1376px !important;}
.language-flag.language-flag-custom-united-states-of-america .country-flag {background-position:0 -1392px !important;}
.language-flag-hy .country-flag {background-position:0 -1408px;}
.language-flag-bs .country-flag {background-position:0 -1424px;}
.language-flag-ceb .country-flag {background-position:0 -1440px;}
.language-flag-ny .country-flag {background-position:0 -1456px;}
.language-flag-ha .country-flag {background-position:0 -1472px;}
.language-flag-hmn .country-flag {background-position:0 -1488px;}
.language-flag-ig .country-flag {background-position:0 -1504px;}
.language-flag-jw .country-flag {background-position:0 -1520px;}
.language-flag-kk .country-flag {background-position:0 -1536px;}
.language-flag-km .country-flag {background-position:0 -1552px;}
.language-flag-lo .country-flag {background-position:0 -1568px;}
.language-flag-la .country-flag {background-position:0 -1584px;}
.language-flag-mg .country-flag {background-position:0 -1600px;}
.language-flag-ml .country-flag {background-position:0 -1616px;}
.language-flag-mi .country-flag {background-position:0 -1632px;}
.language-flag-mr .country-flag {background-position:0 -1648px;}
.language-flag-mn .country-flag {background-position:0 -1664px;}
.language-flag-my .country-flag {background-position:0 -1680px;}
.language-flag-ne .country-flag {background-position:0 -1696px;}
.language-flag-pa .country-flag {background-position:0 -1712px;}
.language-flag-st .country-flag {background-position:0 -1728px;}
.language-flag-si .country-flag {background-position:0 -1744px;}
.language-flag-so .country-flag {background-position:0 -1760px;}
.language-flag-su .country-flag {background-position:0 -1776px;}
.language-flag-tg .country-flag {background-position:0 -1792px;}
.language-flag-uz .country-flag {background-position:0 -1808px;}
.language-flag-yo .country-flag {background-position:0 -1824px;}
.language-flag-zu .country-flag {background-position:0 -1840px;}
/*-------------------------------
			language  end
			----------------------------------*/
.change-language-cont {
	top: 27px;
	*top: 26px;
	padding: 10px 5px;
	width: 380px !important;
	max-height: 80vh !important;
	overflow-y: scroll !important;
}
.inquiry-form-wrap.ct-inquiry-form{    margin-top: 20px;}
.inquiry-form-wrap.ct-inquiry-form .layout{height: 420px !important;}
@media only screen and (max-width: 950px) {
.change-language-cont {
	 top: 0 !important;
		width: 100% !important;

height: 100vh !important;

max-height: unset !important;

overflow-y: visible !important;
	}
}
.change-language .change-language-cont .lang-more:last-child {
  display: none;
}
.change-empty:last-child {
  display: none;
}

.footer{text-align: center;padding:5px 0;}
.foot-nav li{display: inline-block;padding:0 10px;}

/*feature_product_wrap*/
.index_feature_product { position: relative; margin-top: 90px; margin-bottom: 30px; }
.feature_tabs { display: block; margin-bottom: 23px; text-align: center; }
.feature_tabs .feature_tab { position: relative; font-size: 0; }
.feature_tab .feature_title { position: relative; display: inline-block; padding: 0 30px; color: #606060; font-size: 20px; font-family: "Roboto-Medium"; line-height: 38px; cursor: pointer; text-transform: capitalize; }
.feature_tab .feature_title.current { background: #104eb4; color: #fff; }
.feature_product_wrap { position: relative; }
.feature_items.feature_products_show { position: absolute; top: 0; left: 0; opacity: 0; -webkit-transition: all ease-in-out .5s; transition: all ease-in-out .5s; -webkit-transform: scaleY(0); transform: scaleY(0); }
.feature_items { position: relative; top: unset; left: unset; padding-bottom: 40px; width: 100%; height: 100%; opacity: 1; -webkit-transition: all ease-in-out .5s; transition: all ease-in-out .5s; -webkit-transform: scaleY(1); transform: scaleY(1); }
.feature_items .feature_item { position: relative; margin-top: 0!important; margin-bottom: 16px;width: 33%;display: inline-block; }
.feature_items figure { position: relative; }
.feature_items figure .item_img { position: relative; display: block; overflow: hidden; }
.feature_items figure .item_img img {width:100%;}
.feature_item .img_shadow:after, .feature_item .img_shadow:before { position: absolute; width: 0; height: 0; background: rgba(37,97,239,.3); content: ""; -webkit-transition: all ease-in-out .5s; transition: all ease-in-out .5s; }
.feature_item .img_shadow:before { top: 0; right: 0; }
.feature_item .img_shadow:after { bottom: 0; left: 0; }
.feature_item:hover .img_shadow:after, .feature_item:hover .img_shadow:before { width: 100%; height: 100%; }
.feature_items .pd_tit { padding: 16px 0; text-align: center; }
.feature_items .pd_tit a { color: #606060; text-transform: capitalize; letter-spacing: .38px; font-weight: 400; font-size: 16px; font-family: Roboto-Regular; line-height: 20px; }
.feature_control_bar { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; opacity: 0; }
.feature_items:hover .feature_control_bar { opacity: 1; }
.feature_button_next, .feature_button_prev { z-index: 99; display: inline-block; margin: 0 5px; width: 40px; height: 40px; background: #333; color: #fff; text-align: center; font-size: 24px; line-height: 40px; cursor: pointer; }
.feature_button_next:before, .feature_button_prev:before { font-family: fontawesome; }
.feature_button_next:before { content: "\f105"; }
.feature_button_prev:before { content: "\f104"; }
.feature_button_prev { left: 0; }
.feature_button_next { right: 0; }
.feature_button_next:hover, .feature_button_prev:hover { background: #2561ef; }
.feature-button-disabled { opacity: 0; }
.feature-pagination { display: none; }
.feature_item:hover .item_img img { -webkit-transform: scale(1.2) rotate(-10deg); transform: scale(1.2) rotate(-10deg); }
.feature_items .pd_tit:hover a { color: #104eb4; }
/*index_project_container*/
.index_project_container { position: relative; padding-top: 42px;}
.index_project_container .layout { padding: 0; width: 1170px; }
.index_project_container:before { position: absolute; top: 0; left: 0; width: 100%; height: 66.66%; background: #104eb4; content: ""; }
.projectbottom_bg, .projecttop_bg { position: absolute; left: 0; height: 42px; /*! background: #fff; */ }
.projecttop_bg { top: 0; width: 35.87%; }
.projectbottom_bg { top: 66.66%; margin-top: -42px; width: 90.6%; }
.projectbottom_bg:before, .projecttop_bg:before { position: absolute; top: 0; left: 100%; width: 49px; height: 42px; content: ""; }
.projecttop_bg:before { /*! background-image: url(img/project_top.png); */ }
/*.projectbottom_bg:before { background-image: url(img/project_bottom.png); }*/
.project_items { display: flex; margin-top: 50px; margin-bottom: 40px; justify-content: space-between; flex-wrap: wrap; -webkit-display: flex; -webkit-justify-content: space-between; -webkit-flex-wrap: wrap; }
.project_items .project_item { position: relative; margin-bottom: 30px; width: calc((50% - 45px)/ 2); }
.project_item .item_img { position: relative; display: block; overflow: hidden; }
/*.project_item .item_img img { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }*/
.project_item .item_tit { position: absolute; top: 50%; left: 0; z-index: 9; width: 100%; text-align: center; text-transform: uppercase; letter-spacing: .38px; font-size: 20px; }
.project_item .item_tit a { color: #fff; font-weight: 400; font-family: Roboto-Bold; }
.project_items .project_item:nth-child(even) .item_tit a { color: yellow; }
.project_items .project_item:nth-child(6n), .project_items .project_item:nth-child(6n+1) { width: calc(50% - 15px); }
.project_items .project_item:nth-child(odd):before { position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 100%; content: ""; mix-blend-mode: multiply; }
.project_item:hover .item_img img { -webkit-transform: scale(1.2); transform: scale(1.2); }
.advantage_items { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; }
.advantage_items .advantage_item { width: calc((100% - 100px)/4); }
.advantage_item figure { position: relative; font-size: 0; }

.advantage_item .ad_icon img { width: auto; }
.advantage_item figcaption { width: calc( 100% - 82px); display: inline-block; }
.advantage_item .ad_tit { position: relative; margin-bottom: 9px; text-transform: capitalize; }
.advantage_item .ad_tit a { font-family: "Roboto-Bold"; font-weight: normal; color: #606060; font-size: 25px; line-height: 1; }
.advantage_item .ad_info { font-size: 14px; line-height: 22px; color: #606060; font-family: "Roboto-Regular"; }
.advantage_item:hover .ad_icon { transform: rotateY(360deg); -webkit-transform: rotateY(360deg); }
.advantage_item:hover .ad_tit a { color: #104eb4; }
/*----------------------------------page head---------------------------------*/	
/*public*/
.page_main { z-index: 1; overflow: visible; padding: 72px 0 30px 0; background: #FFF; }
/*sys_sub_head*/
.sys_sub_head { position: relative; z-index: 1; z-index: 1; text-align: center; }
.head_bn_item img { }
.path_bar { position: absolute; top: 50%; left: 50%; text-align: left; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.pagnation_title { font-size: 45px; font-family: "Roboto-Bold"; font-weight: normal; text-transform: uppercase; color: #fff; line-height: 1; }
.path_bar ul { font-size: 0; margin-bottom: 25px; }
.path_bar li { display: inline; letter-spacing: 0; }
.path_bar li, .path_bar li a { color: #fff; font-size: 25px; line-height: 1; font-family: "Roboto-Bold"; font-weight: normal; text-transform: uppercase; }
.path_bar li a:hover, .path_bar li.nav_current a { color: #104eb4; }
.path_bar li:before { position: relative; margin: 0 10px; content: '/'; vertical-align: baseline; }
.path_bar li:first-child:before { display: none; }
/*.mobile-head-items { display: none; }*/
.hd_title {
  position: relative;
  display: block;
  margin-bottom: 17px;
  color: #104eb4;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 55px;
  font-family: Roboto-Bold;
  text-align: center;
}
.index_project_container .hd_title, .index_project_container .sub_tit {
  color: #fff;
}

.sub_tit {text-align: center;}
/*index_project_container*/
.index_project_container { position: relative; padding-top: 42px; margin-bottom: 80px; }
.index_project_container .layout { padding: 0; width: 1170px; }
.index_project_container:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #104eb4; content: ""; }
.projectbottom_bg, .projecttop_bg { position: absolute; left: 0; /*! height: 42px; */ /*! background: #fff; */ }
.projecttop_bg { /*! top: 0; */ width: 35.87%; }
.projectbottom_bg { top: 66.66%; margin-top: -42px; width: 90.6%; }
.projectbottom_bg:before, .projecttop_bg:before { position: absolute; top: 0; left: 100%; width: 49px; height: 42px; content: ""; }
.projecttop_bg:before { /*! background-image: url(img/project_top.png); */ }
/*.projectbottom_bg:before { background-image: url(img/project_bottom.png); }*/
.project_items { display: flex; margin-top: 50px; margin-bottom: 40px; justify-content: space-between; flex-wrap: wrap; -webkit-display: flex; -webkit-justify-content: space-between; -webkit-flex-wrap: wrap; }
.project_items .project_item { position: relative; margin-bottom: 30px; width: calc((50% - 45px)/ 2); }
.project_item .item_img { position: relative; display: block; overflow: hidden; }
/*.project_item .item_img img { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }*/
.project_item .item_tit { position: absolute; top: 50%; left: 0; z-index: 9; width: 100%; text-align: center; text-transform: uppercase; letter-spacing: .38px; font-size: 20px; }
.project_item .item_tit a { color: #fff; font-weight: 400; font-family: Roboto-Bold; }
.project_items .project_item:nth-child(even) .item_tit a { color: yellow; }
.project_items .project_item:nth-child(6n), .project_items .project_item:nth-child(6n+1) { width: calc(50% - 15px); }
.project_items .project_item:nth-child(odd):before { position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 100%;  content: ""; mix-blend-mode: multiply; }
.project_item:hover .item_img img { -webkit-transform: scale(1.2); transform: scale(1.2); }
.advantage_items { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; }

.advantage_item figure { position: relative; font-size: 0; margin: 0 auto;text-align: center;}
.advantage_item .ad_icon { width: auto;
border: 1px solid #606060;
border-radius: 3px;
text-align: center;
line-height: 48px;
display: inline-block;
vertical-align: top; }
.advantage_item .ad_icon img { width: auto; }
.advantage_item figcaption { width: calc( 100% - 82px); display: inline-block; }
.advantage_item .ad_tit { position: relative; margin-bottom: 9px; text-transform: capitalize; }
.advantage_item .ad_tit a { font-family: "Roboto-Bold"; font-weight: normal; color: #606060; font-size: 25px; line-height: 1; }
.advantage_item .ad_info { font-size: 14px; line-height: 22px; color: #606060; font-family: "Roboto-Regular"; }
.advantage_item:hover .ad_icon { transform: rotateY(360deg); -webkit-transform: rotateY(360deg); }
.advantage_item:hover .ad_tit a { color: #104eb4; }

/*company_information_wrap*/
.company_information_wrap { position: relative; background: #f3f3f4; padding: 75px 0 83px 0; }
.company_tit { color: #104eb4; font-size: 40px; line-height: 1; text-transform: uppercase; font-family: "Roboto-Bold"; font-weight: normal; padding-bottom: 23px; border-bottom: 1px dashed #d2d2d2; position: relative; margin-bottom: 32px; }
.company_information .company_tit {font-weight: bold;}
.company_tit:after { content: ""; width: 150px; height: 1px; background: #104eb4; position: absolute; left: 0; bottom: -1px; }
.company_information { position: relative; width: 50%; padding-left: 15px; float: right; }
.company_information .company_img { overflow: hidden; }
.company_information:hover .company_img img { transform: scale(1.2); -webkit-transform: scale(1.2); }
.company_information .about_text { position: relative; font-size: 14px; font-family: "Roboto-Regular"; line-height: 30px; color: #606060; font-weight: normal; margin-top: 17px; }
.company_information .about_btn { position: relative; display: table; font-size: 18px; line-height: 47px; padding: 0 50px; color: #fff; background: #104eb4; text-transform: capitalize; font-weight: normal; font-family: "Roboto-Regular"; margin-top: 35px; }
.company_information .about_btn:hover { background: #fff; color: #104eb4; }
.company_news { position: relative; width: 50%; padding-right: 15px; float: left; }
.company_news .company_new { line-height: 20px; position: relative; padding: 22px 0; border-bottom: 1px dashed #d2d2d2; font-size: 0; }
.company_new time { position: relative; color: #222222; font-size: 20px; font-weight: normal; font-family: "Roboto-Bold"; width: 185px; display: inline-block; z-index: 2; height: 20px; vertical-align: middle; }
.company_new .new_info { position: relative; color: #606060; font-size: 14px; height: 20px; overflow: hidden; display: inline-block; width: calc(100% - 185px); z-index: 2; vertical-align: middle; }
.company_news .company_new:first-child { padding-top: 0; }
.company_new:after { content: ""; height: 2px; width: 0; background: #104eb4; position: absolute; bottom: -1px; left: 0; z-index: 0; }
.company_new:hover:after { width: 100%; }
.company_new:hover .new_info, .company_new:hover time { color: #104eb4; }
/*index_inquiry_wrap*/
.index_inquiry_wrap { position: relative; padding: 34px 0 39px 0; background: #194fa8; }
.index_inquiry_wrap .inquiry_desc { position: relative; display: flex; margin: auto; width: 980px; color: #efefef; text-transform: none; font-weight: 400; font-size: 18px; font-family: Roboto-Bold; align-items: center; justify-content: space-between; -webkit-display: flex; -webkit-align-items: center; -webkit-justify-content: space-between; }
.index_inquiry_wrap .inquiry_btn { display: table; padding: 9px 30px; border-radius: 3px; background: #282d32; color: #efefef; font-size: 20px; font-family: Roboto-Regular; line-height: 29px; }
.index_inquiry_wrap .inquiry_btn i { position: relative; margin-left: 20px; padding-left: 20px; border-left: 2px solid #efefef; }
.index_inquiry_wrap .inquiry_btn i:before { content: "\f0a9"; font-size: 13px; font-family: fontawesome; }
.index_inquiry_wrap .inquiry_btn:hover { background: #fff; color: #104eb4; }
.index_inquiry_wrap .inquiry_btn:hover i { border-left: 2px solid #104eb4; }
/* web_footer */
.web_footer { position: relative; background: #32373c; }
.web_footer .layout { /*! width: 1170px; */ }
.web_footer, .web_footer a { display: block; color: #efefef; text-align: left; /*text-transform: capitalize; */font-size: 14px; font-family: Roboto-Regular; line-height: 26px; }
.foor_service { display: flex; padding: 50px 0; width: 100%; -webkit-display: flex; justify-content: space-between; -webkit-justify-content: space-between; flex-wrap: wrap; }
.foot_logo { position: relative; margin-bottom: 15px; }
.foot_logo img { width: auto; }
.foor_service .foot_item .fot_tit { margin-bottom: 12px; font-size: 20px; font-family: Roboto-Bold; line-height: 1; }
.foot_item { /*! padding-right: 90px; */ }
.foot_item.foot_contact_item { margin-top: -10px; width: 40%;}
.foot_item.foot_nav_item li a { position: relative; display: table; }
.foot_item.foot_nav_item li a:before { position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: #efefef; content: ""; opacity: .5; }
.foot_item.foot_nav_item li:hover a:before { width: 100%; }
.copyright { position: relative; display: block; padding: 25px 0 40px 0; background: #282d32; color: #fff; text-align: center; text-transform: uppercase; font-size: 14px; font-family: Roboto-Regular; line-height: 1; }
.tel_link { pointer-events: none; }
 @media screen and (max-width: 768px) {
.tel_link { pointer-events: auto; }
}




.web_head { position: relative; z-index: 99; width: 100%; }
.top_bar { position: relative; padding: 13px 0; background: #104eb4; }
.head_phone { position: relative; float: right; margin-right: 90px; }
.head_phone a { position: relative; display: block; padding-left: 26px; color: #dcdcdc; font-size: 12px; font-family: Roboto-Regular; line-height: 20px; }
.head_phone a:before { position: absolute; top: 2px; left: 0; width: 16px; height: 16px; background-image: url(img/headphone.png); content: ""; }
.head_sns { position: relative; float: right; font-size: 0; }
.head_sns li { display: inline-block; border-left: 1px solid rgba(2,13,94,.7); }
.head_sns li:last-child { border-right: 1px solid rgba(46,100,189,.7); }
.head_sns li:last-child a { border-right: 1px solid rgba(2,13,94,.7); }
.head_sns li a { display: block; padding: 0 22px; border-left: 1px solid rgba(46,100,189,.7); text-align: center; line-height: 20px; }
.head_sns li img { width: auto; max-height: 12px; }
.head_sns li:hover img { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); }
.head_layout { position: relative; display: flex; height: 92px; -webkti-display: flex; justify-content: space-between; -webkit-justify-content: space-between; align-items: center; -webkit-align-items: center; }
.web_head .logo:before { position: absolute; top: 0; left: 0; width: 260px; height: 26px;/* background-image: url(img/header_bg.png);*/ background-size: 100%; content: ""; -webkit-transform: translateY(-98%) translateX(-40px); transform: translateY(-98%) translateX(-40px); }
.head_layout.layout:after { display: none; }
.web_head .change-language { position: relative; display: inline-block; vertical-align: middle; text-align: left; min-width: 90px;}
.web_head .change-language .change-language-cont { border-radius: 3px; box-shadow: 1px 1px 3px rgba(0,0,0,.2); }
.web_head .logo { position: relative; display: flex; height: 100%; align-items: center; }
.header_right { display: flex; align-items: center; }
.web_head .btn--search { -webkit-box-sizing: content-box; box-sizing: content-box; margin-right: 20px; padding-right: 20px; width: 16px; height: 16px; border-right: 1px solid #1e1e1e; cursor: pointer; }
.web_head .btn--search:after { display: inline-block; width: 100%; height: 100%; background-image: url(img/web_icon.png); background-position: 0 0; background-repeat: no-repeat; content: ''; vertical-align: top; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.web_head .btn--search:hover:after { background-position: 0 -30px; opacity: 1; -webkit-transform: none; -o-transform: none; transform: none; -ms-transform: none; }
.web_head .nav_wrap { position: relative; margin-right: 30px; }
.web_head .nav_wrap .head_nav { position: relative; }
.head_nav>li { position: relative; display: inline-block; margin: 0 20px; }
.head_nav>li.has-child a { padding-right: 20px; }
.head_nav>li>a { position: relative; display: inline-block; color: #1e1e1e; text-transform: uppercase; font-weight: 400; font-weight: 400; font-size: 16px; font-family: Roboto-Medium; line-height: 40px; }
.head_nav li a b { position: absolute; top: 50%; right: 0; display: inline-block; overflow: hidden; -webkit-box-sizing: content-box; box-sizing: content-box; width: 19px; height: 19px; text-align: center; line-height: 19px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.head_nav li a b:before { content: '\f107'; font-family: fontawesome; }
.head_nav li ul { position: absolute; top: calc(100% + 5px); left: 0; display: block; padding: 10px; width: 250px; border-radius: 0 0 7px 7px; background: rgba(16,78,180,.75); opacity: 0; -webkit-transition: all ease-in-out .35s; transition: all ease-in-out .35s; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; transform-origin: top; }
.head_nav>li ul li { position: relative; padding: 3px; border-bottom: 1px solid #fff; font-size: 16px; line-height: 2; }
.head_nav>li ul li a { position: relative; display: block; color: #fff; }
.head_nav>li ul li a b { top: 12px; }
.head_nav>li ul li a b:before { content: '\f105'; }
.head_nav li ul ul { top: 0; left: 240px; margin-left: 2px; border-radius: 7px; }
.head_nav li.menu_show>ul,.head_nav li:hover > ul { display: block; opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); visibility:visibility; }
.head_nav>li:before { position: absolute; bottom: 0; left: 0; z-index: 0; width: 0; height: 2px; background: #3a8ac3; content: ""; transition: all ease-in-out .35s; }
.head_nav>li.nav-current>a, .head_nav>li:hover>a { position: relative; z-index: 1; color: #104eb4; }
.head_nav>li.nav-current:before, .head_nav>li:hover:before { width: 100%; }
.head_nav>li>a:hover b { -webkit-transform: rotateX(180deg); -o-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotate(180deg); -ms-transform: translateY(-50%) rotate(180deg); }
/*.fixed-nav-active {   opacity: 0;  -webkit-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -ms-transform: translateY(-100%);-webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;
}
.fixed-nav-active.fixed-nav-appear{opacity: 1; position: fixed; top: 0; left: 0; z-index: 9; width: 100%;  background-color: rgba(255,255,255,.95); box-shadow: 0 0 15px rgba(0,0,0,.15);  -webkit-transform: none; -o-transform: none; transform: none; -ms-transform: none; }
.fixed-nav-active .head_layout{height: 80px;}
.fixed-nav-active .head_layout .logo img{ max-height:70px;    width: auto;}*/
/* web_footer */
.web_footer { position: relative; background: #32373c; }
.web_footer .layout { /*! width: 1170px; */ }
.web_footer, .web_footer a { display: block; color: #efefef; text-align: left; /*text-transform: capitalize;*/ font-size: 14px; font-family: Roboto-Regular; line-height: 26px; }
.foor_service { display: flex; padding: 50px 0; width: 100%; -webkit-display: flex; justify-content: space-between; -webkit-justify-content: space-between; flex-wrap: wrap; }
.foot_logo { position: relative; margin-bottom: 15px; }
.foot_logo img { width: auto; }
.foor_service .foot_item .fot_tit { margin-bottom: 12px; font-size: 20px; font-family: Roboto-Bold; line-height: 1; }
.foot_item { /*! padding-right: 90px; */ width: 18%;}
.foot_item.foot_contact_item { margin-top: -10px; }
.foot_item.foot_nav_item li a { position: relative; display: table; }
.foot_item.foot_nav_item li a:before { position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: #efefef; content: ""; opacity: .5; }
.foot_item.foot_nav_item li:hover a:before { width: 100%; }
.copyright { position: relative; display: block; padding: 25px 0 40px 0; background: #282d32; color: #fff; text-align: center; text-transform: uppercase; font-size: 14px; font-family: Roboto-Regular; line-height: 1; }
.tel_link { pointer-events: none; }
 @media screen and (max-width: 768px) {
.tel_link { pointer-events: auto; }
}
/*-------------------------------
			search  start
			----------------------------------*/
.container { position: relative; min-height: 100vh; background-position: left bottom; background-repeat: no-repeat; }
.search-ipt { border: 0; border-radius: 0; background: transparent; -webkit-appearance: none; }
.web-search { display: flex; visibility: hidden; text-align: center; flex-direction: column; justify-content: center; align-items: center; }
.web-search .btn--search-close { position: absolute; top: 1.25em; right: 1.25em; display: inline-block; display: none; width: 45px; height: 45px; border-radius: 50%; background-color: #ccc; background-image: url(img/search_btn_close.png); background-position: center; background-size: auto 35%; background-repeat: no-repeat; font-size: 1.8em; line-height: 45px; cursor: pointer; -webkit-transition: transform .3s ease; -o-transition: transform .3s ease; transition: transform .3s ease; -webkit-background-size: auto 35%; }
.web-search .btn--search-close:hover { background-color: #104eb4; -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -ms-transform: rotate(90deg); }
.js .btn--search-close { display: block; }
.web-search .search-ipt { display: inline-block; box-sizing: border-box; padding: 0.05em 0; width: 75%; border-bottom: 3px solid; color: #333; font-size: 20px; font-family: inherit; line-height: 1em; }
 .web-search .search-ipt::-webkit-input-placeholder {
 color: #333;
 font-weight: bold;
}
 .web-search .search-ipt::-moz-placeholder {
 color: #333;
 font-weight: bold;
 opacity: 1;
}
 .web-search .search-ipt:-ms-input-placeholder {
 color: #333;
 font-weight: bold;
}
 .web-search .search-ipt::-webkit-search-cancel-button, .web-search .search-ipt::-webkit-search-decoration {
 -webkit-appearance: none;
}
 .web-search .search-ipt::-ms-clear {
 display: none;
}
.web-search .search-attr { display: block; margin: 0 auto; padding: 0.85em 0; width: 75%; color: #333; text-align: right; font-size: 90%; }
.js .container, .js .web-search .search-ipt { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; }
.js .container { position: relative; }
.js .main-wrap--move { min-height: 100vh; }
.js .web-search { pointer-events: none; }
.web-search { position: fixed; top: 0; left: 0; z-index: 100001; margin: auto; padding: 25px 0; width: 100%; background-color: #fff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; -webkit-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); perspective: 1200px; -ms-transform: translateY(-100%); }
.web-search .btn--search-close { opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
.search__suggestion, .web-search .search-attr { opacity: 0; -webkit-transition: opacity 0.8s, transform 0.8s; -moz-transition: opacity 0.8s, transform 0.8s; -o-transition: opacity 0.8s, transform 0.8s; transition: opacity 0.8s, transform 0.8s; -webkit-transform: translate3d(-15%, 0, 0); -moz-transform: translate3d(-15%, 0, 0); -o-transform: translate3d(-15%, 0, 0); transform: translate3d(-15%, 0, 0); -ms-transform: translate3d(-15%, 0, 0); -ms-transition: opacity 0.8s, transform 0.8s; }
.web-search .search-attr { padding-bottom: 0; font-size: 20px; }
.js .web-search .search-ipt { padding: 0 0 15px; text-transform: uppercase; font-weight: bold; font-size: 60px; opacity: 0; -webkit-transform: scale3d(0, 1, 1); -moz-transform: scale3d(0, 1, 1); -o-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); -webkit-transform-origin: 0% 50%; -moz-transform-origin: 0% 50%; -o-transform-origin: 0% 50%; transform-origin: 0% 50%; border-bottom-width: 1px; -ms-transform: scale3d(0, 1, 1); -ms-transform-origin: 0% 50%; }
.js .web-search .search-ipt, .web-search .search-attr { -webkit-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s; }
.js .web-search .search-btn { display: none !important; }
.js .search--open { visibility: visible; opacity: 1; pointer-events: auto; }
.js .search--open .btn--search-close { opacity: 1; -webkit-transition: transform .3s ease; -o-transition: transform .3s ease; transition: transform .3s ease; -webkit-animation: bounceInA 1s ease; -o-animation: bounceInA 1s ease; animation: bounceInA 1s ease; }
.js .search--open .search-ipt { opacity: 1; -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); }
.js .search--open .search-attr { opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
.js .search--open { -webkit-transform: none; -o-transform: none; transform: none; -ms-transform: none; }
.js .search--open::before { opacity: 1; -webkit-transform: none; -o-transform: none; transform: none; -ms-transform: none; }
/*.js .main-wrap--move { -webkit-transform: translateY(180px); -o-transform: translateY(180px); transform: translateY(180px); -ms-transform: translateY(180px); }*/
.main-wrap--move:after { position: fixed; top: 0; left: 0; z-index: 100000; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); content: ''; }
/*-------------------------------
			search  end
			----------------------------------*/
			@media only screen and (max-width: 1680px) {
    .logo img{max-width: 300px;}
    .head_nav>li { 
    margin: 0 15px;
}
}

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

@media only screen and (max-width: 1440px) {
 
        .head_nav>li { 
    margin: 0 10px;
}
   .logo img{max-width: 280px;}
}
@media only screen and (max-width: 1080px) {
 
        .head_nav>li { 
    margin: 0 7px;
}
   .logo img{max-width: 200px;}
}

		@media only screen and (max-width:950px) {
		     .web_head .head_nav,.search-attr,.btn--search,.top_bar{ display:none}
		    .change-language .change-language-cont{
		            visibility: visible !important;
    opacity: 1 !important;
    transform: unset !important;
		    }
		    .change-language .change-language-cont .lang-item-hide {
    display: inline-block !important;
}
.head_nav>li {
 
    display: block; 
}
.head_nav li ul{position: relative;
    opacity: 1;
    transform: unset;
    background: #fff;}
    .head_nav>li ul li a {
 
    color: #333;
}
.head-search{    position: relative;}
.head-search form{}
.head-search .search-ipt {
    width: 100%;
    border: 1px solid #104eb4;
    line-height: 39px;
    padding: 0 10px;
}
.head-search .search-btn {
    background-image: url(img/page-ico.png);
    background-position: 0 -179px;
    background-color: #104eb4;
}
.head_layout {
 
    display: block;
    height: auto; 
    text-align: center;
}
.web_head .logo { 
  height: auto;  
    width: 100%;
    text-align: center;
    display: block;    padding-top: 25px;
}
.logo img {
    max-width: 300px;
}
		}	
			
@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,
    .path-bar .path-nav {
        width: 100%;
        padding-left: .15rem;
        padding-right: .15rem;
    }
    body {
        min-width: 100%;
    }
    .scrollsidebar,
    .bottomsidebar {
        display: none;
    }
    .nav-bar,
    .logo img {
    }
    .head-contact{
    }
    .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;*/
        width: 20%;
    }
    .main{
        width: 78%;
    }
}

@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;
    }
    .head-wrapper .mobile-body-mask{
        z-index: 90;
    }
    .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;
        z-index: 99;
    }
    .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;
    }
     .web_head .nav-bar .nav,
   .web_head .change-language,
     .web_head .head-search {
        display: none !important;
    }
    .topbar{
        display: none;
    }
    .nav-bar {
        padding:0;
        height: auto;
    }
    .head-layout{
        height: auto;
        padding: .4rem 0 .2rem;
    }
    .head-layout .logo {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .head-layout .logo img{
        max-height:.5rem;
    }
    .head-layout .snow{
        display: block;
    }
    .head-r{
        display: none;
        padding-top: 0;
    }
    .head-search-form {
        position: relative;
        width: 100%;
        height: .35rem;
        border: 1px solid #000;
    }
    .head-search-form .search-ipt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: .35rem;
        background: none;
        border: none;
        padding: 0 .1rem;
    }
    .head-search-form .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: .35rem;
        height: .35rem;
        background: none;
        border: none;
        color: #000;
    }

    /*nav */
    .nav-bar{
        border-top: 0;
    }
    .nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .nav li a{
        display: block;
    }
    .nav li a:active{
        color: #43d5cb;
    }
    .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: 14px;
    }
    .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:active{
        background-color: #f5f5f5;
    }
    .nav li ul li:active li{
        background: none;
    }
    .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{
        height: auto;
        margin: 0;
        padding:.2rem 0 0;
        background-color: #22264b;
    }
    .topbar .topleft{
        font-style: italic;
        font-size: .13rem;
    }
    .head-layout .head-contact{
        float: none;
        text-align: center;
        padding: 0;
        position: static;
    }
    .head-layout .head-contact li{
        text-align: left;
        float: none;
        display: inline-block;
        margin: 0 .2rem;
        padding: 0;
        font-size: .16rem;
        line-height: 2;
        position: relative;
    }
    .head-layout .head-contact li a{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .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;
    }
    .fixed-nav{
        position: static;
    }
    .fixed-nav .snow{
        display: none;
    }


    /* index */
    .mobile-head-wrapper {display:none;}
    .rev_slider_wrapper{
        top:auto;
        margin-bottom: 0;
    }
    .company-synopses ul {
    }
    .foot-items .foot-item {
        padding: .15rem 0;
    }
    .foot-items .foot-item{
        width: 50%;
    }
    .foot-items .foot-item-intro{
        width: 50%;
        padding-right: .3rem;
    }
    .foot-items .foot-item-news{
    }
    .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-intro,
    .foot-items .foot-item-contact,
    .foot-items .foot-item-news,
    .foot-items .foot-item-inquiry {
        width: 50%;
        margin: 0 0 .3rem;
    }
    .foot-items .foot-item-inquiry{
        text-align: left;
    }
    .foot-items .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%;
    }
    .head-layout{
        max-width:inherit;
    }
    .topbar .topleft,
    .topbar .top-links{
        float: none;
        display: block;
        text-align: center;
        line-height: 1.5;
    }

    /* index */
    .gd-layer{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .company-synopses{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .synopsis-item{
        width: 100%;
        /*max-width: 500px;*/
        float: none;
        margin:0 auto;
        padding: .1rem .15rem;
    }
    .synopsis-item:last-child{
        margin-bottom: 0;
    }
    .about-us{
        /*max-width: 500px;*/
        margin: 0 auto;
        -webkit-background-size: cover;
        background-size: cover;
        background-attachment: inherit;
        text-align: center;
    }
    .about-us .layer-body{
        display: block;
    }
    .about-us .about-hd{
        width: 100%;
    }
    .about-us .about-detail{
        padding: 0;
        width: 100%;
    }
    .about-us .about-detail .about-title{
        font-size: .4rem;
    }
    .about-us .about-img {
        float: none;
        width: auto;
        margin: 0 auto .3rem;
        padding-left: 0;
    }
    .about-us .about-img .flex-control-nav{
        display: block;
    }
    .about-us .about-img .flex-direction-nav{
        display: none;
    }

    .about-us .about-tit-ico{
        display: block;
        padding: 0;
        width: 100%;
    }
    .about-us .layer-body .about-detail{
        padding:.2rem 0 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;
    }
    .product-items .owl-item .product-item{
        width: 100%;
        float: none;
    }
    .product-items .owl-carousel .owl-controls{
        height: auto;
    }
    .product-items .owl-carousel .owl-controls .owl-dots{
        position: static;
        padding-top: .2rem;
    }
    .promote-layer{
        padding: .5rem 0;
        background-attachment: inherit;
    }
    .promote-layer .layer-body{
        display: block;
        text-align: center;
    }
    .promote-layer .promote-detail{
        width: 100%;
        padding-right: 0;
        display: block;
    }
    .promote-layer .promote-img{
        display: block;
        width: 100%;
        padding-top: .35rem;
        max-width: 100%;
        text-align: center;
    }
    .promote-layer .promote-img img{
        max-width: 60%;
    }
    .promote-layer .promote-title{
        font-size: .18rem;
    }
    .promote-layer .promote-desc{
        font-size: .4rem;
    }
    .partner-layer .owl-carousel .owl-controls{
        height: auto;
    }
    .inquiry-pannel .pannel-info .info-txt{
        display: block;
    }
    .inquiry-pannel .pannel-info .info-txt + .gd-btn{
        display: inline-block;
        margin: .15rem auto 0;
    }

    /* footer */
    .partner-list{
        padding: 0;
    }
.company_information,.company_news,.advantage_items .advantage_item,.foot_item.foot_contact_item,.foot_item ,.feature_items .feature_item{
    width:100%;
}
.sub_tit ,.hd_title {
    text-align: left;
}
}

@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-nav li {
        margin: 0 3px;
    }
    .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,
    .about-us .about-detail .about-title{
        font-size: .32rem;
    }
    .index-title-bar .tit-more{
        float: right;
    }
    .index-title-bar .title-desc{
        width: 100%;
        max-width: inherit;
    }
    .gd-btn{
        border-radius: .03rem;
    }
    .synopsis-item{
        width: 100%;
        float: none;
    }
    .synopsis-item .item-more{
        display: none;
    }
    .synopsis-item .item-info .item-desc{
        margin-bottom: 0;
    }
    .banner-list .banner-item .banner-img{
        padding:.1rem 0 0;
    }
    .featured-list{
        margin: 0 -.05rem;
    }
    .featured-item{
        width: 50%;
        padding: .05rem;
    }
    .product-item{
        padding: .05rem;
    }
    .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%;
        padding-top: .05rem;
        padding-bottom: .05rem;
    }
    .items_list .product-item:nth-child(n){
        clear: none;
    }
    .items_list .product-item:nth-child(2n+1){
        clear: left;
    }
    .promote-banners{
    }
    .banner-list .banner-item{
        width: 100%;
    }
    .banner-list .banner-item .banner-img:before{
        display: none;
        visibility: hidden;
    }
    .promote-layer .promote-desc{
        font-size: .32rem;
    }


    /* footer */
    .foot-wrapper{
    }
    .foot-items{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .foot-items .foot-item-intro,
    .foot-items .foot-item-contact,
    .foot-items .foot-item-news,
    .foot-items .foot-item-inquiry {
        width: 100%;
    }
    .foot-items .foot-item-contact {
        padding: 0;
    }
    .foot-items .foot-item .foot-tit{
        margin-bottom:.1rem;
    }
    .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;
    }
    .foot-items .foot-item{
        width: 100%;
    }
    .foot-bar .foot-links:after{
        content: '';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .foot-bar .foot-left,
    .foot-bar .foot-r{
        width: 100%;
        float: none;
        text-align: left;
    }
    .foot-bar .foot-r{
        padding-top: .08rem;
    }

    /* 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
    }
      .product-detail .tab-panel-content{    padding: .3rem 0;
    display: block;
    overflow: hidden;
    }
    .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
    }
    .product-detail .tab-panel-content{    padding: .3rem 0;
    display: block;
    overflow: hidden;
    }
}

@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
    }
}