 html,body{margin: 0;padding: 0;} .pagebox{position:relative;background-color:rgba(247, 247, 247, 1); }a{text-decoration:none;} a:hover,a:active{text-decoration:none;} a:focus{text-decoration:none;} *{font-family:微软雅黑,arial;}  @media only screen and (min-width: 769px) { #w_grid-1600681331908{ border-top: 1px #f0f0f0 solid; } #w_common_text-1600681638895{ position: absolute; top:0; left:0; } #c_portalResnav_main-15845236208268891{z-index:9999 !important;} .p_page .pre { display: inline-table; position: relative; left: 0; top: 0; float: left; height: 38px; margin: 0 5px 0 18px; text-align: center; padding: 0 10px; border-radius: 0px; border: 1px solid #fff; background: #fff; color: #333333; } .p_page .pre:active { background: #e89513; border-color: #e89513; color: #fff; } .p_page .pre:hover { color: #fff; background: #e89513; border-color: #e89513; cursor: pointer; } .p_page .next { display: inline-table; position: relative; left: 0; top: 0; float: left; height: 38px; border: 1px solid #fff; background: #fff; color: #333; text-align: center; padding: 0 10px; border-radius: 0px; } .p_page .next:active { background: #0c64b3; border-color: #0c64b3; color: #fff; } .p_page .next:hover { background: #e89513; border-color: #e89513; color: #fff; cursor: pointer; } .p_page .pageNum { position: relative; float: left; height: 38px; min-width: 38px; margin: 0 5px 0 0; padding: 0 5px; background-size: 100% 100%; color: #595959; border: 1px solid #fff; cursor: pointer; line-height: 38px; display: inline-block; font-family: inherit; font-size: 14px; font-weight: inherit; text-decoration: none; background-color: #fff; text-align: center; border-radius: 0px; } .p_page .pageNum:active { color: #fff; text-decoration: none; background-color: #e89513; border-color: #e89513; } .p_page .pageNum:hover { color: #fff; border-color: #e89513; cursor: pointer; text-decoration: none; background-color: #e89513; } .p_page .pageNum.active { text-decoration: none; background-color: #e89513; color: #fff; border-color: #e89513; } } @media screen and (max-width: 768px) { #w_grid-1601024040449> div > .p_gridbox > .p_gridCell:nth-child(6n+1){ margin-left: 0px; clear: left !important; margin-right: 0px; width: 50% !important; } #w_grid-1601024040449> div > .p_gridbox > .p_gridCell:nth-child(6n+2){ width: 50% !important; margin-left: 0% !important; margin-right: 0px; clear: none !important; } #w_grid-1601024040449> div > .p_gridbox > .p_gridCell:nth-child(6n+3){ width: 50% !important; margin-left: 0%; margin-right: 0px; clear: none !important; } #w_grid-1601024040449> div > .p_gridbox > .p_gridCell:nth-child(6n+4){ width: 50% !important; margin-left: 0%; margin-right: 0px; clear: none !important; } #w_grid-1601024040449> div > .p_gridbox > .p_gridCell:nth-child(6n+5){ width: 50% !important; margin-left: 0%; margin-right: 0px; clear: none !important; } #w_grid-1601024040449> div > .p_gridbox > .p_gridCell:nth-child(6n+0){ width: 50% !important; margin-left: 0%; margin-right: 0px; clear: none !important; } #w_grid-1601024040449{ float:left; width:auto !important; } #w_grid-1601024876448{ float:left; width:auto !important; } #w_grid-1601025060579{ max-width: 100% !important; } #c_portalResEbizads_banner-15924600901174409{ margin-top:0 !important; } #w_tabswitchbox-1600681574853{ padding-top: 120px !important; } #w_tabswitchbox-1600681574853 > .layout_2 .p_box001{ width: 100% !important; border-top: 1px #000 dashed; } #w_fbtn-1600681716858{ margin:0 auto !important; } #w_grid-1600681478887{ margin-top: 50px !important; } #w_grid-1600681331908 { border-top: 1px #f0f0f0 solid !important; } #w_grid-1578814154269> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ display: none !important; } #w_grid-1578814154269> div > .p_gridbox > .p_gridCell{ margin-bottom: 0rem !important; } .p_pagebox .NumBox { display: none !important; } .p_pagebox { width: 100%; text-align: center; } .p_pagebox .js_pageBtnDisable, .p_pagebox .js_pageBtnDisable:hover, .p_pagebox .js_pageBtnDisable:active { background: #f5f5f5 !important; border-color: #d9d9d9 !important; color: #bfbfbf !important; cursor: default; } .p_pagebox .js_pageBtnDisable .iconfont {color: #ddd !important;} .p_pagebox .js_pageBtnDisable:hover .iconfont {color: #bfbfbf !important;} .p_pagebox .pre { width: 48%; margin-right:2%; background-color: #e89513; } .p_pagebox .pre:hover { color: rgba(255, 255, 255, 1); border-color: #e89513; background-color: #e89513; cursor: pointer; } .p_pagebox .pre:active { background-color: #e89513; } .p_pagebox .next { width: 48%; margin-left:2%; background-color: #e89513; } .p_pagebox .next:hover { background-color: #e89513; } .p_pagebox .next:active { background-color: #e89513; } }   ::-webkit-scrollbar { width: 7px; }  ::-webkit-scrollbar-track { background: #f7f7f7; border-radius: 0px; }  ::-webkit-scrollbar-thumb { background: #999; border-radius: 0px; }  ::-webkit-scrollbar-thumb:hover { background: #e89513; }  @-webkit-keyframes scaleBigToSmall { 0% { opacity: 1; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } 100% { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } @keyframes scaleBigToSmall { 0% { opacity: 1; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } 100% { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } @-webkit-keyframes scaleUpDown { from { -webkit-transform: scale(1.08); transform: scale(1.08); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes scaleUpDown { from { -webkit-transform: scale(1.08); transform: scale(1.08); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } @-webkit-keyframes slideIn { 0% { -webkit-transform: translateX(-100%); opacity: 1; } 100% { -webkit-transform: translateX(0); opacity: 1; } } @keyframes slideIn { 0% { transform: translateX(-100%); opacity: 1; } 100% { transform: translateX(0); opacity: 1; } } @-webkit-keyframes imgIn { 0% { -webkit-transform: -webkit-translateX(100%); opacity: 1; } 100% { -webkit-transform: -webkit-translateX(0); opacity: 1; } } @keyframes imgIn { 0% { transform: translateX(100%); opacity: 1; } 100% { transform: translateX(0); opacity: 1; } }