 

/* CSS Reset */
html{-webkit-text-size-adjust:none; }
body{overflow-x:hidden;margin:0; padding:0;font-family:Microsoft Yahei,PingFang SC,Helvetica Neue,Arial;}
header,nav,section,article,aside,footer {display: block;}
a{text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.fullscreen,.fullscreen body {height: 100%;overflow: hidden}
.alltransition {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.table {display: table;width: 100%;height: 100%;}
.table-cell {display: table-cell;vertical-align: middle;}
.dis-none{ display: none;}
.pcshow { display:block;}
.mbshow { display:none!important;}
.left{ float:left;}
.right{ float:right;}
.clear { clear:both;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;}
.pic {background-position: center center;background-repeat: no-repeat;background-size: cover;}
::-webkit-scrollbar{height:4px; width:5px;background: #dbdedf;}
::-webkit-scrollbar-button{height:0; width:5px;background: #dbdedf;}
::-webkit-scrollbar-thumb{background-color:#d9a655;box-shadow:inset 1px 1px 0 #d9a655,inset 0 -1px 0 #d9a655;}
input,select,textarea {-webkit-appearance: none;border-radius: 0;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
input,select,textarea {font-family:PingFang SC,Microsoft Yahei,Helvetica Neue,Arial;}
/*图片放大*/
.fangda{ overflow: hidden;transition: all .5s;}
.fangda:hover{ transform:scale(1.05);-webkit-transform:scale(1.05);}
.icb{overflow: hidden;}
.icb img{transition: all .5s;}
.icb:hover img{-webkit-transform: scale(1.05);transform: scale(1.05);}

.img-box {
    position: relative;
    &::before {
        content: "";
        display: block;
    }
    > img {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}

.hov_up {transition: .5s;}
.hov_up:hover{transform:translateY(-10px);box-shadow: 0 0 15px rgba(0,0,0,.1);}
.hov_up2 {transition: .5s;}
.hov_up2:hover{transform:translateY(-10px);}

/* header */
.hao-header {position: fixed;left: 0;top: 0;z-index: 900;width: 100%;transition:all .4s ease; background:url(/static/addons/cms/images/010.jpg);}
.hao-header .hao-content {width: 92%;height: 100px;margin: auto;position: relative;overflow: hidden;z-index: 999;}
/* .hao-header .hao-content::after {content: '';width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;opacity: .2;} */
.hao-logo {position: absolute;left:0%;top:50%;margin: -30px 0 0 0px;width:240px;height:60px;z-index: 11;display: block; }
.hao-logo .logo-b{ display: block;}
.hao-logo .logo-h{ display: none;}
.hao-logo a {display: block;overflow: hidden;}
.hao-header-left {position: absolute;right: 0%;top: 50%;transform:translateY(-50%);}
.hao-header-nav {position: relative;}
.hao-header-nav li{display: inline-block;position: relative;padding-right: 20px;}
.hao-header-nav li a{display:block;position: relative;line-height: 100px; background: url(/static/addons/cms/images/006-h.png) repeat-x center; padding: 0 30px;}
.hao-header-nav li a::before{content: '';width: 7px;transition:all .4s ease; background:url(/static/addons/cms/images/007-h.png)no-repeat center; height: 100px;position: absolute;top:0px; left: 0;}
.hao-header-nav li a::after{content: '';width: 7px;transition:all .4s ease; background:url(/static/addons/cms/images/008-h.png)no-repeat center; height: 100px;position: absolute;top:0px; right: 0;}
/* .hao-header-nav li .icon-l{width: 7px;position: absolute;top:0px;left:-37px;transition:all .4s ease; background:url(/static/addons/cms/images/007-h.png)no-repeat center; height: 100px;}
.hao-header-nav li .icon-r{width: 7px;position: absolute;top:0px;left:-37px;transition:all .4s ease; background:url(/static/addons/cms/images/008-h.png)no-repeat center; height: 100px;} */
/* .hao-header-nav li a::after {content: '';width: 0px;height: 1px;position: absolute;bottom:0px;left:0;transition:all .4s ease;}
.hao-header-nav li a:hover::after {width: 100%;} */
.hao-header-right {position: absolute;right: 0;top: 50%;transform:translateY(-50%);}
.hao-header-right div {display: inline-block;vertical-align: middle;margin: 0 0 0 20px;}
.hao-header-right a {display: block;position: relative;}
.hao-header-right i {width: 20px;height: 20px;display: inline-block;vertical-align: middle;position: relative; font-size: 18px; margin-top: 3px;}
.hao-header-right span {margin-left: 7px;text-transform: uppercase;display: inline-block;vertical-align: middle;}
.hao-header-right .merchants  {margin-right: 10px;}
.hao-header-right .search  {position: relative;}
.hao-header-right .language  {position: relative;}
.hao-header-right .telephone a {display: block;border-radius: 50px;padding:5px 20px;}
.hao-header-right .telephone i .img-center{ max-height:90%;}

.hao-header-nav-show {position: absolute;left: 0;top:0px;width: 100%;height: auto;z-index: 900;transition:all .4s ease;}
.hao-header-nav-show .hao-content {width: 100%;padding:0;overflow: visible;background: none;}
.hao-header-nav-show .hao-content::after {display: none;}
.hao-header-nav-show-content {width:100%;height:auto;z-index:1;position: absolute;left: 0;overflow: hidden;transition:all .4s ease;background:url(/static/addons/cms/images/010.png);}
.hao-header-nav-show-content.Hide {opacity:0;z-index: -1;height: 0px;box-shadow:none}
.hao-header-nav-show-mark {width: 100%;height: 100%;position: fixed;left: 0;top: 0px;z-index:-1;background: rgba(0,0,0,.3);opacity: 0;transition:all .4s ease;}
.hao-header-nav-show-mark.cur  {z-index: 20;opacity: 1;}

.hao-header-products-nav {overflow: hidden;padding:40px 5% 80px 7%;margin-top:100px;position: relative;}
.hao-header-products-nav::before {content: '';width: 100%;height: 1px;position: absolute;left: 0;top: 0;background: #000;opacity: .1;z-index: 50;}
.hao-header-products-nav li {margin: 0;padding: 0 50px 0 0 ;list-style: none;display:inline-block;vertical-align: middle;position: relative;}
.hao-header-products-nav li * {display: block;overflow: hidden;}
.hao-header-products-nav li strong {display: block;overflow: hidden;float: left;}
.hao-header-products-nav li span {float: left;padding:8px 35px 1px 0px; width: 100%;}
.hao-header-products-nav li i {font-style: normal;}
.hao-header-products-nav li em {font-style: normal;}
.hao-header-products-nav li a {display:block;overflow: hidden;position: relative;padding:15px 0;}
.hao-header-products-nav li a::after,.hao-header-products-nav li a::before {content: '';width: 100%;height:1px;position: absolute;bottom: 0;left: 0; background: #d9a655;}
.hao-header-products-nav li a::before {width: 0px;transition:all .4s ease;z-index: 3;}
.hao-header-products-nav li a:hover::before {width: 100%;}

.hao-header-livingspace-nav {overflow: hidden;padding:40px 5% 80px 7%;margin-top:100px;position: relative;}
.hao-header-livingspace-nav::before {content: '';width: 100%;height: 1px;position: absolute;left: 0;top: 0;background: #000;opacity: .1;z-index: 50;}
.hao-header-livingspace-nav .livingspace-nav {float: left;width: 80%;overflow: hidden;margin-right: 3%;}
.livingspace-nav * {display: block;font-style: normal;overflow: hidden;}
.livingspace-nav-type{padding:20px 0;}
.livingspace-nav-type strong{width:65px;height: 65px;position: relative;margin: 0;float: left;}
.livingspace-nav-type strong svg {max-width: 60%;max-height: 60%;opacity: .5;}
.livingspace-nav-type span{float: left;padding:0px 35px 1px 15px;margin-top: -2px;}
.livingspace-nav-type span em {padding-top:3px;}
.livingspace-nav-item {margin-top: 20px;}					
.livingspace-nav-item a {display: block;float: left;margin-right: 25px;margin-bottom: 25px; font-size: 15px;}
.livingspace-nav-item a:hover {text-decoration: underline;}

.hao-header-search {overflow: hidden;padding:70px 0;margin-top:100px;position: relative;text-align: center;}
.hao-header-search::before {content: '';width: 100%;height: 1px;position: absolute;left: 0;top: 0;background: #000;opacity: .1;z-index: 50;}
.hao-header-search .hao-right-content-search{width: 30%;margin: auto;}
.hao-header-search .hao-right-content-search .hao-right-search .search-input{text-align: center;box-sizing: border-box;}
.hao-header-search .hao-right-content-search .hao-right-search .search-submit {left: 20%;}

.hao-header-language {overflow: hidden;padding:10px 0;margin-top:100px;position: relative;text-align: center;}
.hao-header-language a {display: block;padding: 5px 0;font-size: 14px;color: #666;}
.hao-header-language a:hover {color: #d9a655;}
#language.hao-header-nav-show-content {width:140px;left: auto;right: 11%;}
.hao-header-language p {margin: 0;padding: 0;}


/* scroll - top - down - cur - on -hover */
.hao-header.scroll-down,.hao-header.scroll-top{background:url(/static/addons/cms/images/010.jpg);} 
.hao-header.scroll-down .hao-content::after,.hao-header.scroll-top .hao-content::after {background: #352b22;} 
.hao-header.scroll-down .hao-logo a *,.hao-header.scroll-top .hao-logo a *{fill: #d9a655!important;}
.hao-header.scroll-down .hao-header-right a,.hao-header.scroll-top .hao-header-right a {color: #d88b13;} 
.hao-header.scroll-down .hao-header-right i *,.hao-header.scroll-top .hao-header-right i *{fill: #352b22!important;}
.hao-header.scroll-down .hao-header-right span,.hao-header.scroll-top .hao-header-right span {color:#d88b13;}
.hao-header.hover .hao-header-nav-show{background:url(/static/addons/cms/images/010.jpg);} 

.hao-header.hover .hao-logo .logo-h{display: block;}
.hao-header.hover .hao-logo .logo-b{ display: none;}
.hao-header.hover .hao-logo a *,.hao-header.cur .hao-logo a *{fill: #d9a655!important;}
.hao-header.hover .hao-header-right a,.hao-header.cur .hao-header-right a{color: #352b22;} 
.hao-header.hover .hao-header-right i *,.hao-header.cur .hao-header-right i *{fill: #352b22!important;}
.hao-header.hover .telephone i{color:#d88b13;}
.hao-header.hover .telephone i *,.hao-header.cur .telephone i *{fill: #d9a655!important;}
.hao-header.hover .telephone a,.hao-header.cur .telephone a{border: 1px solid #d88b13;}
.hao-header.hover .hao-header-right span,.hao-header.cur .hao-header-right span{color:#d88b13;}
.hao-header.hover .hao-header-nav-show .hao-content {margin-top: 0px;}


.hao-header.hover .hao-header-nav li a:hover{background: url(/static/addons/cms/images/006.png) repeat-x center; }
.hao-header.hover .hao-header-nav li a:hover::before{content: '';width: 7px;transition:all .4s ease; background:url(/static/addons/cms/images/007.png)no-repeat center; height: 100px;position: absolute;top:0px; left: -5px;}
.hao-header.hover .hao-header-nav li a:hover::after{content: '';width: 7px;transition:all .4s ease; background:url(/static/addons/cms/images/008.png)no-repeat center; height: 100px;position: absolute;top:0px; right: -5px;}

.hao-header-nav li.cur a{background: url(/static/addons/cms/images/006.png) repeat-x center; color:#d88b13;}
.hao-header-nav li.cur a::before{content: '';width: 7px;transition:all .4s ease; background:url(/static/addons/cms/images/007.png)no-repeat center; height: 100px;position: absolute;top:0px; left: -5px;}
.hao-header-nav li.cur a::after{content: '';width: 7px;transition:all .4s ease; background:url(/static/addons/cms/images/008.png)no-repeat center; height: 100px;position: absolute;top:0px; right: -5px;}

.hao-header.hover .hao-header-nav a:hover {color:#d88b13;}
.hao-header.scroll-down .hao-content::after, .hao-header.scroll-top .hao-content::after {display: none;}
.hao-header .hao-header-nav li.on a {color:#d88b13;}
.detail .hao-header.cur {background: url(/static/addons/cms/images/010.jpg);}
.detail .hao-header .hao-content::after {display: block;background: #ccc;}
.search .hao-header .hao-content::after {display: block;background: #ccc;}
.hao-header.scroll-down {top: -100px;}

/* nav */
.menu-toggle {display: none;width:50px;height:50px; position:fixed;right:0px;top:0px;z-index: 9999;}
.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {content:"";display:block;width:24px;height:2px;background:#fff;position:absolute;top:50%;margin-top:-1px;left:50%;margin-left:-12px;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}
.menu-toggle span.hamburger:after {margin-top:-7px;top:0;transition-delay:0.27s;}
.menu-toggle span.hamburger:before {margin-top:7px;top:0;transition-delay:0.2s;}
.menu-toggle span.cross:before,
.menu-toggle span.cross:after {content:"";display:block;width:24px;height:2px;background:#fff;position:absolute;top:50%;margin-top:-1.5px;left:50%;margin-left:-12px;-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);transform:translateY(-70px) translateX(-70px) rotate(45deg);transition-delay:0.12s;}
.menu-toggle span.cross:after {transition-delay:0s;-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);transform:translateY(70px) translateX(-70px) rotate(-45deg);}
.menu-toggle span.cross:after {-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);transform:translateY(-70px) translateX(70px) rotate(-45deg);}
.no-touch .menu-toggle span.hamburger,
.no-touch .menu-toggle span.hamburger:after,
.no-touch .menu-toggle span.hamburger:before {-webkit-transform:translateX(70px);transform:translateX(70px);transition-delay:0.12s;background:#fff;}
.no-touch .menu-toggle span.hamburger:after {transition-delay:0s;}
.no-touch .menu-toggle span.hamburger:before {transition-delay:0.07s;}
.no-touch .menu-toggle span.cross:before {transition-delay:0.12s;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.no-touch .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;}




.no-touch body,.no-touch html {overflow: hidden;}
.mobile-nav {position: fixed;overflow: hidden;width: 100%;height: 100%;left: 0;top: 0;z-index: 31;padding-top:20%;background: rgba(0,0,0,.9);box-sizing: border-box;transition:all .4s ease;display:block;transform:translateX(100%);}
.mobile-nav ul {position: relative;width: 80%;height: 100%;overflow-x: hidden;overflow-y: scroll;margin: 0 auto;padding: 0;list-style: none;}
.mobile-nav ul::-webkit-scrollbar{height:4px; width:0px;background:transparent;}
.mobile-nav li{list-style: none;margin: 0;padding: 20px 0;text-align: left;border-bottom: 1px solid rgba(255,255,255,.2);}
.mobile-nav li a{display: block;color: #fff;opacity: .5;font-size: 16px;}
.mobile-nav li a.cur {opacity: 1;}
.mobile-nav li ul {list-style: none;margin: 0;padding: 20px 0;}
.mobile-nav li ul.mchildren {display: none;padding-left: 5%;}
.mobile-nav li ul li{list-style: none;margin: 0;padding:10px 0;}
.mobile-nav li ul li:last-child {border: none;}
.mobile-nav li ul li a{font-family:'Montserrat-Light';font-size: 14px;}
.mobile-nav.is-visible {transform:translateX(0px);display: block;}
.mobile-nav li ul li ul.three-children {display: none;list-style: none;margin: 0;padding:10px 0;width:100%;}
.mobile-nav li ul li ul.three-children.cur {display: block;}
.mobile-nav li ul li ul.three-children a{font-family:'Montserrat-Light';font-size:12px;padding:10px 0;display:block;border-bottom:1px solid rgba(255,255,255,.2);background:none;}
.mobile-nav li ul li ul.three-children a:last-child {border: none;}
.cd-nav-trigger {display: block;overflow: hidden;height: 50px;}

.mobile-nav .hao-header-language {margin-top: 10px;}
.mobile-nav .search-input{text-align: center;box-sizing: border-box;background:none;border:none;border-bottom:1px solid #555;outline:none;height: 50px;width: 100%;color: #fff;}
.mobile-nav .search-submit{position: absolute;width: 22px;height: 22px;background: url(/static/addons/cms/images/ssb.svg) center no-repeat;background-size: 100%;border: none;right: 0;top: 50%;opacity: .5;margin-top: -12px;cursor: pointer;}




/* footer */
.hao-footer {padding-top:50px;overflow: hidden; background-color: #2c303d;}
.hao-footer .hao-content {margin: auto;position: relative;}
.hao-footer .hao-content-top {padding-bottom: 35px;}
.hao-footer-logo {width: 230px;height: 30px; margin-bottom: 20px;}
.hao-content-top-returntop {position: absolute;right: 0;top: 8px;width:40px;height: 55px;}
.hao-content-top-returntop a{display: block;width: 100%;height: 100%;}
.hao-content-top-returntop i{display: block;width: 36px;height: 12px;position: absolute;left:50%;top:25px;transform:rotate(-90deg);z-index: 3;margin-left: -18px;}
.hao-content-top-returntop i svg{margin: auto;display: block;}
.hao-content-top-returntop span{display: block;width: 38px;height: 38px;border-radius: 100%;margin: auto;}	
.hao-content-top-returntop a:hover i{-webkit-animation: updown1 1000ms ease infinite;animation: updown1 1000ms ease infinite;}
.hao-footer .hao-content-center{padding: 35px 0 25px 0;overflow: hidden;position: relative;}
.hao-footer .hao-content-nav{overflow: hidden;float: left;width: 70%;}
.hao-footer .hao-content-nav a{float: left;margin-right: 40px;font-weight: 300;}
.hao-footer .hao-content-social {float: right;width: 25%;text-align: right;margin-right:15px}
.hao-footer .hao-content-social .ewm_img{ max-width:130px; float:right;width:45%; margin-left:10px}
.hao-footer .hao-content-social .ewm_img img{ height: auto; width:120px;margin-left:20px;}
.hao-footer .hao-content-social a{width: 20px;height: 20px;position: relative;display: inline-block;vertical-align: middle;margin-left: 10px;opacity: .5;}
.hao-footer .hao-content-social a:hover {opacity: 1;}
.hao-footer .hao-content-color{ width: 100%; float: left; margin-top: 40px;}
.hao-footer .hao-content-color a{ color: #d9a655; font-weight: bold; }
.hao-footer .hao-content-color-ewm{ width: 120px; float: left;  margin-top: 20px; float: left;display:none}
.hao-footer .hao-content-color-ewm img{ width: 100%; height: auto;}
.hao-footer .hao-content-color-ewm .txt{ width: 100%; text-align: left; font-size: 16px; font-weight: bold; color: #d9a655; margin-top: 10px;}
.hao-footer .hao-content-linkurl {clear: both;overflow: hidden;padding-top: 60px;position: relative;}
.hao-footer .hao-content-linkurl a {opacity: .6;margin-right: 20px;font-weight: 300; font-size: 14px;}
.hao-footer .hao-content-linkurl a:hover {opacity: 1;}
.hao-footer .hao-content-hotline {position: absolute;right: 0;bottom: 20px;text-align: right;}
.hao-footer .hao-content-hotline span{display: block;}
.hao-footer .hao-content-hotline h3{margin: 0;}
.hao-footer .hao-content-bottom {padding: 20px 0;overflow: hidden;}				
.hao-footer .hao-content-copy {opacity: .4;float: left;width: 75%;text-transform: uppercase;}
.hao-footer .hao-bottom-right {float: right;width: 20%;text-align: right;opacity: .4;}	
.hao-footer .hao-bottom-right a {text-transform: uppercase;}
.hao-content-linkurl-show {width: 100%;height: auto;overflow: hidden;clear: both;padding: 20px 0;position: absolute;left: 0;bottom:40px;z-index: 20;display: none;}
.hao-content-linkurl-show a {opacity: .6;margin:0 20px 10px 0;font-weight: 300;display: inline-block;vertical-align: middle;}
.hao-content-linkurl-show a:hover {opacity: 1;}
.hao-ewmshow {display: none;width: 80px;height: 80px;position: absolute;right: 50%;top: 30px;z-index: 11;background: #fff;margin-right: -50px;padding: 5px;}
.hao-ewmshow::before{content: '';width: 0; height: 0;border-width: 10px;border-style: solid;border-color: transparent #fff transparent transparent;transform: rotate(90deg);position: absolute;left: 50%;top: -15px;margin-left: -10px;}
.hao-footer .hao-content-social a:hover .hao-ewmshow {display: block;}
.hao-ewmshow img {width: 100%;height: auto;}
 

/* index */
.hao-index-banner {position: relative;width: 100%;height: 100%;}
.hao-index-banner .swiper-slide {background: #000;} 
.hao-index-banner .hao-index-banner-container {position: relative;overflow: hidden;width: 100%;height: 100%;}
.hao-index-banner .text {position: absolute;width:90%;top:34%;left:8%;z-index: 10;}
.hao-index-banner .title-1 {font-weight: 700;transform:translateY(200px);opacity:0;transition:all 0.2s;}
.hao-index-banner .title-2 {font-weight: 700;transform:translateY(200px);opacity:0;transition:all 0.2s;}
.hao-index-banner .text-2 {max-width:30%;line-height: 32px;transform:translateY(200px);opacity:0;transition:all 0.9s; margin-top: 20px;}
.hao-index-banner .viewmore { transform:translateY(200px);opacity:0;transition:all 1.2s;}
.hao-index-banner .swiper-slide-active .title-1 {transform:translateY(0px);opacity:1;}
.hao-index-banner .swiper-slide-active .title-2 {transform:translateY(0px);opacity:1;}
.hao-index-banner .swiper-slide-active .text-2{transform:translateY(0px);opacity:.8;}
.hao-index-banner .swiper-slide-active .viewmore{transform:translateY(0px);opacity:1;}
.hao-index-banner .swiper-slide-active .img{animation: bigimgani 5000ms infinite ease;}
.hao-index-banner-scroll {position: absolute;left: 5%;bottom: 5%;z-index: 10;display: none;}
.hao-index-banner-scroll i{display: inline-block;vertical-align: middle;width: 18px;height: 28px;background: url('/static/addons/cms/images/scroll.png');}
.hao-index-banner-scroll span{text-transform: uppercase;display: inline-block;vertical-align: middle;margin-left: 10px;}
.hao-index-banner .hao-index-banner-container.center .text{text-align: center;left:5%;}
.hao-index-banner .hao-index-banner-container.center .text-2 {margin: auto;}
.hao-index-banner .hao-index-banner-container.center .viewmore {margin: 50px auto auto auto;display: inline-block;}
.hao-index-banner .hao-index-banner-container.right .text{text-align: right;left:auto;right:8%;}
.hao-index-banner .hao-index-banner-container.right .title-1 {margin-right: -10px;}
.hao-index-banner .hao-index-banner-container.right .text-2 {display: inline-block;}
.hao-index-banner .hao-index-banner-container.right .viewmore a{display: inline-block;}
.hao-index-banner .hao-index-banner-container.none .text{display: none;}
.hao-index-banner-pagination-right {width:auto;z-index: 90;right: 5%;bottom: 3%;width:80px;height: 55px;position: absolute;}
.hao-index-banner-pagination {bottom: auto;display: block;z-index: 90;right:auto;bottom: auto!important;left: auto!important;}
.hao-index-banner-pagination .swiper-pagination-bullet {width:80px;height:10px;margin:0;border-radius: 0;opacity:1;background: none;position: absolute;z-index: 9;outline: none;}
.hao-index-banner-pagination .swiper-pagination-bullet::before {content: '';display: block;width: 100%;height:1px;position: absolute;left: 0;top:5px;opacity:1;z-index: 9;}
.hao-index-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {z-index: 20!important;}
.hao-index-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{opacity: 1;z-index: 20!important;}
.hao-index-banner-pagination .swiper-pagination-bullet::after {content: '';display: block;position: absolute;left:0;top:5px;width:0;height: 1px;-webkit-transition:all .4s ease;transition:all .4s ease;}
.hao-index-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {-webkit-animation: w100 4000ms 1;animation: w100 4000ms 1;}


.viewmore {margin-top: 50px;overflow: hidden;}
.viewmore a {display: block;width: 200px;height:58px;line-height:58px;overflow: hidden;position: relative;text-align: center;}
.viewmore span {position: relative;text-transform: uppercase;}
.hao-content { margin: 0 auto; width: 92%;}
.hao-content-top {overflow: hidden;}
.hao-footer .hao-content{ max-width: 1600px;}

/* index  - process */
.hao-index-process {position: relative;padding:40px 0;}
.hao-index-process .hao-content{width: 90%;margin: auto;text-align: center;font-size: 0;position: relative;}
.hao-index-process .hao-content::before{content: '';width:89%;height: 1px;position: absolute;left:5.5%;top: 50%;}
.hao-index-process .hao-content::after {content: '';width:0px;height: 1px;position: absolute;left:5.5%;top: 50%;z-index: 2;transition:all .4s ease;}
.hao-index-process-swiper {overflow:visible;z-index: 10;}
.hao-index-process-swiper .swiper-wrapper  {overflow:visible;}
.hao-index-process .process-item {display: inline-block;vertical-align: top;width: 100%;}
.hao-index-process .process-item a{text-align: center;display: block;position: relative;}
.hao-index-process .process-item .num-1{display: inline-block;}
.hao-index-process .process-item .num-1 i{font-style: normal;display: block;width: 40px;height: 40px;line-height: 40px;border-radius: 100%;}
.hao-index-process .process-item .title-2{margin-top:30px;padding-bottom: 5px;}
.hao-index-process .process-item .english-3{text-transform: uppercase;}
.hao-index-process .process-item .dot-4{position: absolute;left:50%;top:50%;margin: -4px 0 0 -4px;}
.hao-index-process .process-item .dot-4 i{display: block;width: 5px;height: 5px;border-radius: 100%;position: relative;z-index: 5;}
.hao-index-process .process-item .text-5{position: absolute;width:340px;height: 0px;left:50%;top:160px;margin-left: -180px;z-index: -1;box-shadow: 0px 12px 50px 0px rgba(0, 0, 0, 0.1);display:none;}
.hao-index-process .process-item .text-content{padding: 7% 8%;overflow: hidden;text-align: left;line-height: 26px;}
.hao-index-process .process-item .text-5::before{width: 0;height: 0;border-left: 20px solid transparent;border-right: 20px solid transparent;content: '';position: absolute;left: 50%;top: -10px;margin-left: -10px;}
.hao-index-process .process-item a:hover .text-5{display: block;top:130px;height:auto;z-index: 10;}
.hao-index-process .hao-content.w10::after {width:11%;}
.hao-index-process .hao-content.w20::after {width:22%;}
.hao-index-process .hao-content.w30::after {width:33.5%;}
.hao-index-process .hao-content.w40::after {width:44.5%;}
.hao-index-process .hao-content.w50::after {width:55.5%;}
.hao-index-process .hao-content.w60::after {width:67%;}
.hao-index-process .hao-content.w70::after {width:78%;}
.hao-index-process .hao-content.w80::after {width:89%;}
.hao-index-process .hao-content.w90::after {width:100%;}




/* index  - product */
.hao-index-product {position: relative;padding:120px 0;overflow: hidden;}
.hao-index-product .hao-content {width: 75%;}
.hao-index-product .hao-content-top {position: relative;padding-bottom: 30px;}
.hao-title {position: relative;overflow: hidden;}
.hao-title .english-1{text-transform: uppercase;}
.hao-title .title-2 {position: relative;padding-right:15px;}
.hao-title .title-2 h3{margin: 0;font-weight: normal;}
.hao-title .title-2 i{display: block;width: 5px;height: 5px;border-radius: 100%;position: absolute;right: 0;top:8px;}
.hao-right-nav {width: 70%;position: absolute;right: 0;bottom:0;text-align: right;}
.hao-right-nav li{display: inline-block;vertical-align: middle;position: relative;text-align: center;}
.hao-right-nav a {display: block;padding-bottom:35px;padding-right: 35px;}
.hao-right-nav a::after {content: '/';padding: 0 15px;opacity: .5;position: absolute;right: 0;top: 1px;}
.hao-right-nav li a::before {content: '';width: 0px;height: 2px;position: absolute;left: 0;bottom: 0;transition:all .4s ease;}
.hao-right-nav li.cur a::before{width:60%;}
.hao-right-nav li:last-child a::after {display: none;}
.hao-right-nav li:last-child a {padding-right: 0;}


.hao-content-product-swiper {margin-top: 60px;overflow: hidden;}
.hao-content-product-item-swiper {width: 100%;}
.hao-index-product-item {position: relative;}
.hao-index-product-item .left {width: 62%;margin-left: 1px;overflow: hidden;}
.hao-index-product-item .right{width: 33%;overflow: hidden;}
.hao-index-product-item .left a {display: block;overflow: hidden;}
.hao-index-product-item .left a:hover .img{transform:scale(1.05);}
.hao-index-product-item .text{padding: 30px 0;overflow: hidden;}
.hao-index-product-item .title-1{font-weight: 700;position: relative;}	
.hao-index-product-item .title-1::after {content: '';display: block;width: 40px;height: 2px;margin: 20px 0;}	
.hao-index-product-item .ennum-2{padding-bottom: 30px;}
.hao-index-product-item .text-3{line-height: 28px;}
.hao-index-product-item .pics{position: relative;overflow: hidden;}
.hao-index-product-item .product-item-pics-swiper{overflow: hidden;}

									
.hao-control {overflow: hidden;margin-top: 40px;position: relative;}
.hao-control .page-control{width: 45%;float: left;}
.hao-swiper-prev-style1,.hao-swiper-next-style1 {width: 50px;height: 50px;position: relative;float: left;cursor: pointer;}
.hao-swiper-prev-style1 .img-center,.hao-swiper-next-style1 .img-center {max-width:40%;}
.hao-swiper-prev-style1{margin-right: 20px;}
.hao-swiper-next-style1{margin-left: 20px;}
.swiper-page-control-num {float: left;}
.swiper-page-control-num span{display:inline-block;vertical-align: middle;line-height: 50px;}
.viewdetails {width: 50%;float: right;}
.viewdetails a{position: relative;overflow: hidden;display: block;padding-bottom:20px;}
.viewdetails a::after,.viewdetails a::before  {content: '';position: absolute;width:0px;height: 1px;left: 0;bottom: 0;transition:all .4s ease;}
.viewdetails a::after {width: 100%;}
.viewdetails span{text-transform: uppercase;}
.viewdetails i{width: 50px;height: 15px;display: block;position:absolute;right: 0;top:50%;margin-top: -15px;}
.viewdetails i svg{width: 100%;height: 100%;display: block;}
.viewdetails a:hover::before {width: 100%;z-index: 10;}
.viewdetails a:hover i {animation: rightdong1 1000ms ease infinite;}
.hao-control .viewdetails  {position: absolute;bottom: 0;right: 0;}



/* index  - customized */
.hao-index {overflow: hidden;background: url('/static/addons/cms/upload/bg-1.jpg') center no-repeat;background-size:cover;}
.hao-index-customized {position: relative;padding:150px 0;overflow: hidden;}
.hao-index-customized .hao-content {width: 75%;}
.hao-index-customized .hao-content-top {position: relative;padding-bottom: 30px;}
.hao-content-customized {overflow: hidden;margin-top: 50px;position: relative;}
.hao-content-customized-swiper {overflow: hidden;}
.hao-index-customized-item {overflow: hidden;position: relative;}
.hao-index-customized-item a{display: block;position: relative;}
.hao-index-customized-item .text {position: absolute;left: 10%;bottom:0px;z-index: 10;}
.hao-index-customized-item .title-1 {padding-bottom:10px;font-weight: 700;}
.hao-index-customized-item .img {position: relative;overflow: hidden;}
.hao-index-customized-item .img .pic {background-position:center center;background-repeat: no-repeat;background-size:cover;}
.hao-index-customized-item a:hover .img .pic{transform: scale(1.05);}
.viewdetail {overflow: hidden;position: relative;display: inline-block;padding-right: 50px;}
.viewdetail span{font-weight: normal;text-transform: uppercase;}
.viewdetail i{width: 40px;height:20px;display: block;position: absolute;right: 0;top: 50%;margin-top: -8px;opacity: .6;}
.viewdetail i svg {display: block;width:100%;height:100%;margin: auto;}
.hao-index-customized-list {position: relative;overflow: hidden;}
.hao-index-customized-item .viewdetail {opacity: 0;}
.hao-index-customized-item.c-item1 {width: 40.4%;}
.hao-index-customized-item.c-item2 {width: 58.2%;}
.hao-index-customized-item.c-item3 {width: 28.4%;}
.hao-index-customized-item.c-item4 {width: 28.4%;}
.hao-index-customized-item.c-item2 {position: absolute;top: 0;right: 0;}
.hao-index-customized-item.c-item3,.hao-index-customized-item.c-item4 {position: absolute;bottom: 0;}
.hao-index-customized-item.c-item3 {right: 29.8%;}
.hao-index-customized-item.c-item4 {right: 0;}
.hao-index-customized-item.c-item1 .text {left:7%;}
.hao-index-customized-item.c-item2 .text {left:5%;}
.hao-index-customized-item a:hover .text {bottom:40px;}
.hao-index-customized-item a:hover .viewdetail {opacity: 1;}


.hao-viewmore {margin-top:40px;text-align: center;}
.hao-viewmore::before {content: '';clear: both;display: block;}
.hao-viewmore a{display: inline-block;padding-right: 130px;margin: auto;position: relative;}
.hao-viewmore span{display: block;line-height: 100px;text-transform: uppercase;}
.hao-viewmore i{width: 64px;height: 64px;border-radius: 100%;margin: auto;position: absolute;right: 0;top: 50%;margin-top: -32px;}
.hao-viewmore i::before {content: '';width: 73px;height: 25px;background: url('/static/addons/cms/images/right2.svg') center no-repeat;background-size:100%;position: absolute;left: -40px;top:50%;margin-top: -12.5px;opacity: .5;}
.hao-viewmore a:hover i::before{animation: leftdong1 1000ms ease infinite;}
.hao-viewmore.smallsize i{width: 44px;height:44px;margin-top: -22px;}
.hao-viewmore.smallsize i::before {width:53px;height: 15px;left: -40px;margin-top: -7.5px;margin-left: 10px;}
.hao-viewmore.smallsize a{padding-right: 90px;}





/* index  - Chooseus */
.hao-index-Chooseus {position: relative;padding:70px 0 100px 0;overflow: hidden;}
.hao-index-Chooseus .hao-content {width: 75%;}
.hao-index-Chooseus .hao-content-left {float: left;width: 220px; margin-top: 30px;}
.hao-index-Chooseus .hao-content-right {float: left;width: calc(100% - 220px);overflow: hidden;margin-top:30px;}
.hao-chooseus-item {overflow: hidden;padding:1% 10% 1% 10%;position: relative;height: 100%;}
.hao-chooseus-item .icon-1{display: block;width: 80px;height: 67px;text-align: left;position: relative;-webkit-transition: -webkit-transform 0.4s ease-out;	-moz-transition: -moz-transform 0.4s ease-out;transition: transform 0.4s ease-out;}
.hao-chooseus-item .title-2{margin-top: 30px;position: relative;}
.hao-chooseus-item .title-2 strong{font-weight: 500;display: block;}
.hao-chooseus-item .title-2 i{display: block;width: 30px;height: 30px;position: absolute;right: 0;top: 0;font-style: normal;opacity: .6;}
.hao-chooseus-item .text-3{margin-top: 20px;line-height: 24px;min-height:60px; font-size: 18px;}
.hao-Chooseus-swiper .swiper-slide::before {content: '';width: 1px;height: 100%;position: absolute;left: 1px;top: 0;}
.hao-Chooseus-swiper .swiper-slide::after {content: '';width: 1px;height: 100%;position: absolute;right: -1px;top: 0;z-index: 9;display: none;}
.swiper-pagination-chooseus {margin-top:80px;}
.swiper-pagination-chooseus span {width: 42px;height: 42px;line-height: 42px;overflow: hidden;background:none;margin-right:5px;position: relative;opacity: 1;text-indent: -999px;text-align: center;border-radius: 0;}
.swiper-pagination-chooseus span::before {content: '';width:4px;height:4px;border-radius: 100%;left: 50%;top: 50%;margin: -2px 0 0 -2px;position:absolute;}
.swiper-pagination-chooseus span::after {content: '';width: 40px;height: 40px;border-radius: 100%;position:absolute;left: 50%;top: 50%;margin: -21px 0 0 -21px;display: none;}
.swiper-pagination-chooseus span.swiper-pagination-bullet-active {font-weight: 800;text-indent:0px;}
.swiper-pagination-chooseus span.swiper-pagination-bullet-active::after {display: block;}
.swiper-pagination-chooseus span.swiper-pagination-bullet-active::before {display: none;}
.hao-chooseus-item:hover .icon-1{-moz-transform:scaleX(-1);	-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);}


/* index  - activity */
.hao-index-activity {position: relative;padding:100px 0;}
.hao-index-activity .hao-content {width: 75%;overflow: hidden;}
.hao-index-activity .hao-content-top {position: relative;}
.hao-index-activity .hao-content-top .hao-viewmore.smallsize {position: absolute;right: 0;top: -80%;}
.hao-index-activity-list {overflow: hidden;margin-top:60px;position: relative;}
.hao-index-activity-list .hao-activity-left {float: left;width: 30%;overflow: hidden;}
.hao-index-activity-list .text{padding: 10px 0;overflow: hidden;}
.hao-index-activity-list .data-1{padding: 10px 0;}
.hao-index-activity-list .title-2{font-weight: 800;line-height: 34px;}
.hao-index-activity-list .viewdetail{margin-top: 40px;}
.hao-index-activity-list a {display: block;overflow: hidden;}
.hao-index-activity-list a:hover .img .pic {transform: scale(1.05);}
.hao-index-activity-list .hao-activity-center {float: left;width: 30%;overflow: hidden;margin-left:3.3%;}
.hao-index-activity-list .hao-activity-center .text {padding: 10%;}
.hao-index-activity-list .line-2{margin: 30px 0;position: relative;width:100%;height: 2px;}
.hao-index-activity-list .line-2::before {content: '';width: 60px;height: 2px;position: absolute;left: 0;top: 0;z-index: 1;transition:all .4s ease;}
.hao-index-activity-list a:hover .line-2::before {width: 100%;}
.hao-index-activity-list .text-3 {line-height: 28px;}
.hao-index-activity-list .hao-activity-right {float: right;width: 33%;overflow: hidden;}
.hao-activity-item {padding: 25px 0;}
.hao-activity-item:first-child {padding: 0px 0 25px 0;}
.hao-activity-item .img{float: left;width: 35%;}
.hao-activity-item .text{float: left;width: 55%;padding:1% 5%;}
.hao-activity-item .title-3{line-height: 28px;}



/* index  -  joining */
.hao-index-joining {position: relative;padding:10px 0 150px 0;overflow: hidden;}
.hao-index-joining .hao-content {width: 75%;overflow: hidden;position: relative;}
.hao-index-joining .hao-content-left {position: absolute;left: 0;top:13%;z-index: 3;width: 50%;}
.hao-index-joining .hao-content-left .text-3::before {content: '';width: 50px;height: 2px;display: block;margin: 22px 0;}
.hao-index-joining .hao-content-left .text-3{position: relative;opacity: .6;letter-spacing: 3px;}
.hao-index-joining .hao-content-left .hao-viewmore{text-align: left;}
.hao-index-joining .hao-content-right {float: right;width: 66.5%;}
.hao-index-joining .hao-content-right a {display: block;overflow: hidden;}
.hao-index-joining .hao-content-right a:hover .pic{transform: scale(1.05);}



/* product */
.hao-banner {position: relative;overflow: hidden;}
.hao-banner .text{position: absolute;width: 100%;height: 100%;left: 0;top:40%;z-index: 13;text-align: center;}
.hao-banner .img{position: relative;animation: bgimgain 3000ms 1 ease-out;}
.hao-path {position: absolute;left: 4%;top: 100px;padding: 15px 0;overflow: hidden;z-index: 50;}
.hao-path a{display: inline-block;vertical-align: middle;position: relative;}
.hao-path a i {display: inline-block;vertical-align: middle;margin-right: 10px;position: relative;width: 20px;height: 20px;opacity: .6;}
.hao-path a span {display: inline-block;vertical-align: middle;opacity: .6;}
.hao-path em {display: inline-block;vertical-align: middle;font-style: normal;font-family: "宋体";font-size: 14px;margin:2px 10px 0px 10px;opacity: .5;line-height: 16px;}
.hao-path a:hover i,.hao-path a:hover span,.hao-path a.cur span{opacity: 1;}

.hao-product {position: relative;}
.hao-product .hao-content {width: 90%;margin: auto;padding:2% 0  5% 0;overflow: hidden;}
.hao-left-navs {float: left;width:19%;position: absolute;left: 0;top: -130px;overflow: hidden;z-index: 50;min-height: 500px;box-shadow: 10px 0px 70px 0px rgba(0, 0, 0, 0.08);}
.hao-left-navs-title {padding:10%;overflow: hidden;}
.hao-left-navs-title .icon-1{float: left;width: 65px;margin-top: 2px;}
.hao-left-navs-title .icon-1 i{display: block;position: relative;width: 45px;height: 45px;}
.hao-left-navs-title .icon-1 i svg{max-width: 50%;max-height: 50%;}
.hao-left-navs-title .title-2 {float: left;}
.hao-left-navs-content {padding:5% 10%;overflow: hidden;}
.hao-left-navs-item {overflow: hidden;padding:20px 0;}
.hao-left-navs-item-title {position: relative;cursor: pointer;}
.hao-left-navs-item-title strong{display: block;margin: 0;padding: 10px 0;}
.hao-left-navs-item-title i{display: block;position:absolute;width: 16px;height: 16px;right: 0;top: 50%;margin-top:-3px;}
.hao-left-navs-item-title i::before,.hao-left-navs-item-title i::after {content: '';width: 16px;height:2px;position: absolute;left: 0;top: 0;}
.hao-left-navs-item-title i::after {transform:rotate(90deg);}
.hao-select-type {display: none;}
.hao-select-type li {list-style: none;margin: 0;padding: 0 0 10px 0;}
.hao-select-type a{display: block;}
.hao-select-type i {display: inline-block;vertical-align: middle;position: relative;width: 14px;height: 14px;border-radius: 100%;}
.hao-select-type i::before {content: '';width: 6px;height: 6px;position: absolute;left: 50%;top: 50%;margin: -3px 0 0 -3px;border-radius: 100%;display: none;}
.hao-select-type span {display: inline-block;vertical-align: middle;margin-left: 10px;}
.hao-select-type li.cur i::before {display: block;}
.hao-left-navs-item.cur .hao-select-type {display: block;}
.hao-left-navs-item.cur .hao-left-navs-item-title.cur i::after  {display: none;}
.hao-select-type-1 {overflow: hidden;padding-top: 10px;}
.hao-select-type-2 {overflow: hidden;padding-top: 10px;}
.hao-select-type.hao-select-type-2 li i {border-radius: 3px;}
.hao-select-type.hao-select-type-2 li.cur i::before {display: none;}
.hao-select-type.hao-select-type-2 li.cur i::after {content: '';width: 12px;height: 12px;position: absolute;left:50%;top:50%;background: url('/static/addons/cms/images/gou.svg') center no-repeat;background-size:100%;margin: -6px 0 0 -6px;}
.hao-select-type.hao-select-type-2 li.all.cur i {border-radius:100%;background: none;}
.hao-select-type.hao-select-type-2 li.all.cur i::after {display: none;}
.hao-select-type.hao-select-type-2 li.all.cur i::before {display: block;}
.hao-reset-filter {padding:30px 0 20px 0;overflow: hidden;text-align: right;}
.hao-reset-filter a {display: inline-block;vertical-align: middle;position: relative;}
.hao-reset-filter a::before {content: '';width: 30px;height: 1px;display: inline-block;vertical-align: middle;margin-right: 10px;}

.hao-right-content {float: right;width: 78%;overflow: hidden;}
.hao-right-content-search {overflow: hidden;}
.hao-right-content-search .hao-right-search {position: relative;}
.hao-right-content-search .hao-right-search .search-submit{position: absolute;width: 22px;height: 22px;background: url('/static/addons/cms/images/ss.svg') center no-repeat;background-size:100%;border: none;left: 0;top:50%;opacity: .5;margin-top: -12px;cursor: pointer;}
.hao-right-content-search .hao-right-search .search-submit:hover {opacity: 1;}
.hao-right-content-search .hao-right-search .search-input{width: 100%;display: block;padding: 20px 30% 20px 30%;border: none;background: none;}
.hao-right-content-search .hao-right-search .search-input::placeholder {color: #999;font-size: 20px;}
.hao-right-content-search .search-result{padding: 20px 0;overflow: hidden;}
.hao-right-content .hao-right-content-search .hao-right-search .search-input{padding: 20px 5% 20px 5%;}


.hao-right-products-list {overflow: hidden;padding:20px 0;min-height: 500px;}
.hao-right-products-item {float: left;width: 30%;margin:0 4.9% 4% 0;overflow: hidden;}
.hao-right-products-item.orpi3,.hao-right-products-item.orpi6,.hao-right-products-item.orpi9 {margin:0 0 4% 0;}
.hao-right-products-item a{display: block;overflow: hidden;text-align: center;}
.hao-right-products-item .img{overflow: hidden;position: relative;}
.hao-right-products-item .pic{overflow: hidden;position: relative;}
.hao-right-products-item .text{padding: 20px 0;overflow: hidden;}
.hao-right-products-item .title-1{padding-bottom: 10px;font-weight: 800;}
.hao-right-products-item a:hover .pic img.img-center{opacity: 0;}
.hao-right-products-item a:hover .pic img.img-block{opacity: 0;}

.hao-page-trun {text-align: center;padding: 20px 0;overflow: hidden;font-size: 0;}
.hao-page-trun a{text-align: center;display: inline-block;vertical-align: middle;position: relative;margin:0;border-radius: 100%;width: 40px;height: 40px;line-height: 40px;}
.hao-page-trun a.prev,.hao-page-trun a.next{width: 90px;height: 45px;line-height: 45px;border-radius: 50px;margin: 0 10px;}
.hao-page-trun a.next::before,.hao-page-trun a.prev::before{width: 20px;height: 20px;line-height: 20px;position: absolute;left: 50%;top: 50%;margin: -10px 0 0 -10px;font-family: "宋体";font-size: 22px;color: #666;}
.hao-page-trun a.next::before{content: '>';}
.hao-page-trun a.prev::before{content: '<';}
.hao-page-trun a.prev:hover::before,.hao-page-trun a.next:hover::before {color: #fff;}
.hao-page-trun a.cur{border-radius: 100%;width: 40px;height: 40px;line-height: 40px;}
.hao-page-trun a i{display: block;width: 20px;height: 20px;margin: auto;position: relative;}


.hao-product-title {position: absolute;width: 100%;left: 0;text-align: center;top: 50%;z-index: 40;}
.hao-product-title h1{margin: 0;font-weight: 800;}


.hao-product-detail {overflow: hidden;padding: 5% 0;}
.hao-product-detail .hao-content{overflow: hidden;position: relative;}
.hao-product-detail-left {float: left;width: 52%;position: relative;overflow: hidden;}
.hao-product-detail-pic-swiper {position: relative;float: right;width:80%;box-sizing: border-box;}
.hao-product-detail-pic-swiper .play {width: 60px;height: 60px;position: absolute;left: 50%;top: 50%;margin: -30px 0 0 -30px; z-index: 10;}
.hao-product-detail-pic-swiper .play.cur {display: none;}
.hao-product-detail-pic-swiper .play a{display: block;border-radius: 100%;width: 60px;height: 60px;position: relative;}
.hao-product-detail-pic-swiper .play i{display: inline-block;width: 18px;height: 18px;position: absolute;left: 50%;top: 50%;margin: -9px 0 0 -9px;background: url('/static/addons/cms/images/play.png') center no-repeat;}
.hao-product-detail-pic-swiper .play a::before {content: '';width: 90px;height:90px;position: absolute;left: 50%;top: 50%;margin: -45px 0 0 -45px;border-radius: 100%;box-sizing: border-box;}
.hao-product-detail-pic-swiper .swiper-slide .video {position: absolute;width: 100%;height: 100%;background: #000;z-index: 5;display: none;}
.hao-product-detail-pic-swiper .swiper-slide .video video {width: 100%;height:100%;display: block;}
.hao-product-detail-pic-swiper .swiper-slide .video.cur {display: block;}
.hao-product-detail-left-pic {width:15%;height: 100%;position: absolute;overflow: hidden;left: 0;top: 0;}
.hao-product-detail-left-pic-swiper {position: relative;height: 100%;}
.hao-product-detail-left-pic-swiper .img ,.hao-product-detail-pic-swiper .img {background-color: #fff;box-sizing: border-box;}
.hao-product-detail-left-pic-swiper .img {opacity: .5;cursor: pointer;}
.hao-product-detail-left-pic-swiper .swiper-slide-thumb-active .img {opacity: 1;}
.hao-product-detail-left-pic-swiper .swiper-slide-thumb-active .img::before {content: '';width: 4px;height: 100%;position: absolute;left: 0;top: 0;z-index: 3;}
.hao-close {width: 40px;height: 40px;position: absolute;right:0;top:0;z-index: 50;display: block;}
.hao-close.cur {display: none;}
.hao-close a {display: block;width:30px;height:30px;margin: 5px;background: #fff;position: relative;}
.hao-close a i {width: 20px;height: 2px;background: #000;position: absolute;left: 50%;top: 50%;margin: -1px 0 0 -10px;transform:rotate(45deg);}
.hao-close a i::before {content: '';width:2px;height: 20px;;background: #000;position: absolute;left: 50%;top: 50%;margin: -10px 0 0 -1px;}
.magnifier {background: #fff;}

.hao-product-detail-right {float: right;width: 43%;overflow: hidden;}
.hao-product-detail-right-text {overflow: hidden;}
.hao-product-detail-right-text .title-1{padding: 30px 0;font-weight: 800;}
.hao-product-detail-right-text .text-2{padding-top: 30px;line-height: 30px;}
.hao-product-detail-right-text .parameter-3{margin-top: 50px;}
.hao-product-detail-right-text .title-3 {display: inline-block;position: relative;padding-right: 10px;}
.hao-product-detail-right-text .title-3 strong{font-weight: 800;margin: 0;}
.hao-product-detail-right-text .title-3 i{display: block;width: 3px;height: 3px;border-radius: 100%;position: absolute;right: 0;top: 0;}
.hao-product-detail-right-text .item-4 {margin-top:20px;overflow: hidden;}
.hao-product-detail-right-text .item-4 li{list-style: none;margin: 0;padding: 0;float: left;width: 45%;margin-right:10%;padding: 22px 0;}
.hao-product-detail-right-text .item-4 li:last-child {width: 100%;margin-right: 0;}
.hao-product-detail-right-text .item-4 li.mr0 {margin-right: 0;}
.hao-product-detail-right-text .item-4 strong{font-weight: 800;}
.hao-product-detail-right-text .item-4 i{font-style: normal;margin: 0 5px;}
.hao-product-detail-right-text .item-4 li p {margin: 13px 0 0 0;}


.hao-product-detail-inspiration {padding:5% 0;overflow: hidden;background: url('/static/addons/cms/upload/bg2.jpg') center top no-repeat;}
.hao-product-detail-inspiration .hao-content {float: right;width:90%;}
.hao-product-inspiration {margin-top: 50px;overflow: hidden;}
.hao-inspiration-swiper {padding-bottom: 80px;overflow: hidden;position: relative;cursor: url(/static/addons/cms/images/cur.png),default!important;}
.hao-inspiration-swiper .swiper-slide {width: auto;}
.hao-inspiration-swiper img {max-height: 480px;display: block;width: auto;}
.hao-inspiration-swiper .hao-progressbar {position: absolute;left: 0;bottom: 10px;top: auto;width: 80%;height:2px;}
.swiper-pagination-num {position: absolute;right: 15%;bottom: 0;}


.hao-product-detail-main {padding:6% 0;overflow: hidden;}
.hao-product-detail-main .hao-content {text-align: center;}
.hao-product-detail-main .hao-content .hao-title{display: inline-block;}
.hao-product-detail-main-pic {overflow: hidden;position: relative;padding:2% 0;width:84%;margin: auto;}
.hao-product-detail-main-pic img {display:inline-block;width: auto;max-width: 100%;}


.hao-product-detail-other {background: #f7f7f7;overflow: hidden;padding:7% 0;}
.hao-product-detail-other .hao-content{text-align: center;}
.hao-product-detail-other .hao-title{display: inline-block;}
.hao-other-product {position: relative;overflow: hidden;width:90%;margin:5% auto auto;}
.hao-other-product-swiper{overflow: hidden;width:80%;margin:auto;}
.hao-other-product-swiper .hao-right-products-item {float: none;width:100%;margin:0;}
.swiper-button-next-other,.swiper-button-prev-other {width: 120px;position: absolute;top: 50%;margin-top: -30px;cursor: pointer;}
.swiper-button-next-other i,.swiper-button-prev-other i {width: 40px;height: 40px;border-radius: 100%;display: block;position: relative;float: left;}
.swiper-button-next-other i {float: right;}
.swiper-button-next-other i::before,.swiper-button-prev-other i::before {content: '';width: 50px;height: 13px;position: absolute;left: -30px;top:50%;background: url('/static/addons/cms/images/right2.svg') center no-repeat;background-size: 100%;margin-top: -6px;}
.swiper-button-prev-other i::before {transform:rotate(180deg);left: 20px;}
.swiper-button-next-other span,.swiper-button-prev-other span {float: left;display: block;line-height: 42px;margin-left: 40px;}
.swiper-button-next-other span {float: left;margin-left: 0px;}
.swiper-button-next-other {right: 0;}
.swiper-button-prev-other {left: 0;}
.swiper-button-next-other:hover i::before {animation: leftdong2 1000ms ease infinite;}
.swiper-button-prev-other:hover i::before {animation: leftdong3 1000ms ease infinite;}



.hao-product {margin-top: -125px;padding-top: 125px;overflow: hidden;}
.hao-left-navs {top: 0px;height: 100%;box-sizing: border-box;}
.hao-left-navs.cur{position: fixed;top:0;left:0;overflow: hidden;}
.hao-left-navs-content {overflow-y: auto;height: 80%;overflow-x: hidden;padding: 5% 10% 15% 10%;}
.hao-left-navs-content::-webkit-scrollbar{width:0px;}
.hao-left-navs-content-type {position: relative;}
.hao-left-navs-content-type::before {content: '';width: 100%;height: 100%;left: 0;top: 0;z-index: 3;position: absolute;display: none;}
.hao-left-navs-content-type.cur {opacity:.4;height: 100%;overflow: hidden;}
.hao-left-navs-content-type.cur::before {display: block;}
.hao-product-type-item.hide {display: none;}
.hao-product-type-item.show {display: block;}
.hao-product-type-item .hao-product-select-type,.hao-product-type-item.cur .hao-product-select-type {display: none;}
.hao-product-type-item .hao-product-select-type.cur,.hao-product-type-item.cur .hao-product-select-type.cur {display: block;}




/* livingspace */
.hao-livingspace {overflow: hidden;}
.hao-livingspace-top {background: url('/static/addons/cms/upload/livingspace1.jpg') center top;margin-top: 100px;overflow: hidden;}
.hao-livingspace-top .hao-path{position: relative;top: auto;left: auto;}
.hao-livingspace-top .hao-content{width: 92%;}
.hao-livingspace-banner {overflow: hidden;margin-top: 20px;}
.hao-livingspace-banner-left {float:left;width: 23%;overflow: hidden;position: relative;}
.hao-livingspace-banner-right {float:left;width: 77%;overflow: hidden;}
.hao-livingspace-banner-nav {padding:10%;overflow: hidden;}
.hao-livingspace-banner-swiper {position: relative;}
.hao-livingspace-banner-swiper .swiper-pagination {bottom: 4%;}
.hao-livingspace-banner-swiper .swiper-pagination span {width: 10px;height: 10px;}
.hao-livingspace-bottom {padding:0;overflow: hidden;text-align: center;font-size: 0;position: relative;}
.hao-livingspace-bottom a{display: inline-block;padding:40px 0px 40px 0px;overflow: hidden;position: relative;margin: 0 30px;}
.hao-livingspace-bottom a::after {content: '';width: 100%;height: 3px;position: absolute;left: 0;bottom: 0;}

.hao-livingspace-list {padding:3% 0;overflow: hidden;}
.hao-livingspace-list .hao-content {text-align: center;width: 80%;margin: auto;}
.hao-livingspace-item {width: 29%;margin:2% 2%;overflow: hidden;display: inline-block;vertical-align: top;}
.hao-livingspace-item a{display: block;overflow: hidden;text-align: center;}
.hao-livingspace-item .img{overflow: hidden;position: relative;}
.hao-livingspace-item .pic{overflow: hidden;position: relative;}
.hao-livingspace-item .pic img.img-center{opacity: 0;}
.hao-livingspace-item a:hover .pic {background-color: rgba(0,0,0,.5);}
.hao-livingspace-item a:hover .pic img.img-center{opacity: 1;}
.hao-livingspace-item .text{padding: 20px 0;overflow: hidden;}
.hao-livingspace-item .title-1{padding-bottom: 10px;font-weight: 800;}
.hao-right-livingspace-list {overflow: hidden;padding: 2% 0;min-height: 500px;}
.hao-right-livingspace-list .hao-livingspace-item  {float: left;width:30.5%;margin: 0;margin-right: 4%;margin-bottom:4%;}       
.hao-right-livingspace-list .hao-livingspace-item.mr0  {margin-right: 0;}  


.hao-livingspace-detail {overflow: hidden;padding: 5% 0;}
.hao-livingspace-detail .hao-content{overflow: hidden;position: relative;}
.hao-livingspace-detail .hao-product-detail-left {width: 64%;}
.hao-livingspace-detail .hao-product-detail-right {width: 31%;}
.hao-livingspace-detail .hao-product-detail-right-text .parameter-3 {margin-top: 20px;}
.hao-livingspace-detail .hao-product-detail-right-text .item-4 li {width: 100%;}
.hao-livingspace-detail .hao-product-detail-right-text .title-3 {margin-top: 40px;}
.hao-livingspace-detail .oproducts-5 {margin-top: 20px;overflow: hidden;position: relative;}
.hao-oproducts-swiper {position: relative;}
.hao-oproducts-swiper .img .pic{transition:all .4s ease;}
.hao-oproducts-swiper .img:hover .pic{transform:scale(1.1);}
.hao-oproducts-swiper .name-3 {text-align: center;padding-top: 20px;font-size: 16px;color: #000;width: 100%;}
.oproducts-next,.oproducts-prev {color: #fff;height: 80%;top: 0;margin: 0;width: 10%;outline: none;opacity: 0;}
.oproducts-next:after,.oproducts-prev:after {font-size: 20px;}
.oproducts-next {right: 0;background-image: -webkit-linear-gradient( 180deg, rgb(0,0,0,.3) 0%, rgba(0,0,0,0) 100%);}
.oproducts-prev {left: 0;background-image: -webkit-linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgb(0,0,0,.3) 100%);}
.hao-oproducts-swiper:hover .oproducts-next,.hao-oproducts-swiper:hover .oproducts-prev{opacity: 1;}
.oproducts-next.swiper-button-disabled, .oproducts-prev.swiper-button-disabled,
.hao-oproducts-swiper:hover .oproducts-next.swiper-button-disabled,.hao-oproducts-swiper:hover .oproducts-prev.swiper-button-disabled {opacity: 0;}
.hao-livingspace-detail .hao-product-detail-left-pic {width: 13%;}
.hao-livingspace-detail .hao-product-detail-pic-swiper {width: 86%;}
.hao-livingspace-other .hao-right-products-item .pic img.img-block {background: transparent;}
.hao-livingspace-other .hao-right-products-item .pic{transition:all .4s ease;}
.hao-livingspace-other .hao-right-products-item a:hover .pic {transform:scale(1.1);}



/* customized */
.hao-customized {padding:5% 0;overflow: hidden;}
.hao-customized  .hao-content {width: 100%;}
.hao-customized-list {overflow: hidden;}
.hao-customized-item {overflow: hidden;padding: 3% 0;}
.hao-customized-left {float: left;width: 57%;overflow: hidden;}
.hao-customized-swiper {overflow: hidden;}
.hao-customized-swiper .swiper-slide{position: relative;}
.hao-customized-right {float: left;width: 30%;overflow: hidden;margin: 3% 0 0 5%;}
.hao-customized-right .hao-customized-text{overflow: hidden;text-align: left;}
.hao-customized-right .hao-customized-text .hao-title{overflow: hidden;}
.hao-customized-right .hao-customized-li{padding: 8% 0 3% 0;overflow: hidden;}
.hao-customized-right .hao-customized-li li{padding:3px 0;overflow: hidden;position: relative;list-style: none;cursor: pointer;opacity: .5;}
.hao-customized-right .hao-customized-li li.cur {opacity: 1;}
.hao-customized-right .hao-customized-li li strong{position: relative;display: inline-block;padding: 10px 0;}
.hao-customized-right .hao-customized-li li strong::after {content:'';width:0px;height: 2px;position: absolute;left: 0;bottom: 0;transition:all .4s ease;}
.hao-customized-right .hao-customized-li li.cur strong::after  {width: 100%;}
.hao-customized-right .hao-viewmore{margin-top: 0px;display: inline-block;}
.hao-customized-item.fr .hao-customized-left{float: right;}
.hao-customized-item.fr .hao-customized-right {float: right;margin: 3% 5% 0 0;}

.hao-banner-nav {text-align: center;padding: 40px 0;overflow: hidden;}
.hao-banner-nav a {display: inline-block;vertical-align: middle;}
.hao-banner-nav a span{font-weight: 500;position: relative;display: inline-block;padding-bottom: 7px; color:#fff;}
.hao-banner-nav em {display: inline-block;vertical-align: middle;margin: 0 20px;opacity: .4; color:#fff;}
.hao-banner-nav em:last-child{ display: none;}
.hao-banner-nav a.cur span:before{content: '';width: 100%;height: 2px;position: absolute;bottom: 0;left: 0;}

.hao-customized-list .hao-content {width: 74%;margin:5% auto;overflow: hidden;}
.hao-customized-list-item {background: #f7f7f7;overflow: hidden;margin-bottom: 5%;}
.hao-customized-list-left {float: left;width: 67%;overflow: hidden;}
.hao-customized-list-right {float: left;width: 33%;overflow: hidden;}
.hao-customized-list-item.fr .hao-customized-list-left{float: right;}
.hao-customized-list-item.fr .hao-customized-list-right{float: right;}
.hao-customized-list-text {padding:20% 15% 0 15%;overflow: hidden;text-align: left;}
.hao-customized-list-text .title-1{position: relative;font-weight: 800;}
.hao-customized-list-text .title-1::after {content: '';width: 60px;height: 3px;display: block;margin: 20px 0;}
.hao-customized-list-text .text-2{line-height: 30px;}
.hao-customized-list-text .hao-viewmore{display: inline-block;margin-top: 20px;}
.hao-customized-list-item.list-item3 {width: 31.33%;background: none;float: left;margin-right: 3%;}
.hao-customized-list-item.list-item3.mr0 {margin-right: 0;}
.hao-customized-list-item.list-item3 .hao-customized-list-left{float: none;width: 100%;}
.hao-customized-list-item.list-item3 .hao-customized-list-right{float: none;width: 100%;}
.hao-customized-list-item.list-item3 .hao-customized-list-text {padding: 5% 0 0 0;}
.hao-customized-list-item.list-item3 .title-1 {font-size: 18px;}
.hao-customized-list-item.list-item3 .title-1::after{display: none;}
.hao-customized-list-item.list-item3 .text-2 {padding: 10px 0 25px 0;;}
.hao-customized-list-item.list-item3 .viewdetail {margin: 20px 0 0 0;}
.hao-customized-list-item.list-item3 .viewdetail span,.hao-customized-list-item.list-item1 .viewdetail span{color: #000;}
.hao-customized-list-item.list-item3 .viewdetail i{background: url('/static/addons/cms/images/right3.svg') center no-repeat;}
.hao-customized-list-item.list-item1 {clear: both;}
.hao-customized-list-item.list-item1 .viewdetail {margin-top:50px;}
.hao-customized-list-item.list-item1 .viewdetail i{width: 40px;height: 40px;border-radius: 100%;position: relative;opacity:1;top: auto;left: auto;display: inline-block;vertical-align: middle;right: auto;margin-top: auto;margin-left: 40px;}
.hao-customized-list-item.list-item1 .viewdetail i::before {content: '';width: 50px;height: 15px;position: absolute;left: -25px;top:50%;background: url('/static/addons/cms/images/right2.svg') center no-repeat;background-size:100% 100%;margin-top: -7.5px;}
.hao-customized-list-item a:hover .viewdetail i::before {animation: leftdong4 1000ms ease infinite;}
.hao-customized-list-item a:hover .img {transform:scale(1.05);}





/* brand */
.hao-brand {background: url('/static/addons/cms/images/brandbg.jpg');overflow: hidden;}
.hao-brand-about {overflow: hidden;padding: 5% 0 5% ;}
.hao-brand-about .hao-title{float: left;width: 30%;}
.hao-about-text{float: right;width:60%;margin-top:1%;line-height: 32px;text-align: justify;}
.hao-about-text p{line-height: 32px; font-size: 15px; margin-bottom: 25px;color: #777;}
.hao-brand-about .hao-title .huace{ margin-top:20%; float: left;}
.hao-about-content {overflow: hidden;clear: both; width: 100%;}
.hao-about-environmental{position: relative;overflow: hidden; padding: 8% 0;}
.hao-about-environmental-left{ width: 30%; float: left; color: #fff;}
.hao-about-environmental-left h2{ font-size: 36px;}
.hao-about-environmental-text{float: right;width:60%;margin-left: 10%;line-height: 32px;text-align: justify;}
.hao-about-environmental-text p{line-height: 32px; color:#fff; font-size: 16px;}

.hao-about-honor{ width: 100%; position: relative;}

.hao-about-culture{ width: 100%; position: relative;padding: 8% 0 5% ;}
.hao-about-culture .title{ font-size: 36px; color: #101010; width: 100%; text-align: center; margin-bottom: 50px;}
.hao-about-culture li{width: 28.6%; float: left; margin-right: 7%;}
.hao-about-culture li:last-child{ margin-right: 0;}
.culture-item{ width: 100%;}
.culture-item__title {
	margin-top: 20px;
    padding: .75em 0;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #101010;
    line-height: 1.5;
    border-bottom: 1px solid #B49167;
	font-size: 18px;
	text-align: center;
}
.culture-item__desc {
	padding: 0 5%;
	font-size: 14px;
    margin-top: 1em;
    line-height: 2;
    color: #101010;
	text-align: center;
}
.culture-item__desc p{ line-height: 2;color: #777;}

.culture-item__img {
    overflow: hidden;
    &::before {
        padding-top: percent(400, 214);
    }
    > img {
        -webkit-transition: transform .75s ease;
        transition: transform .75s ease;
    }
}

.hao-about-team{position: relative; padding: 0 0 8% 0;}
.hao-about-team .title{ font-size: 36px; color: #101010; width: 100%; text-align: center; border-bottom: 2px solid #aaa; padding-bottom: 50px;}
.hao-about-team .team-item{ padding: 50px; background-color: #fff; text-align: center;}

/* SOLUTION */
.hao-solution{background: url('/static/addons/cms/images/brandbg.jpg');overflow: hidden; padding: 6% 0;}
.hao-solution-left{ width: 60%; float: left;}
.hao-solution-title h2{ font-size: 36px;}
.hao-solution-title h3{ font-size: 36px;} 
.hao-solution-text{ margin-top: 50px;}
.hao-solution-text p{ font-size: 16px;}
.hao-solution-right{ width: 30%; float: right;}
.hao-solution-layout{ width: 100%;display: flex;flex-flow: row wrap;justify-content: space-between;}
.hao-solution-layout h2{ width: 100%; font-size: 36px; margin-bottom: 80px; text-align: center; font-weight: bold; }  
.hao-solution-layout .box{ width: 48%; position: relative; border-radius: 8px;overflow: hidden; }
.hao-solution-layout .box .name{ font-size: 18px; color:#fff;position: absolute; bottom: 0; background-color: rgb(0, 0, 0, 0.5);width: 100%; z-index: 999; text-align: center; padding: 15px 0; font-weight: bold;}
.hao-solution-layout .box .img{width: 100%;overflow: hidden;}
.hao-solution-layout .box .img img{width: auto;height:auto;}

.jgt-swiper .swiper-button-next,.sjt-swiper .swiper-button-next,.style1-swiper .swiper-button-next,.style2-swiper .swiper-button-next,.style3-swiper .swiper-button-next,.style4-swiper .swiper-button-next,.color-swiper .swiper-button-next{ right: -100px;transition:0.3s;color: #d88b13;}
.jgt-swiper .swiper-button-prev,.sjt-swiper .swiper-button-prev,.style1-swiper .swiper-button-prev,.style2-swiper .swiper-button-prev,.style3-swiper .swiper-button-prev,.style4-swiper .swiper-button-prev,.color-swiper .swiper-button-prev{ left: -100px;transition:0.3s;color: #d88b13;}
.jgt-swiper:hover .swiper-button-next,.sjt-swiper:hover .swiper-button-next,.style2-swiper:hover .swiper-button-next,.style3-swiper:hover .swiper-button-next,.style4-swiper:hover .swiper-button-next,.color-swiper:hover .swiper-button-next{right:10px;color: #d88b13;}
.jgt-swiper:hover .swiper-button-prev,.sjt-swiper:hover .swiper-button-prev,.style2-swiper:hover .swiper-button-prev,.style3-swiper:hover .swiper-button-prev,.style4-swiper:hover .swiper-button-prev,.color-swiper:hover .swiper-button-prev{left:10px;color: #d88b13;}

/* .jgt-swiper .swiper-button-next,.jgt-swiper .swiper-button-prev,.sjt-swiper .swiper-button-next,.sjt-swiper .swiper-button-prev {
display: none;
color: #fff;
}
.jgt-swiper:hover .swiper-button-next,.jgt-swiper:hover .swiper-button-prev,.sjt-swiper:hover .swiper-button-next,.sjt-swiper:hover .swiper-button-prev {
display: block;
color: #fff;
} */

.style1-swiper .swiper-button-next{ width: 40px; height: 40px; border: 1px solid #d88b13; right: 0;top:50px;transition:0.3s;color: #d88b13;}
.style1-swiper .swiper-button-prev{ width: 40px; height: 40px; border: 1px solid #d88b13;left: 0;top:50px;transition:0.3s;color: #d88b13;}
.style1-swiper .swiper-button-next:after, .style1-swiper .swiper-button-prev:after{ font-size: 16px;}

.hao-solution-bright{ padding: 50px 0; line-height: 24px; margin: 50px 0 0; border-bottom: 1px solid rgb(0, 0, 0, 0.2);}
.hao-solution-bright .left{width: 20%; float: left; margin-right: 5%;}
.hao-solution-bright .left h2{ font-size: 24px; color:#232323; margin-bottom: 30px; margin-top: 20px; text-align: center; font-weight: bold;}
.hao-solution-bright .left .icon{width: 70px; margin: 0 auto;}
.hao-solution-bright .left .icon img{ width: 70px; height: auto;}
.hao-solution-bright .right{width: 70%;float: right;padding: 0 0;}
.hao-solution-bright .right p{ font-size: 16px; line-height: 2;  }

.hao-solution-img{position: relative; margin-top: 50px; }
.hao-solution-img .box{ width: 100%; margin-bottom: 50px;}
.hao-solution-img .left{width: 100%; float: left; margin-right: 5%; margin-bottom: 20px;}
.hao-solution-img .left h2{width: 20%; font-size: 24px; color:#232323; margin-bottom: 30px; margin-top: 20px; text-align: center; font-weight: bold;}
.hao-solution-img .left .icon{width: 70px; margin: 0 auto;}
.hao-solution-img .left .icon img{ width: 70px; height: auto;}
.hao-solution-img .right{width: 70%;float: left; padding-right: 1px; position: relative; }
.hao-solution-img .right2{ width: 100%;}
.hao-solution-img .right .jiantou{ position: absolute; top: -15px;right:0; width: 90px; background-color: #000;}
.hao-solution-img .right h2{width: 30%; font-size: 24px; color:#232323; margin-bottom: 60px; margin-top: 20px; text-align: center; font-weight: bold; }
.hao-solution-img .right ul{ width: 100%; margin: 0px auto 0;}
.hao-solution-img .right ul li{ background-color: #fff; border: 1px solid #ccc; float: left;width: 90%;overflow: hidden;}
.hao-solution-img .right_no_line ul li{border: 0px solid #ccc;}
.hao-solution-img .video{ width: 25%; float: right;}
.hao-solution-img .video h2{width: 95%; font-size: 24px; color:#232323; margin-bottom: 60px; margin-top: 20px; text-align: left; font-weight: bold; padding-left: 2%; }
/* .hao-solution-img .video a{ width: 44%; margin: 0 3% 20px; float: left; }
.hao-solution-img .video img{ border-radius: 8px; width: 100%; max-width:167px; height: auto;} */
.hao-solution-img .video .video-img{ width: 100%;}
.hao-solution-img .video .video-img img{ width: 100%; height: auto;}
.hao-solution-img .video .video-img a{ width: 100%; margin: 0;}
.hao-solution-img .video .video-team{position: relative;width: 100%; float: left;} 
.hao-solution-img .video .video-team .bf-icon{ position: absolute; top:50%; margin-top: -20%; margin-left: -20%;bottom:0;left: 50% ; right: 0; width: 40%;  text-align: center;z-index: 99;}
.hao-solution-img .video .video-team .bf-icon img{ width: 100%; height: auto;  }
.hao-solution-img .video .video-team .video-team-box{ width: 50%; float: left; position: relative;}
.hao-solution-img .video .video-team .video-team-box img { width: 100%; height: auto;}
.hao-solution-img .video .video-team .video-team-box .bg{ background: rgb(0, 0, 0, 0.3); position: absolute; width: 100%;top:0;height: 100%; text-align:center;vertical-align: middle; display: flex;justify-content: center;align-items: center; opacity: 0; transition:0.3s;}
.hao-solution-img .video .video-team .video-team-box .bg i{width:30%;height: 30%; background: url(/static/addons/cms/images/017.png) no-repeat center;margin-top: -100px; background-size: 100% auto;}
.hao-solution-img .video .video-team .video-team-box:hover .bg{ opacity: 1; transition:0.3s;}
.hao-solution-img .video .video-team .video-team-box:hover .bg i{ margin-top: 0;}

/* .hao-solution-img .video .video-team .video-team-box:hover .bg{ background: rgb(0, 0, 0, 0.2); position: absolute; width: 100%; }
.hao-solution-img .video .video-team .video-team-box:hover .icon{ width: 66px; height: 66px;} */
.two_menu{ width:100%;  padding: 0px 20px 0px; text-align: center;   position: relative; float: left; margin-bottom: 70px; margin-top: -40px;}
.two_menu a{  text-align: left;display:inline-block;height: 45px; line-height: 43px; padding: 0 40px 0 40px; color:#343434;  margin: 0 10px 0px 0px;  border-radius: 30px; font-size: 15px; border: 1px solid #e0e9ee; background-color: #fff; }
.two_menu a:hover{ background: #d88b13;color:#fff;border-bottom:1px dotted #d88b13;  }
.two_menu a.act { background: #d88b13;color:#fff;}
.two_menu .zi_menu{ height: 30px; position: absolute;top:100px;}
.two_menu .zi_menu a{ background: none;}


/*-----------------[视频弹窗]--------------*/
.video .ico{ width:54px; height: 54px; margin: 20% auto;  transition: .45s; -webkit-transition: .45s;}
.video .ico img{width:100%; height: auto;}
.m-pop{
    position: fixed;
    left: 0;
    top: -120%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.6);
}
.m-pop.open{top: 0;}
.m-pop .box{
    position: absolute;
    width: 800px;
    left: 50%;top: 45%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.m-pop .box video{width: 100%;}
.m-pop .box .close{
    position: absolute;
    left: 50%;
    bottom: -65px;
    margin-left: -22.5px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url(/static/addons/cms/images/close.png) 0 0 no-repeat;
}
.m-pop .box .close:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.m-pop2{
    position: fixed;
    left: 0;
    top: -120%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.6);
}
.m-pop2.open{top: 0;}
.m-pop2 .box{
    position: absolute;
    width: 800px;
    left: 50%;top: 45%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.m-pop2 .box video{width: 100%;}
.m-pop2 .box .close{
    position: absolute;
    left: 50%;
    bottom: -65px;
    margin-left: -22.5px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url(/static/addons/cms/images/close.png) 0 0 no-repeat;
}
.m-pop2 .box .close:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.hao-solution-budget{ padding: 50px 0; line-height: 24px; margin: 70px 0 0;border-top: 1px solid rgb(0, 0, 0, 0.2);border-bottom: 1px solid rgb(0, 0, 0, 0.2);}
.hao-solution-budget .left{width: 20%; float: left; margin-right: 5%;}
.hao-solution-budget .left h2{ font-size: 24px; color:#232323; margin-bottom: 30px; margin-top: 20px; text-align: center; font-weight: bold;}
.hao-solution-budget .left .icon{width: 70px; margin: 0 auto;}
.hao-solution-budget .left .icon img{ width: 70px; height: auto;}
.hao-solution-budget .right{width: 70%;float: right;padding: 0 0;}
.hao-solution-budget .right p{ font-size: 16px; line-height: 2;  }

.hao-solution-budget .box1{width: 60%; float: left; padding:0 20px;}
.hao-solution-budget .name h2{ font-size: 24px; color:#232323; text-align: left; font-weight: bold; line-height: 70px;}
.hao-solution-budget .name .icon{width: 70px; float: left; margin-right: 10px; }
.hao-solution-budget .name .icon img{ width: 70px; height: auto;}
.hao-solution-budget .content{ margin-top: 20px;}
.hao-solution-budget .content p{ font-size: 16px; line-height: 2;   }
.hao-solution-budget .box2{width: 35%; float: right;}



/* service */
.hao-service{background: url('/static/addons/cms/images/brandbg.jpg');overflow: hidden; padding: 5% 0;}
.hao-service{width: 100%;overflow: hidden;}
.hao-service .left{ width: 30%;}
.hao-service .left img{ width: 100%; height: auto;}
.hao-service .right{ width: 65%; border-left: 4px solid #d88b13; background: #fff;padding: 5%;}
.hao-service .right h2{font-size: 36px;color: #1b1b1b;font-weight: 700;line-height: 1.1; }
.hao-service .right .desc{font-size: 15px;color: #666;line-height: 26px;margin: 40px auto 0;}
.hao-service .right ul{ margin-top: 30px;}
.hao-service .right li {
    overflow: hidden;
	padding: 40px 0;
	margin-right: 6%;
    position: relative;
    height: 100%;
	width: 47%;
	float: left;
	border-bottom: 1px solid #ccc;
}
.hao-service .right li:nth-child(2n){ margin-right: 0;}
.hao-service .right li:last-child{ border-bottom: 0;}
.hao-service .right li .icon-1 {
    display: block;
    width: 80px;
    height: 67px;
    text-align: left;
    position: relative;
	float: left;
}
.hao-service .right li .txt{ width: calc(100% - 100px); float: right;}
.hao-service .right li .title-2 {
    position: relative; 
	font-size: 24px;
	margin-bottom: 5px;
}
.hao-service .right li .text-3 {
    line-height: 24px;
    font-size: 16px;
}
.hao-service .right li .title-2 i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5%;
    top: 10px;
    font-style: normal;
    opacity: .6;
	font-size: 36px;
	font-family: 'timesi';
	color: #d88b13;
}

/* cooperation */
.hao-cooperation{background: url('/static/addons/cms/images/brandbg.jpg');overflow: hidden; padding: 8% 0;}
.hao-cooperation{width: 100%;position: relative;}
.hao-cooperation .contain{position: relative; display: -webkit-box;}
.hao-cooperation-img{width: 30%;text-align: right; float: right;} 
.hao-cooperation-img img{max-width: 100%;object-fit: cover;}
.hao-cooperation-cont{background: #fff;box-shadow: 0 2px 20px 4px rgba(0,0,0,.1);border-left: 6px solid #d88b13;padding: 5%;width: 70%; float: left;}
.hao-cooperation-cont .name{font-size: 28px;color: #333;font-weight: 700;}
.hao-cooperation-cont .hint{font-size: 18px;color: #c7000b;margin: 22px 0 40px;}
.hao-cooperation-cont .desc{font-size: 15px;color: #777;line-height: 34px;text-align:justify;}


.ny_main {background: url('/static/addons/cms/images/brandbg.jpg');overflow: hidden; padding: 8% 0;}
.zoomImage70{
	width:100%;
	height:0;
	padding-bottom: 70%;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;	
}
.zoomImage100{
	width:100%;
	height:0;
	padding-bottom: 100%;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
.zoomImage60{
	width:100%;
	height:0;
	padding-bottom: 60%;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;	
}
.b-rad10{border-radius: 10px;}
.anli_cnt{
	width: 100%;
  }
.anli_list{
	  margin:0 -2%;
  }
.anli_item{
	width: 21%;
	float: left;
	margin:0 2% 0 2%;
	margin-bottom: 0.8rem;
	position: relative;
	  overflow: hidden;		  
  }
.anli_item2{
	width: 29%;
	float: left;
	margin:0 2% 0 2%;
	margin-bottom: 0.4rem;
	position: relative;
	overflow: hidden;	  
  }

  .anli_pic{
	width: 100%;
	overflow: hidden;
  }
  .anli_pic img{
	width: auto;
	height:auto;
  }
  .anli_item h2{
	color: #342b25;
	font-size: 18px;
	width: 100%;font-weight: 800;
	box-sizing: border-box;
	  text-align: center;padding: 18px 0;
	overflow: hidden;
	  opacity: 1; overflow: hidden;	
  }
  .anli_item h3{
	width:100%;
	color: #fff;
	box-sizing: border-box;
	  text-align: center;padding:0.22rem;
	overflow: hidden;
	font-size: 0.18rem;
	text-align: center;
	  position: absolute;
	background-color: rgb(0, 0, 0, 0.5);
	bottom:0px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	  
  }
  .anli_item:hover h2{opacity: 1;bottom: 0;}
  .anli_item p{
	color: #4c4c4c;
	width: 100%;
	box-sizing: border-box;
	  margin-bottom: 0.4rem;
	padding:0 0.3rem;
	line-height: 28px;  color: #949494; 
  }
  .anli_item h6{
	  margin-bottom: 20px;
	  width: 100%;
	  color: #999; 
	  font-size: 12px;
	  font-weight: normal;padding:0 0.3rem 0.2rem;
  }
  
  .anli_line{
	width: 100%;
	height: 2px;
	background-color: #f5f5f5;
	position: relative;
  }
  .anli_line span{
	position: absolute;
	left: 0;
	top:0;
	height: 2px;
	display: block;
	width: 0;
	background-color: #005678;
	transition: all 0.4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
  }
  
  
  
  .anli_item:hover .anli_line span{
	width: 100%;
  }
  .anli_item:hover .anli_pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
  }
  
/* 产品中心 */
.hao-products{background: url('/static/addons/cms/images/brandbg.jpg');overflow: hidden; padding: 9% 0 5%;}
.hao-products .hao-title{ text-align: center;}
.hao-products .hao-title .english-1 {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #d88b13;
    text-shadow: 6px 10.392px 10px rgba(255, 255, 255, 0.2);
}
.hao-products .hao-banner-nav a span{ color: #232323;}
.hao-products .hao-banner-nav em { color: #232323;}
.hao-products .hao-banner-nav em:last-child{ display: none;}
.hao-products .hao-banner-nav{ margin-bottom: 50px;}


/* contact */
.hao-contact {background: url('/static/addons/cms/images/brandbg.jpg');padding: 8% 0;position: relative;}
.hao-contact .contain{display: -webkit-box; margin-bottom: -25vw;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transform: translateY(-25vw);
    transform: translateY(-25vw);}
.hao-contact-content {padding: 7% 0 0 0;overflow: hidden;}
.hao-contact-left {width: 100%;overflow: hidden;}
.hao-contact-li {margin-top: 1.8rem;position: relative;}
.hao-contact-li li{position: relative;padding:30px 0;overflow: hidden;list-style: none;margin: 0;text-align: right;}
.hao-contact-li li:last-child {border: none;}
.hao-contact-li li strong{display: block;position: absolute;left:0 ;top: 50%;transform:translateY(-50%);text-align: left;font-weight: 400;}
.hao-contact-li li span{display: block;}
.hao-contact-li li span img {display: inline-block;max-width: 100px;width: auto;}
.hao-contact-li li h5 {margin: 0;}
.hao-contact-li .ewm{ width: 25%; float: left; text-align: center; margin-top: 30px;}
.hao-contact-li .ewm img {display: inline-block;max-width: 100px;width: auto;}
.hao-contact-li .ewm .txt{ width: 100%; text-align: center;}
.hao-contact-right {width: 51%;overflow: hidden;position: relative;-webkit-box-flex: 1; margin-left: 15%;-ms-flex: 1;flex: 1;}


.hao-contact-right .map {width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 3;border-radius: 0.8333vw;
    -webkit-box-shadow: 0 0 0.8333vw rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.8333vw rgba(0, 0, 0, 0.1);}
.BMap_pop,.anchorBL,.BMap_shadow {display: none!important;}

.ptitle h5 {margin-bottom: 0.3125vw;font-weight: 700;color: #fff;text-transform: uppercase; font-size: 24px;font-family: 'Oswald-Light';}
.ptitle h6 {margin-bottom: 0.3125vw;font-weight: 700;color: #fff;text-transform: uppercase; font-size: 46px;}
.hao-contact-left .box p{ font-size: 14px;margin: 5vw 0; color:#fff; line-height: 1.7;}

/*-----------------[新闻动态]--------------*/
.news-list{width: 100%;}
.news-link{display: block;width: calc(33.3333% - 76px);margin: 0 0 0 76px;}
.news-link-img{width: 100%;overflow: hidden;position: relative;}
.news-link-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.news-link-cont{width: 100%;margin-top: 10px; padding: 32px 0 40px;}
.news-link-cont .name{color: #333;line-height: 32px;height: 68px;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;font-size: 24px; font-weight: 800; }
.news-link-cont .time{color: #888;margin-top: 30px;line-height: 20px;padding-left: 26px;background: url('/static/addons/cms/images/newsic.png') no-repeat left center;font-family: 'timesi';}
.news-link:hover .news-link-img img{transform: scale(1.04);}
.news-link:hover .news-link-cont .name{color: #d88b13;}
/*
-----------------[文章详细页]--------------*/
.hao-projectshow{background: url('/static/addons/cms/images/brandbg.jpg');overflow: hidden; padding: 9% 0 5%;}
.projectshow1{max-width: 1200px;margin: 0px auto; padding:.8rem 50px;  background: #fff; width: 80%; }
.projectshow1 .title{ text-align:left; padding-bottom:15px; margin-bottom:30px;   }
.projectshow1 .title h1{ font-weight:inherit; font-size:30px; font-weight: bold;color:#333; padding-bottom:18px;border-bottom:1px #ddd dotted;position: relative;width: 100%; padding-right: 20%; }
.projectshow1 .title h1 .black{font-size: 16px; position: absolute; right: 0; bottom: 0;bottom: 30px; color: #d88b13; font-weight: normal;}
.projectshow1 .title h1 .black i{ padding-right: 10px; color: #d88b13;}
.projectshow1 .title .time{ font-size:14px; color:#8b8b8c;text-align: center; width: 100%;border-bottom:1px #ddd dotted; border-top:1px #ddd dotted; padding: 12px 0; margin-top: 15px;}
.projectshow1 .title .time span{ padding:0 10px;float: none;}
.projectshow1 .contentbox .text h2{ font-size:14px; color:#ec6c21; padding-bottom:20px;}
.projectshow1 .contentbox .text p{ font-size:14px; color:#666;line-height:2;}
.projectshow1 .contentbox img{ max-width:100%; height: auto;}
.projectshow1 .contentbox .time{ margin-top: 0.8rem; color:#999;}
.detailsshare{ position:relative; padding-top:20px;}
.detailsshare .share{ height:5px;  border-bottom:1px #ddd dotted; }
.detailsshare .share em{ font-size:14px; color:#8d8d8d; line-height:27px; float:left; font-style:normal}
.detailsshare .share li{ float:left; margin-left:10px;}
.detailsshare .bottomDiv{ padding-top:30px;}
.detailsshare .bottomDiv a{ font-size:14px; color:#333;}
.detailsshare .bottomDiv em{ font-size:14px; color:#333; font-weight:bold; font-style:normal}
.detailsshare .bottomDiv a:hover{ color:#000; font-weight: bold;}
.detailsshare .bottomDiv .left{ float:left;}
.detailsshare .bottomDiv .left .getDiv{ padding-bottom:15px;}
.detailsshare .bottomDiv .right{ float:right; margin-top:10px;}
.detailsshare .bottomDiv .right .backbtn{display:block; font-size:14px; text-align:center; color:#8b8b8c; line-height:40px; width:120px; height:40px; border:1px #eee solid;}
.detailsshare .bottomDiv .right .backbtn:hover{ color:#fff; background-color:#ec6c21; border:1px #ec6c21 solid;}
.detailsshare .flshare{ float:right; width:242px;}


.dummy {padding-top: 70%;}
.dummy4 {padding-top: 100%;}
.dummy2 {padding-top: 160%;}
.dummy5 {padding-top: 140%;}
.dummy3 {padding-top: 35%;}
.cp_tu {
	list-style-type: none;
	/*display:inline-block;*/
	display: block;
	float: left;
	max-width: 800px;
	max-height: 800px;
	width: 100%;
	margin: 0 0%;
	position: relative;
	overflow: hidden;
	background: #fff;
  }
.cp_tu_bg{ background: none;}
  
  .cp_tu img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	padding: auto;
  }
  
  .cp_tu i {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
  }
  
  .cp_tu p {
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
  }
.cp_pro{padding:0 0% 20px; }
.cp_pro ul {
  margin: 0 -1.5%;
}

.cp_pro ul li {
  float: left;
  width: 22%;
  margin: 0 1.5% 0.4rem 1.5%;
  position: relative;
  border: 1px solid #e5e5e5;
  background: #FFF;
  border-bottom: 5px solid #e5e5e5;
}
.cp_pro_honor ul {
  margin: 0 0%;
}
.cp_pro_honor ul li {
  float: left;
  width: 25%;
  margin: 0 0% 0.4rem 0%;
  position: relative;
  border: 0px solid #e5e5e5;
  background: #FFF;
  border-bottom: 5px solid #fff;
}

.cp_pro_huace ul li{ 
	float: left;
	padding: 20px;
	width: 22%;
	margin: 0 1.5% 0.4rem 1.5%;
	position: relative;
	border: 1px solid #e5e5e5;
	background: #FFF;
	border-bottom: 5px solid #e5e5e5;
}
.cp_pro_huace ul li .cp_tu{background: none;}
.cp_pro_huace ul li:hover{border-bottom: 0px solid #d88b13;}
.cp_pro ul li:hover{border-bottom: 5px solid #d88b13;}

.cp_pro ul li .txt2 a{color: #343434;}
.cp_pro ul li .txt2 {
  color: #343434;
  font-size: 16px;
  margin-bottom: 10px;
  float: left;
  padding: 18px 0 10px 0px;
  text-align: center;
  width: 100%;
 
}

.huace_list{ width: 100%; margin-top: 80px;}
.huace_list li{width: 46%; float: left; border: 1px solid #ccc; padding: 20px; position: relative; margin: 0 2% 40px; background-color: #fff;}
.huace_list li .img{ width: 28%; float: left;}
.huace_list li .img img{ width: 100%; height: auto;}
.huace_list li .txt{ width: 68%; float: right; }
.huace_list li .txt h2{ font-size:24px; color:#343434; width: 100%; text-align: left; margin-top: 10px; font-weight: bold;}
.huace_list li .txt h3{ font-size:16px; color:#343434; width: 100%; text-align: left; margin-top: 10px; font-weight: bold;}
.huace_list li .txt p{ color: #999; margin-top: 35px; font-size: 16px;}
.huace_list li .icon{ position: absolute; left: 32%; bottom: 20%; width: 40px; }
.huace_list li .icon img{ width: 100%; height: auto;}
.huace_list li .paixu{ position: absolute; right: 0; bottom: 0; font-size: 1.8rem; color: rgb(216, 139, 19, 0.1); line-height: 1; }
.huace_list li:hover{ background: #fff;}

/*分页*/
#pages {
    text-align: center; margin-top: 30px;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
	width: auto;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #d88b13;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #d88b13;
}

#pages li:hover a {
    color: #fff;
}


























.hao-video-windows {width: 100%;height:100%;position: fixed;z-index: -1;left:0;top:-100%;background: #000;text-align: center;overflow: hidden;transition:all .4s ease;}
.hao-video-windows.cur {top: 0;opacity: 1;z-index: 999;left: 0;top:0;}
.hao-video-windows video {width: auto;height: 100%;display: inline-block;}

.hao-brand-about-data {overflow: hidden;}
.hao-brand-about-data li{list-style: none;margin: 0;padding: 0;display: inline-block;position: relative;padding:0 5%;width:10%;}
.hao-brand-about-data h3{margin: 0;font-weight: normal;position: relative;padding-right: 20px;display: inline-block;}
.hao-brand-about-data strong{display: inline-block;}
.hao-brand-about-data span{position: absolute;right: 0;bottom:5px;}
.hao-brand-about-data p{margin: 0;display: block;padding-top: 10px;}
.hao-brand-about-data li::before {content: '';width: 1px;height: 100%;position: absolute;left: 0;top: 0;}
.hao-brand-about-data li:first-child::before  {display: none;}
.hao-brand-about-data li:first-child {padding:0 5% 0 0;}



.flex{display: flex;flex-wrap: wrap;}
.font16{font-size: 16px;}.font32{font-size: 32px;}
.contain{max-width: 1600px;margin: 0 auto; width: 92%;}
.padding-130-60,.padding-140-60{padding: 100px 0 60px;}
.indTitle{width: auto;}
.indTitle .name{font-family:'SamsungOne700';line-height: 1.1;color: #c3b7a4;text-transform: uppercase;}
.indTitle .text{line-height: 40px;color: #222;margin-top: 10px;}

.indal{width: 100%;overflow: hidden;}
.indal-head{align-items: flex-end;justify-content: space-between;}
.indal-list{width: 100%;margin-top: 88px;}
.indal-list ul{margin-left: -8px;flex-wrap: nowrap; }
.indal-list li{width: 110px;margin-left: 8px;position: relative;height: 580px;overflow: hidden; float: left;}
.indal-list li img{position: absolute;height: 580px;left: 0;top: 0;object-fit: fill;max-width: none;}
.indal-list li:nth-child(2), .indal-list li:nth-child(5){top: -32px;}
.indal-list li:nth-child(3), .indal-list li:nth-child(4){top: -60px;}
.indal-list li.active{width: calc(100% - 480px);}
.indal-list-link{display: block;width: 100%;}
.indal-hint{position: absolute;z-index: 4;transition: all .4s ease;writing-mode: vertical-lr;writing-mode: tb-lr;white-space: nowrap;color: #fff;width: 32px;top: 32px;text-align: center;left: 50%;margin-left: -16px;}
.indal-cont{position: absolute;z-index: 5;width: 100%;top: 60px;padding: 0 68px;color: #fff;}
.indal-cont .name{line-height: 1.1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:'SamsungOne700';display: block;}
.indal-cont .text{line-height: 24px;margin: 22px 0 24px;max-width: 520px;}
.indal-cont .link{font-family:'SamsungOne700';pointer-events: none;display: inline-block;}
.indal-cont .link p{display: inline-block;position: relative;padding-right: 16px;background: url('/static/addons/cms/images/arrRW.svg') no-repeat right -2px center/14px auto;transition: all .4s ease;}
.indal-cont .link p:hover{color: #d9a655;background-image: url('/static/addons/cms/images/arrRWH.svg');}
.indal-cont .link p::after{content: "";position: absolute;width: 0%;height: 1px;background: #d9a655;right: 0;bottom: 0;opacity: 0;transition: width .4s ease,opacity .2s ease .2s;}
.indal-cont .link p:hover::after{width: 100%;opacity: 1;left: 0;right: auto;transition: width .4s ease .2s,opacity .2s ease;}
.indal-list-more{width: 100%;position: absolute;left: 0;top: 0;height: 100%;z-index: 5;}
.indal-list-more .indal-cont {width: 50%;}
.indal-list-more .indal-cont:last-child{left: auto;right: 0;}
.indal-cont .name, .indal-cont .text, .indal-cont .link{opacity: 0;}
.indal-list li.active .indal-cont .name{animation: indalRun 1s ease both .6s;}
.indal-list li.active .indal-cont .text{animation: indalRun 1s ease both .7s;}
.indal-list li.active .indal-cont .link{animation: indalRun 1s ease both .8s;pointer-events: auto;}
@keyframes indalRun {0%{opacity: 0;transform: translateY(80px);}100%{opacity: 1;transform: translateY(0);}}
.indal-list li.active .indal-hint{opacity: 0;}

.indMore{align-items: center;color: #505050;font-family:'SamsungOne700';}
.indMore span{transition: all .4s ease;margin-right: 8px;}
.indMore i{width: 26px;height: 26px;border-radius: 50%;background: #303030 url('/static/addons/cms/images/arrRW.svg') no-repeat center/16px auto;transition: all .4s ease;}
.indMore:hover span{color: #d9a655;}
.indMore:hover i{background-color: #d9a655;}

.padding-60-0{padding: 60px 0 0;}
.indpp{width: 100%;position: relative;}
.indpp .contain{position: relative;}
.indpp .indTitle{max-width: 510px;position: relative;z-index: 4;}
.indpp-wrap{width: 100%;align-items: center;position: relative;z-index: 4;justify-content: space-between;}
.indpp-num{width: auto;}
.indpp-num-line{width: 1px;background: #efefef;margin: 0 56px;}
.indpp-num-items{width: 170px; float: left;}
.indpp-num-items .num{font-family:'SamsungOne700';color: #d9a655;line-height: 1.1;}
.indpp-num-items .num i{font-size: 28px;font-style: normal;}
.indpp-num-items .text{line-height: 18px;color: #999;margin-top: 14px;}
.indpp-yewu-items{width: 700px; float: left;}
.indpp-yewu-items .text{ font-size: 18px; color: #232323; width: 80px; float: left; margin-top: 20px; letter-spacing: 4px;}
.indpp-yewu-items .p{font-size: 15px; color: #999999; line-height: 30px; float: left; width: 80%;}
.indpp-yewu-items .p p{ line-height: 30px;}
.indpp-bg{position: absolute;z-index: -1;width: 404px;right: 5%;bottom: 0;}
.indpp-bg img{width: 100%;object-fit: cover;}

.inpro{ width: 100%;position: relative;}
.inpro::after{content: ""; position: absolute; bottom:0; background:url(/static/addons/cms/images/009.jpg) no-repeat #f5f2ed; width: 100%; height: 80%; z-index: -1;} 
.inpro .contain{position: relative;}
.inpro ul{width: 100%; }
.inpro ul li{ width: 100%; float: left; margin-left: -1px;}
.inpro ul li:first-child{ margin-left: 0;}
.inpro ul li .list-item{ width: 100%;}
.inpro ul li .img{ margin-left:10px; margin-right:10px;}
.inpro ul li .txt{border-left: 1px solid #c3b7a4; border-right:  1px solid #c3b7a4;  border-bottom: 2px solid #c3b7a4; padding: 20px 20px; font-size: 16px; position: relative; margin-top: 10px;}
.inpro ul li .txt a{ font-size: 16px;}
.inpro ul li .txt span{ font-size: 13px; margin-left: 5px; text-transform: uppercase;}
.inpro ul li .txt i{ position: absolute; right: 25px; font-size: 18px; color:#7a7976}




/* color */
body,body a {color: #342b25;}
.viewdetails i *,.hao-index-activity-list .viewdetail i *,.hao-livingspace-top .hao-path a i *,.livingspace-nav-type strong  *,.hao-news-detail .hao-path a i *  {fill: #342b25!important;}
.hao-logo *,.hao-header-right i *,.hao-content-top-returntop i *,.hao-footer .hao-content-social a *,.hao-swiper-prev-style1 * ,.hao-swiper-next-style1 *,.viewdetail i *,.viewdetail i svg,.hao-path a i *{fill: #fff!important;}
.hao-footer-logo,.hao-footer-logo *,.viewdetails a:hover i *,.hao-index-activity-list a:hover .viewdetail  i *{fill: #d9a655!important;}
.hao-left-navs-title .icon-1 i *,.hao-activity-top-item .viewdetail i *,.hao-activity-list-item .viewdetail i *,.hao-customized-search-list-text .viewdetail i * {fill: #6a6868!important;}
.hao-header .hao-content::after,.hao-index-banner-pagination .swiper-pagination-bullet::before,
.hao-index-process .process-item .text-5,.hao-left-navs,.hao-livingspace-banner,.hao-livingspace-banner-swiper .swiper-pagination span,.hao-news-content-list-item .text,.hao-news-detail-main{background: #fff;}
/*  */
.hao-index-process .hao-content::after,.hao-right-nav li a::before,.hao-index-product-item .title-1::after,.viewdetails a::before,.hao-swiper-next-style1,.hao-index-activity-list .line-2::before,.hao-index-joining .hao-content-left .text-3::before,.hao-header-products-nav li a::before,/* .hao-header.hover a:hover::after,.hao-header li.cur a::after,*/.hao-select-type i::before,.hao-select-type.hao-select-type-2 li.cur i,.hao-page-trun a.prev:hover,.hao-page-trun a.next:hover,.hao-page-trun a.cur,.hao-product-detail-pic-swiper .play a,.hao-inspiration-swiper .hao-progressbar span.swiper-pagination-progressbar-fill,.hao-livingspace-banner-swiper .swiper-pagination .swiper-pagination-bullet-active,.hao-livingspace-bottom a.cur::after,.hao-index-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,.hao-customized-right .hao-customized-li li strong::after,.hao-customized-list-text .title-1::after,.hao-text .title-1::after,.hao-honor-left .hao-honor-nav a span::after,.hao-news-content-list-item a:hover .text,.hao-news-detail-main .type-1 a,.hao-news-detail-main .line-4::before,.viewmore a:hover,.hao-index-process .process-item a:hover .num-1 i,.hao-product-detail-left-pic-swiper .swiper-slide-thumb-active .img::before,.hao-banner-nav a.cur span:before{background: #d9a655;}
.hao-left-navs-item-title i::before,.hao-left-navs-item-title i::after  {background: #1f1f1f;}
.viewdetails a::after,.hao-swiper-prev-style1,.hao-reset-filter a::before   {background: #342b25;}
.hao-index-process,.hao-index-process .process-item .dot-4 i,.hao-index-activity-list .hao-activity-center .text,.hao-page-trun a.prev,.hao-page-trun a.next {background: #f7f7f5;}
.hao-index-process .hao-content::before,.hao-Chooseus-swiper .swiper-slide::after,.swiper-pagination-chooseus span::before,.hao-Chooseus-swiper .swiper-slide::before,.hao-index-activity-list .line-2,.hao-inspiration-swiper .hao-progressbar,.hao-brand-about-data li::before,.hao-news-detail-main .line-4,.hao-news-detail-main .pageturn-6 a.prev span::before,.hao-news-detail-main .pageturn-6 a.next span::after,.hao-activity-top::before,.hao-activity-content-list::before,.hao-activity-content-list::after,.hao-activity-top::after{background: #ccc8bf;}
.hao-right-products-item .pic img.img-block {background: #f1f1f1;}
.hao-header-nav li a,.hao-header-right span,.hao-header-right a, .hao-index-banner-scroll span,.hao-index-banner .text,.viewmore span,.viewmore a:hover span,.hao-index-banner-pagination-num *,.hao-index-banner-pagination-num,.hao-footer,.hao-footer a,.hao-index-customized-item .title-1,.viewdetail span,.hao-banner .hao-title .title-2,.hao-path a span,.hao-path em,.hao-page-trun a.cur,.hao-page-trun a.cur:hover,.hao-product-title h1,.hao-banner-nav em,.hao-text,.hao-brand-content-swiper-right-pic .swiper-slide .text,.hao-news-content-list-item a:hover .title-1,.hao-news-detail-main .type-1 a,.hao-index-process .process-item a:hover i,.hao-news-content-list-item a:hover .title-1 strong{color: #fff;}
.hao-header-nav li a:hover::after,.viewmore a:hover,.hao-index-banner-pagination .swiper-pagination-bullet::after,
.hao-header-nav li a:hover,.hao-footer a:hover,.hao-right-nav a:hover,.viewdetails a:hover span,.swiper-page-control-num span:first-child,.hao-index-activity-list a:hover .viewdetail span,.hao-header-products-nav li a:hover strong,.hao-header-products-nav li a:hover em,.hao-header-products-nav li a:hover i,.livingspace-nav-item a:hover,.hao-select-type a:hover span,.hao-reset-filter a:hover,.hao-right-content-search .search-result strong,.hao-right-products-item a:hover .title-1 ,.hao-page-trun a:hover,.swiper-pagination-num span:first-child,.hao-livingspace-bottom a.cur,.hao-livingspace-item a:hover .title-1,.hao-banner-nav a:hover span,.hao-brand-content-swiper-left .hao-text .text-2 strong,.hao-brand-content-swiper-left .swiper-num span:first-child,.hao-honor-pic-swiper .swiper-slide .text .data-2 span:first-child,.hao-news-detail-main .pageturn-6 a:hover span,.hao-activity-top-item a:hover .title-2,.hao-activity-list-item a:hover .title-2,.hao-search-nav a.cur,.hao-search-nav a:hover,.hao-search-result strong,.hao-right-products-item .title-1 strong,.hao-customized-search-list-text .title-2 strong,.hao-news-content-list-item .title-1 strong,.hao-index-activity-list a:hover .title-2,.hao-index-activity-list a:hover .data-1,.hao-index-activity-list a:hover .text-3,.hao-activity-item a:hover .title-3,.hao-customized-list-item.list-item3 a:hover .title-1,.hao-banner-nav a.cur span,.hao-banner-nav a.cur:hover span{color: #d9a655;}
.hao-index-process .process-item .title-2,.hao-index-process .process-item .english-3,.hao-index-process .process-item .text-content,.hao-right-nav li.cur a,.hao-index-product-item .title-1,.hao-index-product-item .ennum-2,.viewdetails span,.hao-livingspace-top .hao-path a span,.hao-brand-content-item-right .hao-text,.hao-brand-content-swiper-left .hao-text ,.hao-news-detail .hao-path em{color: #342b25;}
.hao-index-process .process-item .english-3,.hao-index-product-item .text-3,.hao-chooseus-item .text-3,.hao-index-activity-list .data-1,.hao-index-activity-list .text-3,.hao-select-type span,.hao-product-detail-right-text .item-4 span,.hao-product-detail-right-text .item-4 i,.hao-livingspace-top .hao-path em,.hao-news-detail .hao-path a span ,.hao-news-detail-main .date-3 span,.hao-activity-top-item .date-1,.hao-activity-list-item .date-1,.hao-customized-search-list-text .data-1{color: #666;}
.hao-right-nav a::after, .hao-right-nav a,.swiper-page-control-num span,.swiper-page-control-num,.swiper-pagination-chooseus span,.hao-index-activity-list  .viewdetail span,.hao-header-products-nav li i,.hao-right-content-search .search-result,.hao-right-products-item .text-2,.hao-page-trun a,.swiper-pagination-num span,.hao-livingspace-item .text-2 ,.hao-brand-about-data span,.hao-brand-about-data p,.hao-activity-top-item .viewdetail span ,.hao-activity-list-item .viewdetail span,.hao-search-result,.hao-customized-search-list-text .viewdetail span{color: #999;}
.hao-header-right .telephone a {border: 1px solid #fff;}
.viewmore a:hover,.hao-content-top-returntop a:hover span,.hao-viewmore a:hover i,.hao-select-type a:hover i,.hao-select-type li.cur i,.hao-product-detail-pic-swiper .play a::before,.hao-product-detail-left-pic-swiper .swiper-slide-thumb-active .img,.swiper-button-next-other:hover i,.swiper-button-prev-other:hover i,.hao-customized-list-item.list-item1 a:hover .viewdetail i,.hao-index-process .process-item a:hover .num-1 i{border: 1px solid #d9a655;}
.hao-index-process .process-item .dot-4 i {border: 2px solid #d3d3d1;}
.hao-banner .hao-title .title-2 i  {border: 2px solid #fff;}
.hao-index-process .process-item.cur .dot-4 i,.hao-title .title-2 i,.hao-product-detail-right-text .title-3 i,.hao-text .title-1 i {border: 2px solid #d9a557;}
.hao-index-process .process-item .num-1 i{border: 1px solid #d1cfcc;color: #707070;}
.livingspace-nav-type strong,.hao-left-navs-title .icon-1 i,.hao-select-type i,.hao-product-detail-left-pic-swiper .img ,.hao-product-detail-pic-swiper,.swiper-button-next-other i,.swiper-button-prev-other i,.hao-customized-list-item.list-item1 .viewdetail i {border: 1px solid #ccc;}
.viewmore a {border: 1px solid rgba(255,255,255,.4);}
.hao-content-top-returntop span {border: 1px solid #494949;}	
.hao-news-detail-main .pageturn-6 {border-top: 2px solid #342b25;}

.hao-contact-li {border-top: 2px solid #d9a655;}
.hao-index-product .hao-content-top,.hao-index-customized .hao-content-top,.hao-right-content-search .hao-right-search .search-input {border-bottom: 1px solid #d1cfcc;}
.hao-index-process .process-item .text-5::before {border-bottom: 20px solid #fff;}
.hao-footer .hao-content-center{border-bottom: 1px solid #363636;}
.hao-footer .hao-content-top {border-bottom: 1px solid #959595;}
.hao-right-content-search .hao-right-search .search-input:focus{border-bottom: 1px solid #d9a557;}
.hao-activity-item, .livingspace-nav-type,.hao-left-navs-title,.hao-left-navs-item,.hao-product-detail-right-text .title-1,.hao-product-detail-right-text .item-4 li,.hao-livingspace-bottom,.hao-customized-list-item.list-item3 .text-2,.hao-contact-li li,.hao-activity-list-item,.hao-search-top,.hao-customized-search-list-text{border-bottom: 1px solid #e5e5e5;}
.hao-index-process {border-bottom: 2px solid #ebd6b6;}
.hao-viewmore i,.swiper-pagination-chooseus span.swiper-pagination-bullet-active::after{border: 1px solid #d1cfcc;}
.hao-title .english-1 {background: linear-gradient(to bottom, #e3bd84 50%, #b38238 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-shadow: 6px 10.392px 10px rgba(132, 92, 32, 0.2);}
.hao-banner .hao-title .english-1 {background:none;-webkit-background-clip: unset;-webkit-text-fill-color: unset;color: #fff;text-shadow: 6px 10.392px 10px rgba(255, 255, 255, 0.2);}


.hao-header-nav li a{ color:rgba(255, 255, 255, 0.9)}
.hao-header-right .telephone a{ border: 1px solid #d88b13;}
.hao-header-right .telephone a{ color: #d88b13;}
.hao-header-right .telephone span{color: #d88b13;}d9a655


/* font-size */
.hao-header-nav,.hao-header-nav li  {font-size:0;}
.hao-footer .hao-content-hotline span,.hao-footer,.hao-footer a,.hao-content-linkurl-show a,.hao-index-process .process-item .english-3,.swiper-pagination-chooseus span,.hao-news-detail-main .type-1 a,.hao-activity-list-item .date-1{font-size: 12px;}
.hao-chooseus-item .text-3,.hao-path a span {font-size: 14px;}
.hao-index-banner-scroll span,.hao-index-process .process-item .num-1 i,.hao-index-process .process-item .text-content,.viewdetail span,.hao-viewmore.smallsize span,.hao-index-activity-list .text-3, .hao-select-type span,.hao-reset-filter a,.hao-right-content-search .search-result ,.hao-right-products-item .text-2 ,.hao-livingspace-item .text-2,.hao-customized-list-text .text-2,.hao-brand-about-data span,.hao-news-detail-main .date-3 span,.hao-news-detail-main .pageturn-6 a span,.hao-contact-li li span,.hao-search-result {font-size: 14px;}
.hao-header-nav li a,.hao-header-right span,.hao-content-nav a,.hao-content-linkurl a {font-size: 16px;}
.hao-index-banner .text .text-2,.viewmore span,.hao-index-process .process-item .title-2,.hao-index-product-item .ennum-2,.hao-index-product-item .text-3,.hao-activity-item .title-3,.hao-page-trun a,.hao-brand-about-data p,.hao-contact-li li strong,.hao-contact-li li h5,.hao-activity-top-item .date-1,.hao-customized-search-list-text .data-1 {font-size: 16px;}
.hao-header-right .telephone span,.hao-right-nav li a,.hao-right-nav a::after,.viewdetails span,.hao-index-customized-item .title-1,.hao-header-products-nav li i,.livingspace-nav-type span i,.hao-left-navs-title .title-2 .title-en,.hao-right-products-item .title-1,.hao-livingspace-item .title-1,.hao-customized-right .hao-customized-li li strong,.hao-banner-nav a span,.hao-brand-content-swiper-right-pic .swiper-slide .text,.hao-honor-pic-swiper .swiper-slide .text .data-2,.hao-news-content-list-item .title-1,.hao-activity-list-item .title-2{font-size: 18px;}
.swiper-page-control-num span,.hao-chooseus-item .title-2 i,.hao-index-activity-list .title-2,.hao-header-products-nav li em,.livingspace-nav-type span em,.hao-left-navs-item-title strong,.hao-right-content-search .hao-right-search .search-input,.hao-product-detail-right-text .title-3 strong,.swiper-pagination-num span,.hao-livingspace-bottom a,.hao-brand-content-swiper-left .swiper-num span ,.hao-honor-left .hao-honor-nav a span,.hao-honor-pic-swiper .swiper-slide .text .title-1,.hao-contact-li li a,.hao-activity-top-item .title-2,.hao-search-nav a,.hao-customized-search-list-text .title-2 {font-size: 24px;}
.hao-viewmore span {font-size: 21px;}
.hao-index-joining .hao-content-left .text-3,.hao-left-navs-title .title-2 .title-cn  {font-size: 22px;}
.hao-index-banner-pagination-num strong{font-size: 26px;}
.hao-footer .hao-content-hotline h3,.hao-index-product-item .title-1,.hao-customized-list-text .title-1{font-size: 30px;}
.hao-title .title-2 h3,.hao-brand-content-left .title-1 strong,.hao-text .title-1,.hao-news-detail-main .title-2 h1{font-size: 36px;}
.hao-product-detail-right-text .title-1,.hao-brand-about-data strong {font-size: 40px;}
.hao-header-products-nav li strong {font-size: 30px;}
.hao-product-title h1 {font-size: 50px;}
.hao-title .english-1 {font-size: 70px;}
.hao-banner .hao-title .english-1 {font-size: 80px;}
.hao-index-banner .text .title-1  {font-size: 90px;}
.hao-index-banner .text .title-2  {font-size: 48px;}
.hao-chooseus-item .title-2 strong,.hao-chooseus-item .title-2 i{ font-size: 20px;}

.i_honor{ width:100%; margin:auto;z-index:999;margin-top:-150px; margin-bottom:10px}
.i_honor ul{
    display:table;  /**不要设置宽度*/
    margin:0px auto;
}
.i_honor ul li{
    text-align:center;
    float:left;
    *float:none;
    *display:inline;
    *zoom:1; list-style: none;
    margin-right:15px;margin-left: 15px;
}
.i_honor .img{width:284px}
.i_honor .img img{width:284px; height:auto}


/* fonts */
.hao-header-right span,.hao-index-process .process-item .num-1 i,.hao-index-product-item .ennum-2,.swiper-page-control-num span,.hao-chooseus-item .title-2 i,.hao-index-activity-list .data-1,.swiper-pagination-num span,.hao-honor-pic-swiper .swiper-slide .text .data-2,.hao-activity-top-item .date-1,.hao-activity-list-item .date-1 ,.hao-customized-search-list-text .data-1{font-family: 'timesi';}
.hao-index-banner-pagination-num ,.hao-index-banner-pagination-num *,.hao-footer .hao-content-hotline h3,.hao-brand-content-swiper-left .swiper-num span{font-family:'timesbi';}
.hao-index-banner-scroll span,.viewmore span,.hao-index-process .process-item .english-3,.hao-right-nav a::after,.viewdetail span,.hao-viewmore span,.hao-header-products-nav li i, .livingspace-nav-type span i,.hao-left-navs-title .title-2 .title-en,.swiper-button-next-other span,.swiper-button-prev-other span {font-family: 'Cormorant-Italic';}
.hao-title .english-1 {font-family: 'Oswald-Light';}
.hao-customized-right .hao-customized-li li strong,.hao-contact-li li *,.hao-brand-content-swiper-left .hao-text .text-2 {font-family:'timesbi',PingFang SC,Microsoft Yahei,Helvetica Neue,Arial;}
.hao-brand-about-data strong ,.hao-honor-pic-swiper .img .year-3 {font-family: 'timesbi';}
.hao-footer .hao-content-copy span,.hao-footer .hao-content-copy a,.hao-footer .hao-bottom-right a{font-family: 'timesi',PingFang SC,Microsoft Yahei,Helvetica Neue,Arial;;}
.hao-index-banner-pagination-num strong,.hao-index-banner-pagination-num span,.viewdetails span{font-family: 'timesi';font-weight: normal;}


/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#d88b13;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#669900;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(/static/addons/cms/images/side_icon.png);background-repeat:no-repeat; color:#fff;font-size: 18px;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(/static/addons/cms/images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(/static/addons/cms/images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(/static/addons/cms/images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:34px;}
.suspension .d-service-phone{top:-13px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-top:1px solid #eee;padding:14px 0;}
.suspension .d-service-item:first-child{ border-top: 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(/static/addons/cms/images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(/static/addons/cms/images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(/static/addons/cms/images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center; width: 140px;}
.suspension .d-qrcode .inner-box{padding:10px 0;}
.suspension .d-qrcode .inner-box img{ width: 120px;height: auto;}
.suspension .d-qrcode p{font-size:14px;color:#93959c;}

@font-face {
	font-family: 'Oswald-Light';
	src: url('/static/addons/cms/css/fonts/Oswald-Light.eot');
	src: local('?'), url('/static/addons/cms/css/fonts/Oswald-Light.woff') format('woff'), url('/static/addons/cms/css/fonts/Oswald-Light.ttf') format('truetype'), url('/static/addons/cms/css/fonts/Oswald-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cormorant-Italic';
	src: url('/static/addons/cms/css/fonts/Cormorant-Italic.eot');
	src: local('?'), url('/static/addons/cms/css/fonts/Cormorant-Italic.woff') format('woff'), url('/static/addons/cms/css/fonts/Cormorant-Italic.ttf') format('truetype'), url('/static/addons/cms/css/fonts/Cormorant-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cormorant-BoldItalic';
	src: url('/static/addons/cms/fonts/Cormorant-BoldItalic.eot');
	src: local('?'), url('/static/addons/cms/fonts/Cormorant-BoldItalic.woff') format('woff'), url('/static/addons/cms/fonts/Cormorant-BoldItalic.ttf') format('truetype'), url('/static/addons/cms/fonts/Cormorant-BoldItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'timesi';
	src: url('/static/addons/cms/css/fonts/timesi.eot');
	src: local('?'), url('/static/addons/cms/css/fonts/timesi.woff') format('woff'), url('/static/addons/cms/css/fonts/timesi.ttf') format('truetype'), url('/static/addons/cms/css/fonts/timesi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'timesbi';
	src: url('/static/addons/cms/css/fonts/timesi.eot');
	src: local('?'), url('/static/addons/cms/css/fonts/timesbi.woff') format('woff'), url('/static/addons/cms/css/fonts/timesbi.ttf') format('truetype'), url('/static/addons/cms/css/fonts/timesbi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 引入字体 */
/* @font-face{font-family:'SamsungOne400';src: url('/static/addons/cms/fonts/SamsungOne400.ttf');} */
/* @font-face{font-family:'SamsungOne600';src: url('/static/addons/cms/fonts/SamsungOne600.ttf');} */
@font-face{font-family:'SamsungOne700';src: url('/static/addons/cms/fonts/SamsungOne700.ttf');}


/* other */
.hao-index-customized-item .title-1,.hao-title .english-1, .viewdetails span,.hao-news-detail-main .pageturn-6 a span,.hao-right-products-item .title-1,.hao-right-products-item .text-2,.hao-customized-list-text .title-1,.hao-customized-search-list-text .title-2,.hao-index-process .process-item .english-3,.hao-oproducts-swiper .name-3,.hao-honor-text-swiper .swiper-slide span {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.hao-activity-item .title-3,.hao-index-activity-list .title-2,.hao-customized-list-item.list-item3 .hao-customized-list-text .text-2,.hao-news-content-list-item .title-1{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.hao-index-activity-list .text-3,.hao-index-product-item .text-3 {display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}


.galleryOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; z-index: 100000; background-color: rgba(0,0,0,.7);  overflow: hidden; display: none; -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.galleryOverlay.visible { opacity: 1; }
.gallerySlider { height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; }
.gallerySlider .placeholder { background: url("/static/addons/cms/images/loading.gif") no-repeat center center; height: 100%; line-height: 1px; text-align: center; width: 100%; display: inline-block; }
.gallerySlider .placeholder:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.gallerySlider .placeholder img { display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; }
.prevArrow, .nextArrow { border: none; text-decoration: none;opacity: 0.5; cursor: pointer; position: absolute; width:50%;height:100%; top:0; margin-top:0px; }
.prevArrow:hover, .nextArrow:hover { opacity: 1; }
.prevArrow { background-position: left top; left:0; }
.nextArrow { background-position: right top; right:0; }
.pagelimit { position: absolute; bottom: 20px; left: 50%; margin-left: -18px; color: #fff; font-size: 18px; }
.closed {cursor: pointer; position: absolute; width: 40px; height: 40px;right:2%; top: 3%;background: url(/static/addons/cms/images/xxx.png) center no-repeat #fff; transition-duration: 0.5s;}
.closed:hover {opacity: 0.5;}




/* animation */
@keyframes w100{0%{width: 0%;} 100%{width: 100%;}}
@keyframes bigimgani{0%{transform:scale(1.05);} 100%{transform:scale(1);}}
@keyframes updown1{0%{top:25px;} 50%{top:35px;}100%{top:25px;}}
@keyframes rightdong1{0%{right:0px;} 50%{right:2%;}100%{right:0;}}
@keyframes leftdong1{0%{left: -40px;} 50%{left: -30px;}100%{left: -40px;}}
@keyframes bgimgain{0%{transform:scale(1.05);} 100%{transform:scale(1.0);}}
@keyframes leftdong2{0%{left: -30px;} 50%{left: -40px;}100%{left: -30px;}}
@keyframes leftdong3{0%{left: 20px;} 50%{left: 10px;}100%{left: 20px;}}
@keyframes leftdong4{0%{left: -25px;} 50%{left: -35px}100%{left: -25px;}}



@media screen and (max-width: 5120px) {
	
}
@media screen and (max-width: 3840px) {
		
}
@media screen and (max-width: 2560px) {
	
}
@media screen and (max-width: 2048px) {
	
}
@media screen and (max-width: 1920px) {
	
}
@media screen and (max-width: 1680px) {
	.hao-header-nav li{padding-right: 10px;}
}
@media screen and (max-width: 1600px) {		
	

	.hao-header .hao-content-h{width: 96%;}
	.indpp-yewu-items .p p{ font-size: 14px;}
	.hao-footer .hao-content-nav a {margin-right: 25px; margin-bottom: 10px;}
	.font20 {
		font-size: 18px;
	}
	
	.hao-header-nav li a{padding: 0 18px;}
	.hao-header-nav li{padding-right: 13px;}
	/* .hao-logo {
		position: absolute;
		left: 0%;
		top: 50%;
		margin: -23px 0 0 0px;
		width: 240px;
		height: 46px;
		z-index: 11;
		display: block;
	}
	.hao-logo img{ height: 46px; width: auto;} */

	.hao-header-products-nav {padding: 40px 4% 80px 4%;margin-top: 100px;}
	.hao-header-products-nav li {padding: 0 20px 0 0;}
	.hao-header-products-nav li a {padding: 10px 0;}
	.hao-header-livingspace-nav {padding: 40px 4% 50px 4%;}
	.hao-index-process .hao-content::before {width: 88%;left: 6%;}
	.hao-index-process .hao-content::after {left: 6%;}
	.hao-index-process .hao-content.w10::after {width:11%;}
	.hao-index-process .hao-content.w20::after {width:22%;}
	.hao-index-process .hao-content.w30::after {width:33%;}
	.hao-index-process .hao-content.w40::after {width:44%;}
	.hao-index-process .hao-content.w50::after {width:55%;}
	.hao-index-process .hao-content.w60::after {width:66%;}
	.hao-index-process .hao-content.w70::after {width:77%;}
	.hao-index-process .hao-content.w80::after {width:88%;}
	.hao-index-process .hao-content.w90::after {width:99%;}
	.hao-index-process .process-item .text-5{width:280px;top:150px;margin-left: -150px;}

	.hao-control .page-control {width: 50%;}
	.hao-index-product-item .text {padding:0px 0 20px 0;}
	.viewmore a {width: 160px;height: 50px;line-height: 50px;}
	.hao-select-type li {padding: 0 0 5px 0;}
	.hao-product-detail-right-text .title-1 {padding: 0px 0 20px 0;}
	.hao-product-detail-right-text .text-2 {padding-top: 20px;}
	.hao-product-detail-right-text .item-4 li {	padding: 18px 0;}
	.hao-other-product {width: 100%;}
	.swiper-button-next-other, .swiper-button-prev-other {margin-top: -50px;}
	.livingspace-nav-type {padding:10px 0;}
	.hao-livingspace-banner {margin-bottom:30px;}
	.hao-livingspace-bottom a {padding: 0px 0px 30px 0px;}
	.hao-livingspace-list .hao-content {width: 88%;}
	.hao-customized-right {width: 30%;margin:1% 0 0 5%;}
	.hao-customized-item.fr .hao-customized-right {margin:1% 5% 0 0;}
	.hao-customized-right .hao-customized-li {padding:6% 0 1% 0;}
	.hao-news-detail-main {padding: 5% 5% 1% 5%;width:70%;}
	.hao-brand-content-top {width: 74%;padding: 10% 0;}
	.hao-brand-content-bottom {width: 74%;margin-top: 0px;}
	.hao-brand-content {background: url(/static/addons/cms/upload/brandbg1.jpg) center top no-repeat;background-size:100%;}
	.hao-honor-text {width: 25%;}
	.hao-honor-pic {width: 70%;padding-bottom:0;margin-top: 10%;}
	.hao-honor-pic-swiper .img {width: 80%;margin: auto;}
	.hao-honor-content,.hao-activity-content {width: 90%;}
	.hao-contact-left {width: 100%;}
	/* .hao-contact-right { margin-left: 5%;} */
	.hao-contact-li li {padding: 20px 0;}
	.hao-contact-right {width: 55%;}

	.hao-header-nav li a,.hao-header-right span,.hao-content-nav a,.hao-content-linkurl a,.hao-header-right a {font-size: 15px;}
	.hao-index-banner .text .text-2,.viewmore span,.hao-index-process .process-item .title-2,.hao-index-product-item .ennum-2,.hao-index-product-item .text-3,.hao-activity-item .title-3,.hao-page-trun a,.hao-brand-about-data p,.hao-contact-li li strong,.hao-contact-li li h5,.hao-activity-top-item .date-1,.hao-customized-search-list-text .data-1 {font-size: 14px;}.hao-header-right .telephone span,.hao-right-nav li a,.hao-right-nav a::after,.viewdetails span,.hao-index-customized-item .title-1,.hao-header-products-nav li i,.livingspace-nav-type span i,.hao-left-navs-title .title-2 .title-en,.hao-right-products-item .title-1,.hao-livingspace-item .title-1,.hao-customized-right .hao-customized-li li strong,.hao-banner-nav a span,.hao-brand-content-swiper-right-pic .swiper-slide .text,.hao-honor-pic-swiper .swiper-slide .text .data-2,.hao-news-content-list-item .title-1,.hao-activity-list-item .title-2{font-size: 16px;}.swiper-page-control-num span,.hao-chooseus-item .title-2 i,.hao-chooseus-item .title-2 strong,.hao-index-activity-list .title-2,.hao-header-products-nav li em,.hao-left-navs-item-title strong,.hao-right-content-search .hao-right-search .search-input,.hao-product-detail-right-text .title-3 strong,.swiper-pagination-num span,.hao-livingspace-bottom a,.hao-brand-content-swiper-left .swiper-num span ,.hao-honor-left .hao-honor-nav a span,.hao-honor-pic-swiper .swiper-slide .text .title-1,.hao-contact-li li a,.hao-activity-top-item .title-2,.hao-search-nav a,.hao-customized-search-list-text .title-2 {font-size: 16px;}.hao-viewmore span {font-size: 18px;}.hao-index-joining .hao-content-left .text-3,.hao-left-navs-title .title-2 .title-cn  {font-size: 18px;}.hao-index-banner-pagination-num strong{font-size: 18px;}.hao-footer .hao-content-hotline h3,.hao-index-product-item .title-1,.hao-customized-list-text .title-1{font-size: 18px;}.hao-title .title-2 h3,.hao-brand-content-left .title-1 strong,.hao-text .title-1,.hao-news-detail-main .title-2 h1{font-size: 26px;}.hao-product-detail-right-text .title-1,.hao-brand-about-data strong {font-size: 30px;}.hao-header-products-nav li strong {font-size:26px;}.hao-product-title h1 {font-size: 40px;}.hao-title .english-1 {font-size: 50px;}.hao-banner .hao-title .english-1 {font-size: 60px;}.hao-index-banner .text .title-1  {font-size: 70px;}.hao-index-process .process-item .text-content {font-size: 12px;line-height: 22px;}.hao-right-content-search .hao-right-search .search-input::placeholder {font-size: 16px;}.hao-index-banner-scroll span, .hao-index-process .process-item .num-1 i, .hao-index-process .process-item .text-content, .viewdetail span, .hao-viewmore.smallsize span, .hao-index-activity-list .text-3, .hao-select-type span, .hao-reset-filter a, .hao-right-content-search .search-result, .hao-right-products-item .text-2, .hao-livingspace-item .text-2, .hao-customized-list-text .text-2, .hao-brand-about-data span, .hao-news-detail-main .date-3 span, .hao-news-detail-main .pageturn-6 a span, .hao-search-result {font-size: 12px;}
	.hao-product-detail-right-text .text-2 {font-size: 14px;line-height: 24px;}.hao-product-detail-right-text .item-4 strong,.hao-product-detail-right-text .item-4 li,.hao-honor-text-swiper .swiper-slide span{font-size: 14px;}.hao-text .text-2 {line-height: 26px;font-size: 14px;}

	.hao-chooseus-item .title-2 strong,.hao-chooseus-item .title-2 i{ font-size: 18px;}
	.hao-header-products-nav li span {padding: 8px 20px 1px 0px;}

	.hao-about-environmental-left h2,.hao-about-culture .title,.hao-about-team .title{ font-size: 26px;}
	/* ----------------- */
	
	.hao-contact .contain{ margin-bottom: -30vw;-webkit-transform: translateY(-30vw);transform: translateY(-30vw);}
	
}
@media screen and (max-width: 1500px) {	
	#language.hao-header-nav-show-content {right: 12%;}
	.hao-livingspace-detail .hao-product-detail-right {width: 33%;}
	.hao-livingspace-detail .hao-product-detail-right-text .item-4 li {padding: 15px 0;}
	.hao-livingspace-detail .hao-product-detail-right-text .item-4 {margin-top: 0px;}
	.hao-oproducts-swiper .name-3 {padding-top: 10px;font-size: 14px;}
	.hao-livingspace-detail .hao-product-detail-right-text .title-3 {margin-top:20px;}
}
@media screen and (max-width: 1440px) {
	
}
@media screen and (max-width: 1366px) {
	.hao-index-banner .text .title-1 {font-size: 60px;}
	/* .hao-header-right .telephone span {font-size: 12px;}
	.hao-header .hao-content {height:70px;}
	.hao-header-products-nav {padding:30px 5% 60px 5%;margin-top:60px;}
	.hao-header-livingspace-nav {padding:30px 5% 60px 5%;margin-top:60px;}
	.hao-header-search {padding: 40px 0;margin-top: 70px;}
	.hao-header-products-nav li strong {font-size: 36px;}
	.hao-header-products-nav li span em {font-size: 14px;} */
	.hao-index-activity-list .text-3, .hao-index-product-item .text-3  {font-size: 13px;line-height: 24px;}
	.viewdetails {width: 40%;}
	.hao-control .page-control {width: 60%;}
	.hao-index-product-item .ennum-2 {padding-bottom:20px;}
	.hao-index-activity-list .title-2,.hao-activity-item .title-3 {line-height: 24px;}
	.hao-index-activity-list .data-1 {padding: 0px 0 10px 0;}
	.hao-path {top: 70px;}
	.hao-inspiration-swiper img {max-height: 400px;}
	.hao-other-product-swiper {width: 75%;}
	.hao-livingspace-top {margin-top: 70px;}
	.hao-customized-right .hao-customized-li li strong {padding: 5px 0;}
	.hao-honor-pic-swiper .swiper-slide .text {bottom: -130px;}
	.hao-honor-pic {padding-bottom: 5%;}
	.hao-honor-right {padding: 0 0 5% 10%;}
	.hao-banner-nav em {margin: -5px 20px 0 20px;}
	#language.hao-header-nav-show-content {right: 13%;}
}
@media screen and (max-width: 1280px) {
	.hao-product-detail-right-text .title-1, .hao-brand-about-data strong {font-size: 24px;padding: 0px 0 10px 0;}
	.hao-livingspace-detail .hao-product-detail-right-text .parameter-3 {margin-top: 0px;}
	.hao-product-detail-right-text .item-4 strong,.hao-product-detail-right-text .item-4 span {font-size: 12px;}
	.hao-product-detail-right-text .title-3 strong {font-size: 14px;}
	/* -------------------- */
	.hao-header-nav li {padding-right: 10px;}
	.hao-header-nav li a {padding: 0 12px;}
	/* .hao-solution-img .right li{width: calc(33.3% - 20px); } */
	.hao-products{ padding: 15% 0;}
	.hao-products .hao-banner-nav{ margin: 0 5%;}
	.cp_pro ul li {width: 30.3%;margin: 0 1.5% 0.4rem 1.5%;}
	.cp_pro_honor ul li {width: 33.3%;margin: 0%;}
	.cp_pro_huace ul li {width: 22%;margin: 0 1.5% 0.4rem 1.5%;}
}
@media screen and (max-width: 1152px) {
    .hao-index-banner .text .title-1 {font-size: 40px;}
    .hao-index-banner .text-2 {max-width: 50%;line-height:24px}
    .hao-swiper-prev-style1, .hao-swiper-next-style1 {width:40px;}
    .viewdetails span  {font-size:12px;}
    .hao-swiper-prev-style1 {margin-right: 10px;}
    .hao-swiper-next-style1  {margin-left: 10px;}
    .hao-right-nav a {font-size:14px;padding-right: 25px;}
    .hao-right-nav a::after { padding: 0 7px;}   
    .hao-product-detail-right-text .item-4 li {width:100%;}
    .hao-livingspace-item {margin: 2% 1%;}
    .hao-livingspace-banner-left,.hao-livingspace-banner-right {width: 100%;}
    .hao-livingspace-banner-nav {padding: 5%;}
    .hao-contact-left {width: 100%;}
    .hao-contact-li li:first-child strong {position: relative;}
    .hao-contact-li li:first-child  {text-align:left;padding:30px 0 20px;}
    .hao-contact-li li {padding: 15px 0;}
	/* ----------------- */
	.hao-header-nav li {padding-right: 5px;}
	.hao-header-nav li a {padding: 0 10px;}
	/* .box p{ display: none;} */
	.hao-contact-li{ margin-top: 2.2rem;}
	.hao-contact-left{ margin-top: 1rem;}
}
@media screen and (max-width: 1024px) {
	.indal-hint{display: none;}
    .indal-cont .name, .indal-cont .text, .indal-cont .link{opacity: 1;animation: none !important;}
    .indal-list ul {margin-left: 0;margin-top: -12px;flex-wrap: wrap;}
    .indal-list li{margin-top: 12px;margin-left: 0;top: 0 !important;}
    .indal-list li img, .indal-list li{height: auto;position: relative;width: 100% !important;}
    .indal-list {margin-top: 50px;}
	.indal-cont .link{pointer-events: auto;}
	.indpp-yewu-items{ display: none;}
	/* ------------------- */
	.hao-header-nav li a{ font-size: 14px;}
	.hao-header-nav li {padding-right: 5px;}
	.hao-header-nav li a {padding: 0 8px;}
	.m-pop .box {width: 90%; }
    
    
}
@media screen and (max-width: 980px) {
	/* ------------------- */
	.hao-header-nav li a{ font-size: 12px;}
	.hao-header-nav li {padding-right: 0px;}
	.hao-header-nav li a {padding: 0 6px;}
	/*.i_honor{ display:none}*/
    
    
}
@media screen and (max-width: 840px) {
	.inpro ul li .txt span{ display: none;}
	.hao-index-banner .text .title-2{ font-size: 30px;}

	.pcshow,.hao-path,.swiper-button-next-other, .swiper-button-prev-other,.hao-news-detail-main .pageturn-6 a span ,.hao-honor-right::before{display: none!important;}
	.mbshow {display: block!important;}
	.hao-header .hao-content {height: 50px;}
	.hao-header-left,.hao-header-right .merchants,.hao-header-right .telephone,.hao-header-right,.hao-content-linkurl {display: none;}
	.menu-toggle {display: block;}
	.hao-logo {left:0;margin: -21px 0 0 0px;width: 170px;height: 20px;}

	/* .no-touch .hao-header {background: #fff;} */
	.no-touch .hao-logo * {fill: #d9a655!important;}
	.hao-index-banner .text .title-1 {font-size: 30px;}
	.hao-index-banner .text-2 {max-width: 100%;}
	.viewmore,.hao-index-activity-list .hao-activity-center,.hao-index-activity-list .hao-activity-right {margin-top: 20px;}
	.hao-index-banner-pagination-right {bottom: 1%;}
	.hao-index-banner .hao-index-banner-container.center .viewmore {margin: 20px auto auto auto;}
	.hao-index-product,.hao-index-customized,.hao-index-Chooseus,.hao-index-activity,
	.hao-product-detail-inspiration,.hao-product-detail-main,.hao-product-detail-other {padding:15% 0;}
	.hao-right-nav {width: 100%;position: relative;right: auto;bottom: auto;text-align: left;margin-top: 40px;}
	.hao-right-nav li,.hao-index-customized-item,.hao-index-activity-list .hao-activity-center {margin-bottom: 10px;}
	.hao-right-nav a {padding-bottom: 10px;padding-right: 25px;}
	.hao-right-nav a::after {padding: 0 5px;}
	.hao-index-product .hao-content-top {padding-bottom: 10px;}
	.hao-content-product-swiper,.hao-content-customized,.hao-viewmore,.swiper-pagination-chooseus,.hao-product-detail-right-text {margin-top: 30px;}
	.hao-index-product-item .left ,.hao-index-product-item .right,.hao-index-customized-item.c-item1,.hao-index-customized-item.c-item2,.hao-index-customized-item.c-item3,.hao-index-customized-item.c-item4,.hao-index-Chooseus .hao-content-left,.hao-index-Chooseus .hao-content-right,.hao-index-activity-list .hao-activity-left,.hao-index-activity-list .hao-activity-center,.hao-index-activity-list .hao-activity-right,.hao-index-joining .hao-content-right,.hao-footer .hao-content-nav,.hao-footer .hao-content-social,.hao-index-process-swiper,.hao-right-content,.hao-product-detail-pic-swiper,.hao-product-detail-left,.hao-product-detail-right,.hao-product-detail-right-text .item-4 li,.hao-product-detail-main-pic,.hao-livingspace-banner-left,.hao-livingspace-banner-right,.hao-customized-left,.hao-customized-right,.hao-customized-list-left,.hao-customized-list-right,.hao-brand-about .hao-title,.hao-brand-content-left,.hao-brand-content-item-left,.hao-brand-content-left .img,.hao-honor-left,.hao-honor-right,.hao-honor-pic,.hao-news-content-top .hao-title,.hao-news-content-top .hao-right-content-search,.hao-news-content-list-item,.hao-contact-right{width: 100%;}
	.hao-index-product-item .right,.hao-index-Chooseus .hao-content-right {padding-left: 0;padding-top: 0px;}
	.hao-swiper-prev-style1, .hao-swiper-next-style1 {width:35px;height:35px;}
	.swiper-page-control-num span {line-height: 35px;}
	.hao-control .page-control  {width: 50%;}
	.viewdetails {width: 45%;}
	.viewdetails a,.hao-index-customized .hao-content-top {padding-bottom: 10px;}
	.hao-index-customized-item.c-item1,.hao-index-customized-item.c-item2,.hao-index-customized-item.c-item3,.hao-index-customized-item.c-item4 {position: relative;left: auto;top: auto;right: auto;bottom: auto;}
	.hao-viewmore i {width:50px;height: 50px;margin-top: -25px;}
	.hao-index-Chooseus .hao-content-right,.hao-index-activity-list .hao-activity-center {margin-left: 0;}

	.swiper-pagination-chooseus span {width: 32px;height: 32px;line-height: 32px;margin-right: 0;}
	.swiper-pagination-chooseus span::after {width: 30px;height: 30px;margin: -16px 0 0 -16px;}
	.hao-index-activity .hao-content-top .hao-viewmore.smallsize {top:-60%;margin-top: 0px;}
	.hao-index-activity-list .data-1,.hao-brand-about-data p {font-size: 12px;}
	.hao-index-joining .hao-content-left {position: relative;left:auto;top: auto;width: 100%;}
	.hao-index-joining {padding: 10px 0 15% 0;}
	.hao-footer-logo {width: 180px;}
	.hao-footer .hao-content-nav {float: none;}
	.hao-footer .hao-content-nav a {float: none;margin-right: 0px;display: block;padding: 10px 0;border-bottom: 1px solid rgb(255, 255, 255, 0.1);margin-bottom: 5px; font-size: 13px;}
	.hao-footer .hao-content-social {text-align: left;float: none;margin-top: 30px; display: none;}
	.hao-footer .hao-content-social a,.hao-product-detail-right-text .item-4 li {margin-left: 0;margin-right: 10px;}
	.hao-footer .hao-content-hotline {position: relative;right: auto;bottom: auto;text-align: left;margin-top: 30px;}
	.hao-index-process .process-item .text-5 {width: 100%;top: 0px;margin-left: 0px;margin-top: 20px;display: block;z-index: 1;position: relative;left: auto;top: auto;height: auto;}
	.hao-index-process .process-item {display: block;overflow: hidden;}
	.hao-index-process .process-item a,.hao-index-process-swiper {overflow: hidden;}
	.hao-index-process .process-item .dot-4 {top: 60px;}
	.hao-index-process .process-item .text-5::before {margin-left: -20px;}
	.hao-index-process .hao-content::before {top: 22.5%;}
	.hao-index-process .process-item a:hover .text-5 {display: block;top:auto;height: auto;z-index: 10;}
	.hao-banner .hao-title .english-1,.hao-title .english-1 {font-size: 40px;}
	.hao-left-navs {float: none;width: 100%;position: relative;left: auto;top: auto;min-height: auto;}
	.hao-right-products-item {float: none;width: 100%;margin: 0 0 4% 0;}
	.hao-page-trun a.prev, .hao-page-trun a.next {width: 40px;height: 40px;line-height: 40px;margin: 0 3px;}
	.hao-left-navs-title,.hao-left-navs-content {padding: 5%;}
	.hao-left-navs-content {padding:0 5%;}
	.hao-product-title h1 {font-size: 30px;width: 90%;margin: auto;}
	.hao-product-detail-left-pic {display: none;}
	.hao-inspiration-swiper img {max-height: 200px;}
	.hao-inspiration-swiper .hao-progressbar {width: 60%;}
	.hao-livingspace-top {margin-top: 50px;}
	.hao-livingspace-item {width: 100%;margin: 2% 0;}
	.hao-product-title {z-index: 10;}
	.hao-customized-item.fr .hao-customized-right{float: left;margin: 3% 0 0 5%;}
	.hao-banner-nav em {margin: -5px 10px 0 10px;}
	.hao-banner-nav a span{font-size: 14px;}
	.hao-customized-list-text {padding: 5%;}
	.hao-customized-list-text .text-2 {line-height: 24px;}
	.hao-customized-list-item.list-item3 {width: 100%;margin-right:0;margin-bottom: 3%;}
	.hao-news-detail-main {padding:10% 5%;width: 90%;}
	.hao-news-detail {padding: 30px 0 0px 0;}
	.hao-news-detail-main .detail-5 {line-height:24px;font-size: 14px;}
	.hao-brand-about {margin: auto;float: none;padding:15% 0;}
	.hao-about-text {width: 100%;margin-left: 0%;padding-top: 30px;}
	.hao-about-environmental .about-play {width:40px;height:40px;margin: -20px 0 0 -20px;background: url(/static/addons/cms/images/play1.png);background-size:100%;}
	.hao-brand-about-data li {padding: 0 3%;width: 25%;margin-bottom: 20px;}
	.hao-brand-about-data strong, .hao-honor-pic-swiper .img .year-3 {font-size: 20px;}
	.hao-brand-about-data p {padding-top: 0px;}
	.hao-brand-about-data li:nth-child(4)::before,.hao-honor-text,.hao-activity-top::before,.hao-activity-top::after,.hao-activity-content-list::before,.hao-activity-content-list::after,.hao-search-result-customized-list::before {display: none;}
	.hao-brand-about-data li:nth-child(4) {padding: 0 5% 0 0}
	.hao-text {width: 100%;padding-left: 0;margin-top: 15%;}
	.hao-text .title-1 strong,.hao-text .text-2 {color: #000;}
	.hao-brand-content-right {width: 100%;margin-top: 10%;overflow: hidden;}
	.hao-brand-content-item-right {width: 100%;position: relative;right:auto;bottom: auto;padding-top: 30px;overflow: hidden;}
	.hao-brand-content-swiper-left {width:100%;margin-top: 3%;}
	.hao-brand-content-swiper,.hao-brand-content-top,.hao-brand-content-bottom,.hao-index-product .hao-content, .hao-index-customized .hao-content, .hao-index-Chooseus .hao-content, .hao-index-activity .hao-content, .hao-index-joining .hao-content, .hao-footer .hao-content, .hao-customized-list .hao-content, .hao-news-content {width: 90%;}
	.hao-brand-content-swiper-right{width: 100%;margin: 40px 0;}
	.hao-brand-content-swiper {float: none;margin: auto;}
	.hao-honor-right {padding: 10% 0;}
	.hao-honor-left .hao-honor-nav a {display: inline-block;margin-right: 30px;}
	.hao-honor-left .hao-honor-nav {margin-top: 20px;}
	.hao-honor-pic {padding-bottom: 35%;}
	.hao-honor-pic-pingtai {margin-top: -20px;}
	.hao-contact-left {width: 100%;padding-left: 0%;padding-top: 0%;}
	.hao-contact-li li:first-child  {text-align: left;}
	.hao-contact-li li:first-child strong {position: relative;left: auto;right: auto;top: auto;}
	.mobile-nav {z-index: 90;}
	.hao-activity-top-item {float: none;width:100%;padding:3%;}
	.hao-activity-list {column-count: 1;column-gap: 0px;}
	.hao-search .hao-search-top .img .img-block {max-width:250%;width: 250%;}
	.hao-search-content .hao-right-content-search,.hao-search-result,.hao-search-result-list,.hao-search-result-customized-list {width: 90%;}
	.hao-search-content .hao-right-content-search .hao-right-search .search-input {padding: 15px 35px;}
	.hao-search-nav a {margin: 0 10px;}
	.hao-search-bottom {overflow: hidden;padding: 15% 0;}
	.hao-customized-search-list-item {width:100%;margin: 0 0 3% 0;}
	.hao-select-type li {display: inline-block;margin-right: 10px;}
	.hao-left-navs.cur{position: relative;top:auto;left:auto;overflow: hidden;}
	.hao-right-content-search .hao-right-search .search-submit {left: auto;right: 0;}
	.menu-toggle {position: absolute;}
	.hao-right-livingspace-list .hao-livingspace-item {float: none;width: 100%;margin-right: 0;margin-bottom: 4%;}
	.hao-livingspace-detail .hao-product-detail-pic-swiper,.hao-livingspace-detail .hao-product-detail-left,.hao-livingspace-detail .hao-product-detail-right {width: 100%;}
	.hao-product-detail-right-text {padding-bottom: 50px;}
	.hao-search-nav a {margin: 0 5px;font-size:14px}


	/* ---------------------------- */
	.hao-brand-about .hao-title .huace{ margin-top:50px; }
	.hao-about-environmental-left{ width: 100%; margin-bottom: 30px;}
	.hao-about-environmental-text{ width: 100%; margin-left: 0;}
	.hao-about-culture .title{margin-bottom: 30px;}
	.hao-about-culture li{ width: 100%;margin-right: 0; margin-bottom: 30px;}
	.hao-about-environmental{ padding: 80px 0;}
	.hao-about-team .team-item{ padding: 50px 0;}
	.hao-footer .hao-bottom-right{ width: 100%; text-align: left;}
	.hao-footer .hao-content-copy{width: 100%;}
	.hao-about-environmental-text p{ font-size: 14px; line-height: 26px;}
	.hao-about-text p{line-height: 26px; font-size: 14px; margin-bottom: 20px;}
	
	.ny_main{ padding: 15% 0;}
	.anli_item2{
		width: 46%;
		float: left;
		margin:0 2% 0 2%;
		margin-bottom: 0.4rem;
		position: relative;
		overflow: hidden;	  
	}
	.anli_item h3{font-size: 14px;}
	.hao-solution{ padding: 15% 0;}
	.hao-solution-layout h2{ font-size: 26px; margin-bottom: 40px;}
	.hao-solution-layout .box {width: 100%; margin-bottom: 20px; border-radius: 0;}
	.hao-solution-layout .box .name{ font-size: 16px; }
	.hao-solution-bright{ margin-top: 0;}
	.hao-solution-bright .left{ width: 100%;}
	.hao-solution-bright .right{ width: 100%;}
	.hao-solution-bright .right p{font-size: 14px; line-height: 26px;}
	.hao-solution-img{ margin-top: 40px;}
	.hao-solution-img .left{ width: 100%; margin-right: 0;}
	.hao-solution-img .right{ width: 100%;}
	.hao-solution-img .right h2{ width: 100%;}
	.hao-solution-img .right li{ border-radius: 0;}
	/* .hao-solution-img .right li{width: calc(50% - 10px); margin: 0 5px;} */
	.hao-solution-img .box{ margin-bottom: 30px;}
	.hao-solution-budget .left{ width: 100%;}
	.hao-solution-budget .right{ width: 100%;}
	.hao-solution-budget{ padding-bottom: 20px;}
	.hao-solution-budget .right p{ font-size: 14px; line-height: 26px;}
	.cp_pro ul li {width: 47%;margin: 0 1.5% 0.4rem 1.5%;}
	.cp_pro ul li .txt2{ font-size: 14px;padding: 10px 0 5px 0px;}
	.cp_pro_honor ul li {width: 50%;margin: 0%;}
	.hao-service{ padding: 15% 0;}
	.hao-service .left{width: 100%;}
	.hao-service .right{width: 100%; margin-top: 50px;}
	.hao-service .right h2{ font-size: 26px;}
	.hao-service .right .desc{ font-size: 14px; line-height: 26px;}
	.hao-service .right li{ width: 100%;}
	.hao-service .right li .title-2{ font-size: 20px;}
	.hao-cooperation{padding: 15% 0;}
	.hao-cooperation .contain{ display: block;}
	.hao-cooperation-cont{width: 100%; top:0;padding: 20px; float: left;}
	.hao-cooperation-cont .name{font-size: 26px;}
	.hao-cooperation-img{ width: 100%; float: left;margin-top: 40px; height: 200px;}
	.hao-contact .contain {margin-bottom: -60vw;-webkit-transform: translateY(-60vw);transform: translateY(-60vw);display:block;}
	.hao-contact-right{height: 300px; margin-left: 0; margin-top: 40px; margin-bottom: 20px;}
	.box p{ display: block;}
	.hao-contact-li{ margin-top: 2.5rem;}
	.hao-contact-left{ margin-top: 1rem;}
	.ptitle h6{ font-size: 26px;}
	.ptitle h5{font-size: 22px;}
	.news-link{display: block;width:100%;margin: 0 0 0 0px;}
	.news-link-cont .name{ font-size: 20px; height: auto; line-height: 28px;}
	.news-link-cont {margin-top: 0px;padding: 32px 0 40px;}
	.projectshow1 {
        padding: 30px 10px;
        margin: 0;
        width: 100%;
    }
    .projectshow1 .title {
        margin-top: 0;margin-bottom:0px;
    }
    .projectshow1 .title h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .projectshow1 .contentbox {
        margin-top: 10px;
    }
    .projectshow1 .title .time{ margin-top: 0;}
	.projectshow1 .title h1 .black{ top: -40px;font-size: 15px;}
	.indpp-wrap{ display: none;}
	.indpp .indTitle{margin-bottom: 40px;}
	.hao-projectshow{ padding-top: 20%;}
	.hao-solution-budget .box1{width: 100%;padding: 0;}
	.hao-solution-budget .box2{width: 100%;padding: 0; margin-top: 50px;}
	.hao-solution-budget .name .icon{ float: none; margin: 0 auto;}
	.hao-solution-budget .name{ text-align: center; width: 100%;}
	.hao-solution-budget .name  h2{ width: 100%; text-align: center;}

	.m-pop .box .close {
        bottom: -40px;
        margin-left: -18px;
        width: 36px;
        height: 36px;
        background-size: 100% 100%;
    }
	.hao-solution-img .video{ width: 100%; float: right; margin-top: 30px;}
	.hao-solution-img .video h2{ text-align: center;}
	/* .hao-solution-img .video a{ width: 21%; margin: 0 2%;} */
	.hao-solution-img .left h2{ width: 100%;}
	.two_menu a{  text-align: left;display:inline-block;height: 40px; line-height: 38px; padding: 0 20px 0 20px; color:#343434;  margin: 0 5px 0px 0px;  border-radius: 30px; font-size: 14px; border: 1px solid #e0e9ee; background-color: #fff; }
	.two_menu{ margin-top: -20px; margin-bottom: 40px;}
	.cp_pro_huace ul li{padding: 5px;}
	.huace_list{ width: 100%; margin-top: 30px;}	
	.huace_list li{width: 100%; float: left; border: 1px solid #ccc; padding: 5px; position: relative; margin: 0 0% 20px; background: #fff;}
	.huace_list li .img{ width: 45%; float: left;}
	.huace_list li .img img{ width: 100%; height: auto;}
	.huace_list li .txt{ width: 50%; float: left; }
	.huace_list li .txt h2{ font-size:20px; color:#343434; width: 100%; text-align: left; margin-top: 20px; font-weight: bold;}
	.huace_list li .txt h3{ font-size:16px; color:#343434; width: 100%; text-align: left; margin-top: 10px; font-weight: bold; }
	.huace_list li .txt p{ color: #999; margin-top: 20px; font-size: 14px;}
	.huace_list li .icon{ position: absolute; right: 0; left: 45%; bottom: 10%; margin-top: 0; width: 35px; }
	.huace_list li .icon img{ width: 100%; height: auto;}
	.i_honor{ width:100%;margin-top:-80px}
	.i_honor ul li{width:48%; margin:0 1%; margin-bottom:20px;}
	.hao-footer .hao-content-color-ewm{ display:block}
}


/* iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {}


@media screen and (max-width: 640px)  {
	.hao-index-Chooseus .hao-content-left{ margin-top: 0;}
	.indTitle .text {
		line-height: 24px;
		margin-top: 6px;
	}
	.font32 {
		font-size: 20px;
	}
	.padding-130-60, .padding-140-60 {
		padding: 42px 0 34px;
	}
	.padding-60-0 {
		padding: 34px 0 0;
	}
	.indal-cont .text {margin: 6px 0 8px;line-height: 20px;height: 40px;display: none;}
    .indal-cont .link{margin-top: 8px;}
    .indal-cont {top: 24px;padding: 0 20px;}
	.indpp-bg {
		width: 300px;
	}
	.indpp-bg img{ width: 100%; height: auto;}
	.hao-index-banner .hao-index-banner-container.left .title-1{ width: 80%; max-width: 393px; height: auto;} 
	.hao-contact .contain {margin-bottom: -70vw;-webkit-transform: translateY(-70vw);transform: translateY(-70vw);display:block;}
	.hao-contact-left{ margin-top: 0rem;}
	.hao-contact-li {margin-top: 2rem;}
	/* .hao-solution-img .video a{ width: 44%; margin: 0 3% 20px;} */
	
}

/*仅IE6和IE7识别*/
@media screen\9 {  }  

/*仅IE6和IE7、IE8识别*/
@media \0screen\,screen\9 {  } 

/*仅IE8识别*/
@media \0screen {  } 

/*仅IE8-10识别*/
@media screen\0 {  }  

/*仅IE9和IE10识别*/
@media screen and (min-width:0\0) {  }  

/*仅IE10/11识别*/ 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
 

} 
















<!--耗时1755573176.0121秒-->