a {
    color: #61819c;
}
body {
    background: #f0f7fd;
}
.details {
    width: 1200px;
    margin: 0 auto;
    padding: 40px;
    margin-bottom: 20px;
    background: #fff;
}

.details .inside {
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.details .inside .fonts:hover {
    cursor: pointer;
    font-weight: 700;
    color: #333;
}
.details .inside .h1 {
    color: #333;
    font-size: 26px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
    padding: 0px 24px;
    margin-bottom: 24px;
    font-family: "宋体";
}
.details .inside h4 {
    color: #666;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
}
.details .inside h4 span {
    margin: 0 5px;
    font-weight: 500;
}
.font-s {
    font-size: 20px;
    font-family: "宋体";
}
.details .inside p {
    width: 100%;
    font-size: 20px !important;
    line-height: 40px; /* 155.556% */
    letter-spacing: 0.36px;
    margin-bottom: 24px;
    font-family: "宋体";
}
#logPanel {
    font-size: 20px;
    font-family: "宋体";
}
#logPanel p:nth-child(1) {
    font-size: 20px !important;
    margin-bottom: 24px;
    line-height: 40px;
    text-align: center;
    font-family: "宋体";
}
.details .inside p span {
    font-size: 20px !important;
    line-height: 40px; /* 155.556% */
    font-family: "宋体";
}
.details .inside p img {
}
.details .inside h1 span {
    line-height: 32px;
}
.nfw-cms-img:has(span){
    width: 100%;
    display: inline-block;
    text-align: center;
}
.page {
    padding: 12px 80px;
    height: 88px;
    background: #fff;
}
.page .info_page {
    padding: 12px 0;
    height: 88px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.page div {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
    height: 28px;
    line-height: 28px;
}
.page div a {
    color: #333;
    cursor: pointer;
}
.page div .none {
    cursor: auto;
}

.fx {
    width: 100%;
    padding: 20px 80px;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    background: #fff;
}
.fx .cxtype {
    display: flex;
    align-items: center;
}
.fx .cxtype .part1 {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}
.fx .cxtype .part1:nth-child(2) {
    background: url(../img/fxwx.png) no-repeat;
    background-size: 100% 100%;
}
.fx .cxtype .part1:nth-child(2):hover {
    background: url(../img/fxwxh.png) no-repeat;
    background-size: 100% 100%;
}
.fx .cxtype .part1:nth-child(3) {
    background: url(../img/fxwb.png) no-repeat;
    background-size: 100% 100%;
}
.fx .cxtype .part1:nth-child(3):hover {
    background: url(../img/fxwbh.png) no-repeat;
    background-size: 100% 100%;
}
.fx .cxtype .part1:nth-child(4) {
    background: url(../img/fxqq.png) no-repeat;
    background-size: 100% 100%;
}
.fx .cxtype .part1:nth-child(4):hover {
    background: url(../img/fxqqh.png) no-repeat;
    background-size: 100% 100%;
}
.fx .cxtype .part1:nth-child(5) {
    background: url(../img/fxqqkj.png) no-repeat;
    background-size: 100% 100%;
}
.fx .cxtype .part1:nth-child(5):hover {
    background: url(../img/fxqqkjh.png) no-repeat;
    background-size: 100% 100%;
}
.fx .rightps span {
    color: #005499;
    font-size: 14px;
    cursor: pointer;
}
.fx .cxtype .part1 .pops {
    width: 140px;
    height: 160px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    top: 40px;
    left: -50px;
    padding: 10px;
    box-shadow: 0px 0px 3px 0px #919191;
    display: none;
}
.fx .cxtype .part1:nth-child(2):hover .pops {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fx .cxtype .part1 .pops span {
    margin-bottom: 10px;
    font-size: 14px;
}
.water_data {
    position: absolute;
    right: 0;
    top: 150px;
}
.water_data li {
    list-style-type: none;
}
.water_data li {
    height: 1.5em;
    line-height: 1.5em;
    margin-bottom: 12px;
    font-weight: bold;
    font-family: "微软雅黑";
}
.water_data li a {
    font-size: 18px;
    color: #0b0aca;
    display: inline-block;
    padding: 2px;
    border: 2px solid #c7c6c4;
    background-color: #ffffff;
    /*  filter:alpha(opacity:80);
    opacity:0.8;
    */
}
.water_data li a:hover {
    color: #cc0033;
}



.details .inside  #logPanel .px16,.font-s.px16 span{
    font-size: 16px !important;
    line-height: 32px!important;
}
.details .inside  #logPanel .px18,.font-s.px18 span{
    font-size: 18px !important;
    line-height: 36px!important;
}
.details .inside #logPanel .px20,.font-s.px20 span{
    font-size: 20px !important;
    line-height: 40px!important;
}
.details .inside  #logPanel .px22,.font-s.px22 span{
    font-size: 22px !important;
    line-height: 44px!important;
}
.details .inside  #logPanel .px24 ,.font-s.px24 span{
    font-size: 24px !important;
    line-height: 48px!important;
}
.details .inside  #logPanel .px26 ,.font-s.px26 span{
    font-size: 26px !important;
    line-height: 52px!important;
}
.details .inside  #logPanel .px28,.font-s.px28{
    font-size: 28px !important;
    line-height: 56px!important;
}
.details .inside  #logPanel .px30,.font-s.px30{
    font-size: 30px !important;
    line-height: 60px!important;
}
.details .inside  #logPanel .px32,.font-s.px32{
    font-size: 32px !important;
    line-height: 64px!important;
}



.details .inside .h1.px16{
    font-size: 22px !important;
    line-height: 44px!important;
}
.details .inside .h1.px18 {
    font-size: 24px !important;
    line-height: 48px!important;
}

.details .inside .h1.px20 {
    font-size: 26px !important;
    line-height: 52px!important;
}
.details .inside .h1.px22 {
    font-size: 28px !important;
    line-height: 56px!important;
}
.details .inside .h1.px24 {
    font-size: 30px !important;
    line-height: 60px!important;
}
.details .inside .h1.px26 {
    font-size: 32px !important;
    line-height: 64px!important;
}
.details .inside .h1.px28 {
    font-size: 34px !important;
    line-height: 68px!important;
}
.details .inside .h1.px30 {
    font-size: 34px !important;
    line-height: 68px!important;
}
.details .inside .h1.px32 {
    font-size: 36px !important;
    line-height: 72px!important;
}