﻿/*首页头部*/
.header-banner-bd {
  overflow: hidden;
  height: 660px;
}
.header-banner-bd .item {
  overflow: hidden;
  height: 100%;
}
.header-banner-bd .pc .cell img {
  display: block;
  position: relative;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
}
.header-banner-bd .pc {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.header-banner-bd .pc .cell {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-banner-bd .pc .cell p {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
.header-banner-bd .pc .cell p a {
  display: block;
  position: absolute;
  left: 13.2%;
  bottom: 21.5%;
  background: url(../images/opacity.png) repeat;
  width: 100px;
  height: 30px;
  text-indent: -999px;
  overflow: hidden;
}
.header-banner-bd .pc .cell p a.a1 {
  left: 58%;
}

.header-banner-bd .pc .stack {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.header-banner-bd .pc .stack .pic {
  padding: 0px;
  position: relative;
}
.header-banner-bd .pc .stack .pic img {
  width: 100%;
}
.header-banner-bd .pc .stack .text {
  padding-top: 230px;
  font-family: "微软雅黑";
  position: relative;
}
.header-banner-bd .pc .stack .text h1 {
  font-size: 65px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 16px;
}
.header-banner-bd .pc .stack .text h2 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 16px;
}
.header-banner-bd .pc .stack .text h3 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 16px;
}
.header-banner-bd .pc .stack .text .btn {
  padding: 10px 0px;
  overflow: hidden;
}
.header-banner-bd .pc .stack .text .btn a {
  display: inline-block;
  width: 130px;
  overflow: hidden;
  text-indent: 25px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  background: url(../images/home-001.png) no-repeat 95px center;
  text-align: left;
  padding: 7px 0px;
}
.header-banner-bd .pc .stack .text .btn a:hover {
  background: #fff url(../images/home-002.png) no-repeat 95px center;
  color: #666;
}

.header-banner-bd .phone img {
  width: 100%;
}

.header-banner-bd .i01 .pc .stack .pic img {
  width: 115%;
}
.header-banner-bd .i02 .pc .stack .pic img {
  width: 110%; /*margin-left:-20%;灯泡结束后取消*/
}

.header-banner-ol {
  padding-bottom: 45px;
}

#header-banner .banner-btn {
  position: absolute;
  width: 80px;
  height: 100%;
  z-index: 9;
  top: 0px;
  display: none;
}
#header-banner .banner-btn a {
  display: block;
  height: 41px;
  width: 23px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0px;
  background: url(../images/button15.png) no-repeat 0px -41px;
}
#header-banner .banner-btn a:hover {
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
#header-banner .btn-left {
  left: 0px;
}
#header-banner .btn-right {
  right: 0px;
}
#header-banner .btn-right a {
  left: 0px;
  background-position: -23px -41px;
}
#header-banner .carousel-indicators-wrap {
  top: 150px;
  text-align: right;
  bottom: auto;
}

.h-inews .row {
  height: 50px;
  line-height: 50px;
  margin-top: -50px;
  overflow: hidden;
  position: relative;
  z-index: 20;
  background: url(../images/bg-black.png) repeat;
}
.h-inews .row a {
  color: #e5e5e5;
}
.notice-cell {
  position: relative;
}
.notice-cell h2 {
  float: left;
  line-height: 50px;
  font-size: 14px;
  margin-right: 20px;
  color: #e5e5e5;
}
.notice-cell .tempWrap {
  float: left;
  width: 80% !important;
}
.notice-cell ul {
  width: 80% !important;
}
.notice-cell ul li {
  height: 50px;
  overflow: hidden;
  float: left;
  width: 100% !important;
}
.notice-cell ul li a {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  height: 50px;
}
.notice-cell ul li a:hover {
  text-decoration: underline;
}
.notice-cell ul li span {
  float: left;
  color: #999;
}

.notice-cell .notice-btn {
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 15px;
  background: url(../images/button16.png) no-repeat 0px 0px;
}
.notice-cell .next {
  background-position: -23px 0px;
  right: 0px;
}
.notice-cell .next:hover {
  background-position: -23px -23px;
}
.notice-cell .prev {
  background-position: 0px 0px;
  right: 30px;
}
.notice-cell .prev:hover {
  background-position: 0px -23px;
}

/*首页icon*/
.content-icon {
  border-top: 2px solid #e6e6e6;
}
.ie7 .content-icon .col {
  width: 33.25% !important;
}
.content-icon .col {
  padding: 0px !important;
  overflow: hidden;
  background: #000;
}
.content-icon .col a {
  color: #fff;
  display: block;
  padding: 0px;
  border-right: 2px solid #e6e6e6;
}
.content-icon .col a:hover {
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
.content-icon .col a:active {
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
.content-icon .col a img {
  width: 100%;
  display: block;
}
.content-icon .third {
  border-right: none;
}
.content-icon .third a {
  border-right: none;
}

/*首页文档*/

/*jia*/
.stat-cont .stat-tabs li {
  width: 20%;
}
.stat-side {
  padding-bottom: 35px;
  *overflow: hidden;
}
.stat-side ul li {
  padding: 15px;
  overflow: hidden;
  position: relative;
}
.stat-side ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.stat-side ul li span {
  display: block;
}
.stat-side ul li .s1 {
  background: #000;
}
.stat-side ul li .s1:hover img {
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
.stat-side ul li .s1:active img {
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
.stat-side ul li .s2 {
  position: relative;
  left: 0px;
  bottom: 0px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.itemNone {
  display: none;
}

.stat-cell {
  overflow: hidden;
  padding: 60px 0px 20px 0px;
  text-align: center;
}
.stat-cell h2 {
  font-size: 42px;
  padding-bottom: 10px;
  color: #333;
}
.stat-cell p {
  font-size: 14px;
  line-height: 30px;
}

.hz-20211222-bannertxt {
  width: 60%;
  margin-top: 5%;
  margin-left: 0%;
}
.hz-20211222-bannertxt + div + a {
  margin-left: 10%;
  margin-top: 3%;
}
.hz-20211222-bannertxt img {
  width: 100%;
}
.hz-211222-plan-zl-box {
  width: 600px;
  left: 50%;
  position: fixed;
  margin-left: -300px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0px 3px 8px rgb(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: 999;
  padding: 40px 0;
  display: none;
}

.hz-211222-txt {
  margin-left: 10%;
  margin-top: 1%;
  font-size: 22px;
  color: #fff;
}

.home-content.hz-20211028-xg {
  margin-top: 29%;
  margin-left: 4%;
}
.hz-211222-plan-zl-box img {
  width: 100%;
}

.hz-211222-zl-main {
  width: 81.4%;
  margin: 0 auto;
  overflow: hidden;
}

.hz-211222-zl-title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #e60012;
}

.hz-211222-zl-tip {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin: 1.5% auto 3%;
}

.hz-211222-zl-list {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 4%;
}

.hz-211222-hy {
  width: 78.2%;
  float: left;
  box-sizing: border-box;
  margin-left: 1.8%;
  border: 1px solid #d9d9d9;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  color: #333;
  height: 40px;
  line-height: 40px;
  padding-left: 2%;
  border-radius: 5px;
  outline: none;
  background: #fff;
}

.hz-211222-zl-p {
  width: 15.3%;
  font-size: 14px;
  color: #333333;
  float: left;
  margin-top: 2%;
  text-align: right;
}

.hz-211222-xing {
  width: 1.2%;
  float: right;
  margin-top: 2%;
  margin-right: 2%;
}

.hz-211222-hy::-ms-expand {
  display: none;
}

.hz-211222-input {
  width: 78.2%;
  float: left;
  box-sizing: border-box;
  margin-left: 1.8%;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 40px !important;
  color: #333;
  height: 40px !important;
  padding-left: 2%;
  border-radius: 5px;
  outline: none;
}
.hz-211222-code {
  width: 54%;
}

.hz-211222-code-btn {
  font-size: 14px;
  float: left;
  margin-left: 2%;
  color: #e60012;
  cursor: pointer;
  margin-top: 1.5%;
}

.hz-211222-jiao {
  position: absolute;
  width: 1.5%;
  right: 6.4%;
  top: 22%;
}

.hz-211222-zl-c {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hz-211222-zl-c.c1 {
  margin-top: 2%;
}

.hz-211222-ys {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 3% auto 0;
}

.hz-211222-ys a {
  color: #e60012;
  text-decoration: none;
}

.hz-211222-zl-btn {
  width: 25.5%;
  margin: 5% auto 0;
  cursor: pointer;
}

.hz-211222-zl-close {
  position: absolute;
  width: 3.1%;
  right: 3.1%;
  top: 3.1%;
  cursor: pointer;
}
.hz-20211222-bannertxt + a .SYHome_ico::before {
  content: "\e609";
}

@media (max-width: 1366px) {
  .hz-211222-zl-main {
    width: 92.4%;
    margin: 0 auto;
    overflow: hidden;
  }
  .hz-211222-plan-zl-box {
    width: 526px;
    left: 50%;
    margin-left: -263px;
    transform: translateY(-41%);
    padding: 16px 0;
  }
}
@media (max-width: 750px) {
  .home-content.hz-20211222-xg {
    margin-top: 51%;
    margin-left: -2%;
  }

  .hz-211222-plan-zl-box {
    width: 93.3%;
    margin-left: 0;
    left: 3.5%;
    padding: 5% 0;
  }
  .hz-211222-zl-title {
    font-size: 4vw;
  }
  .hz-211222-zl-tip {
    font-size: 3vw;
    margin-top: 3%;
  }
  .hz-211222-zl-main {
    width: 92%;
    margin-left: 4%;
  }
  .hz-211222-zl-p {
    width: 20%;
    font-size: 3vw;
  }
  .hz-211222-zl-p.p1 {
    margin-top: 1%;
  }
  .hz-211222-zl-list,
  .hz-211222-zl-c.c1 {
    margin-top: 4%;
  }
  .hz-211222-code-btn {
    font-size: 3vw;
  }
  .hz-211222-code {
    width: 41% !important;
  }

  .hz-211222-hy,
  .hz-211222-input {
    width: 69%;
    height: auto !important;
    line-height: 1em !important;
    margin-left: 2.5%;
    border-radius: 3px;
    font-size: 3vw;
    padding: 1.5% 0 1.7% 2%;
    background: none;
    -webkit-appearance: none;
  }
  .hz-211222-xing {
    width: 1.7%;
    margin-right: 4%;
  }
  .hz-211222-jiao {
    width: 2.2%;
    right: 12.2%;
  }
  .hz-211222-jiao.j1 {
    top: 44%;
  }
  .hz-211222-ys {
    font-size: 2.4vw;
  }
  .hz-211222-zl-close {
    width: 5%;
    right: 4%;
  }
  .hz-211222-zl-btn {
    width: 30.4%;
    margin: 3% auto 0;
  }
}
.hz_220715_box {
  width: 1044px;
  margin: 140px auto 3%;
}
.hz_220715_box img {
  width: 100%;
}
.hz_220715_img {
  width: 1044px;
  margin: 0 auto;
}
.hz_220715_back {
  position: relative;
  font-size: 16px;
  color: #000;
  margin-bottom: 3%;
}
.hz_220715_back a {
  color: #000;
}
.hz_220715_back:hover a {
  color: #e60012;
}
.hz_220715_back:before {
  margin-right: 5px;
  content: "<";
  font-size: 16px;
  color: #e60012;
}
@media screen and (max-width: 758px) {
  .hz_220715_box {
    width: 100%;
    padding: 0 16px;
    margin: 5% auto 5%;
  }
  .hz_220715_img {
    width: 100%;
    margin: 0 auto;
  }
  .hz_220715_back {
    font-size: 14px;
  }
  .hz_220715_back:before {
    margin-right: 5px;
    content: "<";
    font-size: 14px;
    color: #e60012;
  }
}
