body, html {
    min-width: 1600px;
    /* height: 100%; */
}
.cjh-header{
    position: relative;
    height: 87px;
    background: linear-gradient(180deg, #D8EBFF 0%, #DFEFFD 100%);
}
.cjh-logo{
	position: absolute;
	top: 18px;
	left: 10%;
}
.cjh-logo img{
	width: 240px;
}
.cjh-title{
    margin: 0 auto;
    width: 900px;
    height: 86px;
    line-height: 80px;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    color: #4267C5;
    background: url('../images/cjhfw-title.png') no-repeat bottom center;
}

.return{
    position: absolute;
    top: 18px;
    right: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 187px;
    height: 51px;
    border-radius: 184px;
    font-size: 22px;
    font-weight: bold;
    color: #4267C5;
    background: rgba(255, 255, 255, 0.59);
}

.return i{
    margin-right: 6px;
    display: block;
    width: 25px;
    height: 25px;
    background: url('../images/return-index.png') no-repeat  center;
}

.con{
    position: relative;
    /* height: calc(100% - 87px); */
	height: auto;
    background: url('../images/bg.png') no-repeat  center;
    background-size: 100% 100%;
    text-align: center;
}

.cjh-banner1 {
    position: relative;
    max-width: 1550px;
    min-width: 1550px;
    /* background: url('../images/cjh-banner1.png') no-repeat  center; */
	margin: 0 auto;
}

.cjh-banner1 img{
    margin-top: 40px;
}
@keyframes breathe-1 {
  0%, 100% {
    transform: scale(1);
	transform: translateY(0);
  }
  50% {
    transform: scale(1.5); /* 更大的放大 */
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	box-shadow: 0px 0px 10px #4267C5;
	-webkit-box-shadow: 0px 0px 10px #4267C5;
	-moz-box-shadow: 0px 0px 10px #4267C5;
	-ms-box-shadow: 0px 0px 10px #4267C5;
	-o-box-shadow: 0px 0px 10px #4267C5;
  }
}
.cjh-banner1-btn li{
    position: absolute;
    width: 248px;
    height: 71px;
    border-radius: 299px;
    background: rgba(227, 242, 255, 0.6);
    border: 1px solid #4267C5;
	animation: breathe-1 2s infinite; /* 应用动画 */
}

.cjh-banner1-btn li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #134AAA;
}

.cjh-banner1-btn li.li1{
    top: 22%;
    left: 18%;
}

.cjh-banner1-btn li.li2{
    top: 16%;
    left: 55%;
}

.cjh-banner1-btn li.li3{
    top: 45.5%;
    left: 39%;
}

.cjh-banner1-btn li.li4{
    top: 59%;
    left: 60%;
}

/**
 * 出行服务
 */
.cjh-banner2 {
    position: relative;
    max-width: 1500px;
    min-width: 1500px;
    /* background: url('../images/cjh-banner2.png') no-repeat  center; */
	margin: 0px auto;
	padding: 30px 0;
}

.cjh-banner2 img{
    margin-top: 40px;
}

.cjh-banner2-btn li{
    position: absolute;
    width: 365px;
}

.cjh-banner2-btn li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #D32727;
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.19em;
    width: 130px;
    height: 33px;
    border-radius: 6px;
    margin: 0px auto 0 auto;
	animation: breathe-a-2 2s infinite; /* 应用动画 */
}
@keyframes breathe-2 {
  0%, 100% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1); /* 更大的放大 */
  }
}
@keyframes breathe-a-2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* 更大的放大 */
  }
}
.cjh-banner2-btn li .pseudo{
	width: 49px;
	height: 49px;
	display: inline-block;
	background: url(../images/cjh-red-dian-icon.png) center no-repeat;
	animation: breathe-2 2s infinite; /* 应用动画 */
}
.cjh-banner2-btn li.li1{
    top: 36%;
    left: 21%;
}
.cjh-banner2-btn li.li1 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner2-btn li.li2{
    top: 32%;
    left: 47.5%;
}
.cjh-banner2-btn li.li2 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}
.cjh-banner2-btn li.li3{
    top: 38%;
    left: 71.5%;
}
.cjh-banner2-btn li.li3 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}

/**
 * 出行服务
 */
.cjh-banner3 {
    position: relative;
    max-width: 1490px;
    min-width: 1490px;
    /* background: url('../images/cjh-banner3.png') no-repeat  center; */
	margin: 0px auto;
	padding: 30px 0;
}

.cjh-banner3 img{
    margin-top: 40px;
}

.cjh-banner3-btn li{
    position: absolute;
    width: 365px;
}

.cjh-banner3-btn li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #D32727;
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.19em;
    width: 130px;
    height: 33px;
    border-radius: 6px;
    margin: 0px auto 0 auto;
	animation: breathe-a-3 2s infinite; /* 应用动画 */
}
@keyframes breathe-3 {
  0%, 100% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1); /* 更大的放大 */
  }
}
@keyframes breathe-a-3 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* 更大的放大 */
  }
}
.cjh-banner3-btn li .pseudo{
	content: "";
	width: 49px;
	height: 49px;
	display: inline-block;
	background: url(../images/cjh-red-dian-icon.png) center no-repeat;
	animation: breathe-3 2s infinite; /* 应用动画 */
}
.cjh-banner3-btn li.li1{
    top: 41%;
    left: 3.5%;
}
.cjh-banner3-btn li.li1 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner3-btn li.li2{
    top: 47%;
    left: 39%;
}
.cjh-banner3-btn li.li2 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}
.cjh-banner3-btn li.li3{
    top: 38%;
    left: 71.5%;
}
.cjh-banner3-btn li.li3 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}

/**
 * 公众参与
 */
.cjh-banner4 {
    position: relative;
    max-width: 1362px;
    min-width: 1362px;
    /* background: url('../images/cjh-banner4.png') no-repeat  center; */
	margin: 0px auto;
	padding: 30px 0;
}

.cjh-banner4 img{
    margin-top: 40px;
}

.cjh-banner4-btn li{
    position: absolute;
    width: 365px;
}

.cjh-banner4-btn li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #D32727;
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.19em;
    width: 130px;
    height: 33px;
    border-radius: 6px;
    margin: 0px auto 0 auto;
	animation: breathe-a-4 2s infinite; /* 应用动画 */
}
@keyframes breathe-4 {
  0%, 100% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1); /* 更大的放大 */
  }
}
@keyframes breathe-a-4 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* 更大的放大 */
  }
}
.cjh-banner4-btn li .pseudo{
	content: "";
	width: 49px;
	height: 49px;
	display: inline-block;
	background: url(../images/cjh-red-dian-icon.png) center no-repeat;
	animation: breathe-4 2s infinite; /* 应用动画 */
}
.cjh-banner4-btn li.li1{
    top: 63%;
    left: 0%;
}
.cjh-banner4-btn li.li1 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner4-btn li.li2{
    top: 21%;
    left: 16%;
}
.cjh-banner4-btn li.li2 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}
.cjh-banner4-btn li.li3{
    top: 41%;
    left: 36%;
}
.cjh-banner4-btn li.li3 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}
.cjh-banner4-btn li.li4{
    top: 27%;
    left: 71%;
}
.cjh-banner4-btn li.li4 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner4-btn li.li5{
    top: 64%;
    left: 73%;
}
.cjh-banner4-btn li.li5 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}

/**
 * 政府信息公开
 */
/**
 * 公众参与
 */
.cjh-banner5 {
    position: relative;
    max-width: 1574px;
    min-width: 1574px;
    /* background: url('../images/cjh-banner5.png') no-repeat  center; */
	margin: 0px auto;
	padding: 30px 0;
}

.cjh-banner5 img{
    margin-top: 40px;
}

.cjh-banner5-btn li{
    position: absolute;
    width: 365px;
}

.cjh-banner5-btn li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #D32727;
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.19em;
    width: 130px;
    height: 33px;
    border-radius: 6px;
    margin: 0px auto 0 auto;
	animation: breathe-a-5 2s infinite; /* 应用动画 */
}
@keyframes breathe-5 {
  0%, 100% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1); /* 更大的放大 */
  }
}
@keyframes breathe-a-5 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* 更大的放大 */
  }
}
.cjh-banner5-btn li .pseudo{
	content: "";
	width: 49px;
	height: 49px;
	display: inline-block;
	background: url(../images/cjh-red-dian-icon.png) center no-repeat;
	animation: breathe-5 2s infinite; /* 应用动画 */
}
.cjh-banner5-btn li.li1{
    top: 55%;
    left: -3%;
}
.cjh-banner5-btn li.li1 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}
.cjh-banner5-btn li.li2{
    top: 29%;
    left: -3.5%
}
.cjh-banner5-btn li.li2 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}
.cjh-banner5-btn li.li3{
    top: 18%;
    left: 9.5%;
}
.cjh-banner5-btn li.li3 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner5-btn li.li4{
    top: 14%;
    left: 24.5%;
}
.cjh-banner5-btn li.li4 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner5-btn li.li5{
    top: 20%;
    left: 35.8%;
}
.cjh-banner5-btn li.li5 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}
.cjh-banner5-btn li.li6{
    top: 14.8%;
    left: 50.8%;
}
.cjh-banner5-btn li.li6 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner5-btn li.li7{
    top: 27.4%;
    left: 64.8%;
}
.cjh-banner5-btn li.li7 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner5-btn li.li8{
    top: 42%;
    left: 81%;
}
.cjh-banner5-btn li.li8 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}
.cjh-banner5-btn li.li9{
    top: 63.5%;
    left: 79.5%;
}
.cjh-banner5-btn li.li9 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}
.cjh-banner5-btn li.li10{
    top: 76%;
    left: 62%;
}
.cjh-banner5-btn li.li10 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner5-btn li.li11{
    top: 79%;
    left: 44%;
}
.cjh-banner5-btn li.li11 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner5-btn li.li12{
    top: 83%;
    left: 27%;
}
.cjh-banner5-btn li.li12 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}
.cjh-banner5-btn li.li13{
    top: 40%;
    left: 20%;
}
.cjh-banner5-btn li.li13 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner5-btn li.li14{
    top: 38%;
    left: 33%;
}
.cjh-banner5-btn li.li14 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}
.cjh-banner5-btn li.li15{
    top: 41%;
    left: 50.5%;
}
.cjh-banner5-btn li.li15 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner5-btn li.li16{
    top: 48%;
    left: 65%;
}
.cjh-banner5-btn li.li16 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}
.cjh-banner5-btn li.li17{
    top: 55%;
    left: 32.5%;
}
.cjh-banner5-btn li.li17 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	top: -6px;
}
.cjh-banner5-btn li.li18{
    top: 56%;
    left: 49%;
}
.cjh-banner5-btn li.li18 a::after{
	content: "";
	background: url(../images/cjh-sjx-icon-xia.png) center no-repeat;
	width: 9px;
	height: 8px;
	position: absolute;
	z-index: 99;
	bottom: -6px;
}


.cjh-banner2-btn li a,.cjh-banner3-btn li a,.cjh-banner4-btn li a,.cjh-banner5-btn li a{
	/* visibility: hidden; */
}

