* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(82 * 0.0625em);
    background: #fff;
    color: #333;

}

.header .content {
    box-sizing: border-box;
    width: calc(1190 * 0.0625em);
    height: calc(80 * 0.0625em);
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .content .left {
    display: flex;
    align-items: center;
}

.header .content .left .logo {
    cursor: pointer;
    width: 360px;
    margin-right: 10px;
}

.header .content .left .logo img {
    width: 100%;
}

.header .content .left .baozhang {
    width: calc(67 * 0.0625em);
    height: calc(24 * 0.0625em);

}

.header .content .right {}

.header .content .right ul {
    display: flex;
}

.header .content .right ul li {
    height: calc(80 * 0.0625em);
    line-height: calc(80 * 00.0625em);
    font-size: 16px;
    padding: 0 10px;
    position: relative;
}

.header .content .right ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 2px;
    background-color: #3388ff;
    display: none;
}

.header .content .right ul a {
    color: inherit;
    font-size: inherit;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header .content .right ul li:hover a {
    color: #3388ff;
}

.header .content .right ul li:hover::after {
    display: block;
}

.header .content .right .wx-con {
    height: calc(80 * 0.0625em);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;

}

.header .content .right .addwx {
    font-size: 16px;
    color: #fff;
    background-color: #3388FF;
    width: calc(140 * 0.0625em);
    height: calc(40 * 0.0625em);
}

.header .content .right .addwx img {
    width: 22px;
    margin-right: 8px;
}


.weixin-mask {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 100;
    display: none;
}

.weixin-mask .content {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: calc(40 * 0.0625em);
    width: calc(482 * 0.0625em);
}

.weixin-mask .content .close {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(40 * 0.0625em);
    height: calc(40 * 0.0625em);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.weixin-mask .content .close img {
    width: 60%;
}

.weixin-mask .content .wx-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(84 * 0.0625em);
    border-radius: 6px;
    color: #999;
    margin-bottom: calc(16 * 0.0625em);
    background-color: #f5f5f5;
}

.weixin-mask .content .wx-num .txt-1 {
    color: #3388ff;
}

.weixin-mask .content .wx-img img {
    width: 100%;
}

.weixin-mask .content .wx-header {
    color: #000;
    margin: 0 auto;
    margin-bottom: calc(30 * 0.0625em);
    line-height: 1;
    text-align: center;
    font-size: 21px;
    font-weight: 500;

}

.big-img-content {
    max-width: 88.75em;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 5;

}

.mb20 {
    margin-bottom: 20px;
}

.big-img-content>img {
    width: 100%;
}


.footer {
    width: 100%;
    position: relative;
    height: auto;
    zoom: 1;
    display: block;
    box-sizing: border-box;

}

.footer .content {
    background-color: rgb(248, 248, 248);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-top: 2.5em;
    padding-bottom: 1.25em;
    flex-direction: column;
}

.footer .content .equity {
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.875em;
}


.footer .content .equity .equity-item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* flex: 1; */
}

.footer .content .equity .equity-item img{
    width: 40px;
}
.footer .content .equity .equity-item .equity-item-txt{
    margin-left: 0.8125em;
    padding: calc(6 * 0.0625em) 0;
}

.footer .content .equity .equity-item .equity-item-txt .txt-1{
    color: #333;
    font-weight: bold;
    font-size: 0.9375em;
    margin-bottom: 0.375em;

}

.footer .content .equity .equity-item .equity-item-txt .txt-2{
        color: #999;
        font-size: 0.75em;

}

.mr25{
    margin-right: 2.5em;
}

.footer .fd-links{
    margin: 0 auto;
    margin-bottom: 1.875em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .fd-links .fd-linl-item{
    padding-left: 3.125em;
    padding-right: 3.125em;
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight: 500;
    color: #333;
    font-size: 16px;
}

.footer .fd-links .fd-linl-item::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    border-right: 1px solid #d8d8d8;
    margin-top: -0.4378em;
    height: 0.875em;
}

.footer .copyright{
    color: #666;
    margin-left: calc(10 * 0.0625em);
    font-size: 12px;
    line-height: 2;
    text-align: center;
}

.footer .copyright .txt-2{
    margin-left: 10px;
}


.mtheader{
    margin-top: calc(82 * 0.0625em);
}

.online-contact{
    position: fixed;
    max-width: calc(120 * 0.0625em);
    overflow: hidden;
    max-height: calc(370 * 0.0625em);
    left: 0;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
}

.online-contact .main{
    width: 100%;
    cursor: pointer;
}

.online-contact .close-box{
    background: rgba(0, 0, 0, 0.6);
    border-radius: calc(4 * 0.0625em);
    width: calc(24 * 0.0625em);
    height: calc(24 * 0.0625em);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-contact .close-box img{
    width:calc(20 * 0.0625em) ;
}

.container2{
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url(../images/information_banner.png);
}



.container2 .c2-title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 70px;
    font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 5px 10px rgba(0, 18, 36, 0.5);
}


.container2 .companyDetail_section1 {
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* margin-top: -60px; */
}

.container2 .companyDetail_section1 ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
}

.container2 .companyDetail_section1 ul li {
    cursor: pointer;
    line-height: 60px;
}

.container2 .companyDetail_section1 ul li a {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.container2 .companyDetail_section1 ul li a:hover {
    color: white;
    text-decoration: none !important;
}

.container2 .companyDetail_section1 ul li a.nav-up-selected {
    color: white;
    font-weight: bold;
}




.contentLsit {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 30px auto 0;
    align-items: flex-start;
    margin-bottom: 50px;
}

.contentLsit > div:nth-child(2) {
    width: 382px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(0, 64, 128, 0.05);
    margin-left: 25px;
    flex-shrink: 0;
    padding: 20px 0 30px;
    box-sizing: border-box;
}

.contentLsit > div.left {
    width: 807px;
}

.contentLsit .search {
    height: 50px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(0, 64, 128, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.contentLsit .search input {
    height: 100%;
    border: none;
    outline: none;
    flex-grow: 1;
}

.contentLsit .search button {
    height: 100%;
    border: none;
    outline: none;
    width: 100px;
    cursor: pointer;
    background: none;
    background: url("../images/search.png") no-repeat;
    background-size: 26px 26px;
    background-position: center;
    flex-shrink: 0;
    margin-left: 50px;
}

.contentLsit .left > ul li {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(0, 64, 128, 0.05);
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;

}

.contentLsit .left > ul a:hover {
    text-decoration: none;
}

.contentLsit .left > ul a:hover p {
    text-decoration: none;
}

.contentLsit .left > ul li > div > a > img:hover {
    transform: scale(1.03);
}

.contentLsit .left > ul {
    width: 100%;
    margin-bottom: 20px;
}

.contentLsit .left > ul li > div {
    width: 100%;
    display: flex;
    height: 100%;
}

.contentLsit .left > ul li > div > div {
    width: 500px;
}

.contentLsit .left ul li a > img {
    width: 250px;
    height: 185px;
    margin-right: 25px;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

.contentLsit .left ul li .title {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(85, 85, 85, 1);
    line-height: 33px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: -5px;
}

.contentLsit .left ul li .title:hover {
    background: linear-gradient(90deg, #00aeff, #3369e7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}

.contentLsit .left ul li .title:hover {
    color: #5079b7;
}

.contentLsit .left ul li > a > div {
    width: 500px;
}

.contentLsit .left ul li .content {
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777;
    line-height: 30px;
    height: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%;
}

.contentLsit .left ul li .date {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    line-height: 28px;
    margin-top: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contentLsit .left ul li .date div:last-child {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
}

.contentLsit .left ul li .date a {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #a5aab0;
    margin-right: 5px;
}

.contentLsit .left ul li .date a:hover {
    color: #5079b7;
}

.contentLsit .left .leftTitle {
    height: 30px;
    border-left: 4px solid rgba(83, 162, 248, 1);
    line-height: 30px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(85, 85, 85, 1);
}

.contentLsit .right .rightTitle {
    height: 25px;
    border-left: 4px solid rgba(83, 162, 248, 1);
    line-height: 25px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(85, 85, 85, 1);
}

.contentLsit .right .rightTitle:not(:nth-child(1)) {
    margin-top: 30px;
    margin-bottom: 10px;
}

.contentLsit .right ul {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.contentLsit .right ul li {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}


.contentLsit .right ul li > div > a {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #555555;
    line-height: 22px;
    height: 48px;

}

.contentLsit .right ul li > a.hidden {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #555555;
    width: 100%;
}

.contentLsit .right ul li a > img {
    width: 90px;
    height: 60px;
    margin-right: 10px;
}

.contentLsit .right ul li > div {
    flex-grow: 1;
}

.contentLsit .right ul li > div > p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contentLsit .right ul li > div > p a {
    color: #a5aab0;
    font-size: 12px;
}

.contentLsit .right ul li > div > p span {
    color: rgba(204, 204, 204, 1);
    font-size: 12px;
}


.contentLsit .right ul li a:hover {
    color: #5079b7;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.contentLsit .right ul.lableTag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.contentLsit .right ul.lableTag li {
    margin: 0 0 10px 10px;
    width: auto;
}

.contentLsit .right ul.lableTag li:first-child {
    /* margin-left: 0px; */
}

.contentLsit .right ul.lableTag li a {
    width: auto;
    display: block;
    font-size: 14px;
    color: #333;
    border: 1px solid #eaeaea;
    padding: 6px;
}

.contentLsit .right ul.lableTag li a:hover {
    color: #2faaff;
    background: #edf8ff;
    border: 1px solid #2faaff;
}

.contentLsit .right .wcode {
    margin-left: 18px;
}

.contentLsit .right .formAppointmentForm {
    padding: 0 20px;
    box-sizing: border-box;
}


.contentDetail > div {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(0, 64, 128, 0.05);
    padding: 20px;
    margin-bottom: 30px;
}

.contentDetail > div > .contentDetailTitle {
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(85, 85, 85, 1);
    line-height: 56px;
    margin-bottom: 10px;
}

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

.contentDetail > div .publishName {
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: rgba(85, 85, 85, 1);
    line-height: 28px;
}

.contentDetail > div .publishDate {
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: rgba(85, 85, 85, 1);
    line-height: 28px;
    margin-left: 20px;
}

.contentDetail > div > .publisUnderline {
    width: 60px;
    height: 4px;
    background: rgba(83, 162, 248, 1);
    margin: 17px 0;
}

.contentDetailFooter ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contentDetailFooter li {
    width: 370px;
    height: 84px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(0, 64, 128, 0.05);
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.contentDetailFooter li span {
    flex-shrink: 0;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
}

.contentDetailFooter li a {
    width: 360px;
    height: 84px;
    line-height: 84px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
