.page_banner {}

.page_title {
    text-align: center;
}

.page_title h3 {
    /* height: 31px; */
    padding: 60px 0 40px 0;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 31px;
    text-align: center;
    border-bottom: 1px solid #00000a;
}

.page_title h3::before,
.page_title h3::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #000000;
    display: inline-block;
    vertical-align: middle;
}

.page_title h3::before {
    margin-right: 10px;
}

.page_title h3::after {
    margin-left: 10px;
}

/* 新闻列表 */
.news_list {
    position: relative;
    margin: 60px 0 0 96px;
    /* border-left: 1px dashed #999999; */
}

.news_list::before {
    content: '';
    position: absolute;
    top:7px;
    bottom: 7px;
    left:0;
    border-left: 1px dashed #999999;
    display: block;
}

.news_list li {
    position: relative;
}

.news_list li::before {
    content: '';
    position: absolute;
    top:7px;
    left:-4px;
    width: 9px;
    height: 9px;
    background: #00000A;
    border-radius: 50%;
    display: block;
}

.news_list .news_item {
    position: relative;
    padding: 0 0 0 44px;
    margin-bottom: 30px;
}

.news_list li:last-child .news_item {
    margin-bottom: 0;
}

.news_list .news_date {
    position: absolute;
    left: -96px;
    width: 72px;
    height: 24px;
    font-size: 14px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #999999;
    text-align: center;
    background: #F5F5F5;
}

.news_item h3 {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #00000A;
}

.news_item p {
    height: 56px;
    line-height: 28px;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .news_item::after {
    content: '';
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    display: block;
}

.news_list .news_btm {
    margin-top:30px;
}

.news_btm .full_date {
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    font-size: 12px;
    font-family: ArialMT;
    color: #999999;
    background: #F5F5F5;
    overflow: hidden;
}

.news_btm .full_date .ico {
    margin-right: 10px;
    vertical-align: sub;
}

.news_btm .news_more {
    width: 128px;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #00000A;
}

/* 新闻详情 */
.news_detail_wrap {
    position: relative;
    margin-top:80px;
    overflow: hidden;
}

.news_detail_wrap .breadcrumbs {
    height: 28px;
    line-height: 28px;
    margin-top:20px;
    font-size: 14px;
    color: #999999;
}

.news_detail_wrap .breadcrumbs a {
    margin: 0 10px;
    color: #999999;
}

.news_detail_wrap .breadcrumbs span {
    max-width: 100px;
    margin-left:10px;
    color:#333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.article_detail .article_title {
    height: 31px;
    line-height: 31px;
    margin:100px auto 20px auto;
    font-size: 24px;
    color: #000000;
    text-align: center;
}

.article_detail .article_time {
    /* height: 17px; */
    line-height: 17px;
    padding-bottom:20px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    border-bottom:1px solid #e6e6e6;
}

.article_detail .article_content {
    padding: 40px 0 60px 0;
}

.article_detail_pages {
    margin-bottom:80px;
    border-top:1px solid #e6e6e6;
}

.article_detail_pages li {
    margin-top:20px;
}

.article_detail_pages li:first-child {
    margin-top:40px;
}

.pages_wrap {
    margin: 40px auto 80px auto;
    text-align: center;
}

.pages_list li {
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.08);
    display: inline-block;
}

.pages_list li a,
.pages_list li span {
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    display: block;
}

.pages_list li:last-child {
    margin-right: 0;
}

.pages_list li.active {
    color: #fff;
    background: #333333;
}

.pages_list li.active a {
    color: #fff;
}

/* 公司简介-关于我们 */
.about_page {
    margin-top: 100px;
}

.about_banner {
    position: relative;
}

.about_wrap {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    color:#fff;
    z-index: 2;
}

.about_wrap h4 {
    height: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    text-align:center;
    font-size: 16px;
    font-family: ArialMT;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.about_wrap .about_name {
    width:144px;
    height: 81px;
    line-height: 81px;
    margin:0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2px;
    background: url(../images/about_banner_title_bg.png) center no-repeat;
}

.about_wrap .about_desc {
    width:660px;
    line-height: 32px;
    margin:40px auto 0 auto;
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.about_page .desc_wrap {
    width: 615px;
    margin-top: 80px;
}

.about_page .desc_wrap .s_title {
    height: 26px;
    line-height: 26px;
    margin: 20px 0 40px 0;
    font-size: 16px;
    font-weight: bold;
    color: #00000A;
}

.about_page .desc_wrap .desc {
    width: 535px;
}


/* 价格体系-关于我们 */
.price_banner {
    position: relative;
}

.price_wrap {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    color:#fff;
    z-index: 2;
}

.price_wrap h4 {
    height: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    text-align:center;
    font-size: 16px;
    font-family: ArialMT;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.price_wrap .price_name {
    width:144px;
    height: 81px;
    line-height: 81px;
    margin:0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2px;
    background: url(../images/about_banner_title_bg.png) center no-repeat;
}

.price_page {
    height: 636px;
    padding:100px 0 80px 0;
    background:#fff;
}

.price_page1 {
    padding:80px 0;
    background: #F7F7F7;
}

.price_page1 .price_title {
    position: relative;
    width:1200px;
    height:156px;
    margin-top:40px;
    cursor: pointer;
    overflow: hidden;
}

.price_page1 .price_title h3 {
    height: 38px;
    line-height: 38px;
    margin:40px 0 0 40px;
    font-size: 28px;
    font-family: AlibabaPuHuiTi-Heavy, AlibabaPuHuiTi;
    font-weight: 800;
    color: #FFFFFF;
}

.price_page1 .price_title p {
    height: 28px;
    line-height: 28px;
    margin:10px 0 0 40px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
}

.price_page1 .price_title.t1 {
    background: url(../images/price_t1.png) center center no-repeat;
}

.price_page1 .price_title.t2 {
    background: url(../images/price_t2.png) center center no-repeat;
}

.price_page1 .price_title.t3 {
    background: url(../images/price_t3.png) center center no-repeat;
}

.price_page1 .price_title img.ico {
    position: absolute;
    top:50%;
    right:48px;
    transform: translateY(-50%);
    transition: opacity .3s,transform .3s;
    display: block;
}

.price_page1 .price_title:hover img.ico {
    opacity: .8;
    transform: translateY(-60%);
}

.price_page1 .price_detail {
    width:1200px;
    padding:40px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 28px;
    background:#fff;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
    display: none;
}

.price_page1 .section:first-child .price_title {
    margin-top:0;
}

.price_page1 .price_detail .price_dz_desc {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
}

.price_page1 .price_detail h3 {
    height: 26px;
    line-height: 26px;
    margin:20px 0;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #00000A;
}

.price_page1 .price_detail p {
    margin-top:10px;
    padding-left:20px;
    background:url(../images/g_ico1.png) 0 10px no-repeat;
}

.price_page1 .price_detail p:first-child {
    margin-top:0;
}

.price_page2 {
    padding:80px 0;
    background:#fff;
    text-align: center;
}

.price_page2 .contact_btn {
    /* width: 278px; */
    height: 60px;
    line-height: 60px;
    padding:0 100px;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2px;
    background: #00000A;
    display: inline-block;
}

.price_page2 p {
    height: 22px;
    line-height: 22px;
    margin-top:20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}



/* 公司简介-联系我们 */
.contact_page {
    margin:100px auto 140px auto;
}

#map_container {
    width: 585px;
    height: 439px;

}

.anchorBL {
    opacity: 0;
}

.contact_page .desc_wrap {
    width:505px;
    margin:28px 0 0 80px;
}

.contact_page .contact_list {
    margin-top:40px;
}

.contact_page .contact_list li {
    height: 48px;
    line-height: 48px;
}

.contact_page .contact_list li {
    height: 48px;
    margin-bottom:34px;
    display: flex;
    align-items: center;
}

.contact_page .contact_list li img {
    margin-right:12px;
}

.contact_page .contact_list li .info h3 {
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #00000A;
}

.contact_page .contact_list li .info p {
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}

/* 参数讲解 */

.explain_lists {
    margin-bottom: 80px;
}

.explain_lists dl {
    border-bottom:1px solid rgba(230, 230, 230, 1);
}

.explain_lists dl dt {
    /* height: 26px; */
    padding:20px 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #00000A;
}

.explain_lists dl dt span {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.explain_lists .explain_ico {
    width:8px;
    height: 8px;
    margin-right:10px;
    vertical-align: middle;
    background:url(../images/explain_ico.png) center no-repeat;
    display: inline-block;
}

.explain_lists dl dd {
    padding:0 0 20px 18px;
}

.explain_lists dl dd .tips {
    margin-bottom:20px;
    display: flex;
}

.explain_lists dl dd .tips .tip_name {
    width:96px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #999999;
    text-align: right;
}

.explain_lists dl dd .tips .tip_val {
    flex:1;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.explain_lists dl dd .demo {
    padding:20px;
    background: #F5F5F5;
    display: flex;
}

.explain_lists dl dd .demo .demo_name {
    margin-right:17px;
    height: 22px;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

.explain_lists dl dd .demo .demo_detail {
    flex:1;
}

.explain_lists dl dd .demo .demo_detail .img_block {
    display: block;
}

.data_table {
    width:100%;
    margin-top:20px;
}

.data_table thead, .data_table tbody {
    border-bottom:1px solid #494949;
}

.data_table th, .data_table td {
    line-height: 24px;
    padding:4px;
    font-size:14px;
    color:#393939;
}

.data_table_desc {
    padding:20px 0 10px 0;
    text-align: center;
    color:#696969;
}

.data_table_desc a {
    color:#000;
    text-decoration:underline;
    transition-duration: .2s;
}

.data_table_desc a:hover {
    color:#999;
}