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;
}
.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;
}
.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-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.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;
}
.mr24 {
  margin-right: 24px;
}
.mr26 {
  margin-right: 26px;
}
.mr20 {
  margin-right: 20px;
}
.ml56 {
  margin-left: 56px;
}
.mb20 {
  margin-bottom: 20px;
}
.pcb-head {
  width: 100%;
  height: 70px;
}
.pcb-head .pcb-head-wrap {
  height: 100%;
}
.pcb-head .pcb-head-wrap .l {
  height: 100%;
}
.pcb-head .pcb-head-wrap .l .t1 {
  font-size: 13px;
  color: #5c5f66;
  font-weight: 600;
  margin-left: 20px;
}
.pcb-head .pcb-head-wrap .r {
  height: 100%;
}
.pcb-head .pcb-head-wrap .r .t1 em {
  font-size: 12px;
  color: #959ba6;
}
.pcb-head .pcb-head-wrap .r .t1 .iconfont {
  color: #0081d2;
  font-size: 20px;
  cursor: pointer;
}
.pcb-head .pcb-head-wrap .r .t1 span {
  font-size: 12px;
  color: #737780;
}
.pcb-head .pcb-head-wrap .r .t2 em {
  font-size: 12px;
  color: #959ba6;
}
.pcb-head .pcb-head-wrap .r .t2 span {
  font-size: 12px;
  color: #5c5f66;
  font-weight: bold;
}
.pcb-footer {
  padding: 30px 0;
  border-top: 1px solid #E6EAF2;
}
.pcb-footer .pcb-footer-top .l ul {
  border-right: 1px dashed #E6EAF2;
  padding-right: 86px;
}
.pcb-footer .pcb-footer-top .l ul li {
  float: left;
  margin-right: 90px;
}
.pcb-footer .pcb-footer-top .l ul li a {
  margin-bottom: 10px;
  font-size: 14px;
  color: #5c5f66;
  display: block;
}
.pcb-footer .pcb-footer-top .l ul li a:hover {
  color: #0081d2;
}
.pcb-footer .pcb-footer-top .l ul li a:first-child {
  margin-bottom: 12px;
  color: #3a3c40;
  font-weight: bold;
}
.pcb-footer .pcb-footer-top .l ul li:last-child {
  margin-right: 0;
}
.pcb-footer .pcb-footer-top .r {
  padding-left: 60px;
}
.pcb-footer .pcb-footer-top .r .t1 {
  font-size: 14px;
  color: #5c5f66;
  margin-bottom: 3px;
}
.pcb-footer .pcb-footer-top .r .t2 {
  font-size: 20px;
  color: #3a3c40;
  font-weight: bold;
  margin-bottom: 20px;
}
.pcb-footer .pcb-footer-top .r .t3 {
  font-size: 14px;
  color: #5c5f66;
  margin-bottom: 4px;
}
.pcb-footer .pcb-footer-top .r .t4 {
  font-size: 14px;
  color: #5c5f66;
}
.pcb-footer .pcb-footer-top .r .code-pic {
  padding-left: 47px;
}
.pcb-footer .pcb-footer-top .r .code-pic img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}
.pcb-footer .pcb-footer-top .r .code-pic p {
  font-size: 12px;
  color: #959ba6;
  text-align: center;
}
.pcb-footer .pcb-footer-bottom {
  border-top: 1px solid #E6EAF2;
  padding-top: 20px;
  margin-top: 10px;
}
.pcb-footer .pcb-footer-bottom .l .text {
  width: 504px;
  margin-right: 97px;
}
.pcb-footer .pcb-footer-bottom .l .text p {
  font-size: 12px;
  color: #959ba6;
}
.pcb-footer .pcb-footer-bottom .l .text p.t1 {
  margin-bottom: 8px;
}
.pcb-footer .pcb-footer-bottom .l .pic p {
  font-size: 12px;
  color: #959ba6;
  margin-bottom: 12px;
}
.pcb-footer .pcb-footer-bottom .l .pic img {
  width: 120px;
  height: 40px;
  margin-right: 20px;
}
.pcb-footer .pcb-footer-bottom .r p {
  font-size: 12px;
  color: #959ba6;
}
.pcb-footer .pcb-footer-bottom .r .pic img {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
.sldie-bar {
  position: fixed;
  right: 5px;
  top: 50%;
  width: 60px;
  z-index: 999;
  margin-top: -100px;
  display: block !important;
}
.sldie-bar dl {
  width: 60px;
  height: 150px;
  background-color: #0081D2;
}
.sldie-bar dl dd {
  width: 60px;
  height: 55px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 2px 24px 0px rgba(230, 234, 242, 0.5);
}
.sldie-bar dl dd a {
  height: 50px;
  display: block;
  text-align: center;
}
.sldie-bar dl dd a.phone-a {
  position: relative;
}
.sldie-bar dl dd a.phone-a:hover .phone-div {
  display: block;
}
.sldie-bar dl dd a.phone-a .phone-div {
  text-align: left;
  position: absolute;
  height: 80px;
  width: 150px;
  box-shadow: 0px 2px 24px 0px rgba(230, 234, 242, 0.5);
  background-color: #fff;
  z-index: 99;
  padding: 8px 0;
  box-sizing: border-box;
  top: 0;
  left: -150px;
  display: none;
}
.sldie-bar dl dd a.phone-a .phone-div .item {
  padding: 12px 0 0 20px;
}
.sldie-bar dl dd a.phone-a .phone-div .item h3 {
  font-size: 12px;
  color: #959BA6;
}
.sldie-bar dl dd a.phone-a .phone-div .item p {
  font-size: 14px;
  color: #3A3C40;
  padding-top: 4px;
  float: left;
}
.sldie-bar dl dd a.phone-a .phone-div .item .item-textbox {
  width: 32px;
  height: 16px;
  font-size: 12px;
  color: #959BA6;
  line-height: 15px;
  text-align: center;
  background-color: #f2f5fc;
  float: left;
  margin-top: 5px;
  margin-left: 2px;
  border: 1px solid #c6cad1;
  border-radius: 3px;
}
.sldie-bar dl dd a.phone-a .telbox {
  height: 100px;
}
.sldie-bar dl dd a.ewm-a {
  position: relative;
}
.sldie-bar dl dd a.ewm-a:hover .ewm-div {
  display: block;
}
.sldie-bar dl dd a.ewm-a .ewm-div {
  position: absolute;
  height: 180px;
  width: 150px;
  box-shadow: 0px 2px 24px 0px rgba(230, 234, 242, 0.5);
  background-color: #fff;
  z-index: 99;
  top: 0;
  left: -150px;
  display: none;
  box-sizing: border-box;
  padding-top: 20px;
}
.sldie-bar dl dd a.ewm-a .ewm-div img {
  width: 120px;
  height: 120px;
}
.sldie-bar dl dd a.ewm-a .ewm-div p {
  font-size: 12px;
  color: #959BA6;
  margin-top: 8px;
}
.sldie-bar dl dd a .icon {
  height: 40px;
  width: 40px;
  margin: 5px 4px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sldie-bar dl dd a .icon.car-icon {
  background-image: url('../../images/common/slide1.png');
}
.sldie-bar dl dd a .icon.message-icon {
  background-image: url('../../images/common/slide2.png');
}
.sldie-bar dl dd a .icon.jsq-icon {
  background-image: url('../../images/common/slide3.png');
}
.sldie-bar dl dd a .icon.ewm-icon {
  background-image: url('../../images/common/slide5.png');
}
.sldie-bar dl dd a .icon.edit-icon {
  background-image: url('../../images/common/slide4.png');
}
.sldie-bar dl dd a .icon-text {
  position: relative;
  font-size: 12px;
  color: #94a0b9;
  top: -10px;
}
.sldie-bar dl dd a .circle {
  position: absolute;
  right: 0;
  top: -4px;
  min-width: 10px;
  height: 16px;
  background: #f01437;
  border-radius: 8px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  padding: 0 3px;
  z-index: 99;
}
.sldie-bar dl dt {
  width: 60px;
  height: 53px;
  margin-top: 10px;
  background: #fff;
}
.sldie-bar dl dt a {
  height: 53px;
  display: block;
  text-align: center;
  line-height: 48px;
  box-shadow: 0px 2px 24px 0px rgba(230, 234, 242, 0.5);
}
.sldie-bar dl dt a img {
  width: 40px;
  height: 40px;
}
.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: #0081D2;
  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 .shopping-con {
  position: relative;
}
.p-head .box .r .shopping-con:hover .txshow-tips {
  display: block;
}
.p-head .box .r .shopping-con .car-ico {
  position: relative;
  margin-right: 20px;
  height: 68px;
  line-height: 68px;
  cursor: pointer;
}
.p-head .box .r .shopping-con .car-ico span {
  position: absolute;
  top: 13px;
  left: 0;
  right: -18px;
  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 .shopping-con .car-ico .iconfont {
  font-size: 28px;
  color: #0081D2;
}
.p-head .box .r .shopping-con .txshow-tips {
  position: absolute;
  width: 330px;
  max-height: 360px;
  z-index: 99999;
  left: -280px;
  top: 48px;
  display: none;
}
.p-head .box .r .shopping-con .txshow-tips .top {
  height: 20px;
  position: relative;
}
.p-head .box .r .shopping-con .txshow-tips .top .san {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 14px;
  right: 30px;
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.16);
  transform: rotate(45deg);
}
.p-head .box .r .shopping-con .txshow-tips .con {
  max-height: 340px;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.p-head .box .r .shopping-con .txshow-tips .con .s {
  display: block;
  height: 4px;
  width: 13px;
  position: absolute;
  top: -2px;
  right: 28px;
  background: #fcfcfc;
  opacity: 0.5;
  border-radius: 50%;
}
.p-head .box .r .shopping-con .txshow-tips .con .box {
  max-height: 299px;
  background: #FFFFFF;
  padding: 0 10px;
  overflow-y: auto;
  padding-bottom: 40px;
  /*滚动条样式*/
}
.p-head .box .r .shopping-con .txshow-tips .con .box::-webkit-scrollbar {
  width: 4px;
  /*height: 4px;*/
}
.p-head .box .r .shopping-con .txshow-tips .con .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.p-head .box .r .shopping-con .txshow-tips .con .box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #707070;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li:hover .pcbText {
  color: #0081D2;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li p {
  width: 230px;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li:last-child {
  border-bottom: 0;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li .typeImg {
  height: 60px;
  width: 60px;
  margin-right: 20px;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li .pcbText {
  font-size: 12px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 17px;
  color: #333333;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li .pcbText .moneyRed {
  color: #E51515;
  font-weight: bold;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li .pcbText a {
  font-weight: 400;
}
.p-head .box .r .shopping-con .txshow-tips .con .btom {
  width: 308px;
  height: 40px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 17px;
  color: #333333;
  padding: 0 10px;
}
.p-head .box .r .shopping-con .txshow-tips .con .btom a {
  color: #0081D2;
}
.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: #0081D2;
  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 .icon-yonghu-01 {
  font-size: 28px;
  color: #0081D2;
}
.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: #0081d2;
}
.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;
}
.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: inline-block;
  padding: 0 25px;
  color: #FFFFFF;
}
.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;
  z-index: 9;
  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;
  z-index: 9;
  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: 10px;
}
.p-footer .box .copyright .i6 {
  width: 39px;
  height: 35px;
  background: url("../../images/p-footer/iso.png") no-repeat center;
  background-size: cover;
  margin-right: 13px;
}
.p-footer .box .copyright .i7 {
  width: 35px;
  height: 35px;
  background: url("../../images/p-footer/ul.png") no-repeat center;
  background-size: cover;
  margin-right: 13px;
}
.p-footer .box .copyright .i8 {
  width: 38px;
  height: 35px;
  background: url("../../images/p-footer/SGS.png") no-repeat center;
  background-size: cover;
  margin-right: 13px;
}
.p-footer .box .copyright .i9 {
  width: 38px;
  height: 35px;
  background: url("../../images/p-footer/IATF.png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .foo-t {
  margin: 0 60px;
}
.p-footer .box .copyright .i1 {
  width: 97px;
  height: 35px;
  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: 35px;
  background: url("../../images/p-footer/a (2).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .i3 {
  width: 97px;
  height: 35px;
  margin-right: 20px;
  background: url("../../images/p-footer/a (3).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .i4 {
  width: 130px;
  height: 35px;
  margin-right: 20px;
  background: url("../../images/p-footer/a (5).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .i5 {
  width: 142px;
  height: 35px;
  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;
  text-align: center;
}
.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;
}
.home {
  height: 48px;
  background: #0081D2;
}
.home .nav-wrap {
  height: 48px;
}
.home .nav-wrap .nav li {
  position: relative;
  float: left;
  height: 48px;
  line-height: 48px;
  margin-right: 40px;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.home .nav-wrap .nav li.curr:after {
  position: absolute;
  left: 0;
  bottom: 1px;
  background: #FFFFFF;
  width: 100%;
  height: 3px;
  content: '';
}
.home .nav-wrap .nav li a.xb {
  position: absolute;
  left: 41px;
  top: -5px;
  width: 50px;
  height: 20px;
  background: url('../../images/home/yu.png') no-repeat center;
  background-size: cover;
}
.home .nav-wrap .nav li a.link {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
}
.home .nav-wrap .nav li .iconzujiantubiaojiantou1 {
  font-size: 14px;
  color: #FFFFFF;
}
.home .nav-wrap .nav li dl {
  position: absolute;
  bottom: -74px;
  width: 100%;
  left: 0;
  background: #0081D2;
  z-index: 99999999;
  display: none;
}
.home .nav-wrap .nav li dl dd {
  text-align: center;
  height: 37px;
  line-height: 37px;
  transition: all 0.2s ease;
}
.home .nav-wrap .nav li dl dd:hover {
  background: #0090EB;
}
.home .nav-wrap .nav li dl dd a {
  font-size: 14px;
  color: #ffffff;
}
.home .nav-wrap .nav li.curr a,
.home .nav-wrap .nav li:hover a {
  color: #FFFFFF;
}
.home .nav-wrap .nav li:hover:after {
  position: absolute;
  left: 0;
  bottom: 1px;
  background: #FFFFFF;
  width: 100%;
  height: 3px;
  content: '';
}
.home .nav-wrap .nav li:hover dl {
  display: block;
}
.home .nav-wrap .login-bar {
  height: 100%;
  white-space: nowrap;
}
.home .nav-wrap .login-bar .logged {
  height: 100%;
  padding: 0 20px;
  vertical-align: top;
}
.home .nav-wrap .login-bar .logged a:hover {
  color: #0090eb;
}
.home .nav-wrap .login-bar .logged .lg .iconfont {
  font-size: 20px;
  color: #ffffff;
}
.home .nav-wrap .login-bar .logged .lg span {
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
}
.home .nav-wrap .login-bar .logged .line {
  width: 1px;
  height: 14px;
  background: #E6EAF2;
  color: #e6eaf2;
  margin: 0 5px 0 5px;
}
.home .nav-wrap .login-bar .logged .rg {
  font-size: 14px;
  color: #ffffff;
}
.home .nav-wrap .login-bar .logged .car {
  margin-left: 30px;
}
.home .nav-wrap .login-bar .logged .car .iconfont {
  font-size: 20px;
  color: #ffffff;
}
.home .nav-wrap .login-bar .logged .car span {
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
  margin-right: 6px;
}
.home .nav-wrap .login-bar .logged .car .circle {
  min-width: 10px;
  height: 16px;
  background: #E82121;
  border-radius: 8px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  padding: 0 3px;
}
.home .nav-wrap .login-bar .logged-in {
  height: 100%;
  vertical-align: top;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar {
  position: relative;
  text-align: center;
  cursor: pointer;
  height: 100%;
  padding: 0 10px;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar ul {
  position: absolute;
  bottom: -74px;
  width: 100%;
  left: 0;
  background: #0081D2;
  z-index: 99999999;
  display: none;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar ul li {
  height: 37px;
  line-height: 37px;
  transition: all 0.2s ease;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar ul li:hover {
  background: #0090EB;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar ul li a {
  font-size: 14px;
  color: #ffffff;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar .iconzujiantubiaojiantou9 {
  font-size: 20px;
  color: #FFFFFF;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar .iconzujiantubiaojiantou1 {
  font-size: 14px;
  color: #FFFFFF;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar .tel {
  font-weight: bold;
  padding: 0 5px;
  font-size: 14px;
  color: #ffffff;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar:hover {
  background: #0090EB;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar:hover ul {
  display: block;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar:hover .iconzujiantubiaojiantou1:before {
  content: "\e628";
}
.home .nav-wrap .login-bar .logged-in .car {
  height: 100%;
  padding: 0 10px;
}
.home .nav-wrap .login-bar .logged-in .car .iconfont {
  font-size: 20px;
  color: #ffffff;
}
.home .nav-wrap .login-bar .logged-in .car span {
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
  margin-right: 6px;
}
.home .nav-wrap .login-bar .logged-in .car .circle {
  min-width: 10px;
  height: 16px;
  background: #E82121;
  border-radius: 8px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  padding: 0 3px;
}
.home .nav-wrap .login-bar .logged-in .car:hover {
  background: #0090EB;
}
.layui-layer-setwin {
  right: 36px !important;
  top: 19px !important;
}
.layui-layer-title {
  font-size: 13px !important;
  font-weight: bold !important;
  background: #ffffff !important;
  height: auto !important;
  line-height: 21px !important;
  padding: 10px 0 15px 0 !important;
  margin: 0 30px;
}
.layui-layer-title span {
  position: relative;
  display: inline-block;
}
.layui-layer-title span:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  text-align: center;
  width: 100%;
  height: 5px;
  background: #0081D2;
  content: "";
  display: inline-block;
}
.layui-layer-page .layui-layer-content {
  height: auto;
  overflow: hidden;
}
.login-layer {
  padding: 30px 60px 40px 60px;
}
.login-layer .cypbb {
  display: none;
}
.login-layer .inpt {
  position: relative;
  margin-bottom: 20px;
  white-space: nowrap;
}
.login-layer .inpt .iconfont {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 30px;
  color: #e6eaf2;
  margin-top: -17px;
}
.login-layer .inpt .imgCode {
  width: 164px;
  height: 60px;
  text-align: right;
}
.login-layer .inpt .imgCode img {
  width: 120px;
  height: 60px;
}
.login-layer .inpt .inp {
  width: 320px;
  height: 58px;
  line-height: 58px;
  background: #f7f9fc;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  padding-left: 60px;
  transition: all 0.4s ease;
}
.login-layer .inpt .inp:focus {
  border: 1px solid #0081d2;
  background: #ffffff;
}
.login-layer .inpt .inp::-webkit-input-placeholder {
  color: #959ba6;
}
.login-layer .inpt .button-class {
  font-size: 14px;
  color: #0081d2;
  position: absolute;
  right: 21px;
  top: 21px;
  font-weight: bold;
  background: none;
}
.login-layer .inpt.error .iconfont {
  color: #e82121;
}
.login-layer .inpt.error .inp {
  border: 1px solid #e82121;
  color: #e82121;
}
.login-layer .inpt.status .iconfont {
  color: #0081d2;
}
.login-layer .btn {
  margin-top: 20px;
}
.login-layer .btn a {
  width: 380px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #0081D2;
  border-radius: 2px;
  display: block;
  font-size: 18px;
  color: #ffffff;
}
.login-layer .login-bar {
  padding-top: 30px;
}
.login-layer .login-bar .l .circle {
  width: 12px;
  height: 12px;
  padding: 3px;
  border-radius: 18px;
  border: 1px solid #C2C7CC;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.login-layer .login-bar .l .circle.act {
  border-color: #0081D2;
}
.login-layer .login-bar .l .circle.act i {
  display: block;
  width: 12px;
  height: 12px;
  background: #0081D2;
  border-radius: 12px;
}
.login-layer .login-bar .l .txt {
  font-size: 14px;
  color: #959ba6;
  margin-left: 6px;
}
.login-layer .login-bar .r a {
  font-size: 14px;
  color: #0081d2;
}
.login-layer .other-login {
  margin-top: 60px;
  text-align: center;
}
.login-layer .other-login .t1 {
  position: relative;
  font-size: 14px;
  color: #5c5f66;
}
.login-layer .other-login .t1:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 117px;
  height: 1px;
  color: #e6eaf2;
  background: #E6EAF2;
  content: '';
}
.login-layer .other-login .t1:after {
  position: absolute;
  right: 0;
  top: 11px;
  width: 117px;
  height: 1px;
  color: #e6eaf2;
  background: #E6EAF2;
  content: '';
}
.login-layer .other-login .icon-wrap {
  margin-top: 24px;
}
.login-layer .other-login .icon-wrap li {
  background: #E6EAF2;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.login-layer .other-login .icon-wrap li:hover {
  background: #0081D2;
}
.login-layer .other-login .icon-wrap li .iconfont {
  font-size: 30px;
  color: #FFFFFF;
}
.login-layer .code-login {
  cursor: pointer;
}
.login-layer .code-login .pull-left {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url("../../images/home/code2.jpg") no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.login-layer .code-login .pull-lefts {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url("../../images/home/code1.jpg") no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.login-layer .onRegister2 .wrp_code {
  border: 1px solid #E2E2E2;
  width: 198px;
  height: 198px;
  margin: 0 auto;
}
.login-layer .onRegister2 .wrp_code .qrcode {
  width: 198px;
  height: 198px;
}
.login-layer .onRegister2 .info {
  margin-top: 15px;
}
.login-layer .onRegister2 .info .t1 {
  text-align: center;
  color: #373737;
  font-size: 13px;
}
.login-layer .onRegister2 .text-center {
  margin-top: 20px;
  text-align: center;
}
.login-layer .onRegister2 .text-center .t1 {
  font-size: 14px;
  color: #0081d2;
  margin-right: 20px;
}
.login-layer .onRegister2 .text-center .t1:hover {
  text-decoration: underline;
}
.login-layer .onRegister2 .text-center .t2 {
  font-size: 14px;
  color: #0081d2;
}
.login-layer .onRegister2 .text-center .t2:hover {
  text-decoration: underline;
}
.login-layer .tab-box {
  text-align: center;
  margin-bottom: 26px;
  padding-bottom: 14px;
}
.login-layer .tab-box span {
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 20px;
  color: #959ba6;
  cursor: pointer;
}
.login-layer .tab-box span.curr {
  color: #3a3c40;
  font-weight: bold;
}
.login-layer .tab-box span.curr::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 5px;
  width: 80px;
  background: #0081D2;
  content: '';
  z-index: 11;
  margin: 0 auto;
}
.website-tip {
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 224, 178, 0.5);
}
.website-tip .tip-wrap {
  position: relative;
}
.website-tip .tip-wrap span {
  font-size: 14px;
  color: #e89721;
}
.website-tip .tip-wrap .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: #e89721;
  cursor: pointer;
}
.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/common/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/common/ico.png") no-repeat 0 0;
}
.selects-qty dl dd.curr .arr {
  width: 14px;
  height: 13px;
  background: url("../../images/common/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: #1080d0;
  color: #fefefe;
  margin-right: 10px;
}
.selects-qty .wrap .btn a.canel {
  background-color: #f3f3f3;
  color: #666666;
}
.pcb-ad .indexRightAd {
  position: fixed;
  width: 140px;
  height: 254px;
  bottom: 54px;
  z-index: 101;
}
.pcb-ad .indexRightAd img {
  width: 140px;
  height: 254px;
}
.pcb-ad .indexRightAd.none {
  left: -150px;
}
.pcb-ad .indexRightAd.show {
  left: 10px;
}
.pcb-ad .fast-key {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 120px;
  background: #0860BF;
  z-index: 999;
}
.pcb-ad .fast-key.none {
  display: none;
}
.pcb-ad .fast-key.show {
  display: block;
}
.pcb-ad .fast-key .fast-key-wrap .l {
  position: relative;
  height: 120px;
  white-space: nowrap;
}
.pcb-ad .fast-key .fast-key-wrap .l .pic {
  position: absolute;
  top: -46px;
  left: 0;
  width: 162px;
  height: 146px;
  background: url("../../images/registerPage/b.png") no-repeat center;
  background-size: cover;
}
.pcb-ad .fast-key .fast-key-wrap .l .text {
  margin-left: 191px;
}
.pcb-ad .fast-key .fast-key-wrap .l .text .t1 {
  font-size: 20px;
  color: #f7f9fc;
}
.pcb-ad .fast-key .fast-key-wrap .l .text .t2 {
  font-size: 30px;
  color: #f7f9fc;
  font-weight: bold;
}
.pcb-ad .fast-key .fast-key-wrap .l .text .t2 em {
  font-size: 30px;
  color: #e0c629;
  font-weight: bold;
}
.pcb-ad .fast-key .fast-key-wrap .r {
  position: relative;
  height: 120px;
  white-space: nowrap;
}
.pcb-ad .fast-key .fast-key-wrap .r .iconzujiantubiaojiantou10 {
  position: absolute;
  right: -46px;
  top: 10px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
.pcb-ad .fast-key .fast-key-wrap .r .input-wrap {
  width: 360px;
  height: 48px;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #ffffff;
}
.pcb-ad .fast-key .fast-key-wrap .r .input-wrap .iconfont {
  font-size: 30px;
  color: #BBC1CC;
  margin-left: 16px;
  margin-right: 16px;
}
.pcb-ad .fast-key .fast-key-wrap .r .input-wrap input {
  font-size: 14px;
  height: 100%;
  vertical-align: middle;
}
.pcb-ad .fast-key .fast-key-wrap .r .input-wrap input::-webkit-input-placeholder {
  color: #959ba6;
}
.pcb-ad .fast-key .fast-key-wrap .r .btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #e89721;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 20px;
}
.pcb-ad-tx {
  position: fixed;
  width: 140px;
  height: 254px;
  bottom: 54px;
  z-index: 101;
}
.pcb-ad-tx .cha {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.pcb-ad-tx .indexRightAd img {
  width: 140px;
  height: 254px;
}
.pcb-ad-tx .indexRightAd.none {
  left: -150px;
}
.pcb-ad-tx .indexRightAd.show {
  left: 10px;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #0081D2 !important;
  background-color: #0081D2 !important;
}
#nc_1_wrapper {
  width: 100% !important;
}
.nc-container .nc_scale .nc_ok,
.nc-container .nc_scale .nc_bg {
  background: #0081D2 !important;
}
.nc-container .nc_scale .btn_ok {
  color: #0081D2 !important;
}
.layui-layer-title em {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
}
.layui-layer-title em.curr:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  text-align: center;
  width: 100%;
  height: 5px;
  background: #0081D2;
  content: "";
  display: inline-block;
}
.paymentSetting-layer {
  padding: 20px;
}
.paymentSetting-layer .inpt-wrap {
  margin-bottom: 20px;
  white-space: nowrap;
}
.paymentSetting-layer .inpt-wrap .code-wrap {
  position: relative;
}
.paymentSetting-layer .inpt-wrap .code-wrap .code {
  position: absolute;
  right: 10px;
  top: 16px;
  background: none;
  font-size: 14px;
  color: #0081d2;
}
.paymentSetting-layer .inpt-wrap .code-wrap .code.btnDisabled {
  color: #CCCCCC;
}
.paymentSetting-layer .inpt-wrap .code-wrap .inp0 {
  width: 298px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  background: #F7F9FC;
  text-indent: 1em;
}
.paymentSetting-layer .inpt-wrap .code-wrap .inp0:focus {
  background: #ffffff;
}
.paymentSetting-layer .inpt-wrap label {
  width: 96px;
  font-size: 14px;
  color: #5c5f66;
  text-align: right;
  margin-right: 22px;
}
.paymentSetting-layer .inpt-wrap .inp1 {
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  text-indent: 1em;
  background: #F7F9FC;
}
.paymentSetting-layer .inpt-wrap .inp1:focus {
  background: #ffffff;
}
.paymentSetting-layer .inpt-wrap .inp2 {
  height: 54px;
  background: #F7F9FC;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  margin-right: 8px;
  font-size: 16px;
  color: #3a3c40;
  line-height: 54px;
  text-align: center;
}
.paymentSetting-layer .inpt-wrap .inp2:focus {
  background: #ffffff;
}
.paymentSetting-layer .inpt-wrap .w2 {
  width: 54px;
}
.paymentSetting-layer .inpt-wrap .w3 {
  width: 198px;
}
.paymentSetting-layer .inpt-wrap .imgCode {
  width: 76px;
  height: 50px;
}
.paymentSetting-layer .inpt-wrap .imgCode img {
  width: 76px;
  height: 50px;
}
.paymentSetting-layer .inpt-wrap .t1 {
  font-size: 16px;
  color: #3a3c40;
  font-weight: bold;
}
.paymentSetting-layer .inpt-wrap .t2 {
  margin-top: 10px;
  font-size: 12px;
  color: #5c5f66;
}
.paymentSetting-layer .inpt-wrap .t3 {
  font-size: 12px;
  color: #0081d2;
  margin-left: 10px;
  cursor: pointer;
}
.paymentSetting-layer .btn {
  margin-top: 40px;
  margin-left: 121px;
}
.paymentSetting-layer .btn a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0081D2;
  border-radius: 2px;
  display: block;
  color: #ffffff;
  font-size: 14px;
}
.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;
}
.home-section .banner-box {
  position: relative;
}
.home-section .banner-box .banner {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  z-index: 2;
}
.home-section .banner-box .banner .bd {
  height: 480px;
}
.home-section .banner-box .banner .bd ul {
  height: 480px;
}
.home-section .banner-box .banner .bd ul li {
  width: 100%;
  height: 480px;
}
.home-section .banner-box .banner .bd ul li a {
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.home-section .banner-box .banner .hd {
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  text-align: center;
}
.home-section .banner-box .banner .hd li {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #FFFFFF;
  cursor: pointer;
  margin-right: 4px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.home-section .banner-box .banner .hd li.on {
  background-color: #0081D2;
}
.home-section .banner-box .home-pcb {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 1180px;
  height: 295px;
  margin: 0 auto;
}
.home-section .banner-box .home-pcb .home-pcb-box {
  background: #FFFFFF;
  width: 480px;
  height: 295px;
  border-radius: 2px;
  position: relative;
  z-index: 3;
}
.home-section .banner-box .home-pcb .home-pcb-box .tab {
  height: 39px;
  background: #f7f9fc;
  border-radius: 2px 0px 0px 2px;
  background: #F7F9FC;
  border-bottom: 1px solid #E6EAF2;
}
.home-section .banner-box .home-pcb .home-pcb-box .tab li {
  position: relative;
  width: 136px;
  padding-left: 29px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #5c5f66;
  border-right: 1px solid #E6EAF2;
  cursor: pointer;
  transition: all 0.2s ease;
}
.home-section .banner-box .home-pcb .home-pcb-box .tab li:last-child {
  border-right: none;
}
.home-section .banner-box .home-pcb .home-pcb-box .tab li.curr {
  color: #3a3c40;
  font-weight: bold;
  background: #FFFFFF;
}
.home-section .banner-box .home-pcb .home-pcb-box .location {
  height: 39px;
  margin-right: 24px;
}
.home-section .banner-box .home-pcb .home-pcb-box .location .iconfont {
  font-size: 20px;
  color: #0081d2;
  margin-right: 4px;
}
.home-section .banner-box .home-pcb .home-pcb-box .location em {
  font-size: 14px;
  color: #959ba6;
  margin-left: 4px;
  margin-right: 4px;
}
.home-section .banner-box .home-pcb .home-pcb-box .location span {
  font-size: 14px;
  color: #3a3c40;
  font-weight: bold;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap {
  padding: 20px 30px 0 30px;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .form-box .form-boxs {
  white-space: nowrap;
  margin-bottom: 15px;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .form-box label {
  color: #5C5F66;
  font-size: 14px;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap {
  margin-top: 5px;
  white-space: nowrap;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .w98 {
  width: 73px;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .w78 {
  width: 78px;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .w220 {
  width: 180px;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .sel {
  height: 50px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  font-size: 14px;
  padding-left: 10px;
  background: #F9F9FB;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .sel::-webkit-input-placeholder {
  color: #959ba6;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .inp {
  height: 34px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  font-size: 14px;
  text-indent: 1em;
  background: #F9F9FB;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .inp::-webkit-input-placeholder {
  color: #959ba6;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .tt {
  font-size: 14px;
  color: #5c5f66;
  padding: 0 6px;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .form-box .layui-input {
  height: 36px !important;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .btn-wrap {
  padding-top: 15px;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .btn-wrap .form-tips {
  width: 180px;
  margin-right: 40px;
  font-size: 12px;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .btn-wrap .form-tips .form-tips-top {
  color: #E89721;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .btn-wrap .form-tips .form-tips-top .icon {
  font-size: 20px;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .btn-wrap .form-tips .form-tips-top .icon-text {
  font-size: 14px;
  font-weight: 600;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .btn-wrap .form-tips p {
  color: #959BA6;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .btn-wrap .form-tips p span {
  color: #E89721;
}
.home-section .banner-box .home-pcb .home-pcb-box .show-wrap .btn-wrap .btn {
  width: 180px;
  height: 36px;
  background: #0081D2;
  border-radius: 2px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.home-section .banner-box .notice {
  height: 130px;
  width: 1180px;
  position: absolute;
  box-shadow: 0px 8px 24px 0px rgba(58, 60, 64, 0.05);
  background: #fff;
  left: 50%;
  margin-left: -590px;
  z-index: 2;
  bottom: -79px;
}
.home-section .banner-box .notice .ind-tips {
  position: absolute;
  bottom: 0;
  right: -164px;
  width: 164px;
  z-index: 9999;
  cursor: pointer;
}
.home-section .banner-box .notice .notice-ul {
  padding-top: 30px;
}
.home-section .banner-box .notice .li-1 {
  margin-left: 30px;
}
.home-section .banner-box .notice .li-2 {
  margin-left: 60px;
}
.home-section .banner-box .notice .li-3 {
  margin-left: 60px;
}
.home-section .banner-box .notice .pic {
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-section .banner-box .notice .pic.pic-1 {
  background-image: url('../../images/home/notice-1.png');
}
.home-section .banner-box .notice .pic.pic-2 {
  background-image: url('../../images/home/notice-2.png');
}
.home-section .banner-box .notice .pic.pic-3 {
  background-image: url('../../images/home/notice-3.png');
}
.home-section .banner-box .notice .text {
  margin-left: 10px;
}
.home-section .banner-box .notice .text .t1 {
  font-size: 16px;
  color: #3A3C40;
  font-weight: 600;
}
.home-section .banner-box .notice .text .t2 {
  padding-top: 5px;
  font-size: 12px;
  color: #959BA6;
}
.home-section .banner-box .notice .notice-r {
  width: 310px;
  height: 130px;
  background-color: #0081D2;
  padding: 20px 30px;
  box-sizing: border-box;
}
.home-section .banner-box .notice .notice-r .tit .ll {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.home-section .banner-box .notice .notice-r .tit .rr .see-more-text {
  font-size: 12px;
  color: #fff;
}
.home-section .banner-box .notice .notice-r .tit .rr .see-more-btn {
  height: 14px;
  width: 14px;
  background-color: #E89721;
  color: #fff;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
}
.home-section .banner-box .notice .notice-r .news {
  margin-top: 10px;
  height: 60px;
  overflow: hidden;
}
.home-section .banner-box .notice .notice-r .news dd {
  margin-top: 4px;
}
.home-section .banner-box .notice .notice-r .news dd span {
  color: #fff;
  font-size: 12px;
}
.home-section .home-price {
  margin: 80px auto 0;
}
.home-section .home-price .tit {
  text-align: center;
}
.home-section .home-price .tit h3 {
  color: #3A3C40;
  font-size: 26px;
  font-weight: 600;
  padding-top: 50px;
}
.home-section .home-price .tit h5 {
  color: #666;
  font-size: 16px;
  padding: 4px 0 16px;
}
.home-section .home-price .tit_cla{
  width: 600px;
  height: 32px;
  margin: 0 auto;
  padding-left: 40px;
}
.home-section .home-price .tit_cla p{
  float: left;
  line-height: 26px;
  border: 1px solid #f2ac49;
  background-color: #fff8ed;
  border-radius:25px;
  margin: 0 10px;
}
.home-section .home-price .tit_cla p span{
  font-size: 13px;
  padding: 0 10px;
  color: #d47e02;
}
.home-section .home-price .home-price-wrap {
  width: 1180px;
}
.home-section .home-price .home-price-wrap .l {
  padding: 25px 18px;
  width: 200px;
  height: 310px;
  background: url('../../images/home/home_bg.png') no-repeat center;
  background-size: cover;
  transition: all 0.2s ease;
  text-align: center;
}
.home-section .home-price .home-price-wrap .l .t1 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.home-section .home-price .home-price-wrap .l .t2 {
  margin-bottom: 12px;
  text-align: left;
}
.home-section .home-price .home-price-wrap .l .t2 p {
  font-size: 16px;
  margin-bottom: 16px;
}
.home-section .home-price .home-price-wrap .l .t2 p span {
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 8px;
}
.home-section .home-price .home-price-wrap .l .t2 p em {
  font-size: 14px;
  color: #ffffff;
}
.home-section .home-price .home-price-wrap .l .block-price {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 79px;
}
.home-section .home-price .home-price-wrap .l .block-price li {
  width: 58px;
  height: 21px;
  line-height: 21px;
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  display: block;
  float: left;
  margin-right: 8px;
  margin-bottom: 15px;
}
.home-section .home-price .home-price-wrap .l .btn {
  position: relative;
  width: 160px;
  height: 40px;
  left: 50%;
  margin-left: -80px;
  line-height: 40px;
  background: #E89721;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  text-align: center;
}
.home-section .home-price .home-price-wrap .l .btn .imme_price_txt1 {
  position: absolute;
  left: 30%;
  z-index: 9;
  display: block;
  font-size: 14px;
  color: #ffffff;
}
.home-section .home-price .home-price-wrap .l .btn .imme_price_txt1 .arrow_long_right {
  background-position: -361px -89px;
  width: 20px;
  height: 7px;
  vertical-align: middle;
  margin-left: 7px;
  background-image: url(../../images/home/icons5.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.home-section .home-price .home-price-wrap .l .btn .imme_price_txt2 {
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s;
  position: absolute;
  z-index: 7;
  transform: translate(-30px, 0);
}
/* 工艺产品展示样式--开始 */
.products{
  width: 100%;
  height: 600px;
  /* background-color: #00a0e9; */
}
.products .products_l{
  width: 291px;
  height: 290px;
  border-radius:5px;
  background-color: #f8f8f8;
  float: left;
  overflow: hidden;
  margin-top: 20px;
  margin-right: 5px;
  /* box-shadow: 0px 0px 26px rgba(26, 57, 128, 0.08); */
  position: relative
}
.products .products_r{
  width: 291px;
  height: 290px;
  border-radius:5px;
  background-color: #f8f8f8;
  float: right;
  overflow: hidden;
  margin-top: 20px;
  /* box-shadow: 0px 0px 26px rgba(26, 57, 128, 0.08); */
  position: relative
}
.products .products_l_h span{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0 5px 0 32px;
  padding: 0px 4px;
  background-color: #29ad61;
  border-top-right-radius: 5px
}
.products .products_l_h{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: all 0.4s;
}
.products .products_l_t{
  font-size: 14px;
  color: #7c7c7c;
  margin-top: 5px;
  margin-left: 33px;
  transition: all 0.4s;
}
.products .zezhao{
  width: 280px;
  position: absolute;
  bottom: 0px;
  display: none;
}
.products .zezhao p{
  font-size: 12px;
  color: #0081D2;
  position: absolute;
  left: 35px;
  bottom: 18px;
}
.products .zezhao img{
  position: absolute;
  left: 90px;
  bottom: 22px;
}
.products_l:hover .zezhao{
  display: block;
}
.products_l:hover{
  background-color: #fff;
  Box-shadow: 0px 0px 26px rgba(26,57,128,0.2);
  transition: all 0.4s;
}
.products_l:hover .products_l_h{
  transform: translateY(-5px);
  transition: all 0.4s;
}
.products_l:hover .products_l_t{
  transform: translateY(-5px);
  transition: all 0.4s;
}
.products_r:hover .zezhao{
  display: block;
}
.products_r:hover{
  background-color: #FFF;
  Box-shadow: 0px 0px 26px rgba(26,57,128,0.2);
  transition: all 0.4s;
}
.products_r:hover .products_l_h{
  transform: translateY(-5px);
  transition: all 0.4s;
}
.products_r:hover .products_l_t{
  transform: translateY(-5px);
  transition: all 0.4s;
}
/* 工艺产品展示样式--结束 */
.home-section .home-price .explain {
  position: relative;
  top: 79px;
  height: 159px;
  box-shadow: 0px 8px 24px 0px rgba(58, 60, 64, 0.05);
  background-color: #fff;
}
.home-section .home-price .explain .l-bar {
  padding-left: 40px;
  padding-top: 40px;
  text-align: center;
}
.home-section .home-price .explain .l-bar .t1 {
  font-size: 18px;
  color: #3a3c40;
  font-weight: bold;
  margin-bottom: 14px;
}
.home-section .home-price .explain .l-bar a {
  width: 160px;
  height: 40px;
  background: #0081D2;
  border-radius: 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.2s ease;
}
.home-section .home-price .explain .l-bar a:hover {
  background: #0090eb;
}
.home-section .home-price .explain .r-bar {
  width: 892px;
  height: 160px;
  padding-left: 68px;
}
.home-section .home-price .explain .r-bar dl dd {
  float: left;
  margin-right: 26px;
}
.home-section .home-price .explain .r-bar dl dd:last-child {
  margin-right: 0;
}
.home-section .home-price .explain .r-bar dl dd .text {
  margin-right: 30px;
}
.home-section .home-price .explain .r-bar dl dd .text .bz-icon {
  height: 48px;
  width: 48px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-section .home-price .explain .r-bar dl dd .text .bz-icon.bz-icon1 {
  background-image: url('../../images/home/bz1.png');
}
.home-section .home-price .explain .r-bar dl dd .text .bz-icon.bz-icon2 {
  background-image: url('../../images/home/bz2.png');
}
.home-section .home-price .explain .r-bar dl dd .text .bz-icon.bz-icon3 {
  background-image: url('../../images/home/bz3.png');
}
.home-section .home-price .explain .r-bar dl dd .text .bz-icon.bz-icon4 {
  background-image: url('../../images/home/bz4.png');
}
.home-section .home-price .explain .r-bar dl dd .text .bz-icon.bz-icon5 {
  background-image: url('../../images/home/bz5.png');
}
.home-section .home-price .explain .r-bar dl dd .text .bz-icon.bz-icon6 {
  background-image: url('../../images/home/bz6.png');
}
.home-section .home-price .explain .r-bar dl dd .text .bz-icon.bz-icon7 {
  background-image: url('../../images/home/bz7.png');
}
.home-section .home-price .explain .r-bar dl dd .text p {
  margin-top: 7px;
  font-size: 14px;
  color: #5c5f66;
}
.home-section .home-price .explain .r-bar dl dd .iconfont {
  font-size: 14px;
  color: #fff;
  vertical-align: top;
  position: relative;
  top: 16px;
  width: 20px;
  height: 20px;
  background-color: #E6EAF2;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.home-section .home-price .explain .r-bar dl dd:hover .text .iconfont {
  color: #0081d2;
}
.home-section .home-price .explain .r-bar dl dd:hover .text p {
  color: #0081d2;
}
.home-section .home-section {
  background: #F7F9FC;
}
.home-section .home-section .home-section-head {
  text-align: center;
}
.home-section .home-section .home-section-head h3 {
  font-size: 26px;
  color: #3A3C40;
  font-weight: 600;
  padding-top: 130px;
}
.home-section .home-section .home-section-head h5 {
  font-size: 16px;
  color: #666;
  padding-top: 4px;
}
.home-section .home-section .factory {
  padding: 30px 0 40px;
}
.home-section .home-section .factory .factory-l {
  height: 380px;
  width: 460px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
}
.home-section .home-section .factory .factory-l h3 {
  font-size: 24px;
  font-weight: 600;
  color: #3A3C40;
}
.home-section .home-section .factory .factory-l p {
  font-size: 14px;
  color: #959BA6;
  line-height: 25px;
  margin-top: 12px;
  height: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.home-section .home-section .factory .factory-l .see-more-div {
  text-align: right;
}
.home-section .home-section .factory .factory-l .see-more-div a span {
  font-size: 12px;
  color: #0081D2;
}
.home-section .home-section .factory .factory-l .see-more-div a i {
  height: 14px;
  width: 14px;
  background-color: #E89721;
  color: #fff;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
}
.home-section .home-section .factory .factory-r {
  width: 710px;
  margin-left: 10px;
}
.home-section .home-section .factory .factory-r .item {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
}
.home-section .home-section .factory .factory-r .item img {
  width: 345px;
  height: 185px;
}
.home-section .home-section .factory .factory-r .item .opacity {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.home-section .home-section .factory .factory-r .item .opacity:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.home-section .home-section .factory .factory-r .item .opacity:hover .text-div {
  bottom: 0;
}
.home-section .home-section .factory .factory-r .item .opacity .text-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -185px;
  transition: bottom linear 0.2s;
}
.home-section .home-section .factory .factory-r .item .opacity .text-div .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 15px 20px;
}
.home-section .home-section .factory .factory-r .item .opacity .text-div .text h3 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-section .home-section .factory .factory-r .item .opacity .text-div .text p {
  font-size: 12px;
  max-height: 130px;
  overflow: hidden;
}
.home-section .map-section {
  background-color: #fff;
  padding-bottom: 50px;
}
.home-section .map-section .b-con {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 120px;
}
.home-section .map-section .b-title {
  font-size: 26px;
  color: #3A3C40;
  font-weight: 600;
  padding-top: 50px;
  text-align: center;
}
.home-section .map-section .s-title {
  font-size: 16px;
  color: #666;
  padding-top: 4px;
  text-align: center;
}
.home-section .map-section .map-div {
  margin-top: 30px;
}
.home-section .map-section .map-l {
  width: 460px;
  margin-left: 17px;
  position: relative;
}
.home-section .map-section .map-l-t ul li {
  width: 200px;
  padding: 22px 0 27px 0;
  text-align: center;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
}
.home-section .map-section .map-l-t ul li .map-tsize {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin: 15px 0;
}
.home-section .map-section .map-l-t ul li .map-tsize1 {
  font-size: 36px;
  font-weight: bold;
  color: #FF5500;
}
.home-section .map-section .map-l-t ul li:hover {
  box-shadow: 0px 6px 18px 2px rgba(0, 0, 0, 0.08);
}
.home-section .map-section .map-l-t .map-ul-top {
  margin-top: 40px;
}
.home-section .map-section .add-r {
  height: 412px;
  width: 703px;
  background-size: 100% 100%;
  margin-left: 0px;
  position: relative;
}
.home-section .map-section .add-r .add-box1 {
  width: 346px;
  height: 200px;
  float: left;
}
.home-section .map-section .add-r .add-box2 {
  width: 346px;
  height: 200px;
  float: left;
  margin-left: 11px;
}
.home-section .map-section .add-r .add-box3 {
  width: 346px;
  height: 200px;
  float: left;
  margin-top: 12px;
}
.home-section .map-section .add-r .add-box4 {
  width: 346px;
  height: 200px;
  float: left;
  margin-top: 12px;
  margin-left: 11px;
}
.home-section .map-section .add-r .add-box-img {
  width: 346px;
  height: 164px;
  overflow: hidden;
}
.home-section .map-section .add-r .add-box-img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  cursor: default;
}
.home-section .map-section .add-r .add-box-img img:hover {
  transform: scale(1.1);
}
.home-section .map-section .add-r .add-box-b {
  width: 346px;
  height: 36px;
  background-color: #0081D2;
}
.home-section .map-section .add-r .add-box-b img {
  width: 12px;
  height: 12px;
  margin-left: 16px;
  margin-top: 11px;
  float: left;
}
.home-section .map-section .add-r .add-box-b .add-box-b-text {
  font-size: 12px;
  color: #fff;
  float: left;
  margin-top: 9px;
  margin-left: 4px;
}

.home-section .evaluate-section {
  background-color: #F7F9FC;
  padding-bottom: 50px;
}
.home-section .evaluate-section .b-title {
  font-size: 26px;
  color: #3A3C40;
  font-weight: 600;
  padding-top: 50px;
  text-align: center;
}
.home-section .evaluate-section .s-title {
  font-size: 16px;
  color: #666;
  padding-top: 4px;
  text-align: center;
}
/* 晒单轮播样式-开始 */
.slide-content {
  margin: auto;
  width: 1180px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.slide-item-body ul li {
	width: 280px;
	float: left;
	display: block;
	height: 288px;
	padding-top: 42px;
	margin-bottom: 30px;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: inherit;
	padding-top: 0;
	z-index: 10002;
  box-shadow: 0 5px 15px 1px rgba(49, 49, 49, 0.1);
}
/* .slide-item-body ul li a {
	display: block;
	box-shadow: 0 5px 15px 1px rgba(49, 49, 49, 0.1);
} */
.new-img img {
	width: 280px;
	height: auto;
	border: none;
	display: block;
}
.slide-item {
	position: relative;
	margin: 0 auto;/* overflow: hidden; */
}
.slide-item-box {
	padding: 0px 0;
}
.new-body {
  position: relative;
	padding: 20px 20px 40px 20px;
}
.username {
	line-height: 20px;
	font-size: 14px;
	color: #616161;
	font-weight: 600;
}
.address {
	line-height: 12px;
	font-size: 12px;
	color: #adadad;
}
.haoping_img {
  float: right;
  padding-top: 2px;
}
.text-center {
	padding-top: 20px;
	height: 55px;
	min-height: 50px;
	line-height: 18px;
	font-size: 12px;
	color: #919191;
	overflow: hidden;
}
.sd_shijian {
  float: left;
  font-size: 12px;
  color: #c2c2c2;
  line-height: 12px;
}
.sd_liulang {
  float: left;
  position: absolute;
  right: 94px;
  bottom: 24px;
}
.sd_dianzhan {
  background-image: url("../../images/home/hp_dz.png");
  float: left;
  width: 16px;
  height: 15px;
  position: absolute;
  right: 36px;
  bottom: 25px;
  cursor: pointer;
}
.new-body .curr {
  background-image: url("../../images/home/hp_dz_c.png");
  float: left;
  width: 16px;
  height: 15px;
  position: absolute;
  right: 36px;
  bottom: 25px;
}
.sd_liulang_text {
  float: left;
  position: absolute;
  left: 189px;
  font-size: 12px;
  color: #c2c2c2;
}
.sd_dianzhan_text {
  float: left;
  position: absolute;
  left: 247px;
  font-size: 12px;
  color: #c2c2c2;
}
.slide-item-body {
	/* margin-left: 20px; */
}
.slide-item-body ul li {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
}
.slide-item-body .tempWrap {
  padding-top: 20px;
}
.slide-item-body ul {
	padding-top: 10px;
	overflow: visible;
}
.slide-item-body ul li:hover {
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	z-index: 1002;
	position: relative;
	left: 0;
}
.next {
	position: absolute;
	top: 45%;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: auto;
	left: -70px;
	height: 60px;
	width: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.next-bg {
	background-image: url("../../images/home/btn-fl1.png");
}
.next:hover {
	background-image: url("../../images/home/btn-fl2.png");
}
.prev {
	position: absolute;
	top: 45%;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: -90px;
	height: 60px;
	width: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prev-bg {
	background-image: url("../../images/home/btn-fr1.png");
}
.prev-bg:hover {
	background-image: url("../../images/home/btn-fr2.png");
}
/* 晒单轮播样式-结束 */
.home-section .evaluate-section .list-pic {
  margin-top: 30px;
  position: relative;
}
.home-section .evaluate-section .list-pic .prev {
  position: absolute;
  left: 0;
  top: 136px;
  width: 25px;
  height: 48px;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 3;
}
.home-section .evaluate-section .list-pic .prev:hover {
  background: rgba(0, 0, 0, 0.6);
}
.home-section .evaluate-section .list-pic .prev .iconfont {
  font-size: 25px;
  color: #fff;
}
.home-section .evaluate-section .list-pic .next {
  position: absolute;
  right: 0;
  top: 136px;
  width: 25px;
  height: 48px;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 3;
}
.home-section .evaluate-section .list-pic .next:hover {
  background: rgba(0, 0, 0, 0.6);
}
.home-section .evaluate-section .list-pic .next .iconfont {
  font-size: 25px;
  color: #fff;
}
.home-section .evaluate-section .list-pic .bd {
  height: 330px;
  overflow: hidden;
}
.home-section .evaluate-section .list-pic .bd ul {
  width: 1216px;
  height: 330px;
}
.home-section .evaluate-section .list-pic .bd ul li {
  position: relative;
  float: left;
  height: 330px;
  margin-right: 20px;
  transition: all 0.4s ease;
  width: 280px;
}
.home-section .evaluate-section .list-pic .bd ul li a {
  display: block;
}
.home-section .evaluate-section .list-pic .bd ul li .pic {
  width: 280px;
  height: 180px;
  overflow: hidden;
}
.home-section .evaluate-section .list-pic .bd ul li .pic img {
  width: 280px;
  height: 220px;
  transition: all 0.2s ease;
}
.home-section .evaluate-section .list-pic .bd ul li .pic:hover img {
  transform: scale(1.1);
}
.home-section .evaluate-section .list-pic .bd ul li .text {
  background: #ffffff;
  height: 173px;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  z-index: 2;
  top: -20px;
  box-sizing: border-box;
  padding: 0 30px;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-top {
  padding-top: 20px;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-top .im {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-top .im img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-top-l .icon {
  font-size: 36px;
  color: #959BA6;
  margin-right: 10px;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-top-r {
  padding-top: 8px;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-top-r .icon {
  font-size: 14px;
  color: #E89721;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-top-r .default {
  color: #afb2bc;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-bottom .text-bottom-l {
  font-size: 12px;
  color: #959BA6;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-bottom .text-bottom-r .see-div {
  color: #959BA6;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-bottom .text-bottom-r .see-div .icon {
  font-size: 16px;
  vertical-align: sub;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-bottom .text-bottom-r .see-div span {
  font-size: 12px;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-bottom .text-bottom-r .praise-div {
  margin-left: 10px;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-bottom .text-bottom-r .praise-div .icon {
  font-size: 16px;
  color: #959BA6;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-bottom .text-bottom-r .praise-div .icon.curr {
  color: #0081D2;
}
.home-section .evaluate-section .list-pic .bd ul li .text .text-bottom .text-bottom-r .praise-div .bb {
  font-size: 12px;
  color: #959BA6;
}
.home-section .news-questions-section {
  padding: 50px 0 40px;
}
.home-section .news-questions-section .title .title-l {
  font-size: 24px;
  color: #3A3C40;
  font-weight: 600;
}
.home-section .news-questions-section .title .title-r {
  margin-top: 6px;
}
.home-section .news-questions-section .title .title-r span {
  font-size: 12px;
  color: #0081D2;
}
.home-section .news-questions-section .title .title-r i {
  height: 14px;
  width: 14px;
  background-color: #E89721;
  color: #fff;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
}
.home-section .news-questions-section .news-l {
  width: 772px;
}
.home-section .news-questions-section .news-l .news-div {
  margin-top: 20px;
}
.home-section .news-questions-section .news-l .news-div .news-div-l {
  position: relative;
  height: 280px;
  width: 380px;
  overflow: hidden;
}
.home-section .news-questions-section .news-l .news-div .news-div-l img {
  height: 280px;
  width: 380px;
}
.home-section .news-questions-section .news-l .news-div .news-div-l .desc-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 107px;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 30px;
  color: #fff;
}
.home-section .news-questions-section .news-l .news-div .news-div-l .desc-mask h3 {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 20px;
}
.home-section .news-questions-section .news-l .news-div .news-div-l .desc-mask p {
  font-size: 12px;
  margin-top: 9px;
  max-height: 48px;
  overflow: hidden;
}
.home-section .news-questions-section .news-l .news-div .news-div-r {
  margin-left: 20px;
  width: 372px;
}
.home-section .news-questions-section .news-l .news-div .news-div-r .item {
  padding-bottom: 20px;
  border-bottom: 1px dashed #E6EAF2;
  margin-bottom: 20px;
}
.home-section .news-questions-section .news-l .news-div .news-div-r .item h3 {
  font-size: 14px;
  color: #3A3C40;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-section .news-questions-section .news-l .news-div .news-div-r .item p {
  font-size: 12px;
  color: #959BA6;
  margin-top: 8px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-section .news-questions-section .questions-r {
  width: 378px;
  margin-left: 30px;
}
.home-section .news-questions-section .questions-r .questions-div {
  margin-top: 20px;
}
.home-section .news-questions-section .questions-r .questions-div .item {
  padding-bottom: 16px;
  border-bottom: 1px dashed #E6EAF2;
  margin-bottom: 20px;
}
.home-section .news-questions-section .questions-r .questions-div .item h3 .icon {
  font-size: 16px;
  color: #0081D2;
  width: 20px;
  margin-right: 4px;
}
.home-section .news-questions-section .questions-r .questions-div .item h3 span {
  font-size: 14px;
  color: #3A3C40;
  font-weight: 600;
  width: 351px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-section .news-questions-section .questions-r .questions-div .item p {
  padding-left: 24px;
  font-size: 12px;
  color: #959BA6;
  margin-top: 8px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-section .form-div {
  height: 100px;
  background-color: #0081D2;
}
.home-section .form-div .width-1180 {
  height: 100px;
}
.home-section .form-div .width-1180 .l {
  color: #fff;
}
.home-section .form-div .width-1180 .l h3 {
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0 4px;
}
.home-section .form-div .width-1180 .l p {
  font-size: 14px;
}
.home-section .form-div .width-1180 .r {
  padding-top: 30px;
  height: 50px;
}
.home-section .form-div .width-1180 .r .input-v {
  height: 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 2px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 14px;
  color: #959BA6;
  width: 100px;
}
.home-section .form-div .width-1180 .r span.tt {
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}
.home-section .form-div .width-1180 .r .sel-div {
  width: 160px;
  font-size: 14px;
  color: #959BA6;
  margin-left: 10px;
}
.home-section .form-div .width-1180 .r .sel-div input {
  height: 40px;
}
.home-section .form-div .width-1180 .r .sel-div .layui-form-select dl dd.layui-this {
  background-color: #0081D2;
}
.home-section .form-div .width-1180 .r .btns {
  width: 160px;
  height: 40px;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-left: 20px;
  color: #FFFFFF;
  font-size: 14px;
  background-color: #E89721;
}
.home-section .form-div .width-1180 .r .selects-qty .inp {
  height: 34px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  font-size: 14px;
  text-indent: 1em;
  background: #F9F9FB;
}
.layui-form-select .layui-input {
  font-size: 14px;
}
.layui-form-select dl dd {
  font-size: 14px;
}
.springFestival .container {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.springFestival .container .iconfont {
  color: #fff;
  font-size: 40px;
  float: right;
  margin: 20px;
  cursor: pointer;
}
.springFestival .container .btn {
  display: block;
  width: 169px;
  height: 42px;
  background: rgba(254, 217, 188);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 9px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #E51515;
  position: absolute;
  top: 403px;
  left: 50%;
  margin-left: -85px;
}
.springFestival .container .btn:hover {
  opacity: 0.8;
}
.springFestival .container .spring-ban {
  display: block;
  width: 100%;
  height: 600px;
  background: url(../../images/home/xinchun-banner.png) no-repeat center;
  background-size: cover;
}
.springFestival .fireworks {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  bottom: 80%;
  margin-bottom: -180px;
  transform: scale(0);
  animation: fireworks 4s 3s infinite;
}
.springFestival .fireworks.left {
  left: 20%;
}
.springFestival .fireworks.right {
  left: 80%;
}
@keyframes fireworks {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
.springFestival .firecracker {
  position: absolute;
  left: 50%;
  bottom: 0%;
  margin-left: -4px;
  animation: firecracker 4s forwards infinite;
}
.springFestival .firecracker.left {
  left: 20%;
}
.springFestival .firecracker.right {
  left: 80%;
}
@keyframes firecracker {
  0% {
    transform: scale(1);
    bottom: 0%;
  }
  100% {
    bottom: 80%;
    transform: scale(0);
  }
}
.layui-form-select dl dd.layui-this {
  background-color: #0081D2;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
