/*首页标题*/ .homeTitBox{ font-size:0px; margin:0 auto; padding:0px; text-align:center; } .homeTitEn{ font-size:40px; color:#515151; font-weight:700; } .homeTitMain{ font-size:24px; color:#2d5ca0; position: relative; max-width:270px; margin:0 auto; } /*flex*/ .flexBox{ display:flex; align-items:center; justify-content:space-between; } /*底部分类导航*/ .footerCateTit{ font-size: 16px; color: #f7f7f7; margin-bottom: 16px; } .footerCateLink { display: block; font-size: 14px; color: #a8a8a8; line-height: 25px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all 0.5s ease; } .footerCateLink a{ font-size: 16px; color: #ccc; transition: all 0.5s ease; } a.footerCateLink:hover { color: #e15615; } .footerCateLink a:hover{ color: #e15615; } /*通用按钮开始*/ .h_btnMore { width: 166px; height: 48px; background: #f3f3f3; display: block; text-align: center; line-height: 48px; color: #333; font-size: 16px; text-transform: uppercase; position: relative; z-index: 1; transition: all 0.5s ease; } .h_btnMore:after { content: ''; position: absolute; background: #25425e; width: 0; height: 100%; left: 0; bottom: 0; z-index: -1; transition: all 0.5s ease; } .h_btnMore:hover:after { width: 100%; } .h_btnMore:hover { color: #fff; } /*通用按钮结束*/ /*分类按钮*/ .btn-primary { background-color: #3a3a3a !important; border-color: #3a3a3a !important; } .btn-primary:hover { background-color: #555 !important; border-color: #555 !important; } /*分类按钮结束*/ /*分类高亮开始*/ .p_categoryBox .p_linkBox.click,.jpActive { background: #555 !important; } .p_categoryBox .p_linkBox.click a,.jpActive a { color: #fff !important; } /*分类高亮结束*/ /*翻页开始*/ .p_page .pageNum.active, .p_page .pageNum:hover, .p_page .next:hover, .p_page .pre:hover, .p_pagebox .next, .p_pagebox .pre { background-color: #555 !important; color: #fff; border-color: #555 !important; border-radius: 0px; } .p_page .pageNum, .p_page .pre, .p_page .next { border-radius: 0px; } .p_pagebox .js_pageBtnDisable, .p_pagebox .js_pageBtnDisable:hover, .p_pagebox .js_pageBtnDisable:active { background: #f5f5f5 !important; border-color: #d9d9d9 !important; color: #bfbfbf !important; } /*翻页结束*/ /* 输入框开始 */ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ccc !important; font-size: 14px !important; font-family: MicrosoftYaHei; } input:-moz-placeholder, textarea:-moz-placeholder { color: #ccc !important; font-size: 14px !important; font-family: MicrosoftYaHei; } input::-moz-placeholder, textarea::-moz-placeholder { color: #ccc !important; font-size: 14px !important; font-family: MicrosoftYaHei; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #ccc !important; font-size: 14px !important; font-family: MicrosoftYaHei; } /* 输入框结束 */ /* Grid Start */ .listCol_1 { display: inline-block; width: 100%; } .listCol_2 { display: inline-block; width: 50%; } .listCol_3 { display: inline-block; width: 33.333%; } .listCol_4 { display: inline-block; width: 25%; } .listCol_5 { display: inline-block; width: 20%; } .listCol_6 { display: inline-block; width: 16.667%; } .listCol_7 { display: inline-block; width: 14.29%; } .listCol_8 { display: inline-block; width: 12.5%; } .listCol_9 { display: inline-block; width: 11.111%; } @media only screen and (max-width: 768px){ div[class*=" listCol_"]{ width: 100%; } span[style*="font-size:40px"]{ font-size:28px !important; } } /* Grid End */ @media only screen and (min-width: 1025px){ #w_grid-1555375199491{ margin-top:151px !important; } } @media only screen and (max-width: 1024px){ #w_grid-1555375199491{ margin-top:72px !important; } } .cateActive > a{ color:#e57603; }