.comForm1 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 450px;
  height: 320px;
  border-radius: 10px;
  /* margin-left: -10px; */
  background-color: #fff;
  padding: 20px;
}

.comForm1 .head {
  display: flex;
  justify-content: space-around;
  position: relative;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
}

.comForm1 .head span {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: #ff6131;
  text-align: center;
  color: #fff;
  line-height: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.inp {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.inp input {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #F9F9F9;
  border-radius: 10px;
  border: none;
  outline: none;
  padding-left: 10px;
}

.inp .phone {
  display: flex;
  align-items: center;

}

.inp .name {
  display: flex;
  align-items: center;

}

.inp .name div {
  margin-right: 8px;

}

.inp .phone div {
  margin-right: 8px;

}

.inp .phone,
.inp .name,
.address {
  padding-left: 32px;
}

.inp span {
  margin-right: 10px;
  color: #5F5E5E;
}

input::-webkit-input-placeholder {
  color: #5F5E5E;
  font-size: 15px;
}

.phone,
.address,
.organization {
  margin-bottom: 20px;
}

.inp .organization span {
  margin-right: 8px;
}

.comForm1 button {
  position: absolute;
  left: 112px;
  bottom: 20px;
  width: 156px;
  height: 46px;
  background-image: linear-gradient(#FF5C53, #FF6320);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  margin-left: 20px;
  cursor: pointer;
}
.container {
  margin-top: 60px;
  font-size: 18px;
}

.container .banner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.container .banner .imgBox {
  position: relative;
  width: 1920px;
  height: 560px;
}

/* 公告栏 */
.container .bulletinBoard {
  padding: 20px 0;
  padding-top: 25px;
  background: #f9f9f9;

}

.container .bulletinBoard .bulletinBoard-container {
  width: 1200px;
  height: 40px;
  font-size: 16px;
  margin: auto;
  color: #FF6320;


}

.container .banner .imgBox .try {
  position: absolute;
  bottom: 140px;
  left: 400px;
  width: 204px;
  height: 60px;
  text-align: center;
  border: none;
  color: #fff;
  background-color: #ff6320;
}

.container .banner .comForm1 {
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.container .popContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.container .ContentBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -20px;
}

.container .swiper {
  width: 1920px;
  height: 800px;
}

.container .ContentBox .introduce_box {
  width: 1200px;
  padding: 60px 0;
}

.container .ContentBox .introduce_box h1 {
  font-size: 44px;
  color: #181818;
  font-weight: 300;
  margin: 0 !important;
}

.container .ContentBox .introduce_box .introduceText {
  font-size: 20px;
  color: #888888;
  margin-bottom: 30px;
}

.container .ContentBox .introduce_box .module {
  width: 100%;
  height: 710px;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 20px;
  display: flex;
}

.container .ContentBox .introduce_box .module .mod_left {
  width: 269px;
}

.container .ContentBox .introduce_box .module .mod_left .Same_Left_list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 69px;
  border-bottom: 2px solid #E2E6F1;
  font-size: 22px;
}

.container .ContentBox .introduce_box .module .mod_left .Same_Left_list .highlightbox {
  position: absolute;
  left: 0;
  width: 152px;
  height: 340px;
  background: linear-gradient(135deg, #ffffff 4%, #ffffff 96%);
  border-radius: 30px;
  box-shadow: 6px 10px 16px 12px #e0e3e6;
}

.container .ContentBox .introduce_box .module .mod_left .Same_Left_list .highlightbox .allbox {
  position: relative;
}

.container .ContentBox .introduce_box .module .mod_left .Same_Left_list .highlightbox .computer {
  position: absolute;
  left: 10px;
  top: -14px;
  width: 132px;
  height: 82px;
  background: url('../images/电脑11.png') no-repeat;
}

.container .ContentBox .introduce_box .module .mod_left .Same_Left_list .highlightbox .import {
  position: absolute;
  left: -18px;
  top: -32px;
  z-index: 99;
  width: 100px;
  height: 50px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  transform: rotate(-20deg);
  background: linear-gradient(180deg, #ff6320, #ff5c53);
  border-radius: 50%;
  box-shadow: 0px 6px 6px 0px rgba(255, 99, 32, 0.30);
}

.container .ContentBox .introduce_box .module .mod_left .Same_Left_list .highlightbox .word {
  position: absolute;
  left: 22px;
  top: 94px;
  color: #181818;
}

.container .ContentBox .introduce_box .module .mod_left .Same_Left_list img {
  width: 44px;
  height: 44px;
  margin-right: 20px;
}

.container .ContentBox .introduce_box .module .mod_right {
  width: 100%;
  height: 688px;
  background: #F5F5F5;
  border-radius: 10px;
}

.container .ContentBox .introduce_box .module .mod_right .Same_Right_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 69px;
  border-bottom: 2px solid #E2E6F1;
  font-size: 18px;
  padding: 0 60px;
  color: #333333;
}

.container .ContentBox .introduce_box .module .mod_right .Same_Right_list img {
  width: 44px;
  height: 44px;
  margin-right: 20px;
}

.container .ContentBox .introduce_box .module .mod_right .Same_Right_list .listText {
  flex: 1;
}

.container .ContentBox .introduce_box .module .mod_right .center_Right_list {
  height: 414px;
  /* padding: 20px 60px; */
  border-bottom: 2px solid #E2E6F1;
  /* display: flex; */
}

.container .ContentBox .introduce_box .module .mod_right .center_Right_list .box_list .box1 {
  position: relative;
  width: 152px;
  height: 340px;
  background: #fbfbfb;
  border-radius: 30px;
}

.container .ContentBox .introduce_box .module .mod_right .center_Right_list .box_list {
  position: relative;
}

.container .ContentBox .introduce_box .module .mod_right .center_Right_list .box_list .allbox {
  position: absolute;
  display: flex;
  left: -44px;
  top: 36px;
}

.container .ContentBox .introduce_box .module .mod_right .center_Right_list .box_list .box1 .computer {
  position: absolute;
  left: 10px;
  top: -14px;
  width: 132px;
  height: 82px;
}

.container .ContentBox .introduce_box .module .mod_right .center_Right_list .box_list .box1 .word {
  position: absolute;
  left: 22px;
  top: 94px;
}

.container .ContentBox .introduce_box .module .mod_right .center_Right_list .list_Box {
  flex: 1;
  height: 100%;
}

.container .ContentBox .introduce_box .module .mod_right .center_Right_list .list_Box .same_S1 {
  height: 33.3333%;
}

.container .ContentBox .introduce_box .module .mod_right .center_Right_list .list_Box .same_S1 .top {
  display: flex;
  align-items: center;
}

.container .ContentBox .introduce_box .module .mod_right .center_Right_list .list_Box .same_S1 .top .circle {
  width: 12px;
  height: 12px;
  background: #ffeee7;
  border: 1px solid #ff6320;
  border-radius: 50%;
  margin-right: 10px;
}

.container .ContentBox .introduce_box .module .mod_right .center_Right_list .list_Box .same_S1 .foot {
  padding-left: 22px;
  font-size: 14px;
  color: #888888;
  display: flex;
  flex-direction: column;
}

.container .ContentBox .introduce_box .module .mod_right .center_Right_list .list_Box .same_S1 .foot span {
  margin-top: 4px;
}

.container .ContentBox .introduce_box .module .mod_right .zn_Right_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 99px;
  font-size: 18px;
  padding: 0 60px;
  color: #333333;
  border-bottom: 2px solid #E2E6F1;
}

.container .ContentBox .introduce_box .module .mod_right .zn_Right_list img {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}

.container .ContentBox .introduce_box .module .mod_right .zn_Right_list .listText {
  flex: 1;
  display: flex;
  align-items: center;
}

.container .ContentBox .PT_Box {
  width: 100%;
  padding: 60px 0 0 0;
  background: #F9F9F9;
  display: flex;
  justify-content: center;
}

.container .ContentBox .PT_Box .PT_content {
  width: 1200px;
}

.container .ContentBox .PT_Box .PT_content .top {
  font-size: 44px;
  font-weight: 300;
}

.container .ContentBox .PT_Box .PT_content .PT_Text {
  font-size: 20px;
  color: #707070;
}

.container .ContentBox .ZN_Box {
  width: 1920px;
  height: 1007px;
  background: url(../images/newimg/h07x.png) no-repeat center;
  padding: 40px 0 50px 0;
  /* background: #F5F5F5; */
  display: flex;
  justify-content: center;
}

.container .ContentBox .ZN_Box .ZN_content {
  position: relative;
  width: 1200px;
}

.container .ContentBox .ZN_Box .ZN_content .top {
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 10px;
}

.container .ContentBox .ZN_Box .ZN_content .tab {
  width: 200px;
  height: 36px;
  background-color: #FF6320;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border-radius: 10px;
}

.container .ContentBox .ZN_Box .ZN_content .more {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 42px;
}

.container .ContentBox .ZN_Box .ZN_content .more a {
  text-decoration: none;
  color: #181818;
}

.container .ContentBox .ZN_Box .ZN_content .cont {
  position: absolute;
  bottom: 8px;
  width: 1200px;
  height: 180px;
  background-color: #fff;
  padding: 0 26px;
  border-radius: 30px;
}

.container .ContentBox .ZN_Box .ZN_content .cont .newCont {
  position: relative;
  width: 736px;
  height: 180px;
  background: url(../images/HA07X/cpzqnew.png) no-repeat;
  background-size: 100% 100%;
}

.container .ContentBox .ZN_Box .ZN_content .cont .right-BOX {
  position: absolute;
  right: -543px;
  top: -54px;
  padding: 87px 150px 0 0;
}

.container .ContentBox .ZN_Box .ZN_content .cont .right-BOX .moreLink {
  margin-top: 23px;
  box-sizing: border-box;
  width: 184px;
  height: 54px;
  background: #ff6320;
  border: 1px solid #ff6320;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding-right: 2px;
  text-decoration: none;
}

.container .ContentBox .ZN_Box .ZN_content .cont .right-BOX .moreLink img {
  margin-left: 9px;
}