* {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    font-size: 16px;
    font-family: "微软雅黑";
}
input {
    white-space: nowrap;
    border-radius: 0;
}
img {
    width: 100%;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
    font-size: inherit;
    color: inherit;
    color: #343434;
}
a:active {
    outline: 0;
}
a:visited {
    color: inherit;
}
input,
textarea,
select,
button {
    outline: none;
    -webkit-appearance: none;
}
ul,
li,
ol {
    list-style: none;
}
button {
    border: none;
}
span,
p {
    color: inherit;
    font-size: inherit;
    color: #343434;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.dot {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#headM .head-title {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #999;
    overflow: hidden;
}
#headM .head-title > img {
    width: 1903px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#headM .head-title .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
#headM .head-title .title .left {
    flex: 1;
    display: flex;
    align-items: center;
}
#headM .head-title .title .left .img {
    width: 112px;
    height: 112px;
    background-color: #ccc;
    border-radius: 50%;
    overflow: hidden;
}
#headM .head-title .title .left .img img {
    width: 100%;
    height: 100%;
}
#headM .head-title .title .left .con {
    flex: 1;
    margin-left: 13px;
    min-width: 0;
}
#headM .head-title .title .left .con div {
    display: flex;
    align-items: center;
}
#headM .head-title .title .left .con div h3 {
    font-size: 29px;
    color: #fff;
}
#headM .head-title .title .left .con div p {
    margin-left: 18px;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #3498f6;
    background-color: #fff;
    border-radius: 20px;
}
#headM .head-title .title .left .con .x-img {
    margin: 10px 0;
}
#headM .head-title .title .left .con .x-img img {
    width: 20px;
    margin-right: 6px;
}
#headM .head-title .title .left .con .x-con {
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
}
#headM .head-title .title .right {
    width: 320px;
    display: flex;
    align-items: center;
}
#headM .head-title .title .right .img {
    width: 40px;
    height: 40px;
}
#headM .head-title .title .right .img img {
    width: 100%;
    height: 100%;
}
#headM .head-title .title .right .tel {
    margin-left: 13px;
}
#headM .head-title .title .right .tel p:nth-of-type(1) {
    font-size: 12px;
    color: #fff;
}
#headM .head-title .title .right .tel p:nth-of-type(2) {
    font-size: 36px;
    color: #fff;
}
#headM .nav {
    background-color: #56b6f3;
}
#headM .nav .center {
    height: 40px;
    display: flex;
}
#headM .nav .center a {
    width: 100px;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    position: relative;
}
#headM .nav .center a:hover {
    background-color: #fff;
    color: #343434;
}
#headM .nav .center a:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f3c924;
}
#headM .nav .center .active {
    color: #343434;
    background-color: #fff;
}
#headM .nav .center .active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f3c924;
}
#body {
    min-height: 400px;
}
.paging ol {
    display: flex;
    justify-content: center;
}
.paging ol li {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    text-align: center;
    line-height: 28px;
    margin: 0 6px;
    cursor: pointer;
}
.paging ol .active {
    background-color: #b01f1a;
    color: #fff;
}
.now-position {
    height: 46px;
    border-bottom: 1px solid #ccc;
}
.now-position p {
    font-size: 12px;
    color: #666;
    line-height: 46px;
}
.now-position p a {
    font-size: 12px;
    color: #666;
}