@media screen and (min-width: 1440px) {
  .htmleaf-container {
    margin-bottom: 50px;
  }
  .CompanyProfile1 {
    position: relative;
    width: 1440px;
    height: 760px;
    margin: 0 auto;
  }
  .CompanyProfile1 .title {
    float: left;
    box-sizing: border-box;
    padding-top: 50px;
  }
  .CompanyProfile1 .title div {
    font-size: 50px;
    font-weight: 800;
    color: #000;
  }
  .CompanyProfile1 .title p {
    font-size: 30px;
    color: #666;
    margin-top: 40px;
  }
  .CompanyProfile1 .title button {
    width: 128px;
    height: 48px;
    background-color: #30318b;
    color: #fff;
    margin-top: 240px;
  }
  .CompanyProfile1 img {
    width: 452px;
    height: 341px;
    margin-top: 240px;
    margin-left: -50px;
  }
  .CompanyProfile1 .Wenzi {
    padding: 27px;
    font-size: 20px;
    line-height: 45px;
    color: #000;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 830px;
    height: 370px;
    background-color: #fff;
    box-shadow: 0 2px 10px 2px #c3c5c9;
  }
  .TheServiceSector {
    width: 1440px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .TheServiceSector .ServiceTOP {
    box-sizing: border-box;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .TheServiceSector .ServiceTOP .ServiceZ div {
    font-size: 50px;
    font-weight: 800;
    color: #000;
  }
  .TheServiceSector .ServiceTOP .ServiceZ p {
    font-size: 30px;
    color: #666;
    margin-top: 40px;
  }
  .TheServiceSector .ServiceY {
    display: flex;
    margin: 0 auto;
    width: 900px;
    height: 130px;
    margin-top: 50px;
    white-space: nowrap;
    /*文本不会换行，文本会在在同一行上继续*/
    overflow: auto;
    /*可滑动*/
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .TheServiceSector .ServiceY::-webkit-scrollbar {
    width: 8px;
  }
  .TheServiceSector .ServiceY::-webkit-scrollbar-track {
    background-color: #a2a2a2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }
  .TheServiceSector .ServiceY::-webkit-scrollbar-thumb {
    background-color: #34358d;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }
  .TheServiceSector .ServiceY div {
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    padding: 0 28px;
    height: 94px;
    font-size: 30px;
    line-height: 94px;
    color: #a2a2a2;
  }
  .TheServiceSector .ServiceBot {
    width: 1440px;
    height: 788px;
    background-color: #ebebeb;
    margin: 0 auto;
    margin-top: 70px;
    padding: 0 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    /*文本不会换行，文本会在在同一行上继续*/
    overflow-x: auto;
  }
  .TheServiceSector .ServiceBot div {
    float: left;
    width: 447px;
    height: 364px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .TheServiceSector .ServiceBot div span {
    display: block;
    text-align: center;
    color: transparent;
    width: 447px;
    height: 364px;
    line-height: 364px;
    font-size: 30px;
    margin-left: -15px;
  }
  .TheServiceSector .ServiceBot div:nth-child(3n+3) {
    margin-right: 0 !important;
  }
  .TheServiceSector .ServiceBot div:hover span {
    display: block;
    background-color: #000;
    opacity: 0.5;
    color: #fff;
  }
  .TheServiceSector .TheInquiryTO {
    display: none;
  }
  .TheServiceSector .TaxServicesTO {
    display: none;
  }
  .TheServiceSector .LuqiaoWaterConservancy {
    display: none;
  }
  .TheServiceSector .BotanicalGarden {
    display: none;
  }
  .TheServiceSector .workshop {
    display: none;
  }
  .TheServiceSector .judicial {
    display: none;
  }
  .TheServiceSector .RealEstate {
    display: none;
  }
  .TheServiceSector .TabColor {
    color: #34358d !important;
    border-bottom: 5px solid #34358d;
  }
  .MoreInformation {
    width: 1440px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .MoreInformation .more .ServiceZ {
    margin-bottom: 100px;
  }
  .MoreInformation .more .ServiceZ div {
    font-size: 50px;
    font-weight: 800;
    color: #000;
  }
  .MoreInformation .more .ServiceZ p {
    font-size: 30px;
    color: #666;
    margin-top: 40px;
  }
  .MoreInformation .morebut {
    width: 900px;
    height: 600px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .MoreInformation .morebut .a {
    width: 350px;
    height: 228px;
    background-color: #4e2f20;
    position: relative;
    top: 0;
    left: 0;
  }
  .MoreInformation .morebut .a .morebutimg {
    width: 100%;
    height: 100%;
  }
  .MoreInformation .morebut .a .morebutimg img {
    width: 100%;
    height: 100%;
  }
  .MoreInformation .morebut .a .morebutwenzi {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 9;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
  }
  .MoreInformation .morebut .b {
    width: 530px;
    height: 228px;
    background-color: #fce822;
    position: relative;
    top: 0;
    left: 0;
  }
  .MoreInformation .morebut .b .morebutimg {
    width: 100%;
    height: 100%;
  }
  .MoreInformation .morebut .b .morebutimg img {
    width: 100%;
    height: 100%;
  }
  .MoreInformation .morebut .b .morebutwenzi {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 9;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
  }
  .MoreInformation .morebut .c {
    width: 440px;
    height: 331px;
    background-color: #007acc;
    position: relative;
    top: 0;
    left: 0;
  }
  .MoreInformation .morebut .c .morebutimg {
    width: 100%;
    height: 100%;
  }
  .MoreInformation .morebut .c .morebutimg img {
    width: 100%;
    height: 100%;
  }
  .MoreInformation .morebut .c .morebutwenzi {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 9;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
  }
  .MoreInformation .morebut .d {
    width: 440px;
    height: 331px;
    background-color: #a5471e;
    position: relative;
    top: 0;
    left: 0;
  }
  .MoreInformation .morebut .d .morebutimg {
    width: 100%;
    height: 100%;
  }
  .MoreInformation .morebut .d .morebutimg img {
    width: 100%;
    height: 100%;
  }
  .MoreInformation .morebut .d .morebutwenzi {
    position: absolute;
    bottom: 50px;
    right: 40px;
    z-index: 9;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
  }
  .MoreInformation .morebut .a:hover {
    transform: translate(0px, -5px);
    box-shadow: 3px 3px 3px #ddd;
  }
  .MoreInformation .morebut .b:hover {
    transform: translate(0px, -5px);
    box-shadow: 3px 3px 3px #ddd;
  }
  .MoreInformation .morebut .c:hover {
    transform: translate(0px, -5px);
    box-shadow: 3px 3px 3px #ddd;
  }
  .MoreInformation .morebut .d:hover {
    transform: translate(0px, -5px);
    box-shadow: 3px 3px 3px #ddd;
  }
  .backgroundImg span {
    display: none;
    font-size: 32px !important;
  }
  .video {
    width: 900px !important;
  }
}
@media screen and (max-width: 1000px) {
  .banner {
    margin-bottom: 50px;
  }
  .CompanyProfile1 .title {
    text-align: center;
  }
  .CompanyProfile1 .title div {
    font-size: 50px;
    color: #303133;
  }
  .CompanyProfile1 .title p {
    margin-top: 30px;
    font-size: 32px;
    font-size: #666666;
  }
  .CompanyProfile1 .title button {
    width: 128px;
    height: 48px;
    background-color: #30318b;
    color: #fff;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 16px;
  }
  .CompanyProfile1 img {
    width: 100%;
    margin-top: 50px;
  }
  .CompanyProfile1 .Wenzi {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    font-size: 20px;
    line-height: 35px;
    color: #707070;
    background-color: #fff;
    box-shadow: 0 2px 10px 2px #c3c5c9;
  }
  .TheServiceSector {
    margin-top: 50px !important;
  }
  .TheServiceSector .ServiceTOP .ServiceZ {
    text-align: center;
  }
  .TheServiceSector .ServiceTOP .ServiceZ div {
    font-size: 50px;
    color: #303133;
  }
  .TheServiceSector .ServiceTOP .ServiceZ p {
    margin-top: 30px;
    font-size: 32px;
    font-size: #666666;
  }
  .TheServiceSector .ServiceY {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .TheServiceSector .ServiceY div {
    width: 100px;
    padding: 20px 5px;
    margin-bottom: 5px;
    background-color: #597fc0;
    text-align: center;
    color: #a2a2a2;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    border-radius: 12px;
  }
  .TheServiceSector .ServiceBot {
    background-color: #ebebeb;
  }
  .TheServiceSector .ServiceBot div {
    width: 50%;
    height: 182px;
    margin-bottom: 20px;
  }
  .TheServiceSector .ServiceBot div span {
    display: inline-block;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    color: #fff;
    text-align: center;
  }
  .TheServiceSector .TheInquiryTO {
    display: none;
  }
  .TheServiceSector .TaxServicesTO {
    display: none;
  }
  .TheServiceSector .LuqiaoWaterConservancy {
    display: none;
  }
  .TheServiceSector .BotanicalGarden {
    display: none;
  }
  .TheServiceSector .workshop {
    display: none;
  }
  .TheServiceSector .judicial {
    display: none;
  }
  .TheServiceSector .RealEstate {
    display: none;
  }
  .TheServiceSector .TabColor {
    color: #34358d !important;
  }
  .MoreInformation {
    margin-top: 50px !important;
  }
  .MoreInformation .more .ServiceZ {
    text-align: center;
  }
  .MoreInformation .more .ServiceZ div {
    font-size: 50px;
    color: #303133;
  }
  .MoreInformation .more .ServiceZ p {
    margin-top: 30px;
    font-size: 32px;
    font-size: #666666 !important;
  }
  .MoreInformation .morebut div {
    position: relative;
    top: 0;
    left: 0;
  }
  .MoreInformation .morebut div .morebutimg {
    width: 100%;
    height: 100%;
  }
  .MoreInformation .morebut div .morebutimg img {
    width: 100%;
    height: 100%;
  }
  .MoreInformation .morebut div .morebutwenzi {
    position: absolute;
    top: 40px;
    left: 50px;
    z-index: 9;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
  }
}
.backgroundImg {
  background-size: 100% 100% !important;
}
