.main_top {
    width: 100%;
    position: relative;
  }
  
  .img {
    position: relative;
    width: 100%;
  }
  
  .topTxt {
    position: absolute;
    width: 70%;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .topCont {
    position: absolute;
    width: 85%;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .mainTop_input {
    position: relative;
    /* width: 1199px;
    margin: 0 auto; */
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #757575;
    width: 250px;
    height: 45px;
    overflow: hidden;
    background: rgba(255, 255, 255, .1);
  }
  
  .mainTop_input .s-txt {
    width: 100%;
    height: 45px;
    float: left;
    /* float: right; */
    padding-left: 10px;
    background: none;
    color: #ffffff;
    border-radius: 10px;
  
  }
  
  /*.mainTop_img{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  background:url(/scxzf/xhtml/images/shousuo.png) no-repeat;
  }
  */
  .mainTop_input .s-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 45px;
    border: 0px;
    cursor: pointer;
    background: url(/scxzf/xhtml/images/shousuo.png) no-repeat center center;
  
  }
  
  .main_content {
    position: relative;
    width: 100%;
    background: #fff;
    margin: 0 auto;
  }
  
  .main_interaction,
  .main_village,
  .main_work,
  .main_catalogue,
  .main_message,
  .main_specialarea,
  .content_yinyan,
  .content_file {
    width: 63%;
    margin: 0 auto;
  }
  
  .content_yinyan {
    /* position: absolute;
    top: -50px;
    left: 50%; */
    padding-bottom: 60px;
    transform: translatey(-50px);
    box-shadow: 0 0 5px #ccc;
    background: #fff;
  }
  
  .boxshadow {
    padding: 0 5px;
    width: 100%;
  }
  
  .boxshadow:hover {
    box-shadow: 0 0 5px #1b63db;
  }
  
  .content_yinyan p {
    font-size: 30px;
    font-weight: 600;
    color: #4a88f2;
    padding-top: 27px;
    padding-left: 35px;
  }
  
  .content_yinyan span {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 36px;
    font-family: '[SourceHanSansCN]';
    /* font-weight: 500; */
  }
  
  .icon {
    position: absolute;
    bottom: 30px;
    right: 28px;
    width: 54px;
    height: 46px;
  }
  
  .content_file {
    margin-top: 20px;
    margin-bottom: 70px;
  }
  
  .content_fileItem {
    width: 48%;
  }
  
  .title {
    width: 227px;
    line-height: 48px;
    background: url(/scxzf/xhtml/images/icon2.png);
    font-size: 21px;
    color: #fff;
    text-align: center;
  }
  
  .content_fileItemTitle {
    width: 100%;
    border-bottom: 2px solid #bfbfbf;
  }
  
  .titleEnglish {
    color: #adcaf8;
    line-height: 36px;
    font-size: 18px;
    text-transform: uppercase;
  }
  
  .content_fileList {
    width: 100%;
    margin-top: 22px;
  }
  
  .content_fileListItem {
    border-bottom: 2px dashed #000;
  }
  
  .dot2 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1b63db;
    margin-right: 10px;
  }
  
  .content_fileListItemtxt {
    width: 380px;
    letter-spacing: 3px;
    font-size: 18px;
    color: #000;
    line-height: 58px;
  }
  
  .main_content2 {
    width: 100%;
     padding-bottom: 50px; 
    background: #ebf2ff;
  }
  
  .title2 {
    width: 164px;
    background: url(/scxzf/xhtml/images/icon3.png);
  }
  
  .Picturedisplayimg {
    width: calc(100% - 40px);
    overflow: hidden;
  }
  
  .PicturedisplayimgList {
    width: 300%;
    transition: 0.5s;
  }
  
  .catalogueListicon {
    width: calc(100% - 40px);
    overflow: hidden;
  }
  
  .catalogueListiconCont {
    width: 400%;
    transition: 0.5s;
  }
  
  .catalogueListiconContItem {
    width: 35%;
  }
  
  .main_specialarea {
    padding-top: 33px;
  }
  
  .Picturedisplay {
    margin-top: 46px;
  }
  
  .imgs {
    width: 33.3%;
  }
  
  .imgs img {
    width: 322px;
    height: 207px;
  }
  
  
  .dot3List,
  .dotList {
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  
  
  .dot3,
  .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
  }
  
  .main_content3 {
    padding-top: 70px;
  }
  
  .iconList {
    margin-top: 10px;
    margin-bottom: 90px;
  }
  
  .iconListitem {
    width: 150px;
    text-align: center;
    margin: 40px 32px 0 32px;
  }
  
  .iconListitem:hover img {
    transform-style: preserve-3d;
    transition: 1s ease-in-out;
    transform: rotateY(360deg);
  }
  
  .title3 {
    width: 287px;
    background: url(/scxzf/xhtml/images/icon1.png);
  }
  
  .main_catalogue {
    padding-top: 43px;
    padding-bottom: 33px;
  }
  
  .villageList,
  .catalogueList {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  
  .catalogueListicon,
  .catalogueListicon {
    width: calc(100% - 40px);
    overflow: hidden;
  }
  
  .villageListiconCont {
    /* width: 1200%; */
    transition: 0.5s;
  }
  
  .villageListiconCont1 {
    width: 300%;
    transition: 0.5s;
  }
  
  .catalogueListitem {
    width: 95px;
    height: 94px;
    background-color: #1b63db;
    border-radius: 50%;
  }
  
  .catalogueListitem span {
    display: block;
    width: 70px;
    margin: 0 auto;
    text-align: center;
  }
  
  .catalogueListitem a {
    color: #fff;
  }
  
  .fivetxt {
    padding-top: 30px;
    text-indent: 10%
  }
  
  .threetxt {
    padding-top: 30px;
  }
  
  .main_content5 {
    width: 100%;
    padding-bottom: 60px;
  }
  
  .workList {
    width: 100%;
    margin-top: 65px;
  }
  
  .workListLeft {
    width: 49%;
    height: 325px;
    position: relative;
    overflow: hidden;
  }
  
  .workListLeftList {
    position: absolute;
    width: 500% !important;
    /* left: 0; */
    top: 0;
    transition: 0.5s;
  }
  
  .workListLeftList img {
    width: 652px;
    height: 100%;
  }
  
  .workListLeftdibu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 43px;
    padding: 0 20px;
    background: rgba(0, 0, 0, .6);
    line-height: 43px;
    color: #fff;
    font-size: 14px;
  }
  
  .workListLeftdibuTxt {
    position: relative;
    width: 60%;
    overflow: hidden;
  }
  
  .workListLeftdibuTxtList {
    position: absolute;
    width: 500%;
    /* left: 0; */
    top: 0;
    transition: 0.5s;
  }
  
  .workListLeftdibuTxt span {
    width: 50%;
  }
  
  .dot4 {
    width: 10px;
    height: 10px;
    background: #f5f5f5;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
  }
  
  .workListRight {
    width: 49%;
    padding: 5px;
  }
  
  .workListRightitem {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .workListRightitem p {
    width: 80%;
    font-size: 18px;
    font-weight: 600;
  }
  
  .main_village {
    padding-top: 30px;
    padding-bottom: 15px;
    min-height: 220px;
  }
  
  .title4 {
    width: 274px;
    background: url(/scxzf/xhtml/images/icon5.png);
  }
  
  .main_interaction {
    padding-top: 105px;
    padding-bottom: 50px;
  }
  
  .interactionCont {
    width: 100%;
    margin-top: 55px;
  }
  
  .interactionContLeft {
    width: 60%;
  }
  
  .interactionContRight {
    width: 20%;
  }
  
  .interactionContRight p {
    padding-left: 10px;
  }
  
  .main_dibu {
    width: 100%;
    height: 26px;
    background: #ebf2ff;
  }
  
  .messageMore {
    width: 24px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  
  .villageList i {
    width: 102px;
    height: 45px;
    line-height: 45px;
  }
  
  .main_buttom2 {
    width: 63%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 14px;
  }
  
  .main_buttom_left p {
    margin: 5px 0;
  }
  
  .main_buttom_left_list li:nth-child(2n) {
    margin: 0 5px;
  }
  
  .button_icon1 {
    display: inline-block;
    margin-right: 30px;
  }
  
  .dot5List {
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    height: 45px;
  }
  
  .dot5 {
    display: block;
    width: 120px;
    height: 45px;
    font-size: 16px;
    color: #1b63db;
    background: rgb(235, 242, 255);
    margin-right: 5px;
    float: left;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
  }

  .doct5_add{
    color: #fff;
    background-color:#1b63db;
  }
  .catalogueListiconitem {
    width: 100%;
    transition: all .5s linear;
    min-height: 230px;
  }
  
  .cj_li {
   width:16.6%;   /* 206px */
    padding: 5px;
    line-height: 36px;
    float: left;
    text-align: center;
  }
  
  /* biao zhun mu lu  */
  .standard_catalogue .standard_catalogue_content {
    width: 100%;
    height: 100%;
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
  }
  
  .standard_catalogue .standard_catalogue_content div {
    height: 176px;
    width: 222px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
  }
  
  .standard_catalogue .standard_catalogue_content div a:nth-child(1) {
    width: 163px;
    height: 111px;
    display: inline-block;
    position: relative;
    border: 3px solid white;
    border-radius: 10px;
    background-color: #cbddf9;
    text-decoration: none;
    cursor: pointer;
  }
  
  .standard_catalogue .standard_catalogue_content div a:nth-child(1):hover {
    border-color: #1b63da;
  }
  
  .standard_catalogue .standard_catalogue_content div a:nth-child(1):hover img {
    transform-style: preserve-3d;
    transform: rotateY(360deg);
  }
  
  .standard_catalogue .standard_catalogue_content div a:nth-child(1) img {
    border: 0;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 1s;
  }
  
  .standard_catalogue .standard_catalogue_content div a:nth-child(2) {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #1b63db;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  
  .standard_catalogue .standard_catalogue_content div a:nth-child(2):hover {
    color: red;
  }
  
  @media (max-width: 768px) {
    .topCont {
      width: 95%;
      top: 28px;
    }
  
    .top_logo {
      width: 180px;
    }
  
    .mainTop_input {
      width: 135px;
    }
  
    .mainTop_input input {
      width: 96px;
      height: 30px;
      padding-left: 5px;
      font-size: 12px;
    }
  
    .mainTop_input img {
      width: 20px;
      height: 20px;
      top: 6px;
      right: 5px;
    }
  
    .topTxt {
      width: 300px;
      top: 86px;
    }
  
    .content_yinyan {
      padding-bottom: 20px;
      transform: translatey(-20px);
    }
  
    .content_yinyan p {
      font-size: 24px;
      padding-top: 12px;
      padding-left: 14px;
    }
  
    .content_yinyan span {
      font-size: 14px;
      line-height: 26px;
      letter-spacing: normal;
    }
  
    .icon {
      bottom: 12px;
      right: 39px;
      width: 28px;
      height: 28px;
    }
  
    .main_buttom2,
    .main_interaction,
    .main_village,
    .main_work,
    .main_catalogue,
    .main_message,
    .main_specialarea,
    .content_yinyan,
    .content_file {
      width: 90%;
      margin: 0 auto;
    }
  
    .content_fileItem {
      width: 100%;
      margin-bottom: 10px;
    }
  
    .content_fileItemTitle {
      width: 100%;
    }
  
    .content_fileList {
      width: 100%;
      margin-top: 5px;
    }
  
    .dot2 {
      width: 5px;
      height: 5px;
    }
  
    .content_fileListItemtxt {
      width: 255px;
      letter-spacing: 1px;
      font-size: 14px;
      line-height: 40px;
    }
  
    .main_content3 {
      padding-top: 20px;
    }
  
    .boxshadow span {
      font-size: 12px;
    }
  
    .content_fileItemTitle a {
      font-size: 12px;
    }
  
    .titleEnglish {
      font-size: 14px;
      line-height: 32px;
    }
  
    .title {
      width: 160px;
      line-height: 34px;
      background-size: contain;
      background-repeat: no-repeat;
      font-size: 16px;
    }
  
    .main_specialarea {
      padding-top: 20px;
    }
  
    .title2 {
      width: 120px;
    }
  
    .Picturedisplay {
      margin-top: 20px;
    }
  
    .iconListitem {
      width: 66px;
      margin: 10px 9px 0px 9px;
    }
  
    .iconList {
      margin-bottom: 10px;
    }
  
    .main_catalogue {
      padding-top: 25px;
      padding-bottom: 0px;
    }
  
    .title3 {
      width: 212px;
    }
  
    .main_catalogue .titleEnglish {
      line-height: 22px;
      padding: 5px 0;
    }
  
    .catalogue_more {
      width: 100px;
      text-align: right;
    }
  
    .villageList,
    .catalogueList {
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .villageList i{
        width:30%;
        margin-bottom:2%;
        margin-right:2%;
    }
    .villageList i:nth-of-type(3n){
        margin-right:0%;
    }
    .cj_li{
        width:32%;
    }
  
    .catalogueListitem {
      width: 78px;
      height: 78px;
      margin: 5px 10px;
    }
  
    .catalogueListitem span {
      font-size: 14px;
    }
  
    .main_content5 {
      padding-top: 20px;
      padding-bottom: 10px;
    }
  
    .workList {
      margin-top: 20px;
    }
  
    .workListLeft {
      width: 100%;
      height: 187px;
    }
  
    .workListRight {
      width: 100%;
      padding: 5px;
      margin-top: 10px;
    }
  
    .workListRightitem {
      margin-bottom: 10px;
    }
  
    .workListRightitem p {
      font-size: 14px;
      letter-spacing: 2px;
    }
  
    .workListRightitem span {
      font-size: 12px;
    }
  
    .title4 {
      width: 198px;
    }
  
    .main_village {
      padding-top: 20px;
      padding-bottom: 0px;
      min-height: 550px;
    }
  
    .main_interaction {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .button_icon1 {
      margin-right: 10px;
      margin-top: 10px;
    }
  
    .workListLeftList img {
      width: 372px;
      height: 186px;
    }
  
    .yjs_k {
      width: 100%;
      padding: 5px;
      margin-top: 5px;
    }
  
    .cj_k {
      width: 100%;
      margin: 0 auto;
    }
  
    .yjs_k1 {
      width: 100%;
      display: block;
      margin: 0 auto;
      margin-top: 5px;
    }
  
    /* biao zhun mu lu  */
    .standard_catalogue_content {
      flex-wrap: wrap;
    }
  
    .standard_catalogue_content div {
      width: 48% !important;
    }
  
    .standard_catalogue_content div a:nth-child(1) {
      width: 96% !important;
    }
  
    .standard_catalogue_content div:nth-child(1),
    .standard_catalogue_content div:nth-child(2) {
      margin-bottom: 6px;
    }
  }