/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
html body {
  font-family: "微软雅黑";
  position: relative;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
/*设置默认字体*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  display: block;
  line-height: initial;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
/*重置列表元素*/
ul,
ol {
  list-style: none;
}
/*重置文本格式元素*/
a,
a:hover {
  text-decoration: none;
}
a {
  color: inherit;
  outline: none;
  -moz-outline: none;
}
a img {
  display: block;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
/*重置表单元素*/
legend {
  color: #000;
} /* for ie6 */
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}
/*重置表格元素*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
.none,
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-inline {
  display: inline;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.text-nowrap {
  white-space: nowrap;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.rotate180 {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bg-white{
  background: #fff;
}
/* 显示一行文字 */
.line1 {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/* 显示2行文字 */

.line2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
body {
  min-width: 1200px;
}
/* 12.12 start*/
/* .activityEntrance{
  position: fixed;
  cursor: pointer;
  left: 0;
  top: 527px;
  z-index: 11;
}
.activityEntrance .closeEntrance{
  position: absolute;
  cursor: pointer;
  top: 67px;
  right: 9px;
  width: 24px;
  height: 24px;
  background: url("../img/closeActivity.png") no-repeat;
  background-size: cover;
}
.activityEntrance .closeEntrance:hover{
  background: url("../img/closeActivityHover.png") no-repeat;

} */
/* 12.12 end */

.rightBar {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 100px;
  width: 70px;
  height: 169px;
  background-color: #5760c9;
  -webkit-box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
          box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
  border-radius: 15px 0px 0px 15px;
  padding: 0 10px;
}
.rightBar a {
  display: block;
  height: 50%;
  padding-top: 20px;
  text-align: center;
}
.rightBar a + a {
  border-top: 1px dashed #fff;
}
.rightBar a img {
  display: block;
  margin: 0 auto;
}
.rightBar a span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 13px;
}

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

.topBanner {
  height: 506px;
  background: url("../img/banner.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
}
.topBanner .container {
  padding-top: 155px;
  text-align: left;
  position: relative;
}
.topBanner .logo {
  position: absolute;
  left: 0;
  top: 25px;
}
.topBanner h1 {
  font-size: 50px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
}
.topBanner h3 {
  font-size: 32px;
  letter-spacing: 0px;
  color: #fff;
  margin: 20px 0 40px;
}
.topBanner h4 {
  font-size: 22px;
  letter-spacing: 0px;
  color: #c0c5ff;
}
.topBanner .btns {
  margin-top: 48px;
}
.topBanner .btns a {
  display: inline-block;
  width: 158px;
  height: 48px;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
  color: #5760c9;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#e3e3ff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #e3e3ff 0%, #ffffff 100%), -webkit-linear-gradient(#ffffff, #ffffff);
  background: -moz-linear-gradient(bottom, #e3e3ff 0%, #ffffff 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background: -o-linear-gradient(bottom, #e3e3ff 0%, #ffffff 100%), -o-linear-gradient(#ffffff, #ffffff);
  background: linear-gradient(0deg, #e3e3ff 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  background: #fff;
  -webkit-box-shadow: 3px 10px 22px 0px rgba(86, 80, 210, 0.43);
          box-shadow: 3px 10px 22px 0px rgba(86, 80, 210, 0.43);
  border-radius: 24px;
}
.topBanner .btns a + a {
  margin-left: 30px;
}

h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #666699;
}
h2 + h5 {
  font-size: 16px;
  letter-spacing: 0px;
  color: #9c9caf;
  margin-top: 20px;
  text-align: center;
}

.efficient {
  padding: 80px 0;
}
.efficient .btnUnderH2 {
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 46px;
  line-height: 46px;
  background-color: #5760c9;
  -webkit-box-shadow: 1px 2px 12px 0px rgba(86, 80, 210, 0.4);
          box-shadow: 1px 2px 12px 0px rgba(86, 80, 210, 0.4);
  border-radius: 23px;
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  margin-top: 35px;
}
.efficient .btnUnderH2 + img {
  display: block;
  margin: 0 auto;
}
.efficient > div {
  text-align: center;
}
.efficient .card {
  display: inline-block;
  margin-top: 98px;
  width: 401px;
  height: 362px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 6px 18px 0px rgba(180, 179, 208, 0.4);
          box-shadow: 2px 6px 18px 0px rgba(180, 179, 208, 0.4);
  border-radius: 10px;
  padding: 0 40px;
  position: relative;
  padding-top: 117px;
}
.efficient .card + .card {
  margin-left: 197px;
}
.efficient .card img {
  width: 125px;
  height: 125px;
  border-radius: 63px;
  -webkit-box-shadow: 2px 6px 18px 0px rgba(180, 179, 208, 0.4);
          box-shadow: 2px 6px 18px 0px rgba(180, 179, 208, 0.4);
  position: absolute;
  left: 50%;
  margin-left: -62.5px;
  top: 0;
  margin-top: -62.5px;
}
.efficient .card h3 {
  font-size: 19px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666699;
}
.efficient .card h4 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #9c9caf;
  text-align: left;
  margin: 27px 0 32px;
}
.efficient .card .btnInnerCard {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 40px;
  background-color: #5760c9;
  -webkit-box-shadow: 1px 2px 12px 0px rgba(86, 80, 210, 0.4);
          box-shadow: 1px 2px 12px 0px rgba(86, 80, 210, 0.4);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.privileges {
  height: 435px;
  padding-top: 80px;
  background-color: #f6f7fc;
}
.privileges .details {
  text-align: center;
  margin: 39px auto 0;
  position: relative;
}
.privileges .details .acrossLine {
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
}
.privileges .details .unit {
  display: inline-block;
}
.privileges .details .unit + .unit {
  margin-left: 80px;
}
.privileges .details .unit img {
  display: block;
  margin-bottom: 30px;
}
.privileges .details .unit h3 {
  font-size: 16px;
  letter-spacing: 0px;
  color: #717598;
}

.trustworthy {
  padding-top: 80px;
  height: 666px;
  text-align: center;
}
.trustworthy .advtgs {
  text-align: center;
  margin: 120px auto 0;
}
.trustworthy .advtgs .unit {
  display: inline-block;
}
.trustworthy .advtgs .unit h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #666699;
  margin: 28px 0 17px;
}
.trustworthy .advtgs .unit h4 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #9c9caf;
}
.trustworthy .advtgs .unit2 {
  margin-left: 165px;
  margin-right: 156px;
}

.beforeCopyright {
  height: 196px;
  background: url("../img/footerbj.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding-top: 50px;
  background-position: center;
  text-align: left;
}
.beforeCopyright .container {
  text-align: left;
}
.beforeCopyright p {
  height: 36px;
}
.beforeCopyright p * {
  vertical-align: text-bottom;
}
.beforeCopyright p span {
  font-size: 15px;
  letter-spacing: 0px;
  color: #7d8bc1;
  margin-left: 11px;
}
.beforeCopyright .btns {
  margin-top: 26px;
}
.beforeCopyright .btns a {
  display: inline-block;
  width: 134px;
  height: 38px;
  text-align: center;
  background-color: #5760c9;
  -webkit-box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
          box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
  border-radius: 19px;
  font-size: 17px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #fff;
}
.beforeCopyright .btns .BulkPurchases {
  margin-left: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
          box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
  color: #5760c9;
}

footer {
  height: 72px;
  line-height: 72px;
  background-color: #47485b;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #9ea3b7;
}
footer a:hover {
  text-decoration: underline;
}

/* 采购弹框 */
.mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.popup {
  width: 500px;
  height: 440px;
  -webkit-box-shadow: -5px 8px 7px 0 rgba(77, 77, 77, 0.1);
          box-shadow: -5px 8px 7px 0 rgba(77, 77, 77, 0.1);
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 1;
  margin-left: -250px;
  margin-top: -220px;
  background: #FFFFFF;
  z-index: 999;
}

.popup > i {
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 28px;
  background: url("../img/gb_1.png");
}

.popup > i:hover {
  background: url("../img/gb_2.png");
}

.popup_top {
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 32px;
}

.popup_top > h1 {
  text-align: center;
  font-size: 19px;
  color: #333333;
  padding-top: 23px;
  font-weight: bold;
}

.pop_input_box {
  padding: 0 28px;
  height: 38px;
  margin-bottom: 25px;
}

.pop_input_text {
  text-align: right;
  width: 36px;
  height: 38px;
  font-size: 13px;
  color: #333333;
  line-height: 38px;
  margin-right: 12px;
}

.pop_input {
  width: 367px;
  padding: 12px;
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  outline: none;
  font-size: 13px;
}

.pop_textarea_box {
  padding: 0 28px;
  height: 122px;
  margin-bottom: 21px;
}

.pop_textarea {
  width: 367px;
  height: 96px;
  padding: 12px;
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  outline: none;
  resize: none;
  font-size: 13px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c2c2c2;
  font-size: 13px;
  font-weight: 400;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #c2c2c2;
  font-size: 13px;
  font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c2c2c2;
  font-size: 13px;
  font-weight: 400;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c2c2c2;
  font-size: 13px;
  font-weight: 400;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c2c2c2;
  font-size: 13px;
  font-weight: 400;
}

input::placeholder, textarea::placeholder {
  color: #c2c2c2;
  font-size: 13px;
  font-weight: 400;
}

.popup_buttom {
  width: 180px;
  height: 42px;
  line-height: 42px;
  background-color: #1f82e6;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}

.pop_hint_name {
  position: absolute;
  top: 135px;
  left: 76px;
  width: 200px;
  color: #ff2222;
  font-size: 13px;
}

.pop_hint_tel {
  position: absolute;
  top: 197px;
  left: 76px;
  width: 200px;
  color: #ff2222;
  font-size: 13px;
}

.pop_input_name_red {
  color: #ff2222;
}

.pop_input_red {
  border: solid 1px #ff2222;
  color: #ff2222;
}

.pop_input_red::-webkit-input-placeholder {
  color: #ff2222;
}

.pop_input_red:-moz-placeholder {
  color: #ff2222;
}

.pop_input_red::-moz-placeholder {
  color: #ff2222;
}

.pop_input_red:-ms-input-placeholder {
  color: #ff2222;
}

.pop_input_red::-ms-input-placeholder {
  color: #ff2222;
}

.pop_input_red::placeholder {
  color: #ff2222;
}

.state {
  position: absolute;
  bottom: 50px;
  right: 80px;
  text-align: center;
  font-size: 13px;
  color: #333;
}