/* 内容开始 */
.content {}

.content h2 {
	font-size: 1.25rem;
	line-height: 1.87rem;
	width: 83.15%;
	margin: 1.25rem auto;
	text-align: center;
}

.content h2 a {
	color: #015293;
}

.content>h3 {
	font-size: 1rem;
	line-height: 1.25rem;
	color: #015293 !important;
	width: 100%;
	margin: 0px auto;
	text-align: center;
       overflow: hidden;
       white-space: nowrap;
       text-overflow: ellipsis;
       font-weight: 400 !important;
}
.content>h3 p,.content>h3 sapn {
    width: 100%;
    height: 1.25rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #015293 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    text-align: center !important;
    margin: 0px auto;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    font-family: "微软雅黑" !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    background: none !important;
}

.carousel {
	margin-top: 1.25rem;
	height: 15rem;
	position: relative;

}

.carousel ul li:nth-child(1) img {
	height: 15rem;
	width: 100%;
}

.carousel ul li:nth-child(2) {
	width: 100%;
	height: 3rem;
	background: rgb(51, 51, 51, 0.3);
	position: absolute;
	bottom: 3px;
}

/* swiper样式覆盖  开始*/
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction{
	bottom: 16px;
	left: 80%;
	width: 20%;
}
.swiper-pagination-bullet{
	background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 3px;
}
/* swiper样式覆盖  结束 */

.carousel ul li:nth-child(2) a {
	color: #ffffff;
	display: inline-block;
	padding-left: 3.43%;
	line-height: 3.1rem;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.carousel .Break {
	display: flex;
	position: absolute;
	bottom: 0.7rem;
	right: 1rem;
}

.carousel .Break span {
	margin: 0px 0.1rem;
	width: 0.4rem;
	height: 0.4rem;
	background: rgb(255, 255, 255, 0.3);
	border-radius: 51%;
	display: inline-block;

}

.selected_point {
	background: #fff !important;
}

.swiper2 img{
	height: 7rem;
    width: 100%;
}

/* 市长信箱 */
.mayors_mailbox {

	position: relative;
	margin: 1.25rem 3.33% 1.25rem;

}

.mayors_mailbox img:nth-child(1) {
	width: 100%;
}

.mayors_mailbox a img:nth-child(1) {
	width: 4.75rem;
	height: 3.75rem;
	position: absolute;
	top: 20%;
	right: 1.35rem;
}

.service {
	display: flex;
	margin: 1.25rem 3.33% 1.25rem;
}

.service a {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #f5f5f5;
	height: 8rem;
	color: #333333;
}

.service a:nth-child(1) {
	margin-right: 0.5rem;
}

.service a:nth-child(2) {
	margin-left: 0.5rem;
}

.service a img {
	width: 30%;
	margin: 1rem 0 1rem;
}
.content  h3 p *{
      font-size: 1rem !important;
}
.content6_content_top{
 text-align: center;
}
.content6_content_top img{
 width:100%;
}
.content6_content_top h3{
 position: relative;
    top: -20px;
    color: #005193;
    font-size: 18px;
}
.service1 {
    display: flex;
    margin: 1.25rem 3.33% 1.25rem;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service1 a {
    width: 22%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f5f5;
    height: 8rem;
    color: #333333;
    margin-bottom: 1rem;
}
.service1 a img {
    width: 30%;
    margin: 1rem 0 1rem;
}
/* 临时黑白底色 */
/*
.search,.nav,.content,.footer {
    filter: grayscale(100%)!important;
    -webkit-filter: grayscale(100%)!important;
    -moz-filter: grayscale(100%)!important;
    -ms-filter: grayscale(100%)!important;
    -o-filter: grayscale(100%)!important;
    filter: gray;
}
*/