body {
  min-width: 1400px;
}
.title {
  width: 300px;
  background: url(../images/title_b.png) no-repeat;
  background-position: 0% 50%;
}
.title h2 {
  height: 24px;
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin-bottom: 6px;
  margin-left: 44px;
  display: flex;
  align-items: center;
}
.title h2 a {
  color: #333333;
}
.title p {
  height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #d1d2e1;
  line-height: 14px;
  margin-left: 46px;
}
header {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  box-sizing: border-box;
}
header .header-left ul {
  display: flex;
}
header .header-left ul li {
  width: 100px;
  position: relative;
}
header .header-left ul li a {
  display: block;
  width: 100%;
  line-height: 42px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
header .header-left ul li a img {
  display: none;
}
header .header-left ul li a:hover {
  background-color: #f5eeee;
}
header .header-left ul li a:hover img {
  display: block;
}
header .header-left ul li .alist {
  width: 1200px;
  position: absolute;
  display: none;
  justify-content: space-around;
  background-color: #fff;
  padding: 10px 0 24px;
  border-radius: 5px;
}
header .header-left ul li .alist ul {
  width: 110px;
  display: flex;
  flex-direction: column;
}
header .header-left ul li .alist ul li {
  height: 35px;
}
header .header-left ul li .alist ul li a {
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  color: #777;
  font-size: 14px;
}
header .header-left ul li .alist ul li a:hover {
  background-color: #fff;
}
header .header-left ul li .alist ul li span {
  margin-left: 10px;
  color: #ff0000;
}
header .header-left ul li .alist ul li:first-child {
  margin-bottom: 10px;
}
header .header-left ul li .alist ul li:first-child a {
  font-size: 16px;
  font-weight: bold;
  color: #F96203;
  border-bottom: 1px solid #eee;
}
header .header-left ul .switchlist:hover .alist {
  display: flex !important;
}
header .header-right {
  min-width: 490px;
  height: 42px;
}
header .header-right ul {
  display: flex;
}
header .header-right ul li a {
  display: flex;
  height: 42px;
  align-items: center;
  line-height: 42px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  padding: 0 10px;
}
header .header-right ul li a:hover {
  background-color: #f5eeee;
}
header .header-right ul li a span {
  display: block;
  padding: 0 10px;
}
header .header-right ul li:nth-child(1) img {
  width: 17px;
  height: 17px;
}
header .header-right ul li:nth-child(2) img {
  width: 25px;
  height: 21px;
}
header .header-right ul li:nth-child(3) img {
  width: 19px;
  height: 19px;
}
header .header-right ul li:nth-child(4) img {
  width: 14px;
  height: 18px;
}
.banner {
  width: 100%;
  height: 134px;
  background: url(../images/banner.jpg) center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
}
.banner .banner-left {
  width: 350px;
  padding-top: 30px;
  margin-left: 110px;
}
.banner .banner-left h2 {
  width: 100%;
  height: 33px;
  font-size: 34px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 12px;
}
.banner .banner-left h2 span {
  color: #ffffdd3e;
}
.banner .banner-left p {
  width: 100%;
  height: 18px;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}
.banner .banner-right {
  width: 230px;
  display: flex;
  margin-right: 230px;
  padding-top: 5px;
}
.banner .banner-right .box {
  display: none;
  width: 101px;
  height: 108px;
  padding-top: 12px;
  box-sizing: border-box;
  margin: 0 6px;
  background: url(../images/wechat_b.png);
}
.banner .banner-right .box img {
  width: 93px;
  height: 93px;
  margin: 0 auto;
}
.banner .banner-right .wx2 {
  margin-left: 107px ;
}
.main {
  width: 100%;
}
.main .all-project {
  width: 100%;
  padding-top: 35px;
}
.main .all-project .content {
  width: 1680px;
  margin: 0 auto;
}
.main .all-project .content .con_box {
  width: 100%;
  margin-top: 27px;
}
.main .all-project .content .con_box ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 360px;
  overflow: hidden;
}
.main .all-project .content .con_box ul li {
  width: 158px;
  margin: 0 5px;
  margin-bottom: 31px;
}
.main .all-project .content .con_box ul li a {
  display: block;
  width: 100%;
  height: 39px;
  border: 1px solid #999999;
  border-radius: 20px;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000;
  line-height: 36px;
  text-align: center;
}
.main .all-project .content .con_box ul li .active_a {
  color: #f17520;
}
.main .all-project .content .con_box button {
  width: 163px;
  height: 41px;
  background: linear-gradient(109deg, #fba312, #fe6635);
  border-radius: 21px;
  font-size: 21px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 41px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-bottom: 43px;
}
.main .all-project .content .con_box button svg {
  margin-left: 8px;
  margin-bottom: 2px;
}
.main .all-project .content .con_box button span {
  color: #ffffff;
}
.main .all-project .content .con_box button .i6 {
  display: none;
}
.main .pro_tool {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 35px;
  padding-bottom: 23px;
}
.main .pro_tool .content {
  width: 1680px;
  margin: 0 auto;
}
.main .pro_tool .content .con-box {
  width: 100%;
  margin-top: 16px;
}
.main .pro_tool .content .con-box ul {
  width: 100%;
  display: flex;
}
.main .pro_tool .content .con-box ul li {
  width: 125px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d7d7d;
}
.main .pro_tool .content .con-box ul li a {
  display: block;
  color: #000;
  margin-left: 10px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
}
.main .pro_tool .content .con-box ul li .active_a {
  color: #f17520;
}
.main .servant {
  width: 100%;
  padding-bottom: 20px;
  background-color: #fff;
}
.main .servant h2 {
  height: 30px;
}
.main .servant .maincon {
  width: 100%;
}
.main .servant .maincon .content {
  width: 1680px;
  margin: 0 auto;
  padding-top: 35px;
}
.main .servant .maincon .content h3 {
  height: 22px;
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #7d7d7d;
  line-height: 22px;
  padding-left: 24px;
  margin: 24px 0;
}
.main .servant .maincon .content h3 a {
  display: inline-block;
  color: #000;
  margin-left: 10px;
  font-weight: bold;
}
.main .servant .maincon .content .con_box {
  width: 100%;
}
.main .servant .maincon .content .con_box .item {
  display: flex;
  padding-left: 35px;
  margin-bottom: 30px;
}
.main .servant .maincon .content .con_box .item a {
  display: block;
  width: 170px;
  height: 39px;
  border: 1px solid #999999;
  border-radius: 20px;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
}
.main .servant .maincon .content .con_box .item .listFour {
  width: -moz-calc(-100%);
  width: -webkit-calc(-100%);
  width: calc(100% - 200px);
  display: flex;
  margin-left: 23px;
  flex-wrap: wrap;
}
.main .servant .maincon .content .con_box .item .listFour a {
  border-radius: 0;
  border-right: none;
}
.main .servant .maincon .content .con_box .item .listFour a:last-child {
  border-right: 1px solid #999999;
}
.main .servant .maincon .content .con_box .item .listFour a:nth-child(8n) {
  border-right: 1px solid #999999;
}
.main .servant .maincon .content .con_box .item .listFour a:nth-child(n+9) {
  border-top: none;
}
.main .servant .maincon .content .con_box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  box-sizing: border-box;
}
.main .servant .maincon .content .con_box ul li {
  width: 155px;
  margin: 0 5px;
  margin-bottom: 30px;
}
.main .servant .maincon .content .con_box ul li a {
  display: block;
  width: 100%;
  height: 39px;
  border: 1px solid #999999;
  border-radius: 20px;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000;
  line-height: 36px;
  text-align: center;
}
.main .servant .maincon .content .con_box ul li .active_a {
  color: #f17520;
}
.footbat {
  width: 100%;
  background: #323232;
  /* padding: 50px 166px; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footbat .footbatCustomer {
  display: flex;
  align-items: center;
  min-width: 1500px;
  margin: 0px auto;
  width: 1500px;
  /* width: 1300px; */
  padding-top: 50px;
  box-sizing: border-box;
  justify-content: space-between;
}
.footbat .footbatCustomer .ch1 img {
  width: 236px;
}
.footbat .footbatCustomer .line1 {
  width: 1px;
  height: 153px;
  margin: 0px 30px;
  background: #ffffff;
  margin-bottom: 25px;
}
.footbat .footbatCustomer .ch2 {
  width: 28%;
  min-width: 420px;
}
.footbat .footbatCustomer .ch2 ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: start;
}
.footbat .footbatCustomer .ch2 ul li {
  margin-bottom: 24px;
  width: 124px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}
.footbat .footbatCustomer .ch2 ul li a {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.footbat .footbatCustomer .ch2 ul li a .handleSearch {
  width: 92px;
  height: 25px;
  display: inline-block;
  background: #ffffff;
  border-radius: 13px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  padding: 0px 3px;
  margin-left: 5px;
  box-sizing: border-box;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #323232;
}
.footbat .footbatCustomer .ch2 ul li:nth-child(1) a {
  font-weight: bold;
}
.footbat .footbatCustomer .ch2 ul li:nth-child(2) a {
  font-weight: bold;
}
.footbat .footbatCustomer .ch2 ul li:nth-child(3) a {
  font-weight: bold;
}
.footbat .footbatCustomer .ch3 {
  width: 506px;
}
.footbat .footbatCustomer .ch3 ul {
  display: flex;
}
.footbat .footbatCustomer .ch3 ul li {
  margin-right: 30px;
}
.footbat .footbatCustomer .ch3 ul li img {
  width: 100px;
}
.footbat .footbatCustomer .ch3 ul li .top_message {
  margin-top: 8px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 4px;
}
.footbat .footbatCustomer .ch3 ul li div {
  font-size: 14px;
  color: #999999;
  width: 160px;
}
.footbat .foot_bat_fixted {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footbat .foot_bat_fixted .fixtemd_Content {
  margin-top: 70px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}
.footbat .foot_bat_fixted .fixtemd_Content .foot_Item_click {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footbat .foot_bat_fixted .fixtemd_Content .foot_Item_click .foot_Item_click_top {
  display: flex;
  flex-direction: column;
  margin-right: 6px;
}
.footbat .foot_bat_fixted .fixtemd_Content .foot_Item_click .postFixtend {
  display: flex;
  align-items: center;
}
.footbat .foot_bat_fixted .fixtemd_Content .foot_Item_click .postFixtend img {
  margin-right: 5px;
}
.footbat .foot_bat_fixted .fixtemd_Content a {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.footbat .foot_bat_fixted .xinxiMessage {
  width: 1500px;
  margin-top: 26px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #999999;
  padding-top: 20px;
  margin: 0px auto;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.footbat .foot_bat_fixted .xinxiMessage a {
  margin-bottom: 8px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.eject-1 {
  position: fixed;
  bottom: 20%;
  left: 0;
  z-index: 22222;
}
.eject-1 img {
  width: 126px;
  height: 168px;
}
.eject-2 .groupRightFixted {
  position: fixed;
  top: 20%;
  right: 0;
  animation: myfirst 5s infinite linear;
  z-index: 22222;
}
.eject-2 .groupRightFixted li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #343434;
  cursor: pointer;
  position: relative;
}
.eject-2 .groupRightFixted li div {
  width: 28px;
  height: 26px;
}
.eject-2 .groupRightFixted li div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.eject-2 .groupRightFixted li a {
  color: #343434;
}
.eject-2 .groupRightFixted li a span {
  margin-top: 10px;
}
.eject-2 .groupRightFixted li .dispalyHover {
  display: none;
}
.eject-2 .groupRightFixted li span {
  margin-top: 10px;
}
.eject-2 .groupRightFixted li .erweima {
  display: none;
  position: absolute;
  left: -140px;
  top: -10px;
  width: 140px;
  height: 125px;
  box-sizing: border-box;
  padding-right: 15px;
}
.eject-2 .groupRightFixted li .erweima img {
  width: 120px;
  height: 120px;
  z-index: 99;
  border: 3px solid #ebebeb;
}
.eject-2 .groupRightFixted li .erweima1 {
  display: none;
  position: absolute;
  left: -160px;
  top: -30px;
  width: 160px;
  height: 140px;
  padding-top: 5%;
  padding-right: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.eject-2 .groupRightFixted li .erweima1 img {
  display: block;
  width: 95%;
  height: 95%;
  margin: auto;
  border: 3px solid #ebebeb;
}
.eject-2 .groupRightFixted .active_eject {
  background-color: #ef2d36 !important;
  color: #ffffff !important;
}
.eject-2 .groupRightFixted .active_eject a {
  color: #ffffff;
}
.eject-2 .groupRightFixted .active_eject div {
  display: none;
}
.eject-2 .groupRightFixted .active_eject .dispalyHover {
  display: block;
}
