@charset 'utf-8';
/*样式重置*/
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-family: "微软雅黑";
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
dt {
  font-weight: normal;
}
img {
  border: none;
  vertical-align: top;
}
input,
select,
textarea,
button {
  outline: none;
  border: none;
  background-color: transparent;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #fff;
  vertical-align: top;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
a:active {
  outline: 0;
  text-decoration: none;
}
mark {
  background: transparent;
}
span,
mark,
em,
strong,
time,
i,
s,
b,
big,
cite,
del,
dfn,
font,
ins,
label,
small,
strike,
u {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  word-spacing: normal;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
::selection {
  color: #fff;
  background: #328EFE;
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  background: #328EFE;
  text-shadow: none;
}
input::-ms-clear {
  display: none;
}
input[type=password]::-ms-reveal {
  display: none;
}
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body::-webkit-scrollbar {
  width: 0;
}
.wrapper {
  width: 100%;
  padding: 0 50px 30px;
  background: url(../img/bj.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  text-align: center;
  overflow: hidden;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper img {
  max-width: 100%;
}
.main-left {
  float: left;
  width: 27%;
}
.main-center {
  float: left;
  width: 46%;
}
.main-right {
  float: left;
  width: 27%;
}
.item1 {
  width: 100%;
}
.item1 h2 {
  padding: 18% 7% 0;
}
.item2 h2 {
  padding: 0 7%;
}
.charts1 {
  position: relative;
  width: 100%;
  height: 280px;
  background: url(../img/starbj.png) no-repeat center center;
  z-index: 1;
}
.charts1 span {
  vertical-align: middle;
}
.charts2 {
  width: 100%;
  height: 497px;
}
.item3 {
  padding-top: 8px;
  margin: 0 10px;
  border-top: 1px dashed #00e2fe;
}
.item3 h3 {
  line-height: 44px;
}
.item3 h3:after {
  content: "";
  display: block;
  clear: both;
}
.item3 h3 span {
  float: left;
  font-size: 20px;
}
.item3 h3 a {
  float: right;
  width: 22px;
  height: 22px;
  margin-top: 10px;
  background: url(../img/more.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.item3 h3 a:hover {
  background: url(../img/moreh.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.list {
  padding-bottom: 3px;
  text-align: left;
}
.list li {
  position: relative;
  padding-left: 16px;
  padding-right: 20px;
  line-height: 24px;
  font-size: 16px;
  z-index: 1;
}
.list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #f8507c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.list li a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title {
  width: 100%;
}
.title img {
  width: 100%;
}
.wrap {
  position: relative;
  padding: 0 7.24%;
  z-index: 1;
}
.wrap h2 {
  padding: 0 27.5%;
}
.wrap .company {
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 16px;
  color: #fff;
}
.row {
  width: 100%;
  padding-top: 15px;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}
.row .item {
  float: left;
  width: 50%;
}
.row .item h2 {
  padding: 0 7%;
}
.row .content {
  padding: 11px 0;
  font-family: '庞门正道标题体';
  text-align: center;
}
.row .content p {
  display: inline-block;
  line-height: 40px;
  font-size: 24px;
  vertical-align: top;
}
.row .item2 {
  width: 25%;
  padding-bottom: 4.52%;
}
.row .item2 span {
  width: 100%;
  padding-right: 11.3%;
  padding-bottom: 5.7%;
  line-height: 80px;
  font-size: 20px;
  text-align: right;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: right 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.row .item2:nth-of-type(1) span {
  background-image: url(../img/by1.png);
}
.row .item2:nth-of-type(2) span {
  background-image: url(../img/by2.png);
}
.row .item2:nth-of-type(3) span {
  background-image: url(../img/by3.png);
}
.row .item2 i {
  margin-left: 5px;
  letter-spacing: -1px;
}
.row .item2:nth-of-type(1) i {
  color: #00bfca;
}
.row .item2:nth-of-type(2) i {
  color: #ef4c78;
}
.row .item2:nth-of-type(3) i {
  color: #f98540;
}
.numcontent {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}
.dataNums {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.dataOne {
  display: inline-block;
  width: 37px;
  height: 40px;
  margin: 0 3px;
  font-size: 34px;
  background: url(../img/numbj.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  letter-spacing: normal;
  word-spacing: normal;
}
.dataBoc {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.tt span {
  width: 100%;
  height: 100%;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
}
.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.charts3 {
  height: 200px;
}
.charts4 {
  height: 265px;
}
.link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.82% 0 1%;
  margin: 0 5.64%;
  border-top: 1px dashed #00e2fe;
}
.link a {
  width: 21%;
  padding-top: 1%;
  line-height: 40px;
  background: url(../img/linkbj.png) no-repeat;
  font-size: 18px;
  color: #0de5f1;
  -webkit-background-size: 100%;
  background-size: 100%;
  white-space: nowrap;
}
.link a:hover {
  background: url(../img/hoverbj.png) no-repeat;
}
.item4 h2 {
  padding: 18% 17.44% 0;
}
.item5 h2 {
  padding: 0 24.42%;
}
.charts5 {
  height: 300px;
}
.charts6 {
  height: 220px;
}
.smalltitle {
  padding: 20px 2.44% 20px;
}
.footer {
  margin: 0 10px;
  text-align: left;
}
.footer h3 {
  padding-bottom: 16px;
  line-height: 48px;
  font-size: 20px;
}
.footer h3 span {
  padding-left: 15px;
}
.footer .content {
  text-align: center;
}
.footer .content:after {
  content: "";
  display: block;
  clear: both;
}
.footer .sline {
  float: left;
  width: 1px;
  height: 100px;
  margin-top: 7px;
  background-color: #999;
}
.footer .logo {
  float: left;
  width: 50%;
  text-align: center;
}
.footer .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.footer .logo img {
  width: 50%;
}
.footer .ewm {
  float: left;
  width: 49%;
}
/*适配PC端小屏(1280已上---1366以下)*/
@media all and (min-width: 1281px) and (max-width: 1366px) {
  .wrapper {
    padding: 0 33px 30px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .wrap {
    padding: 0;
  }
  .row {
    padding: 15px 7.24% 0;
  }
  .item3 h3 span {
    font-size: 16px;
  }
  .item3 h3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    line-height: 12px;
    font-size: 14px;
  }
  .list li {
    line-height: 20px;
    font-size: 14px;
  }
  .row .content p {
    line-height: 28px;
    font-size: 20px;
  }
  .row .item2 {
    width: 30%;
  }
  .row .item2 span {
    line-height: 60px;
    font-size: 16px;
    text-align: center;
  }
  .dataOne {
    width: 26px;
    height: 28px;
    font-size: 24px;
  }
  .tt {
    line-height: 28px;
  }
  .link a {
    line-height: 28px;
    font-size: 12px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .link a:hover {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .charts1 {
    height: 220px;
    -webkit-background-size: 60%;
    background-size: 60%;
  }
  .charts2 {
    height: 350px;
  }
  .charts4 {
    height: 186px;
  }
  .charts5 {
    height: 220px;
  }
  .charts6 {
    height: 234px;
  }
  .smalltitle {
    padding: 8px 2.44% 6px;
  }
  .footer h3 {
    padding-bottom: 0;
    line-height: 32px;
    font-size: 16px;
  }
  .footer .logo img {
    width: 70%;
  }
}
/*适配PC端小屏(1025已上---1280以下)*/
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .wrapper {
    padding: 0 40px 30px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .list li {
    line-height: 20px;
    font-size: 12px;
  }
  .row .content p {
    font-size: 18px;
    line-height: 27px;
  }
  .row .item2 span {
    line-height: 60px;
    font-size: 14px;
    text-align: center;
  }
  .dataOne {
    width: 25px;
    height: 27px;
    font-size: 20px;
  }
  .tt {
    line-height: 27px;
  }
  .item3 h3 {
    line-height: 32px;
  }
  .item3 h3 span {
    font-size: 16px;
  }
  .item3 h3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    line-height: 12px;
    font-size: 14px;
  }
  .link a {
    line-height: 26px;
    font-size: 12px;
  }
  .charts1 {
    height: 220px;
  }
  .charts2 {
    height: 350px;
  }
  .charts3 {
    height: 140px;
  }
  .charts4 {
    height: 186px;
  }
  .charts5 {
    height: 220px;
  }
  .charts6 {
    height: 234px;
  }
  .footer .content {
    line-height: 20px;
  }
  .footer h3 {
    line-height: 32px;
    font-size: 16px;
  }
  .footer .hzdw {
    line-height: 20px;
    font-size: 12px;
  }
  .footer .sline {
    height: 30px;
    margin-top: 5px;
  }
  .footer .logo {
    padding: 0 5%;
    line-height: 40px;
  }
  .footer .ewm span {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: 4px;
  }
  .footer .ewm em {
    float: right;
    padding-top: 2px;
    font-size: 12px;
  }
}
