@charset "UTF-8";
body,
html {
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
ol,
p,
pre,
table,
td img,
th,
ul {
  margin: 0;
  padding: 0;
}
a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
time,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
body {
  font-family: "微软雅黑";
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
  line-height: 24px;
  background: #fff;
  color: #333;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.transition {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  outline: 0;
}
a:active,
a:hover,
a:link,
a:visited {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
button {
  border-radius: 0;
  -webkit-border-radius: 0;
  outline: 0;
}
input {
  border-radius: 0;
  outline: 0;
}
img,
input,
textarea {
  border: 0;
}
input:-ms-clear {
  display: none;
}
textarea {
  resize: none;
  outline: 0;
}
img {
  vertical-align: middle;
  max-width: 100% !important;
  height: auto !important;
  _width: expression(this.width > 100% ? "100%": this.width) !important;
}
li,
ul {
  list-style: none;
}
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover {
  color: red;
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container {
  clear: both;
  width: 980px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.header {
  background: #1f2224;
}
.header .logo {
  float: left;
  width: 13.2%;
  padding-top: 15px;
}
.header ul {
  float: right;
  padding-top: 29px;
  padding-right: 30px;
}
.header ul li {
  float: left;
  line-height: 1;
  padding-bottom: 27px;
}
.header ul li a {
  clear: both;
  display: block;
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0 25px;
  line-height: 1;
}
.header ul li.on,
.header ul li:hover {
  background: url(../images/navlibg.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
}
.header ul li.on:after,
.header ul li:hover:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fff;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  border-radius: 2px 2px 0 0;
}
.header .headertel {
  float: right;
  background: url(../images/photoicon01.png) left center no-repeat;
  background-size: 30px;
  padding-left: 40px;
  color: #ecd1a2;
  font-size: 12px;
  margin-top: 17px;
}
.header .headertel span {
  clear: both;
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #ffa11b;
}
.header .headertel span font {
  font-size: 16px;
}
.proone_Breadnav {
  font-size: 12px;
  padding: 18px 0;
  line-height: 24px;
  color: #999;
}
.proone_Breadnav a {
  color: #999;
}
.proone_Breadnav a:hover {
  color: #f5cd84;
}
.NybFoot {
  clear: both;
  padding: 30px 0;
  line-height: 26px;
  color: #b9b9b9;
  font-size: 16px;
  text-align: center;
  background: #0d0d0c;
}
.NybFoot a:link,
.NybFoot a:visited {
  color: #777;
  text-decoration: none;
}
.NybFoot a:active,
.NybFoot a:hover {
  color: #eee;
  text-decoration: underline;
}
.NybFoot a {
  padding-right: 15px;
}
.bomCalculate {
  clear: both;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding-bottom: 1px;
  position: fixed;
  z-index: 99999999;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 2s;
  opacity: 0;
  visibility: hidden;
}
.bomCalculate.active {
  opacity: 1;
  visibility: visible;
}
.bomCalculate .bomCalFixed,
.bomCalculate .bomCalculateBom.on,
.bomCalculate .bomCalculateTop.on,
.bomCalculate.active.active01 {
  opacity: 0;
  visibility: hidden;
}
.bomCalculate .container {
  position: relative;
}
.bomCalculate .bomCalculateTop {
  clear: both;
  position: relative;
  padding: 20px 0;
  transition: all 0.5s;
}
.bomCalculate .bomCalculateTop .bomCalculateTopP01 {
  left: 9.3333333333%;
  width: 9.4%;
  position: absolute;
  bottom: 0;
}
.bomCalculate .bomCalculateTop .bomCalculateTopP02 {
  float: left;
  width: 17%;
  margin-left: 20.0666666667%;
}
.bomCalculate .bomCalculateTop .bomCalculateTopP02 i,
.bomCalculate .bomCalculateTop .bomCalculateTopP02 span {
  clear: both;
  display: block;
  line-height: 1;
}
.bomCalculate .bomCalculateTop .bomCalculateTopP02 span {
  color: #fff;
  font-size: 14px;
  padding-bottom: 5px;
}
.bomCalculate .bomCalculateTop .bomCalculateTopP02 i {
  color: #adadad;
  font-size: 12px;
  font-style: normal;
}
.bomCalculate .bomCalculateTop .bomCalculateTopP03 {
  float: left;
  width: 51.8%;
  color: #fcb552;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  border-left: 1px solid #fcb552;
  padding-left: 20px;
  cursor: pointer;
}
.bomCalculate .bomCalculateTop .bomCalculateTopP04 {
  position: absolute;
  right: 48px;
  bottom: 15px;
  padding: 0 12px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  cursor: pointer;
  text-shadow: 0 1px 6px #a86200;
  background: #ffa11f;
  background: -webkit-linear-gradient(
    top,
    #fcb552 0,
    #ffa11f 100%,
    #fcb552 100%
  );
  background: -moz-linear-gradient(top, #fcb552 0, #ffa11f 100%, #fcb552 100%);
  background: -ms-linear-gradient(top, #fcb552 0, #ffa11f 100%, #fcb552 100%);
  background: -o-linear-gradient(top, #fcb552 0, #ffa11f 100%, #fcb552 100%);
  background: linear-gradient(to bottom, #fcb552 0, #ffa11f 100%, #fcb552 100%);
}
.bomCalculate .bomCalculateTop .bomCalculateTopP04:hover {
  background: #e68d11;
}
.bomCalculate .bomCalculateTop .bomCalculateTopBtn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.bomCalculate .bomCalculateBom {
  clear: both;
  display: block;
  width: 86.6666666667%;
  margin: 0 auto;
  background: #ececec;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.5s;
  height: 0;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFl {
  float: left;
  width: 67.6923076923%;
  background: url(../images/bomcalculateicon06.jpg) right top no-repeat;
  background-size: cover;
  border-radius: 0 15px 15px 0;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlTop {
  clear: both;
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 18px;
  padding-bottom: 16px;
  padding-left: 25px;
  overflow: hidden;
  text-align: left;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlTop strong {
  font-size: 18px;
  font-weight: 700;
  color: #fcb552;
  display: inline-block;
  padding-right: 18px;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlTop span {
  font-size: 14px;
  color: #494949;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlMid {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlMid dl {
  clear: both;
  display: block;
  width: 87.5%;
  margin-left: 1.7045454545%;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 15px;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlMid dl dd {
  float: left;
  margin-left: 3.6363636364%;
  width: 46.3636363636%;
  overflow: hidden;
  padding-top: 20px;
}
.bomCalculate
  .bomCalculateBom
  .bomCalculateBomFl
  .bomCalculateBomFlMid
  dl
  dd
  span {
  float: left;
  color: #929292;
  font-size: 14px;
  width: 29.28852%;
  line-height: 37px;
}
.bomCalculate
  .bomCalculateBom
  .bomCalculateBomFl
  .bomCalculateBomFlMid
  dl
  dd
  span
  font {
  color: red;
}
.bomCalculate
  .bomCalculateBom
  .bomCalculateBomFl
  .bomCalculateBomFlMid
  dl
  dd
  input {
  float: right;
  width: 69.47059%;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  text-align: left;
  padding: 5px 10px;
  color: #aaa;
  font-size: 14px;
  line-height: 25px;
  background: 0 0;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlMid dl dt {
  float: left;
  margin-left: 3.6363636364%;
  width: 96.3636363636%;
  overflow: hidden;
  padding-top: 20px;
}
.bomCalculate
  .bomCalculateBom
  .bomCalculateBomFl
  .bomCalculateBomFlMid
  dl
  dt
  span {
  float: left;
  color: #929292;
  font-size: 14px;
  width: 14.09%;
  line-height: 37px;
}
.bomCalculate
  .bomCalculateBom
  .bomCalculateBomFl
  .bomCalculateBomFlMid
  dl
  dt
  textarea {
  float: right;
  width: 85.47059%;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  text-align: left;
  padding: 5px 10px;
  color: #aaa;
  font-size: 14px;
  line-height: 25px;
  font-family: "微软雅黑";
  background: 0 0;
}
.bomCalculate
  .bomCalculateBom
  .bomCalculateBomFl
  .bomCalculateBomFlMid
  .bomCalculateBomFlMidBtn {
  position: absolute;
  right: -35px;
  top: 60px;
  background: rgba(252, 181, 82, 0.2);
  border-radius: 50%;
  padding: 5px;
  width: 70px;
  height: 70px;
}
.bomCalculate
  .bomCalculateBom
  .bomCalculateBomFl
  .bomCalculateBomFlMid
  .bomCalculateBomFlMidBtn
  input {
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  background: #fcb552;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlBom {
  clear: both;
  display: block;
  text-align: center;
  color: #8c8c8c;
  font-size: 14px;
  padding-bottom: 25px;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlBom font {
  color: #ff2b0f;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFr {
  float: right;
  width: 26.1538461538%;
  margin-right: 2.6923076923%;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFr .bomCalculateBomFrTop {
  clear: both;
  display: block;
  background: url(../images/bomcalculateicon05.jpg) center top no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-top: 15px;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFr .bomCalculateBomFrTop span {
  display: inline-block;
  padding: 0 10px;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFr ul {
  clear: both;
  display: block;
  padding: 10px 14px 0 20px;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFr ul li {
  clear: both;
  display: block;
  margin-top: 20px;
  overflow: hidden;
  background: #fff;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFr ul li > i {
  float: left;
  background: #ffa634;
  color: #fff;
  font-style: normal;
  padding: 7px 10px 7px 8px;
  font-size: 14px;
  position: relative;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFr ul li > i:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 0 solid transparent;
  border-left: 10px solid #ffa634;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFr ul li span {
  padding: 7px 10px 7px 15px;
  font-size: 14px;
  color: #333;
  text-align: left;
  float: left;
}
.bomCalculate .bomCalculateBom .bomCalculateBomFr ul li span em {
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
.bomCalculate .bomCalFixed {
  position: absolute;
  width: 64.6666666667%;
  left: 50%;
  margin-left: -32.3333333333%;
  background: url(../images/bomcalculateicon03.jpg) left top;
  background-size: 80px;
  top: 170px;
  z-index: 5;
  transform: scale(0.5);
  transition: all 0.5s;
}
.bomCalculate .bomCalFixed.on {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.bomCalculate .bomCalFixed .bomCalFixedFl {
  float: left;
  width: 36.0824742268%;
}
.bomCalculate .bomCalFixed .bomCalFixedFl img {
  width: 100%;
}
.bomCalculate .bomCalFixed .bomCalFixedmid {
  position: absolute;
  left: 29.38144%;
  top: 39px;
  text-align: left;
}
.bomCalculate .bomCalFixed .bomCalFixedmid span {
  clear: both;
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #1f1f1f;
  padding-bottom: 10px;
}
.bomCalculate .bomCalFixed .bomCalFixedmid i {
  clear: both;
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #878787;
  font-style: normal;
}
.bomCalculate .bomCalFixed .bomCalFixedFr {
  float: right;
  width: 27.38144%;
  border-left: 1px solid #8b8b8b;
  margin-top: 27px;
}
.bomCalculate .bomCalFixed .bomCalFixedFr span {
  clear: both;
  display: block;
  width: 28.0701754386%;
  margin: 0 auto;
  padding-bottom: 5px;
}
.bomCalculate .bomCalFixed .bomCalFixedFr i {
  clear: both;
  display: block;
  width: 100%;
  color: #363636;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  text-align: center;
}
.bomCalculate .bomCalFixed .CloseButton {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  cursor: pointer;
}
.bomCalculate.hide {
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
}
.bomCalculate.on .bomCalculateTop .bomCalculateTopP04 {
  bottom: -2px;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.bomCalculate.on .bomCalculateTop .bomCalculateTopP04 img {
  width: 100%;
  margin-bottom: -7px;
}
.bomCalculate.on .bomCalculateBom {
  margin-bottom: 40px;
  height: 331px;
}
.floating_ck {
  position: fixed;
  right: 10px;
  bottom: 240px;
  display: block;
  width: 130px;
  height: 320px;
  z-index: 999999;
}
.floating_ck span {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 88px;
}
.floating_ck span img {
  position: absolute;
  width: 21px;
  height: 25px;
  left: 50%;
  margin-left: -10px;
  bottom: 4px;
  transform: scale(1);
  animation: blow01 2.5s infinite ease-in-out;
  z-index: 2;
}
.floating_ck span i.floating_i01,
.floating_ck span i.floating_i02,
.floating_ck span i.floating_i03 {
  transform: scale(1);
  animation: blow 2.5s infinite ease-in-out;
}
.floating_ck span i {
  position: absolute;
  border: 1px solid #396c69;
  left: 50%;
  top: 50%;
  border-radius: 50%;
}
.floating_ck span i.floating_i01 {
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-left: -14px;
}
.floating_ck span i.floating_i02 {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 1;
}
.floating_ck span i.floating_i03 {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  opacity: 1;
}
@keyframes blow {
  0%,
  10.5%,
  100%,
  5%,
  90.5% {
    transform: scale(1);
    opacity: 1;
  }
  10%,
  5.5% {
    transform: scale(0.8);
  }
  70%,
  90% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes blow01 {
  0%,
  10.5%,
  100%,
  15%,
  5%,
  90.5% {
    transform: scale(1);
    opacity: 1;
  }
  10%,
  5.5% {
    transform: scale(0.8);
  }
}
#gotoTop2 {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 34px;
  height: 80px;
  z-index: 9999;
  background: url(../images/pcgoback.png) center 10px no-repeat
    rgba(255, 255, 255, 0.8);
  cursor: pointer;
  border: 1px solid #927435;
}
#gotoTop2:after,
#gotoTop2:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 20px;
  width: 1px;
  height: 45px;
  background: #927435;
}
#gotoTop2:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: bottom-move-2 3.5s infinite forwards
    cubic-bezier(0.25, 0, 0.25, 1);
  animation: bottom-move-2 3.5s infinite forwards cubic-bezier(0.25, 0, 0.25, 1);
}
#gotoTop2:before {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: top-move-2 3.5s infinite forwards
    cubic-bezier(0.25, 0, 0.25, 1);
  animation: top-move-2 3.5s infinite forwards cubic-bezier(0.25, 0, 0.25, 1);
}
@-webkit-keyframes bottom-move-2 {
  0% {
    -webkit-transform: translateY(0) scaleY(1);
  }
  60%,
  to {
    -webkit-transform: translateY(-10px) scaleY(0);
  }
}
@keyframes bottom-move-2 {
  0% {
    transform: translateY(0) scaleY(1);
  }
  60%,
  to {
    transform: translateY(-10px) scaleY(0);
  }
}
@-webkit-keyframes top-move-2 {
  0% {
    -webkit-transform: translateY(10px) scaleY(0);
  }
  40% {
    -webkit-transform: translateY(0) scaleY(0);
  }
  to {
    -webkit-transform: translateY(0) scaleY(1);
  }
}
@keyframes top-move-2 {
  0% {
    transform: translateY(10px) scaleY(0);
  }
  40% {
    transform: translateY(0) scaleY(0);
  }
  to {
    transform: translateY(0) scaleY(1);
  }
}
.zixun1 {
  color: brown !important;
  background: #ffc34f !important;
  border-radius: 20px !important;
  padding: 6px 40px 6px 15px;
  border: 1px dashed brown;
  margin: 0 8px;
  position: relative;
  display: inline-block;
}
.zixun1:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  background: url(../images/icon07.gif) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.zixun1 span,
.zixun1 strong {
  color: brown !important;
}
.fixed-con {
  position: fixed;
  right: 10px;
  top: 20%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  z-index: 99999999;
}
.fixed-con .fixed-head img {
  cursor: pointer;
}
.fixed-con .fixed-list {
  background: url(../images/fixed-bg.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 152px;
  height: 222px;
}
.fixed-con .fixed-list > p {
  color: #d1e3eb;
  font-size: 18px;
  line-height: 1.1;
  padding-top: 28px;
}
.fixed-con .fixed-list ul {
  margin-top: 4px;
}
.fixed-con .fixed-list ul li {
  margin-top: 18px;
  cursor: pointer;
}
.fixed-con .fixed-list ul li a,
.fixed-con .fixed-list ul li p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 2px 3px rgba(128, 75, 0, 0.3);
  display: block;
  line-height: 48px;
  padding-top: 7px;
  text-align: center;
}
.fixed-con .fixed-list ul li a:hover,
.fixed-con .fixed-list ul li p:hover {
  color: #1d3440;
}
.fixed-con .fixed-list ul li a img {
  width: 28px;
  margin-right: 6px;
}
.fixed-con .fixed-list ul li p > img {
  width: 28px;
  margin-right: 4px;
}
.fixed-con .fixed-list ul li.listbg {
  background: url(../images/fixed-list01.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 156px;
  height: 55px;
  margin-left: -2px;
}
.fixed-con .fixed-list ul li.listdh {
  background: url(../images/fixed-list02.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 144px;
  height: 55px;
  position: relative;
  margin-left: 4px;
}
.fixed-con .fixed-list ul li .tel-ewm {
  width: 0;
  white-space: nowrap;
  background: #13313f;
  position: absolute;
  top: 0;
  right: -1px;
  text-align: left;
  z-index: 10;
  transition-property: width;
  transition-duration: 0.6s;
}
.fixed-con .fixed-list ul li .tel-ewm:after {
  content: "";
  position: absolute;
  right: 0;
  top: -8px;
  width: 8px;
  height: 9px;
  background: url(../images/fixed-dot.png) no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 0.6s;
}
.fixed-con .fixed-list ul li .tel-ewm span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #d1e3eb;
  line-height: 1.1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 1s;
  transition-delay: 0.2s;
  padding: 12px 6px 12px 77px;
}
.fixed-con .fixed-list ul li .tel-ewm span strong {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-top: 8px;
}
.fixed-con .fixed-list ul li .tel-ewm img {
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 1s;
  transition-delay: 0.2s;
  margin: 6px;
}
.fixed-list li.listdh:hover .tel-ewm {
  width: 250px;
}
.fixed-list li.listdh:hover .tel-ewm:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixed-list li.listdh:hover .tel-ewm img,
.fixed-list li.listdh:hover .tel-ewm span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixed-top {
  margin: 15px auto 0;
  width: 114px;
  height: 36px;
  line-height: 36px;
  background: url(../images/fixed-top.png) no-repeat;
  color: #fff;
  text-shadow: 0 2px 3px rgba(128, 75, 0, 0.3);
  font-size: 16px;
  cursor: pointer;
}
.fixed-top:hover {
  color: #ffa11f;
}
.caseone {
  clear: both;
  display: block;
  background: url(../images/newonebg.jpg) center top no-repeat;
  width: 100%;
  min-width: 1000px;
  max-width: 1920px;
  padding-bottom: 35px;
  margin: 0 auto;
}
.caseone .caseonetoppic {
  clear: both;
  display: block;
  width: 75.5333333333%;
  margin: 40px auto 60px;
}
.caseonebox {
  clear: both;
  display: block;
  border-radius: 20px 20px 0 0;
  background: url(../images/prothreeicon04.jpg) left top;
}
.caseonebox .caseoneul {
  clear: both;
  display: block;
  margin-left: -2.6666666667%;
  padding-top: 46px;
}
.caseonebox .caseoneul li {
  float: left;
  width: 26.2987012987%;
  margin-left: 5.8441558442%;
  position: relative;
  margin-bottom: 56px;
}
.caseonebox .caseoneul li:after {
  content: "";
  position: absolute;
  background: #ebeff3;
  width: 100%;
  left: 5.9259259259%;
  top: 24px;
  bottom: 0;
  display: block;
  border-radius: 6px 6px 6px 32px;
}
.caseonebox .caseoneul li:hover:after {
  background: top;
  background: -webkit-linear-gradient(top, #84b992, #466b6a);
  background: -o-linear-gradient(top, #84b992, #466b6a);
  background: linear-gradient(to bottom, #84b992, #466b6a);
}
.caseonebox .caseoneul li .caseoneulpic {
  clear: both;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 6px 6px 8px rgba(22, 29, 36, 0.41);
}
.caseonebox .caseoneul li .caseoneulpic img {
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.caseonebox .caseoneul li .caseoneultit {
  clear: both;
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #666;
  padding: 19px 0 17px;
  line-height: 1;
}
.caseonebox .caseoneul li:hover img {
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.caseonebox .caseoneul li:hover .caseoneultit {
  color: #fff;
}
.ie8-hack .caseonebox .caseoneul li:hover .caseoneultit {
  background: #466b6a;
  color: #fff;
}
@media (min-width: 1921px) {
  .caseone {
    max-width: none;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1160px;
  }
  .header .logo {
    padding-top: 17px;
  }
  .header ul {
    padding-top: 35px;
    padding-right: 77px;
  }
  .header ul li {
    padding-bottom: 32px;
  }
  .header ul li a {
    font-size: 14px;
  }
  .header ul li.on:after,
  .header ul li:hover:after {
    width: 60px;
    margin-left: -30px;
  }
  .header .headertel {
    font-size: 13px;
    background-size: 36px;
    padding-left: 47px;
    margin-top: 20px;
  }
  .header .headertel span {
    font-size: 15px;
  }
  .header .headertel span font {
    font-size: 20px;
  }
  .proone_Breadnav {
    padding: 25px 0;
  }
  .caseone .caseonetoppic {
    margin: 53px auto 64px;
  }
  .caseonebox {
    border-radius: 23px 23px 0 0;
  }
  .caseonebox .caseoneul {
    padding-top: 55px;
  }
  .caseonebox .caseoneul li {
    margin-bottom: 67px;
  }
  .caseonebox .caseoneul li:after {
    top: 26px;
    border-radius: 7px 7px 7px 38px;
  }
  .caseonebox .caseoneul li .caseoneulpic {
    border-radius: 7px;
    box-shadow: 7px 7px 10px rgba(22, 29, 36, 0.41);
  }
  .caseonebox .caseoneul li .caseoneultit {
    font-size: 17px;
    padding: 21px 0 20px;
  }
  .floating_ck {
    width: 140px;
    height: 344px;
  }
  .floating_ck span {
    right: 0;
    bottom: 100px;
  }
  .pageboxtop {
    margin-left: -580px;
  }
  .bomCalculate .bomCalculateTop {
    padding: 25px 0;
  }
  .bomCalculate .bomCalculateTop .bomCalculateTopP02 span {
    font-size: 16px;
    padding-bottom: 7px;
  }
  .bomCalculate .bomCalculateTop .bomCalculateTopP02 i {
    font-size: 14px;
  }
  .bomCalculate .bomCalculateTop .bomCalculateTopP03 {
    font-size: 26px;
    line-height: 37px;
    padding-left: 25px;
  }
  .bomCalculate .bomCalculateTop .bomCalculateTopP04 {
    font-size: 16px;
    line-height: 48px;
  }
  .bomCalculate .bomCalculateBom {
    border-radius: 20px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl {
    border-radius: 0 20px 20px 0;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlTop {
    padding-top: 20px;
    padding-bottom: 18px;
    padding-left: 30px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlTop
    strong {
    font-size: 22px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlMid dl {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dd {
    padding-top: 25px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dd
    span {
    font-size: 16px;
    line-height: 46px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dd
    input {
    border-radius: 7px;
    padding: 9px 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dt {
    padding-top: 25px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dt
    span {
    font-size: 16px;
    line-height: 46px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dt
    textarea {
    border-radius: 7px;
    padding: 9px 10px;
    font-size: 16px;
    line-height: 26px;
    height: 70px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    .bomCalculateBomFlMidBtn {
    right: -45px;
    top: 70px;
    padding: 7px;
    width: 90px;
    height: 90px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    .bomCalculateBomFlMidBtn
    input {
    font-size: 14px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlBom {
    padding-bottom: 35px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr .bomCalculateBomFrTop {
    font-size: 16px;
    line-height: 40px;
    margin-top: 18px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr ul {
    padding: 10px 16px 0 30px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr ul li {
    clear: both;
    display: block;
    margin-top: 20px;
    overflow: hidden;
    background: #fff;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr ul li > i {
    padding: 8px 12px 8px 15px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr ul li > i:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr ul li span {
    padding: 8px 10px 8px 20px;
  }
  .bomCalculate .bomCalFixed {
    top: 200px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedmid {
    top: 49px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedmid span {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedFr i,
  .bomCalculate .bomCalFixed .bomCalFixedmid i {
    font-size: 14px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedFr {
    margin-top: 33px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedFr span {
    padding-bottom: 10px;
  }
  .bomCalculate .bomCalFixed .CloseButton {
    width: 34px;
    height: 34px;
  }
  .bomCalculate.on .bomCalculateBom {
    margin-bottom: 45px;
    height: 387px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1320px;
  }
  .header .logo {
    padding-top: 21px;
  }
  .header ul {
    padding-top: 39px;
    padding-right: 118px;
  }
  .header ul li {
    padding-bottom: 39px;
  }
  .header ul li a {
    font-size: 16px;
    padding: 0 25px;
  }
  .header ul li.on:after,
  .header ul li:hover:after {
    width: 70px;
    margin-left: -35px;
  }
  .header .headertel {
    font-size: 14px;
    background-size: 41px;
    padding-left: 53px;
    margin-top: 23px;
  }
  .header .headertel span {
    font-size: 17px;
  }
  .header .headertel span font {
    font-size: 22px;
  }
  .proone_Breadnav {
    padding: 29px 0;
    font-size: 14px;
  }
  .caseone .caseonetoppic {
    margin: 60px auto 79px;
  }
  .caseonebox {
    border-radius: 26px 26px 0 0;
  }
  .caseonebox .caseoneul {
    padding-top: 55px;
  }
  .caseonebox .caseoneul li {
    margin-bottom: 67px;
  }
  .caseonebox .caseoneul li:after {
    top: 30px;
    border-radius: 8px 8px 8px 44px;
  }
  .caseonebox .caseoneul li .sandeightpic {
    border-radius: 8px 8px 26px;
    box-shadow: 8px 8px 11px rgba(22, 29, 36, 0.41);
  }
  .caseonebox .caseoneul li .sandeighttit {
    font-size: 19px;
    padding: 25px 0 21px;
  }
  .pageboxtop {
    margin-left: -660px;
  }
  .bomCalculate .bomCalculateTop {
    padding-top: 30px;
  }
  .bomCalculate .bomCalculateTop .bomCalculateTopP02 {
    width: 17%;
  }
  .bomCalculate .bomCalculateTop .bomCalculateTopP02 span {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .bomCalculate .bomCalculateTop .bomCalculateTopP03 {
    font-size: 30px;
    line-height: 42px;
    padding-left: 32px;
  }
  .bomCalculate .bomCalculateTop .bomCalculateTopP04 {
    font-size: 18px;
    line-height: 50px;
  }
  .bomCalculate .bomCalculateBom {
    border-radius: 25px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl {
    border-radius: 0 25px 25px 0;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlTop {
    padding-top: 22px;
    padding-bottom: 20px;
    padding-left: 35px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlMid dl dd,
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dt {
    padding-top: 30px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlTop
    strong {
    font-size: 25px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlMid dl {
    padding-bottom: 25px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dd
    span {
    line-height: 50px;
    width: 25.28852%;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dd
    input {
    border-radius: 10px;
    line-height: 30px;
    width: 74.47059%;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dt
    span {
    line-height: 30px;
    width: 12.1%;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dt
    textarea {
    height: 70px;
    border-radius: 10px;
    line-height: 30px;
    width: 87.47059%;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    .bomCalculateBomFlMidBtn {
    right: -50px;
    top: 80px;
    width: 100px;
    height: 100px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    .bomCalculateBomFlMidBtn
    input {
    font-size: 16px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlBom {
    padding-bottom: 40px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr .bomCalculateBomFrTop {
    font-size: 18px;
    line-height: 50px;
    margin-top: 20px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr ul {
    padding: 10px 18px 0 40px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr ul li {
    margin-top: 25px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr ul li > i {
    padding: 8px 10px 8px 15px;
    font-size: 16px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr ul li span {
    font-size: 16px;
  }
  .bomCalculate .bomCalFixed {
    top: 220px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedmid {
    top: 55px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedmid span {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedmid i {
    font-size: 16px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedFr {
    margin-top: 39px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedFr span {
    padding-bottom: 15px;
  }
  .bomCalculate .bomCalFixed .CloseButton {
    width: 38px;
    height: 38px;
  }
  .bomCalculate.on .bomCalculateBom {
    margin-bottom: 50px;
    height: 430px;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1500px;
  }
  .header .logo {
    padding-top: 24px;
  }
  .header ul {
    padding-top: 46px;
    padding-right: 100px;
  }
  .header ul li {
    padding-bottom: 43px;
  }
  .header ul li a {
    font-size: 18px;
    padding: 0 32px;
  }
  .header ul li.on:after,
  .header ul li:hover:after {
    width: 84px;
    margin-left: -42px;
  }
  .header .headertel {
    font-size: 16px;
    background-size: 47px;
    padding-left: 60px;
    margin-top: 26px;
  }
  .header .headertel span {
    font-size: 20px;
  }
  .header .headertel span font {
    font-size: 26px;
  }
  .proone_Breadnav {
    padding: 36px 0;
    font-size: 16px;
  }
  .caseone .caseonetoppic {
    margin: 66px auto 82px;
  }
  .caseonebox {
    border-radius: 30px 30px 0 0;
  }
  .caseonebox .caseoneul {
    padding-top: 70px;
  }
  .caseonebox .caseoneul li {
    margin-bottom: 86px;
  }
  .caseonebox .caseoneul li:after {
    top: 36px;
    border-radius: 10px 10px 10px 50px;
  }
  .caseonebox .caseoneul li .sandeightpic {
    border-radius: 10px 10px 30px;
    box-shadow: 9px 9px 13px rgba(22, 29, 36, 0.41);
  }
  .caseonebox .caseoneul li .sandeighttit {
    font-size: 22px;
    padding: 31px 0 25px;
  }
  .pageboxtop {
    margin-left: -750px;
  }
  .zixun1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bomCalculate .bomCalculateTop {
    padding-top: 35px;
  }
  .bomCalculate .bomCalculateTop .bomCalculateTopP02 {
    width: 15%;
  }
  .bomCalculate .bomCalculateTop .bomCalculateTopP02 span {
    font-size: 20px;
  }
  .bomCalculate .bomCalculateTop .bomCalculateTopP03 {
    font-size: 34px;
    line-height: 44px;
    padding-left: 42px;
  }
  .bomCalculate .bomCalculateTop .bomCalculateTopP04 {
    bottom: 20px;
    padding: 0 20px;
    font-size: 24px;
    line-height: 60px;
  }
  .bomCalculate .bomCalculateBom {
    border-radius: 30px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl {
    border-radius: 0 30px 30px 0;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlTop {
    padding-top: 27px;
    padding-bottom: 22px;
    padding-left: 40px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlMid dl dd,
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dt {
    padding-top: 35px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlTop
    strong {
    font-size: 28px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlMid dl {
    padding-bottom: 30px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dd
    span {
    line-height: 56px;
    width: 23.28852%;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dd
    input {
    line-height: 36px;
    width: 76.47059%;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dt
    span {
    line-height: 46px;
    width: 10.28852%;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    dl
    dt
    textarea {
    height: 70px;
    width: 88.47059%;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    .bomCalculateBomFlMidBtn {
    right: -60px;
    width: 120px;
    height: 120px;
  }
  .bomCalculate
    .bomCalculateBom
    .bomCalculateBomFl
    .bomCalculateBomFlMid
    .bomCalculateBomFlMidBtn
    input {
    font-size: 18px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFl .bomCalculateBomFlBom {
    padding-bottom: 50px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr .bomCalculateBomFrTop {
    font-size: 20px;
    line-height: 60px;
    margin-top: 25px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr ul {
    padding: 15px 22px 0 50px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr ul li {
    margin-top: 30px;
  }
  .bomCalculate .bomCalculateBom .bomCalculateBomFr ul li > i {
    padding: 8px 10px 8px 20px;
  }
  .bomCalculate .bomCalFixed {
    top: 242px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedmid {
    top: 63px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedmid span {
    font-size: 24px;
    padding-bottom: 25px;
  }
  .bomCalculate .bomCalFixed .bomCalFixedFr {
    margin-top: 42px;
  }
  .bomCalculate.on .bomCalculateBom {
    margin-bottom: 55px;
    height: 481px;
  }
}
.ie8-hack .header .headertel,
.ie8-hack
  .insidecaseone
  .insidecaseoneitem
  .insidecaseonefl
  .insidecaseonebom
  p,
.ie8-hack
  .newlistfour
  .newlistfouritem
  .newlistfouritemtop
  .newlistfouritemtoptit,
.ie8-hack .profive .profivefl .profivetit h3,
.ie8-hack .proone .proonebox .proonefr .proonebom .proonebom02,
.ie8-hack .proone .proonebox .proonefr .proonep01,
.ie8-hack .relatnews .relatnewstit h3,
.ie8-hack .sandtwo .sandtwoitem .sandtwoitemfr ul li {
  padding-left: 0;
  background: 0 0;
}
.ie8-hack .header ul li.on,
.ie8-hack .header ul li:hover,
.ie8-hack .newonebomfrbom,
.ie8-hack .newonebomfrtop,
.ie8-hack .sandthree h3 {
  background: 0 0;
}
.ie8-hack .aboutfour .aboutfourbom a,
.ie8-hack .aboutthree .aboutthreebtn,
.ie8-hack .hometwo .hometwosolid01 .hometwofr .homebtn {
  background: #edcd91;
}
.ie8-hack .aboutfour .aboutfourbom a:hover,
.ie8-hack .aboutthree .aboutthreebtn:hover,
.ie8-hack .hometwo .hometwosolid01 .hometwofr .homebtn:hover {
  background: #76d1d1;
}
.ie8-hack .newonebomfrtop,
.ie8-hack .newonebomfrtop .newonebomfritem01 span {
  margin-top: 0;
}
.ie8-hack .casefour ul li .casefourbox:after,
.ie8-hack .casefour ul li .casefourbtn,
.ie8-hack .casethree .casethreefr .casethreefrtit:after,
.ie8-hack .casethree .casethreefr .casethreefrtit:before,
.ie8-hack .casethreebox:after,
.ie8-hack .casethreebox:before,
.ie8-hack .casetwo ul li:after,
.ie8-hack
  .insidecaseone
  .insidecaseoneitem
  .insidecaseonefr
  .insidecaseonefrtop,
.ie8-hack .mobilefour:before,
.ie8-hack .mobiletwo .mobiletwoitembom:before,
.ie8-hack
  .mobiletwo
  .mobiletwoitemtop
  .mobiletwoitemtopfl
  .mobiletwoitemtopbox:after,
.ie8-hack .proone .proonebox:before,
.ie8-hack .prothree .prothreefr .prothreefrtit:after,
.ie8-hack .prothree .prothreefr .prothreefrtit:before,
.ie8-hack .sandone .sandonefl:after,
.ie8-hack .sandsever ul li .sandseverbox:after,
.ie8-hack .sandsever ul li .sandseverbtn,
.ie8-hack .sandtwo .sandtwoitem .sandtwoitemfr a:after {
  display: none;
}
.ie8-hack .mobiletwo .mobiletwoitembom dt span {
  color: #13313a;
}
.ie8-hack .casethree .casethreefr,
.ie8-hack .casethreebox .casethreeboxcon strong,
.ie8-hack .mobilefour .mobilefourtop h3,
.ie8-hack .mobilethree h3,
.ie8-hack .prothree .prothreefr,
.ie8-hack .sandfive .sandfivefr {
  background: 0 0;
}
.ie8-hack .newonebomfrtop .newonebomfritem01 {
  padding-bottom: 30px;
  height: auto;
}
.ie8-hack .insidecaseone .insidecaseoneitem {
  background: #fff;
}
.ie8-hack
  .insidecaseone
  .insidecaseoneitem
  .insidecaseonefl
  .insidecaseonebom
  p
  strong,
.ie8-hack
  .insidecaseone
  .insidecaseoneitem
  .insidecaseonefr
  .insidecaseoneicon
  span
  i {
  color: #6c8f9b;
}
.ie8-hack .insidecaseone .insidecaseoneitem .insidecaseonefr {
  padding-right: 30px;
}
.ie8-hack .proone .proonebox .proonefr ul li {
  background: #2a4745;
  border: 2px solid #d6b19a;
}
.ie8-hack .sandthree ul li .sandthreeitem {
  background: #519a9b;
}
.newonebox p.narrow_video {
  width: 400px;
  margin: 0 auto;
}
.newonebox p.narrow_video video {
  width: 100%;
  height: 705px;
}
.pagebox {
    position: relative;
    margin-bottom: 36px;
    padding-top: 30px;
  }
  .pageboxtop {
    position: absolute;
    left: 50%;
    margin-left: -490px;
    bottom: 50px;
    display: none;
    background: #fff;
    padding-bottom: 15px;
  }
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline-block!important;
}
  #pageup {
    cursor: pointer;
    background: #fff;
    border: 1px solid #bcbcbc;
    color: #999;
    margin: 0 5px 0 0;
    padding: 3px 17px;
    line-height: 30px;
  }
  #pageup strong {
    color: #ff3a3b;
    font-size: 14px;
  }
  .pagecolse {
    position: absolute;
    right: 1px;
    top: 2px;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0 15px 0 5px;
    cursor: pointer;
    z-index: 11;
  }
  .dispage {
    position: relative;
    border: 1px solid #50b37f;
    border-radius: 15px;
    padding: 20px 15px;
    z-index: 10;
  }
  .dispage:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 13px solid #50b37f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0;
  }
  .dispage li {
    float: left;
    width: 5%;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
  }
  .dispage li a {
    width: 38px;
    height: 38px;
    background: #e5e5e5;
    border-radius: 50%;
    line-height: 38px;
    color: #666;
  }
  .dispage li a:hover,
  .dispage li.on a {
    color: #fff;
    background: #50b37f;
  }
  .disabled_page {
    cursor: pointer;
  }
  div.digg {
    clear: both;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 4px;
    line-height: 18px;
  }
  div.digg a {
    margin: 0 0 0 8px;
    line-height: 20px;
  }
  div.digg a:hover {
    z-index: 3;
    color: #fff;
    background: #185a5e;
    border-color: #185a5e;
  }
  div.digg a,
  div.digg span {
    padding: 5px 10px;
    margin-left: -1px;
    color: #666;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ededed;
    display: inline-block;
  }
  div.digg span.disabled {
    background: #eaeaea;
    color: #999;
  }
  div.digg span.current {
    background: #185a5e;
    color: #fff;
    border: 0.05rem solid #185a5e;
  }