@charset "utf-8";
/*AVAIBLE_VI
[
{"vicolor":"#c99d49"},
{"vicolor":"#F01B2D"},
{"vicolor":"#54AB11"},
{"vicolor":"#F80378"}
]
AVAIBLE_VI*/
.message .message_button input,
.message .mess_su_sub {
  background-color: #c99d49;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  /* table elements 表格元素 */
}
input,
textarea {
  border: none;
  box-shadow: none;
  outline: none;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  font: 14px/22px "Microsoft YaHei";
  color: #666;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  margin: 0px;
  font-weight: normal;
}
/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
  outline: none;
}
/*英文换行*/
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使表单元素在 ie 下能继承字体大小 */
}
i,
em {
  font-style: normal;
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}
/*手机预览居中*/
body {
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
}
/*设置浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
/*清除浮动*/
.clear {
  clear: both;
  height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/*全局配置*/
.header,
.content,
.footer {
  width: 1200px;
  margin: 0 auto;
}
.body-color {
  background-color: #f5f5f7;
}
/*CSS_DELETE_START*/
/*头部开始*/
.head {
  height: 162px;
  background-image: url(../images/h_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 162px;
  overflow: hidden;
}
.top {
  height: 38px;
  font: 12px/38px "Microsoft Yahei";
  color: #a3a3a3;
  overflow: hidden;
}
.toc {
  height: 124px;
  overflow: hidden;
}
.toc h1 {
  float: left;
  padding: 7px 0;
  height: 110px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: table;
}
.toc h1 span {
  display: table-cell;
  vertical-align: middle;
}
.toc h1 img {
  max-width: 220px;
  max-height: 110px;
  display: inline-block;
}
.toc h2 {
  float: left;
  width: 650px;
  padding: 31px 0 0 50px;
}
.toc h2 span {
  display: block;
  font-weight: bold;
  font-size: 26px;
  color: #222222;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.toc h2 em {
  display: block;
  font-size: 18px;
  color: #394355;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.head .toc p {
  float: right;
  width: 190px;
  margin: 32px 0 0;
  padding-left: 55px;
  background-image: url(../images/tod.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 44px 44px;
  background-position: left center;
}
.toc p em {
  display: block;
  font-size: 14px;
  color: #7e8590;
  height: 22px;
  overflow: hidden;
}
.toc p span {
  display: block;
  font: 26px/32px "Impact";
  color: #c99d49;
}
/*底部开始*/
.footWrap {
  background-image: url(../images/db_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 200px;
  padding: 25px 0 15px;
  overflow: hidden;
}
.f_logo {
  float: left;
  padding-bottom: 10px;
  height: 150px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: table;
}
.f_logo span {
  display: table-cell;
  vertical-align: middle;
}
.f_logo img {
  max-width: 230px;
  max-height: 150px;
  display: inline-block;
}
.f_wz {
  float: left;
  width: 770px;
  padding-left: 60px;
  overflow: hidden;
  font: 14px/32px "Microsoft Yahei";
  color: #9f9f9f;
}
.f_wz a {
  color: #9f9f9f;
}
.footWrap .f_wz p {
  float: left;
  width: 375px;
  height: 160px;
  overflow: hidden;
  margin: 0;
}
.footWrap .f_wz p.pl20 {
  padding-left: 20px;
}
.f_wz p span {
  display: block;
}
.f_code {
  float: right;
  width: 110px;
  margin-right: 20px;
}
.f_code img {
  width: 110px;
  height: 110px;
}
.f_code i {
  display: block;
  text-align: center;
  color: #9f9f9f;
  font: 14px/22px "Microsoft Yahei";
  overflow: hidden;
}
/*广告*/
.jy-banner {
  height: 350px;
  background-image: url(../images/banner1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 350px;
}
/*CSS_DELETE_END*/
/*产品橱窗*/
.detail {
  padding: 60px 0 40px;
}
.detail-box-left {
  position: relative;
  float: left;
  width: 640px;
  border: 1px solid #d0d0d0;
  overflow: hidden;
}
.detail-ts-01-left-jt {
  width: 12px;
  height: 23px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
  z-index: 33;
}
.detail-ts-01-left-prev {
  left: 10px;
}
.detail-ts-01-left-next {
  right: 10px;
}
.detail-ts-01-left-size {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 26px;
  font-size: 14px;
  line-height: 16px;
  color: #787878;
  letter-spacing: 3px;
}
.detail-ts-01-left-size em {
  font-style: normal;
}
.detail-ts-01-left-pic {
  width: 100%;
  position: relative;
  text-align: center;
}
.detail-ts-01-left-pic li {
  width: 100%;
  float: left;
}
.detail-ts-01-left-pic img {
  width: 640px;
  height: 360px;
  display: block;
  margin: 0 auto;
}
.detail-box-right {
  float: right;
  width: 525px;
  padding-top: 20px;
}
.detail-box-right h3 {
  height: 44px;
  font: bold 24px/44px "Microsoft Yahei";
  color: #c99d49;
  overflow: hidden;
}
.detail-box-right span {
  display: block;
  color: #333;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 5px 0;
}
.detail-box .detail-box-right p {
  height: 175px;
  padding-bottom: 15px;
  margin: 0;
  overflow: hidden;
}
.detail-box .ps_desc {
  height: 168px;
  padding-bottom: 50px;
  margin: 0;
  display: block;
  font: 18px/30px "Microsoft Yahei";
  color: #666;
  position: relative;
  overflow: hidden;
}
.detail-box .ps_desc i {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  line-height: 30px;
  background-color: #c99d49;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  margin-right: 6px;
}
.detail-box-right p {
  margin-bottom: 10px;
}
.detail-box-right a.tank {
  display: block;
  color: #fff;
  background-color: #c99d49;
  text-align: center;
  height: 38px;
  width: 136px;
  line-height: 38px;
  overflow: hidden;
}
/*标题*/
.tit_h2 {
  height: 47px;
  border-bottom: 1px solid #d0d0d0;
}
.tit_h2 em {
  display: inline-block;
  height: 46px;
  color: #c99d49;
  font: bold 24px/46px "Microsoft Yahei";
  border-bottom: 2px solid #c99d49;
  margin-bottom: -1px;
  overflow: hidden;
}
/*产品特点*/
.pdt01 {
  padding: 60px 0 20px;
}
.pdt01-box {
  padding: 25px 0 10px;
}
.pdt01-box-left {
  float: left;
  width: 625px;
}
.pdt01-box .pdt01-box-left p {
  margin: 24px 0 0;
  max-height: 84px;
  padding-left: 20px;
  font: 18px/28px "Microsoft Yahei";
  color: #666;
  position: relative;
  overflow: hidden;
}
.pdt01-box-right {
  float: right;
  width: 510px;
  overflow: hidden;
}
.pdt01-box-right img {
  width: 510px;
  height: 480px;
  display: block;
}
/*产品标准*/
.pdt02 {
  padding: 60px 0 20px;
}
.pdt02-p {
  padding-top: 20px;
}
.pdt02-p b {
  display: block;
  height: 30px;
  font: bold 20px/30px "Microsoft Yahei";
  color: #2c2c2c;
  overflow: hidden;
}
.pdt02-p i {
  display: block;
  color: #666666;
  font-weight: normal;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
.pdt02 ul {
  padding: 30px 0 15px;
  overflow: hidden;
}
.pdt02 li {
  float: left;
  width: 290px;
  margin-right: 13px;
}
.pdt02 li span {
  display: block;
  height: 176px;
}
.pdt02 li em {
  display: block;
  font: 14px/30px "Microsoft Yahei";
  color: #666;
  height: 30px;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
}
.pdt02 li img {
  width: 290px;
  height: 176px;
  display: block;
}
.pdt02 li.nones {
  margin-right: 0px;
}
/*产品优势*/
.pdt03 {
  padding: 50px 0 20px;
  overflow: hidden;
}
.pdt03-box {
  padding: 25px 0 10px;
}
.pdt03-box dl {
  padding: 15px 0;
}
.pdt03-box dt {
  width: 640px;
  overflow: hidden;
}
.pdt03-box dt img {
  width: 640px;
  height: 360px;
  display: block;
}
.pdt03-box dd {
  width: 520px;
  padding-top: 20px;
}
.pr20 dd {
  padding-right: 20px;
}
.pdt03-box dd h4 {
  font: bold 18px/30px "Microsoft Yahei";
  color: #333;
  height: 30px;
  overflow: hidden;
}
.pdt03-box-desc {
  min-height: 282px;
  max-height: 350px;
  overflow: hidden;
}
.pdt03-box-desc em {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;
  overflow: hidden;
}
/*产品属性*/
.pdt04 {
  padding: 60px 0 20px;
}
.pdt04-pic {
  padding: 30px 0 10px;
}
.pdt04-pic img {
  width: 1200px;
  height: 755px;
  display: block;
}
/*推荐产品*/
.pdt05 {
  padding: 60px 0 40px;
  overflow: hidden;
}
.pdt05-box {
  position: relative;
  padding: 30px 0 10px;
}
.qh01,
.qh02 {
  position: absolute;
  width: 24px;
  height: 40px;
  bottom: 140px;
  cursor: pointer;
}
.qh01 {
  background: url("../images/qh01.png") no-repeat center;
  left: -50px;
}
.qh02 {
  background: url("../images/qh02.png") no-repeat center;
  right: -50px;
}
.pdt05-box ul li {
  position: relative;
  float: left;
  width: 372px;
  margin-right: 41px;
}
.pdt05-box li span {
  display: block;
  height: 210px;
  border: 1px solid #d9d9d9;
}
.pdt05-box li img {
  width: 370px;
  height: 210px;
  display: block;
}
.pdt05-box li em {
  display: block;
  text-align: center;
  height: 30px;
  font: 16px/30px "Microsoft Yahei";
  color: #434343;
  padding-top: 20px;
  overflow: hidden;
}
/*返回顶部*/
.sidebar {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  width: 50px;
}
.sidebar-itme {
  width: 50px;
  height: 68px;
  margin-bottom: 5px;
  position: relative;
}
.sidebar-itme:hover span {
  display: block;
}
.sidebar-itme span {
  display: none;
  width: 66px;
  height: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background-color: #eee;
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -12px;
}
.sidebar img {
  width: 50px;
  height: 68px;
  cursor: pointer;
  background-color: #c99d49;
}
.sidebar .fh {
  display: none;
}
