@charset"utf-8";
 .i-menu {
    padding: 2% 2% 3%;
}
.i-menu li {
    width: 31.3%;
    background: #f2f2f2;
    text-align: center;
    float: left;
    display: inline;
    margin: 2% 2% 0 0;
    font-size: 14px;
}
.i-menu li a {
    display: block;
    padding: 6% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.i-menu li:nth-child(3n) {
    margin-right: 0;
}
.i-menu li a:hover, .i-menu li a.current {
    background: #da1215;
    color: #fff;
}
.s-menu {
    padding: 1% 2% 0;
    border-top: 1px solid #ddd;
}
.s-menu li {
    width: 23.5%;
    background: #f2f2f2;
    text-align: center;
    float: left;
    display: inline;
    margin: 2% 2% 0 0;
    font-size: 12px;
}
.s-menu li a {
    display: block;
    padding: 4% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.s-menu li:nth-child(4n) {
    margin-right: 0;
}
.s-menu li a:hover, .s-menu li a.current {
    background: #334b7d;
    color: #fff;
}
/*产品中心*/
 .p-list {
    background: #fff;
    padding-bottom: 4%;
    padding-top: 2%;
}
.p-list ul {
}
.p-list li {
    padding: 2%;
    border-bottom: 12px solid #f6f6f6;
}
.p-list li:last-child {
    border-bottom: 0;
}
.p-list .p {
    float: left;
    width: 40%;
}
.p-list .t {
    width: 58%;
    float: right;
}
.p-list .t h2 {
    font-size: 16px;
}
.p-list .t .i {
    font-size: 14px;
    color: #777;
}
.p-list .t .j {
}
.p-list .t .j em {
    font-size: 20px;
    color: #d0bb90;
}
@media all and (max-width:320px) {
    .p-list .t h2 {
        font-size: 14px;
    }
    .p-list .t .i {
        font-size: 12px;
    }
    .p-list .t .j em {
        font-size: 17px;
    }
}
.article {
    padding: 2% 2% 0;
}
.article .mt {
    text-align: left;
}
.article .mt h1 {
    padding: 8px 0 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px
}
.article .mt .titBar {
    color: #888;
    padding: 8px;
    background:#f2f2f2;
}
.article .buy {
    display: block;
    width: 76%;
    height: 40px;
    line-height: 40px;
    background: #da2512;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px;
    margin: 20px auto;
    text-align: center
}
.article .mc {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
    text-align: justify;
}
.article .mc img {
    width: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
/* 文章新增2025.09.03 */
 .article .mc p {
    font-size: 16px;
    padding-bottom: 10px;
    text-align: left;
}
.article .mc a {
    font-size: 16px;
}
.article .mc blockquote {
    background: #f9f9f9;
    color: #7f7f7f;
    border-left: 5px solid #ccc;
    padding: 15px 20px 10px 20px;
    margin:0 5px 10px 5px;
}
.article .mc table {
    font-size: 16px;
    color: #333;
    border-width: 1px;
    border-color: #e9e9e9;
    border-collapse: collapse;
    width: 100%
}
.article .mc table th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #f0f0f0
}
.article .mc table tr:hover td {
    background-color: #f9f9f9
}
.article .mc table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #fff
}
.article .source {
    font-size: 12px;
    margin: 6px 0;
    padding: 8px;
    background:#f2f2f2;
    position:relative;
    word-break: break-all;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*控制显示2行*/
    -webkit-box-orient: vertical;
}
.article .source a {
    font-size: 12px;
}
/*分页*/
 .pglist {
    padding: 20px 0;
    width: 100%;
    text-align: center;
    clear: both;
}
.pglist a {
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #edebeb;
}
.pglist * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
    display: inline-block;
    color: #fff;
    background: #004b92;
    border-color: #004b92;
}
.pglist .page_nowindex {
    display: inline-block;
    color: #fff;
    background: #004b92;
    border-color: #004b92;
}
.pglist span {
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #edebeb;
}
.pglist span {
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #edebeb;
}
/*标签*/
.entry-tags {
    color: #999;
}
.entry-tags span {
    font-size: 14px;
}
.entry-tags .tag-links a {
    background-color: #fff;
    display: inline-block;
    color: #2f82ff;
    font-size: 12px;
    padding: 0 6px;
}
.entry-tags .tag-links a:hover {
    background-color: #f2f7f9;
    border-radius: 15px;
}
.hot {
    padding: 4% 2% 0;
}
.hot .p {
    float: left;
    width: 40%;
}
.hot .t {
    float: right;
    width: 58%;
}
.hot .t h3 {
    font-size: 14px;
    padding-bottom: 2%;
}
.hot .t .i {
    font-size: 13px;
    color: #666;
    line-height: 22px;
}
.hot .t .i a {
    color: #da1215;
}
.news {
    padding: 2% 2% 5%;
}
.news li {
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.news li:last-child {
    border-bottom: 0;
}
.news li a {
    display: block;
    height: 40px;
    line-height: 40px;
}
.news li a:hover em {
    background: #da1215;
}
.news li em {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #555;
    margin-right: 6px;
}
/* 图文 */
 .m-pFList {
    padding: 2% 2% 3%;
}
.m-pFList li {
    width: 49%;
    float: left;
    display: inline;
}
.m-pFList li:nth-child(2n) {
    float: right;
}
.m-pFList li .c {
    font-size: 14px;
    text-align: center;
    padding: 3% 0;
}
/* 图片列表 一行两个 */
 .m-pList {
    padding: 0 0 6%;
}
.m-pList li {
    float: left;
    width: 47%;
    margin-left: 2%;
    margin-top: 4%;
    text-align: center;
}
.m-pList li .t {
    padding: 10px 0 8px 2%;
    background: #f8f8f8;
    text-align: left;
    font-size: 14px;
}
.m-pList li .t .a2 {
    border: 1px solid #da1215;
    color: #da1215;
    border-radius: 2px;
    float: right;
    margin-right: 2%;
    padding: 0 2px;
    font-size: 12px;
}
.m-pList li .t:last-child {
    padding-bottom: 4%;
}
.m-pList li .st {
    line-height: 25px;
}
.m-pList li .sp {
    font-size: 12px;
    color: #888;
    padding-bottom: 2px;
    height: 35px;
}
.m-list {
    padding: 0 2% 5%;
}
.m-list li {
    padding: 10px 4px 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.form-panel {
    margin: 0 2%;
}
.form-panel .field {
    clear: both;
}
.form-panel .input {
    padding: 6px 0;
    color: #666;
    zoom: 1;
}
.form-panel .field:after {
    content:'\20';
    display: block;
    height: 0;
    clear: both;
}
.form-panel .text {
    width: 94%;
    height: 40px;
    line-height: 40px;
    padding: 0 3%;
    border-radius: 3px;
    background: #eee;
    font-size: 12px;
    vertical-align: top;
}
.form-panel .code {
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding: 0 3%;
    border-radius: 3px;
    background: #eee;
    font-size: 12px;
    vertical-align: top;
}
.form-panel img {
    width: 80px;
    height: 40px;
    margin-left: 10px;
    border-radius: 3px;
}
.form-panel textarea {
    width: 94%;
    height: 60px;
    padding: 2% 3%;
    border-radius: 3px;
    background: #eee;
    vertical-align: top;
}
.form-panel .submit-field {
    padding: 0;
    clear: both;
}
.form-panel .btn-submit {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 3px;
    background: #e70;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}
.backs {
    text-align: center;
    font-size: 20px;
    background: #f8f8f8;
    padding: 2% 0;
    color: #000;
    position: relative;
}
.backs a {
    display: block;
    width: 12px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 2%;
    background: url(../images/backs.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -11px;
}
.service {
    background: #1e9bff;
}
.s-z {
    float: left;
    width: 24%;
}
.s-z li {
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 13px;
}
.s-z li a {
    display: block;
    color: #fff;
    padding: 7% 0;
}
.s-z li:last-child {
    border-bottom: 0;
}
.s-z li a.current {
    background: #f55858;
    border-left: 3px solid #c20000;
    box-sizing: border-box;
}
.s-y {
    float: right;
    width: 76%;
    background: #f3f5fd;
    min-height: 310px;
}
.s-y h2 {
    text-align: center;
    font-weight: normal;
    padding: 4% 0;
}
.s-y h2 img {
    max-width: 24px;
    margin: 1px 6px 0 0;
}
.s-y dl {
    font-size: 12px;
}
.s-y dt {
    width: 30.666%;
    float: left;
    display: inline;
    margin: 0 0 2% 2%;
}
.s-y dt a {
    display: block;
    background: #fff;
    text-align: center;
    padding: 8% 0;
}
@media all and (min-width:640px) {
    .s-y {
        min-height: 500px;
    }
}
.ywlb {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin: 0 2%;
    padding: 2% 0;
    font-size: 14px;
    font-weight: bold;
}
.nlist {
    padding: 2% 2% 5%;
}
.nlist ul {
    padding-bottom: 10px;
}
.nlist li {
    padding: 2% 0;
}
.nlist li h2 {
    font-size: 14px;
}
.nlist li .i {
    font-size: 14px;
    color: #888;
    padding: 5px 0;
}
.nlist li p {
    color: #999;
}
.nlist li .s1 {
}
.nlist li .s2 {
    margin: 0 20px;
}
.nlist li .s3 {
}
.tool {
    width: 96%;
    margin: 0 auto 5%;
}
.tool li {
    margin-top: 4%;
}
.tool li .p {
    text-align: center;
}
.tool li .p img {
    width: 100%;
    max-width: 397px;
}
.tool li .t {
    background: #fff;
    padding: 3% 0 0;
}
.tool li .t h2 {
    font-size: 20px;
    color: #18377d;
    font-weight: normal;
}
.tool li .t .i {
    font-size: 14px;
    color: #777;
    padding-top: 3%;
    line-height: 25px;
}
.tool li .t .i em {
    color: #bf1111;
}
.tool li .btn {
    padding-top: 4%;
}
.tool li .btn a:first-child {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #4895e4;
    border: 1px solid #1973d0;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}
.tool li .cx {
    padding-top: 4%;
}
.tool li .cx .text {
    width: 75%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-right: 0;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.tool li .cx .ibtn {
    width: 25%;
    height: 36px;
    line-height: 36px;
    background: #4895e4;
    border: 1px solid #1973d0;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.pop {
    width: 96%;
    background: #fff;
    z-index: 9999;
    position: fixed;
    top: 10%;
    left: 2%;
    box-shadow: 0 0 8px #ccc;
    border-radius: 4px;
    display: none;
    padding-bottom: 4%;
}
.pop h2 {
    border-top: 13px solid #334b7d;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    padding: 4% 0 0 0;
}
.pop p {
    font-size: 14px;
    text-align: center;
    color: #a6a6a6;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 14px;
    margin: 0 2%;
}
.pop form {
}
.pop form ul {
    padding: 0 2% 0;
}
.pop form li {
    font-size: 14px;
    margin: 5% 0 0 0;
}
.pop form .text {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    padding-left: 1%;
}
.pop form .text:focus {
    box-shadow: 0 0 10px #ccc;
}
.pop form .bggs {
    display: block;
    width: 96%;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    background: #4895e4;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 4% auto 0;
    cursor: pointer;
}
.pop form .ibtn {
    color: #fff;
    font-size: 16px;
    background: none;
}
.pop form .safe {
    padding: 4% 0 0 2%;
    color: #888;
}
.pop .closed {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 26px;
    right: 16px;
    font-family: Arial;
    font-size: 20px;
    color: #999;
    z-index: 10;
    cursor: pointer;
}
.shadow {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    display: none;
}
#LRfloater0 {
    z-index: 9990 !important;
}
.onn {
    display: block;
}
.guwen {
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding-bottom: 1%;
}
.guwen .list {
    float: left;
    width: 47%;
    margin-left: 2%;
    margin-top: 2%;
    text-align: center;
}
.guwen .list .p {
    background: #fff;
    text-align: left;
    overflow: hidden
}
.guwen .list .t {
    background: #f7f8fa;
    text-align: left;
    width: 94%;
    padding: 0 3%;
    margin: 0 auto
}
.guwen .list .t a {
    display: block;
    padding: 8px 0 20px 0;
}
.guwen .list .t h3 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../images/rr.png);
    margin: 0 auto;
    font-size: 15px;
    padding-left: 30px;
    box-sizing: border-box;
}
.guwen .list .t .sp {
    padding: 8px 0;
}
.guwen .list .t p {
    font-size: 14px;
    line-height: 25px;
}
.guwen .list .t p em {
    color: #d72025;
    font-family: Arial;
}
.guwen .list .p img, .guwen .list .t .sp img {
    width: auto;
    max-width: 100%;
}
.guwen .list .t span {
    display: block;
    width: 79px;
    height: 36px;
    line-height: 36px;
    background: url(../images/m.png);
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
}
.articlelist {
    border-bottom:1px solid #ebebeb;
}
.articlelist .bd {
    padding:4% 0;
    border-bottom:1px dashed #ebebeb;
}
.articlelist .bd-z {
    width:64%;
    float:left;
    margin-left:2%;
}
.articlelist .bd-z h3 {
    font-size:16px;
    font-weight:400;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*控制显示2行*/
    -webkit-box-orient: vertical;
}
.articlelist .bd-z h3 img {
    max-width:40px;
    margin:4px 0 0 2%
}
.articlelist .bd-z p {
    font-size:14px;
    color:#888;
    padding:1% 0
}
.articlelist .bd-z .m {
    padding-top:8px;
    font-size:14px;
    color:#888;
}
.articlelist .bd-z .m a {
    color:#888;
}
.articlelist .bd-z .m span {
    padding-left: 10px;
}
.articlelist .bd-y {
    width:30%;
    float:right;
    text-align:center;
    margin-right:2%
}
.articlelist .bd-y img {
    max-width:225px
}
.articlelist .clist {
    border:1px solid #ebebeb;
    margin:0 2%
}
.articlelist .clist li {
    float:left;
    display:inline;
    width:33.333%;
    border-right:1px solid #ebebeb;
    box-sizing:border-box;
    font-size:15px
}
.articlelist .clist li:last-child {
    border-right:0
}
.articlelist .clist li p {
    padding:6% 0;
    height:27px;
    line-height:27px
}
.articlelist .clist li img {
    max-width:25px;
    margin:0 5% 0 12%
}
@media all and (max-width:414px) {
    .articlelist .clist li {
        font-size:11px
    }
}
.same {
    border-bottom:1px solid #ebebeb;
    margin:0 2%
}
.same em {
    width:100%;
    height:3px;
    background:#da1215;
    position:absolute;
    bottom:-1px;
    left:0
}
.same h2 {
    float:left;
    font-size:18px;
    font-weight:400;
    position:relative;
    padding:3% 0;
    height:26px;
    line-height:26px
}
.same a {
    float:right;
    font-size:14px;
    padding:3% 0;
    height:26px;
    line-height:26px;
    color:#777
}
/* 服务列表 */
 .products {
    font-size: 14px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.products li {
    display:inline-block;
    width:50%;
    font-size:0px;
    text-align:center;
    vertical-align:top;
    border-top:1px solid #e5e5e5;
}
.products li a {
    display:block;
    padding:10px;
    text-align:center;
    border-right:1px solid #e5e5e5;
}
.products li:nth-child(1) {
    border-top:none;
}
.products li:nth-child(2) {
    border-top:none;
}
.products li:nth-child(even) a {
    border-right:1px solid #fff;
}
.products li a img {
    width:100%;
    border-radius: 10px;
    height: 136px;
}
.products li a h2 {
    margin-top:8px;
    height:24px;
    font-size:14px;
    font-weight:normal;
    line-height:24px;
    overflow:hidden;
}
/* 服务详情 */
 .service-pic {
    width: 100%;
    margin: 0 auto;
}
.service-pic img {
    width: 100%;
    border: 0;
}
.service-tit {
    font-size: 21px;
    padding:6px 10px 0 10px;
}
.service-tit .info {
    font-size: 14px;
    padding: 8px 0;
    color: #a4a3a3;
}
.service-price {
    background:#eee;
    padding:10px 18px;
    font:normal 16px"微软雅黑";
    color:#999;
}
.service-price span {
    font:normal 16px"微软雅黑";
    color:#ff7c60;
}
.service-price span b {
    font:normal 18px"微软雅黑";
}
.submit-btn {
    float: right;
    margin-top:-8px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #fe4654;
    border-radius: 4px;
    border: 0;
}
.service-box {
    width: 100%;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.service-box th, .service-box td {
    padding: 12px 15px 12px 5px;
    text-align: left;
}
.service-box th {
    background-color: #f8f9fa;
    font-weight: bold;
}
.service-box .row {
    margin: auto 0;
    padding: 10px;
    width: 90px;
    border: 0px solid #ddd;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}
.service-box tr {
    border-bottom: 1px solid #ddd;
}
.service-box tr:hover {
    background-color: #f5f5f5;
}
.service-box tr:last-child {
    border-bottom: 0;
}