<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é¦–é¡µæ&nbsp;‡é¢˜*/
.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 &gt; a{
	color:#e57603;
}
</pre></body></html>