﻿/*页面宽度 - 根据设计页面宽度修改*/.all{width: 1200px;} /* 可结合“m[0a~100a]”使窗口居中: <div class="all m0a"></div> ; */.full{width:100%; max-width: 1920px; min-width: 1200px;} /*用于铺满屏幕宽度 【铺满容器宽度用w100p】*//*margin居中*/.m0a{margin:0px auto;}/*padding-上*/.pt0{ padding-top: 0px!important;}.pt10{ padding-top: 10px!important;}.pt20{ padding-top: 20px!important;}.pt30{ padding-top: 30px!important;}.pt40{ padding-top: 40px!important;}.pt50{ padding-top: 50px!important;}/*padding-下*/.pb0{ padding-bottom: 0px!important;}.pb10{ padding-bottom: 10px!important;}.pb20{ padding-bottom: 20px!important;}.pb30{ padding-bottom: 30px!important;}.pb40{ padding-bottom: 40px!important;}.pb50{ padding-bottom: 50px!important;}/*logo*/header .container .logo{ font-size: 28px;}/*新闻分页（勿删）*//* .pageInfo .active {background: #0080cc none repeat scroll 0 0; color: #fff; }.pageInfo a {background-color: #e6e6e6; border-radius: 3px; margin: 0 20px 0 0; padding: 3px 10px; } */.pageInfo { padding: 30px 0; }.pageInfo a { display: inline-block; height: 30px; line-height: 26px; padding: 2px 15px; margin: 0 2px; border: 1px solid #eee; border-radius: 4px; }.pageInfo a.active { color: #fff; background-color: #00b689; }/*新闻P标签（勿删）*/.news_detail h1, .news_detail h2, .news_detail h3, .news_detail h4{padding: 0 0 10px 0; /*font-size: 14px;*/ /*text-indent: 2px; text-indent:2em;*/}.news_detail h2{ text-indent: 1.4em;}.news_detail h3{ text-indent: 1.7em;}.news_detail h4{ text-indent: 2em;}.news_detail p{padding: 0 0 10px 0; text-indent: 2em;}.news_detail a{color: #4876C8;}.news_detail h2, .news_detail h3, .news_detail h4{font-weight:bold;}/*搜索结果样式（勿删）*/.searchResult li{border-bottom: 1px dashed #bbb; padding-bottom: 12px; margin-bottom: 12px;}.searchResult a{color: #09f;}.keywords{background: #38d878;color: #fff;}.pagination a, .pagination span {margin-right: 5px; padding: 2px 6px; }.pagination a {background: #09f; color: #fff; }.pagination span {background-color: #aaa; color: #fff; }/*站点地图（勿删）*/.sitemapHTML{min-height: 700px;}.sitemapHTML h2{font-size: 14px; padding-bottom: 5px; border-bottom: 1px solid  #C2BEBE; margin:10px 0 0 0;}.sitemapHTML .sitemapCategory{overflow: hidden; padding-bottom: 5px; border-bottom: 1px #C2BEBE dashed; margin:10px 0 0 0;}.sitemapHTML h3{font-size: 14px; text-indent: 28px; float: left;}.sitemapHTML .openSitemap{cursor: pointer;}.sitemapHTML .openSitemap{font-size: 12px; float: right;}.sitemapHTML .sitemapNews{clear: both; display: none;}.sitemapHTML .sitemapNews li{font-size: 14px; text-indent: 56px; line-height: 25px;}/*客服（勿删）*/.sideContact{width: 280px;height: 160px;border-radius: 10px;border: 1px solid rgba(206, 219, 231, 1);background-color: rgba(234, 242, 251, 1);padding: 20px;display: flex;justify-content: center;flex-direction: column;position: fixed;right: 30px;bottom: 150px;z-index: 100;}.sideContact .line{flex: 1;display: flex;align-items: center;}.sideContact .line i{width: 24px;height: 24px;margin-right: 5px;}.sideContact .line.tel{height: 40%;border-bottom: 1px solid rgba(206, 219, 231, 1);}.sideContact .line.tel i{background: url('../images/tel.svg') no-repeat center center;}.sideContact .line.wechat i{background: url('../images/wechat.svg') no-repeat center center;}.sideContact .line label{font-size: 16px;font-weight: bold;color: rgba(1, 27, 49, 1);margin-right: 10px;}.sideContact .line span{font-size: 20px;font-weight: bold;color: rgba(1, 27, 49, 1); font-family: Arial, Helvetica, sans-serif;}.sideContact .line span a{ color: rgba(1, 27, 49, 1); font-family: Arial, Helvetica, sans-serif;}.sideContact .line.wechat{height: 60%;padding: 10px 0 0;}@media screen and (max-width: 767px) {    .sideContact {        width: auto;        height: auto;        margin: 0;        left: 10%;        right: 10%;        bottom: 20px;        padding: 10px 20px;        background-color: rgba(234, 242, 251, .9);    }    .sideContact .line.tel{ border: 0px;}    .sideContact .line.wechat{        display: none;    }    header .container .logo{        display: flex;        justify-content: center;        align-items: center;    }    }