.msgbar {
  height: 59px;
  background-image: linear-gradient(#ffffff, #ffffff),
    linear-gradient(#f2f2f2, #f2f2f2);
  background-blend-mode: normal, normal;
  box-shadow: 0px 1px 0px 0px #e8e8e8;
}
.msgbar i.zxicon {
  color: #708ca4;
  font-size: 20px;
  margin-right: 5px;
}
.msgbar .msgbar_title {
  font-size: 16px;
  font-weight: bold;
}
.msgbar .msgbar-item {
  color: #222222;
  cursor: pointer;
}
.msgbar .msgbar-item:hover {
  text-decoration: underline;
  color: #708ca4;
}
.msgbar i.zx-new {
  color: #ff3818;
  font-size: 32px;
  vertical-align: -7px;
  margin-left: 3px;
}
.zx-new + .msgbar-item {
  margin-left: 90px;
}
.msgbar i {
  font-style: normal;
}
.msgbar .msgbar-contnet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.webbox {
  padding: 50px 0 0px;
  text-align: center;
}
.webbox .webbox-title {
  font-size: 46px;
  margin-bottom: 25px;
}
.imgcontent {
  padding: 40px 0;
  box-sizing: border-box;
}
.imgbox {
  width: 637px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 357px;
  text-align: center;
  background-color: #f0f0f0;
  box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 20%);
  transition: all 0.5s;
}
.imgremark {
  box-sizing: border-box;
  width: 637px;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 110px;
  padding-right: 150px;
}
.imgremark > span {
  display: inline-block;
  font-size: 30px;
  color: #000;
  margin-bottom: 35px;
}
.imgremark > span i {
  font-style: normal;
  font-size: 52px;
  font-weight: bold;
  margin: 0 10px;
}

.imgremark .imgremarklist .imgremarklist-item {
  display: flex;
  line-height: 20px;
}
.imgremarklist-item + .imgremarklist-item {
  margin-top: 10px;
}
.imgremark .imgremarklist .imgremarklist-item i {
  flex-grow: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-top: 5px;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #0072ff;
  border-radius: 50%;
}
.zebra {
  background-color: #f9f9f9;
}

.codebox {
  padding: 30px 0;
  height: 440px;
}
.codebox .codeboximg {
  width: 530px;
  flex-shrink: 0;
  flex-grow: 0;
}

.codebox .codeboximg .img2 {
  display: none;
}

.codebox:hover .codeboximg .img2 {
  display: block;
}

.codebox:hover .codeboximg .img1 {
  display: none;
}

.codebox .codeboxremark {
  flex: 1;
  background: url(../img/home/xh01.png) no-repeat;
  background-position: 0% 20%;
  padding: 91px 0px 0px 120px;
  margin-left: 30px;
  box-sizing: border-box;
}
.codebox .codeboxremark.remark2 {
  background: url(../img/home/xh02.png) no-repeat;
  background-position: 0% 55%;
}

.codebox .codeboxremark.remark3 {
  background: url(../img/home/xh03.png) no-repeat;
  background-position: 0% 20%;
  padding-top: 74px;
}

.codebox .codeboxremark .title {
  font-size: 42px;
  font-weight: bold;
  color: #000;
}
.codebox .codeboxremark .abstract {
  width: 436px;
  font-size: 16px;
  line-height: 28px;
  margin: 30px 0 50px;
}
.codebox .codeboxremark .text {
  font-size: 26px;
  font-weight: bold;
}
.caselist {
  padding: 20px 0;
}
.caselist-item {
  width: 414px;
  height: 370px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.caselist-item img {
  width: 404px;
  height: 232px;
}
.caselist-item .caselist-item-title {
  padding: 10px 10px 5px;
  font-size: 24px;
  font-weight: bold;
}
.caselist-item .caselist-item-remrak {
  font-size: 16px;
  line-height: 28px;
  padding: 5px 10px;
}
.caselist-item + .caselist-item {
  margin-left: 20px;
}
.casefooter {
  padding: 20px 0 40px;
  text-align: center;
}

.teclist {
  padding: 40px 0;
}
.teclist .teclist-item {
  width: 400px;
  height: 275px;
  padding: 28px 22px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e8e8e8;
}
.teclist-item + .teclist-item {
  margin-left: 40px;
}
.teclist .teclist-item img {
  width: 72px;
  /* height: 55px; */
}
.teclist .teclist-item .teclist-item-title {
  font-size: 28px;
  padding: 8px 0 20px;
  font-weight: bold;
}
.teclist .teclist-item .teclist-item-remark {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #3b5772;
}

.teclist .teclist-item .imgbg {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
}

.teclist .teclist-item:hover {
  box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 20%);
}

.teclist .teclist-item .imgbg1 {
  background-image: url("../img/home/jsbz-01.png");
}

.teclist .teclist-item:hover .imgbg1 {
  background-image: url("../img/home/jsbz-01.gif");
}

.teclist .teclist-item .imgbg2 {
  background-image: url("../img/home/jsbz-02.png");
}

.teclist .teclist-item:hover .imgbg2 {
  background-image: url("../img/home/jsbz-02.gif");
}

.teclist .teclist-item .imgbg3 {
  background-image: url("../img/home/jsbz-03.png");
}

.teclist .teclist-item:hover .imgbg3 {
  background-image: url("../img/home/jsbz-03.gif");
}

.teclist .teclist01,
.teclist .teclist02,
.teclist .teclist03 {
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}

.teclist .teclist01::after,
.teclist .teclist02::after,
.teclist .teclist03::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.7s;
}

.teclist .teclist01::after {
  background-image: url("../img/home/jsbz-01bg.png");
}
.teclist .teclist02::after {
  background-image: url("../img/home/jsbz-02bg.png");
}
.teclist .teclist03::after {
  background-image: url("../img/home/jsbz-03bg.png");
}

.teclist .teclist01:hover:after,
.teclist .teclist02:hover:after,
.teclist .teclist03:hover:after {
  opacity: 1;
}

#banner {
  height: 521px;
  background-color: #161a5a;
}
#banner .swiperbtn {
  position: absolute;
  bottom: 90px;
  left: 12%;
  z-index: 100;
  width: 920px;
}

#banner .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 0px;
  background-color: #ffffff;
  opacity: 0.5;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
}

#banner .swiper-button-next,
#banner .swiper-button-prev {
  margin: 0 30px;
}

#banner .swiper-slide .imgbg {
  width: 100%;
  height: 521px;
  background-position: center center;
}

#banner .swiper-slide {
  position: relative;
}

#banner .text-conts {
  width: 920px;
  color: white;
  position: absolute;
  top: 150px;
  left: 12%;
}

#banner .text-conts .tit-x {
  font-size: 30px;
  font-weight: bold;
}

#banner .text-conts .tit-d {
  font-size: 50px;
  font-weight: bold;
}

#banner .text-conts .texts {
  font-size: 18px;
  color: #e0f4ff;
  margin-top: 18px;
  line-height: 30px;
}

.imgbox .swiper {
  height: 100%;
}
.imgbox .swiper-slide {
  position: relative;
}

.imgbox .swiper_remark {
  position: absolute;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 60px;
  text-align: left;
  padding-left: 20px;
  background: #2bb472;
  color: #ffffff;
}
.imgbox .swiper_remark.blue {
  background: #2b58b4;
}
.imgbox .swiper_remark .swiper_remark_title {
  font-size: 26px;
  font-weight: bold;
}

.imgbox .swiper_remark .swiper_remark_content {
  margin-left: 30px;
  font-size: 18px;
}
.imgbox .swiper-pagination {
  text-align: right;
  bottom: 20px;
  padding-right: 40px;
  box-sizing: border-box;
}
.imgbox .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
}
.imgbox .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 8px;
  background-color: #ffffff;
  opacity: 1;
}
.imgbox .swiper-button-prev {
  top: auto;
  left: auto;
  bottom: 6px;
  right: 110px;
  color: #ffffff;
}
.imgbox .swiper-button-next {
  top: auto;
  left: auto;
  bottom: 6px;
  right: 10px;
  color: #ffffff;
}
.imgbox .swiper-button-prev:after,
.imgbox .swiper-button-next:after {
  font-size: 18px;
  font-weight: bold;
}
.susp-btns1 {
  position: fixed;
  right: 5%;
  bottom:100px;
  z-index: 999;
}
.susp-btns1 .topbtn {
  display: block;
  width: 45px;
  height: 45px;
  background-color: white;
  color: #999;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e6ebf1;
  border-radius: 3px;
  margin-bottom: 5px;
}
.susp-btns1 .topbtn i {
  font-size: 28px;
}
.susp-btns1 .topbtn:hover {
  border-color: #acccf3;
  background-color: #ebf4ff;
}

.susp-btns1 .topbtn:hover .zxicon {
  color: #2984fb;
}
/* <!-- 回到顶部 --> */
.susp-btns {
  position: fixed;
  right: 5%;
  bottom: 50px;
  z-index: 999;
}

.susp-btns .topbtn {
  display: block;
  width: 45px;
  height: 45px;
  background-color: white;
  color: #999;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e6ebf1;
  border-radius: 3px;
  margin-bottom: 5px;
}
.susp-btns .topbtn i {
  font-size: 28px;
}

.susp-btns .topbtn:hover {
  border-color: #acccf3;
  background-color: #ebf4ff;
}

.susp-btns .topbtn:hover .zxicon {
  color: #2984fb;
}
/* <!-- 回到顶部 --> */

/* 移动端新增 */
.header-icon {
  float: right;
}
.header-icon i {
  margin-right: 1rem;
}
