
/*------------------------------------------------------------
	首页
------------------------------------------------------------*/
.headInner {
  width: 1200px;
}

#gNavi li:not(:first-child) a {
  color: #fff;
}

#gNavi li:last-child a {
  color: #fa3030;
}

#gHeader.fixed #gNavi li:not(:first-child) a {
  color: #221815;
}

#gHeader.fixed #gNavi li:last-child a {
  color: #fa3030;
}

#main {
  position: relative;
}

#main .bgBox {
  width: 100%;
  height: 911px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../image/top_bg.png') no-repeat right -18px top -2px;
  /* background-image: url('../image/top_bg.png');
	background-repeat: no-repeat;
	background-position: right -18px top -2px;
	background-attachment: fixed; */
}

#main .topBox {
  padding-bottom: 1px;
  position: relative;
  z-index: 10;
}

#main .topBox .leftBox {
  padding-top: 149px;
  float: left;
}

#main .topBox .leftBox .text {
  margin-bottom: 7px;
  color: #b3b3b3;
  font-size: 20px;
}

#main .topBox .leftBox .title {
  margin-bottom: 15px;
  color: #f23a3a;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
}

#main .topBox .leftBox .note {
  margin-bottom: 23px;
  color: #626262;
  font-size: 20px;
}

#main .topBox .leftBox .downloadBox .leftInner {
  margin-right: 25px;
  float: left;
}

#main .topBox .leftBox .downloadBox .rightInner li {
  padding: 0 25px;
  width: 223px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #b8b8b8;
}

#main .topBox .leftBox .downloadBox .rightInner li:first-child {
  margin-bottom: 20px;
}

#main .topBox .leftBox .downloadBox .rightInner li:hover {
  cursor: pointer;
  border-color: #ff564d;
  background-color: #ff564d;
}

#main .topBox .leftBox .downloadBox .rightInner li .image {
  width: 28px;
  height: 34px;
  overflow: hidden;
  position: relative;
}

#main .topBox .leftBox .downloadBox .rightInner li .image img {
  position: absolute;
  left: 0;
  top: 0;
}

#main .topBox .leftBox .downloadBox .rightInner li .image .off {
  opacity: 1;
}

#main .topBox .leftBox .downloadBox .rightInner li .image .on {
  opacity: 0;
}

#main .topBox .leftBox .downloadBox .rightInner li:hover .image .off {
  opacity: 0;
}

#main .topBox .leftBox .downloadBox .rightInner li:hover .image .on {
  opacity: 1;
}

#main .topBox .leftBox .downloadBox .rightInner li .txt {
  color: #070001;
  font-size: 20px;
}
#main .topBox .leftBox .downloadBox .rightInner li:hover .txt {
  color: #fff;
}

#main .topBox .leftBox .downloadBox {
  margin-bottom: 24px;
}

#main .topBox .leftBox .btmTxt {
  color: #626262;
  font-size: 20px;
}

#main .topBox .rightBox {
  padding: 22px 65px 0 0;
  position: relative;
  float: right;
}

#main .topBox .rightBox .left {
  position: absolute;
  left: -190px;
  top: 178px;
  z-index: -1;
}

#main .topBox .rightBox .right {
  position: absolute;
  right: -110px;
  top: 133px;
}

#main .projectBox {
  margin-bottom: 19px;
  padding: 54px 0 65px;
  background-color: #fbfbfb;
}

#main .projectBox .headLine01 {
  margin-bottom: 55px;
}

#main .projectBox .noteList li {
  margin-right: 54px;
  padding-top: 20px;
  width: 362px;
  height: 200px;
  float: left;
  box-sizing: border-box;
  box-shadow: 2px 2px 30px rgba(8, 6, 6, 0.1);
  background-color: #fff;
}

#main .projectBox .noteList li:nth-child(3) {
  margin-right: 0;
}

#main .projectBox .noteList li span {
  display: block;
  text-align: center;
}

#main .projectBox .noteList li .num {
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 60px;
  font-style: italic;
  font-weight: bold;
}

#main .projectBox .noteList li .text {
  color: #696969;
  font-size: 16px;
  line-height: 1.3;
}

#main .problemsBox {
  padding-top: 54px;
  height: 711px;
  box-sizing: border-box;
  background: #f33333 url('../image/phone_bg.png') no-repeat center
    bottom;
}

#main .problemsBox .headTitle {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

#main .problemsBox .headTitle .en {
  margin-top: 3px;
  display: block;
  font-size: 16px;
  font-weight: normal;
}

#main .problemsBox .functionBox {
  position: relative;
}

#main .problemsBox .functionBox .photo {
  text-align: center;
}

#main .problemsBox .functionBox .noteBox {
  position: absolute;
  
  align-items: center;
  justify-content: flex-start;
}

#main .problemsBox .functionBox .noteBox .icon {
  margin-right: 18px;
}

#main .problemsBox .functionBox .noteBox p {
    width: 225px;
  color: #fff;
  font-size: 16px;
}

#main .problemsBox .functionBox .noteBox01 {
  left: 18px;
  top: 127px;
}

#main .problemsBox .functionBox .noteBox02 {
  left: 20px;
  top: 291px;
}

#main .problemsBox .functionBox .noteBox03 {
  right: 17px;
  top: 130px;
}

#main .problemsBox .functionBox .noteBox04 {
  right: -52px;
  top: 260px;
}

#main .problemsBox .functionBox .noteBox05 {
  right: 68px;
  top: 400px;
}

#main .originBox {
  margin-bottom: 132px;
  padding-top: 210px;
}

#main .originBox .headLine01 {
  margin-bottom: 58px;
}

#main .originBox .originList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#main .originBox .originList li {
  width: 25%;
  text-align: center;
}

#main .originBox .originList li span {
  display: block;
}

#main .originBox .originList li .image {
  margin: 0 auto 32px;
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

#main .originBox .originList li .text {
  font-size: 16px;
}

#main .imgBox .photoBox {
  width: 600px;
  float: right;
  position: relative;
}

#main .imgBox .photoBox li {
  float: left;
}

#main .imgBox .photoBox li:first-child {
  margin-right: -35px;
}

#main .imgBox .photoBox .picBox {
  position: absolute;
  left: 147px;
  bottom: 5px;
}

#main .imgBox .textBox {
  margin: 147px 0 0 100px;
  width: 452px;
  float: left;
}

#main .imgBox .textBox .title {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: bold;
}

#main .imgBox .textBox .redTxt {
  margin-bottom: 6px;
  color: #cc3333;
  font-size: 16px;
}

#main .imgBox .textBox .en {
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #c6c6c6;
  font-size: 14px;
  border-bottom: 1px solid #c0c0c0;
}

#main .imgBox .textBox .text {
  margin-bottom: 44px;
  font-size: 16px;
  line-height: 1.4;
}

#main .imgBox .textBox .btnList li {
  width: 162px;
  float: left;
}

#main .imgBox .textBox .btnList li:first-child {
  margin-right: 35px;
}

#main .imgBox .textBox .btnList li a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  transition: all 0.5s;
  background: #d60211 url('../image/app_dowlond.png') no-repeat left 10px
    center;
  border: 2px solid #d60211;
}

#main .imgBox .textBox .btnList li.one a {
  background: #0252d6 url('../image/icon_q.png') no-repeat left 7px center;
  border-color: #0252d6;
}

#main .imgBox .textBox .btnList li a:hover {
  text-decoration: none;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  background-image: url('../image/app_dowlond_hover.png');
  border-color: #fff;
  background-color: #fff;
}

#main .imgBox .textBox .btnList li.one a:hover {
  background-image: url('../image/icon_q_hover.png');
}

#main .imgBox .textBox .btnList li a span {
  margin-left: 44px;
  padding: 9px 0;
  display: block;
  color: #d60211;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s;
  background-color: #fff;
}

#main .imgBox .textBox .btnList li.one a span {
  color: #0252d6;
}

#main .imgBox .textBox .btnList li a:hover span {
  color: #fff;
  background-color: #d60211;
}

#main .imgBox .textBox .btnList li.one a:hover span {
  background-color: #0252d6;
}

#main .imgBoxL .photoBox {
  position: relative;
  float: left;
}

#main .imgBoxL .photoBox .photo {
  margin-top: -37px;
  padding-right: 14px;
  text-align: right;
}

#main .imgBoxL .photoBox .picBox {
  position: absolute;
  left: 85px;
  bottom: 63px;
}

#main .imgBoxL .textBox {
  margin: 112px 118px 0 0;
  float: right;
}

#main .equipmentBox .headLine01 {
  margin-bottom: 28px;
}

#main .equipmentBox {
  margin-bottom: 67px;
}

#main .equipmentBox > a {
  display: block;
}

#main .equipmentBox > a:hover {
  text-decoration: none;
}

#main .nearbyBox {
  margin-bottom: 81px;
}

#main .nearbyBox > a {
  display: block;
}

#main .nearbyBox > a:hover {
  text-decoration: none;
}

#main .buildingBox .headLine01 {
  margin-bottom: 28px;
}

#main .buildingBox {
  margin-bottom: 69px;
}

#main .buildingBox > a {
  display: block;
}

#main .buildingBox > a:hover {
  text-decoration: none;
}

#main .biddingBox .imgBoxL .photoBox .photo {
  margin-top: -35px;
  padding-right: 18px;
}

#main .biddingBox .imgBoxL .photoBox .picBox {
  left: 104px;
  bottom: 188px;
}

#main .biddingBox > a {
  display: block;
}

#main .biddingBox > a:hover {
  text-decoration: none;
}

#main .biddingBox {
  margin-bottom: 93px;
}

#main .schoolBox .headLine01 {
  margin-bottom: 28px;
}

#main .schoolBox .imgBox .photoBox .picBox {
  left: 0;
  bottom: 218px;
}

#main .schoolBox > a {
  display: block;
}

#main .schoolBox > a:hover {
  text-decoration: none;
}

#main .schoolBox {
  margin-bottom: 19px;
}

#container {
  position: relative;
}

#container .popupBox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

#container .popupBox .videoBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#container .popupBox .subBox {
  margin: 0 auto;
  width: 310px;
  position: relative;
}

#container .popupBox .subBox .btnList {
  position: absolute;
  right: -130px;
  top: 0;
}

#container .popupBox .subBox .btnList li {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #000;
}

#container .popupBox .subBox .btnList li:hover {
  cursor: pointer;
}

#container .popupBox .subBox .btnList li .image {
  margin-right: 20px;
}

#container .popupBox .subBox .btnList li:last-child {
  margin-top: 15px;
  color: #000;
  background-color: #fff;
}

#container .popupBox.on {
  display: block;
}

.spShow {
  display: none;
}

@media all and (min-width: 0) and (max-width: 1770px) {
  #gNavi li:first-child a {
    color: #fff;
  }

  #gHeader.fixed #gNavi li:first-child a {
    color: #221815;
  }
}


