/*初始化*/ body{color: #666;font-family:"微软雅黑","Microsoft Yahei"; color:#4c4c4c; } /* css3滚动条 */ body::-webkit-scrollbar {width:1px;height:1px;} /* 两端按钮*/ body::-webkit-scrollbar-button{display: none;} /*滚动条轨道背景颜色*/ body::-webkit-scrollbar-track-piece{background:#fff;} /*滚动条样式*/ body::-webkit-scrollbar-thumb{background:#fff;} a{color: #4c4c4c;} a:hover{color: #ff5804;} input[type="button"],input[type="submit"],button{ -webkit-appearance: none; } *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;outline:none;} img{max-width: 100%;} a img{-o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s;} a:hover img{ opacity: .8; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)'; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80); } h1,h2,h3,h4,h5{font-weight: normal;} /*布局*/ .wp{ width:1200px; margin:0 auto;} /*头部*/ #hd{position: fixed;left:0;top:0;z-index: 99;width: 100%; background:#fff;border-bottom: 1px solid #e5e8ed;} .logo{float: left;margin:0 0 0 150px;} .nav{float: right;padding: 44px 150px 0 0;} .nav li{float: left;} .nav li .a1{display: block;margin-left: 67px;font-size: 16px;} .nav li.on .a1{color: #ff5804;} .nav .search{position: relative;} .nav .search em{display: inline-block; margin-left:50px;width: 23px;height: 23px; background:url(/Public/home/images/l-search.png) no-repeat;cursor: pointer;} .nav .search .box{position: absolute;right:-5px;top:40px;display: none; overflow: hidden;width: 230px;} .nav .search input{float: left;padding:0 5px; width: 200px;height: 30px;border:1px solid #ccc;border-right:0; font-family:"微软雅黑","Microsoft Yahei";} .nav .search button{float: right;padding:0;width: 30px;height: 30px; background:#bbb url(/Public/home/images/l-search2.png) no-repeat center; background-size: 15px;cursor: pointer;border:0;} .nav .lan{display:none; position: relative;padding-left: 20px;margin-right: 20px;} .nav .lan em{display: inline-block;padding-right: 12px; background: url(/Public/home/images/l-icn2.png) no-repeat right center;font-size: 16px; color:#aaa;cursor: pointer;} .nav .lan dl{position: absolute;right:0;top:40px;display: none;width: 120px; padding:5px 10px;background:#f7f8fa;border:1px solid #888;text-align: right;} .nav .lan dl:after{content:'';position: absolute;right:15px;top:-6px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #888;} .nav .lan dl a{margin:5px 0;font-size: 14px;} .menu-m{position: absolute;right:20px;top:50%;z-index: 999; display: none;margin-top: -13px;height: 100%;} .menu-m em{position: relative;display: block; width: 34px;height: 4px;margin:4px 0;background:#ff5804; -o-transition:.8s; -ms-transition:.8s; -moz-transition:.8s; -webkit-transition:.8s; transition:.8s;} .menu-m.ok .em1{ top:10px; transform:rotate(40deg); -ms-transform:rotate(40deg); -moz-transform:rotate(40deg); -webkit-transform:rotate(40deg); -o-transform:rotate(40deg); } .menu-m.ok .em2{ opacity: 0; transform:rotate(-90deg); -ms-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -webkit-transform:rotate(-90deg); -o-transform:rotate(-90deg); } .menu-m.ok .em3{ top:-7px; transform:rotate(-40deg); -ms-transform:rotate(-40deg); -moz-transform:rotate(-40deg); -webkit-transform:rotate(-40deg); -o-transform:rotate(-40deg); } /*底部*/ #fd{background:#fff;} .fd-con{padding:45px 0;overflow: hidden;} .fd-left{float: left;width: 995px;} .fd-right{float: right;width: 170px;text-align: center;} .fd-left ul{overflow: hidden;} .fd-left li{float: left;padding-right: 10px;width: 165px;} .fd-left li:first-of-type{width: 120px;} .fd-left li:nth-child(2){width: 170px;} .fd-left h3{margin-bottom: 8px;font-size: 14px;color: #808080;} .fd-left a{display: block;line-height: 35px; font-size: 14px;color:#999;} .fd-left a:hover{color:#ff5804;} .fd-right img{width: 170px;height: 178px;} .fd-right p{padding:12px 0 27px;font-size: 14px;color:#999;} .fd-right a{display: inline-block;margin:0 5px;width: 26px;height: 26px; border-radius: 50%;overflow: hidden; background-color: #ececec !important;} .fd-right a:hover{background-color: #fe5706 !important;} .fd-right .a1{background: url(/Public/home/images/l-ico1.png) no-repeat center;} .fd-right .a2{background: url(/Public/home/images/l-ico2.png) no-repeat center;} .fd-right .a3{background: url(/Public/home/images/l-ico3.png) no-repeat center;} .fd-right .a4{background: url(/Public/home/images/l-ico4.png) no-repeat center;} .fd-right .a1:hover{background-image: url(/Public/home/images/l-ico1-1.png); } .fd-right .a2:hover{background-image: url(/Public/home/images/l-ico2-1.png); } .fd-right .a3:hover{background-image: url(/Public/home/images/l-ico3-1.png); } .fd-right .a4:hover{background-image: url(/Public/home/images/l-ico4-1.png); } .copy{padding:30px 0;background:#ececec;overflow: hidden;} .copy, .copy a{font-size: 14px;color:#999;} .copy span{float: right;} .copy a{margin:0 12px;} /*内容*/ #bd{padding-top: 111px;} /* 2016/4/29 */ .nav li{position: relative;} .nav li dl{position: absolute;left:50%;top:22px;margin-left: -65px;padding-top: 16px; display: none; width: 200px;text-align: center; background:#fff;} .nav li dd a{height: 44px;line-height: 44px; font-size: 14px;color:#666;display: block;} .nav li dd em{display: inline-block;position: relative;} .nav li dd em:after{ content:'';position: absolute;left:-19px;top:50%; margin-top: -4px;width: 9px;height: 7px;opacity: 0; background: url(/Public/home/images/l-icn0.jpg) no-repeat center; } .nav li dd a:hover em:after{opacity: 1;} .nav li dd a:hover{background:#fe5803;color:#fff;} /* FILE ARCHIVED ON 04:17:43 May 27, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 06:55:15 Apr 29, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.617 exclusion.robots: 0.123 exclusion.robots.policy: 0.114 cdx.remote: 0.053 esindex: 0.01 LoadShardBlock: 369.859 (3) PetaboxLoader3.datanode: 270.156 (4) PetaboxLoader3.resolve: 176.171 (2) load_resource: 146.79 */