@charset "utf-8";
/*AVAIBLE_VI
[
{"vicolor":"#66a22c"},
{"vicolor":"#ff2db2"},
{"vicolor":"#804B0F"},
{"vicolor":"#76C2E9"}
]
AVAIBLE_VI*/
.message .message_button input,
.message .mess_su_sub {
  background-color: #065dd6;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */

  margin: 0;
  padding: 0;
}
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;
}
.clearafter:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/*全局配置*/
.header,
.content,
.footer {
  width: 1200px;
  margin: 0 auto;
}
/*CSS_DELETE_START*/
/*头部*/
.tb {
  height: 160px;
  background-image: url(../images/tbbg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 160px;
  overflow: hidden;
}
.tb h1 {
  float: left;
  padding: 10px 0;
  height: 140px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: table;
}
.tb h1 span {
  display: table-cell;
  vertical-align: middle;
}
.tb h1 img {
  max-width: 230px;
  max-height: 140px;
  display: inline-block;
}
.tb h2 {
  float: left;
  width: 620px;
  padding: 38px 0 0 50px;
}
.tb h2 b {
  display: block;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  color: #065dd6;
  overflow: hidden;
}
.tb h2 span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #666;
  overflow: hidden;
}
.tel {
  float: right;
  width: 240px;
  padding: 40px 30px 0 0;
}
.tel em {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.tel span {
  display: block;
  height: 34px;
  line-height: 34px;
  font-family: "Arial";
  font-size: 30px;
  color: #065dd6;
  overflow: hidden;
}
/*底部*/
.db {
  background-image: url(../images/f_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 208px;
  padding: 20px 0;
  overflow: hidden;
}
.db h3 {
  float: left;
  padding: 9px 0;
  height: 150px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: table;
}
.db h3 span {
  display: table-cell;
  vertical-align: middle;
}
.db h3 img {
  max-width: 210px;
  max-height: 150px;
  display: inline-block;
}
.fwz {
  float: left;
  width: 650px;
  height: 168px;
  padding-left: 50px;
  overflow: hidden;
}
.db .fwz p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
.fwz p a {
  color: #fff;
}
.code {
  float: right;
  width: 120px;
  padding: 8px 20px 0 0;
  overflow: hidden;
}
.code span {
  display: block;
  height: 120px;
}
.code img {
  width: 120px;
  height: 120px;
}
.code em {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}
/*广告*/
.ty-banner-1 {
  height: 350px;
  background-image: url(../images/a32ebfa4d5694bdfbe18ad58f2d4d306_18.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 350px;
}
/*CSS_DELETE_END*/
/*产品橱窗*/
.cpcc {
  padding: 60px 0 40px;
  background-image: url(../images/cp_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 502px;
}
.p15-showcase-left {
  position: relative;
  width: 530px;
  float: left;
  line-height: 0;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.p15-showcase-left-jt {
  width: 12px;
  height: 23px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
  z-index: 33;
}
.p15-showcase-left-prev {
  left: 10px;
}
.p15-showcase-left-next {
  right: 10px;
}
.p15-showcase-left-size {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 28px;
  font-size: 14px;
  line-height: 16px;
  padding: 0 15px;
}
.p15-showcase-left-size em {
  font-style: normal;
}
.p15-showcase-left-pic {
  width: 100%;
  text-align: center;
}
.p15-showcase-left-pic li {
  float: left;
}
.p15-showcase-left-pic img {
  width: 530px;
  height: 400px;
  display: block;
}
.p15-showcase-right {
  float: right;
  width: 620px;
  padding-top: 20px;
}
.p15-showcase-right-tit {
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #065dd6;
  margin-bottom: 16px;
  overflow: hidden;
}
.p15-showcase-right-con {
  height: 288px;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
}
/*tit*/
.tit {
  text-align: center;
  padding: 10px 0;
}
.tit span {
  display: block;
  color: #065dd6;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
/*壳聚糖*/
.kjt {
  padding: 60px 0 20px;
  background-image: url(../images/cp_bg2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 380px;
}
.kjt dl {
  padding: 30px 0 10px;
}
.kjt dt,
.kjt dt img {
  width: 400px;
  height: 200px;
}
.kjt dd {
  width: 600px;
  padding-top: 20px;
}
.kjt dd h4 {
  height: 30px;
  line-height: 30px;
  color: #065dd6;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
.kjt dd p {
  height: 120px;
  line-height: 24px;
  padding-top: 10px;
  overflow: hidden;
  margin: 0;
}
/*产品功效*/
.cpgx {
  padding: 60px 0 20px;
  background-image: url(../images/cp_bg3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 536px;
}
.ac {
  padding-top: 30px;
}
.ac li {
  float: left;
  width: 285px;
  margin-right: 20px;
}
.ac li:last-child {
  margin-right: 0;
}
.ac li p {
  background-color: #065dd6;
  padding: 15px 10px;
  color: #fff;
  margin: 0;
}
.ac li em {
  display: block;
  height: 220px;
}
.ac li img {
  width: 285px;
  height: 220px;
}
.ac li span {
  display: block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.ac li i {
  font-size: 14px;
  display: block;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
/*产品优势*/
.gon {
  padding: 60px 0 20px;
  background-image: url(../images/cp_bg4.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 397px;
}
.ys {
  padding-top: 90px;
}
.ys li {
  float: left;
  width: 266px;
  height: 165px;
  border: 1px solid #dedeed;
  padding: 0 12px;
  text-align: center;
  margin-right: 10px;
}
.ys li:last-child {
  margin-right: 0;
}
.ys li span {
  display: block;
  width: 110px;
  height: 85px;
  border-radius: 100%;
  position: relative;
  margin: -60px auto 0;
  z-index: 9;
  background-color: #065dd6;
  overflow: hidden;
  padding-top: 25px;
}
.ys li img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.ys li i {
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  text-align: center;
  height: 24px;
  line-height: 24px;
}
.ys li p {
  padding-top: 15px;
  line-height: 22px;
  height: 88px;
  overflow: hidden;
  margin: 0;
}
/*产品展示*/
.show {
  padding: 60px 0 20px;
  background-image: url(../images/cp_bg5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 1126px;
}
.show-pic {
  width: 926px;
  margin: 20px auto;
}
.show-pic li {
  float: left;
  width: 302px;
  margin: 0 10px 10px 0;
}
.show-pic li:nth-child(3n) {
  margin-right: 0;
}
.show-pic li img {
  width: 302px;
  height: 242px;
  display: block;
}
.show-tu {
  width: 926px;
  margin: 0 auto;
}
.show-tu-left {
  float: left;
  width: 455px;
}
.show-tu-left img {
  width: 455px;
  height: 442px;
  display: block;
  border-radius: 10px;
}
.show-tu-right {
  float: right;
  width: 455px;
}
.show .show-tu-right p {
  height: 216px;
  margin: 0;
}
.show-tu-right p.mb10 {
  margin-bottom: 10px;
}
.show-tu-right img {
  width: 455px;
  height: 216px;
  display: block;
  border-radius: 10px;
}
/*厂家实力*/
.cjsl {
  padding: 60px 0 20px;
  background-image: url(../images/cp_bg6.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 1412px;
}
.cjsl-box dl {
  padding: 40px 0 20px;
}
.cjsl-box dt {
  width: 450px;
}
.cjsl-box dt img {
  width: 450px;
  height: 258px;
  display: block;
}
.cjsl-box dd {
  width: 480px;
  height: 258px;
  padding: 0 60px;
  position: relative;
  background-color: #eee;
}
.cjsl-box dd:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 114px;
  z-index: 10;
}
.cjsl-box dd.drt:after {
  border-bottom: 15px solid transparent;
  border-right: 25px solid #eee;
  border-top: 15px solid transparent;
  left: -25px;
}
.cjsl-box dd.dlf:after {
  border-bottom: 15px solid transparent;
  border-left: 25px solid #eee;
  border-top: 15px solid transparent;
  right: -25px;
}
.cjsl-box dd h4 {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #065dd6;
  overflow: hidden;
  padding-top: 20px;
}
.cjsl-box dd span {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  margin: 10px 0;
}
.cjsl-box dd p {
  line-height: 26px;
  height: 130px;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
}
/*推荐产品*/
.p14-product-2 {
  padding: 60px 0 20px;
  background-image: url(../images/cp_bg7.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 582px;
}
.p14-product-2-list {
  padding: 30px 0;
}
.p14-product-2-list dl {
  float: left;
  width: 280px;
  border: 1px solid #065dd6;
  margin-right: 24px;
}
.p14-product-2-list dl.p14-product-clear {
  margin-right: 0;
}
.p14-product-2-list dl img {
  display: block;
  width: 280px;
  height: 210px;
}
.p14-product-2-list dd {
  padding: 10px 10px 15px;
}
.p14-product-2-list h3 {
  height: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #065dd6;
  margin-bottom: 5px;
  overflow: hidden;
}
.p14-product-2-desc {
  font-size: 14px;
  height: 110px;
  line-height: 22px;
  color: #666;
  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: #065dd6;
}
.sidebar .fh {
  display: none;
}
