@charset "UTF-8";

@font-face {
	font-family: 'MiSans-Medium';
	src: url(https://www.ceramicschina.com/assets/fonts/MiSans-Medium.ttf);
}

body{
  min-height: 100vh;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
a{color: #383838;}
a:hover{color: #C29C62;}
a:hover, a:visited, a:link, a:active {text-decoration: none;}
input,textarea,select{font-family:"Microsoft Yahei",simSun,Arial;font-size:inherit;font-weight:inherit;}
input,textarea,button{outline:none;padding: 0;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #999;}
input::-moz-input-placeholder,textarea::-webkit-input-placeholder{color: #999;}
input::-ms-input-placeholder,textarea::-webkit-input-placeholder{color: #999;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
input::-ms-clear {display:none;}
input:focus,textarea:focus{outline:none;}
input:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-modify:read-write-plaintext-only;}
textarea{resize: none ;-webkit-appearance: none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

li{
  float: left;
  list-style: none;
}
ol, ul, p{
  margin: 0;
  padding: 0;
}
img{max-width:100%;}
section{margin-bottom: 7vw;}

.container{
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  max-width: 100%;
}

@media (max-width:1200px){
  html{font-size: 0.9rem;}
}

/* header */
.top-wrapper{
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 170px;
}
.top-wrapper.over{}
.top-wrapper.over .top{
  padding: 10px 5%;
  position: fixed;
  top: 0;
  height: auto;
  background: rgba(255,255,255,0.95);
}
.top-wrapper.over .top .logo{height: 60px;}
.top-wrapper .top{
  width: 100%;
  background-color: white;
  z-index: 100;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px #E5E5E5 solid;
  height: 170px;
  padding-left: 5%;
  padding-right: 5%;
}
.top-wrapper .top .wrap{
  position: relative;
  overflow: hidden;
}
.top-wrapper .top .logo{height: 100px;}
.top-wrapper .top #logo{float: left;}
.top-wrapper .scroller{width:auto !important;}
.top-wrapper .top .right {
    text-align: center;
    overflow: hidden;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-wrapper .top .right a{
  margin: 0 10px;
  padding: 15px;
  position: relative;
  float: left;
  font-weight: normal;
}
.top-wrapper .top .right a.active{font-weight: bold;}
.top-wrapper .top .right a.active:after{
  border-bottom: 3px #C29C62 solid;
  width: 35px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sticky {
    list-style-type: none;
    position: fixed;
    margin-top: -15vh;
}
.icon-close {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 10px;
    cursor: pointer;
}
.top-wrapper .top a.btn-menu-burger{
  display: none;
  margin: 0;
  padding: 0;
}
.top-wrapper .top .right .icon-menu {
    width: 18px;
    margin-top: -2px;
}
a.btn-menu-burger .icon-close {display: none;}
body.open-tray-menu a.btn-menu-burger .icon-close {display: inline-block;}
.top-wrapper .top .right a.btn-menu-burger>i.icon-close {
    width: 22px;
    top: 3px;
    left: 0;
    position: absolute;
}
body.open-tray-menu a.btn-menu-burger .icon-menu {opacity: 0 !important;}
.icon-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-close::before, .icon-close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 95%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
}
.tray-menu--mask {
    display: block;
    content: '';
    position: fixed;
    z-index: 9998;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s,visibility 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    -o-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s,visibility 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s,visibility 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
}
body.open-tray-menu .tray-menu--mask {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53),visibility 0s cubic-bezier(0.55,0.085,0.68,0.53) 0s;
    -o-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53),visibility 0s cubic-bezier(0.55,0.085,0.68,0.53) 0s;
    transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53),visibility 0s cubic-bezier(0.55,0.085,0.68,0.53) 0s;
}
.tray-menu {
    position: fixed;
    z-index: 9999;
    width: calc(100% - 60px);
    left: -100%;
    right: auto;
    top: 0;
    bottom: 0;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding: 0 20px 20px;
    -webkit-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    -o-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
}
body.open-tray-menu .tray-menu {
    left: 0;
    -webkit-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    -o-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
}
.tray-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: revert;
}
.tray-menu .menu-level {
    padding: 0 20px;
    position: absolute;
    display: inline-block;
    float: none;
    width: 100%;
    list-style: none;
    margin: 0;
    left: -100%;
    -webkit-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53);
    -o-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53);
    transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53);
    overflow: hidden;
    overflow-y: auto;
    max-height: 100vh;
}
.tray-menu .menu-current {left: 0;}
.tray-menu .menu-in {left: 0;}
.tray-menu .main>li:first-child {margin: 35px auto 65px;}
.tray-menu .main>li:first-child .logo{
  height: 70px;
  padding-left: 1rem;
}
.tray-menu .main .first-nav .padder {height: 16px;}
.tray-menu ul li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    color: #282828;
    text-transform: uppercase;
}
@media screen and (max-width: 1200px){
  .top-wrapper .top .right a{
    margin: 0 5px;
    /* padding: 15px 12px; */
  }
}
@media (max-width: 1023px){
  .top-wrapper{height: 75px;}
  .top-wrapper .top{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 75px;
  }
  .top-wrapper.over .top{}
  .top-wrapper .top .logo{
    width: 120px;
    height: auto !important;
  }
  .top-wrapper .top.primary .right {right: 0;}
  .top-wrapper .top a.btn-menu-burger{display: block;}
  .top-wrapper .top.primary .hidden-sm {display: none;}
  .top-wrapper .top.primary>a, .top-wrapper .top.primary .right{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
  }
  .top-wrapper .top.primary .right a {margin-left: 20px;}
}
/* header end */

/* footer */
.footer{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer .container{
  padding: 5% 5% 3%;
  width: auto;
}
.foot01{
  position: relative;
  overflow: hidden;
}
.foot01>a{float: left;}
.footer .foot02{color:#808080;font-size:14px;width: 100%;overflow: hidden;margin: 1rem auto;}
.footer .foot02>div{display: inline-block;width: auto;padding: 0 3rem;}
.footer .foot02 img{height:30px;opacity: 0.6;filter: grayscale(100%);-webkit-filter: grayscale(100%);}
.footer .foot02 img:hover{filter: grayscale(0%);-webkit-filter: grayscale(0%);}
.footer img{height: 80px;}
.footer .right{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  overflow: hidden;
}
.footer .right li{
  padding: 0 60px;
  text-align: center;
  color: #808080;
  font-size: 12px;
  border-right: 1px #e5e5e5 solid;
  flex-basis: auto;
  width: auto;
}
.footer .right li:last-child{
  padding-right: 0;
  border: none;
}
.footer .f-digital{
  color: #383838;
  font-family: 'MiSans-Medium';
  font-size: 24px;
}
.copyright{
  padding: 2% 0 0;
  text-align: center;
  border-top: 1px #e5e5e5 solid;
  margin-top: 3%;
}
.copyright p{
  margin-bottom: 0;
  font-size: 12px;
  color: #808080;
}
@media (max-width: 1023px){
  .footer .container{
    text-align: center;
    padding: 8% 5% 3%;
  }
}
@media (max-width: 900px){
  .footer .f-digital{font-size: 20px;}
}

@media (max-width: 780px){
  .footer .container{padding: 12% 5% 3%;}
  .foot01>a{float: none;}
  .footer img{
    height: auto;
    width: 30%;
  }
  .footer .right{
    width: 100%;
    padding: 0;
    float: revert;
    margin: 1% auto 0;
    position: revert;
  }
  .footer .right li{
    padding: 0 3%;
    font-size: 14px;
    margin-bottom: 6%;
    border-right: dotted 1px #e5e5e5;
    line-height: 1.5;
    float: left;
    margin-top: 6%;
  }
  .footer .foot02 img{
    height: 20px;
    width: auto;
  }
  .footer .foot02>div{margin-bottom:0.8rem;}

  .copyright{padding-top: 5%;}
  .copyright p,.copyright a{color: #999;}
}
@media (max-width: 680px){
  .footer .container{padding: 12% 5% 3%;}
}
@media (max-width: 540px){
  .footer img{width: 40%;}
  .footer .f-digital{font-size: 15px;}
}
/* footer end */

/* fixedbtn */
.fixed_right{
  position: fixed;
  z-index: 8;
  bottom: 30vh;
  right: 5vw;
}
.fixed_right .fixedbtn{right:revert;position: relative;bottom: revert;}
.fixedbtn[onclick="returnTop()"]{
  background-image: url(https://www.ceramicschina.com/assets/images/retop.svg);margin-top: 2vh;
}
.fixedbtn{
  position: fixed;
  z-index: 8;
  bottom: 30vh;
  right: 5vw;
  border-radius: 100%;
  border: none;
  width: 60px;
  height: 60px;
  font-size: 0;
  color: #9a9a9a;
  cursor: pointer;
  /* display: none; */
  background-color: rgba(229,229,229,0.8);
  /* background-image: url(../images/retop.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  display: block;
  /* position: relative; */
}
.fixedbtn:focus,.fixedbtn:hover{
  color: #FF5722;
  border: none;
  outline: none;
}
.fixedbtn img{width: 22px;position:absolute;left:0;right:0;top:0;bottom:0;margin: auto;}
@media (max-width: 680px){
  .fixedbtn{width:50px;height:50px;}
  .fixedbtn img{width:18px;}
  .fixedbtn[onclick="returnTop()"]{background-size:18px;}
}
/* fixedbtn end */


/* banner carousel */
#carousel-example-generic{
  overflow: hidden;
}
#carousel-example-generic img{
  width: 100%;
}
.carousel-indicators{
  bottom: 4vh;
}
.carousel-indicators li{
  width: 50px;
}
.carousel-control.left,.carousel-control.right{
  background-image: none;
}
/* banner carousel end */

/*竖屏*/
@media only screen and (orientation: portrait) {
	.PCIMG{display: none !important;}
	.MWebIMG{display: block !important;}
	.carousel-indicators{display:none;}
}

/*横屏*/
@media only screen and (orientation: landscape) {
	.PCIMG{display: block !important;}
	.MWebIMG{display: none !important;}
}

/* WhatDes-content */
.banner-fluid{margin-bottom: 5vw;}
.WhatDes-content section:last-child{margin-bottom: 0;}
.WhatDes-content section .right{padding-left: 5%;}
.WhatDes-content section .text02{margin-top: 5rem;}
.WhatDes-content section .text p{margin-bottom: 0.8em;}
.WhatDes-content section .text span{margin-right: 1.5em;}
.WhatDes-content section .text span:last-child{margin-right: 0;}
.WhatDes-content section .text .display-4{margin: 0 1%;}
.DesignKer-fluid{
  background: url(https://www.ceramicschina.com/assets/images/WhatDesbg.png) no-repeat center top;
  background-attachment: fixed;
}
.DesignKer-fluid .logo{margin-bottom: 3rem;}
.VideoView{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
	display: none;
}
.VideoView iframe{
	border: none;
	width: 100%;
	height: 100%;
}
.VideoView .mask{
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.75);
}
.VideoView img{
	position: absolute;
	top: 2em;
	right: 2em;
	width: 25px;
	cursor: pointer;
}

@media (max-width: 1200px){
  .WhatDes-content section .right{
    padding-left: 0%;
    margin-top: 7vw;
    text-align: center;
  }
  .WhatDes-content section .text02 p:first-child{margin: 2rem auto 1rem;}
  .DesignKer-fluid .logo img{
    width: 50%;
    min-width: 300px;
  }
}
@media (max-width:980px){
  .DesignKer-fluid{background-size: 80%;background-position: center;background-image: url(https://www.ceramicschina.com/assets/images/WhatDesbgm.png);}
}

@media (max-width: 680px){
  .WhatDes-content section .text02{
    border-bottom: 1px #d5d5d5 dotted;
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
    margin-top: 0;
  }
  .WhatDes-content section .text02 p:first-child span:nth-child(2){margin-right: 0;}
  .WhatDes-content section .text02 p:first-child span:last-child{
    margin-right: 0;
    display: block;
  }
  .WhatDes-content section .text02 p:first-child{margin: 2rem auto 3rem;}
  .WhatDes-content section .text02 .display-4{
    font-size: 2.85rem;
    font-weight: 500;
    margin: 0 1rem;
  }
}
/* posters */
#flow-box{margin: 5rem auto 0 auto;padding:0;position:relative;}
#flow-box li{
  width:360px;
  position:absolute;
  padding: 10px;
  list-style:none;
  opacity:0;
  -moz-opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:opacity 500ms ease-in-out;
  -moz-transition:opacity 500ms ease-in-out;
  -o-transition:opaicty 500ms ease-in-out;
  transition:opaicty 500ms ease-in-out;
  }
#flow-box li:nth-child(2n){animation-delay: 0.3s;}
#flow-box li img{width:100%;}
#flow-box li a{display:block; width:100%; text-align:center; font-size:14px; color:#333; line-height:18px; margin-top:10px; text-decoration:none;}
#flow-box li .case img{margin-bottom:1em;}
#flow-box li .case p{font-size: 14px;}
#flow-box li .case h5{font-weight: 550;}
@media (max-width: 680px){
  #flow-box{margin-top: 2rem;}
}
@media (max-width:480px){
	#flow-box li{width: 100%;position: revert;margin-bottom: 3rem;}
}
/* posters end */
/* WhatDes-content end */

/* News */
.List-top{
  margin: 0 0 8rem;
  overflow: hidden;
}
.newslist li{margin-bottom: 4rem;}

.newslist dt{
  margin: 1rem 0 0.32rem;
  font-size: 1.25rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newslist dd{
  color: #999;
  font-size: 0.8rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newslist .imgbox{margin: 0 2%;border: 1px #e5e5e5 solid;}

.pagination{}
.pagination .page-link{color:#383838;}
.page-item.active .page-link{background:#383838;border-color: #383838;}
.page-link:focus{box-shadow:none;}

@media (max-width: 1199px){
  .List-top{margin: 0 0 4rem;}
  .List-top img{max-width: 130%;margin-left: -1rem;}
  .GoldCase .List-top img{float:right;margin-right: -1rem;}
  .newslist .imgbox{margin: 0;}
}
@media (max-width: 992px){
  .newslist li{margin-bottom: 3rem;}
}
@media (min-width: 789px){
  .newslist li:nth-child(2n){animation-delay: 0.3s;}
}

@media (max-width: 768px){
  .List-top img{max-width: 180%;margin-left: -1.5rem;}
}
@media (max-width: 480px){
  .GoldCase .List-top img{margin-right: -1.5rem;}
  .List-top{margin: 0 0 3rem;}
}
/* News-content */
.News-content{padding-top: 6rem;}
.News-content .time{
  margin-top: 3rem;
  margin-bottom: 5rem;
  color: #999;
  font-family: 'MiSans-Light';
}
.News-left .title{line-height:1.5;}
.News-left .share{overflow: hidden;}
.News-left .share a{width: 30px;float: left;cursor: pointer;}
.News-left .qrcode{/* padding:5px; */margin-top: 1rem;display: none;position: relative;}
.News-left .qrcode canvas{width: 100px;position: absolute;z-index: 9;padding: 5px;background: #fff;border: 1px #e5e5e5 solid;border-radius: 2px;}
.SinaShare{padding-top: 0.3rem;float: left;margin-right: 1.5rem;}
.News-fluid{margin-bottom: 5rem;}
.News-fluid video{max-width:100%;}
.Newslink{
  margin-top: 3rem;
  color: #999;
}
.Newslink .right p a{color:#000;}
.Newslink-pre .right p a{color:#C29C62;font-weight: bold;}
.Newslink:hover{text-decoration: underline;}
@media (max-width: 1199px){
  .News-left .title{font-size:2.3rem;}
}
@media (max-width: 992px){
  .News-content{padding-top: 4rem;}
  .News-left{position:revert !important;margin-bottom: 4rem;}
  .News-left .title{font-size: 2rem;font-weight: bold;}
  .News-content .time{margin-top: 1.5rem;margin-bottom: 2rem;}
}
@media (max-width: 480px){
  .News-left .title{font-size: 1.8rem;font-weight:bold;}
  .News-content{padding-top: 3rem;}
  .News-left{margin-bottom: 3rem;}
  .News-content .share{display:none;}
}
/* News-content end */
/* News end */

/* SignUp */

.SignUp .SignUpbox{
    max-width: 510px;
    margin: auto;
}
.SignUp dt{margin-bottom: 1.5rem;margin-top: 0.8em;}
.SignUp dd{font-size: 0.95rem;margin-bottom: 0.85rem;color: #666;}
.SignUp .SignUpbox .w-100{margin-bottom:1.5rem;}
.SignUp .btns{
    width: 200px;
    height: 50px;
    font-size:16px;
    float: none;
    margin: 10px auto 5px;
    text-align-last: center;
    background: #222;
    color: #fff;
    border: none;
}
.SignUp .btns:hover{
    background-color: #383838;
}
.SignUp input.SU_txt{height:55px;width:100%;padding: 0 1em;border-radius: 1px;border: 1px #383838 solid;OVERFLOW: HIDDEN;}
.citySelector{font:12px/1.5 tahoma,arial,\5b8b\4f53;background:#fff;text-align:left;}
.cityslide{width:250px;list-style:none;margin:0;padding:0;border: 1px solid #e5e5e5;overflow:auto;max-height:300px;}
.cityslide li{list-style:none;overflow:hidden;height:30px;padding:0px 10px;line-height:30px;}
.cityslide li.on{background: #383838;color:#fff;cursor:pointer;}
.cityslide li:hover{background: #5a5a5a;color:#fff;cursor:pointer;}
.cityslide li b{font-weight:normal;}
.cityslide li.empty{background:#fff2e8;color:#666;}
.cityslide li.empty em{color:red;font-style:normal;}
.cityname{float:left;}
.cityspell{float:right;}
.cityBox{width: 100%;border: 1px solid #6b6b6b;overflow:hidden;/* box-shadow:2px 2px 3px rgba(0,0,0,0.3); *//* background: #f8f8f8; */}
.cityBox ul{margin:0;padding:0;overflow:hidden;}
.cityBox ul li:first-child{margin-left:5px;}
.cityBox ul li{float:left;list-style:none;padding:5px;border-bottom: 1px solid #DDD;cursor:pointer;display:inline;color: #a7a7a7;line-height: 2;}
.cityBox ul li.on{border-bottom-color: #f71b1b;position:relative;border-width: 2px;color: #383838;/* font-weight: bold; */}
.hide{display:none;}
p.tip{color:#999;line-height:20px;padding:5px;margin:0;text-indent:3px;}
.hotCity{/* border-top:1px solid #DDD; */margin-top:-1px;clear:left;overflow:hidden;padding-bottom:10px;padding-top:10px;_margin-bottom:8px;}
.cityTab{overflow:hidden;}
.cityTab dl{margin:0;padding:0 0 0 10px;overflow:hidden;}
.cityTab dl dt{float:left;padding: 0;color: #383838;margin-top:1px;text-indent:5px;font-family:"Lucida console","consolas","courier new";line-height:25px;font-size:14px;width:20px;}
.cityTab dl dd{margin-left:2px;float:left;margin-bottom: 0;width:335px;}
.cityTab dl dd a{padding-left: 5px;min-width:66px;line-height:25px;display:inline-block;color:#333;text-decoration:none;}
.cityTab dl dd a:hover{color: #ff3030;}

@media (max-width: 768px){
  .SignUp dt{margin-top:0;}
  .SignUp dd{
    float:left;
    width:50%;
    color: revert;
  }
  .SignUp .SignUpbox{margin-top:2rem;}
  .SignUp .SignUpbox div{text-align:center !important;}
  .SignUp input.SU_txt{height:50px;}
}

@media (max-width: 640px){
  .SignUp dd{width:100%;}
}

/* SignUp end */
