* {
    margin: 0;
    padding: 0;
}
body{
	background: url(bg.png);
	background-size: cover; /* 保持宽高比，覆盖整个容器 */
	background-repeat: no-repeat;
}
a {
    width: 100%;
    height: auto;
    display: inline-block;
    text-decoration: none;
    color: black;
}

a:hover {
    width: 100%;
    height: auto;
    display: inline-block;
    text-decoration: none;
    color: black;
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
    /* or 950px */
}

img {
    width: 100%;
    height: auto;
}

.headerImg {
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 90px;
}

.headerImg  .mhide{display: block;width:auto;}
.headerImg  .pchide{display: none;}
.setCenter{display: block;margin-left: auto;margin-right: auto;}

.content {
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.firstColumn {
    width: 100%;
    height: auto;
    position: relative;
}

.firstColumn .header {
    width: 80%;
    margin: 0 auto;
}

.firstColumn .videoBox {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: 3vh;
}
.firstColumn .videoBox video{
    width: 100%;
    height: auto;
}
.firstColumn .lm{
    width: 50%;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 20px;
}
.firstColumn .newList {
}

.firstColumn .newList .box {
    margin-top: 10px;
    float: left;
}

.firstColumn .newList .box a {
    display: flex;
    width: 70%;
    height: auto;
    align-items: center;
    margin-left: 13%;
}

.firstColumn .newList .box img {
    width: 40%;
    height: auto;
}

.firstColumn .newList .box span {
    width: auto;
    display: inline-block;
    color: rgba(99, 49, 0, 1);
    height: auto;
    font-size: 1.4rem;
    margin-left: 5%;
    padding-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.more {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: auto !important;
}

/* Ã§Â¬Â¬Ã¤ÂºÅ’ */
.secondColumn,
.thirdColumn,
.fourthColumn,
.fifthColumn {
    margin-top: 15vh;
    position: relative;
}

.secondColumn .header {
    width: 50%;
    margin: 0 auto;
}

.secondColumn .secondSubject {
    display: flex;
    margin-top: 5vh;
    flex-wrap: wrap;
}

.secondColumn .secondSubject .leftBox {
    position: relative;
}

.carousel-control-prev,
.carousel-control-next {
    height: 50px;
    width: 20px;
    position: absolute;
    background-color: rgba(162, 76, 73, 1);
    top: 50%;
    transform: translate(0, -50%);
    border: 0px;
}

#carouselExampleControls {
    border-radius: 15px;
    overflow: hidden;
}

.secondColumn .secondSubject .newList {
    margin-top: 3vh;
}

.secondColumn .secondSubject .newList a {
    display: flex;
    width: 100%;
    height: auto;
    /* justify-content: space-around; */
    align-items: center;
}

.secondColumn .secondSubject .newList img {
    width: 40%;
}

.secondColumn .secondSubject .newList span {
    width: auto;
    display: inline-block;
    color: rgba(99, 49, 0, 1);
    height: auto;
    font-size: 1.1rem;
    font-weight: 700;
    padding-bottom: 8px;
    margin-left: 5%;
    border-bottom: solid 2px rgba(99, 49, 0, 1);
}

/* Ã§Â¬Â¬Ã¤Â¸â€° */
.thirdColumn .header {
    width: 50%;
    margin: 0 auto;
}

.thirdColumn .thirdSubject {
    height: auto;
    width: 100%;
    flex-wrap: wrap;
}

.thirdColumn .thirdSubject>div {
    min-height: 35vh;
    width: 48%;
    background-repeat: no-repeat;
    height: auto;
    padding: 20px 40px !important;
    background-size: 100% 100%;
    border-radius: 8px;
    margin-top: 15px;
}

.thirdColumn .thirdSubject .header {
    color: rgba(117, 69, 22, 1);
    border-bottom: solid 2px rgba(210, 210, 210, 1);
    padding-bottom: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
}

.thirdColumn .thirdSubject p {
    font-size: 16px;
    margin-top: 25px;
}

/* Ã§Â¬Â¬Ã¥â€ºâ€º */
.fourthColumn {
    width: 100%;
    height: auto;
}

.fourthColumn .header {
    width: 50%;
    margin: 0 auto;
}

.fourthColumn .fourthSubject {
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
}

.fourthColumn .fourthSubject img {
    /* position: absolute; */
    z-index: 2;
    padding: 0;
    display: inline-block;
    border-radius: 50%;
}

#imgSlide img {
    display: none;
    aspect-ratio: 1/1;
}

.fourthColumn .fourthSubject .TextBox {
    height: 70%;
    width: 70%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    right: 0;
    padding-left: 15%;
    background-color: white;
}

.fourthColumn .fourthSubject .TextBox .title {
    color: rgba(117, 69, 22, 1);
    border-bottom: solid 2px rgba(210, 210, 210, 1);
    padding-bottom: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.fourthColumn .fourthSubject .TextBox #carouselExampleControls2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 3vh;
    position: relative;
    padding-bottom: 20px;
}

.fourthColumn .fourthSubject .TextBox #carouselExampleControls2 .carousel-control-prev {
    position: absolute;
    bottom: -35px !important;
    top: auto;
    left: 40%;
    width: 15px;
    height: 25px;
}

.fourthColumn .fourthSubject .TextBox #carouselExampleControls2 .carousel-control-next {
    position: absolute;
    bottom: -35px !important;
    top: auto;
    right: 40%;
    width: 15px;
    height: 25px;
}

.fourthColumn .fourthSubject .TextBox p {
    margin: 2vh;
    line-height: 1.5rem;
}

/* Ã§Â¬Â¬Ã¤Âºâ€ */
.fifthColumn .header {
    width: 50%;
    margin: 0 auto;
}

.fifthColumn .fifthSubject {
    display: flex;
    justify-content: space-between;
    margin-top: 5vh;
    flex-wrap: wrap;
}

.fifthColumn .fifthSubject .btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fifthColumn .fifthSubject .btn div {
    padding: 15px;
    width: 95%;
    margin: 0 auto;
    background-size: 100% 100%;
}

.fifthColumn .fifthSubject .imgShow {
    overflow: hidden;
    height: auto;
    border-radius: 25px;
    padding: 0 !important;
    background-color: black;
}

#imgShowBox {
    min-height: 356px;
}

#imgShowBox a {
    display: none;
}

/* Ã¤Â¸â€œÃ©Â¢ËœÃ¤Â¿Â¡Ã¦ÂÂ¯ */
.ThematicInformation {
    width: 100%;
    height: auto;
    margin: 10vh 0 5vh 0;
    font-weight: 600;
    text-align: center;
}

/* Ã¥Âºâ€¢Ã©Æ’Â¨ */
.footer {
    width: 100%;
    background-color: rgba(196, 129, 69, 1);
}

.footer a{width:auto;color: #fff;}



.foot_box {
  margin: 0 auto;
  /* margin-top: 30px; */
  /* padding: 0 10px; */
  height: 200px;
  width: 1520px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: border-box;
  box-sizing: content-box;
  font-size:14px;
}

.foot_box .dzjg {
  float: left;
  margin-top: 40px;
}

.foot_box .info {
  margin-top: 15px;
  margin-left: 30px;
  float: left;
  color: #fff;
  line-height: 35px;
}
.foot_box .info_mobile {
  display: none;
}
.foot_box .info .ga_icon {
  margin-right: 10px;
  width: 20px;
}

.foot_right {
  margin-top: 50px;
  float: right;
  width: 410px;
}

.ewm {
  float: left;
  margin-right: 10px;
}
.ewm img {
  /* max-width: 100%; */
  z-index: 0;
}

.fd_weixin:hover .ewm {
  display: block;
}

.fd_weixin .ewm {
  position: absolute;
  left: -150px;
  top: -50px;
  display: none;
  width: 15px;
  z-index: 999;
}
.zc {
  float: left;
  margin-bottom: 7px;
}
.zc img {
  width: 125px;
  height: 65px;
  margin-right: 20px;
}
.ipv6 {
  float: left;
}
.ipv6 img {
  width: 120px;
  height: 65px;
  margin-right: 20px;
}

.slh {
  float: left;
}

.slh img {
  width: 125px;
  height: 65px;
}

.foot_a {
  float: left;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  /* color: #fff; */
  text-align: center;
  
}


.foot_a a {
  border-left: 2px solid #fff;
  padding: 0 15px;
}

.foot_a a:nth-child(1) {
  border: 0;
}

/* Ã©â‚¬â€šÃ©â€¦Â */
@media (max-width: 700px) {
body{
	background-size: contain;
}
.headerImg {
	padding-top: 10px; 
	padding-bottom: 10px; 
}

.headerImg  .mhide{display: none;}
.headerImg  .pchide{display: block;}
.content{
	background: url(bodybg.png);
	padding-top: 10px;
}
    .more {
        font-size: 12px;
		position: relative;
    float: right;
    }

    .secondColumn,
    .thirdColumn,
    .fourthColumn,
    .fifthColumn {
        margin-top: 10vh;

    }

    .firstColumn .header {
        width: 100%;
    }

    .firstColumn .videoBox {
        margin-top: 2vh;
        width: 100%;
    }
	.firstColumn .newList .box{
		margin-top:0px;
		padding: 0px 10px;
	}
	.firstColumn .newList .box a{
		width: 96%;
	}
  
    .firstColumn .newList .box span {
        font-size: 1rem;
        margin-left: 0px;
    }
	.firstColumn .lm{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 10px;
	}

    .secondColumn .header {
        width: 100%;
    }

    .secondColumn .rightBox {
        margin-top: 3vh;
    }

    .secondColumn .secondSubject div {
        padding: 0;
    }

    .secondColumn .secondSubject .newList span {
        font-size: 1rem;
    }

    .thirdColumn .header {
        width: 100%;
    }

    .thirdColumn .thirdSubject>div {

        width: 100%;

    }

    .fourthColumn .header {
        width: 100%;
    }

    .fourthColumn .fourthSubject .TextBox {
        width: 100%;
        padding: 0;
        position: relative;
        transform: translate(0, 0);
    }

    .fifthColumn .header {
        width: 100%;
    }

    #imgShowBox {
        height: auto;
        min-height: auto;
    }

    .footer {
        min-width: 100%;
        height: 40%;
        margin-top: 20px;
        padding: 0px;
    }

    .footer img {
        width: 50%;
        height: auto;
    }

    .fourthColumn .fourthSubject .TextBox #carouselExampleControls2 {
        padding-top: 15px;
    }

    .fourthColumn .fourthSubject .TextBox #carouselExampleControls2 .carousel-control-next {
        right: 0;
        bottom:auto;
        top: 50%;
        transform: translate(0, 50%);
    }

    .fourthColumn .fourthSubject .TextBox #carouselExampleControls2 .carousel-control-prev {
        left: 0;
        bottom:auto;
        top: 50%;
        transform: translate(0, 50%);
    }
		.firstColumn .newList .box a{
		margin-left:0px;
		margin-top: 10px;
		width: 98%;
	}
	
  .foot_box {
    min-width: 100%;
    margin-top: 0;
    background-color: #043a73;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .foot_box .info {
    display: none;
  }
  .foot_box .info_mobile {
    display: block;
    margin: 0 auto;
    float: left;
    color: #fff;
    line-height: 1.5;
    width: 86%;
    font-size: 12px;
    padding-top: 10px;
  }
  .foot_box .info_mobile img {
    width: 5%;
  }
   .foot_box .info_mobile a{
    color:#fff;
  }
  .foot_box .dzjg {
    text-align: center;
    float: left;
    margin-top: 30px;
    width: 12%;
  }

  .foot_box .dzjg img {
    width: 80%;
  }

  .foot_right {
    margin-top: 10px;
    float: left;
    width: 100%;
  }

  .foot_a {
    clear: both;
  }
 .zc,
  .ipv6,
  .slh {
    float: left;
    margin-bottom: 7px;
    width: 33%;
    text-align: center;
  }

  .zc img,
  .ipv6 img,
  .slh img {
    width: 94px;
    height: auto;
    margin: 0 10px;
  }
}