/*初始化111*/ html,body{margin: 0;padding: 0;} .pagebox{ position:relative; }@-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; } } @-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); } } @keyframes scaleBoxBg { 0% { opacity: 1; transform: scale(1.1, 1.1); } 100% { opacity: 1; transform: scale(1.0, 1.0); } } @keyframes bgBlur { 0% { filter: blur(10px); } 100% { filter: blur(0); } } @keyframes rock { 0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50%{ -webkit-transform: rotate(20deg); transform: rotate(20deg); } 100%{ -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes slidedown{ 0% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); } 100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @keyframes round_scale1{ 0%{ transform:scale(.5); opacity: 1; } 100%{ transform:scale(8); opacity: 1; } } @keyframes mouse-dot1 { from { opacity: 0; } 33% { opacity: 1; } to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; } } @-webkit-keyframes mouse-dot1 { from { opacity: 0; } 33% { opacity: 1; } to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; } } /*html, body { scroll-behavior:smooth; }*/ body{ font-family:'Helvetica Neue',Helvetica,'Microsoft YaHei',sans-serif; } a{ text-decoration:none; } a:hover,a:active{ text-decoration:none; } a:focus{ text-decoration:none; } .reset_style{ word-break:normal; } @font-face{ font-family:'Alternate Gothic'; src : url('//dfs.yun300.cn/group1/M00/1A/E6/rBQBHF5fdOiEN0uPAAAAAL7j6dw007.TTF') format('truetype'); } @font-face{ font-family:'MontserratRegular'; src : url('//dfs.yun300.cn/group1/M00/1E/47/rBQBHF_-wFSEDDbWAAAAACbrhBA015.ttf') format('truetype'); } @font-face{ font-family:'AntonRegular'; src : url('//dfs.yun300.cn/group1/M00/06/00/rBQBHV_-w-CEAzCsAAAAAEHmMJI582.ttf') format('truetype'); } @font-face{ font-family:'MontserratSubrayadaRegular'; src : url('//dfs.yun300.cn/group1/M00/1E/47/rBQBHF_-waOEM7FJAAAAAAQsgQE265.ttf') format('truetype'); } @font-face{ font-family:'VarelaRoundRegular'; src : url('//dfs.yun300.cn/group1/M00/06/00/rBQBHV_-wjGEYCtCAAAAAGo1ciw512.ttf') format('truetype'); } /* 碳纤维正纤黑简体 */ @font-face{ font-family:'TXWZXHJT'; src : url('//dfs.yun300.cn/group1/M00/1F/6F/rBQBHGDmvIWEKWMEAAAAAH34tVw120.ttf') format('truetype'); } .sticky{ width:256px !important; margin-top:100px !important; position:fixed; top:0; z-index:10; background-color:#fff; } @media only screen and (max-width: 1024px) { .sticky{ width:200px !important; } } @media only screen and (max-width: 768px) { .sticky{ width:100% !important; position:static; margin-top:0 !important; } } /* scrollbar css */ /* width */ ::-webkit-scrollbar { width: 7px; } /* Track */ ::-webkit-scrollbar-track { background: #f7f7f7; border-radius: 0px; } /* Handle */ ::-webkit-scrollbar-thumb { background: #999; border-radius: 0px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #0077d9; } /* page */ @media only screen and (min-width: 769px) { .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 13px; border-radius: 0px; border: 1px solid #fff; background: #fff; color: #333333; } .p_page .pre:active { background: #0077d9; border-color: #0077d9; color: #fff; } .p_page .pre:hover { color: #fff; background: #0077d9; border-color: #0077d9; 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: #0077d9; border-color: #0077d9; color: #fff; } .p_page .next:hover { background: #0077d9; border-color: #0077d9; 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: #0077d9; border-color: #0077d9; } .p_page .pageNum:hover { color: #fff; border-color: #0077d9; cursor: pointer; text-decoration: none; background-color: #0077d9; } .p_page .pageNum.active { text-decoration: none; background-color: #0077d9; color: #fff; border-color: #0077d9; } } @media screen and (max-width: 768px) { .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: #0077d9; } .p_pagebox .pre:hover { color: rgba(255, 255, 255, 1); border-color: #0077d9; background-color: #0077d9; cursor: pointer; } .p_pagebox .pre:active { background-color: #0077d9; } .p_pagebox .next { width: 48%; margin-left:2%; background-color: #0077d9; } .p_pagebox .next:hover { background-color: #0077d9; } .p_pagebox .next:active { background-color: #0077d9; } }