 html,body{margin: 0;padding: 0;font-family:Microsoft YaHei; } .pagebox{ position:relative; }a:hover{ color:#166dbc; } *{ word-break:break-word; } .reset_style h1{ font-size:36px; font-weight:normal; } .reset_style h2{ font-size:30px; font-weight:normal; } @media screen and (max-width:768px){ .reset_style h1{ font-size:24px; } .reset_style h2{ font-size:20px; } .btn-primary,.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary,.btn-primary:hover{ width: 100%; background: #166dbc; border: 0; border-radius: 0; } .p_btn-hide .p_c-fff{ background: #166dbc; } .p_btn-hide{ background: #166dbc; } }  .p_btn-hide,.p_btn-hide .p_c-fff{ background-color: #166dbc; } .p_categoryBox .p_linkBox{ color: #166dbc; border: 1px solid #166dbc; } .p_categoryBox .p_linkBox.click .color_assist, .p_categoryBox .p_linkBox.click a{ color: inherit; } .p_categoryBox .p_title{ color:inherit; } .p_categoryBox .p_linkBox:hover{ background: #166dbc; color:#fff; border-bottom: 0px solid transparent; } .p_categoryBox .p_linkBox.click{ background: #166dbc; color: #fff; } .p_categoryBox .p_linkBox.click:hover{ background:#166dbc; color:#fff; }  .p_page .pre.pre1{ color: rgba(255,255,255,1)!important; background-color: #c8c8c8!important; cursor: not-allowed!important; border: none !important; } .p_page .next.next1{ color: rgba(255,255,255,1)!important; background-color: #c8c8c8!important; cursor: not-allowed!important; border: none !important; } .p_page .pre.pre1:hover{ color: rgba(255,255,255,1)!important; background-color: #c8c8c8!important; cursor: not-allowed!important; border: none !important; } .p_page .next.next1:hover{ color: rgba(255,255,255,1)!important; background-color: #c8c8c8!important; cursor: not-allowed!important; border: none !important; } .p_page .pageNum.active{ background-color: #166dbc!important; color: #fff; border-color: #166dbc!important; } .p_page .pageNum:hover{ color: #fff; border-color: #166dbc!important; background-color: #166dbc!important; } .p_page .next:hover{ background: #166dbc!important; border-color: #166dbc!important; color: #fff; } .p_page .pre:hover{ color: #fff; background: #166dbc!important; border-color: #166dbc!important; } .p_pagebox .pre,.p_pagebox .pre:hover,.p_pagebox .pre:active{ background:#166dbc; } .p_pagebox .next,.p_pagebox .next:hover,.p_pagebox .next:active{ background:#166dbc; } .p_pagebox .js_pageBtnDisable, .p_pagebox .js_pageBtnDisable:hover, .p_pagebox .js_pageBtnDisable:active{ background: #f5f5f5; border-color: #d9d9d9; color: #bfbfbf; } .p_page .jump{ background-color: #166dbc; border-color: #166dbc; } .p_CommonSquareNumBtn.active, .p_CommonSquareNumBtn:hover{ background-color: #166dbc; } .p_CommonSwitchBtnA:hover{ color: #166dbc; } .p_CommonSwitchBtnB:hover{ color: #166dbc; }  ::-webkit-scrollbar { width: 9px; background-color: #fff; } ::-webkit-scrollbar-thumb { border: solid 2px #fff; width: 5px; border-radius: 4px; background-color: #004784; } ::-webkit-scrollbar-corner { background-color: #fff; } ::-webkit-scrollbar:horizontal { height: 9px; } ::-webkit-selection { background: #004784; color: #fff; } ::-moz-selection { background: #004784; color: #fff; } ::selection { background: #004784; color: #fff; }  @keyframes circleProgressLoad_right { 0% { transform: rotate(45deg); } 50%, 100% { transform: rotate(225deg); } } @keyframes circleProgressLoad_left { 0%, 50% { transform: rotate(45deg); } 100% { transform: rotate(225deg); } } @keyframes rexiao { 0% { transform: rotateY(0deg);} 50% { transform: rotateY(90deg);} 100%{ transform: rotateY(0deg);} }