@charset "utf-8";
/* CSS Document */

/*基本设定*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;max-height: 100%;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
li{list-style:none;float:left;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
h1{}
h2{font-size: 20px;}
h3{font-size: 18px;}
h4{font-size: 16px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:"Microsoft Yahei",simSun,Arial;font-size:inherit;font-weight:inherit;padding: 0 4px;}
input,textarea,button{outline:none;box-sizing: border-box;}
input[type="radio"]{width: 8px;height: 15px;padding: 0;}
input::input-placeholder{color:#ccc;}
input::-webkit-input-placeholder{color:#ccc;}
input:-moz-input-placeholder{color:#ccc;}
input::-moz-input-placeholder{color:#ccc;}
input:-ms-input-placeholder{color:#ccc;}

div{box-sizing:border-box;overflow: hidden;}
body{color:#666;font: 14px/1.5 "Microsoft Yahei",simSun,Arial;background:#FFF;min-height: 100vh;height: auto !important;position: relative;box-sizing: border-box;min-width: 1200px;}
table{font-size:inherit;font:100%;width: 100%;}
pre,code,kbd,samp,tt{font-family:"Microsoft Yahei",simSun,Arial;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
select{font-size: 12px;outline: none;}
dt{float:left;}
html{overflow-y:scroll;max-width: 100%;margin: 0 auto !important;background:#f0f0f0;min-height: 100vh;font-size: 81.2px;}
a{outline:none;cursor:pointer;color:#666;_colot:#333;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;/*color: #f7743d;_colot:#f7743d;*/color:#eb4444;}
hr{height:1px;border:solid #bbb;border-width:1px 0 0;}
em{font-style: normal;}

.main_con img{
  transition:all 0.4s ease-out;
}
.main_con img:hover{
  transform:scale(1.1);
}

.bg_w{background: #fff !important;}

.imgbox{text-align:center;position: relative;overflow: hidden;}
.imgbox img{width: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;max-height: none;}

/* 框架 */
.col_left,.left{ float:left;}
.col_right,.right{float:right;}
.col_full,.header,.main,.footer,.foot{width: 100%;overflow: hidden;}
.header_con,.main_con,.footer_con,.col_full .con{width:1200px;margin: auto;}
.header_con_zt,.main_con_zt,.footer_con_zt{width: 1000px;margin: auto;}
.main .col_left{width: 860px;}
.main .col_right{width: 300px;}

.crumbs{font-family: "宋体";font-size:12px;color:#999;background: url(https://www.ceramicschina.com/Content/tbh_img/dingwei.png) no-repeat center left;padding-left: 18px;margin-bottom: 10px;}
.crumbs a{color:#999;}
.crumbs a:hover{color:#f7743d;}
.crumbs a:after{content:">";margin:0 5px;color: #999;}

.none{display:none;}

.fixed{position: fixed;z-index: 1001;}
.fixed.totop{bottom: 80px;right: 20px;width: 100px;height: 50px;border: none;font-size: 0;cursor: pointer;background: url(https://www.ceramicschina.com/Content/tbh_img/icon-s.png) no-repeat -76px 0px rgba(229, 234, 244, 0.9);display: none;}
.fixed.totop:hover{background:url(https://www.ceramicschina.com/Content/tbh_img/icon-s.png) no-repeat -135px 0px rgba(229, 234, 244, 0.85);}

/* btn */
.orange-btn{background:#f96d4c;color: #fff;text-align: center;border: none;font-size: 16px;display: block;cursor:pointer;}
.orange-btn:hover{background: #ff7a5c;color:#fff;}
.green-btn{background:#1ba96d;}
.green-btn:hover{background:#1eb575;}
.blue-btn{background:#;}
.blue-btn:hover{background:#;}
.red-btn{background:#;}
.red-btn:hover{background:#;}

/* n_list */
.n_list,.n_list ul{overflow: hidden;}
.n_list li{position:relative;box-sizing: border-box;}
.n_list .imgbox{width:135px;height: 75px;margin-right: 15px;}
.n_list .right{width: 58%;text-align: justify;}
.n_list .time{color:#ccc;font-size:12px;text-align:right;position: absolute;bottom: 17%;right: 2%;}

.n_list.n_2_list li{width: 48%;margin-right: 3%;margin-bottom: 18px;padding: 0 1% 18px;border-bottom: 1px #eee solid;}
.n_list.n_2_list li:nth-child(2n){margin-right:0;}
.n_list.n_1_list li{
  width:100%;
  padding: 18px 2%;
  border-bottom: 1px #eee dashed;
  font-size: 16px;
}
.n_list.n_1_list{
  margin-top:-18px;
  margin-bottom: 18px;
}
.n_list.n_1_list li:hover{
  background: #f5f5f5;
}
.n_list.n_1_list .imgbox{
  width:180px;
  height:120px;
}
.n_list.n_1_list .right{
  width: 560px;
  margin-top: 10px;
}
.n_list.n_4_list li{
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 0 1% 18px;
  width: 23.5%;
}
.n_list.n_4_list li:nth-child(4n){
  margin-right:0;
}

/* table */
.inp1 li{
  float:left;
  margin: 0 14px 0 0px;
}
table .t1 input[type=radio]{
  float: left;
  margin-top: 3px;
  position: absolute;
  left: -99999px;
}
table .t1 label{
  line-height: 30px;
  float: left;
  max-width: 580px;
  cursor: pointer;
  padding-left: 28px;
  position: relative;
}
table .t1 i {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 30px;
  outline: 0;
  transition: border-color .3s;
  -webkit-transition: border-color .3s;
  box-sizing: border-box;
}
table .t1 input + label i:after {
  position: absolute;
  content: '';
  left: 0;
  width: 25px;
  height: 30px;
  transition: opacity .1s;
  -webkit-transition: opacity .1s;
  box-sizing: border-box;
  background: url(https://www.ceramicschina.com/Content/tbh_img/radiobutton.png) no-repeat -14px -14px;
  display: inline-table;
}
table .t1 input:checked + label i:after,.Publishbox table .t1 input:checked + label:hover i:after {
  opacity: 1;
  background-position: -14px -215px;
}
table .t1 input + label:hover i:after {
  opacity: 1;
  background-position: -14px -115px;
}

select.inp_txt{/*取消默认箭头开始*/appearance:none;-moz-appearance:none;-webkit-appearance:none;background: url(https://www.ceramicschina.com/Content/ztw2020_img/icon-arrow-down.png) right center #fcfcfc no-repeat;padding-right: 30px;padding-right: 0px\9;}
select::-ms-expand{display:none;}

.inp_txt{width: 200px;height: 35px;line-height: 33px;border-radius:3px;border: 1px #bfbfbf solid;padding: 0 10px;color: #999;font-size: 12px;margin: 6px 0;box-sizing: border-box;background: #fcfcfc;}
.inp_txt.left21{width: 96px;float: left;}
.inp_txt.right21{width: 96px;margin-left: 8px;float: left;}
.inp_txt.left41{width:72px;margin-right: 5px;}
