ï»¿* {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 80px;
}

.Detailheader {
    width: 1000px;
    height: 80px;
	margin:0px auto;

}

footer {
    margin-bottom: 30px;
}

nav {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-png {
    height: 60px;
}

.phone-png {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

.service-line {
    display: flex;
    align-items: center;
    color: #af1515;
    font-weight: bold;
}

.func-panel {
    width: 1000px;
    height: 47px;
    background: #af1515;
margin: 0 auto;
}

.func-list {
    width: 1000px;
    margin: 0 auto;
    display:flex;
    justify-content:center;
}


.func-list ul {
    display: flex;
    align-items: center;
}

.func-list ul li {
    display: block;
    width: 140px;
    height: 47px;
    color: #fff;
    text-align: center;
    line-height: 47px;
}

.func-list ul .active {
    background: #d70011;
}

.func-list  ul li a,
.func-list  ul li a:hover,
.func-list  ul li a:visited {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.Detail-ad-png {
    width: 1000px;
	display:block;
	margin:0px auto;
}

.ad-png {
    width: 1000px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background: #fff;
    border: none;
    border-radius: 50%;
    margin: 0 5px;
}

.carousel-indicators .active {
    background: red;
}

nav a,
nav a:hover,
nav a:visited {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

<!--ºÄÊ±1775407285.4393Ãë-->