*{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "Î¢ÈíÑÅºÚ";
    list-style: none;
}
#top_img{
    position: relative;
    width: 100%;
    z-index: 1;
}
#top_box>div{
    position: absolute;
    right: 350px;
    top: 0px;
    padding: 10px 40px;
    background-color: rgba(2, 18, 114, 0.2);

    z-index: 25;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#top_box>div>a{
    font-size: 16px;
    color: #fff;
}
#top_logimg{
    position: absolute;
    z-index: 25;
    top: 45px;
    left: 365px;
   
}
#body_box{
    margin-top: -80px !important;
    width: 62%;
    margin: auto;
    margin-bottom: 70px;
}
#body_box>div+div{
    margin-top: 100px;
}
#body_box>div>div:nth-child(1){
   display: flex;
   flex-direction: row;
   justify-content: center;
   margin-bottom: 40px;
}
#body_box>div>div:nth-child(2){
    display: flex;
    flex-direction: row;
    height: 290px;
}
#body_box>div>div:nth-child(2)>div:nth-child(1){
    width: 60%;
    margin-right: 30px;
}
#body_box>div>div:nth-child(2)>div:nth-child(1)>img{
    width: 100%;
    height: 100%;
}
#body_box>div>div:nth-child(2)>div:nth-child(2){
    padding: 15px 0;
    width: 40%;
    box-sizing: border-box;
    height: 100%;
}
#body_box>div>div:nth-child(2)>div:nth-child(2)>ul{
    display: flex;
    flex-direction: column;
}
#body_box>div>div:nth-child(2)>div:nth-child(2)>ul li{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#body_box>div>div:nth-child(2)>div:nth-child(2)>ul li:nth-child(1){
    padding-bottom: 15px;
}
#body_box>div>div:nth-child(2)>div:nth-child(2)>ul li+li{
    padding: 15px 0;
    border-top: 1.5px dashed #e2e2e2;
}
#body_box>div>div:nth-child(2)>div:nth-child(2)>ul li>div a{
    font-size:18px ;
    color: #000;
    margin-left: 10px;
}
#body_box>div>div:nth-child(2)>div:nth-child(2)>ul li>span {
    margin-left: auto;
    font-size: 18px;
    color: #999;
}
.WCpublic_titles ul{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.WCpublic_titles ul li{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.WCpublic_titles ul li:nth-child(1){
    padding-bottom: 15px;
}
.WCpublic_titles ul li+li{
    padding: 15px 0;
    border-top: 1.5px dashed #e2e2e2;
}
.WCpublic_titles ul li>div{
    font-size:18px ;
    color: #000;
    margin-left: 10px;
}
.WCpublic_titles ul li>span{
    margin-left: auto;
    font-size: 18px;
    color: #999;
}
#PagechangeImage{
    width: 100%;
    background-color: #fff7f2;
    height: 800px;
}
#PagechangeImage>div{
    width: 62%;
    margin: auto;
    padding-top: 60px;
}
#PagechangeImage>div>div:nth-child(1){
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 100px;
}
#Pagechangebox{
    height:540px;
    display: flex;
    flex-direction: row;
}
.pre{
    width: 15%;
    height:540px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pre span{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #ebebeb;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.nex{
    width: 15%;
    height:540px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.nex span{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #ebebeb;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#wcqsh_ImgBox{
    width: 70%;
    height:540px;
    position: relative;
}
#wcqsh_ImgBox li{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    transition-duration: 0.4s;
    width:380px ;
    height: 540px;
}
#wcqsh_ImgBox img{
   width: 278px;
   height: 400px;
}
@media screen and (max-width :1830px) {
    #top_logimg {
        left: 200px;
      }
    #top_box > div {
        right: 200px;
      }
    #body_box > div > div:nth-child(1) img{
         width: 450px;
    }
    #body_box > div > div:nth-child(2) > div:nth-child(2) > ul li > div a {
        font-size: 16px;
    }
    .WCpublic_titles ul li > div {
        font-size: 16px;
    }
    #PagechangeImage > div > div:nth-child(1) img{
        width: 450px;
    }
    #wcqsh_ImgBox li{
        width:27% ;
        height: 340px;
    }
    #wcqsh_ImgBox img{
        width: 208.5px;
        height: 300px;
    }
    .pre{
        height: 340px;
    }
    .nex{
        height: 340px;
    }
}
@media screen and (max-width :1530px){
    #top_logimg {
        top: 25px;
    }
    
    #body_box > div > div:nth-child(2) > div:nth-child(2) > ul li > div a{
        font-size: 14px;
    }
    #body_box > div > div:nth-child(2) > div:nth-child(2) > ul li > span  {
        font-size: 14px;
    }
    #body_box > div > div:nth-child(2) > div:nth-child(2) > ul li:nth-child(1) {
        padding-bottom: 8px;
    } 
    #body_box > div > div:nth-child(2) > div:nth-child(2) > ul li + li {
        padding: 8px 0;
    }   
    .WCpublic_titles ul li > div a{
        font-size: 14px;
    }
    .WCpublic_titles ul li > span {
        font-size: 14px;
    }
    .pre span {
        width: 70px;
        height: 70px;
     
      }
    .pre span img{
        width: 25px;
    }
    .nex span img{
        width: 25px;
    }
    .nex span {
        width: 70px;
        height: 70px;
     
    }
}
@media screen and (max-width :1300px){
    #top_logimg{
        width: 250px;
    }
    #top_box > div {
        padding: 10px 30px;
    }
    #body_box > div > div:nth-child(2) > div:nth-child(2) > ul li > div a {
        font-size: 13px;
    }
    #body_box {
        margin-top: -50px !important;
      }
    .pre span {
        width: 50px;
        height: 50px;
     
    }
    .pre span img{
        width: 15px;
    }
    .nex span img{
        width: 15px;
    }
    .nex span {
        width: 50px;
        height: 50px;
     
    }  
    #wcqsh_ImgBox {
        width: 70%;
        height: 400px;
        position: relative;
      }
      #PagechangeImage {
        width: 100%;
        background-color: #fff7f2;
        height: 600px;
      }
}
@media screen and (max-width :1200px){
    #top_logimg {
        width: 200px;
      }
    #top_box > div {
        padding: 5px 20px;
        right: 150px;
      }
      #body_box > div > div:nth-child(1) img {
        width: 350px;
      }
      #body_box > div > div:nth-child(2) > div:nth-child(2) > ul li > div a{
        font-size: 10px;
      }
      #body_box > div > div:nth-child(2) > div:nth-child(2) > ul li > span {
        font-size: 10px;
      }

      #body_box > div + div {
        margin-top: 60px;
      }
      .WCpublic_titles ul li > div a{
        font-size: 10px;
    }
    .WCpublic_titles ul li > span {
        font-size: 10px;
    }
    #wcqsh_ImgBox li{
        width:20% ;
        height: 200px;
    }
    #wcqsh_ImgBox img{
        width: 100px;
        height: 152px;
    }
    .pre{
        height: 200px;
    }
    .nex{
        height: 200px;
    }
    #PagechangeImage {
        height: 400px;
      }
    #wcqsh_ImgBox{
        height: 300px;
    }
}
@media screen and (max-width :980px){
    #top_logimg {
        width: 100px;
        left: 100px;
        top: 10px;
      }
      #top_box > div > a {
        font-size: 10px;
      }
      #top_box > div {
        padding: 2px 10px;
        right: 80px;
      }
      #body_box > div > div:nth-child(1) img {
        width: 200px;
      }
      #body_box {
        margin-top: -10px !important;
      }
      #body_box > div > div:nth-child(1) {
        margin-bottom: 20px;
      }
      #body_box > div + div {
        margin-top: 200px;
      }
      #body_box > div > div:nth-child(2) > div:nth-child(2) {
        width: 100%;
      }
      #body_box > div > div:nth-child(2) > div:nth-child(1) {
        width: 100%;
        margin-right: 0px;
      }
      #body_box > div > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      #body_box > div:nth-child(2) {
        margin-top: 400px;
      }
      #body_box > div + div {
        margin-top: 0px;
      }
      #body_box > div:nth-child(3) {
        margin-top: 100px;
      }
      #PagechangeImage > div > div:nth-child(1) img {
        width: 200px;
      }
      #PagechangeImage > div > div:nth-child(1) {
        margin-bottom: 20px;
      }
       #wcqsh_ImgBox li{
        width:20% ;
        height: 150px;
    }
    #wcqsh_ImgBox img{
        width: 80px;
        height: 102px;
    }
    .pre{
        height: 150px;
        justify-content: flex-start;
    }
    .nex{
        height: 150px;
        justify-content: flex-end;
    }
    .pre span {
        width: 25px;
        height: 25px;
     
    }
    .pre span img{
        width: 8px;
    }
    .nex span img{
        width: 8px;
    }
    .nex span {
        width: 25px;
        height: 25px;
     
    }  
}
@media screen and (max-width :400px){
    #body_box > div:nth-child(2) {
        margin-top: 300px;
      }
      #top_logimg {
        width: 80px;
        left: 50px;
        top: 10px;
      }
      #top_box > div {
        padding: 2px 10px;
        right: 30px;
      }
      #body_box > div:nth-child(3) {
        margin-top: 250px;
      }
      #PagechangeImage {
        margin-top: 250px;
         height: 300px;
      }
      #PagechangeImage > div {
        width: 100%;
        padding-top: 40px;
      }
     
}