*{word-wrap:break-word;box-sizing: border-box;margin: 0;padding: 0;}
.nav-jump {
  text-decoration: none;
  color: white;
}
.nav-jump:hover {
  color: #324274;
}

.display-flex {
  display: flex;
}
.clear-flex::after {
  display: table;
  content: "";
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  vertical-align: middle;
}
.fontsize12 {
  font-size: 12px;
}
.fontsize20 {
  font-size: 20px;
}
.fontweight {
  font-weight: 700;
}

/*自定义通用样式*/
html {
  width: 100%;
  height: 100%;
}
body{
  width: 100%;
  height: 100%;
  font-family:  PingFangSC-Regular !important;
  /*letter-spacing: 1px;*/
}
#app {
  position: relative;
  width: 100%;
  min-width: 1500px;
  height: 100%;
  overflow-x: auto;
}
.header-wrapper {
  position: absolute;
  top: 0;
  height: 60px;
  width: 100%;
  background: #324274;
  font-size: 20px;
  color: white;
}
.header-icon {
  font-size: 22px;
  float: left;
}
.header-icon img {
  margin-left: 140px;
  margin-right: 20px;
  width: 60px;
  height: 60px;
}
.header-tav {
  float: right;
  height: 60px;
  margin-right: 100px;
}
.header-item-child {
  cursor: pointer;
  width: 140px;
  height: 60px;
  line-height: 54px;
  float: left;
  text-align: center;
}
.header-item-child:hover {
  color: #324274;
  background: white;
  border-bottom: 3px solid #324274;
  border-top: 3px solid #324274;
}
.header-item-child.selected {
  color: #324274;
  background: white;
  border-bottom: 3px solid #324274;
  border-top: 3px solid #324274;
}
.header-item-child.selected a, .header-item-child:hover a {
  color: #324274;
}
.content-title {
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 40px;
  border-left: 100px solid #324274;
  padding-left: 30px;
  color: #324274;
}

/* 中间 */
.content {
  position: absolute;
  top: 60px;
  bottom: 60px;
  width: 100%;
  overflow-y: auto;
}
.content-item {
  width: 100%;
  padding-top: 200px;
  min-height: 100%;
  position: relative;
}
.content-item.content-item-news {
  min-height: 600px;
}
.content-item-home {
  height: 100%;
  padding-top: 0;
}
.content-item .home {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.content-item .home .content-item-home-right {
  margin-left: 100px;
}
.content-item-home-cname {
  font-size: 42px;
}
.content-item-home-ename {
  font-size: 30px;
  margin-top: 30px;
  background: #324274;
  color: white;
  padding: 10px 80px 10px 10px;
}
/* 关于我们 */
.content-item-about {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-item-about-header {
  margin-bottom: 20px;
}
.content-item-about-header-left {
  width: 200px;
  margin-left: 20px;
}
.content-item-about-header-right {
  width: 300px;
  margin-left: 190px;
}
.content-item-about-header-left-subtitle {
  margin-top: 5px;
  color: #666;
}
.content-item-about-footer {
  margin-top: 20px;
}
.content-item-about-footer-left {
  width: 200px;
  margin-left: 20px;
}
.content-item-about-footer-center {
  width: 260px;
  margin-left: 135px;
}
.content-item-about-footer-right {
  width: 300px;
  margin-left: 120px;
}
.content-item-contact {
  height: 500px;
}
.content-item-contact-footer {
  margin-top: 30px;
  padding-left: 30px;
  background: #324274;
  height: 400px;
  color: white;
}
.content-item-contact-footer-title {
  padding-top: 22px;
  font-size: 22px;
}
.content-item-contact-footer img {
  width: 66px;
  height: 66px;
  margin-right: 20px;
}
.content-item-contact-footer span {
  vertical-align: middle;
}
.content-item-contact-content {
  line-height: 50px;
}

/* 服务范围 */
.content-item-service-left {
  display: flex;
  width: 200px;
  height: 200px;
  background: url("../images/service.png");
  background-size: 100%;
  align-items: center;
  justify-content: center;
  padding: 30px;
  font-size: 30px;
  text-align: center;
  color: white;
}
.content-item-service-item {
  font-size: 24px;
  line-height: 35px;
  margin-top: 30px;
}
.content-item-service-center {
  margin-left: 180px;
  margin-right: 100px;
}
.content-item-service-item img {
  margin-right: 30px;
}
/* 解决方案 */
.content-item-solution {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-item-solution-left {
  float: left;
  text-align: left;
  font-size: 22px;
  margin-left: 240px;
}
.content-item-solution-right {
  float: left;
  text-align: left;
  font-size: 22px;
  margin-left: 600px;
}
/* 新闻资讯 */
.content-item-news-left {
  padding: 20px;
  width: 150px;
  border: 1px solid #324274;
  border-radius: 4px;
  height: 400px;
}
.content-item-news {
  display: flex;
  justify-content: center;
}
.content-item-news-item {
  margin-bottom: 10px;
  cursor: pointer;
}
.content-item-news-right {
  width: 1270px;
  height: 400px;
  border: 1px solid #324274;
  border-radius: 4px;
  padding: 20px;
  margin-left: 30px;
}
.content-item-news-right div {
  display: none;
}
.content-item-news-right div.selected {
  display: block;
}
.content-item-solution-item {
  position: relative;
  width: 1242px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: left;
}
.content-item-solution-item .title {
  font-size: 22px;
  line-height: 60px;
}
.content-item-solution-item-content {
  width: 486px;
  font-size: 20px;
  line-height: 40px;
  color: #666;
}
.content-item-solution-item1 .last-content {
  margin-bottom: 160px;
}
.content-item-solution-item2 .last-content {
  margin-bottom: 50px;
}
.content-item-solution-item-right {
  position: absolute;
  top: 0;
  right: 120px;
  text-align: center;
}
.content-item-solution-item-right .img {
  width: 200px;
  display: block;
}
.content-item-solution-item3-footer {
  margin-bottom: 60px;
}
.content-item-solution-item3-footer .img {
  width: 200px;
  height: 100px;
}
.content-item-solution-item4 .last-content {
  margin-bottom: 100px;
}
.content-item-solution-item6 {
  height: 600px;
}
.content-item-solution-item7 {
  margin-top: 60px;
}
.content-item-solution-item7 .last-content {
  margin-bottom: 60px;
}
.content-item-solution-item8 .last-content {
  margin-bottom: 60px;
}
.content-item-solution-item9 .content-item-solution-item-content {
  width: 100%;
}
.content-item-solution-item9 .last-content {
  margin-bottom: 60px;
}

/* 底部 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #324274;
  font-style:italic;
}
.footer .left {
  margin-left: 30px;
}
.footer .right {
  margin-right: 30px;
}

.beian {
  cursor: pointer;
  color: white;
}