﻿/*初始化111*/ html,body{margin: 0;padding: 0;} .pagebox{ position:relative; }@font-face { font-family: 'playfair_displayitalic'; src: url('/upload/font/playfairdisplay-italic-webfont.eot'); src: url('/upload/font/playfairdisplay-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/upload/font/playfairdisplay-italic-webfont.woff2') format('woff2'), url('/upload/font/playfairdisplay-italic-webfont.woff') format('woff'), url('/upload/font/playfairdisplay-italic-webfont.ttf') format('truetype'), url('/upload/font/playfairdisplay-italic-webfont.svg#playfair_displayitalic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SourceHanSansCN'; src: url('/upload/font/SourceHanSansCN-Regular.ttf'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SourceHanSans-Light'; src: url('/upload/font/SourceHanSans-Light.otf') format('opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SourceHanSerifCN-Light'; src: url('/upload/font/SourceHanSerifCN-Light.otf') format('opentype'); font-weight: normal; font-style: normal; } *{ font-family: 'SourceHanSans-Light'!important; } /* animation */ @-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); } } @keyframes rexiao { 0% { transform: rotateY(0deg);} 50% { transform: rotateY(90deg);} 100%{ transform: rotateY(0deg);} } body{ color:#005152; font:14px/1.5 'SourceHanSansCN','\5FAE\8F6F\96C5\9ED1',arial,\5b8b\4f53,helvetica,sans-serif; } a{ color:#333; transition:all .3s;text-decoration:none;} a:hover,a:active,a:focus{ color:#005152;text-decoration:none;} a:focus{text-decoration:none;} .reset_style{word-break:break-word;} .ce_detail .reset_style{word-break:break-word} .stylebox_top{ background:#005152 !important;} .stylebox_title{ background:none !important;} .stylebox_top_line,.stylebox_bottom_line{height:0!important;} .stylebox_content{border-width: 0px!important;} /**按钮*/ .btn-primary { color: #fff; background-color: #ff8585; border-color: #ff8585; } .btn-primary:hover { color: #fff; background-color: #ff8585; border-color: #ff8585; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #ff8585; border-color: #ff8585; } .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #ff8585; border-color: #ff8585; } .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 { color: #fff; background-color: #ff8585; border-color: #ff8585; } /* scrollbar css */ /* width */ ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { background: #999; border-radius: 6px; } /* Handle */ ::-webkit-scrollbar-thumb { background: #005152; border-radius: 6px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #005152; } @keyframes rotate360 { form { transform: rotate(0); } to { transform: rotate(360deg); } } @media only screen and (min-width: 769px) { .cateNameH3{ font-size: 0; } .cateNameH3 .cateName1{ position: relative; } .cateNameH3 .cateName1:after{ content: ''; position: absolute; width: 0; height: 2px; background: #ff8585; left: 0; bottom: 0; transition: all .4s; } .cateNameH3:hover .cateName1{ color:#ff8585 !important; } .cateNameH3.light .cateName1{ color:#ff8585 !important; } .cateNameH3:hover .cateName1:after{ width:100%; } .cateNameH3.light .cateName1:after{ width:100%; } .cateNameH3:hover{ background:none !important; color:#ff8585 !important; } .cateNameH3.light{ background:none !important; color:#ff8585 !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 #f0f0f0; background: #efefef; color: #333; } .p_page .pre:active { background: #ff8585; border-color: #ff8585; color: #fff; } .p_page .pre:hover { color: #fff; background: #ff8585; border-color: #ff8585; cursor: pointer; } .p_page .next { display: inline-table; position: relative; left: 0; top: 0; float: left; height: 38px; border: 1px solid #f0f0f0; background: #f0f0f0; color: #333; text-align: center; padding: 0 10px; border-radius: 0px; } .p_page .next:active { background: #ff8585; border-color: #ff8585; color: #fff; } .p_page .next:hover { background: #ff8585; border-color: #ff8585; 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 #d9d9d9; 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: #ff8585; border-color: #ff8585; } .p_page .pageNum:hover { color: #fff; border-color: #ff8585; cursor: pointer; text-decoration: none; background-color: #ff8585; } .p_page .pageNum.active { text-decoration: none; background-color: #ff8585; color: #fff; border-color: #ff8585; } .p_page .input .jumpInput{height: 38px;margin:0 5px;} .p_page .jump{background-color: #ff8585;height: 38px;} } @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: #ff8585; } .p_pagebox .pre:hover { color: rgba(255, 255, 255, 1); border-color: #0889cb; background-color: #ff8585; cursor: pointer; } .p_pagebox .pre:active { background-color: #ff8585; } .p_pagebox .next { width: 48%; margin-left:2%; background-color: #ff8585; } .p_pagebox .next:hover { background-color: #ff8585; } .p_pagebox .next:active { background-color: #ff8585; } } .categrayBox{padding:20px 0;background: #005152;} .left-title{background: #005152 !important;font-weight: bold;color:#FFFFFF !important;} .yjTitle{line-height: 0;background: #005152 !important;border:0 !important;} .yjTitle:hover{background: none !important;} .yjTitle:hover a{color:#005152!important;font-weight: bold;} .yjTitle.light{background: none !important;} .yjTitle.light a{color:#005152!important;font-weight: bold;} @media screen and (max-width: 768px) { .categrayBox{background:none;} .stylebox_title{padding:0 0 0 15px !important;} .stylebox_title .title_icon{display:none !important;} .title_main{font-size:18px !important;} } @media only screen and (max-width: 1630px) and (min-width: 1367px){ .left-title{padding: 10px 20px !important;font-size: 18px !important;} .yjTitle{padding: 10px 40px 10px 20px !important;} .yjLink{font-size: 14px !important;} } @media only screen and (max-width: 1366px) and (min-width: 1025px){ .left-title{padding: 10px 20px !important;font-size: 16px !important;} .yjTitle{padding: 8px 40px 8px 20px !important;} .yjLink{font-size: 14px !important;} } @media only screen and (max-width: 1024px) and (min-width: 768px){ .left-title{padding: 10px 20px !important;font-size: 16px !important;} .yjTitle{padding: 8px 40px 8px 20px !important;} .yjLink{font-size: 12px !important;} }