@charset "utf-8"; /* CSS Document */ * { font-family: "寰蒋闆呴粦"; word-wrap: normal; word-break: normal; } .fa_ani * { transition: all 0.5s; -moz-transition: all 0.5s; /* Firefox 4 */ -webkit-transition: all 0.5s; /* Safari 鍜 Chrome */ -o-transition: all 0.5s; /* Opera */ } .fa_ani *:before{ transition: all 0.5s; -moz-transition: all 0.5s; /* Firefox 4 */ -webkit-transition: all 0.5s; /* Safari 鍜 Chrome */ -o-transition: all 0.5s; /* Opera */ } .fa_ani *:after{ transition: all 0.5s; -moz-transition: all 0.5s; /* Firefox 4 */ -webkit-transition: all 0.5s; /* Safari 鍜 Chrome */ -o-transition: all 0.5s; /* Opera */ } a { cursor: pointer; } body, html { overflow-x: hidden !important; } a:focus, a:active, a:hover, a:visited { outline: none !important; text-decoration: none; } i { font-style: normal; } /*.w_grid-000 > div > .p_gridbox { overflow: visible; } .w_grid-000 > div > .p_gridbox:before, .w_grid-000 > div > .p_gridbox:after { clear: both; display: table; content: " "; min-height: 0px; }*/ .fa_clearfix:before, .fa_clearfix:after { display: table; clear: both; content: ""; } .fa_imgbig { overflow: hidden; width: 100%; } .fa_imgbig:hover img { transform: scale(1.2); -ms-transform: scale(1.2); /* IE 9 */ -webkit-transform: scale(1.2); /* Safari 鍜 Chrome */ -o-transform: scale(1.2); /* Opera */ -moz-transform: scale(1.2); /* Firefox */ } .fa_flexline { display: -webkit-box; /* 鑰佺増鏈娉旡 Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 鑰佺増鏈娉旡 Firefox (buggy) */ display: -ms-flexbox; /* 娣峰悎鐗堟湰璇硶: IE 10 */ display: -webkit-flex; /* 鏂扮増鏈娉旡 Chrome 21+ */ display: flex; /* 鏂扮増鏈娉旡 Opera 12.1, Firefox 22+ */ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; -moz-flex-wrap: nowrap; flex-wrap: nowrap; } .fa_flexwrap { display: -webkit-box; /* 鑰佺増鏈娉旡 Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 鑰佺増鏈娉旡 Firefox (buggy) */ display: -ms-flexbox; /* 娣峰悎鐗堟湰璇硶: IE 10 */ display: -webkit-flex; /* 鏂扮増鏈娉旡 Chrome 21+ */ display: flex; /* 鏂扮増鏈娉旡 Opera 12.1, Firefox 22+ */ -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; } .fa_flex_between { -webkit-box-pack: justify; -moz-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between; } .fa_flex_Xend { -webkit-box-pack: end; -moz-justify-content: flex-end; -webkit-justify-content: flex-end; justify-content: flex-end; } .fa_flex_Xcenter { -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; } .fa_flex_Yend { -webkit-align-items: flex-end; align-items:flex-end; } .fa_flex_Ycenter { -webkit-box-align: center; -moz-align-items: center; -webkit-align-items: center; align-items: center; } .fa_centerY { position: relative; top: 50%; /*鍋忕Щ*/ transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); } .fa_textoverflow { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; opacity: 1; } .container { width: 100%; margin: 0; padding: 0; } .p_NewsDetail img { max-wight: 100%; } /*鍐呴〉瀵艰埅*/ .p_problemCategory { display: none; } .fa_PageNav a { display: block; padding: 30px 20px; position: relative; color: #333; text-transform: uppercase; float: left; } .fa_PageNav a:hover { color: #fff; background: #fbdb15; } .fa_PageNav a:after { position: absolute; bottom: 0; left: 0; width: 0%; height: 2px; display: block; background: #fbdb15; content: ""; transition: all 0.5s; -moz-transition: all 0.5s; /* Firefox 4 */ -webkit-transition: all 0.5s; /* Safari 鍜 Chrome */ -o-transition: all 0.5s; } .fa_PageNav a:hover:after { width: 100%; } .fa_PageNav .fa_navon { color: #fff; background: #fbdb15; } .fa_PageNav .fa_navon:after { width: 100%; } /*鍏宠仈浜у搧*/ .fa_Related > a { display: block; width: calc(100% - 60px)/4; float: left; padding: 20px; margin-right: 20px; } .fa_Related > a:last-child { margin-right: 0; } .fa_Related > a img { width: 100%; } .fa_Related > a p { margin-top: 20px; font-size: 18px; text-align: center; color: #333; } /**/ .fa_AbList { margin:80px 0 30px; } .fa_AbList h3{ font-size:24px; color:#333; font-weight:300; margin-bottom:30px; } .fa_AbList .fa_Abli{ display:block; width:calc((100% - 60px) / 4); margin-right:20px; margin-bottom:20px; background:#fafafa; } .fa_AbList .fa_Abli .fa_ABli_img{ overflow:hidden; width:100%; } .fa_AbList .fa_Abli .fa_ABli_img img{ width:100%; } .fa_AbList .fa_Abli:hover img{ transform: scale(1.2); -ms-transform: scale(1.2); /* IE 9 */ -webkit-transform: scale(1.2); /* Safari 鍜 Chrome */ -o-transform: scale(1.2); /* Opera */ -moz-transform: scale(1.2); /* Firefox */ } .fa_AbList .fa_Abli .fa_ABli_tit{ padding:20px 0; color:#333; width:100%; text-align:center; text-transform: capitalize; text-overflow: ellipsis; white-space: nowrap; overflow:hidden; } @media screen and (max-width:768px) { .fa_Related > a ,.fa_AbList .fa_Abli{ width: calc(100% - 20px)/2; } .fa_Related > a:nth-child(2n),.fa_AbList .fa_Abli { margin-right: 0; } .p_btn-hide { background: #fbdb15; } .p_btn-hide .p_c-fff { background: #fbdb15; } .fa_PageNav { display: none; } .p_problemCategory { display: block; } .p_problemCategory .btn-primary { width: 100%; border: none; border-radius: 0; text-align: left; background: #fbdb15; padding: 10px 20px; } input.form-control::-webkit-input-placeholder { font-size: 14px; line-height: 1.42857143; } input.form-control::-moz-placeholder { font-size: 14px; line-height: 1.42857143; } input.form-control:-ms-input-placeholder { font-size: 14px; line-height: 1.42857143; } input.form-control:-moz-placeholder { font-size: 14px; line-height: 1.42857143; } } .fa_More{text-align:center;} .fa_More a { display: inline-block; padding: 10px 25px; color: #fff; min-width:180px; text-transform: uppercase; border-radius:500px; border:solid 1px #fff; text-align:center; } .p_page .pageNum.active, .p_page .next:active, .p_page .next:hover, .p_page .pageNum:hover, .p_page .pageNum:active, .p_page .pre:active, .p_page .pre:hover { background-color: #fbdb15; border-color: #fbdb15; } .p_pagebox .next, .p_pagebox .pre { background-color: #fbdb15; } /**/ #easy_zoom { transition: all 0s; -moz-transition: all 0s; /* Firefox 4 */ -webkit-transition: all 0s; /* Safari 鍜 Chrome */ -o-transition: all 0s; } #easy_zoom * { transition: all 0s; -moz-transition: all 0s; /* Firefox 4 */ -webkit-transition: all 0s; /* Safari 鍜 Chrome */ -o-transition: all 0s; /* Opera */ } .p_ProductDetail img, .p_NewsDetail img { max-width: 100%; } .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 .p_pagebox .next, .p_pagebox .pre { background-color: #fbdb15; } /*棣栭〉鍔犺浇鍔ㄦ晥*/ .delighter{ overflow:hidden; position:relative; } .fa_TopShow.delighter:before{ width:100%; position:absolute; height:100%; top:0; left:0; transform: translateY(0%); display:block; z-index:10; content:""; transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s; } .fa_TopShow.started.delighter:before{ transform: translateY(100%); } .fa_LeftShow.delighter:before{ width:100%; position:absolute; height:100%; top:0; left:0; transform: translateX(0%); display:block; z-index:10; content:""; transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s; } .fa_LeftShow.started.delighter:before{ transform: translateX(100%); } .fa_RightShow.delighter:before{ width:100%; position:absolute; height:100%; top:0; left:0; transform: translateX(0%); display:block; z-index:10; content:""; transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s; } .fa_RightShow.started.delighter:before{ transform: translateX(-100%); } .fa_BottomShow.delighter:before{ width:100%; position:absolute; height:100%; top:0; left:0; transform: translateX(0%); display:block; z-index:10; content:""; transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s; } .fa_BottomShow.started.delighter:before{ transform: translateY(-100%); }