@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
  font-size: 12px;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}

textarea {
  outline: none;
  border: none;
  background-color: transparent;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 15px;
  cursor: pointer;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
}
input[type=checkbox]:checked::before {
  content: "✓";
  background-color: #D42516;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  border: 1px solid #D42516;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
}

img[src=""], img:not([src]) {
  opacity: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #7c7c7c;
}
input::-moz-input-placeholder, textarea::-moz-input-placeholder {
  color: #7c7c7c;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #7c7c7c;
}

.both {
  clear: both;
}

.pubilctitle {
  padding: 55px 0 30px;
  text-align: center;
}
.pubilctitle .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #262628;
}
.pubilctitle .title::before, .pubilctitle .title::after {
  display: inline-block;
  content: "";
  width: 72px;
  height: 16px;
  background: url(/img/index/title-left-bg.png) no-repeat;
  margin: 0 7px;
}
.pubilctitle .title::after {
  background-image: url(/img/index/title-right-bg.png);
}
.pubilctitle .desc {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #8B8B8B;
  margin-top: 15px;
}
.pubilctitle.white .title {
  color: #FFFFFF;
}
.pubilctitle.white .title::before {
  background: url(/img/index/title-left-white-bg.png) no-repeat;
}
.pubilctitle.white .title::after {
  background: url(/img/index/title-right-white-bg.png) no-repeat;
}
.pubilctitle.white .desc {
  color: #999999;
}

.body {
  background-color: #f2f3f6;
}

.whole-box {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.whole-box .text2 {
  padding: 40px 0 0px 40px !important;
  text-align: center !important;
}
.whole-box .box-navigation {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding: 12px 0;
}
.whole-box .box-navigation a {
  color: #999999;
}
.whole-box .content-box:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.whole-box .content-box .siedb-left {
  width: 200px;
  background-color: #FFFFFF;
  float: left;
}
.whole-box .content-box .siedb-left .siedb-dev {
  line-height: 40px;
  padding-left: 30px;
  align-items: center;
  border-top: 1px solid #F1F1F1;
}
.whole-box .content-box .siedb-left .siedb-dev .siedb-li .cli {
  font-size: 14px;
  color: #262628;
  width: 200px;
  line-height: 44px;
}
.whole-box .content-box .siedb-left .siedb-dev .siedb-li .cli::after {
  content: "";
  margin-bottom: 4px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #949AB0;
  border-left: 1px solid #949AB0;
  margin-left: 50px;
  transform: rotate(222deg);
  transition: all 0.3s;
}
.whole-box .content-box .siedb-left .siedb-dev .siedb-li .anniu {
  color: #262628;
}
.whole-box .content-box .siedb-left .siedb-dev .siedb-li .anniu::after {
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #262628;
  border-left: 1px solid #262628;
  transform: rotate(222deg);
  transition: all 0.3s;
}
.whole-box .content-box .siedb-left .siedb-dev .siedb-li .cliann {
  color: #D42516;
}
.whole-box .content-box .siedb-left .siedb-dev .siedb-li .cliann::after {
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #D42516;
  border-left: 1px solid #D42516;
  transform: rotate(312deg);
  transition: all 0.3s;
}
.whole-box .content-box .siedb-li .siedb-ul {
  display: none;
  position: relative;
  transition: all 0.3s;
}
.whole-box .content-box .siedb-li .siedb-ul {
  margin-left: -13px;
}
.whole-box .content-box .siedb-li .siedb-ul li {
  margin-bottom: 11px;
  width: 160px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whole-box .content-box .siedb-li .siedb-ul .test a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 34px;
  width: 56px;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  padding-left: 31px;
  color: #606060;
  transition: all 0.3s;
}
.whole-box .content-box .siedb-li .siedb-ul li .test-i {
  content: "";
  position: absolute;
  top: 16px;
  left: 15px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #A4A9B7;
  transition: all 0.3s;
}
.whole-box .content-box .siedb-li .siedb-ul .on {
  background-color: #D42516;
  box-shadow: 0px 4px 11px 2px rgba(212, 37, 22, 0.19);
  transition: all 0.3s;
  transition: all 0.3s;
}
.whole-box .content-box .siedb-li .siedb-ul .on .test-i {
  background-color: #fff;
  transition: all 0.3s;
}
.whole-box .content-box .siedb-li .siedb-ul .on a {
  color: #ffffff;
  font-weight: bold;
  transition: all 0.3s;
}
.whole-box .content-box .siedb-li .siedb-ul li:hover {
  background-color: #D42516;
  box-shadow: 0px 4px 11px 2px rgba(212, 37, 22, 0.19);
  transition: all 0.3s;
}
.whole-box .content-box .siedb-li .siedb-ul li:hover .test-i {
  background-color: #fff;
  transition: all 0.3s;
}
.whole-box .content-box .siedb-li .siedb-ul li:hover a {
  color: #ffffff;
  font-weight: bold;
  transition: all 0.3s;
}
.whole-box .content {
  float: right;
  width: 1180px;
  background-color: #ffffff;
}
.whole-box .content:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.whole-box .content .content-head {
  display: flex;
}
.whole-box .content .content-head .head-left {
  width: 350px;
  height: 290px;
  margin: 40px 41px 0px 40px;
  background: url(/img/icon/233.jpg) no-repeat;
}
.whole-box .content .content-head .head-left img {
  width: 350px;
  height: 290px;
}
.whole-box .content .head-right {
  margin-top: 42px;
  margin-right: 40px;
}
.whole-box .content .head-right h2 {
  height: 25px;
  font-size: 24px;
  font-weight: 700;
  color: #181818;
  line-height: 20px;
  margin-bottom: 9px;
}
.whole-box .content .head-right .head-sh {
  height: 39px;
}
.whole-box .content .head-right .head-sh .sh-i {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/img/icon/dun.png) no-repeat;
  background-color: #fff;
}
.whole-box .content .head-right .head-sh .sh-span {
  float: left;
  display: block;
  height: 14px;
  font-size: 14px;
  color: #A7A7A7;
  margin-left: 7px;
}
.whole-box .content .head-right .head-prce {
  width: 718px;
  height: 64px;
  background: url(/img/icon/bgc01.png);
  margin-bottom: 20px;
  display: flex;
}
.whole-box .content .head-right .head-prce span {
  margin: 25px 10px 0 29px;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A7A7A7;
}
.whole-box .content .head-right .head-prce .money {
  margin-top: 14px;
  height: 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #D42516;
}
.whole-box .content .head-right .head-prce .money i {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}
.whole-box .content .head-right .head-stp {
  width: 718px;
  margin-bottom: 8px;
  overflow: hidden;
}
.whole-box .content .head-right .head-stp .stp-size {
  line-height: 30px;
  width: 70px;
  font-size: 14px;
  font-weight: 400;
  color: #A7A7A7;
}
.whole-box .content .head-right .head-stp .stp-box {
  width: 600px;
}
.whole-box .content .head-right .head-stp .stp-box .stp-span {
  box-sizing: border-box;
  float: left;
  height: 30px;
  line-height: 14px;
  padding: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #7C7C7C;
  border: 1px solid #D6D6D6;
  margin-right: 11px;
  margin-bottom: 9px;
  transition: all 0.3s;
}
.whole-box .content .head-right .head-stp .stp-box .stp-span:hover {
  color: #D42516;
  border: 1px solid #D42516;
  transition: all 0.3s;
  color: #D42516;
}
.whole-box .content .head-right .head-stp a {
  color: #7C7C7C;
}
.whole-box .content .head-right .head-stp a:hover {
  color: #D42516;
  transition: all 0.3s;
}
.whole-box .content .head-right .head-stp .stp-box .active {
  color: #D42516;
  border: 1px solid #D42516;
  transition: all 0.3s;
}
.whole-box .content .head-right .head-stp {
  display: flex;
}
.whole-box .content .head-right .head-quantity {
  width: 100%;
  height: 32px;
  margin-bottom: 15px;
}
.whole-box .content .head-right .head-quantity .quantity-style {
  float: left;
  font-size: 14px;
  width: 54px;
  height: 32px;
  line-height: 32px;
  color: #B5B5B5;
  text-align: justify;
}
.whole-box .content .head-right .head-quantity .quantity-style::after {
  display: inline-block;
  width: 100%;
  content: "";
}
.whole-box .content .head-right .head-quantity .quantity {
  width: 127px;
  height: 32px;
  line-height: 32px;
  margin-left: 70px;
  border: 1px solid #B5B5B5;
  display: flex;
}
.whole-box .content .head-right .head-quantity .quantity .quantity-decrease {
  cursor: pointer;
  width: 39px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-right: 1px solid #B5B5B5;
  background: url(/img/icon/jian.webp) center no-repeat;
}
.whole-box .content .head-right .head-quantity .quantity input {
  width: 60px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.whole-box .content .head-right .head-quantity .quantity .quantity-add {
  width: 39px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: url(/img/icon/jia.webp) center no-repeat;
  border-left: 1px solid #B5B5B5;
  cursor: pointer;
}
.whole-box .content .head-right .head-consult {
  width: 718px;
}
.whole-box .content .head-right .head-consult .constlt-execute .consult_btn {
  color: #ffffff;
}
.whole-box .content .head-right .head-consult .constlt-execute {
  float: left;
  width: 136px;
  height: 42px;
  background: #D42516;
  border-radius: 3px;
  margin-right: 20px;
}
.whole-box .content .head-right .head-consult .constlt-execute .buy_btn {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
}
.whole-box .content .head-right .head-consult .constlt-execute:hover {
  background: #de1000;
}
.whole-box .content .head-right .head-consult .constlt-free {
  float: left;
  width: 136px;
  height: 42px;
  background: #FAFCFF;
  border: 1px solid #CACED9;
  border-radius: 3px;
}
.whole-box .content .head-right .head-consult .constlt-free div {
  margin-left: 36px;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  line-height: 42px;
}
.whole-box .content .head-right .head-consult .constlt-free:hover {
  background: #f5f7ff;
}
.whole-box .content .content-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  margin: 30px 30px 15px 40px;
}
.whole-box .content .content-foot .foot-fize {
  height: 22px;
  margin-right: 21px;
  line-height: 28px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #606060;
}
.whole-box .content .content-foot .foot-popularity {
  float: left;
  height: 28px;
  margin-right: 32px;
  line-height: 28px;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A7A7A7;
}
.whole-box .content .content-foot .foot-popularity img {
  width: 22px;
  height: 22px;
  line-height: 28px;
  margin: 3px 4px 3px 0;
}
.whole-box .content .content-foot .foot-popularity span {
  display: inline-block;
  width: 35px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A7A7A7;
}
.whole-box .content .content-foot .foot-consult {
  float: left;
  height: 28px;
  margin-right: 32px;
  line-height: 28px;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A7A7A7;
}
.whole-box .content .content-foot .foot-consult img {
  width: 22px;
  height: 22px;
  line-height: 28px;
  margin: 3px 4px 3px 0;
}
.whole-box .content .content-foot .foot-consult span {
  display: inline-block;
  width: 35px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A7A7A7;
}
.whole-box .content .content-foot .foot-chengjiao {
  float: left;
  height: 28px;
  margin-right: 35px;
  line-height: 28px;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A7A7A7;
}
.whole-box .content .content-foot .foot-chengjiao img {
  width: 22px;
  height: 22px;
  line-height: 28px;
  margin: 3px 4px 3px 0;
}
.whole-box .content .content-foot .foot-chengjiao span {
  display: inline-block;
  width: 35px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A7A7A7;
}
.whole-box .content .content-foot .foot-shenxin {
  float: left;
  height: 28px;
  margin-right: 35px;
  line-height: 28px;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A7A7A7;
}
.whole-box .content .content-foot .foot-shenxin img {
  width: 22px;
  height: 22px;
  line-height: 28px;
  margin: 3px 4px 3px 0;
}
.whole-box .content .content-foot .foot-shenho {
  float: left;
  height: 28px;
  line-height: 28px;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A7A7A7;
}
.whole-box .content .content-foot .foot-shenho img {
  width: 22px;
  height: 22px;
  line-height: 28px;
  margin: 3px 4px 3px 0;
}
.whole-box .content .content-foot .foot-ul1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
}
.whole-box .content .content-foot .foot-ul1 #ping_an_insurance {
  display: none;
  color: #FF7431;
  font-weight: 400;
  font-size: 14px;
}
.whole-box .content .content-foot .foot-ul1 .foot-li {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.whole-box .content .content-foot .foot-ul1 .foot-li img {
  margin-top: 1px;
  margin-right: 12px;
}
.whole-box .content .content-foot .foot-ul1 .trademark_ul4 {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.whole-box .content .content-foot .foot-ul1 .trademark_ul4 img {
  margin-top: 1px;
  margin-right: 12px;
}
.whole-box .content .content-foot .foot-ul1 .foot_li_fs {
  font-size: 14px;
  font-weight: 400;
  color: #FF7431;
}
.whole-box .content .trabecula {
  width: 1178px;
  height: 18px;
  background-color: #F7F8FB;
  border: 1px solid #F7F8FB;
}
.whole-box .content .content-main1 {
  width: 1180px;
  height: 268px;
  background-color: #fff;
}
.whole-box .content .content-main1 .main {
  margin: 23px 40px;
}
.whole-box .content .content-main1 .main .main-top {
  margin-bottom: 23px;
  height: 38px;
  border-bottom: 1px solid #eeeeee;
}
.whole-box .content .content-main1 .main .main-top span {
  height: 17px;
  line-height: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #181818;
}
.whole-box .content .content-main1 .main .main-bottom {
  width: 1104px;
  height: 159px;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left {
  margin-right: 13px;
  float: left;
  width: 358px;
  height: 100%;
  background: linear-gradient(57deg, #F6F9FF 0%, #FBFCFF 99%);
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-left {
  float: left;
  height: 100%;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-left img {
  float: left;
  width: 70px;
  height: 70px;
  margin: 36px 0px 52px 47px;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-right {
  float: left;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-right .right {
  margin-left: 36px;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-right .right .right-top {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #262628;
  margin-top: 28px;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-right .right .right-top:hover {
  color: #D42516;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-right .right .right-center {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  margin-bottom: 18px;
  width: 180px;
  height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7B7B7B;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-right .right .right-right {
  margin-top: 19px;
  height: 17px;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #D42516;
  line-height: 17px;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-right .right .right-right .money {
  width: 61px;
  height: 17px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #D42516;
  line-height: 17px;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-right .right .right-right .money i {
  height: 14px;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  margin-right: 2px;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-right .right .right-a {
  width: 84px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D42516;
  border: 1px solid #D42516;
  padding: 7px 9px;
  line-height: 12px;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-right .right .right-a span {
  font-size: 14px;
  color: #D42516;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-right .right .right-a:hover {
  background-color: #D42516;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left .left-right .right .right-a:hover span {
  color: #fff;
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left:hover {
  background: linear-gradient(57deg, #f1f5fd 0%, #f8faff 99%);
}
.whole-box .content .content-main1 .main .main-bottom .bottom-left:nth-child(3) {
  margin-right: 0px;
}
.whole-box .content .information-change {
  overflow: hidden;
}
.whole-box .content .information-change .pubilctitle-why {
  float: left;
  margin: 0 40px 0px 40px;
  width: 1100px;
  height: 627px;
}
.whole-box .content .information-change .pubilctitle-why .why-item {
  float: left;
  margin: 0 20px 20px 0;
  width: 540px;
  height: 189px;
  background-color: #F7F8FB;
}
.whole-box .content .information-change .pubilctitle-why .why-item .why-list {
  position: relative;
  margin: 30px 35px 50px 30px;
}
.whole-box .content .information-change .pubilctitle-why .why-item .why-list .whylist-on {
  margin-bottom: 10px;
  height: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #262628;
}
.whole-box .content .information-change .pubilctitle-why .why-item .why-list .whylist-on::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 34px;
  left: 0px;
  width: 23px;
  height: 2px;
  background-color: rgb(233, 70, 70);
}
.whole-box .content .information-change .pubilctitle-why .why-item .why-list p {
  margin-top: 26px;
  width: 377px;
  height: 63px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5E6066;
}
.whole-box .content .information-change .pubilctitle-why .why-item .why-list img {
  position: absolute;
  top: 40px;
  right: 0;
  width: 70px;
  height: 70px;
}
.whole-box .content .information-change .pubilctitle-why .why-item:nth-child(2n) {
  margin-right: 0;
}
.whole-box .content .information-item {
  width: 1100px;
  height: 470px;
  background-color: pink;
}
.whole-box .content .item {
  margin: 0px 40px;
  width: 1100px;
  height: 470px;
  background: url(/img/icon/1.jpg) no-repeat;
}
.whole-box .content .why-wrap {
  margin: 0px 0 30px 30px;
  position: relative;
}
.whole-box .content .why-wrap .left-left {
  width: 606px;
  height: 290px;
  background-color: #FFFFFF;
  padding-top: 60px;
  padding-left: 50px;
}
.whole-box .content .why-wrap .left-left .left .p1 {
  width: 80px;
  height: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262628;
}
.whole-box .content .why-wrap .left .p2 {
  height: 17px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D2D2D2;
}
.whole-box .content .why-wrap .left .p3 {
  width: 210px;
  height: 34px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #606060;
  margin-top: 25px;
}
.whole-box .content .why-wrap .left .btn {
  display: block;
  width: 190px;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-left: 25px;
  box-sizing: border-box;
  border: 1px solid #D42516;
  margin-top: 64px;
}
.whole-box .content .why-wrap .left .btn span {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  margin-left: 22px;
}
.whole-box .content .why-wrap .left .btn:hover::before {
  left: 0;
}
.whole-box .content .why-wrap .left .btn:hover::after {
  background-image: url(/img/product/why-arrow-hover.png);
}
.whole-box .content .why-wrap .left .btn::before {
  content: "";
  width: 190px;
  height: 100%;
  background-color: #D42516;
  border-top: 52px solid #D42516;
  border-right: 15px solid #fff;
  position: absolute;
  left: -55px;
  top: 0;
  transition: all 0.3s;
}
.whole-box .content .why-wrap .left .btn::after {
  content: "";
  width: 20px;
  height: 5px;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/img/product/why-arrow.png) no-repeat;
  transition: all 0.3s;
}
.whole-box .content .why-wrap .left::after {
  content: "";
  width: 27px;
  height: 2px;
  position: absolute;
  background-color: #D42516;
  left: 50px;
  top: 181px;
}
.whole-box .content .why-wrap .swiper {
  position: absolute;
  top: 30px;
  right: 30px;
  float: left;
  width: 720px;
  height: 290px;
}
.whole-box .content .why-wrap .swiper img {
  height: 290px;
}
.whole-box .content .why-wrap .swiper .hd {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
}
.whole-box .content .why-wrap .swiper .hd ul {
  text-align: center;
}
.whole-box .content .why-wrap .swiper .hd li {
  display: inline-block;
  width: 13px;
  height: 3px;
  background-color: #fff;
  margin: 0 2px;
  font-size: 0;
  cursor: pointer;
}
.whole-box .content .why-wrap .swiper .hd li.on {
  background-color: #D42516;
}
.whole-box .content .tex {
  margin-bottom: 35px;
}
.whole-box .content .pubilctitle-appraise {
  width: 1100px;
}
.whole-box .content .pubilctitle-appraise .appraise {
  margin-bottom: 48px;
  overflow: hidden;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-left {
  float: left;
  margin-right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-left img {
  margin-top: 9px;
  width: 44px;
  height: 44px;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right {
  float: left;
  width: 1034px;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-list {
  float: left;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-list .list-top {
  height: 25px;
  display: flex;
  overflow: hidden;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-list .list-top span {
  padding: 3px 0px 5px 0;
  height: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7C7C7C;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-list .list-top ul {
  margin-bottom: 13px;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-list .list-top ul li {
  float: left;
  padding: 0 3px;
  margin-left: 8px;
  height: 19px;
  line-height: 19px;
  background: #FFFFFF;
  color: #FFA383;
  border: 1px solid #FF7E56;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-list p {
  margin-top: 14px;
  width: 888px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262628;
  line-height: 14px;
  text-align: left;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-item {
  float: right;
  position: relative;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-item .appraiseright-pj {
  width: 29px;
  height: 14px;
  line-height: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #606060;
  margin-right: 110px;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-item ul {
  position: absolute;
  top: 2px;
  right: 0;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-item ul li {
  float: left;
  height: 14px;
  line-height: 14px;
  color: #FF671A;
  margin-right: 6px;
  border: none;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-item ul li img {
  width: 14px;
  height: 14px;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-item ul li:nth-child(5) {
  margin-right: 0;
}
.whole-box .content .pubilctitle-appraise .appraise .appraise-right .appraiseright-item .appraiseright-deta {
  float: right;
  margin-top: 22px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A7A7A7;
}
.whole-box .content .all {
  width: 1100px;
  margin: 0 40px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(244, 68, 68, 0.1);
  border-radius: 6px;
}
.whole-box .content .all .all-img {
  margin-bottom: 30px;
  width: 100%;
  height: 49px;
  background: url(/img/icon/shengb06.png);
}
.whole-box .content .all .all-img .all-why {
  float: left;
  padding: 10px 30px 9px 18px;
}
.whole-box .content .all .all-img .all-why .all-item {
  height: 26px;
  float: left;
  display: flex;
  margin-right: 550px;
}
.whole-box .content .all .all-img .all-why .all-item img {
  width: 27px;
  height: 26px;
  margin-right: 14px;
}
.whole-box .content .all .all-img .all-why .all-item p {
  width: 90px;
  height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
}
.whole-box .content .all .all-img .all-why .all-list {
  float: right;
  display: flex;
}
.whole-box .content .all .all-img .all-why .all-list p {
  margin-top: 8px;
  width: 257px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.whole-box .content .all .all-img .all-why .all-list .alllist-w {
  float: right;
  width: 90px;
  height: 30px;
  border: 1px solid #FFFFFF;
  margin-left: 19px;
}
.whole-box .content .all .all-img .all-why .all-list .alllist-w a {
  width: 56px;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  margin-left: 19px;
}
.whole-box .content .all .all-img .all-why .all-list .alllist-w:hover {
  background: #ff6454;
}
.whole-box .content .all .all-bott {
  margin: 0px 40px 0px 30px;
}
.whole-box .content .all .all-bott .allbott-lft {
  height: 14px;
  display: flex;
  margin-left: 41px;
  margin-bottom: 20px;
}
.whole-box .content .all .all-bott .allbott-lft p {
  padding: 1px 0;
  width: 82px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7C7C7C;
}
.whole-box .content .all .all-bott .allbott-lft span {
  margin-left: 30px;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262628;
  line-height: 14px;
}
.whole-box .content .all .all-bott .allbott-img {
  display: flex;
  margin-top: 6px;
}
.whole-box .content .all .all-bott .allbott-img .img-all {
  position: relative;
  width: 54px;
  height: 60px;
}
.whole-box .content .all .all-bott .allbott-img .img-all img {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 32px;
  height: 32px;
  background: #D2F1FB;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 7px 0px rgba(80, 80, 80, 0.21);
  border-radius: 50%;
}
.whole-box .content .all .all-bott .allbott-img .img-all span {
  position: absolute;
  left: 10px;
  top: 54px;
  height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 46px;
}
.whole-box .content .all .all-bott .allbott-img .allbott-fize {
  margin-left: 20px;
  margin-bottom: 30px;
  width: 954px;
  height: 53px;
  background: #F7F8FB;
  border-radius: 6px;
  padding: 19px 34px 21px 24px;
  transition: all 0.4s;
}
.whole-box .content .all .all-bott .allbott-img .allbott-fize .allbott-p {
  width: 896px;
  height: 38px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #606060;
  line-height: 24px;
}
.whole-box .content .all .all-bott .allbott-img .allbott-fize .allbott-a {
  color: #415ea2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
}
.whole-box .content .all .all-bott .allbott-img .allbott-fize .allbott-a:hover {
  color: #244695;
}
.whole-box .content .all .all-bott .allbott-img .allbott-fize:hover {
  transform: translate(0, -3px);
}/*# sourceMappingURL=index.css.map */