#container {
  background: #f2f4f7;
}
/* 主体 */
/* banner============================================================================================== */
#container .banner-all {
  width: 100%;
  background-size: cover;
  height: 532px;
  padding-top: 80px;
}
#container .banner-all .container {
  height: 100%;
}
#container .banner-all .container h2 {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

#container .banner-all .container .tips {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}

#container .banner {
  width: 100%;
  background-size: cover;
  height: 50vh;
  padding-top: 50px;
}
#container .banner .container {
  height: 100%;
}
#container .banner .container h2 {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

#container .banner .container .tips {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
/* search============================================================================================== */
#container .search-box {
  height: 45px;
  width: 100%;
  background: #fff;
}
#container .search-box .container .search-box-content {
  height: 45px;
}
#container .search-box .container .search-box-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
#container .search-box .container .search-box-content .label {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
#container .search-box .container .search-box-content .dropdown-component {
  position: relative;
}
#container
  .search-box
  .container
  .search-box-content
  .dropdown-component
  .dropdown {
  width: 94px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  padding: 0 10px;
  cursor: pointer;
}
#container
  .search-box
  .container
  .search-box-content
  .dropdown-component
  .dropdown
  .values {
  font-size: 12px;
  font-weight: 400;
  color: #312e2e;
}
#container
  .search-box
  .container
  .search-box-content
  .dropdown-component
  .dropdown
  img {
  width: 11px;
  height: 6px;
  transform: rotate(90deg);
}
#container
  .search-box
  .container
  .search-box-content
  .dropdown-component
  .dropdown-list {
  position: absolute;
  top: 30px;
  right: 0;
  width: 94px;
  height: 135px;
  background: #ffffff;
  box-shadow: 0px 11px 15px 0px rgba(211, 218, 228, 0.26);
  border-radius: 4px;
  overflow: auto;
  overflow-x: hidden;
  z-index: 999999;
  display: none;
}
#container
  .search-box
  .container
  .search-box-content
  .dropdown-component
  .dropdown-list
  li {
  width: 94px;
  height: 27px;
  line-height: 27px;
  border-radius: 4px 4px 0px 0px;
  font-size: 12px;
  font-weight: 400;
  color: #312e2e;
  padding-left: 10px;
  cursor: pointer;
}
#container
  .search-box
  .container
  .search-box-content
  .dropdown-component
  .dropdown-list
  li.active,
#container
  .search-box
  .container
  .search-box-content
  .dropdown-component
  .dropdown-list
  li:hover {
  background: #e1edf8;
  color: #0060eb;
}
/* modal1============================================================================================== */
#container .modal1 {
  padding-top: 100px;
  padding-bottom: 120px;
}
#container .modal1 h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
#container .modal1 .tips {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  text-indent: 2em;
  line-height: 33px;
  margin-bottom: 36px;
}
#modalScoller .carousel-item .items {
  width: 555px;
  height: 500px;
  background: url(../img/industrycase/casebg.svg) no-repeat center center;
  background-size: 106%;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 4px;
}
#modalScoller .carousel-item .items img {
  /* height: 33px; */
}
#modalScoller .carousel-item .items h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-top: 37px;
  margin-bottom: 19px;
  text-align: left;
}
#modalScoller .carousel-item .items p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
#modalScoller .direct {
  position: absolute;
  top: 48%;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  cursor: pointer;
  transition: all 0.5s;
}
#modalScoller .direct:hover {
  top: 47%;
  box-shadow: 0 0 10px rgb(214, 214, 214);
}
#modalScoller .direct.left {
  transform: rotate(180deg);
  left: -80px;
}
#modalScoller .direct.right {
  right: -80px;
}
#modalScoller .direct img {
  cursor: pointer;
  width: 13px;
  height: 21px;
}

/* modal2================================================================================ */
#container .modal2 {
  padding-top: 80px;
  padding-bottom: 120px;
}

#container .modal2 .modal2-content-title {
  padding-bottom: 18px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cbcbcb;
}
#container .modal2 .modal2-content-title h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}

#container .modal2 .modal2-content-main .items {
  width: 359px;
  height: 418px;
  background: url(../img/industrycase/casebg.svg) no-repeat center center;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 11px 5px 0px rgba(211, 218, 228, 0.26);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
  margin-bottom: 40px;
}
#container .modal2 .modal2-content-main .items .items-text {
  margin-bottom: 25px;
}
#container .modal2 .modal2-content-main .items .items-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
  text-align: left;
}
#container .modal2 .modal2-content-main .items .items-text .label {
  width: 58px;
  height: 21px;
  line-height: 19px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
#container .modal2 .modal2-content-main .items .items-text .label.fy {
  color: #0065da;
  border: 1px solid #0065da;
}
#container .modal2 .modal2-content-main .items .items-text .label.dz {
  color: #da2600;
  border: 1px solid #da2600;
}
#container .modal2 .modal2-content-main .items .items-text .label.tj {
  color: #0096da;
  border: 1px solid #0096da;
}
#container .modal2 .modal2-content-main .items .items-text .label.cz {
  color: #ff9400;
  border: 1px solid #ff9400;
}
#container .modal2 .modal2-content-main .items .items-text .label.ga {
  color: #0009da;
  border: 1px solid #0009da;
}
#container .modal2 .modal2-content-main .items .items-text .label.jw {
  color: #112068;
  border: 1px solid #112068;
}
#container .modal2 .modal2-content-main .items .items-text .label.sf {
  color: #5c00da;
  border: 1px solid #5c00da;
}
#container .modal2 .modal2-content-main .items .items-text .label.ny {
  color: #0f5b2c;
  border: 1px solid #0f5b2c;
}
#container .modal2 .modal2-content-main .items .items-text .label.qt {
  color: #939ba9;
  border: 1px solid #939ba9;
}
#container .modal2 .modal2-content-main .items .items-text p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: left;
}
#container .modal2 .modal2-content-main .items img {
  width: auto;
  height: auto;
}
