@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none;
}

em,
i {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

button {
  cursor: pointer;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #c81623;
}

button,
input {
  font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #666;
  overflow-x: hidden;
}

*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #fff;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.con {
  width: 1200px;
  margin: 0 auto;
}

.banner .img {
  height: 800px;
}

.banner .img .text {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner .img .text .t1 {
  font-size: 46px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}

.banner .img .text .t2 {
  font-size: 24px;
  color: #fff;
}

.header {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}

.header .con {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}

.header .con .logo {
  font-size: 24px;
  margin-right: 20px;
  display: flex;
  height: 70px;
  width: 100px;
  align-items: center;
  justify-content: center;
  transform: scale(1.3);
}

.header .con .logo img {
  width: 100%;
}

.header .con .nav {
  display: flex;
  align-items: center;
}

.header .con .nav a {
  display: flex;
  height: 70px;
  width: 120px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

.header .con .nav a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

.header .con .nav .on {
  background-color: rgba(255, 255, 255, 0.5);
}

.header .con .searchr {
  width: 30px;
}

.header .con .searchr img {
  width: 100%;
  height: auto;
}

.footer {
  /*down*/
  background: #202020;
  padding: 50px 0;
}

.footer .con {
  text-align: center;
}

.index .search {
  display: flex;
  align-items: center;
  margin: 170px auto;
}

.index .search .searchl {
  flex: 1;
}

.index .search .searchl input {
  width: 100%;
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #b8b8b8;
  border-radius: 10px 0 0 10px;
  outline: none;
}

.index .search .searchr {
  width: 100px;
  height: 60px;
  background-color: #0066d4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 0 10px 10px 0;
}

.index .search .searchr img {
  width: 30px;
  height: auto;
}

.index .card {
  display: flex;
  flex-wrap: wrap;
}

.index .card .item {
  width: 33.3%;
  text-align: center;
  margin-bottom: 100px;
}

.index .card .item .t {
  width: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.index .card .item .t img {
  width: 100%;
  height: auto;
}

.index .card .item .m {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.index .card .item .line {
  width: 50px;
  height: 2px;
  background-color: #0ad763;
  margin: 30px auto;
}

.index .card .item .b {
  font-size: 16px;
  color: #999;
}

.index .serves {
  padding-top: 100px;
  margin-bottom: 200px;
}

.index .serves .title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 120px;
  text-align: center;
}

.index .serves .title .line {
  width: 50px;
  height: 2px;
  background-color: #0ad763;
  margin: 30px auto;
}

.index .serves .bot {
  display: flex;
  justify-content: space-between;
}

.index .serves .bot .item {
  width: 45%;
}

.index .serves .bot .item .t {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}

.index .serves .bot .item .t .text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .serves .bot .item .m {
  text-align: center;
  margin-bottom: 20px;
}

.index .serves .bot .item .m .t1 {
  font-size: 23px;
  font-weight: bold;
  color: #0066d4;
  margin-bottom: 2px;
}

.index .serves .bot .item .m .t2 {
  font-size: 16px;
  color: #666;
}

.index .serves .bot .item .b {
  font-size: 14px;
  color: #999;
  text-align: center;
}

.page {
  margin-bottom: 100px;
}

.page .con {
  /* 数据表格样式 */
}

.page .con .data-table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}

.page .con .data-table td,
.page .con .data-table th {
  padding: 10px;
  border: 1px solid #ddd;
}

.page .con .data-table td span,
.page .con .data-table th span {
  font-size: 15px;
}

.page .con .header-cell {
  width: 101px;
  height: 30px;
}

.page .con .title-text.orange {
  font-size: 21px;
  font-weight: bold;
  color: #f79646;
}

.page .con .section-title {
  font-size: 21px;
  color: #000;
  font-weight: bold;
}

.page .con .paragraph {
  margin: 0;
  text-align: left;
  unicode-bidi: embed;
}

.page .con .title {
  padding: 20px 0;
  padding-top: 100px;
}

.page .con .title .t {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.page .con .title .line {
  width: 50px;
  height: 2px;
  background-color: #0ad763;
  margin: 30px auto;
}

.page .con .ad img {
  width: 100%;
}

.page .con .text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}

.page .con .text img {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.pro {
  margin-bottom: 100px;
}

.pro .qc_0100_1 {
  width: 100%;
  padding: 53px 0;
  margin-bottom: 50px;
}

.pro #csearch,
.pro #csearch1 {
  margin: 20px 0;
}

.pro .qc_0100_1 .qc_1_1 {
  float: left;
  width: 765px;
  position: relative;
  left: 50%;
  margin-left: -382.5px;
  padding-right: 55px;
}

.pro .qc_0100_1 .qc_1_1 .qin_1_1 {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #a9a9a9;
  border-right: 0 none;
  height: 45px;
  font-size: 12px;
  color: #767676;
  line-height: 23px;
  padding: 10px;
  outline: none;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pro .qc_0100_1 .qc_1_1 .qin_1_1::-webkit-input-placeholder {
  color: #767676 !important;
}

.pro .qc_0100_1 .qc_1_1 .qin_1_1:-moz-placeholder {
  color: #767676 !important;
}

.pro .qc_0100_1 .qc_1_1 .qin_1_1::-moz-placeholder {
  color: #767676 !important;
}

.pro .qc_0100_1 .qc_1_1 .qin_1_1:-ms-input-placeholder {
  color: #767676 !important;
}

.pro .qc_0100_1 .qc_1_1 .qin_1_2 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0066d4;
  background-image: url("../images/sousuo.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 55px;
  height: 45px;
  border: 0 none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.pro .qc_0100_1 .qc_1_1 .qin_1_2:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.pro .fs-wrap {
  position: relative;
  display: inline-block;
  width: 200px;
  font-size: 12px;
  line-height: 1;
}

.pro .fs-label-wrap {
  position: relative;
  border: 1px solid #ccc;
  cursor: default;
}

.pro .fs-label-wrap,
.pro .fs-dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pro .fs-label-wrap .fs-label {
  padding: 6px 22px 6px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pro .fs-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
}

.pro .fs-dropdown {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: 5px;
  width: 100%;
}

.pro .fs-dropdown .fs-options {
  max-height: 1000px;
  overflow: auto;
}

.pro .fs-search input {
  width: 100%;
  padding: 2px 4px;
  border: 0;
}

.pro .fs-option,
.pro .fs-search,
.pro .fs-optgroup-label {
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
  cursor: default;
}

.pro .fs-option {
  cursor: pointer;
}

.pro .fs-option.hl {
  background-color: #f5f5f5;
}

.pro .fs-wrap.multiple .fs-option {
  position: relative;
  padding-left: 30px;
}

.pro .fs-wrap.multiple .fs-checkbox {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  left: 0;
  bottom: 0;
}

.pro .fs-wrap.multiple .fs-option .fs-checkbox i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  background-color: #fff;
}

.pro .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #11a911;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
}

.pro .fs-wrap .fs-option:hover {
  background-color: #f5f5f5;
}

.pro .fs-optgroup-label {
  font-weight: bold;
}

.pro .hidden {
  display: none;
}

.pro .qc_0100_dk {
  width: 100%;
}

.pro .clear {
  clear: both;
}

.pro .ql_0100_dk {
  float: left;
  width: 233px;
  padding-bottom: 50px;
}

.pro .qr_0100_dk {
  float: right;
  width: 937px;
}

.pro .on1 {
  background: url("../images/1.png") no-repeat center;
}

.pro .on2 {
  background: url("../images/2.png") no-repeat center;
}

.pro .on3 {
  background: url("../images/3.png") no-repeat center;
}

.pro .table {
  border-collapse: collapse !important;
}

.pro .table td,
.pro .table th {
  background-color: #fff !important;
}

.pro .table-bordered th,
.pro .table-bordered td {
  border: 1px solid #ddd !important;
}

.pro .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.pro .table > thead > tr > th,
.pro .table > tbody > tr > th,
.pro .table > tfoot > tr > th,
.pro .table > thead > tr > td,
.pro .table > tbody > tr > td,
.pro .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.pro .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.pro .table-bordered {
  border: 1px solid #ddd;
}

.pro .table-bordered > thead > tr > th,
.pro .table-bordered > tbody > tr > th,
.pro .table-bordered > tfoot > tr > th,
.pro .table-bordered > thead > tr > td,
.pro .table-bordered > tbody > tr > td,
.pro .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.pro .table-bordered > thead > tr > th,
.pro .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.pro .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.pro .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.pro .htmlBox table {
  line-height: 20px;
  text-align: center;
  border-collapse: collapse;
  padding: 5px;
  margin: 5px auto;
  width: 100%;
}

.pro .htmlBox {
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
}

.pro .ql_4_4 img {
  height: auto;
  width: auto\9;
}

.pro .qlbd img {
  max-width: 300px;
  height: auto;
  width: auto\9;
}

.pro .ql_4_4 p {
  white-space: normal;
  word-break: break-word;
}

.prodetail {
  /* B2详情 */
}

.prodetail .clear {
  clear: both;
}

.prodetail .ql_0100_dk {
  float: left;
  width: 233px;
  padding-bottom: 50px;
}

.prodetail .ql_0100_dk h2 {
  display: block;
  float: left;
  width: 100%;
  margin-top: 18px;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  color: #333;
  position: relative;
}

.prodetail .ql_0100_dk h2 i {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 6px;
  width: 60px;
  height: 1px;
  background: #0066d4;
}

.prodetail .ql_0100_dk .pz_SideLayer {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
  padding: 0;
  text-align: left;
}

.prodetail .ql_0100_dk .pz_SideLayer .l2 {
  float: left;
  width: 100%;
  border-top: 1px solid #f3f5f7;
}

.prodetail .ql_0100_dk .pz_SideLayer .l2:nth-child(2) {
  border-top: 0 none;
}

.prodetail .ql_0100_dk .pz_SideLayer .l2 a {
  display: block;
  float: left;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  /*text-transform:uppercase;*/
  color: #666;
  padding-left: 22px;
}

.prodetail .ql_0100_dk .pz_SideLayer .l2 a:hover,
.prodetail .ql_0100_dk .pz_SideLayer .l2.hover a {
  background: url(../images/qimg_pzc_1.png) no-repeat 205px center #f5f5f5;
  color: #0066d4;
}

.prodetail .qr_0100_dk {
  float: right;
  width: 937px;
  border-left: 1px solid #dbdbdb;
}

.prodetail .qc_0100_4 {
  float: left;
  width: 100%;
}

.prodetail .ql_0100_4 {
  float: left;
  width: 672px;
  border-right: 1px solid #dbdbdb;
  padding: 36px 30px 72px 30px;
}

.prodetail .ql_0100_4 h2 {
  display: block;
  float: left;
  width: 100%;
  padding: 0 20px;
  line-height: 40px;
  font-size: 18px;
  color: #0066d4;
  font-family: Arial, Helvetica, "Microsoft yahei";
  background: #f5f5f5;
}

.prodetail .ql_0100_4 .ql_4_1 {
  float: left;
  width: 100%;
  padding: 19px 20px 12px 20px;
  background: #fbfbfb;
}

.prodetail .ql_0100_4 .ql_4_1 i {
  display: block;
  float: left;
  width: 28px;
}

.prodetail .ql_0100_4 .ql_4_1 i img {
  display: block;
  float: left;
  width: 100%;
}

.prodetail .ql_0100_4 .ql_4_1 u {
  display: block;
  float: left;
  margin-left: 10px;
  font-size: 14px;
  color: #0066d4;
  line-height: 28px;
}

.prodetail .ql_0100_4 .ql_4_1 ul {
  float: left;
  margin-left: 20px;
}

.prodetail .ql_0100_4 .ql_4_1 ul li {
  float: left;
  margin-left: 6px;
  background: url(../images/qimg_4_3.png) no-repeat center;
  width: 16px;
  height: 28px;
}

.prodetail .ql_0100_4 .ql_4_1 ul li.on {
  background: url(../images/qimg_4_2.png) no-repeat center;
}

.prodetail .ql_0100_4 .ql_4_2 {
  float: left;
  width: 100%;
  margin-top: 29px;
}

.prodetail .ql_0100_4 .ql_4_2 h3 {
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  color: #666;
  font-family: Arial, Helvetica, "Microsoft yahei";
  background: #f5f5f5;
  cursor: pointer;
  margin-top: 3px;
}

.prodetail .ql_0100_4 .ql_4_2 h3 span {
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #666;
  padding-right: 13px;
  background: url(../images/qimg_4_4.png) no-repeat right center;
}

.prodetail .ql_0100_4 .ql_4_2 h3:hover {
  color: #0066d4;
}

.prodetail .ql_0100_4 .ql_4_2 h3.on {
  color: #0066d4;
}

.prodetail .ql_0100_4 .ql_4_2 h3.on span {
  background: url(../images/qimg_4_5.png) no-repeat right center;
}

.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 {
  float: left;
  width: 100%;
  display: none;
}

.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 .ql_4_4 {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  word-break: break-word;
  padding: 20px;
}

.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 .ql_4_4 p {
  word-break: break-word;
}

.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 .ql_4_5 {
  float: left;
  width: 100%;
  padding: 20px;
}

.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 .ql_4_5 .qlhd {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 .ql_4_5 .qlhd ul {
  margin: 0 -5px;
}

.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 .ql_4_5 .qlhd ul li {
  float: left;
  margin: 5px 5px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #c7c7c7;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, "Microsoft yahei";
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 .ql_4_5 .qlhd ul li i {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  top: 100%;
  width: 7px;
  height: 4px;
  background: url(../images/qimg_4_6.png) no-repeat center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 .ql_4_5 .qlhd ul li:hover,
.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 .ql_4_5 .qlhd ul li.on {
  background: #0066d4;
}

.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 .ql_4_5 .qlhd ul li.on i {
  opacity: 1;
  filter: alpha(opacity=100);
}

.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 .ql_4_5 .qlbd {
  float: left;
  width: 100%;
}

.prodetail .ql_0100_4 .ql_4_2 .ql_4_3 .ql_4_5 .qlbd ul li {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-family: Arial, Helvetica, "Microsoft yahei";
}

.prodetail .qr_0100_4 {
  float: right;
  margin-top: 36px;
  width: 250px;
}

.prodetail .qr_0100_4 h3 {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #0066d4;
  font-family: Arial, Helvetica, "Microsoft yahei";
}

.prodetail .qr_0100_4 .qr_4_1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  background: #0066d4;
}

.prodetail .qr_0100_4 .qr_4_1 .qsp_4_1 {
  display: block;
  float: left;
  width: 40%;
}

.prodetail .qr_0100_4 .qr_4_1 .qsp_4_2 {
  display: block;
  float: left;
  width: 20%;
}

.prodetail .qr_0100_4 .qr_4_1 .qsp_4_3 {
  display: block;
  float: right;
  width: 37%;
}

.prodetail .qr_0100_4 .qr_4_2 {
  float: left;
  width: 100%;
}

.prodetail .qr_0100_4 .qr_4_2 div {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #666;
  height: 35px;
  line-height: 35px;
  background: #fbfbfb;
  font-family: Arial, Helvetica, "Microsoft yahei";
}

.prodetail .qr_0100_4 .qr_4_2 div .qsp_4_4 {
  display: block;
  float: left;
  width: 31%;
}

.prodetail .qr_0100_4 .qr_4_2 div .qsp_4_5 {
  display: block;
  float: left;
  width: 35%;
}

.prodetail .qr_0100_4 .qr_4_2 div .qsp_4_6 {
  display: block;
  float: right;
  width: 34%;
  color: #0066d4;
}

.prodetail .qr_0100_4 .qr_4_2 div:nth-child(2n) {
  background: #f5f5f5;
}

.prodetail .qr_0100_4 .qr_4_2 font {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  color: #0066d4;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #f5f5f5;
}

.prodetail .qr_0100_4 .qr_4_3 {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #0066d4;
  font-family: Arial, "Microsoft yahei";
  margin-top: 35px;
}

.prodetail .qr_0100_4 .qr_4_4 {
  float: left;
  width: 100%;
  margin-top: 2px;
}

.prodetail .qr_0100_4 .qr_4_4 li {
  float: left;
  width: 100%;
  margin-top: 26px;
}

.prodetail .qr_0100_4 .qr_4_4 li img {
  display: block;
  float: left;
  width: 100%;
}

.lianxi {
  margin-top: 50px;
}

.lianxicon .ltop {
  font-size: 24px;
  color: #2a64cd;
  margin-bottom: 30px;
  font-weight: bold;
}

.lianxicon .lmid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 40px;
}

.lianxicon .lmid .item {
  border: 1px solid #eee;
  padding: 15px;
  color: #333;
  position: relative;
  width: 400px;
}

.lianxicon .lmid .item .t1 {
  font-size: 20px;
  margin-bottom: 10px;
}

.lianxicon .lmid .item .t2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.lianxicon .lmid .item .t3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #666;
}

.lianxicon .lmid .item .t3 img {
  width: 30px;
  margin-right: 10px;
}

.lianxicon .lmid .item .t4 {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 100px;
  height: 100px;
}

.lianxicon .lmid .item .t4 img {
  width: 100%;
}

.lianxicon .lbot {
  display: flex;
}

.lianxicon .lbot .l {
  width: 45%;
  margin-right: 5%;
}

.lianxicon .lbot .l img {
  width: 100%;
}

.lianxicon .lbot .r {
  flex: 1;
  padding-top: 30px;
}

.lianxicon .lbot .r .t1 {
  width: 40px;
  margin-bottom: 20px;
}

.lianxicon .lbot .r .t1 img {
  width: 100%;
}

.lianxicon .lbot .r .t2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 30px;
}

.lianxicon .lbot .r .t3 {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.lianxicon .lbot .r .t4 {
  font-size: 12px;
  color: #999;
  margin-bottom: 40px;
}

.lianxicon .lbot .r .t5 {
  font-size: 12px;
  color: #999;
}
