@charset "utf-8";



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

/* font color */
body, html, input, button, textarea,a{color:#232323;}
a:hover{color:#dab96c;}
.pa a{
    color:#dab96c!important; 
}

.post-tags a{
    color:#dab96c!important;
}



a{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* font family */
@font-face {
    font-family: 'RobotoSlab';
    src: url('fonts/RobotoSlab/RobotoSlab.eot');
    src: url('fonts/RobotoSlab/RobotoSlab%EF%B9%96.eot#iefix') format('embedded-opentype'), url('fonts/RobotoSlab/RobotoSlab.woff2') format('woff2'), url('fonts/RobotoSlab/RobotoSlab.woff') format('woff'), url('fonts/RobotoSlab/RobotoSlab.ttf') format('truetype')
}
html,body{
    /*font-family: 'RobotoSlab';*/
}
.path-bar,
.nav,
.index-title-bar .index-title,
.product-cates .cates-title,
.product-cates .cate-btn-more a,
.inquiry-panel,
.foot-bar .foot-nav,
.side-tit-bar .side-tit,
.main-tit-bar .title,
.detail-tabs .title,
.inquiry-form-wrap .inquiry-form-title,
.goods-title-bar{
    font-family:Arial, Helvetica, sans-serif;
}


/* clear floating */
.gd-layer:after,
.gd-row:after,
.layer-body:after,
.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,
.contact-layer .contact-items:after,
.partner-list:after,
.partner-list ul:after,
.advantage-list:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.gd-layer,
.gd-row,
.layer-body,
.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,
.contact-layer .contact-items,
.partner-list,
.partner-list ul,
.advantage-list{
    *zoom:1;
}

/* layout */
body{
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    /*background-image: url(img/demo/body_bg.jpg);*/
    /*padding: 100px 0 0;*/
    font-size: 16px;
}
.layout,
.path-bar .path-nav{
    /*width: auto;*/
    max-width: 1200px;
}
.disabled{
    display: none;
}
.gd-layer{
    padding: 40px 0;
}
.layer-hd{}
.layer-body{}
.gd-row{}
.index-title-bar{}
.index-title-bar .index-title{}
.index-title-bar .title-desc{}
.learn-more-bar {}
.gd-btn{}
.gd-row{
    margin: 0 -.35rem;
}
.gd-col-6{
    width: 50%;
    padding: 0 .35rem;
    float: left;
}
body.index-body{
    background-color: #e5e5e5;
}
.container{
    /*max-width: 1250px;*/
    margin: 0 auto;
    position: relative;
    background:#fff url(img/demo/page_bg.png) 0 0 repeat;
    /*padding: 0 40px;*/
}
.main_content{
    padding-bottom: 0;
}


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


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


/* inquiry pop */
html .inquiry-pop-bd .inquiry-pop{
    border: 4px solid #fff;
    box-shadow: none;
}
html .inquiry-pop-bd .inquiry-pop .ico-close-pop{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000;
    border-radius: 50%;
    right: -20px;
    top: -20px;
    background-color: #fff;
    box-shadow: 0 0 .05rem rgba(0,0,0,.3);
    color: #000;
}
html .inquiry-pop-bd .inquiry-pop .ico-close-pop:before{
    font-family: 'fontawesome';
    content: '\f00d';
    font-size:.16rem;
}
html .inquiry-pop-bd .inquiry-pop .ico-close-pop:hover{
    background-color: #dab96c;
    color: #fff;
}
.inquiry-pop .inquiry-form .form-btn-wrapx .form-btn-submitx{
    background: #444;
    color: #fff;
    border: 0;
    border-radius: 0;
    text-shadow: none;
}
.inquiry-pop .inquiry-form .form-btn-wrapx .form-btn-submitx:hover{
    background: #dab96c;
}


/* owl carousel */
.owl-carousel .owl-controls{
    height: auto;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{
    margin: 0 0 0 .1rem;
    padding: 0;
    border-radius: 0;
    padding-left: .1rem;
    font-size: .32rem;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    background: none;
    color: #c28228;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before{
    content: '\f0d9';
}
.owl-carousel .owl-controls .owl-nav .owl-next:before{
    content: '\f0da';
}
.owl-carousel .owl-controls .owl-dots .owl-dot{
    width: .1rem;
    height: .1rem;
    margin-left: .05rem;
    margin-right: .05rem;
    border-radius: 50%;
    background-color:#aaa;
}
.owl-carousel .owl-controls .owl-dots .active{
    background-color: #000;
}





/*--------------------------head-wrapper---------------------------*/

.head-wrapper{
    position: relative;
    z-index: 999;
}

/* logo */
.head-layout{
    max-width: inherit;
    /*padding-left: 40px;*/
    /*padding-right: 40px;*/
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    box-align: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%\9;
    display: table\9
}
.logo,
.nav-bar,
.topr{
    display: table-cell\9;
    vertical-align: middle\9;
}
.logo,
.topr{
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo{
    width: 20%;
}
.logo img{
    max-height: 65px;
}


/* topbar */
.topbar{
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #f5f5f5;
    color: #868686;
    font-size: .12rem;
}
.head-contact{
    float: left;
    line-height: 30px;
}
.topbar .head-contact a{
    color: #555;
}
.topbar .head-contact a:hover{
    color: #dab96c;
}
.head-contact li{
    float: left;
    padding: 0 18px 0 0;
}
.head-contact li:before{
    /*content: '|';*/
    /*padding-right: 18px;*/
}
.head-contact li label{
    color: #555;
}


/* search */
.topr{
    width: 10%;
    text-align: right;
}
.head-search{
    display: inline-block;
    width: 44px;
    height: 44px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-search .head-search-form{
    width: 0;
    position: absolute;
    right: 0;
    top: 2px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-search .search-ipt{
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px .15rem;
    border: 1px solid #ddd;
    border-radius: .25rem;
    box-shadow: 0 0 .05rem rgba(0,0,0,.1) inset;
}
.head-search .search-ipt::-webkit-input-placeholder {
    color: #fff;
}
.head-search .search-ipt:-ms-input-placeholder {
    color: #fff;
}
.head-search .search-ipt:-moz-placeholder {
    color: #fff;
}
.head-search .search-ipt::-moz-placeholder {
    color: #fff;
}
.head-search .search-btn,
.head-search .search-toggle {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: .2rem;
    color: #000;
    overflow: hidden;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.head-search .search-btn:before,
.head-search .search-toggle:before {
    display: block;
    font-family: 'fontawesome';
    content: '\f002';
}
.head-search .search-btn{
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.head-search .search-toggle{
    top: 2px;
}
.head-search-show .head-search-form{
    width: 220px;
    display: block;
}
.head-search-show .head-search .search-toggle {
    display: none;
}
.head-search-show .head-search .head-search-form{
    width: 200px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.head-search-show .search-btn{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}




/* language */
.change-language {
   z-index: 3!important;
   vertical-align: middle!important;
   float: right;
   position: relative;
   /*right: -10px;*/
       top: 7px;
}
.change-language-info .change-language-title a{
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
.change-language-info .change-language-title,
.change-language-info .change-language-title a,
.change-language-info .change-language-title span,
.change-language-info .language-icon {
    color: #fff;
}
.change-language-info:hover .change-language-title,
.change-language-info:hover .change-language-title a,
.change-language-info:hover .change-language-title span {
    color: #000!important;
}
.change-language-info .language-icon{
    color: #fff!important;
    -webkit-transition: all .3s ease!important;
    -o-transition: all .3s ease!important;
    transition: all .3s ease!important;
    top: 8px!important;
}
.change-language-info .language-icon:before{
    content: '\f0d7'!important;
    font-size: .14rem;
}
.change-language-info:hover .language-icon{
    color: #333!important;
}
.change-language-cont,
.change-language-cont a{
    color: #333
}
.change-language-info .change-language-title{
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}


/* nav */
.nav-bar {
    width: 70%;
    line-height: 45px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.nav-bar .nav li{
    position: relative;
    font-size: 17px;
}
.nav-bar .nav li,
.nav-bar .nav li a{
    color: #232323;
}
.nav-bar .nav .nav-ico {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
    font-size: .16rem;
    margin: 0 0 0 .05rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-bar .nav .nav-ico:after {
    content: '\f107';
    font-weight: bold;
    font-size: .14rem;
}
.nav-bar .nav > li{
    display: inline-block;
    margin-right: .3rem;
}
.nav-bar .nav > li > a{
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
.nav-bar .nav > li a:hover,
.nav-bar .nav > li.nav-current > a,
.nav-bar .nav > li.li-hover > a{
    color: #dab96c;
}
.nav-bar .nav > li.li-hover > a .nav-ico{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav-bar .nav ul {
    width: 250px;
    background-color: #fff;
    position: absolute;
    left: -.15rem;
    top: 85px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: perspective(600PX) rotateX(-90deg);
    -ms-transform: perspective(600PX) rotateX(-90deg);
    -o-transform: perspective(600PX) rotateX(-90deg);
    transform: perspective(600PX) rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: .1rem 0;
    -webkit-box-shadow: 0 0 .15rem rgba(0,0,0,.15);
    box-shadow: 0 0 .15rem rgba(0,0,0,.15);
}
.nav-bar .nav > li > ul:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    box-sizing: content-box;
    border-style:dashed solid dashed;
    border-color: transparent transparent #fff;
    border-width:0 10px 10px;
    position: absolute;
    left: 25px;
    top: -10px;
}
.nav-bar .nav ul li{
    padding: 0 .15rem;
    font-size: .14rem;
}
.nav-bar .nav ul li a{
    display: block;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.nav-bar .nav ul li,
.nav-bar .nav ul li a{
    color: #333;
}
.foot-item.foot-item-list li:hover,
.nav-bar .nav li li:hover > a{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.nav-bar .nav ul li.li-hover > a,
.nav-bar .nav ul li a:hover
{
    color: #dab96c;
}
.nav-bar .nav li li .nav-ico {
    position: absolute;
    top: 0;
    right: 0;
    line-height: .35rem;
    text-align: right;
}
.nav-bar .nav li li .nav-ico:after {
    content: '\f105';
}
.nav-bar .nav .li-hover > ul{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.nav-bar .nav ul ul{
    left: 100%;
    margin-left: .05rem;
    top: -.1rem;
}



/* fixed nav */
.head-layout{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.fixed-nav .head-inner{
    width: 100%;
    max-width: inherit;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0 .05rem rgba(0,0,0,.2);
        background: #fff;
            z-index: 99;
}
.fixed-nav .nav-bar .nav ul{
    top: 70px;
}
.fixed-nav .nav-bar .nav > li > a{
    padding-top: 10px;
    padding-bottom: 10px;
}

.newsBd{
    display: flex;
    flex-flow:row wrap;
    gap:2%
}

.newsBd>li{
    width:32%;
        background-color: #f5f5f5;
            box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, .3);
            padding:20px 20px 37px;
                background: #fff;
                    margin-bottom: 2%;
}




.newsBd>li .more2{

        text-align: center;
    margin-top: 5%;
    
    
}
.newsBd>li .more2 a{
         padding: 10px 20px;
    border: 1px solid #dab96c;
    background: #dab96c;
    color: #fff;
}

.newsBd>li .more2 a:hover{
    background: #fff;
    color:#dab96c;
}



.newsBd>li .item_desc{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}



.outImg{
    width:100%;
    overflow: hidden;
}
.newsBd>li img{
        aspect-ratio:20 / 13;
            object-fit: contain;
            transition:.5s ease;
            width: 100%;
            
               
}

.newsBd>li:hover img{
    transform:scale(1.1);
}
.newsBd>li .item_tit{
        line-height: 1.2;
    text-decoration: underline;
    margin: 10px 0;
}
.newProBd>li .outImg img{
    background:#f5f5f5;
}
.newsBd>li .topItem>img{
    aspect-ratio: 1/1!important;
    width:auto!important;
}


@media screen and (max-width:981px){
    .newsBd>li{
        width:100%!important;
    }
}
.newProBd>li{
    padding:0!important;
}

.newProBd .item_desc{
       margin: 5% 0 0%;
    line-height: 1.8;
        height: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.topItem{
    padding:20px;
}
.item_tit2{
        font-size: 18px;
    text-transform: uppercase;
    margin: 3% 0;
        height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.bottomItem{
        background: #000;
    padding: 20px;
}

@media screen and (min-width:768px){
    .bottomItem ul{
        min-height: 190px;
    }
}

@media screen and (max-width:768px){
    .topItem>img{
        display: none!important;
    }
    .topItem{
            background: #f2f2f2;
    }
    .topItem .item_tit2{
        text-align: center;
    }
    .topItem .item_desc{
          text-align: center;
    }
}


.bottomItem ul li{
    list-style: disc!important;
    line-height: 1.8;
    color:#fff;
    margin-left:20px;
        font-size: 15px;
}
.npBtn{
        background: #fd1e13;
    width: 100%;
    color: #fff;
    border: 0;
    padding: 7px;
    font-size: 18px;
    border-radius: 25px;
    margin-top: 5%;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.npBtn:hover{
        background: #af3a05;
}
.topItem>img{
    width:100px;
}



/* 表单：start */

.header_inquiry input,textarea{
    border:1px solid #dcdcdc!important;
    border-radius: 5px;
}
#inquiry-form h2{
	padding-bottom:0!important
}
#header_inquiry-form-windows h2{
	padding-bottom:0!important
}
#header_inquiry-form-windows button{
	width:150px!important;
	float:right
}
#inquiry-form button{
	background:#4a4849!important;
	width:150px!important;
	float:right
}
#header_inquiry-form button{
        text-transform: uppercase;
	background:#dab96c!important;
	width:150px!important;
	float:right;
	color:#fff!important;
}
#header_inquiry-form h2{
	padding-bottom:0!important
}
#close-form,#header_close-form{
	font-size:34px!important;
	line-height: 1em;
}
#et-info{
	padding-bottom:0!important
}
@media screen and (max-width:981px){
	#et-info{
		margin-left:0!important
	}
	#primary{
		margin-top:0!important
	}
	#news-categories-sidebar{
		width:100%!important
	}
	article #main .news{
width:100%!important
	}
	article #primary {
    margin-top: 110px!important;
}
	
	#h-project .et_pb_slide_image{
		display:block!important
	}	
	
	#et_search_icon::before{
		color:#000!important
	}
	#header_inquiry-form{
		width:100%!important;
		height:auto!important;
	}
	
	
}
.header_inquiry{
    height: auto!important;
}

#header_inquiry-form{
		width:100%!important;
		height:auto!important;
		box-shadow: 0 0px 18px 0px #eee;
		border:0!important;
	}
#header_inquiry-form div:nth-child(1){
	/*background:#013878!important*/
}
#inquiry-form div:nth-child(2){
	background:#4a4849!important
}
#inquiry-form-content button{
	background:#4a4849!important
}
#side-cate .dipl_woo_product_category_content{
	padding:10px 0!important
}

@media screen and (max-width:981px){
    #header_inquiry-form h2{
        font-size: 18px!important;
    }
    
    #header_inquiry-form-windows{
        width:90%!important;
    }
}

/* 表单：end */




/*--------------------------footer---------------------------*/
.foot-wrapper{
    background-color: #6B4E3D;
    font-size: .14rem;
}

.footLogo{
    text-align: center;
    margin-bottom: 10%;
}

.footTitle{
    margin-bottom: 30px;
    font-size:20px;
}

.contact_txt img{
        background: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 28px;
}

.contact_txt img{
        background: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 25px;
}

.contact-items{
    border-bottom: 1px solid #fff;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%\9;
    display: table\9;
}
.contact-item {
    display: table-cell\9;
    vertical-align: top\9;
    padding-left: 6%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .3rem;
    /*border-right: 1px solid #444;*/
}

.contact-item ul li{
    line-height:1.8;
}

.contact_item{
    margin-bottom: 10px;
}
.contact-item,
.contact-item a{
    color: #fff;
}
.contact-item:last-child{
    border-right: 0;
}
.contact-item a:hover{
    color: #fff;
}
.contact-item .item-ico{
    display: block;
    padding-bottom: .1rem;
    color: #fff;
    font-size: .2rem;
}
.contact-item:hover .item-ico{
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
}
.contact-item .item-ico:before{
    content: '';
    display: block;
    font-family: 'fontawesome';
}
.contact-item .ico-tel:before{
    content: '\f095';
}
.contact-item .ico-email:before{
    content: '\f0e0';
}
.contact-item .ico-addr:before{
    content: '\f041';
}
.contact-item .ico-time:before{
    content: '\f017';
}
.contact-item dd{
    line-height: 2;
    padding-left: 5%;
    padding-right: 5%;
}
.foot-bar{
    padding: .2rem 0;
    text-align: center;
}
.foot-bar,
.foot-bar a{
    color: #fff;
}
.foot-bar .foot-nav {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom:.2rem;
    font-size: .12rem;
}
.foot-bar .foot-nav,
.foot-bar .foot-nav a{
    color: #fff;
}
.foot-bar .foot-nav a:hover{
    color: #dab96c;
}
.foot-bar .foot-nav li{
    padding: 0 .2rem;
    display: inline;
}
.foot-bar .copyright{
    display: block;
        margin-bottom: 7px;
}
.foot-bar .copyright a{
    color: #dab96c;
}
.foot-bar .copyright a:hover{
    color: #fff;
}
.foot-bar .social-list{}
.social-list {
    /*padding-top: .15rem;*/
}
.social-list li {
    display: inline-block;
    padding:0 .03rem;
}
.social-list li .sc-ico {
    display: inline-block;
    width: 13px;
    height: 13px;
    padding: 6px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-list li .sc-ico img {
    max-height: 14px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.social-list li .sc-txt {
    display: inline;
    padding-left: .1rem;
    font-size: .12rem;
    color: #666;
}
.social-list li a:hover .sc-ico {
    background-color: #dab96c;
    border-radius: 0;
}
.social-list li:nth-child(1) a:hover .sc-ico {
    background-color: #3a5898;
}
.social-list li:nth-child(2) a:hover .sc-ico {
    background-color: #43bdfe;
}
.social-list li:nth-child(3) a:hover .sc-ico {
    background-color: #48a8db;
}
.social-list li:nth-child(4) a:hover .sc-ico {
    background-color: #cf3e2b;
}
.social-list li:nth-child(5) a:hover .sc-ico {
    background-color: #f90;
}




/* gotop */
.gotop{
    width:.45rem;
    height: .45rem;
    line-height: .45rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 50%;
    background-color: #dab96c;
    border: .02rem solid rgba(255,255,255,1);
    font-size: .18rem;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-animation: btnUpDown 1.5s infinite ease ;
    animation: btnUpDown 1.5s infinite ease;
    text-indent: -9999px;
    overflow: hidden;
    bottom: 100px;
    right:.15rem;
    z-index: 99;
    opacity: .8;
    display: none;
}
.gotop:hover{
    opacity: 1;
    color: #fff;
    background-color: #dab96c;
}
.gotop:before{
    font-family: fontawesome;
    content: '\f106';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .28rem;
    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(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    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(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100%{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

}




/*--------------------------------------------------------
                                                    page: index
                                                                    ------------------------------------------------------*/


.ulDisc li{
    list-style: disc!important;
    margin-left: 20px;
}

/* slide banner */
.rev_slider_wrapper {
    width: auto;
    /*margin: 0 -40px;*/
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.tp-leftarrow,
.tp-rightarrow {
    font-size: .24rem;
    background-color: transparent;
    float: left;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff!important;
    width: .45rem;
    height: .45rem;
    line-height:.45rem;
    text-align: center;
    overflow: hidden;
    top: 50%!important;
    margin-top: -.25rem!important;
    z-index: 99;
    border-radius: 0%;
    background: rgba(255,255,255,.6)!important;
}
.tp-leftarrow{
    left: 30px!important;
}
.tp-rightarrow{
    right: 30px!important;
}
.tp-leftarrow:before{
    content: '\f0d9';
}
.tp-rightarrow:before{
    content: '\f0da';
}
.tp-bullets.simplebullets{
    padding-bottom: 60px;
}
.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected{
    width:.07rem;
    height:.07rem;
    border-radius:50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.tp-bullets.simplebullets .bullet:not(.selected){
}
.tp-bullets.simplebullets .bullet{
    background-color: #fff;
    border: .04rem solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.tp-bullets.simplebullets .bullet.selected{
    background-color: #dab96c;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow{
    opacity:.8;
    filter: alpha(opacity=80);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.rev_slider_wrapper:hover .tp-leftarrow:hover,
.rev_slider_wrapper:hover .tp-rightarrow:hover{
    color: #fff!important;
    background: #dab96c!important;
    opacity:1;
    filter: alpha(opacity=100);
}
.tp-loader.spinner0 {
    background: url(img/loading.gif) center no-repeat;
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
}


/*about*/
.lr-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* 左侧文字 */
.lr-text {
  flex: 1;
}

.lr-text h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.lr-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.lr-text .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 22px;
  background: #dab96c;
  color: #fff;
  text-decoration: none;
  /*border-radius: 4px;*/
}

/* 右侧图片 */
.lr-img {
  flex: 1;
}

.lr-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ===== 手机端适配 ===== */
@media (max-width: 768px) {
  .lr-wrap {
    flex-direction: column;
    gap: 20px;
  }
.lr-text{
    text-align: center;
}
  .lr-text h2 {
    font-size: 18px;
    text-align: center;
  }
  .lr-text p{
      text-align: center;
  }
}

.hero-inquiry {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  
}

/* 遮罩层 */
.hero-inquiry::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.35)
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 20px;
  max-width: 900px;
}

.hero-content h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 32px;
  opacity: 0.95;
}

.hero-btn {
  display: inline-block;
  padding: 14px 36px;
  background: #fff; /* 可换成玫瑰金/品牌色 */
  color: #dab96c;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-btn:hover {
     background: #dab96c; /* 可换成玫瑰金/品牌色 */
    color:#fff;
  transform: translateY(-2px);
}

/* 手机端优化 */
@media (max-width: 768px) {
  .hero-inquiry {
    min-height: 300px;
  }

  .hero-content h2 {
    font-size: 20px;
  }

  .hero-content p {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .hero-btn {
    padding: 12px 28px;
    font-size: 14px;
  }
}




/* title */
.index-title-bar {
    text-align: center;
    margin: 0 auto .4rem;
}
.index-title-bar .index-title{
    position: relative;
    font-size:30px;
    line-height: 1.2;
    text-transform: uppercase;
}
.index-title-bar .index-title .title-ico{
    color: #dab96c;
}
.index-title-bar .index-title,
.index-title-bar .index-title a{
    color: #000;
}
.index-title-bar .title-desc{
    display: block;
    padding-top: .2rem;
    max-width: 70%;
    margin: 0 auto;
}
  
        /* Benefits Grid */
        .benefits-intro {
            text-align: center;
        }
        
        .benefits-intro h2 {
            /*font-size: 2.2rem;*/
            color: #1a3a8f;
            margin-bottom: 0.5rem;
        }
        
        .benefits-intro p {
            /*font-size: 1.1rem;*/
            color: #666;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 20px;
            /*padding: 2rem 0 4rem;*/
        }
        
        .benefit-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-top: 4px solid #dab96c;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        
        .benefit-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
        }
        
        .benefit-icon {
            /*font-size: 2.5rem;*/
            color: #2a5bd7;
            margin-bottom:15px;
        }
        
        .benefit-title {
            /*font-size: 1.4rem;*/
            font-weight: 700;
            margin-bottom: 15px;
            color: #000;
        }
        
        .benefit-subtitle {
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #444;
            line-height: 1.3;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
                min-height: 55px;
        }
        
        .benefit-description {
            /*color: #555;*/
            /*font-size: 1rem;*/
            line-height: 1.8;
            flex-grow: 1;
        }
        
        /* CTA Section */
        .cta-section {
            /*background: linear-gradient(135deg, #013878 0%, #2a5bd7 100%);*/
            color: 000;
            padding: 3% 0;
            text-align: center;
            border-radius: 12px;
            margin: 3% auto 0;
            /*max-width: 1000px;*/
            /*box-shadow: 0 10px 30px rgba(26, 58, 143, 0.2);*/
        }
        
        .cta-content p {
            font-size:24px;
               text-transform: uppercase;
    font-weight: bold;
        }
        
        .cta-content p {
            /*font-size: 1.1rem;*/
            max-width: 700px;
            margin: 0 auto 2%;
            opacity: 0.9;
        }
        
        .cta-button {
                display: inline-block;
    background-color: #ffff;
    color: #ffc632;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(255 164 53 / 30%);
    letter-spacing: 0.5px;
    border: 2px solid #ffc632;
        }
        
        .cta-button:hover {
            background-color: #ffc632;
            color:#fff;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
        }
        
        .cta-button i {
            margin-left: 8px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            
            .header-description {
                font-size: 1rem;
                padding: 0 15px;
            }
            
            .benefits-grid {
                grid-template-columns:1fr 1fr;
                /*padding: 1.5rem 0 3rem;*/
            }
            
            .benefit-card {
                padding: 20px;
            }
            
            .cta-section {
                /*padding: 3rem 1.5rem;*/
                /*margin: 1.5rem;*/
                border-radius: 15px;
            }
            .cta-content p {
                font-size: 16px!important;
            }
            
        }
        
        @media (max-width: 480px) {
            
            .cta-button {
                /*padding: 0.9rem 2rem;*/
                font-size: 12px;
            }
            
            .contact-info {
                flex-direction: column;
                gap: 10px;
            }
        }
        



/* btn */
.learn-more-bar {
    text-align: center;
    padding: .4rem 0 0;
}
.gd-btn-box{
    display: block;
}
.gd-btn{
    display: inline-block;
    border: 1px solid #dab96c;
    background-color: #dab96c;
    font-size: .16rem;
    text-transform: none;
    color: #fff;
    padding: 5px .15rem;
}
.gd-btn:hover{
    background-color: transparent;
    color: #dab96c;
}

/* cate list */
.index-cate-layer .gd-row{
    margin-left: -.15rem;
    margin-right: -.15rem;
}
.index-cate-list{
    margin: -.15rem 0;
}
.index-cate-item{
    width: 33.333333%;
    float: left;
    padding: .15rem .15rem 0;
}
.index-cate-item .item-img{
    display: block;
    position: relative;
    overflow: hidden;
}

.h3_out{
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
.h3_out h3{
        /*background: #ffffffbf;*/
   color:#fff;
    text-shadow: 5px 5px 5px #000;
    z-index: 999;
    transition: .5s ease;
    font-size: 20px;
}
.h3_out:hover h3{
    /*background:#dab96c;*/
    color:#fff;
}
.index-cate-item .item-img img{
    display: block;
    width: 100%;
}
.index-cate-item .item-img:before,
.index-cate-item .item-img:after{
    content: '';
    display: block;
    width: 50%;
    height: 300%;
    position: absolute;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.index-cate-item .item-img:hover:before,
.index-cate-item .item-img:hover:after{
    opacity: 1;
}
.index-cate-item .item-img:before{
    top: -100%;
    left: -100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.index-cate-item .item-img:after{
    bottom: -100%;
    right:-100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.index-cate-item .item-img:hover:before{
    left: -25%;
}
.index-cate-item .item-img:hover:after{
    right: -25%;
}



/* promote banners */
.banner-list{
    margin: -.15rem;
}
.banner-item{
    width: 50%;
    float: left;
    padding: .15rem .15rem 0;
}
.banner-item .item-inner{
    display: block;
}
.banner-item .banner-img{
    display: block;
    position: relative;
    overflow: hidden;
}
.banner-item .banner-img img{
    display: block;
    width: 100%;
}
.banner-item .banner-img:before,
.banner-item .banner-img:after{
    content: '';
    display: block;
    width: 50%;
    height: 300%;
    position: absolute;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.banner-item .banner-img:hover:before,
.banner-item .banner-img:hover:after{
    opacity: 1;
}
.banner-item .banner-img:before{
    top: -100%;
    left: -100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.banner-item .banner-img:after{
    bottom: -100%;
    right:-100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.banner-item .banner-img:hover:before{
    left: -25%;
}
.banner-item .banner-img:hover:after{
    right: -25%;
}




/* product */
.product-item {
    width: 25%;
    float: left;
    padding: .15rem;
}
.product-item .item-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.product-item .item-img:hover{
    box-shadow: 0 1px rgba(0,0,0,.2);
}
.product-item .item-img img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}


.item-information{
        padding: 15px;
    text-align: center;
}



.product-item .item-img:before {
    /*content: '';*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    /*background-color: rgba(255, 255, 255, .35);*/
    /*-webkit-transition: all .3s ease;*/
    /*-o-transition: all .3s ease;*/
    /*transition: all .3s ease*/
}
.product-item .item-img:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}
.product-item .item-img img {
    display: block;
    width: 100%;
    height: auto
}
.product-item .item-info {
    padding: .15rem 12%;
    margin: 0 auto;
    text-align: center
}
.product-item .item-title {
    font-weight: 400;
    font-size:16px!important
}
.product-item .item-title a {
    display: block;
    /*height: .44rem;*/
    /*line-height: .22rem;*/
    overflow: hidden;
}
.product-item .gd-btn-box {
    padding-top: .15rem;
}
.product-items .layer-body{
    /*margin-left: -.15rem;*/
    /*margin-right: -.15rem;*/
}
.items-content{
    width: 75%;
    float: left;
    padding-left: .15rem;
    padding-right: .15rem;
}
.product-items .product-item {
    width: 100%;
    float: none;
    padding: 0;
    display: none;
}
.product-items .product-item .item-wrap {
    padding: 0;
    border: 0;
}
.product-items .product-item .gd-btn {
    font-size: .16rem;
}
.product-items .owl-loaded .product-item{
    display: block;
}
.product-items .owl-carousel .owl-controls .owl-nav{
    position: static;
    text-align: right;
    padding-top: 0;
}
.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next{
    width: auto;
    padding: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #333;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: .14rem;
    line-height: 20px;
    margin: 0;
}
.product-items .owl-carousel .owl-controls .owl-next{
    margin-left: .08rem;
}
.product-items .owl-carousel .owl-controls .owl-prev:before,
.product-items .owl-carousel .owl-controls .owl-next:before{
    line-height:20px;
}
.product-items .owl-carousel .owl-controls .owl-prev:before{
    content: '\f0d9';
}
.product-items .owl-carousel .owl-controls .owl-next:before{
    content: '\f0da';
}
.product-items .owl-carousel .owl-controls .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-next:hover{
    background: #dab96c;
    color: #fff;
}
.product-cates{
    width: 25%;
    float: left;
    padding-left:.15rem;
    padding-right:.15rem;
}
.product-cates,
.product-cates a{
    color: #fff;
}
.product-cates a:hover{
    color: #dab96c;
}
.product-cates .cates-inner{
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 24px 18px;
}
.product-cates .cates-title{
    padding: 10px;
    line-height: 31px;
    background-color: #dab96c;
    font-size: .14rem;
    text-transform: uppercase;
}
.product-cates .cates-title,
.product-cates .cates-title a{
    color: #fff;
}
.product-cates .cates-nav-list {
    padding: .3rem 0;
    line-height: 35px;
}
.product-cates .cate-btn-more a{
    display: inline-block;
    line-height: 23px;
    padding: 10px 30px;
    border: 2px solid rgba(255,255,255,.2);
    text-transform: uppercase;
    font-weight: bold;
}
.layer-best .product-cates{
    float: right;
}
.layer-best .owl-carousel .owl-controls .owl-nav{
    text-align: left;
}



/* partner */
.partner-layer{
    position: relative;
}
.partner-layer .layer-body{
    padding-left: .3rem;
    padding-right: .3rem;
}
.partner-list .partner-item{
    display: none;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.partner-list .partner-item:before{
    content: '';
    display: block;
    width: .3rem;
    height: 300%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    left: -50%;
    top: -100%;
    background-color: rgba(255,255,255,.35);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.partner-list .partner-item:hover:before{
    left: 150%;
}
.partner-list .partner-item img{
    max-width: 100%;
}
.partner-list .owl-controls .owl-nav{
    position: static;
}
.partner-list .owl-controls .owl-nav .owl-prev,
.partner-list .owl-controls .owl-nav .owl-next{
    margin: 0;
    padding: 0;
    font-size: .2rem;
    color: #fff;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    background-color: #333;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    top: 50%;
    margin-top: -.15rem;
    opacity: 0;
    filter: alpha(opacity=0);
}
.partner-list .owl-controls .owl-nav .owl-prev{
    left: -.3rem;
}
.partner-list .owl-controls .owl-nav .owl-next{
    right: -.3rem;
}
.partner-list:hover .owl-controls .owl-nav .owl-prev,
.partner-list:hover .owl-controls .owl-nav .owl-next{
    opacity: 1;
    filter: alpha(opacity=100);
}
.partner-list .owl-controls .owl-nav .owl-prev:hover,
.partner-list .owl-controls .owl-nav .owl-next:hover{
    background-color: #dab96c;
    color: #fff;
}
.owl-loaded .partner-item{
    display: block;
}


/* inquiry panel */
.inquiry-panel{width: 100%;background-position: center;background-repeat: no-repeat;-webkit-background-size: cover;background-size: cover;padding: 10px;background-color: #222;margin: .4rem auto;position: relative;}
.inquiry-panel,.inquiry-panel a{color: #fff;}
.inquiry-panel:before{content: '';display: block;position: absolute;left: 10px;right: 10px;top: 10px;bottom: 10px;border: 1px solid #ccc;border-color: rgba(255,255,255,.6);-webkit-transition: all .6s ease;-o-transition: all .6s ease;transition: all .6s ease;}
.inquiry-panel:hover:before{left: -5px;right: -5px;top: -5px;bottom: -5px;opacity: 0;border-width: 3px;border-color: rgba(255,255,255,.5);}
.inquiry-panel .layer-body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align: center; -moz-align-items: center; -webkit-align-items: center; align-items: center;display: table\9;padding: .4rem 10%;position: relative;}
.inquiry-panel .layer-cont,.inquiry-panel .layer-ft{display: table-cell\9;vertical-align: middle\9;}
.inquiry-panel .layer-cont{ -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-right: 10%;}
.inquiry-panel .layer-title{font-size:.42rem;text-transform: uppercase;line-height: 1.1;}
.inquiry-panel .layer-desc{display: block;text-transform: uppercase;font-weight: bold;}
.inquiry-panel .layer-ft{width: 25%;text-align: right;}
.inquiry-panel .gd-btn-box .gd-btn{text-transform: uppercase;}







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

.path-bar{
    background-color: #f5f5f5;
    /*text-transform: uppercase;*/
    /*font-style: italic;*/
    margin-bottom: .3rem;
    padding-left: 40px;
    padding-right: 40px;
    /*margin-left: -40px;*/
    /*margin-right: -40px;*/
    font-size:.12rem;
}
.path-bar .path-nav{
    padding-top:.08rem;
    padding-bottom: .08rem;
}
.path-bar .path-nav a:hover{
    color: #dab96c;
}
.path-bar .path-nav li,
.path-bar .path-nav li a{
    color: #666;
}
.path-bar .path-nav li{
    display: inline;
}
.path-bar .path-nav li:after{
    content: '/';
    padding: 0 .1rem;
}
.path-bar .path-nav li:last-child,
.path-bar .path-nav li:last-child a{
    color: #666;
}
.path-bar .path-nav li:last-child:after{
    display: none;
}
.page-bar {
    text-align: center;
}
.pages {
    position: relative;
    margin: .4rem 0 .15rem;
}
.pages a,
.pages span{
    color: #666;
    background-color: #fff;
    background: -webkit-linear-gradient(#fff, #ddd);
    background: -o-linear-gradient(#fff, #ddd);
    background: linear-gradient(#fff, #ddd);
}
.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: 25px;
    padding: 3px 12px;
    border-radius: 3px;
    margin: 0 0 0 5px;
}
.pages a.current,
.pages a:hover {
    background:#dab96c;
    border-color:#dab96c;
    color: #FFF;
}
.pages span.current2 {
    vertical-align: middle;
}


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

.aside {
    float: left;
    width: 20%;
    padding-bottom: .6rem;
}
.aside,
.aside a{
    color: #333;
}
.aside a:hover{
    color: #dab96c;
}
.side-tit-bar {
    position: relative;
    background-color: #6B4E3D;
    padding: 0 0 0 .15rem;
}
.side-tit-bar .side-tit {
    position: relative;
    font-size: .16rem;
    text-transform: uppercase;
    line-height: 26px;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
    font-weight: bold;
}
.side-tit-bar .side-tit,
.side-tit-bar .side-tit a{
    color: #fff;
}
.side-tit-bar .side-tit .txt-impt{
    color: #dab96c;
    font-weight: bold;
}
.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}
.side-cate {
    padding: .2rem 0 .2rem 0;
}
.side-cate li {
    position: relative;
    line-height: 32px;
}
.side-cate > li{
}
.side-cate ul {
    display: none;
    margin-left: .1rem;
}
.side-cate li a {
    position: relative;
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    margin-right: .3rem;
}
.side-cate li .icon-cate {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: .12rem;
    cursor: pointer;
    line-height: 32px;
    border-radius: 0;
}
.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{
    font-size: .14rem;
}
.side-cate li li a{
    padding-left: .12rem;
    padding-right: 0;
}
.side-cate li li a:before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #888;
}
.side-cate li li.active > a{
    color: #dab96c;
}
.side-cate li li > a:hover:before{
    background-color: #dab96c;
}
/*.side-cate li.active > .icon-cate{
    color: #000;
}*/
/*.side-cate li li.active > a:before{
    background-color: #1a1a1a;
}*/
.side-cate li.nav-current>a,
.side-cate li>a:hover,
li.show_li>a {
    color: #dab96c;
}
.side-cate li li.nav-current>.icon-cate,
.side-cate li li>.icon-cate:hover,
li.show_li>.icon-cate {
    color: #dab96c;
}
.side-product-items {
    position: relative;
    padding: .5rem 0;
}
.side-product-items .items_content {
    position: relative;
}
.side-product-items .items_content {}
.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.side_product_item figure {
    position: relative;
    display: table;
    width: 100%;
    height: .95rem;
    overflow: hidden;
}
.side_product_item .item-img,
.side_product_item figcaption{
    display: table-cell;
}
.side_product_item .item-img {
    width: .7rem;
    vertical-align: middle;
}
.side_product_item .item-img img {
    position: relative;
    display: block;
    width: 100%;
    border:1px solid #e5e5e5;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.side_product_item figcaption {
    vertical-align: middle;
}
.side_product_item figcaption a{
    display: inline-block;
    line-height:.17rem;
    max-height: .51rem;
    overflow: hidden;
    padding-left: .15rem;
}
.side_product_item:hover .item-img{
    border-color: #c28228;
}
.side_product_item .item-img:hover + figcaption a{
    color: #1a1a1a;
}
.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .2;
    filter: alpha(opacity=20);
}
.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{
}
.side-product-items .disabled{
    display: block;

    cursor: default;
}
.aside .side-bn {
    max-width: 100%;
    margin: 0 0 25px 0;
}
.aside .side-bn img {
    max-width: 100%
}


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

.main {
    position: relative;
    width: 76%;
    float: right;
    padding-bottom: .6rem;
}
.main-tit-bar {
    padding: 0;
    line-height: .4rem;
    border-bottom: 1px solid #ccc;
    margin: 0 0 .35rem;
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    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;
    width: 100%;
    display: table\9;
}
.main-tit-bar .title,
.main-tit-bar .path-bar,
.main-tit-bar .share-this{
    display: table-cell\9;
    vertical-align: top\9;
}
.main-tit-bar .title,
.main-tit-bar .path-bar{
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
}
.main-tit-bar .title{
    line-height: .4rem;
    font-size: .18rem;
}
.main-tit-bar .path-bar{
    margin: 0;
    padding: 0;
}
.main-tit-bar .path-bar .path-nav{
    width: auto;
    max-width: inherit;
    border-bottom: 0;
    padding: 0;
}
.main-tit-bar .share-this{
    width: 100%;
    height: .4rem;
    text-align: right;
}
.main-tit-bar .title + .share-this{
    width: 30%;
    max-width: 250px;
}
.main-tit-bar .share-this img{
    max-width: 100%;
}


/* banner */
.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 {
    display: none;
}
.main-banner .flex-control-paging{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-banner .flex-control-paging li{
    margin: 0 3px;
}
.main-banner .flex-control-paging li a{
    width: .12rem;
    height:.12rem;
}
.main-banner:hover .flex-control-paging{
    opacity: 1;
    filter: alpha(opacity=100);
}
.goods-summary {
    margin:.25rem 0 .25rem;
    font-size: .14rem;
}
.goods-summary,
.goods-summary a{
    color: #000;
}


/* items_list */
.items_list ul{
    margin-left: -.15rem;
    margin-right: -.15rem;
}
.items_list .product-item {
    width: 33.333333%;
}
.items_list .product-item:nth-child(n){
    clear: none;
}
.items_list .product-item:nth-child(3n+1){
    clear: left;
}
.items_list ul{
}
.items_list .product-item .item-wrap{
}






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


/*product photos*/
.product-intro {
    position: relative;
    overflow: hidden;
    padding-bottom: .2rem;
}
.cloud-zoom-lens {
    border: 1px solid #ddded9;
    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 {
    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: 42%;
    float: left;
}
.product-view .product-image {
    position: relative;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
}
.product-view .product-image img {
    position: relative;
    width: 100%;
}
.product-view .image-additional {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    padding: 0 30px;
}
.product-view .image-additional ul {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.product-view .image-additional li {
    position: relative;
    width: 100%;
    padding-bottom: 1px;
    margin: 0;
    display: none;
}
.product-view .image-additional li.single {
    display: none;
}
.product-view .image-additional li img {
    position: relative;
    width: 100%;
    padding: 0;
}
.product-view .image-additional li a {
    position: relative;
    display: block;
    border: 1px solid #ccc;
    margin: 1px;
}
.product-view .image-additional li.current a {
    border-color: #000;
    outline: 1px solid #000;
}
.product-view .owl-carousel .owl-item{
    overflow: visible;
}
.product-view .image-additional img.popup {
    display: none;
}
.image-additional .owl-carousel .owl-controls .owl-nav {
    position: static;
}
.image-additional:hover .owl-carousel .owl-controls .owl-nav {
    opacity: 1;
    visibility: visible;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 6px;
    bottom: 0;
    width: .2rem;
    height: auto;
    padding: 0;
    border-radius: 0;
    color: #333;
    margin: 0;
    text-align: center;
    z-index: 9;
    font-size:.14rem;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover{
    opacity: 1;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
    left:-30px;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    line-height: 30px;
    margin-top: -15px;
    -webkit-transform: scale(.7,1);
    -ms-transform: scale(.7,1);
    -o-transform: scale(.7,1);
    transform: scale(.7,1);
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:before{
    content: '\f053';
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    right:-30px;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:before{
    content: '\f054';
}
.product-view .image-additional .owl-loaded li{
    display: block;
}

/*product summary*/
.main .product-title{
    line-height: 30px;
    font-size: .2rem;
    font-weight: normal;
    padding-bottom: 7px;
    margin-bottom:.2rem;
    border-bottom: 1px solid #ccc;
}
.product-summary {
    position: relative;
    width: 58%;
    float: right;
    font-size: 16px;
    padding-left: 5%;
}
.product-summary .product-meta {
    line-height: 1.8;
}
.product-summary .product-meta h3 {
    font-size:.14rem;
    color: #333;
}
.product-summary .product-meta li{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
    padding-bottom: .03rem;
    font-size: .13rem;
    display: table\9;
}
.product-summary .product-meta li > em,
.product-summary .product-meta li > span{
    display: table-cell\9;
}
.product-summary .product-meta li em{
    width: 40%;
    max-width: 12em;
}
.product-summary .product-meta li span{
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
}
.product-summary .product-meta li em{
    color: #aaa;
}
.product-btn-wrap {
    position: relative;
    margin: .2rem 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: 26px;
    padding:5px 25px;
    border-radius: 3px;
    background: #dab96c;
    border: 2px solid #dab96c;
    color: #FFF;
    font-size:.14rem;
    margin: 0 .2rem 0 0;
    border-radius: 3px;
}
.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: "\f003";
    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: #fff;
    color: #dab96c;
    border-color: #dab96c;
}
.product-summary .share-this {
    margin: .35rem 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;
    line-height: 30px;
    cursor: pointer;
    font-size: .14rem;
    padding: 8px .15rem;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-right: .06rem;
    background-color: #aaa;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 20px;
    
}
.detail-tabs .title.current,
.detail-tabs .title.current a{
    color: #fff;
}
.detail-tabs .title.current {
    background-color: #6B4E3D;
    position: relative;
    font-weight: bold;
}
.product-detail .tab-panel-content {
    display: block;
    overflow: hidden
}
.product-detail .disabled {
    display: none;
}
.tab-panel-wrap{
    margin-bottom: .5rem;
}
.tab-panel-wrap .entry,
.tab-panel-wrap .entry a{
    color: #404040;
}
.tab-panel-wrap .entry p{
    padding: .1rem 0;
}
.tab-panel-wrap .entry h2,
.tab-panel-wrap .entry h3,
.tab-panel-wrap .entry h4{
    padding: .15rem 0;
    line-height: 1.3;
    font-weight: normal;
}
.tab-panel-wrap .entry h2{
    font-size: .32rem;
}
.tab-panel-wrap .entry h3{
    font-size: .24rem;
}
.tab-panel-wrap .entry h4{
    font-size: .24rem;
}


/* inquiry form */
.inquiry-form-wrap .inquiry-form-title{
    line-height: 30px;
    position: relative;
    background-color: #000;
    color: #fff;
    font-size: .16rem;
    text-transform: uppercase;
}
.inquiry-form{
    border-color: #ccc;
    padding: .3rem .25rem;
}
.inquiry-form .form-item{
    padding-bottom: .05rem;
}
.inquiry-form  input[type="text"].form-input,.inquiry-form textarea.form-text{
    border-color: #ccc;
}



/*like product*/
.goods-may-like {
    position: relative;
    margin: .5rem 0 0;
}
.goods-may-like .product-item{
    display: none;
}
.goods-title-bar {
    background-color: #000;
    margin-bottom: 15px;
    padding: 2px .15rem;
}
.goods-title-bar .title {
    display: inline-block;
    font-size: .16rem;
    position: relative;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}
.goods-title-bar .title .txt-impt{
    color: #dab96c;
    font-weight: bold;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav,
.goods-may-like .owl-carousel .owl-controls .owl-nav a{
    color: #fff;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav{
    width: auto;
    left: auto;
    right:.05rem;
    top: -45px;
}
.goods-may-like .owl-carousel .owl-item{
    overflow: visible;
}
.goods-may-like .owl-loaded .product-item{
    display: block;
}
.goods-may-like .product-item{
    width: 100%;
    padding: 0;
}
.goods-may-like .product-item .item-title{
    font-size: .16rem;
    font-weight: normal;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next{
    font-size: .18rem;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next:before{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev:before{
    content: '\f104';
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next:before{
    content: '\f105';
}





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

.blog_list {
    position: relative;
    width: 100%;
}
.blog-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding:.3rem 0;
}
.blog-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.blog-item:after{
    content: '';
    width: 50%;
    opacity: 0;
    height: 2px;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.blog-item:hover:after{
    opacity: 1;
}
.blog-item .item-wrap {}
.blog-item .item-img {
    position: relative;
    display: block;
    max-width: 2.5rem;
    margin: 0 .3rem 0 0;
    float: left;
}
.blog-item .item-img img {
    position: relative;
    width: 100%;
}
.blog-item .item-info {}
.blog-item .item-info .item-title {
    font-size: .2rem;
    font-weight: normal;
    line-height: 1.1;
    padding-bottom: .05rem;
}
.blog-item .item-info time {
    display: block;
    /*font-style: italic;*/
    margin: .08rem 0;
    color: #666;
}
.blog-item .item-info .item-detail {
    color: #666;
}
.blog-item .item-info .item-more {
    float: right;
    color: #fff;
    display: inline-block;
    border: 1px solid #dab96c;
    background-color: #dab96c;
    padding: .04rem .15rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 10px;
}
.blog-item .item-info .item-more:hover{
    background-color: #dab96c;
    border-color: #dab96c;
    color: #fff;
}
.blog-item:hover:after{
    width: 100%;
}
.blog-item:hover .item-info .item-more:hover{
    color: #fff;
}
@media screen and (max-width:768px){
    .item-img{
        max-width:100%!important;
    }
}




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

.download_list {
    position: relative;
    width: 100%;
}
.download-item {
    position: relative;
    overflow: hidden;
    padding: .25rem 0 .15rem;
    line-height: .3rem;
    border-bottom: 1px solid #eee;
}
.download-item:hover{
    background-color: #fafafa;
}
.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;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.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: -10px 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height:20px;
    font-size: .12rem;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.faq-item .faq-title.show-title:before {
    content: '\f068';
}
.faq-item .faq-cont {
    margin: 0 0 .25rem;
    display: none;
}
.faq-item:first-child .faq-cont {
    display: block;
}


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

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

@media only screen and (max-width: 1366px) {
    html {
        font-size: 600%;
    }
    .side-tit-bar .side-tit {
        font-size: .15rem;
    }

}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 570%;
    }
    .layout,
    .nav-bar .nav-wrap {
        width: 100%;
    }
    body {
        min-width: 100%;
    }
    .scrollsidebar,
    .bottomsidebar {
        display: none;
    }
    .head-layout{
        width: 100%;
        max-width: inherit;
    }
    .rev_slider_wrapper{
        max-width: inherit;
    }
    .gd-layer{
        overflow: hidden;
    }
    .rev_slider_wrapper{
        padding: 0;
        background: none;
    }

    /* layout */
    /*body{*/
    /*    padding-top: 50px;*/
    /*    padding-bottom: 50px;*/
    /*}*/
    .container{
        /*max-width: 1000px;*/
    }
    .container,
    .topbar,
    .head-layout{
        /*padding-left: 25px;*/
        /*padding-right: 25px;*/
    }
    /*.head-wrapper,*/
    /*.rev_slider_wrapper,*/
    /*.foot-wrapper,*/
    /*.path-bar{*/
    /*    margin-left: -25px;*/
    /*    margin-right: -25px;*/
    /*}*/
    /*.path-bar{*/
    /*    padding-left: 25px;*/
    /*    padding-right: 25px;*/
    /*}*/

}

@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%;
    }
    body{
        padding-left: 0;
        padding-right: 0;
    }
    .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;
    }


    /* ------------- header ------------- */
    .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: 25px;
        visibility: visible;
        opacity: 1;
    }
    .nav-bar .nav li,
    .change-language,
    .head-search {
        display: none !important;
    }
    .nav-bar .nav li.logo{
        display: block!important;
        border: 0;
        background-color: #dab96c;
        padding: 0;
    }


    body{
        padding-top: 25px;
        padding-bottom: 0;
    }

    /* topbar */
    .topbar{
        text-align: center;
        display: none;
    }
    .head-contact{
        float: none;
    }
    .head-contact li{
        float: none;
        display: inline;
        padding: 0 10px;
    }
    .head-contact li:before{
        display: none;
    }

    /* head inner */
    .head-layout{
        display: block;
        padding: 20px;
    }
    .logo{
        width: 100%;
        text-align: center;
        float: none;
        padding: 0;
    }
    .logo img{
        max-height: .6rem;
    }
    .topr{
        padding: 0;
    }


    /* search */
    .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;
        line-height:.35rem;
        background: none;
        border: none;
        color: #333;
        font-family: 'fontawesome';
        padding: 0;
        cursor: pointer;
        z-index: 1111;
    }
    .head-search-form .search-btn:hover{background: #333;}
    .head-search-form .search-btn:hover{
        background: none;
    }
    .head-search-form .search-btn:before{
        display: block;
        content: '\f002';
        display: inline-block;
        width: .35rem;
    }



    /*nav */
    .nav-bar{
        height: auto;
    }
    .nav-bar .nav-wrap{
        padding-bottom: 0;
    }
    .nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .nav li a{
        display: block;
        text-transform: capitalize;
    }
    .nav li a:active{
        color: #b7045f;
    }
    .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;
        font-family: Arial;
    }
    .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;
    }
    .fixed-nav{
        position: static;
    }


    /* ------------- footer ------------- */
    .quick-inquiry .pannel-tit{
        padding-right: 0;
    }
    .contact-items{
        padding-top: 0;
    }
    .contact-item{
        width: 100%;
        float: none;
        padding-top: .1rem;
        padding-bottom: .1rem;
    }



    /* ------------- index ------------- */
    .rev_slider_wrapper{
        top:auto;
        margin-bottom: 0;
    }
    .about-us .about-detail .about-title,
    .index-title-bar .index-title{
        font-size: 20px;
    }
    .has-mobile-link{
        position: relative;
        display: inline-block;
    }
    span.has-mobile-link{
        display: inline-block;
    }
    .has-mobile-link .link{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }


    /* products */
    .items_list ul{
        margin-left: -.1rem;
        margin-right: -.1rem;
    }
    .product-item{
        padding: .2rem .1rem;
    }
    .owl-carousel .owl-controls .owl-dots{
        padding-top: .2rem;
        position: static;
    }
    .product-items .owl-carousel .owl-controls .owl-dots .active{
        background-color: #dab96c;
    }
    .layer-featured{
        background-attachment: scroll;
    }


    /* ------------- page nav -------------- */
    .sub-head{
        padding-top: 1rem;
        padding-bottom: .3rem;
        margin-bottom: .15rem;
    }


    /* ------------- 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: auto;
        max-width: 400px;
        float: none;
        margin: 0 auto .3rem;
        border: 0 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 li.current:before{
        display: none;
    }
    .product-view .image-additional {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .product-view .image-additional ul {
        width: 100%;
    }
    .product-view .image-additional li {
        width: 100%;
        margin: 0;
    }
    .product-view .image-additional li a {
        border: 0;
    }
    .product-view .image-additional li.current img {
        border-color: inherit;
    }
    .product-view .image-additional li.current a{
        padding: 0;
        outline: 0;
    }
    .product-view .image-additional li:before{
        display: none;
    }
    .product-view .image-additional li.single {
        display: block
    }
    .product-view .owl-carousel .owl-controls .owl-dots {
        position: absolute;
        padding-top: 0;
        bottom: .18rem;
        z-index: 1;
    }
    .product-view .owl-carousel .owl-controls .owl-dots .owl-dot{
        border: 0;
        background-color: #ffffffab;
    }
    .product-view .owl-carousel .owl-controls .owl-dots .active{
        background-color:#fff;
    }

    /* product summary */
    .product-summary {
        position: relative;
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .product-btn-wrap{
        text-align: left;
        margin-top: .4rem;
    }
    .product-summary .share-this{
        text-align: left;
        margin: .2rem 0;
        float: none;
    }
    .product-btn-wrap .email,
    .product-btn-wrap .pdf,
    .product-btn-wrap .buy{
        margin: 0 .05rem .2rem 0;
    }


    /* product detail  */
    .product-detail{
        border: 0;
        /*padding: .6rem 0 0;*/
    }
    .product-detail .tab-panel-content{
        padding: .15rem 0;
    }
    .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,
    .tab-content-wrap .mobile-tab-items .mobile-tab-title a{
        color: #fff;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-title {
              /* height: 30px; */
        /* line-height: 30px; */
        margin: 0 auto .2rem;
        padding: 10px 10px 6px;
        font-size: .16rem;
        /* padding-bottom: 8px; */
        position: relative;
        background-color: #6B4E3D;
        text-transform: uppercase;
        text-align: center;
    }

    /* Customers Also Bought */
    .goods-title-bar .title{
        font-size:.16rem;
    }
    .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;
    }
    .goods-may-like .product-item{
        display: none;
    }
    .goods-may-like .owl-loaded .product-item{
        display: block;
    }
    /* inquiry */
    .inquiry-form-wrap .inquiry-form-title{
        padding-left: .15rem;
        padding-right: .15rem;
        text-transform: uppercase;
    }

}

@media only screen and (max-width: 768px) {
    
    .mo{
        display: none!important;
    }
    
    

    .layout,
    .path-bar .path-nav{
        width: auto;
    }
    .head-layout{
        max-width:inherit;
    }

    /* ------------- index ------------- */

    .gd-layer{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    /* product list */
    .product-cates{
        width: 100%;
        float: none;
        margin-bottom: .1rem;
    }
    .product-cates .cates-title{
        line-height: 25px;
    }
    .product-cates .cates-nav-list li{
        display: inline;
        padding: 0 15px;
    }
    .items-content{
        width:100%;
        float: none;
    }
    .layer-best .product-cates{
        float: none;
    }
    .product-item{
        width: 50%;
    }
    .product-item:nth-child(n){
        clear: none;
    }
    .product-item:nth-child(2n+1){
        clear: left;
    }

    /* inquiry panel */
    .inquiry-panel .layer-body{
        display: block;
        text-align: center;
    }
    .inquiry-panel .layer-cont{
        padding-right: 0;
    }
    .inquiry-panel .layer-ft{
        width: 100%;
        float: none;
        padding-top: .15rem;
        text-align: center;
    }




    /* ------------- product list ------------- */
    .items_list{
    }
    .items_list ul{
        margin-left: -.1rem;
        margin-right: -.1rem;
    }
    .items_list .product-item{
        width: 33.333333%;
        padding: .1rem;
    }
    .items_list .product-item .item-wrap {
        outline: 0;
    }
    .items_list .product-item:nth-child(n){
        clear: none;
    }
    .items_list .product-item:nth-child(3n+1){
        clear: left;
    }
    .items_list .product-item .item-wrap .btn-view{
        display: block;
    }

    /* ------------- product detail ------------- */
    .goods-may-like .product-item{
        padding: 0;
    }
    .goods-may-like .owl-carousel .owl-controls .owl-dots{
        padding: .35rem 0 .1rem;
    }


    /* ------------- footer ------------- */
    .gotop{
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
    }
    .gotop:hover{
        background-color: #fff;
        color: #000;
    }


}



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

    .layout,
    .path-bar .path-nav{
        width: 95%;
    }
    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        display: none;
    }
    .flex-control-paging li a {
        width: .1rem;
        height: .1rem;
    }
    .flex-control-paging li a:hover,
    .flex-control-paging li a.flex-active {
        width: .12rem;
        height: .12rem;
    }
    .head-layout .logo img{
    }


    /* layout */
    .container,
    .topbar,
    .head-layout{
        /*padding-left: .1rem;*/
        /*padding-right: .1rem;*/
    }
    .gd-layer{
        padding-top: .25rem;
        padding-bottom: .25rem;
    }
    .head-wrapper,
    .rev_slider_wrapper,
    .foot-wrapper,
    .path-bar{
        /*margin-left: -.1rem;*/
        /*margin-right: -.1rem;*/
    }

    /* title */
    .index-title-bar .title-desc{
        max-width: inherit;
    }



    /* ------------- index ------------- */
    .index-cate-item{
        width: 100%;
        float: none;
        padding-top: .1rem;
        padding-bottom: 0;
    }
    .banner-item{
        width: 100%;
        float: none;
    }
    .product-cates .cates-nav-list{
        padding: .15rem 0;
    }



    /* ------------- footer ------------- */
    .contact-items{
        display: block;
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .contact-item{
        display: block;
        float: none;
        border-right: 0;
    }
    .contact-item dd{
        padding: 0 .15rem;
    }
    .contact-item dd.has-mobile-link{
        display: block;
    }
    .contact-item .item-ico{
        font-size: .24rem;
    }
    .foot-bar .foot-nav li{
        padding: 0 .1rem;
    }





    /* ------------- product list ------------- */
    .path-bar{
        padding-left: .1rem;
        padding-right: .1rem;
    }
    .main-tit-bar{
        display: block;
    }
    .main-tit-bar .title,
    .main-tit-bar .share-this{
        display: block;
    }
    .main-tit-bar .title + .share-this{
        display: block;
        width: 100%;
        max-width: inherit;
        text-align: left;
        padding-top: .06rem;
        padding-bottom: .15rem;
        height: auto;
    }
    .main-tit-bar .share-this img{
        max-width: inherit;
    }
    .items_list ul{
        margin: 0 -.1rem;
    }
    .items_list .product-item{
        width: 50%;
        padding-top: .1rem;
        padding-bottom: .1rem;
    }
    .items_list .product-item:nth-child(n){
        clear: none;
    }
    .items_list .product-item:nth-child(2n+1){
        clear: left;
    }
    .items_list .product-item .item-wrap{
        padding: 0;
    }


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


    /* ------------- blog ------------- */
    .blog-item .item-img{
        float: none;
        margin-right: 0;
    }
    .blog-item .item-info .item-title{
        font-size:.24rem;
        line-height: 1.1;
        font-weight: normal;
        padding-top: .15rem;
    }
    .blog-item .item-info time{
        color: #999;
    }
    .blog-item .item-info .item-detail{
        color: #666;
    }
    .blog-item .item-info .item-more{
        /*border-radius: .18rem;*/
        /*background-color:#000;*/
        /*color: #fff;*/
        /*border-color: rgba(0,0,0,0);*/
        margin: .1rem auto 0;
    }
    .blog-item:hover .item-info .item-more{
        color: #fff;
    }


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

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

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

}


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

}

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

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

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