/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}

/*去掉列表前面的小点*/
li {
    list-style: none;
}

/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0; /*ie6*/
    vertical-align: middle;
}

/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}

/*取消链接的下划线*/
a {
    text-decoration: none;
    cursor: pointer;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \ 5B 8 B 4 F53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

body {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \ 5B 8 B 4 F53, sans-serif;
    color: #666;
}

.hide,
.none {
    display: none;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.mask .popbox1 {
    width: 400px;
    height: 109px;
    background-color: #fff;
    border-radius: 10px;
    line-height: 109px;
    text-align: center;
    font-size: 18px;
    color: #0497e4;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 0);
}

.mask .popbox1 img {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.mask .popbox2 {
    width: 580px;
    height: 270px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

.mask .popbox2 p {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 70px 0;
}

.mask .popbox2 div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mask .popbox2 div a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #0497e4;
    width: 135px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
}

body {
    padding-top: 40px;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 40px;
    background-color: #fbfbfb;
}

.top > div {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #242424;
}

.top > div div {
    display: flex;
    align-items: center;
}

.top > div div i {
    display: block;
    width: 1px;
    height: 15px;
    background-color: #cbcbcb;
    margin: 0 14px;
}

.top > div div a {
    color: #242424;
}

.top > div div a img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.head {
    width: 100%;
    padding-top: 40px;
}

.head .logo-search {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head .logo-search img {
    display: block;
    /*width: 170px;*/
    height: 57px;
}

.head .logo-search .search {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    width: 410px;
    height: 43px;
}

.head .logo-search .search input {
    width: calc(100% - 70px);
    height: 100%;
    box-sizing: border-box;
    padding: 0 17px;
    font-size: 14px;
    color: #bbb;
}

.head .logo-search .search button {
    height: 100%;
    width: 70px;
    background-color: #00beee;
    color: #fff;
    font-size: 16px;
}

.head .navbox {
    width: 100%;
    height: 60px;
    background-color: #0497e4;
}

.head .navbox .nav {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head .navbox .nav .li-sel::after {
    content: '';
    display: inline-block;
    width: 63px;
    height: 4px;
    background-color: #015988;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -31px;
}

.head .navbox .nav li {
    position: relative;
    height: 100%;
}

.head .navbox .nav li a {
    display: inline-block;
    height: 100%;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
}

.head .swiper-container {
    width: 100%;
    height: 560px;
}

.head .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.head .swiper-container .swiper-slide img {
    width: 100%;
    height: 560px;
}

.navigation {
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
}

.navigation .navigate {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.navigation .navigate .navi {
    font-size: 12px;
    color: #c1c1c1;
}

.navigation .navigate .navi a {
    color: #666;
}

.navigation .navigate .addweb {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 30px;
    background-color: #00beee;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.navigation .navigate .addweb img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.navigation .navigate .search {
    width: 221px;
    height: 28px;
    border: solid 1px #d1d1d1;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation .navigate .search img {
    width: 15px;
    height: 15px;
}

.navigation .navigate .search input {
    font-size: 14px;
    color: #b5b5b5;
    background-color: #f8f8f8;
}

.foot {
    width: 100%;
    padding-top: 80px;
    background-color: #fff;
}

.foot .foot-t {
    width: 1200px;
    height: 145px;
    border: 1px solid #ebebeb;
    margin: 0 auto 20px;
}

.foot .foot-t .web {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 0 23px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot .foot-t .web a {
    display: flex;
    align-items: center;
}

.foot .foot-t .web a img {
    height: 32px;
    width: auto;
    margin-right: 10px;
}

.foot .foot-t .web a span {
    text-align: left;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.foot .foot-t .telnum {
    width: 100%;
    box-sizing: border-box;
    padding: 0 23px;
    height: calc(100% - 74px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
}

.foot .foot-b {
    width: 100%;
    background-color: #0376b2;
    height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.foot .foot-b p {
    color: #fff;
    line-height: 32px;
}

.foot .foot-b p a {
    color: #fff;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    clear: both;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.mainbox {
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
}

.pagenum {
    display: flex;
    align-items: center;
}

.pagenum ul {
    display: flex;
    align-items: center;
}

.pagenum ul .now {
    color: #fff;
    background-color: #00beee;
}

.pagenum ul li {
    margin-right: 10px;
    padding: 9px 10px 9px;
    border: solid 1px #eaeaea;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.pagenum .prev,
.pagenum .next {
    display: flex;
    align-items: center;
}

.pagenum .prev span,
.pagenum .next span {
    display: block;
    padding: 9px 10px 9px;
    font-size: 16px;
    color: #666;
    border: solid 1px #eaeaea;
    margin-right: 10px;
    cursor: pointer;
}

.index {
    width: 100%;
}

.index .recent-update {
    width: 1200px;
    margin: 60px auto 0;
}

.index .recent-update .recent .left {
    width: 835px;
}

.index .recent-update .recent .left .t {
    color: #0497e4;
    align-items: flex-end;
}

.index .recent-update .recent .left .t > span {
    font-size: 24px;
}

.index .recent-update .recent .left .t > span span {
    color: #00beee;
    font-size: 16px;
}

.index .recent-update .recent .left .t a {
    color: #00beee;
    font-size: 14px;
}

.index .recent-update .recent .left .msg {
    margin-top: 12px;
    width: 100%;
    height: 264px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index .recent-update .recent .left .msg li {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index .recent-update .recent .left .msg li a {
    font-size: 14px;
    color: #666;
}

.index .recent-update .recent .left .msg li a::before {
    content: '·';
    font-weight: bolder;
    color: #ccc;
    margin-right: 4px;
}

.index .recent-update .recent .left .msg li a:hover {
    color: #00beee;
}

.index .recent-update .recent .left .msg li a:hover::before {
    color: #00beee;
}

.index .recent-update .recent .left .msg li span {
    font-size: 12px;
    color: #bcbcbc;
}

.index .recent-update .recent .right {
    width: 354px;
    height: 300px;
    overflow: hidden;
}

.index .recent-update .recent .right .swiper-container {
    width: 100%;
    height: 100%;
}

.index .recent-update .recent .right .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.index .recent-update .recent .right .swiper-container .swiper-slide img {
    width: 100%;
    height: 300px;
}

.index .recent-update .update {
    margin-top: 79px;
}

.index .recent-update .update .tab {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.index .recent-update .update .tab span {
    position: relative;
    margin-right: 108px;
    cursor: pointer;
}

.index .recent-update .update .tab span::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #f0f0f0;
    position: absolute;
    left: -56px;
    top: 50%;
    transform: translateY(-50%);
}

.index .recent-update .update .tab span:first-of-type::before {
    display: none;
}

.index .recent-update .update .tab .span-sel::after {
    content: '';
    display: inline-block;
    width: 65px;
    height: 11px;
    background-image: url("../img/after.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: -29px;
    margin-left: -32px;
}

.index .recent-update .update .tabshow {
    width: 100%;
    box-sizing: border-box;
    padding: 0 70px;
    position: relative;
}

.index .recent-update .update .tabshow .wrapbox {
    overflow: hidden;
    padding: 33px 0px 59px;
}

.index .recent-update .update .tabshow .wrapbox ul {
    display: flex;
    position: relative;
}

.index .recent-update .update .tabshow .wrapbox ul li:first-of-type {
    margin-left: 3px;
}

.index .recent-update .update .tabshow .wrapbox ul li:nth-of-type(3n) {
    margin-right: 10px;
}

.index .recent-update .update .tabshow .wrapbox ul li {
    flex-shrink: 0;
    width: 325px;
    height: 288px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: 38px;
}

.index .recent-update .update .tabshow .wrapbox ul li .t {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 27px;
}

.index .recent-update .update .tabshow .wrapbox ul li p {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    width: 252px;
    margin: 25px auto 0;
    text-indent: 2em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.index .recent-update .update .tabshow .wrapbox ul li a {
    display: block;
    width: 160px;
    height: 45px;
    background-color: #0497e4;
    border-radius: 23px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #fefefe;
    margin: 30px auto 0;
}

.index .recent-update .update .tabshow .prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    cursor: pointer;
}

.index .recent-update .update .tabshow .prev img {
    width: 14px;
    height: 20px;
}

.index .recent-update .update .tabshow .next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -30px;
    cursor: pointer;
}

.index .recent-update .update .tabshow .next img {
    width: 14px;
    height: 20px;
}

.index .hospitalbox {
    width: 100%;
    height: 480px;
    background-image: url("../img/index-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.index .hospitalbox .hospital {
    width: 1200px;
    margin: 25px auto 0;
}

.index .hospitalbox .hospital .t {
    font-size: 24px;
    color: #0497e4;
    align-items: flex-end;
}

.index .hospitalbox .hospital .t span span {
    font-size: 14px;
    color: #00beee;
}

.index .hospitalbox .hospital .t a {
    color: #00beee;
    font-size: 14px;
}

.index .hospitalbox .hospital ul {
    margin-top: 10px;
    flex-wrap: wrap;
}

.index .hospitalbox .hospital ul li:nth-of-type(1),
.index .hospitalbox .hospital ul li:nth-of-type(2),
.index .hospitalbox .hospital ul li:nth-of-type(3),
.index .hospitalbox .hospital ul li:nth-of-type(4) {
    margin-bottom: 30px;
}

.index .hospitalbox .hospital ul li {
    width: 280px;
    height: 180px;
    background-color: #fff;
    border: solid 1px #ebebeb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.index .hospitalbox .hospital ul li > img {
    width: 195px;
    height: 125px;
    display: block;
}

.index .hospitalbox .hospital ul li .cmp {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.index .hospitalbox .hospital ul li .cmp > span {
    font-size: 14px;
    color: #333;
    margin-right: 25px;
}

.index .hospitalbox .hospital ul li .cmp div {
    display: flex;
    align-items: center;
}

.index .hospitalbox .hospital ul li .cmp div span {
    font-size: 14px;
    color: #666;
}

.index .hospitalbox .hospital ul li .cmp div img {
    width: 12px;
    height: 15px;
    margin-right: 5px;
}

.index .hotArticle {
    width: 100%;
    background-color: #fff;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index .hotArticle .hot {
    width: 839px;
    height: 542px;
    border: solid 1px #ebebeb;
    margin-right: 11px;
}

.index .hotArticle .hot .tabsbox {
    height: 56px;
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 11px;
    border-bottom: 1px solid #ebebeb;
}

.index .hotArticle .hot .tabsbox > a {
    width: 50px;
    text-align: center;
    font-size: 14px;
    color: #00beee;
}

.index .hotArticle .hot .tabsbox .tabs {
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.index .hotArticle .hot .tabsbox .tabs span {
    font-size: 16px;
    color: #333;
    position: relative;
    cursor: pointer;
}

.index .hotArticle .hot .tabsbox .tabs span::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #f0f0f0;
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
}

.index .hotArticle .hot .tabsbox .tabs .span-sel::before {
    content: '';
    display: inline-block;
    width: 74px;
    height: 11px;
    background-image: url("../img/after.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}

.index .hotArticle .hot .tabmsg {
    padding: 44px 0px 15px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
}

.index .hotArticle .hot .tabmsg .msg1 {
    border-right: 1px dashed #dfdfdf;
    padding: 0 46px 0 20px;
}

.index .hotArticle .hot .tabmsg .msg2 {
    padding: 0 23px 0 51px;
}

.index .hotArticle .hot .tabmsg > div {
    width: 350px;
    height: calc(100% - 55px);
}

.index .hotArticle .hot .tabmsg > div .important {
    padding-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
}

.index .hotArticle .hot .tabmsg > div .important .tbox {
    color: #00beee;
    font-size: 16px;
    font-weight: bold;
}

.index .hotArticle .hot .tabmsg > div .important .tbox img {
    width: 16px;
    height: 7px;
}

.index .hotArticle .hot .tabmsg > div .important .tbox span::before {
    content: '·';
    font-weight: bolder;
    color: #00beee;
    margin-right: 5px;
}

.index .hotArticle .hot .tabmsg > div .important .information {
    display: flex;
    margin-top: 20px;
}

.index .hotArticle .hot .tabmsg > div .important .information img {
    width: 166px;
    height: 106px;
    margin-right: 20px;
    display: block;
}

.index .hotArticle .hot .tabmsg > div .important .information div {
    width: 130px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.index .hotArticle .hot .tabmsg > div .important .information div a {
    color: #999;
    margin-left: 5px;
}

.index .hotArticle .hot .tabmsg > div ul {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.index .hotArticle .hot .tabmsg > div ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index .hotArticle .hot .tabmsg > div ul li a::before {
    content: '·';
    font-weight: bolder;
    color: #ccc;
    margin-right: 5px;
}

.index .hotArticle .hot .tabmsg > div ul li a {
    font-size: 14px;
    color: #666;
}

.index .hotArticle .hot .tabmsg > div ul li a:hover {
    color: #00beee;
}

.index .hotArticle .hot .tabmsg > div ul li a:hover::before {
    color: #00beee;
}

.index .hotArticle .hot .tabmsg > div ul li span {
    font-size: 12px;
    color: #bcbcbc;
}

.index .hotArticle .article {
    width: 350px;
    height: 542px;
    border: solid 1px #ebebeb;
}

.index .hotArticle .article .title {
    height: 56px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
    line-height: 56px;
    padding-left: 14px;
    font-size: 24px;
    color: #0497e4;
}

.index .hotArticle .article .title span {
    font-size: 14px;
    color: #00beee;
}

.index .hotArticle .article .hot_article{
    float: right;
    padding-right: 2%;
}
.index .hotArticle .article .hot_article a{
    color: #00beee;
}
.index .hotArticle .article ul {
    padding-left: 14px;
}

.index .hotArticle .article ul li {
    display: flex;
    align-items: center;
    line-height: 58px;
}

.index .hotArticle .article ul li a:hover {
    color: #00beee;
}

.index .hotArticle .article ul li a:hover::before {
    color: #00beee;
}

.index .hotArticle .article ul li a::before {
    content: '·';
    font-weight: bolder;
    color: #ccc;
    margin-right: 5px;
}

.index .hotArticle .article ul li a {
    font-size: 14px;
    color: #666;
}

.index .hotArticle .article ul li img {
    width: 12px;
    height: 14px;
    margin-left: 8px;
}

.index .infochannel {
    width: 1200px;
    margin: 59px auto 0;
}

.index .infochannel .t {
    padding-bottom: 11px;
    border-bottom: solid 2px #0497e4;
    align-items: flex-end;
}

.index .infochannel .t span {
    font-size: 24px;
    color: #0497e4;
}

.index .infochannel .t span span {
    font-size: 16px;
    color: #00beee;
}

.index .infochannel .t a {
    font-size: 14px;
    color: #00beee;
}

.index .infochannel .infobox {
    margin-top: 26px;
    height: 410px;
    width: 100%;
}

.index .infochannel .infobox .name {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.index .infochannel .infobox .info1 {
    border-right: 1px dashed #dfdfdf;
    width: 404px;
    height: 100%;
    box-sizing: border-box;
    padding-right: 35px;
}

.index .infochannel .infobox .info1 .message {
    display: flex;
}

.index .infochannel .infobox .info1 .message img {
    display: block;
    width: 134px;
    height: 134px;
    margin-right: 15px;
}

.index .infochannel .infobox .info1 .message .txt .tit {
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #00beee;
    margin-bottom: 10px;
}

.index .infochannel .infobox .info1 .message .txt p {
    width: 216px;
    font-size: 14px;
    color: #bcbcbc;
    line-height: 24px;
}

.index .infochannel .infobox .info1 .message .txt p a {
    color: #1a1a1a;
    margin-left: 3px;
}

.index .infochannel .infobox .info1 ul {
    margin-top: 23px;
}

.index .infochannel .infobox .info1 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 36px;
}

.index .infochannel .infobox .info1 ul li a:hover {
    color: #00beee;
}

.index .infochannel .infobox .info1 ul li a:hover::before {
    color: #00beee;
}

.index .infochannel .infobox .info1 ul li a {
    font-size: 14px;
    color: #666;
}

.index .infochannel .infobox .info1 ul li a::before {
    content: '·';
    font-weight: bolder;
    color: #ccc;
    margin-right: 5px;
}

.index .infochannel .infobox .info1 ul li span {
    font-size: 12px;
    color: #bcbcbc;
}

.index .infochannel .infobox .info2 {
    width: 295px;
    height: 100%;
}

.index .infochannel .infobox .info2 .health:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.index .infochannel .infobox .info2 .health {
    width: 100%;
    border-bottom: dashed 1px #dfdfdf;
    padding-bottom: 29px;
    margin-bottom: 27px;
    display: flex;
}

.index .infochannel .infobox .info2 .health img {
    margin-right: 15px;
    width: 136px;
    height: 84px;
    display: block;
}

.index .infochannel .infobox .info2 .health .mssg .tit {
    width: 144px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #00beee;
    margin-bottom: 8px;
}

.index .infochannel .infobox .info2 .health .mssg .nr {
    font-size: 12px;
    color: #bcbcbc;
    line-height: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index .infochannel .infobox .info2 .health .mssg .date {
    font-size: 12px;
    color: #bcbcbc;
    margin-top: 5px;
}

.sbpd {
    width: 100%;
    margin-top: 31px;
}

.sbpd .messagebox {
    margin-top: 20px;
}

.sbpd .messagebox li {
    line-height: 50px;
}

.sbpd .messagebox li a {
    font-size: 18px;
    color: #333;
}

.sbpd .messagebox li .msg {
    font-size: 16px;
    color: #999;
    width: 400px;
}

.sbpd .type-select {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 5px 13px;
    border: solid 1px #dfdfdf;
}

.sbpd .type-select > div:last-of-type {
    border-bottom: none;
}

.sbpd .type-select .type3 {
    align-items: flex-start;
    padding: 0 0 5px 0;
}

.sbpd .type-select .type3 .t {
    margin-top: 22px;
}

.sbpd .type-select .type3 ul {
    height: 60px;
    overflow: hidden;
    padding-top: 14px;
}

.sbpd .type-select .type3 ul li {
    margin-bottom: 8px;
    margin-top: 8px;
}

.sbpd .type-select .type1 .t {
    padding-left: 0;
}

.sbpd .type-select .type1 .select {
    display: flex;
    align-items: center;
    padding-left: 18px;
    font-size: 16px;
    color: #666;
}

.sbpd .type-select .type1 .select select {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #ededed;
    padding-left: 20px;
}

.sbpd .type-select .type1 .select span {
    margin: 0 14px;
}

.sbpd .type-select > div {
    border-bottom: dashed 1px #ededed;
    width: 100%;
    padding: 22px 0 20px;
    display: flex;
    align-items: center;
}

.sbpd .type-select > div .show {
    margin-top: 22px;
}

.sbpd .type-select > div .show .hide {
    display: none;
}

.sbpd .type-select > div .show div {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    padding-top: 3px;
    cursor: pointer;
}

.sbpd .type-select > div .show div img {
    width: 14px;
    height: 10px;
    margin-left: 3px;
    display: block;
}

.sbpd .type-select > div .t {
    width: 97px;
    border-right: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding-left: 17px;
    font-size: 18px;
    color: #999;
}

.sbpd .type-select > div ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*width: 1033px;*/
    box-sizing: border-box;
    padding-left: 24px;
}

.sbpd .type-select > div ul .li-sel {
    color: #fff;
}

.sbpd .type-select > div ul .li-sel::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -7px;
    bottom: -6px;
    right: -7px;
    background-color: #0497e4;
    z-index: -1;
    border-radius: 5px;
}

.sbpd .type-select > div ul li {
    margin-right: 25px;
    position: relative;
    font-size: 18px;
    color: #1c1c1c;
    cursor: pointer;
}

.sbpd .shebei {
    width: 100%;
    box-sizing: border-box;
    padding-left: 26px;
}

.sbpd .shebei .title {
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
}

.sbpd .shebei .title div:first-of-type {
    width: 50%;
}

.sbpd .shebei .title div:first-of-type span {
    width: 340px;
    display: block;
    text-align: center;
}

.sbpd .shebei .title div {
    width: 25%;
    text-align: center;
    font-size: 18px;
    color: #0f0f0f;
}

.sbpd .shebei .information:last-of-type {
    margin-bottom: 0;
}

.sbpd .shebei .information {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.sbpd .shebei .information .pic {
    width: 50%;
}

.sbpd .shebei .information .pic img {
    height: 170px;
    width: 320px;
}

.sbpd .shebei .information .pn {
    width: 25%;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.sbpd .shebei .information .name {
    width: 25%;
}

.sbpd .shebei .information .name p {
    font-size: 18px;
    color: #333;
    width: 225px;
    text-align: center;
    margin: 0 auto;
}

.sbpd .pagenum {
    justify-content: center;
    margin-top: 32px;
}

.sbxq {
    align-items: flex-start;
    margin-top: 33px;
}

.sbxq .left {
    width: 810px;
}

.sbxq .left .product {
    align-items: flex-start;
    width: 100%;
}

.sbxq .left .product .picbox {
    width: 500px;
}

.sbxq .left .product .picbox > img {
    width: 500px;
    height: 440px;
    display: block;
    margin-bottom: 19px;
}

.sbxq .left .product .picbox .pic {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.sbxq .left .product .picbox .pic img {
    width: 141px;
    height: 113px;
}

.sbxq .left .product .msgbox {
    width: 252px;
    text-align: left;
}

.sbxq .left .product .msgbox .name {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.sbxq .left .product .msgbox p {
    font-size: 16px;
    line-height: 48px;
    color: #666;
}

.sbxq .left .product .msgbox i {
    display: block;
    width: 100%;
    border-top: 1px dashed #e8e8e8;
    margin-top: 40px;
}

.sbxq .left .product .msgbox button {
    width: 252px;
    height: 60px;
    background-color: #0497e4;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    margin-top: 55px;
}

.sbxq .left .productmsg {
    width: 100%;
    height: 375px;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #f8f8f8;
    margin-top: 40px;
    overflow: hidden;
}

.sbxq .left .productmsg .t {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 22px 0 15px;
}

.sbxq .left .productmsg .t div {
    font-size: 14px;
}

.sbxq .left .productmsg .t div span {
    font-weight: normal;
}

.sbxq .left .productmsg .tip {
    font-size: 16px;
    color: #333;
}

.sbxq .left .productmsg .info {
    margin-top: 23px;
    margin-bottom: 40px;
    width: 100%;
    height: 106px;
    border: solid 1px #b2b2b2;
    box-sizing: border-box;
    padding: 23px 0 23px 28px;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sbxq .left .productmsg .info div {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.sbxq .left .productmsg .info div span {
    font-weight: normal;
    color: #666;
}

.sbxq .left .productmsg .info div p:last-of-type {
    min-width: 133px;
}

.sbxq .left .productmsg > p {
    font-size: 16px;
    line-height: 34px;
    color: #333;
}

.sbxq .right {
    width: 300px;
}

.sbxq .right .seller {
    width: 100%;
    height: 310px;
    background-color: #f9f9f9;
    box-sizing: border-box;
    padding: 0 21px;
    overflow: hidden;
}

.sbxq .right .seller div {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sbxq .right .seller p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
}

.sbxq .right .seller button {
    display: block;
    width: 120px;
    height: 40px;
    background-color: #0497e4;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    margin: 15px auto 0;
}

.sbxq .right .other {
    width: 100%;
    height: 271px;
    background-color: #f9f9f9;
    box-sizing: border-box;
    padding: 14px 21px 0;
    overflow: hidden;
    margin-top: 40px;
}

.sbxq .right .other div {
    font-size: 18px;
    color: #333;
}

.sbxq .right .other div button {
    width: 90px;
    height: 30px;
    background-color: #0497e4;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

.sbxq .right .other .pic {
    flex-wrap: wrap;
    margin-top: 16px;
}

.sbxq .right .other .pic img {
    width: 120px;
    height: 80px;
    margin-bottom: 20px;
}

.sbxq .right .ewm {
    margin-top: 40px;
    text-align: center;
}

.sbxq .right .ewm img {
    width: 148px;
    height: 148px;
}

.sbxq .right .ewm p {
    font-size: 16px;
    color: #666;
    margin-top: 16px;
}

.dhpd {
    margin-top: 30px;
}

.dhpd .abox {
    width: 100%;
    margin-top: 25px;
}

.dhpd .abox .title {
    width: 100%;
    height: 50px;
    background-color: #0497e4;
    box-sizing: border-box;
    padding: 0 22px;
}

.dhpd .abox .title div {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.dhpd .abox .title div span {
    font-size: 14px;
}

.dhpd .abox .title a {
    font-size: 14px;
    color: #fff;
}

.dhpd .abox .web {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 0px 8px 20px;
    border: solid 1px #ededed;
    font-size: 16px;
}

.dhpd .abox .web .t {
    width: 90px;
    color: #00beee;
}

.dhpd .abox .web .t1 {
    width: 90px;
    color: #666;
}

.dhpd .abox .web .chosebox {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.dhpd .abox .web .chosebox .select {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.dhpd .abox .web .chosebox .select select {
    width: 80px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #ededed;
}

.dhpd .abox .web .chosebox .select span {
    margin: 0 14px;
}

.dhpd .abox .web .selectbox {
    width: 1149px;
    border-bottom: 1px solid #ededed;
}

.dhpd .abox .web .selectbox .chose {
    width: 1060px;
}

.dhpd .abox .web .selectbox .chose > div:first-of-type {
    border-bottom: 1px dashed #ededed;
}

.dhpd .abox .web .selectbox .chose > div {
    padding: 0px 0 20px;
}

.dhpd .abox .web .selectbox .chose > div .personal {
    margin: 19px 0 23px;
}

.dhpd .abox .web .selectbox .chose > div .select {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
    margin-top: -3px;
    margin-bottom: 25px;
}

.dhpd .abox .web .selectbox .chose > div .select select {
    width: 80px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #ededed;
}

.dhpd .abox .web .selectbox .chose > div .select span {
    margin: 0 14px;
}

.dhpd .abox .web .selectbox .chose > div ul {
    width: 100%;
}

.dhpd .abox .web > div {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
}

.dhpd .abox .web > div ul {
    width: calc(100% - 90px);
    justify-content: flex-start;
}

.dhpd .abox .web > div ul li:last-of-type {
    margin-right: 0;
}

.dhpd .abox .web > div ul li:first-of-type a {
    color: #4c9c35;
}

.dhpd .abox .web > div ul li {
    margin-right: 29px;
}

.dhpd .abox .web > div ul li a {
    color: #333;
}

.zhpd .type-select {
    margin-bottom: 40px;
}

.zhpd .meetting {
    width: 100%;
    height: 300px;
    border: solid 1px #ededed;
    margin-bottom: 30px;
}

.zhpd .meetting > img {
    width: 532px;
    height: 100%;
}

.zhpd .meetting .meetmsg {
    height: 100%;
    width: calc(100% - 532px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 40px 0 28px;
}

.zhpd .meetting .meetmsg .meetname {
    font-size: 18px;
    color: #333;
}

.zhpd .meetting .meetmsg p {
    width: 530px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zhpd .meetting .meetmsg button {
    width: 200px;
    height: 50px;
    background-color: #00beee;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
}
.zhpd .meetting .meetmsg a {
    width: 200px;
    height: 50px;
    background-color: #00beee;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}
.qypd,
.zhpd {
    width: 100%;
    /*margin-top: 31px;*/
}

.qypd .pagenum,
.zhpd .pagenum {
    justify-content: center;
    margin-top: 40px;
}

.qypd .type-select,
.zhpd .type-select {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 5px 13px;
    border: solid 1px #dfdfdf;
}

.qypd .type-select > div:last-of-type,
.zhpd .type-select > div:last-of-type {
    border-bottom: none;
}

.qypd .type-select .type1 .ulbox,
.zhpd .type-select .type1 .ulbox {
    width: 100%;
    box-sizing: border-box;
    padding-left: 24px;
}

.qypd .type-select .type1 ul:last-of-type,
.zhpd .type-select .type1 ul:last-of-type {
    border-bottom: none;
}

.qypd .type-select .type1 ul:last-of-type li,
.zhpd .type-select .type1 ul:last-of-type li {
    margin-top: 15px;
}

.qypd .type-select .type1 ul,
.zhpd .type-select .type1 ul {
    width: 100%;
    border-bottom: 1px dashed #ededed;
}

.qypd .type-select .type1 ul li.li-sel:first-of-type,
.zhpd .type-select .type1 ul li.li-sel:first-of-type {
    color: #fff;
}

.qypd .type-select .type1 ul li:first-of-type,
.zhpd .type-select .type1 ul li:first-of-type {
    color: #333;
}

.qypd .type-select .type1 ul li,
.zhpd .type-select .type1 ul li {
    color: #666;
    font-size: 18px;
}

.qypd .type-select .type1 ul li select,
.zhpd .type-select .type1 ul li select {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #ededed;
    cursor: pointer;
    padding-left: 20px;
}

.qypd .type-select .type1 ul li span,
.zhpd .type-select .type1 ul li span {
    margin: 0 14px;
}

.qypd .type-select .type1 ul:first-of-type li,
.zhpd .type-select .type1 ul:first-of-type li {
    margin-bottom: 18px;
}

.qypd .type-select .type2,
.zhpd .type-select .type2 {
    padding: 0 0 5px 0;
}

.qypd .type-select .type2 .t1,
.zhpd .type-select .type2 .t1 {
    padding-left: 0;
}

.qypd .type-select .type2 .t,
.zhpd .type-select .type2 .t {
    margin-top: 22px;
}

.qypd .type-select .type2 ul,
.zhpd .type-select .type2 ul {
    height: 60px;
    overflow: hidden;
    padding-top: 14px;
    padding-left: 20px;
}

.qypd .type-select .type2 ul li,
.zhpd .type-select .type2 ul li {
    margin-bottom: 8px;
    margin-top: 8px;
}

.qypd .type-select > div,
.zhpd .type-select > div {
    border-bottom: solid 1px #ededed;
    width: 100%;
    padding: 22px 0 20px;
    display: flex;
    align-items: flex-start;
}

.qypd .type-select > div .show,
.zhpd .type-select > div .show {
    margin-top: 22px;
}

.qypd .type-select > div .show .hide,
.zhpd .type-select > div .show .hide {
    display: none;
}

.qypd .type-select > div .show div,
.zhpd .type-select > div .show div {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    padding-top: 3px;
    cursor: pointer;
}

.qypd .type-select > div .show div img,
.zhpd .type-select > div .show div img {
    width: 14px;
    height: 10px;
    margin-left: 3px;
    display: block;
}

.qypd .type-select > div .t,
.zhpd .type-select > div .t {
    width: 92px;
    border-right: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding-left: 17px;
    font-size: 18px;
    color: #999;
}

.qypd .type-select > div ul,
.zhpd .type-select > div ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1033px;
    box-sizing: border-box;
}

.qypd .type-select > div ul .li-sel,
.zhpd .type-select > div ul .li-sel {
    color: #fff;
}

.qypd .type-select > div ul .li-sel::after,
.zhpd .type-select > div ul .li-sel::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -7px;
    bottom: -6px;
    right: -7px;
    background-color: #0497e4;
    z-index: -1;
    border-radius: 5px;
}

.qypd .type-select > div ul li,
.zhpd .type-select > div ul li {
    margin-right: 30px;
    position: relative;
    font-size: 18px;
    color: #1c1c1c;
    cursor: pointer;
}

.qypd .companies,
.zhpd .companies {
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 20px;
}

.qypd .companies .company,
.zhpd .companies .company {
    text-align: center;
    width: 281px;
    border: solid 2px #ededed;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.qypd .companies .company img,
.zhpd .companies .company img {
    width: 260px;
    height: 180px;
}

.qypd .companies .company .doctor,
.zhpd .companies .company .doctor {
    font-size: 16px;
    color: #666;
}

.qypd .companies .company .name,
.zhpd .companies .company .name {
    font-size: 18px;
    color: #333;
    margin: 25px 0;
}

.qypd .companies .company p,
.zhpd .companies .company p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666;
    width: 225px;
    line-height: 24px;
    text-align: left;
    margin: 0 auto;
}

.qypd .companies .company button,
.zhpd .companies .company button {
    width: 120px;
    height: 35px;
    background-color: #0497e4;
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    margin-top: 26px;
}

.qypd .cellbox,
.zhpd .cellbox {
    width: 100%;
    height: 539px;
    border: solid 1px #ededed;
    box-sizing: border-box;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.qypd .cellbox li a,
.zhpd .cellbox li a {
    font-size: 18px;
    color: #333;
}

.qypd .cellbox li span,
.zhpd .cellbox li span {
    font-size: 16px;
    color: #999;
}

.zxpd {
    font-size: 18px;
}

.zxpd .pagenum {
    justify-content: center;
    margin-top: 40px;
}

.zxpd .tabs {
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.zxpd .tabs .li-sel {
    color: #00beee;
}

.zxpd .tabs li {
    margin-right: 30px;
    cursor: pointer;
    color: #1c1c1c;
}


.qypd .tabs {
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    /*border-bottom: 1px solid #f0f0f0;*/
    font-size: 18px;
}

.qypd .tabs .li-sel {
    color: #00beee;
}

.qypd .tabs li {
    margin-right: 30px;
    cursor: pointer;
    color: #1c1c1c;
}

.zxpd .tabmsg > ul li {
    width: 100%;
    height: 135px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.zxpd .tabmsg > ul li .date {
    width: 60px;
    height: 75px;
    background-color: #0497e4;
    font-size: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.zxpd .tabmsg > ul li .date span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.zxpd .tabmsg > ul li .msg {
    width: calc(100% - 80px);
}

.zxpd .tabmsg > ul li .msg .title {
    color: #333;
    margin-bottom: 5px;
}

.zxpd .tabmsg > ul li .msg a {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zxpd .tabmsg .ylqbox {
    width: 1200px;
    border: solid 1px #ededed;
    margin-top: 30px;
}

.zxpd .tabmsg .ylqbox .pagenum {
    justify-content: flex-start;
    padding-left: 20px;
}

.zxpd .tabmsg .ylqbox .many {
    font-size: 14px;
    color: #999;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.zxpd .tabmsg .ylqbox .many span {
    color: #f00;
}

.zxpd .tabmsg .ylqbox .ylqmsg li {
    box-sizing: border-box;
    padding: 25px 20px 17px;
    min-height: 182px;
    border-bottom: 1px #ededed solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .content {
    font-size: 16px;
    color: #00beee;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop {
    margin-top: 100px;
    padding-bottom: 17px;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .talk {
    margin-bottom: -22px;
    font-size: 14px;
    color: #999;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .talk div:first-of-type img {
    width: 12px;
    margin-left: 0;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .talk div:nth-of-type(2) {
    cursor: pointer;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .talk div {
    display: flex;
    align-items: center;
    margin-left: 34px;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .talk div img {
    width: 17px;
    height: auto;
    margin-right: 5px;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox {
    width: 1100px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox .close {
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #999;
    background-color: #f3f3f3;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox .pl {
    width: 100%;
    background-color: #f3f3f3;
    box-sizing: border-box;
    padding: 13px 13px 13px 15px;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox .pl .p:nth-of-type(1) {
    margin-top: 0;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox .pl .p {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 15px;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox .pl .p p {
    font-size: 16px;
    color: #333;
    width: 890px;
    line-height: 22px;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox .pl .p p span {
    color: #999;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox .pl .p div {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox .pl .p div span {
    color: #333;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox .pl .p div button {
    background-color: #f3f3f3;
    color: #00beee;
    margin-left: 10px;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox .pl .input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox .pl .input input {
    width: 922px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #00beee;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.zxpd .tabmsg .ylqbox .ylqmsg li .replyTop .plbox .pl .input button {
    width: 107px;
    height: 40px;
    background-color: #00beee;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fffefe;
}

.zxpd .tabmsg .writebox {
    width: 100%;
    height: 610px;
    background-color: #f3f3f3;
    box-sizing: border-box;
    padding: 0 225px;
    overflow: hidden;
}

.zxpd .tabmsg .writebox .t {
    font-size: 14px;
    font-weight: bold;
    color: #1c1c1c;
    margin-top: 25px;
}

.zxpd .tabmsg .writebox input {
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 11px;
    font-size: 14px;
    color: #999;
    margin-top: 19px;
    background-color: #fff;
    border: solid 1px #d6d6d6;
}

.zxpd .tabmsg .writebox #textarea {
    margin-top: 25px;
}

.zxpd .tabmsg .writebox .checkbox {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.zxpd .tabmsg .writebox .checkbox input {
    width: 16px;
    height: 16px;
    border: solid 1px #1c1c1c;
    margin-right: 7px;
}

.zxpd .tabmsg .writebox .checkbox label {
    font-size: 14px;
    color: #1c1c1c;
}

.zxpd .tabmsg .writebox button {
    width: 70px;
    height: 30px;
    background-color: #0497e4;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 3px;
    color: #fff;
    margin: 70px auto 0;
    display: block;
}

.simple {
    width: 100%;
    height: 1500px;
    position: relative;
    background: url("../img/simple-bg.png") no-repeat;
    background-size: cover;
}

.simple img {
    width: 1200px;
    height: 673px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zxxq .title {
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #1a1a1a;
}

.zxxq .information {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-top: 40px;
}

.zxxq .information div {
    font-weight: bold;
}

.zxxq .information div span {
    font-weight: normal;
}

.zxxq .adbox {
    margin-top: 30px;
}

.zxxq .adbox > div:first-of-type {
    float: left;
}

.zxxq .adbox > div:last-of-type {
    float: right;
}

.zxxq .adbox > div {
    position: relative;
}

.zxxq .adbox > div .ad {
    width: 468px;
    height: 80px;
    background-color: #e3e3e3;
}

.zxxq .adbox > div .adclose {
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 9px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0497e4;
}

.zxxq .adbox > div .adclose img {
    margin-left: 5px;
    width: 8px;
    height: 8px;
}

.zxxq .message {
    width: 100%;
    margin: 35px 0 53px;
}

.zxxq .message p {
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 30px;
}

.zxxq .message p img{
    width: 100%;
}
.zxxq .message .number {
    margin: 10px 0 5px;
}

.zxxq .change button {
    font-size: 16px;
    color: #fff;
    width: 480px;
    height: 65px;
    background-color: #0497e4;
}

.denglu {
    width: 1200px;
    height: 920px;
    margin: 40px auto 70px;
    background-color: #fff;
}

.denglu .t {
    height: 72px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    border-bottom: 1px solid #efefef;
    color: #333;
    font-size: 18px;
    line-height: 72px;
}

.denglu .input:nth-of-type(2) {
    justify-content: space-between;
}

.denglu .input {
    width: 521px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #eee;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 26px;
    margin: 30px auto 0;
}

.denglu .input input {
    font-size: 16px;
    color: #adadad;
    width: calc(100% - 85px);
}

.denglu .input button {
    background-color: #fff;
    width: 85px;
    padding-left: 14px;
    border-left: 1px solid #999;
    font-size: 14px;
    color: #0497e4;
}

.denglu .remember {
    width: 521px;
    box-sizing: border-box;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto 0;
}

.denglu .remember a {
    font-size: 14px;
    color: #0497e4;
}

.denglu .remember .l {
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.denglu .remember .l img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    display: none;
}

.denglu .remember .l .imgsel {
    display: block;
}

.denglu > button {
    display: block;
    margin: 100px auto;
    width: 360px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #0497e4;
    box-shadow: 0px 0px 8px 0px rgba(0, 112, 170, 0.75);
    border-radius: 33px;
    font-size: 18px;
    color: #fff;
}

.zhuce {
    width: 1200px;
    min-height: 920px;
    margin: 40px auto 70px;
    background-color: #fff;
}

.zhuce > .t {
    height: 72px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    border-bottom: 1px solid #efefef;
    color: #333;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zhuce > .t span:last-of-type,.denglu > .t span:last-of-type {
    color: #666;
    font-size: 16px;
    float: right;
}

.zhuce > .t span:last-of-type a,.denglu > .t span:last-of-type a {
    color: #0497e4;
}

.zhuce .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
}

.zhuce .tabs .tab:last-of-type {
    margin-left: 54px;
}

.zhuce .tabs .tab {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.zhuce .tabs .tab img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.zhuce .tabs .tab img:last-of-type {
    /*display: none;*/
}

.zhuce .tabs .tabsel {
    color: #0497e4;
}

.zhuce .tabs .tabsel img:first-of-type {

}

.zhuce .tabs .tabsel img:last-of-type {

}

.zhuce .tabshow {
    margin-top: 40px;
    overflow: hidden;
}

.zhuce .tabshow .cell {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.zhuce .tabshow .cell .t {
    width: 65px;
    text-align: right;
    font-size: 16px;
    color: #666;
    margin-right: 30px;
}

.zhuce .tabshow .cell > i {
    display: block;
    width: 20px;
    border-top: 1px solid #eee;
    margin: 0 7px;
}

.zhuce .tabshow .cell > button {
    position: absolute;
    right: 239px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #0497e4;
    background-color: #fff;
}

.zhuce .tabshow .cell .input1 {
    width: 150px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px 0 25px;
    position: relative;
}

.zhuce .tabshow .cell .input1 input {
    font-size: 16px;
    color: #adadad;
    width: calc(100% - 14px);
    background-color: #fff;
}

.zhuce .tabshow .cell .input1 > i {
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 1.5px solid #999;
    border-left: 1.5px solid #999;
    transform: rotate(-45deg);
    margin-top: -5px;
}

.zhuce .tabshow .cell .input1 .select {
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: solid 1px #ebebeb;
    z-index: 999;
}

.zhuce .tabshow .cell .input1 .select li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    padding-left: 21px;
    box-sizing: border-box;
}

.zhuce .tabshow .cell .input1 .select li:hover {
    background-color: #ebebeb;
}

.zhuce .tabshow .cell .input {
    width: 520px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 26px;
    position: relative;
}

.zhuce .tabshow .cell .input input {
    font-size: 16px;
    color: #adadad;
    width: calc(100% - 85px);
    background-color: #fff;
}

.zhuce .tabshow .cell .input .getCode {
    background-color: #fff;
    width: 85px;
    padding-left: 14px;
    border-left: 1px solid #999;
    font-size: 14px;
    color: #0497e4;
}

.zhuce .tabshow .cell .input > i {
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 1.5px solid #999;
    border-left: 1.5px solid #999;
    transform: rotate(-45deg);
    margin-top: -5px;
}

.zhuce .tabshow .cell .input .select {
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: solid 1px #ebebeb;
    z-index: 999;
}

.zhuce .tabshow .cell .input .select li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    padding-left: 21px;
    box-sizing: border-box;
}

.zhuce .tabshow .cell .input .select li:hover {
    background-color: #ebebeb;
}

.zhuce .tabshow > button {
    display: block;
    margin: 100px auto;
    width: 360px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #0497e4;
    box-shadow: 0px 0px 8px 0px rgba(0, 112, 170, 0.75);
    border-radius: 33px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 4px;
}

.tianjiawangzhan {
    width: 960px;
    height: 700px;
    background-color: #fff;
    border-radius: 10px;
    margin: 40px auto 45px;
    box-sizing: border-box;
    padding: 0 29px;
}

.tianjiawangzhan .t {
    height: 59px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 59px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.tianjiawangzhan > div {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.tianjiawangzhan > div input {
    height: 40px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
    color: #999;
}

.tianjiawangzhan > div div {
    display: flex;
    align-items: center;
}

.tianjiawangzhan > div span {
    display: block;
    width: 72px;
    text-align: left;
    font-size: 18px;
    color: #666;
    margin-right: 21px;
}

.tianjiawangzhan .webbox {
    margin-top: 20px;
}

.tianjiawangzhan .webbox .webname input {
    width: 328px;
}

.tianjiawangzhan .webbox .webtype span {
    margin-left: 52px;
    width: 36px;
}

.tianjiawangzhan .webbox .webtype .input {
    width: 173px;
    height: 40px;
    border: solid 1px #ddd;
    position: relative;
}

.tianjiawangzhan .webbox .webtype .input input {
    width: 138px;
    background-color: #fff;
    border: none;
    border-right: 1px solid #ddd;
}

.tianjiawangzhan .webbox .webtype .input i {
    display: block;
    width: 9px;
    height: 9px;
    border-left: 1.5px solid #999;
    border-bottom: 1.5px solid #999;
    transform: rotate(-45deg);
    margin: -5px 0 0 12px;
}

.tianjiawangzhan .webbox .webtype .input ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 41px;
    left: -1px;
    z-index: 999;
    border: solid 1px #ddd;
}

.tianjiawangzhan .webbox .webtype .input ul li {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    cursor: pointer;
}

.tianjiawangzhan .webbox .webtype .input ul li:hover {
    background-color: #ebebeb;
}

.tianjiawangzhan .webadr input {
    width: 328px;
}

.tianjiawangzhan .webmsg {
    align-items: flex-start;
    position: relative;
}

.tianjiawangzhan .webmsg textarea {
    width: 612px;
    height: 200px;
    border: solid 1px #ddd;
    resize: none;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    color: #999;
}

.tianjiawangzhan .webmsg div {
    font-size: 16px;
    color: #0497e4;
    position: absolute;
    bottom: 0;
    right: 141px;
}

.tianjiawangzhan .code input {
    width: 175px;
}

.tianjiawangzhan .btn {
    justify-content: center;
    margin-top: 113px;
}

.tianjiawangzhan .btn button {
    width: 160px;
    height: 55px;
    background-color: #0497e4;
    border-radius: 28px;
    font-size: 18px;
    color: #fff;
}

.tianjiawangzhan .btn button:first-of-type {
    margin-right: 154px;
}

.tianjiafabu {
    width: 960px;
    background-color: #fff;
    border-radius: 10px;
    margin: 40px auto 45px;
    box-sizing: border-box;
    padding: 0 29px;
}

.tianjiafabu .t {
    height: 59px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 59px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.tianjiafabu span {
    font-size: 18px;
    color: #666;
    margin-right: 13px;
    width: 80px;
}
.tianjiafabu .form-group{
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;

}
.tianjiafabu .fbmsg {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tianjiafabu .fbmsg div {
    display: flex;
    align-items: center;
}

.tianjiafabu .fbmsg div input {
    height: 40px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
    color: #999;
    background-color: #fff;
    width: 450px;
}

.tianjiafabu .fbmsg div .input {
    width: 129px;
    border: solid 1px #ddd;
    position: relative;
}

.tianjiafabu .fbmsg div .input input {
    width: 94px;
    border: none;
    border-right: solid 1px #ddd;
}

.tianjiafabu .fbmsg div .input i {
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1.5px solid #999;
    border-bottom: 1.5px solid #999;
    transform: rotate(-45deg);
    margin: -5px 0 0 12px;
}

.tianjiafabu .fbmsg div .input ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 41px;
    left: -1px;
    z-index: 999;
    border: solid 1px #ddd;
}

.tianjiafabu .fbmsg div .input ul li {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    cursor: pointer;
}

.tianjiafabu .fbmsg div .input ul li:hover {
    background-color: #ebebeb;
}

.tianjiafabu .fbmsg_radio {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tianjiafabu .fbmsg_radio div {
    display: flex;
    align-items: center;
}
.tianjiafabu .fbmsg_radio input {
    height: 20px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
    color: #999;
    background-color: #fff;
    width: 30px;
}

.tianjiafabu .uploadbox {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    position: relative;
}

.tianjiafabu .uploadbox .upload {
    position: relative;
}

.tianjiafabu .uploadbox .upload input {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.tianjiafabu .uploadbox .upload img {
    width: 180px;
    height: 180px;
}

.tianjiafabu .uploadbox .tips {
    position: absolute;
    right: 152px;
    bottom: 0;
    font-size: 16px;
    color: rgba(4, 151, 228, 0.8);
}

.tianjiafabu .nr {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}

.tianjiafabu .nr textarea {
    resize: none;
    width: 612px;
    height: 173px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    color: #999;
}

.tianjiafabu .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 49px;
}

.tianjiafabu .btn button {
    width: 160px;
    height: 55px;
    background-color: #0497e4;
    border-radius: 28px;
    font-size: 18px;
    color: #fff;
}

.tianjiafabu .btn button:first-of-type {
    margin-right: 154px;
}

.userbox {
    margin-top: 40px;
    width: 1200px;
    height: 230px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 18px;
}

.userbox .changepsd {
    font-size: 16px;
    color: #0497e4;
    cursor: pointer;
}

.userbox .user {
    display: flex;
    align-items: center;
}

.userbox .user > img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 17px;
}

.userbox .user .username .name {
    font-weight: bold;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.userbox .user .username > div {
    display: flex;
    align-items: center;
}

.userbox .user .username > div .xl {
    width: 73px;
    height: 25px;
    background-color: #0497e4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

.userbox .user .username > div .xl img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.userbox .user .username > div span {
    margin-right: 32px;
    font-size: 16px;
    color: #666;
}

.userbox .user .username > div span:last-of-type {
    color: #0583c5;
}

.userbox .progress {
    margin: 40px 0 16px;
    width: 360px;
    height: 18px;
    background-color: #eaeaea;
    border-radius: 9px;
}

.userbox .progress div {
    height: 100%;
    border-radius: 9px;
    background-color: #0497e4;
}

.userbox p {
    font-size: 16px;
    color: #666;
}

.messagebox {
    margin-top: 40px;
    width: 1200px;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 17px;
}

.messagebox .t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.messagebox .t div {
    color: #0497e4;
    font-size: 16px;
    cursor: pointer;
}

.messagebox .t div img {
    width: 18px;
    height: 20px;
    margin-right: 3px;
}

.messagebox .ulbox {
    display: flex;
    align-items: flex-start;
}

.messagebox .ulbox ul:nth-of-type(2) {
    width: 375px;
    margin-right: 73px;
    border-right: 1px solid #e5e5e5;
}

.messagebox .ulbox ul:first-of-type {
    width: 298px;
    margin-right: 73px;
    border-right: 1px solid #e5e5e5;
}

.messagebox .ulbox ul {
    height: 160px;
    overflow: hidden;
}

.messagebox .ulbox ul li {
    font-size: 16px;
    color: #666;
    line-height: 33px;
}

.bjxx {
    margin-top: 40px;
    width: 1200px;
    min-height: 375px;
    background-color: #fff;
    overflow: hidden;
}

.bjxx ul {
    width: 100%;
}

.bjxx ul li:first-of-type {
    /*height: 54px;*/
}

.bjxx ul li:first-of-type div {
    font-size: 18px;
    color: #333;
}

.bjxx ul li:first-of-type div:last-of-type {

}

.bjxx .last_div {
    width: 87px;
    height: 32px;
    background-color: #0497e4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.bjxx .last_div img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.bjxx ul li {
    /*width: 100%;*/
    height: 47px;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bjxx ul li > div {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.bjxx ul li > div:first-of-type {
    width: 250px;
}



.bjxx ul li > div:nth-of-type(2) {
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bjxx ul li > div:nth-of-type(2) div {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0497e4;
    cursor: pointer;
}

.bjxx ul li > div:nth-of-type(3) div img {
    height: 14px;
    margin-right: 5px;
}

.bjxx ul li > div:nth-of-type(3) div:nth-of-type(2) {
    color: #f00;
}

.bjxx .page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 30px 0 24px;
    padding-right: 20px;
}

.bjxx .page div {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.bjxx .page div select {
    width: 100px;
    height: 28px;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    text-align: center;
    color: #666;
    box-sizing: border-box;
    padding-left: 20px;
    margin: 0 19px 0 10px;
    font-size: 12px;
}

.bjxx .page div span:nth-of-type(2) {
    cursor: default;
    background-color: #0497e4;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.bjxx .page div span {
    width: 30px;
    height: 28px;
    background-color: #f4f4f5;
    border-radius: 2px;
    display: block;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
    cursor: pointer;
}

.bjxx .page div span img {
    width: 5px;
    height: 9px;
    margin-top: -3px;
}

.bjxx .page div input {
    width: 50px;
    height: 28px;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 0 4px;
}

.xxzt {
    margin-bottom: 100px;
    margin-top: 40px;
    width: 1200px;
    min-height: 375px;
    background-color: #fff;
    overflow: hidden;
}
.xxzt1 {
    margin-top: 40px;
    width: 1200px;
    background-color: #fff;
    overflow: hidden;
}
.xxzt ul,.xxzt1 ul {
    width: 100%;
}

.xxzt ul li:first-of-type {

}

.xxzt ul li:first-of-type div {

}


.xxzt1 ul li {
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xxzt1 ul li > div {
    text-align: center;
    font-size: 14px;
    color: #666;
}


.xxzt ul li {
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xxzt ul li > div {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.xxzt ul li > div:first-of-type,.xxzt1 ul li > div:first-of-type {
    width: 200px;
}

.xxzt ul li > div:nth-of-type(2) {

}

.xxzt ul li > div:nth-of-type(3) {

}

.xxzt ul li > div:nth-of-type(4) {

    margin-right: 137px;
}

.xxzt ul li .shz {
    color: #1a1a1a;
}

.xxzt ul li .ytg {
    color: #0497e4;
}

.xxzt ul li .wtg {
    color: #f00;
}

.xxzt .page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 30px 0 24px;
    padding-right: 20px;
}

.xxzt .page div {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.xxzt .page div select {
    width: 100px;
    height: 28px;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    text-align: center;
    color: #666;
    box-sizing: border-box;
    padding-left: 20px;
    margin: 0 19px 0 10px;
    font-size: 12px;
}

.xxzt .page div span:nth-of-type(2) {
    cursor: default;
    background-color: #0497e4;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.xxzt .page div span {
    width: 30px;
    height: 28px;
    background-color: #f4f4f5;
    border-radius: 2px;
    display: block;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
    cursor: pointer;
}

.xxzt .page div span img {
    width: 5px;
    height: 9px;
    margin-top: -3px;
}

.xxzt .page div input {
    width: 50px;
    height: 28px;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 0 4px;
}

.type4 .ulbox, .type5 .ulbox {
    width: 100%;
    box-sizing: border-box;

}
.type4 .ulbox  ul, .type5 .ulbox  ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*width: 1033px;*/
    box-sizing: border-box;
    line-height: 45px;
}
.type4 ul, .type5 ul {
    width: 100%;
    border-bottom: 1px dashed #ededed;
}
.type4 .except, .type5 .except{
    font-weight: bold;
}

.swiper-container{
    --swiper-navigation-color: #c8c8c8;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
}

.typeSelect {
    width: 100%;
}
.typeSelect .alreadySelect {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border: solid 1px #dfdfdf;
}
.typeSelect .alreadySelect >span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-right: 82px;
}
.typeSelect .alreadySelect .AS {
    cursor: pointer;
    background-color: #f9fafc;
    border-radius: 4px;
    border: dashed 1px #0497e4;
    padding: 10px 11px 12px 11px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    color: #0497e4;
    font-size: 16px;
}
.typeSelect .alreadySelect .AS img {
    width: 12px;
    height: 12px;
    margin-left: 10px;
}
.typeSelect .KS,
.typeSelect .PPXH {
    border: solid 1px #dfdfdf;
    margin-top: 14px;
    width: 1200px;
    box-sizing: border-box;
    padding: 0 19px;
}
.typeSelect .KS .more,
.typeSelect .PPXH .more {
    margin: 33px auto 17px;
    width: 51px;
    cursor: pointer;
    color: #999;
    font-size: 16px;
}
.typeSelect .KS .more div,
.typeSelect .PPXH .more div {
    display: flex;
    align-items: center;
}
.typeSelect .KS .more div img,
.typeSelect .PPXH .more div img {
    width: 14px;
    height: 8px;
    margin-left: 5px;
}
.typeSelect .KS .title,
.typeSelect .PPXH .title {
    color: #0497e4;
    font-size: 24px;
    font-weight: bold;
    height: 64px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    line-height: 64px;
}
.typeSelect .KS .typebox,.typeSelect .KS .typebox2,
.typeSelect .PPXH .typebox,.typeSelect .PPXH .typebox2 {
    min-height: 58px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: flex-start;
}
.typeSelect .KS .typebox >span,.typeSelect .KS .typebox2 >span,
.typeSelect .PPXH .typebox >span,.typeSelect .PPXH .typebox2 >span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 58px;
    display: block;
    width: 120px;
    margin-right: 15px;
}
.typeSelect .KS .typebox ul,.typeSelect .KS .typebox2 ul,
.typeSelect .PPXH .typebox ul,.typeSelect .PPXH .typebox2 ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #333;
    font-size: 16px;
    line-height: 38px;
    width: calc(100% - 144px);
    padding: 8px 0;
}
.typeSelect .KS .typebox ul .li-sel,.typeSelect .KS .typebox2 ul .li-sel,
.typeSelect .PPXH .typebox ul .li-sel,.typeSelect .PPXH .typebox2 ul1 .li-sel {
    color: #0497e4;
}
.typeSelect .KS .typebox ul li,.typeSelect .KS .typebox2 ul li,
.typeSelect .PPXH .typebox ul li,.typeSelect .PPXH .typebox2 ul li {
    margin-right: 30px;
    cursor: pointer;
}
.typeSelect .SB {
    border: solid 1px #dfdfdf;
    margin-top: 14px;
    width: 1200px;
    height: 80px;
    display: flex;
    align-items: center;
}
.typeSelect .SB span {
    font-size: 24px;
    color: #0497e4;
    font-weight: bold;
    margin-right: 70px;
    margin-left: 18px;
}
.typeSelect .SB ul {
    display: flex;
    align-items: center;
    width: 301px;
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    border-right: none;
}
.typeSelect .SB ul .li-sel {
    font-weight: bold;
    font-size: 16px;
    color: #018eed;
    background-color: #f9fafc;
    border: solid 1px #018eed;
}
.typeSelect .SB ul li {
    border-right: solid 1px #e5e5e5;
    color: #333;
    font-size: 14px;
    width: 100px;
    text-align: center;
    height: 100%;
    line-height: 40px;
    cursor: pointer;
}
.typeSelect .QY {
    border: solid 1px #dfdfdf;
    width: 100%;
    padding: 22px 0 20px;
    display: flex;
    align-items: flex-start;
}

.typeSelect .QY .t {
    width: 92px;
    box-sizing: border-box;
    padding-left: 17px;
    font-size: 24px;
    color: #0497e4;
    font-weight: bold;
    margin-right: 30px;
}
.typeSelect .QY .ulbox {
    width: 100%;
    box-sizing: border-box;
    padding-left: 24px;
}
.typeSelect .QY .ulbox .ul2 {
    margin-top: 20px;
}
.typeSelect .QY ul {
    width: 100%;
    border-bottom: 1px dashed #ededed;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.typeSelect .QY ul:last-of-type {
    border-bottom: none;
}
.typeSelect .QY ul:first-of-type li {
    margin-bottom: 18px;
}
.typeSelect .QY ul li:first-of-type {
    color: #333;
}
.typeSelect .QY ul li {
    color: #666;
    font-size: 18px;
    margin-right: 30px;
    position: relative;
}

.typeSelect .QY ul li select {
    width: 130px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #ededed;
    cursor: pointer;
    padding-left: 20px;
}
.typeSelect .QY .li-sel{
    color: #0497e4 !important;
}