.menu {
  width: 200px;
}
.menu dl {
  background: #ffffff;
  padding-bottom: 20px;
}
.menu dl dt {
  padding-left: 24px;
  height: 48px;
  background: #FFFFFF;
  border-bottom: 4px solid #E8F1F2;
}
.menu dl dt .iconfont {
  font-size: 24px;
  color: #77797a;
}
.menu dl dt span {
  font-size: 16px;
  color: #131414;
  font-weight: bold;
  margin-left: 8px;
}
.menu dl dt.curr .iconfont {
  color: #0a60be;
}
.menu dl dt.curr span {
  color: #0a60be;
}
.menu dl dd {
  margin-top: 12px;
}
.menu dl dd .tit {
  padding-left: 24px;
  margin-bottom: 8px;
}
.menu dl dd .tit .iconfont {
  font-size: 24px;
  color: #77797a;
}
.menu dl dd .tit span {
  font-size: 16px;
  color: #131414;
  font-weight: bold;
  margin-left: 8px;
}
.menu dl dd .list li {
  line-height: 20px;
  padding-left: 56px;
  margin-bottom: 6px;
}
.menu dl dd .list li:last-child {
  margin-bottom: 0;
}
.menu dl dd .list li a {
  font-size: 14px;
  color: rgba(19, 20, 20, 0.6);
  transition: all 0.2s ease;
}
.menu dl dd .list li a span {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  color: #D20000;
}
.menu dl dd .list li.curr a,
.menu dl dd .list li:hover a {
  color: #0a60be;
  font-weight: bold;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  font-family: sans-serif;
}
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,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  border: none;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul,
dl {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
a {
  text-decoration: none;
  transition: color 0.2s ease;
}
img {
  border: none;
}
em {
  font-style: normal;
}
.clr {
  zoom: 1;
}
.clr:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.va-t {
  vertical-align: top;
}
.i-hide {
  display: none;
}
.i-show {
  display: block;
}
.lineBlock {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.lbBox {
  font-size: 0 !important;
  *word-spacing: -1px !important;
}
.emptys {
  margin-left: -1px;
  width: 1px;
  height: 100%;
  font-size: 0;
  vertical-align: middle;
}
label,
dd,
dd,
dt {
  font-weight: normal;
}
.boxsiz {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a:hover,
a:focus {
  text-decoration: none;
}
html,
body {
  width: 100%;
  min-width: 1360px;
}
body {
  min-width: 1180px;
}
.width-1180 {
  width: 1180px;
  margin: 0 auto;
}
.width-1280 {
  width: 1280px;
  margin: 0 auto;
}
.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.row {
  display: flex;
  flex-direction: row;
}
/* 从左侧对齐 */
.rowStart {
  justify-content: flex-start;
}
/* 从右侧对齐 */
.rowEnd {
  justify-content: flex-end;
}
/* 两侧对齐 */
.bothSide {
  justify-content: space-between;
}
/* 平均分布 */
.avarage {
  justify-content: space-around;
}
/* 水平居中 */
.rowCenter {
  justify-content: center;
}
/* 垂直居中 */
.verCenter {
  align-items: center;
}
.block {
  display: block;
}
.p-head {
  height: 68px;
  background: #ffffff;
}
.p-head .box .l {
  height: 68px;
}
.p-head .box .l .logo img {
  width: 133px;
  height: 38px;
}
.p-head .box .l .qd100 {
  margin: 0 20px;
}
.p-head .box .l .text p {
  font-size: 14px;
  color: #131414;
  line-height: 20px;
  margin-left: 14px;
  font-weight: bold;
}
.p-head .box .r {
  height: 68px;
}
.p-head .box .r .line1 {
  width: 1px;
  height: 12px;
  background: #BEC5C6;
  color: #bec5c6;
  margin: 0 12px;
}
.p-head .box .r .line2 {
  width: 1px;
  height: 12px;
  background: #BEC5C6;
  color: #bec5c6;
  margin: 0 8px;
}
.p-head .box .r .line3 {
  width: 1px;
  height: 16px;
  background: #BEC5C6;
  color: #bec5c6;
  margin: 0 6px;
}
.p-head .box .r .t1 {
  font-size: 14px;
  color: #131414;
  opacity: 0.6;
}
.p-head .box .r .t2 {
  margin-right: 20px;
}
.p-head .box .r .t2 .iconfont {
  font-size: 28px;
  color: #0a60be;
  margin-right: 4px;
}
.p-head .box .r .t2 .iconfont.icon-weixin-01 {
  color: #29CB4A;
  font-size: 35px;
}
.p-head .box .r .t2 span {
  font-size: 14px;
  color: #131414;
  opacity: 0.6;
}
.p-head .box .r .car-ico {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.p-head .box .r .car-ico span {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: #E59115;
  border-radius: 8px;
  margin: 0 auto;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  color: #ffffff;
}
.p-head .box .r .car-ico .iconfont {
  font-size: 28px;
  color: #0a60be;
}
.p-head .box .r .avatar {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  cursor: pointer;
}
.p-head .box .r .avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.p-head .box .r .material {
  height: 68px;
  position: relative;
  cursor: pointer;
}
.p-head .box .r .material .wrap .tel {
  font-size: 14px;
  color: #131414;
}
.p-head .box .r .material .wrap .point {
  position: absolute;
  top: -5px;
  right: 11px;
  width: 6px;
  height: 6px;
  background: #E59115;
  border-radius: 50%;
}
.p-head .box .r .material .wrap .icon {
  width: 7px;
  height: 6px;
  background: url("../../images/p-home/arrow.png") no-repeat center;
  background-size: cover;
  margin-left: 5px;
}
.p-head .box .r .material .list-box {
  position: relative;
  display: none;
}
.p-head .box .r .material .list-box .up {
  position: absolute;
  top: -7px;
  right: 53px;
  width: 18px;
  height: 8px;
  background: url("../../images/p-home/up.png") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.p-head .box .r .material .list-box .list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 162px;
  background: #FFFFFF;
  border: 1px solid #E4ECED;
  z-index: 9999;
}
.p-head .box .r .material .list-box .list li {
  position: relative;
  padding-left: 12px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #E4ECED;
}
.p-head .box .r .material .list-box .list li:last-child {
  border-bottom: none;
}
.p-head .box .r .material .list-box .list li .iconfont {
  font-size: 18px;
  color: #131414;
}
.p-head .box .r .material .list-box .list li .num {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #E59115;
  border-radius: 8px;
  font-size: 12px;
  color: #ffffff;
  display: block;
}
.p-head .box .r .material .list-box .list li span {
  font-size: 14px;
  color: #0a60be;
  margin-left: 12px;
}
.p-head .box .r .material .list-box .list li span.color {
  color: #131414;
  opacity: 0.6;
}
.p-head .box .r .hov:hover .list-box {
  display: block;
}
.p-head .box .r .icontubiao16 {
  font-size: 28px;
  color: #0a60be;
}
.p-head .box .r .link {
  font-size: 14px;
  color: #0a60be;
  font-weight: bold;
}
.p-head .box .r .link.ml {
  margin-left: 8px;
}
.p-nav {
  height: 48px;
  background: #0A60BE;
}
.p-nav .box {
  height: 48px;
}
.p-nav .box ul {
  height: 48px;
}
.p-nav .box ul li {
  height: 100%;
  position: relative;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}
.p-nav .box ul li .hot {
  position: absolute;
  top: -3px;
  right: 10px;
  width: 31px;
  height: 14px;
  line-height: 14px;
  background: #E59115;
  border-radius: 3px;
  text-align: center;
}
.p-nav .box ul li .hot span {
  font-size: 11px;
  color: #ffffff;
}
.p-nav .box ul li .hot i {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  background: url("../../images/p-home/hot.png") no-repeat center;
  background-size: cover;
}
.p-nav .box ul li .link {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
.p-nav .box ul li .arrow {
  width: 7px;
  height: 6px;
  background: url(../../images/p-home/arrow.png) no-repeat center;
  background-size: cover;
  margin-left: 4px;
}
.p-nav .box ul li .list-box {
  position: relative;
  display: none;
}
.p-nav .box ul li .list-box .up {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 18px;
  height: 8px;
  margin: 0 auto;
  background: url("../../images/p-home/up.png") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.p-nav .box ul li .list-box .list {
  position: absolute;
  top: 0px;
  width: 132px;
  background: #FFFFFF;
  border: 1px solid #E4ECED;
  right: -52px;
  z-index: 999;
}
.p-nav .box ul li .list-box .list dd {
  position: relative;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #E4ECED;
  text-align: left;
}
.p-nav .box ul li .list-box .list dd:last-child {
  border-bottom: none;
}
.p-nav .box ul li .list-box .list dd .iconfont {
  font-size: 18px;
  color: #131414;
}
.p-nav .box ul li .list-box .list dd .num {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #E59115;
  border-radius: 8px;
  font-size: 12px;
  color: #ffffff;
  display: block;
}
.p-nav .box ul li .list-box .list dd span {
  font-size: 14px;
  color: #0a60be;
  margin-left: 12px;
}
.p-nav .box ul li .list-box .list dd span.color {
  color: #131414;
  opacity: 0.6;
}
.p-nav .box ul li:hover .list-box {
  display: block;
}
.p-nav .box ul li.curr {
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 2px;
}
.p-nav .box ul li.curr a.link {
  color: #0a60be;
}
.cn-nav {
  height: 48px;
  background: #0081d2;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.cn-nav .cn-box {
  position: relative;
  z-index: 9;
}
.cn-nav .cn-box .cur {
  color: #0081D2;
}
.cn-nav ul li {
  float: left;
  position: relative;
}
.cn-nav ul li a {
  display: block;
  padding: 0 25px;
  color: #FFFFFF;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}
.cn-nav ul li .cn-home {
  color: #0081D2;
}
.cn-nav ul li .cn-san {
  width: 16px;
  height: 13px;
  position: absolute;
  top: 18px;
  left: 99px;
  background: url(../../images/menu.png) no-repeat center;
  transition: all 0.2s ease-in-out;
}
.cn-nav ul li .cnt-san {
  width: 16px;
  height: 13px;
  position: absolute;
  top: 18px;
  left: 99px;
  background: url(../../images/menu_hover.png) no-repeat center;
}
.cn-nav ul li .cn-san1 {
  width: 16px;
  height: 13px;
  position: absolute;
  top: 18px;
  left: 84px;
  background: url(../../images/menu.png) no-repeat center;
  transition: all 0.2s ease-in-out;
}
.cn-nav ul li .cnt-san1 {
  width: 16px;
  height: 13px;
  position: absolute;
  top: 18px;
  left: 84px;
  background: url(../../images/menu_hover.png) no-repeat center;
}
.cn-nav ul li .cn-left {
  width: 102px;
  padding: 0px 16px;
}
.cn-nav ul li .cn-width {
  width: 88px;
  padding: 0px 16px;
}
.cn-nav ul li .cn-list1 {
  position: absolute;
  background: #fff;
  display: none;
  text-align: center;
}
.cn-nav ul li .cn-list1 .cn-a {
  display: block;
  width: 120px;
  border-bottom: 1px solid #EEEEEE;
  color: #494C4D;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.cn-nav ul li .cn-list1 .cn-a:hover {
  color: #0081D2;
}
.cn-nav ul li .cn-list1 .cn-bg {
  background: url(../../images/nav-sj.png) no-repeat top center;
}
.cn-nav ul li .cn-list1 .cn-bor {
  border: 0;
}
.cn-nav ul li .cn-list {
  position: absolute;
  background: #fff;
  display: none;
  text-align: center;
}
.cn-nav ul li .cn-list .cn-a {
  display: block;
  width: 134px;
  border-bottom: 1px solid #EEEEEE;
  color: #494C4D;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.cn-nav ul li .cn-list .cn-a:hover {
  color: #0081D2;
}
.cn-nav ul li .cn-list .cn-bg {
  background: url(../../images/nav-sj.png) no-repeat top center;
}
.cn-nav ul li .cn-list .cn-bor {
  border: 0;
}
.cn-nav ul li:hover a {
  color: #0081D2;
}
.cn-nav ul li:hover .cn-san {
  background: url(../../images/menu_hover.png) no-repeat center;
  transform: rotate(180deg);
}
.cn-nav ul li:hover .cn-san1 {
  background: url(../../images/menu_hover.png) no-repeat center;
  transform: rotate(180deg);
}
.cn-nav ul li:hover .cn-list {
  display: block;
  border-top: 2px solid #0081D2;
}
.cn-nav ul li:hover .cn-list1 {
  display: block;
  border-top: 2px solid #0081D2;
}
.cn-nav .nav-line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 82px;
  height: 48px;
  background-color: #fff;
  font-size: 0;
  line-height: 40px;
}
.p-footer {
  background: #131414;
  padding: 35px 0 0px 0;
}
.p-footer .box .top {
  width: 1280px;
}
.p-footer .box .top li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.p-footer .box .top li a {
  color: #999999;
}
.p-footer .box .top .foo-li1 a {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.p-footer .box .top .foo-p {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-top: 8px;
}
.p-footer .box .top .foo-p1 {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.p-footer .box .top .foo-p2 {
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.p-footer .box .top .foo-p3 {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.p-footer .box .copyright {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.p-footer .box .copyright .tit {
  font-size: 14px;
  color: #494c4d;
  margin-right: 20px;
}
.p-footer .box .copyright .i6 {
  width: 39px;
  height: 35px;
  background: url("../../images/p-footer/iso.png") no-repeat center;
  background-size: cover;
  margin-right: 20px;
}
.p-footer .box .copyright .i7 {
  width: 35px;
  height: 35px;
  background: url("../../images/p-footer/ul.png") no-repeat center;
  background-size: cover;
  margin-right: 20px;
}
.p-footer .box .copyright .i8 {
  width: 38px;
  height: 35px;
  background: url("../../images/p-footer/SGS.png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .foo-t {
  margin: 0 40px;
}
.p-footer .box .copyright .i1 {
  width: 110px;
  height: 36px;
  margin-right: 20px;
  background: url("../../images/p-footer/a (1).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .i2 {
  width: 110px;
  height: 36px;
  background: url("../../images/p-footer/a (2).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .i3 {
  width: 110px;
  height: 36px;
  margin-right: 20px;
  background: url("../../images/p-footer/a (3).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .i4 {
  width: 134px;
  height: 36px;
  margin-right: 20px;
  background: url("../../images/p-footer/a (5).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .i5 {
  width: 148px;
  height: 36px;
  background: url("../../images/p-footer/a (4).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .foo-foo {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.p-footer .box .foo-foo p {
  text-align: left;
}
.p-footer .box .foo-foo p span {
  display: block;
  width: 52%;
}
.p-footer .box .foo-foo p span:last-child {
  width: 42%;
}
.p-footer .box .foo-foo p a {
  color: #999999;
}
.p-footer .box .foo-foo .foo-both {
  width: 900px;
  margin: 0 auto;
}
.p-footer .box .foo-foo .foo2-span {
  margin-right: 30px;
}
.p-footer .box .foo-foo .foo2-p {
  margin-bottom: 2px;
}
.selects-qty {
  position: absolute;
  left: 0px;
  top: 39px;
  z-index: 9;
  width: 461px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 10px 0 16px 18px;
  display: none;
}
.selects-qty .arrow {
  position: absolute;
  left: 21px;
  top: -10px;
  width: 13px;
  height: 11px;
  background: url("../../images/p-home/ico.png") no-repeat -5px -52px;
  background-color: #fff;
}
.selects-qty dl dd {
  float: left;
  width: 14%;
  margin-bottom: 15px;
  cursor: pointer;
}
.selects-qty dl dd .arr {
  width: 14px;
  height: 13px;
  background: url("../../images/p-home/ico.png") no-repeat 0 0;
}
.selects-qty dl dd.curr .arr {
  width: 14px;
  height: 13px;
  background: url("../../images/p-home/ico.png") no-repeat -16px 0;
}
.selects-qty dl dd span {
  font-size: 14px;
  color: #666666;
  margin-left: 5px;
}
.selects-qty .wrap {
  margin-top: 3px;
}
.selects-qty .wrap label {
  font-size: 14px;
  color: #666666;
  margin-right: 13px;
  white-space: nowrap;
}
.selects-qty .wrap .inp {
  width: 158px;
  border: solid 1px #e5e5e5;
}
.selects-qty .wrap .inp::-webkit-outer-spin-button,
.selects-qty .wrap .inp::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.selects-qty .wrap .inp:focus {
  border: solid 1px #00a0e9;
}
.selects-qty .wrap .btn {
  margin-left: 40px;
}
.selects-qty .wrap .btn a {
  width: 68px;
  height: 30px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.selects-qty .wrap .btn a.ok {
  background-color: #0A60BE;
  color: #fefefe;
  margin-right: 10px;
}
.selects-qty .wrap .btn a.canel {
  background-color: #f3f3f3;
  color: #666666;
}
.layui-layer-setwin .layui-layer-close1 {
  background-position: -96px -37px !important;
}
.layui-layer-ico {
  background: url("../../images/p-home/icon.png") no-repeat !important;
}
.layui-layer-setwin a {
  width: 18px !important;
  height: 18px !important;
}
.layui-layer-title {
  height: auto !important;
  padding: 16px 0 !important;
  background-color: #ffffff !important;
  border: none !important;
  line-height: inherit !important;
}
.layui-layer-title span {
  padding: 0 24px;
  height: 30px;
  background: #0A60BE;
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  margin-right: 20px;
}
.layui-layer-title span.disabled {
  width: 144px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid rgba(166, 173, 173, 0.5);
  color: #0a60be;
  font-weight: bold;
}
.layui-layer-page .layui-layer-content {
  height: auto !important;
  overflow-y: hidden !important;
}
.pcb-layer-box .layui-layer-title span {
  cursor: pointer;
}
.slide-bar-box {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -118px;
  z-index: 9999;
}
.slide-bar-box dl {
  height: 50px;
}
.slide-bar-box dl dd {
  position: relative;
  height: 49px;
  width: 48px;
  background: #FFFFFF;
  border: 1px solid #AAD0F2;
  border-bottom: none;
  text-align: center;
}
.slide-bar-box dl dd.last {
  height: 48px;
  border-bottom: 1px solid #AAD0F2;
}
.slide-bar-box dl dd a .iconfont {
  font-size: 40px;
  color: #0081D2;
  vertical-align: middle;
}
.slide-bar-box dl dd .show {
  position: absolute;
  left: -164px;
  top: -1px;
  width: 162px;
  background: #FFFFFF;
  padding: 10px 0;
  border: 1px solid #E4ECED;
  text-align: left;
  white-space: nowrap;
  display: none;
}
.slide-bar-box dl dd .show .iconfont {
  color: #0081D2;
  font-size: 32px;
  margin-left: 12px;
}
.slide-bar-box dl dd .show button {
  position: absolute;
  right: 8px;
  background: #fff;
}
.slide-bar-box dl dd .show button .icon-cuo-01 {
  font-size: 20px;
  color: #666;
}
.slide-bar-box dl dd .show .text {
  margin-left: 4px;
  text-align: center;
}
.slide-bar-box dl dd .show .text .tit {
  font-size: 14px;
  color: #131414;
  font-weight: bold;
  line-height: 20px;
}
.slide-bar-box dl dd .show .text .t1 {
  font-size: 12px;
  color: #0081D2;
}
.slide-bar-box dl dd .show .text .t2 {
  font-size: 12px;
  color: #131414;
  opacity: 0.6;
  margin-bottom: 2px;
}
.slide-bar-box dl dd .show .text .t3 {
  font-size: 12px;
  color: #131414;
  opacity: 0.6;
}
.slide-bar-box dl dd .show .pic img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}
.slide-bar-box dl dd .show .pic p {
  font-size: 14px;
  color: #494c4d;
  text-align: center;
}
.slide-bar-box dl dd .show .pic p.bigp {
  color: #0081D2;
  font-size: 13px;
  font-weight: bold;
}
.slide-bar-box dl dd:hover .show {
  display: block !important;
}
.slide-bar-box dl dd:hover .show .pic {
  display: block !important;
}
.slide-bar-box dl dd .num {
  position: absolute;
  left: 2px;
  top: 1px;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #E59115;
  border-radius: 8px;
  font-size: 11px;
  color: #ffffff;
}
.slide-bar-box dl dt {
  margin-top: 10px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #AAD0F2;
  text-align: center;
  display: none;
}
.slide-bar-box dl dt a .iconfont {
  font-size: 30px;
  color: #0081D2;
  vertical-align: middle;
}
.confirm-box {
  padding: 0 24px 24px 24px;
}
.confirm-box .pay-doing-text {
  margin-top: 22px;
}
.confirm-box .pay-doing-text .btn-1 {
  width: 150px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #5998D9;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #0A60BE;
}
.confirm-box .pay-doing-text .btn-2 {
  width: 152px;
  height: 40px;
  background: #0A60BE;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-left: 16px;
}
.kefu-box {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -118px;
  margin-left: 662px;
  width: 90px;
  height: 126px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E4ECED;
  text-align: center;
  z-index: 9999;
}
.kefu-box .t1 {
  padding-top: 36px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #131414;
  font-weight: bold;
}
.kefu-box .t2 {
  font-size: 12px;
  color: #131414;
  padding-bottom: 4px;
  opacity: 0.6;
}
.kefu-box .t3 {
  font-size: 12px;
  color: #131414;
  opacity: 0.6;
}
.kefu-box .im {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #E4ECED;
  border-radius: 50%;
  margin: 0 auto;
}
.kefu-box .text {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 92px;
  height: 28px;
  background: #0A60BE;
  border-radius: 14px;
  text-align: center;
  display: block;
}
.kefu-box .text .iconfont {
  font-size: 20px;
  color: #ffffff;
  margin-right: 2px;
}
.kefu-box .text span {
  font-size: 12px;
  color: #ffffff;
}
.page-bg {
  background: #E8F1F2;
}
.user-fast {
  height: 120px;
  background: #D2ECFF;
  border-top: 1px solid #AAD0F2;
}
.user-fast .box {
  height: 100%;
}
.user-fast .box .text .t1 {
  font-size: 20px;
  color: #131414;
  font-weight: bold;
  margin-bottom: 8px;
}
.user-fast .box .text .t2 {
  font-size: 14px;
  color: #131414;
  opacity: 0.6;
}
.user-fast .box .form-box {
  margin-left: 120px;
}
.user-fast .box .form-box .w1 {
  width: 122px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #5998D9;
  text-indent: 10px;
  font-size: 14px;
}
.user-fast .box .form-box .w1::-webkit-input-placeholder {
  color: #131414;
  opacity: 0.6;
}
.user-fast .box .form-box .t1 {
  font-size: 14px;
  color: #131414;
  opacity: 0.6;
  margin: 0 8px;
}
.user-fast .box .form-box .t2 {
  font-size: 14px;
  color: #131414;
  opacity: 0.6;
  margin-left: 8px;
  margin-right: 18px;
}
.user-fast .box .form-box .num-box .inp {
  width: 164px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #5998D9;
  text-indent: 10px;
  font-size: 14px;
}
.user-fast .box .form-box .num-box .inp::-webkit-input-placeholder {
  color: #131414;
  opacity: 0.6;
}
.user-fast .box .form-box .fast-btn {
  margin-left: 19px;
  width: 166px;
  height: 40px;
  background: #0A60BE;
  border-radius: 2px;
  text-align: center;
}
.user-fast .box .form-box .fast-btn .iconfont {
  font-size: 20px;
  color: #ffffff;
  margin-right: 4px;
}
.user-fast .box .form-box .fast-btn span {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.user-tip-box {
  height: 30px;
  line-height: 30px;
  background: #FFF1E3;
  border-radius: 2px;
  border: 1px solid #FADEBA;
}
.user-tip-box .l {
  height: 30px;
  padding-left: 12px;
}
.user-tip-box .l .iconfont {
  font-size: 24px;
  color: #e59115;
}
.user-tip-box .l span {
  font-size: 14px;
  color: #e59115;
}
.user-tip-box .r {
  padding-right: 10px;
}
.user-tip-box .r .iconfont {
  font-size: 12px;
  color: #b6b9b7;
  cursor: pointer;
}
.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #0a60be !important;
}
.layui-form-onswitch {
  border-color: #0A60BE !important;
  background-color: #0A60BE !important;
}
.success-layer-box {
  padding: 0 24px 24px 24px;
}
.success-layer-box .box {
  margin-bottom: 30px;
}
.success-layer-box .box .iconfont {
  font-size: 48px;
  color: #99d15e;
}
.success-layer-box .box .text {
  margin-left: 16px;
}
.success-layer-box .box .text .t1 {
  font-size: 14px;
  color: #131414;
  font-weight: bold;
  margin-bottom: 8px;
}
.success-layer-box .box .text .t2 {
  font-size: 14px;
  color: #131414;
  opacity: 0.6;
}
.success-layer-box .btn {
  text-align: right;
}
.success-layer-box .btn .btn1 {
  width: 150px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #5998D9;
  font-size: 14px;
  color: #0A60BE;
  font-weight: bold;
  margin-right: 16px;
}
.success-layer-box .btn .btn2 {
  width: 152px;
  height: 40px;
  background: #0A60BE;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.detail-box {
  position: absolute;
  top: -51px;
  left: 37px;
  z-index: 1111;
  border: 1px solid #AAD0F2;
  display: none;
}
.detail-box .left {
  position: absolute;
  left: -9px;
  top: 53px;
  width: 10px;
  height: 17px;
  background: url("../../images/p-home/left.png") no-repeat center;
  background-size: cover;
}
.detail-box table {
  width: 670px;
  background: #FFFFFF;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.detail-box table tr td {
  padding-left: 16px;
  border-bottom: 1px solid #E4ECED;
  height: 24px;
  text-align: left;
  box-sizing: border-box;
}
.detail-box table tr td:nth-child(2) {
  border-right: 1px solid #E4ECED;
}
.detail-box table tr td.t1 {
  width: 98px;
  font-size: 12px;
  color: #131414;
  opacity: 0.6;
}
.detail-box table tr td.t2 {
  background: #EDF6F7;
  width: 110px;
  color: #131414;
  font-size: 12px;
  font-weight: bold;
}
.detail-box table tr:last-child td {
  border-bottom: none;
}
.layui-form-select .layui-input {
  font-size: 14px;
}
.layui-input,
.layui-select,
.layui-textarea {
  height: 30px;
}
.layui-form-select dl dd,
.layui-form-select dl dt {
  font-size: 14px;
}
.layui-form-select dl dd.layui-this {
  background-color: #0A60BE;
  color: #fff;
}
.pcb-ad {
  position: fixed;
  width: 140px;
  height: 254px;
  bottom: 54px;
  z-index: 101;
}
.pcb-ad .cha {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.pcb-ad .indexRightAd img {
  width: 140px;
  height: 254px;
}
.pcb-ad .indexRightAd.none {
  left: -150px;
}
.pcb-ad .indexRightAd.show {
  left: 10px;
}
.member-head {
  background: #fff;
  height: 30px;
}
.member-head a {
  font-size: 12px;
  color: #999999;
}
.member-head a .mr5 {
  margin-right: 5px;
}
.member-head a .ml20 {
  margin-left: 20px;
}
.member-head .head-r ul {
  height: 30px;
}
.member-head .head-r ul li {
  width: 68px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #CCCCCC;
  position: relative;
}
.member-head .head-r ul li .li-nav {
  width: 860px;
  padding: 7px 0;
  position: absolute;
  left: -700px;
  top: 14px;
  z-index: 2;
  display: none;
}
.member-head .head-r ul li .li-nav ul {
  background: #fff;
  height: 72px;
  padding: 13px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}
.member-head .head-r ul li .li-nav ul li {
  height: 56px;
  margin-top: 14px;
  border-right: 1px solid #ccc;
  padding: 0 25px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.member-head .head-r ul li .li-nav ul li span {
  color: #666666;
}
.member-head .head-r ul li .li-nav ul li a {
  margin-top: 10px;
  display: block;
}
.member-head .head-r ul li .li-nav ul li a.color {
  color: #666666;
  margin-top: 0;
}
.member-head .head-r ul li .li-nav ul li a:hover {
  color: #0081D2;
}
.member-head .head-r ul li .li-nav ul li:last-child {
  border-right: 0;
}
.member-head .head-r ul li .li-nav ul li:first-child {
  text-align: right;
}
.member-head .head-r ul li .li-nav ul li:nth-child(3) {
  width: 133px;
}
.member-head .head-r ul li .li-nav ul li:nth-child(3) a {
  display: inline-block;
}
.member-head .head-r ul li .li-nav ul li:nth-child(4) {
  width: 121px;
}
.member-head .head-r ul li .li-nav ul li:nth-child(4) a {
  display: inline-block;
}
.member-head .head-r ul li .li-nav ul li:nth-child(5) {
  width: 121px;
}
.member-head .head-r ul li .li-nav ul li:nth-child(5) a {
  display: inline-block;
}
.member-head .head-r ul li:hover .li-nav {
  display: block;
}
.member-head .head-r ul li:last-child {
  border-right: 0;
}
.member-head .head-r ul li a {
  display: block;
}
.member-nav {
  height: 80px;
  background: #0081D2;
  opacity: 1;
}
.member-nav .nav-l {
  height: 80px;
}
.member-nav .nav-l .r-nav {
  margin-left: 14px;
}
.member-nav .nav-l .r-nav p {
  font-size: 20px;
  line-height: 36px;
  color: #FFFFFF;
}
.member-nav .nav-l .r-nav a {
  display: inline-block;
  width: 79px;
  height: 20px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  border-radius: 25px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #FFFFFF;
}
.member-nav .nav-l ul li {
  margin-left: 50px;
}
.member-nav .nav-l ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #FFFFFF;
}
.member-nav .nav-r {
  height: 80px;
}
.member-nav .nav-r .shop {
  width: 23px;
  height: 22px;
  background: url(../../images/member-head/shopping-cart.png) no-repeat center;
  position: relative;
  margin-right: 60px;
}
.member-nav .nav-r .shop a {
  display: block;
  width: 25px;
  height: 25px;
}
.member-nav .nav-r .shop .red-quan {
  width: 20px;
  height: 20px;
  background: #E51515;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  right: -17px;
  top: -4px;
  z-index: 1;
}
.member-nav .nav-r .personal {
  cursor: pointer;
  position: relative;
}
.member-nav .nav-r .personal ul {
  width: 94px;
  position: absolute;
  top: 20px;
  left: 44px;
  display: none;
  z-index: 99999999;
}
.member-nav .nav-r .personal ul li {
  width: 94px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  border-bottom: 1px solid #DCDCDC;
  background: #fff;
}
.member-nav .nav-r .personal ul li a {
  font-size: 14px;
  color: #00356B;
}
.member-nav .nav-r .personal ul li:last-child {
  border-bottom: 0;
}
.member-nav .nav-r .personal ul li:last-child a {
  color: #999;
}
.member-nav .nav-r .personal .people {
  margin-right: 20px;
}
.member-nav .nav-r .personal span {
  margin-right: 10px;
  font-size: 14px;
  color: #FFFFFF;
}
.member-nav .nav-r .personal .s-s {
  display: none;
}
.browser {
  width: 100%;
  height: 100%;
  background: url(../../images/tips/zz.png) no-repeat center;
  background-size: cover;
  position: fixed;
  left: 0;
  /*  */
  top: 0;
  z-index: 9999;
}
.browser .browser-box {
  width: 616px;
  height: 300px;
  padding: 26px;
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -308px;
  font-size: 17px;
  font-weight: 400;
  color: #666666;
}
.browser .browser-box .logo {
  width: 103px;
  height: 42px;
  display: block;
  margin: 0 auto;
  margin-bottom: 26px;
}
.browser .browser-box p {
  margin-bottom: 14px;
}
.browser .browser-box .recommend {
  padding-top: 14px;
  margin-bottom: 40px;
  line-height: 20px;
}
.browser .browser-box .recommend i {
  display: inline-block;
  width: 214px;
  height: 0px;
  border: 1px solid #707070;
}
.browser .browser-box .recommend span {
  margin: 0 20px;
}
.browser .browser-box .browser-con {
  text-align: center;
}
.browser .browser-box .browser-con a {
  display: inline-block;
  text-align: center;
  color: #666666;
  margin: 0 35px;
}
.browser .browser-box .browser-con a img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.browser .browser-box .browser-con a p {
  font-size: 12px;
}
body {
  background: #F5F5F5;
}
.section .t-size {
  font-size: 22px;
  font-weight: bold;
  color: #131414;
  margin-bottom: 20px;
  padding-left: 12px;
  padding-bottom: 12px;
  background: url(../../images/product-details/biao-bg.png) no-repeat bottom left;
}
.section .box1 {
  padding: 30px 0;
  padding-bottom: 60px;
  background: #fff;
}
.section .box1 .f-p1 {
  font-size: 22px;
  font-weight: 400;
  color: #131414;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 40px;
}
.section .box1 .f-p2 {
  font-size: 14px;
  font-weight: 400;
  color: #494C4D;
  line-height: 22px;
}
.section .box1 .b1-box {
  height: 40px;
  border-radius: 2px;
  border: 1px solid #E5E5E5;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #131414;
  padding: 0 40px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.section .box1 .b1-box .t-size1 {
  font-size: 16px;
  font-weight: 400;
  color: #131414;
  margin-left: 80px;
}
.section .box1 .l-box {
  width: 440px;
  position: relative;
}
.section .box1 .l-box .f-imgbox {
  margin-top: 15px;
}
.section .box1 .l-box .f-imgbox img {
  width: 80px;
  height: 80px;
  cursor: pointer;
  margin-right: 6px;
  border: 2px solid transparent;
}
.section .box1 .l-box .f-imgbox .f-xz {
  border: 2px solid #E59115;
}
.section .box1 .r-box {
  width: 840px;
  margin-left: 50px;
}
.section .box1 .r-box .r-p2 {
  font-size: 20px;
  font-weight: 400;
  color: #494C4D;
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  margin-top: 30px;
}
.section .box1 .r-box .r-p2 img {
  position: relative;
  top: -2px;
}
.section .box1 .r-box .r-p2 .r-span1 {
  margin-right: 60px;
}
.section .box1 .r-box .r-p1 {
  font-size: 26px;
  font-weight: bold;
  color: #131414;
  line-height: 39px;
}
.section .box1 .r-box ul li {
  width: 270px;
  height: 35px;
  color: #131414;
  font-size: 18px;
  margin-bottom: 30px;
  margin-right: 100px;
}
.section .box1 .r-box ul li span {
  display: inline-block;
  width: 90px;
}
.section .box1 .r-box ul li .t-span {
  width: 126px;
}
.section .box1 .r-box ul .r-li {
  border: 0;
  margin: 0;
}
.section .box1 .r-box ul .r-li a {
  display: inline-block;
  width: 270px;
  height: 40px;
  background: #0081D2;
  border-radius: 3px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.section .box1 .r-box ul .r-li a:hover {
  background: #2DACFC;
}
.section .box1 .r-box ul .r-li2 {
  border: 0;
  margin: 0;
}
.section .box1 .r-box ul .r-li2 a {
  display: inline-block;
  width: 270px;
  height: 40px;
  background: #E59115;
  border-radius: 3px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.section .box1 .r-box ul .r-li2 a:hover {
  background: #FFB13F;
}
.section .box2 {
  padding: 40px 0;
}
.section .box2 p {
  margin-bottom: 20px;
}
.section .box2 p span {
  font-size: 22px;
  font-weight: 600;
  color: #131414;
}
.section .box2 p a {
  font-size: 14px;
  font-weight: 400;
  color: #3A3C40;
}
.section .box2 p a:hover {
  color: #0081D2;
}
.section .box2 .b2-box .b2-b1 {
  display: inline-block;
  background: #fff;
  width: 308px;
  height: 286px;
  text-align: center;
  margin-right: 11px;
}
.section .box2 .b2-box .b2-b1 img {
  transition: all 0.2s ease;
  margin-top: 11px;
}
.section .box2 .b2-box .b2-b1:hover img {
  transform: scale(1.05);
}
.section .box2 .b2-box .b2-b1 p {
  font-size: 14px;
  font-weight: bold;
  color: #131414;
  margin-top: 15px;
  margin-bottom: 11px;
  text-align: left;
  padding-left: 11px;
}
.section .box2 .b2-box .b2-b1 .span-box {
  text-align: left;
  margin-left: 11px;
}
.section .box2 .b2-box .b2-b1 .span-box span {
  display: inline-block;
  padding: 6px 11px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #131414;
  margin-right: 16px;
}
.section .box2 .b2-box .b2-b1 .span-box span:nth-child(1) {
  background: #0081D2;
  border: 0;
  color: #fff;
}
.section .box2 .b2-box .b2-b1:nth-child(4) {
  margin: 0;
}
.section .box3 {
  margin-top: 30px;
}
.section .box3 .b3-p1 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 13px;
}
.section .box3 .b3-p1 span {
  display: block;
  width: 68px;
  height: 8px;
  background: #E55E15;
  border-radius: 4px;
}
.section .box3 .b3-b1 {
  width: 100%;
  height: 290px;
  background: url(../../images/product-details/b3-bg1.png) no-repeat center;
  margin-bottom: 29px;
}
.section .box3 .b3-b1 .box-img {
  margin-right: 12px;
}
.section .box3 .b3-b1 .b3-l {
  width: 556px;
  height: 227px;
  padding-left: 101px;
  padding-top: 41px;
  position: relative;
}
.section .box3 .b3-b1 .b3-l .b3-x-h {
  width: 169px;
  height: 1px;
  background: #E55E15;
  position: absolute;
  bottom: 61px;
  right: 54px;
}
.section .box3 .b3-b1 .b3-l .b3-l-box {
  width: 399px;
  padding: 12px;
  position: relative;
  margin-top: 8px;
  color: #fff;
  overflow: hidden;
}
.section .box3 .b3-b1 .b3-l .b3-l-box span {
  color: #E55E15;
}
.section .box3 .b3-b1 .b3-l .b3-l-box .b3-t-h {
  width: 100%;
  height: 2px;
  background: #E55E15;
  position: absolute;
  top: 0;
  left: -357px;
}
.section .box3 .b3-b1 .b3-l .b3-l-box .b3-b-h {
  width: 100%;
  height: 2px;
  background: #E55E15;
  position: absolute;
  bottom: 0;
  left: 423px;
}
.section .box3 .b3-b1 .b3-l .b3-l-box .b3-l-s {
  width: 2px;
  height: 100%;
  background: #E55E15;
  position: absolute;
  top: -63px;
  left: 0;
}
.section .box3 .b3-b1 .b3-l .b3-l-box .b3-r-s {
  width: 2px;
  height: 100%;
  background: #E55E15;
  position: absolute;
  top: 119px;
  right: 0;
}
.section .box3 .b3-b1:hover .box-img {
  transition: all 0.2s ease;
  transform: scale(1.03);
}
.section .box3 .b3-b1:hover .b3-l-box .b3-t-h {
  animation: b3th 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes b3th {
  100% {
    left: 0;
  }
}
.section .box3 .b3-b1:hover .b3-l-box .b3-b-h {
  animation: b3bh 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes b3bh {
  100% {
    left: 0;
  }
}
.section .box3 .b3-b1:hover .b3-l-box .b3-l-s {
  animation: b3ls 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes b3ls {
  100% {
    top: 0;
  }
}
.section .box3 .b3-b1:hover .b3-l-box .b3-r-s {
  animation: b3rs 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes b3rs {
  100% {
    top: 0;
  }
}
.section .box3 .b3-b2 {
  width: 100%;
  height: 290px;
  background: url(../../images/product-details/b3-bg2.png) no-repeat center;
  margin-bottom: 29px;
}
.section .box3 .b3-b2 .box-img1 {
  margin-left: 12px;
}
.section .box3 .b3-b2 .b3-l1 {
  width: 499px;
  height: 248px;
  padding-top: 21px;
  padding-left: 158px;
  position: relative;
}
.section .box3 .b3-b2 .b3-l1 .b3-x-h {
  width: 169px;
  height: 1px;
  background: #E55E15;
  position: absolute;
  bottom: 25px;
  left: 64px;
}
.section .box3 .b3-b2 .b3-l1 .b3-l-box {
  width: 399px;
  padding: 12px;
  position: relative;
  margin-top: 8px;
  color: #fff;
  overflow: hidden;
}
.section .box3 .b3-b2 .b3-l1 .b3-l-box span {
  color: #E55E15;
}
.section .box3 .b3-b2 .b3-l1 .b3-l-box .b3-t-h {
  width: 100%;
  height: 2px;
  background: #E55E15;
  position: absolute;
  top: 0;
  left: -357px;
}
.section .box3 .b3-b2 .b3-l1 .b3-l-box .b3-b-h {
  width: 100%;
  height: 2px;
  background: #E55E15;
  position: absolute;
  bottom: 0;
  left: 423px;
}
.section .box3 .b3-b2 .b3-l1 .b3-l-box .b3-l-s {
  width: 2px;
  height: 100%;
  background: #E55E15;
  position: absolute;
  top: -118px;
  left: 0;
}
.section .box3 .b3-b2 .b3-l1 .b3-l-box .b3-r-s {
  width: 2px;
  height: 100%;
  background: #E55E15;
  position: absolute;
  top: 176px;
  right: 0;
}
.section .box3 .b3-b2:hover .box-img1 {
  transition: all 0.2s ease;
  transform: scale(1.03);
}
.section .box3 .b3-b2:hover .b3-l-box .b3-t-h {
  animation: b3th 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes b3th {
  100% {
    left: 0;
  }
}
.section .box3 .b3-b2:hover .b3-l-box .b3-b-h {
  animation: b3bh 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes b3bh {
  100% {
    left: 0;
  }
}
.section .box3 .b3-b2:hover .b3-l-box .b3-l-s {
  animation: b3ls 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes b3ls {
  100% {
    top: 0;
  }
}
.section .box3 .b3-b2:hover .b3-l-box .b3-r-s {
  animation: b3rs 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes b3rs {
  100% {
    top: 0;
  }
}
.section .box3 .b3-b3 {
  width: 100%;
  height: 290px;
  background: url(../../images/product-details/b3-bg3.png) no-repeat center;
  margin-bottom: 29px;
}
.section .box3 .b3-b3 .box-img {
  margin-right: 12px;
}
.section .box3 .b3-b3 .b3-l2 {
  width: 556px;
  height: 227px;
  padding-left: 101px;
  padding-top: 41px;
  position: relative;
}
.section .box3 .b3-b3 .b3-l2 .b3-x-h {
  width: 169px;
  height: 1px;
  background: #E55E15;
  position: absolute;
  bottom: 81px;
  right: 54px;
}
.section .box3 .b3-b3 .b3-l2 .b3-l-box {
  width: 399px;
  padding: 12px;
  position: relative;
  margin-top: 8px;
  color: #fff;
  overflow: hidden;
}
.section .box3 .b3-b3 .b3-l2 .b3-l-box span {
  color: #E55E15;
}
.section .box3 .b3-b3 .b3-l2 .b3-l-box .b3-t-h {
  width: 100%;
  height: 2px;
  background: #E55E15;
  position: absolute;
  top: 0;
  left: -357px;
}
.section .box3 .b3-b3 .b3-l2 .b3-l-box .b3-b-h {
  width: 100%;
  height: 2px;
  background: #E55E15;
  position: absolute;
  bottom: 0;
  left: 423px;
}
.section .box3 .b3-b3 .b3-l2 .b3-l-box .b3-l-s {
  width: 2px;
  height: 100%;
  background: #E55E15;
  position: absolute;
  top: -43px;
  left: 0;
}
.section .box3 .b3-b3 .b3-l2 .b3-l-box .b3-r-s {
  width: 2px;
  height: 100%;
  background: #E55E15;
  position: absolute;
  top: 119px;
  right: 0;
}
.section .box3 .b3-b3 .b3-l2 .b3-l-box .b3-x-h {
  width: 169px;
  height: 1px;
  background: #E55E15;
  position: absolute;
  bottom: 12px;
  right: -110px;
}
.section .box3 .b3-b3:hover .box-img {
  transition: all 0.2s ease;
  transform: scale(1.03);
}
.section .box3 .b3-b3:hover .b3-l-box .b3-t-h {
  animation: b3th 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes b3th {
  100% {
    left: 0;
  }
}
.section .box3 .b3-b3:hover .b3-l-box .b3-b-h {
  animation: b3bh 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes b3bh {
  100% {
    left: 0;
  }
}
.section .box3 .b3-b3:hover .b3-l-box .b3-l-s {
  animation: b3ls 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes b3ls {
  100% {
    top: 0;
  }
}
.section .box3 .b3-b3:hover .b3-l-box .b3-r-s {
  animation: b3rs 0.5s linear;
  animation-fill-mode: forwards;
}
@keyframes b3rs {
  100% {
    top: 0;
  }
}
.section .box4 .b4-box1 {
  width: 618px;
  height: 244px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  padding: 6px;
}
.section .box4 .b4-box1 .b4-con {
  width: 100%;
  height: 100%;
  background: url(../../images/product-details/b4-bg1.png) no-repeat center;
  position: relative;
  overflow: hidden;
}
.section .box4 .b4-box1 .b4-con .b4-z {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.section .box4 .b4-box1 .b4-con .b4-p1 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding-top: 59px;
}
.section .box4 .b4-box1 .b4-con .b4-p2 {
  position: absolute;
  left: 50%;
  margin-left: -215px;
  bottom: -102px;
  width: 431px;
  height: 102px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.section .box4 .b4-box1 .b4-con:hover .b4-z {
  display: block;
}
.section .box4 .b4-box1 .b4-con:hover .b4-p2 {
  animation: myfirst1 0.3s linear;
  animation-fill-mode: forwards;
}
@keyframes myfirst1 {
  100% {
    bottom: 72px;
  }
}
.section .box4 .b4-box1 .b4-con:hover .b4-p1 {
  display: none;
}
.section .box4 .b4-box2 {
  width: 618px;
  height: 244px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  padding: 6px;
}
.section .box4 .b4-box2 .b4-con {
  width: 100%;
  height: 100%;
  background: url(../../images/product-details/b4-bg2.png) no-repeat center;
  position: relative;
  overflow: hidden;
}
.section .box4 .b4-box2 .b4-con .b4-z {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.section .box4 .b4-box2 .b4-con .b4-p1 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding-top: 59px;
}
.section .box4 .b4-box2 .b4-con .b4-p2 {
  width: 480px;
  height: 73px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  position: absolute;
  bottom: -73px;
  left: 50%;
  margin-left: -240px;
}
.section .box4 .b4-box2 .b4-con .b4-img {
  width: 480px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -240px;
}
.section .box4 .b4-box2 .b4-con:hover .b4-z {
  display: block;
}
.section .box4 .b4-box2 .b4-con:hover .b4-p2 {
  animation: myfirst2 0.3s linear;
  animation-fill-mode: forwards;
}
@keyframes myfirst2 {
  100% {
    bottom: 101px;
  }
}
.section .box4 .b4-box2 .b4-con:hover .b4-img {
  display: none;
}
.section .box4 .b4-box2 .b4-con:hover .b4-p1 {
  display: none;
}
#bigimg {
  position: absolute;
  display: none;
  overflow: hidden;
  height: 440px;
  width: 440px;
  left: 110%;
  top: 0;
  z-index: 999;
}
#smalldiv {
  position: absolute;
  display: none;
}
