* {
    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;
}
.yxxx-header-wrapper {
    height: 270px;
    background: url(../zhann/images/bg1-1.jpg) no-repeat 50%, linear-gradient(180deg, #1da4f2, #00b2fc);
}

.yxxx-header-wrapper .yxxx-header {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding: 31px 51px 0 46px;
    display: -ms-flexbox;
    display: flex
}

.yxxx-header-wrapper .yxxx-header .yxxx-header-img {
    width: 166px;
    height: 166px;
    padding: 15px;
    border-radius: 8px;
    margin-right: 27px;
    margin-top: 8px;
    background-color: #fff
}

.yxxx-header-wrapper .yxxx-header .yxxx-header-img img {
    width: 100%;
    height: 100%
}

.yxxx-header-wrapper .yxxx-header-content {
    width: 526px;
    margin-right: 36px;
    -ms-flex: 1;
    flex: 1;
    color: #fff
}

.yxxx-header-wrapper .yxxx-header-content .content-header {
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.yxxx-header-wrapper .yxxx-header-content .name {
    font-size: 28px;
    margin-right: 16px;
    color: #fff;
    line-height: 1
}

.yxxx-header-wrapper .yxxx-header-content .attention {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(270deg,#ffe984,#fef0b0);
    border-radius: 14px;
    padding: 0 13px;
    font-size: 14px;
    color: #626f69;
    position: relative;
    bottom: 2px;
    text-decoration: none
}

.yxxx-header-wrapper .yxxx-header-content .attention .rate {
    color: #ff9f11;
    margin-left: 4px
}

.yxxx-header-wrapper .yxxx-header-content .content-introduction {
    padding-left: 3px;
    margin: 11px 0 16px;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.yxxx-header-wrapper .yxxx-header-content .content-introduction .department {
    margin-right: 36px
}
.department p{
        color: #ffffff;
        size: 14px;
}
.yxtx span{
        color: #ffffff;
       size: 14px;
}
.yxxx-header-wrapper .yxxx-header-content .content-introduction .content-introduction-item {
    display: inline-block;
    height: 28px;
    line-height: 26px;
    border-radius: 14px;
    border: 1px solid #fff;
    padding: 0 13px;
    color: #ffffff;
}

.yxxx-header-wrapper .yxxx-header-content .content-introduction .content-introduction-item-other {
    margin-right: 12px
}

.yxxx-header-wrapper .yxxx-header-content .content-info {
    padding-left: 3px
}

.yxxx-header-wrapper .yxxx-header-content .content-info .content-info-item {
    padding-left: 23px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/zhann/images/yxxx_header_dizhi.svg) 0 no-repeat;
    margin-bottom: 6px;
    color: #ffffff;
    size: 14px;
}
.yxxx-header-wrapper .yxxx-header-content .content-info .content-info-item .yxszd{
    color: #ffffff;
    size: 14px;
}
.yxxx-header-wrapper .yxxx-header-content .content-info .content-info-item .txdz{
    color: #ffffff;
    size: 14px;
}
.yxxx-header-wrapper .yxxx-header-content .content-info .content-info-item .gfdh{
    color: #ffffff;
    size: 14px;
}
.yxxx-header-wrapper .yxxx-header-content .content-info .content-info-item:nth-of-type(2) {
    background-image: url(/zhann/images/yxxx_header_wangzhi.svg)
}

.yxxx-header-wrapper .yxxx-header-content .content-info .content-info-item:nth-of-type(3) {
    background-image: url(/zhann/images/yxxx_header_dianhua.svg);
    margin-bottom: 0
}

.yxxx-header-wrapper .yxxx-header-content .content-info .iconfont {
    font-size: 16px;
    margin-right: 6px;
    color: #fff
}

.yxxx-header-wrapper .yxxx-header-content .content-info a {
    color: #fff;
    text-decoration: underline
}

.yxxx-header-wrapper .yxxx-header-right {
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px
}

.yxxx-header-wrapper .yxxx-header-right a {
    text-decoration: none
}

.yxxx-header-wrapper .yxxx-header-right .right-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(180deg,#81dbb4,rgba(85,195,150,.37));
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 0 34px;
    margin-right: 16px;
    overflow: hidden
}

.yxxx-header-wrapper .yxxx-header-right .right-btn img {
    margin-right: 8px;
    position: relative;
    top: 3px
}

.yxxx-header-wrapper .yxxx-header-right .right-btn:hover {
    font-weight: 700
}

.yxxx-header-wrapper .yxxx-header-right .view-link,.yxxx-header-wrapper .yxxx-header-right .zbft {
    display: none
}
.yxxx-nav-box {
    background: #fff;
    margin-bottom: 20px
}

.yxxx-nav-box .nav-wrapper {
    width: 1180px;
    height: 60px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.yxxx-nav-box .nav-more,.yxxx-nav-box a {
    font-size: 16px;
    color: #131b18;
    line-height: 60px;
    margin: 0 24px;
    text-decoration: none
}

.yxxx-nav-box a:hover {
    color: #1cb278
}

.yxxx-nav-box a.selected {
    font-weight: 700;
    color: #1cb278
}

.yxxx-nav-box .nav-more {
    margin-right: 0;
    position: relative;
    cursor: pointer
}

.yxxx-nav-box .nav-more .iconfont {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #959e9a
}

.yxxx-nav-box .nav-more:hover {
    color: #1cb278
}

.yxxx-nav-box .nav-more:hover .nav-more-list {
    display: block
}

.yxxx-nav-box .nav-more:hover .iconfont {
    color: #1cb278
}

.yxxx-nav-box .nav-more-list {
    display: none;
    position: absolute;
    top: 60px;
    left: -24px;
    z-index: 999;
    width: 124px;
    padding: 10px 0;
    box-shadow: 0 0 3px hsla(0,0%,100%,.01);
    background: #fff;
    border-radius: 0 0 4px 4px
}

.yxxx-nav-box .nav-more-list a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    padding-left: 20px
}

.yxxx-nav-box .nav-more-list a:hover {
    background-color: #1cb278;
    color: #fff
}