
@media screen and (max-width: 1900px) {
  html {
    zoom: 0.8;
  }
}

/* top */


.top {
    width: 100%;
}

.top_banner {
    width: 100%;
    height: 80px;
    position: relative;
    left: 0;
    top: 0;
}

.top_banner img {
    width: 100%;
    height: 100%;
}

.top_banner .cancel {
    position: absolute;
    top: 40px;
    right: calc((100% - 1200px) / 2);
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.top_title {
    width: 100%;
    height: 40px;
    background: #F2F2F2;
}

.top_tile_main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
}

.top_tile_main .left {
    float: left;
}

.top_tile_main .left .point {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #666;
    margin: 0 10px;
    transform: translateY(-2px);
}

.top_tile_main .right {
    float: right;
}

.top_tile_main .right .list {
    font-size: 0;
}

.top_tile_main .right .list .before_login {
    display: inline-block;
}

.top_tile_main .right .list .after_login {
    display: none;
}

.top_tile_main .right .login .before_login {
    display: none;
}

.top_tile_main .right .login .after_login {
    display: inline-block;
}

.top_tile_main .right .list>* {
    font-size: 12px;
}

.top_tile_main .right .line {
    margin: 0 16px;
    font-weight: normal;
    display: inline-block;
    width: 0;
    height: 10px;
    border: 1px solid #999;
    transform: translateY(2px);
}

.top_tile_main .right .before_login {
    color: #BB351A;
}

.top_tile_main .right .language {
    border: none;
    outline: none;
    /* height: 40px; */
    background-color: unset;
    /* line-height: 40px; */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* padding-left: 60px; */
    padding-right: 14px;
    color: #BB261A;
    background: url("../images/select.png") no-repeat scroll right center transparent;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 52px;
}

.top_tile_main .right .language .language_option {
    position: absolute;
    left: 0;
    top: 22px;
    display: none;
    background-color: #F2F2F2;
    width: calc(100% + 6px);
    padding-left: 14px;
    padding-bottom: 8px;
    transform: translateX(-14px);
    color: #666666;
    z-index: 1000;
}

.top_tile_main .right .language .language_option li {
    height: 20px;
    line-height: 20px;
}

.top_tile_main .right .language .language_option li:hover {
    color: #BB261A;
}


.top_nav {
    /* height: 640px; */
    width: 100%;
    /* overflow: hidden; */
    box-sizing: border-box;
    background-color: #fff;
}

/* .top_nav>* {
    width: 1200px;
    margin: 0 auto;
} */

.top_nav .top_nav_top {
    /* margin-top: 17px; */
    width: 100%;
    /* padding-top: 28px; */
    box-sizing: border-box;
    height: 110px;
    /* position: relative;
    left: 0;
    top: 0; */
    border-bottom: 2px solid #bababa;
}

.top_nav .top_nav_top .top_nav_top_t {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    white-space: nowrap;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    box-sizing: border-box;
    position: relative;
    left: 0;
    top: 0;
}

.top_nav .top_nav_top .top_nav_top_t>* {
    display: inline-block;
    height: 100%;
    font-size: 0;

}
.top_nav_top_t_left{
    position: relative;
    left: 0;
    top: 0;
}
.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_left{
    width: 150px;
}
.top_nav .top_nav_top .top_nav_top_t .logo {
    width: 150px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.top_nav .top_nav_top .top_nav_top_t .logo img {
    width: 100%;
    height: 100%;
}

.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_right {
    /* font-size: 0; */
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
}

.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_right .head {
    display: inline-block;
    vertical-align: middle;
}

.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_right .tnb_r_s {
    text-align: center;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #929292;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_right .login .after_login_n {
    color: #000;
}

.before_login_n {
    display: block;
}

.after_login_n {
    display: none;
}

.login .before_login_n {
    display: none;
}

.login .after_login_n {
    display: block;
}

.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_right .tnb_r_s>* {
    font-size: 18px;
}

.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_right .tnb_r_s span {
    margin: 0 6px;
}

.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_center {
    margin-left: 20px;
    white-space: nowrap;
}

.top_nav .top_nav_top .nav_list {
    float: left;
    line-height: 110px;
    font-size: 0;
}

.top_nav .top_nav_top .nav_list .nav_list_li {
    float: left;
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    /* font-weight: bold; */
    color: #525252;
    /* margin: 0 24px; */
    padding: 0 12px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9999;
}

.top_nav .top_nav_top .nav_list .nav_list_li a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.top_nav .top_nav_top .nav_list .nav_list_li:hover {
    /* background: #F5F5F5; */
    /* line-height: 54px; */
    /* margin-top: 28px; */
}

.top_nav .top_nav_top .nav_list .nav_list_li:hover>a {
    color: #BB261A;
    font-weight: bold;
}

.top_nav .top_nav_top .nav_list .nav_list_li:hover ol {
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 80px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 999;
}

.top_nav .top_nav_top .nav_list .active {
    /* background: #F5F5F5; */
}

.top_nav .top_nav_top .nav_list .active>a {
    color: #BB261A;
    font-weight: bold;
}

.top_nav .top_nav_top .nav_list .nav_list_li ol {
    display: none;
    width: 100%;
    line-height: 44px;
}

.top_nav .top_nav_top .nav_list .nav_list_li ol li:hover {
    /* background: #F5F5F5; */
}

.top_nav .top_nav_top .nav_list .nav_list_li ol li:hover a {
    color: #BB261A;
    font-weight: bold;
}

.top_nav .top_nav_top .nav_list .active ol {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 44px;
    background-color: rgba(255, 255, 255, 0.7);
}

.top_nav .top_nav_top .nav_list .active ol li:hover a {
    color: #BB351A;
}

.top_nav_center {
    width: 100%;
    text-align: center;
    background: url("../images/Group\ 3398.png") no-repeat center center/cover;
}

.top_nav_center .tphbt {
    height: 118px;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.top_nav_center .tphbt .tphbt_box {
    height: 54px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.top_nav_center .tphbt .img {
    float: left;
    width: 54px;
    height: 54px;
}

.top_nav_center .tphbt .img img {
    width: 100%;
    height: 100%;
}

.top_nav_center .tphbt p {
    float: left;
    font-size: 26px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 44px;
    margin-left: 20px;
}

.top_nav_center .search {
    width: 1000px;
    transform: translateX(-110px);
    height: 65px;
    font-size: 0;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
}

.top_nav_center .search input {
    width: 867px;
    height: 65px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #BB261A;
    box-sizing: border-box;
    background: url("../images/search.png") no-repeat 25px 20px/26px 26px;
    outline: none;
    line-height: 64px;
    padding-left: 70px;
    box-sizing: border-box;
    font-size: 16px;
    vertical-align: middle;
}

.top_nav_center .search button {
    width: 128px;
    height: 65px;
    background: #BB261A;
    opacity: 1;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    outline: none;
    border: none;
    vertical-align: middle;
    cursor: pointer;
}

.top_nav_center .search .ShoppingCart {
    height: 65px;
    border-radius: 32.5px;
    width: 178px;
    height: 65px;
    opacity: 1;
    border: 1px solid #BB261A;
    box-sizing: border-box;
    position: absolute;
    right: -230px;
    top: 0;
    cursor: pointer;
    background: url("../images/Group 3289.png") no-repeat 32px center;
}

.top_nav_center .search .ShoppingCart p {
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 63px;
    user-select: none;
    transform: translateX(30px);
}


.top_nav_center .search_options {
    text-align: left;
    width: 1000px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    /* margin-top: 30px; */
    /* margin-bottom: 40px; */
}

.top_nav_center .search_options form {
    margin-left: 25px;
    font-size: 0;
}

.top_nav_center .search_options form p {
    display: inline-block;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #E91601;
    margin-right: 38px;
    vertical-align: middle;
}

.top_nav_center .search_options form p .radio_type {
    margin-right: 10px;
    appearance: none;
    position: relative;
    outline: none;
    vertical-align: middle;
}

.radio_type:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #E91601;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #E91601;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:after {
    content: "";
    width: 9px;
    height: 9px;
    text-align: center;
    background: #E91601;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}

.radio_type:checked+label {
    color: #edd19d;
}

.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_right .hot {
    /* width: 530px; */
    /* height: 17px; */
    margin-top: 8px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
}

.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_right .hot strong {
    font-weight: normal;
}

.top_nav .top_nav_top .top_nav_top_b {
    height: 44px;
    margin-top: 25px;
    width: 1200px;
    margin: 0 auto;
}

.top_nav .top_nav_top .top_nav_top_b .nav_title {
    width: 220px;
    height: 44px;
    background: #BB351A;
    opacity: 1;
    line-height: 44px;
    box-sizing: border-box;
    color: #fff;
    padding-left: 20px;
    float: left;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}



.top_nav .top_nav_bottom {
    height: 500px;
    width: 100%;
    margin: 0 auto;
    /* margin-top: 10px; */
    /* overflow: hidden; */
    background: url(../images/banner.png) no-repeat center center/cover;
}

.top_nav .top_nav_bottom .top_nav_bottom_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.top_nav .top_nav_bottom .top_nav_bottom_content>div {
    float: left;
}

.top_nav .top_nav_bottom .tnb_left {
    width: 215px;
    height: 100%;
}

.top_nav .top_nav_bottom .tnb_left>p {
    width: 215px;
    height: 44px;
    background: #BB261A;
    opacity: 1;
    line-height: 44px;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}

.top_nav .top_nav_bottom .tnb_left ul {
    width: 100%;
    height: calc(100% - 54px);
    background-color: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    padding-top: 6px;
    overflow-y: auto;
}

.red_scrollbar::-webkit-scrollbar {
    /*滚动条整体样式*/
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 8px;
    height: 10px;
}

.red_scrollbar::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #BB261A;
}

.red_scrollbar::-webkit-scrollbar-track {
    display: none;
}

.top_nav .top_nav_bottom .tnb_left ul li {
    width: 100%;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
    padding-left: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    background: url("../images/right.png") no-repeat 236px center;
}

.top_nav .top_nav_bottom .tnb_left ul li:hover {
    color: #BB261A;
}

.top_nav .top_nav_bottom .tnb_left ul .active {
    color: #BB261A;
}

.top_nav .top_nav_bottom .tnb_left ul li a {
    vertical-align: middle;
}

.top_nav .top_nav_bottom .tnb_left ul li .more {
    display: inline-block;
    background: url("../images/点击按钮.png") no-repeat center center;
    width: 12px;
    height: 8px;
    vertical-align: middle;
    margin-left: 2px;
}

.top_nav .top_nav_bottom .tnb_center {
    /* margin: 0 10px; */
    width: 770px;
    height: 100%;
    /* background-color: #fff; */
    /* overflow: hidden; */
    position: relative;
    left: 0;
    top: 0;
}

#tnb_center_main {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top_nav .top_nav_bottom .tnb_center img {
    width: 100%;
    height: 100%;
}

.top_nav .top_nav_bottom .morecate_main {
    box-shadow: -4px 6px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 3px 3px 3px 3px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 66px;
    width: 100%;
    height: calc(100% - 54px);
    background-color: #fff;
    position: relative;
    left: 0;
    top: 54px;
    z-index: 1002;
    overflow-y: auto;
}

.top_nav .top_nav_bottom .morecate_main .box {
    border-bottom: 1px solid #F2F2F2;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.top_nav .top_nav_bottom .morecate_main .box:last-child {
    border-bottom: none;
}

.top_nav .top_nav_bottom .morecate_main ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 16px;
    /* margin-bottom: 15px; */
}

.top_nav .top_nav_bottom .morecate_main ul li {
    width: 20%;
    flex: 1;
    min-width: 20%;
    max-width: 20%;
    text-align: left;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 16px;
    height: 16px;
    align-items: center;
    margin: 8px 0;
}

.top_nav .top_nav_bottom .morecate_main ul li h5 {
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
    height: 20px;
    display: none;
}

.top_nav .top_nav_bottom .morecate_main ul li:first-child h5 {
    display: block;
}

.top_nav .top_nav_bottom .tnb_right {
    width: 215px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    padding: 0 18px;
    /* padding-top: 30px; */
    position: relative;
    left: 0;
    top: 0;
}


.top_nav .top_nav_bottom .tnb_right .news_title {
    height: 76px;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    line-height: 76px;
    display: flex;
}

.top_nav .top_nav_bottom .tnb_right .news_title li {
    flex: 1;
    margin-right: 7px;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    height: 38px;
    padding-bottom: 6px;
    text-align: center;
}

.top_nav .top_nav_bottom .tnb_right .news_title .active span {
    /* text-decoration:underline; */
    position: relative;
    left: 0;
    top: 0;
    color: #BB261A;
}

.top_nav .top_nav_bottom .tnb_right .news_title .active span::after {
    content: '';
    position: absolute;
    left: 5%;
    top: 110%;
    display: block;
    width: 90%;
    border: 1px solid #BB261A;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li {
    display: none;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li ul>li {
    margin-top: 14px;
    font-size: 12px;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li ul>li .tag {
    width: 36px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li ul>li .tag1 {
    background: #FDF0E3;
    color: #EE8723;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li ul>li .tag2 {
    background: #E8EEFA;
    color: #1F5CE7;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li ul>li .tag3 {
    background: #FCE8E6;
    color: #E44235;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li ul>li .tit {
    display: inline-block;
    margin-left: 10px;
    color: #373737;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
    vertical-align: middle;
    cursor: pointer;
}

.top_nav .top_nav_bottom .tnb_right .news_box .active {
    display: block;
}

.top_nav .top_nav_bottom .tnb_right .tnb_r_b .option {
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 58px;
}

.top_nav .top_nav_bottom .tnb_right .tnb_r_b .option>div {
    flex: 1;
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #373737;
    line-height: 20px;
}


/* main */
.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.main>div {
    overflow: hidden;
    /* background-color: #fff; */
    width: 100%;
}

.main .f0 {
    background: url(../images/PDFback.png) no-repeat left top;
    background-color: #fff;
    height: 272px;
    width: 100%;
    border-radius: 3px 3px 3px 3px;
    /* margin-top: 30px; */
}

.main .f0 .title {
    font-size: 30px;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #000000;
    line-height: 42px;
    height: 42px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 690px;
    white-space: nowrap;
    display: flex;
}

.main .f0 .title>div {
    /* display: inline-block; */
    flex: 1;
    height: 42px;
}

.main .f0 .title>div img {
    transform: translateY(-50%);
}

.main .f0 .title .cen_txt {
    margin: 0 33px;
}

.main .f0 .list {
    margin-top: 26px;
}

.main .f0 .list ul {
    display: flex;
    flex-wrap: wrap;
}

.main .f0 .list ul li {
    flex: 1;
    width: calc(20% - 22px);
    max-width: calc(20% - 22px);
    min-width: calc(20% - 22px);
    margin-left: 22px;
    margin-top: 30px;
}

.main .f0 .list ul li .line {
    width: 0;
    display: inline-block;
    height: 18px;
    border: 3px solid #BB261A;
    margin-right: 8px;
    vertical-align: middle;
}

.main .f0 .list ul li .msg {
    margin-left: 14px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #717171;
}

.main .f0 .list ul li .tit {
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    vertical-align: middle;
}

.main .f_top {
    /* margin-left: 30px; */
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 18px;
    position: relative;
    left: 0;
    top: 0;
    vertical-align: middle;
}


.main .f_top .ft2 {
    height: 34px;
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 34px;
    /* margin-left: 18px; */
    /* margin-right: 20px; */
}

.main .f_top .ft3 {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #777E8A;
    margin-left: 10px;
}

.main .f_top .ft4 {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/right.png") no-repeat 100% center;
    padding-right: 12px;
}

.main .f1 {
    margin-top: 20px;
}

.main .f1_center {
    height: 364px;
    background: url("../images/banner2.png") no-repeat center center/cover;
    position: relative;
    left: 0;
    top: 0;
}

.main .f1_center .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/Group 3305.png") no-repeat center center/cover;
    width: 44px;
    height: 74px;
}

.main .f1_center .swiper-button-prev::after {
    display: none;
}

.main .f1_center .swiper-button-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/Group 3304.png") no-repeat center center/cover;
    width: 44px;
    height: 74px;
}

.main .f1_center .swiper-button-next::after {
    display: none;
}

.main .f1 .f1_box {
    width: 180px;
    height: 364px;
    position: relative !important;
    left: 0;
    top: 0;
}

.f1_card {
    width: 180px;
    height: 298px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
}

.f1_card .img {
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
}

.f1_card p {
    position: absolute;
    left: 50%;
    top: 114px;
    transform: translateX(-50%);
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 140px;
}

.f1_card ul {
    position: absolute;
    left: 50%;
    top: 163px;
    transform: translateX(-50%);
    width: 120px;
}

.f1_card ul li {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 120px;
    text-align: center;
}

.f1_card ul li span {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}

.main .f1_center .f1_c_left {
    /* border: 1px dashed #E4E4E4; */
    width: 280px;
    height: 380px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}


.main .f1_center .f1_c_left img {
    width: 100%;
    height: 100%;
}

.main .f1_center .f1_c_center {
    width: calc(516px - 54px);
    height: 100%;
    padding-left: 54px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.main .f1_center .f1_c_center ul {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.main .f1_center .f1_c_center li {
    list-style: disc;
    list-style-type: disc;
    margin-top: 17px;
}

.main .f1_center .f1_c_right {
    height: 100%;
    width: 402px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.main .f1_center .f1_c_right .fcr_b {
    height: 326px;
    margin-top: 18px;
}

.main .f1_center .f1_c_right ul {
    border-left: 1px solid #E4E4E4;
    height: 100%;
    box-sizing: border-box;
    padding-left: 15px;
}

.main .f1_center .f1_c_right ul .card .card_top .card_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
}

.main .f1_center .f1_c_right ul .card .card_bottom {
    margin-top: 18px;
    height: 120px;
}

.main .f1_center .f1_c_right ul .card .card_bottom>div {
    float: left;
}

.main .f1_center .f1_c_right ul .card .card_bottom .card_img {
    width: 122px;
    height: 86px;
    /* border: 1px dashed #E4E4E4; */
    transform: translateY(16px);
}

.main .f1_center .f1_c_right ul .card .card_bottom .card_msg {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-left: 26px;
    line-height: 18px;
}

.main .f1_center .f1_c_right ul .card {
    padding-bottom: 8px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.main .f1_center .f1_c_right ul .card:first-child {
    border-bottom: 1px solid #E4E4E4;
}

.main .f1_bottom {
    width: 100%;
    height: 148px;
    border-bottom: 1px solid #F2F2F2;
}

.main .f1_bottom ul {
    width: 100%;
    height: 100%;
    display: flex;
}

.main .f1_bottom ul li {
    height: 100%;
    flex: 1;
    position: relative;
    left: 0;
    top: 0;
    border-right: 1px solid #E4E4E4;
}

.main .f1_bottom ul li:last-child {
    border: none;
}

.main .f1_bottom .img {
    /* border: 2px dashed #E4E4E4; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



.main .f2_center {
    height: 364px;
    background-color: #fff;
}

.main .f2_center>div {
    float: left;
}

.main .f2_center .f2_c_left {
    /* border: 1px dashed #E4E4E4; */
    width: 446px;
    height: 364px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}


.main .f2_center .f2_c_left img {
    width: 100%;
    height: 100%;
}

.main .f2_center .f2_c_center {
    width: 396px;
    height: 100%;
    padding-left: 50px;
    box-sizing: border-box;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.main .f2_center .f2_c_center p {
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #BB261A;
    line-height: 28px;
    margin-top: 20px;
}

.main .f2_center .f2_c_center ul {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    height: calc(100% - 48px);
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    /* padding-left: 26px; */
    transform: translateX(-14px);
    padding-bottom: 14px;
    box-sizing: border-box;
}

.main .f2_center .f2_c_center li {
    margin-top: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 92%;
    padding-left: 26px;
    position: relative;
    left: 0;
    top: 0;
}

.main .f2_center .f2_c_center li::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}

.main .f2_center .f2_c_right {
    height: 100%;
    width: 310px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    box-sizing: border-box;
}

.main .f2_center .f2_c_right .fcr_b {
    height: 326px;
    margin-top: 18px;
}

.main .f2_center .f2_c_right ul {
    border-left: 1px solid #E4E4E4;
    height: 100%;
    box-sizing: border-box;
    padding-left: 15px;
}

.main .f2_center .f2_c_right ul .card .card_top .card_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
}

.main .f2_center .f2_c_right ul .card .card_bottom {
    margin-top: 18px;
    height: 120px;
}

.main .f2_center .f2_c_right ul .card .card_bottom>div {
    float: left;
}

.main .f2_center .f2_c_right ul .card .card_bottom .card_img {
    width: 82px;
    height: 66px;
    /* border: 1px dashed #E4E4E4; */
    transform: translateY(16px);
}
.main .f2_center .f2_c_right ul .card .card_bottom .card_img img{
    width: 100%;
    height: 100%;
}
.main .f2_center .f2_c_right ul .card .card_bottom .card_msg {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-left: 12px;
    line-height: 18px;
    max-width: calc(100% - 94px);
    overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}

.main .f2_center .f2_c_right ul .card {
    padding-bottom: 8px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.main .f2_center .f2_c_right ul .card:first-child {
    border-bottom: 1px solid #E4E4E4;
}
.f2_fenye{
    padding-top: 45px;
    padding-bottom: 40px;
    position: relative;
    left: 0;
    top: 0;
}
.f2_fenye ul{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 0;
}
.f2_fenye li{
    display: inline-block;
    /* display: block; */
    background: #777E8A;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 6px;
}
.f2_fenye li:hover{
    background-color: #BB261A;
}
.f2_fenye .active{
    background-color: #BB261A;
}
.f2_fenye li:first-child{
    background: none;
    /* transform: translateY(3px); */
    width: 15px;
    height: 27px;
}
.f2_fenye li:last-child{
    background: none;
    /* transform: translateY(3px); */
    width: 15px;
    height: 27px;
}
.main .banner {
    margin: 0;
    width: 100%;
}

.main .banner img {
    width: 100%;
}

.main .f3 {
    margin-top: 0;
    padding-bottom: 28px;
}

.main .f3_main {
    /* padding-left: 30px; */
    box-sizing: border-box;
    height: 300px;
}

.main .f3_main .f3m_left {
    width: 380px;
    height: 100%;
    /* border: 1px dashed #E4E4E4; */
    float: left;
    box-sizing: border-box;
}

.main .f3_main .f3m_right {
    width: calc(100% - 380px);
    height: 100%;
    float: left;
}

.main .f3_main .f3m_right>.item {
    width: 20%;
    height: 50%;
    border: 1px solid #E4E4E4;
    background-color: #fff;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    box-sizing: border-box;
}

.main .f3_main .f3m_right>.item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* border: 1px dashed #E4E4E4; */
}

.main .f4 {
    border-top: 1px solid #F2F2F2;
    width: 100%;
    padding-bottom: 20px;
}

.main .f4_main {
    padding-left: 20px;
    /* padding-top: 20px; */
    box-sizing: border-box;
    height: 305px;
    background-color: #fff;
}

.main .f4_main>div {
    float: left;
}
.main .f4_main .f4m_left{
    width: 215px;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.main .f4_main .f4m_left .img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.main .f4_main .f4m_left img{
    width: 100%;
}
.f4m_right{
    margin-top: 40px;
}
.f4m_right_r{
    width: 330px;
    margin-left: 25px;
    margin-top: 20px;
    position: relative;
    left: 0;
    top: 0;
}
.f4m_right_r .change{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.f4m_right_r ul{
    width: 100%;
    display: flex;
    margin-top: 40px;
}
.f4m_right_r ul li{
    flex: 1;
}
.f4m_right_r ul li p{
    font-size: 16px;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #000000;
margin-top: 10px;
}
.f4m_right_r ul li:first-child{
    margin-right: 10px;
}
.f4m_right_r ul li .img{
    /* width: 210px; */
    height: 176px;
}
.f4m_right_r ul li .img img{
    width: 100%;
    height: 100%;
}
.main .f4_main .f4m_right {
    width: 580px;
    margin-left: 20px;
}

.main .f4_main .f4m_right .f4_title {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
}

.main .f4_main .f4m_right .f4_msg {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.main .f4_main .f4m_right .f4_tag {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 38px;
    color: #000000;
    height: 38px;
    width: 100%;
    background: #EEEEEE;
    padding-left: 6px;
    box-sizing: border-box;
}

.main .f4_main .f4m_right .watcher {
    margin-top: 22px;
}

.main .f4_main .f4m_right .watcher img {
    transform: translateY(2px);
}

.main .f4_main .f4m_right .watcher .time {
    float: right;
}

/* bottom */
.bottom {
    margin-top: 30px;
    width: 100%;
    /* height: 625px; */
    background: #FFFFFF;
}

.bottom_list {
    width: 100%;
    height: 160px;
    position: relative;
    left: 0;
    top: 0;
}

.bottom_list ul {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    width: 80%;
}

.bottom_list ul li {
    flex: 1;
    position: relative;
    left: 0;
    top: 0;
}

.bottom_list ul li .card {
    /* width: 100%; */
    margin: 0 auto;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bottom_list .img {
    /* float: left; */
    display: inline-block;
}

.bottom_list .msg {
    display: inline-block;
    margin-left: 14px;
    white-space: normal;
}

.bottom_list .msg .tit {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
}

.bottom_list .msg .txt {
    margin-top: 6px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 20px;
    width: 196px;
}

.bottom{
    position: relative;
    left: 0;
    top: 0;
}
.bottom_main {
    width: 100%;
    height: 505px;
    background: #F2F2F2;
    overflow: hidden;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
}

.bottom_main .bm_top {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    height: 175px;

}

.bottom_main .bm_top .bmt_left {
    /*margin-right: 76px;*/
    height: 100%;
    float: left;
}

.bottom_main .bm_top .bmt_left .oli {
    float: left;
    margin-right: 56px;
}

.bottom_main .bm_top .bmt_left .tli {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-bottom: 4px;
}

.bottom_main .bm_top .bmt_left .tli:first-child {
    font-size: 16px;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #666666;
    line-height: 22px;
    margin-bottom: 16px;
}

.bottom_main .bm_top .bmt_right {
    height: 100%;
    float: left;
    border-left: 1px dashed #BFBFBF;
}

.bottom_main .bm_top .bmt_right .bmtr_left {
    margin-left: 76px;
    width: 292px;
    word-break: break-all;
    float: left;
}

.bottom_main .bm_top .bmt_right .bmtr_left h5 {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #666666;
    line-height: 22px;

}

.bottom_main .bm_top .bmt_right .bmtr_left .p1 {
    margin-top: 6px;
}

.bottom_main .bm_top .bmt_right .bmtr_left p {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #BB261A;
    line-height: 22px;
}

.bottom_main .bm_top .bmt_right .bmtr_right {
    margin-left: 25px;
    float: left;
}

.bottom_main .bm_top .bmt_right .bmtr_right .txt {
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.bottom_main .bm_center {
    width: 1200px;
    margin: 0 auto;
    margin-top: 28px;
}

.bottom_main .c1 span {
    margin-right: 30px;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
}

.bottom_main .c1 i {
    font-style: normal;
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    line-height: 16px;
    color: #666666;
}

.bottom_main .c2 {
    font-size: 0;
}

.bottom_main .c2 span {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
}

.bottom_main .c2 a {
    font-style: normal;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    /* font-weight: bold; */
    line-height: 16px;
    color: #000000;
    margin-right: 20px;
}

.bottom_main .c3 span {
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
}

.bottom_main .c3 a {
    font-style: normal;
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    line-height: 16px;
    color: #666666;
    margin-right: 20px;
}

.bottom_main .bm_bottom {
    margin-top: 44px;
    width: 100%;
    border-top: 1px solid #747474;
}

.bottom_main .bm_bottom p {
    font-size: 16px;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #666666;
    line-height: 22px;
    text-align: center;
    line-height: 54px;
}

.fixed {
    position: fixed;
    right: 3vw;
    bottom: 120px;
    width: 60px;
    /* background: #FFFFFF; */
    /* box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.06); */
    z-index: 1000;
}

.fixed li {
    margin-bottom: 14px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
}

.fixed li .img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}



/* PDF页 */

.pdfmain .pm_top {
    height: 44px;
    /* background-color: #fff; */
}

.pdfmain .pm_top p {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    line-height: 44px;
}

.pdfmain .pm_top p .ot {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.pdfmain .pm_top p .par {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 0 5px;
}

.pdfmain .pm_top p .tt {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #9A9A9A;
}

.pdfmain .pm_main {
    min-height: 600px;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.pdfmain .pm_main .pmm_top {
    width: 1200px;
    margin: 20px auto;
    border: 1px solid #F2F2F2;
    height: 48px;
    box-sizing: border-box;
    line-height: 48px;
    font-size: 0;
}

.pdfmain .pm_main .pmm_top>span {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin-left: 12px;
    margin-right: 36px;
}

.pdfmain .pm_main .pmm_top>* {
    vertical-align: middle;
}

.pdfmain .pm_main .pmm_top .search2_select {
    display: inline-block;
    text-align: left;
    background: #F6F6F6;
    border: 1px solid #BB351A;
    width: 62px;
    height: 26px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #090909;
    line-height: 26px;
    background: url(../images/down.png) no-repeat 88% center;
    box-sizing: border-box;
    padding-left: 6px;
}

.pdfmain .pm_main .pmm_top .search2_select ul {
    width: 62px;
    position: relative;
    left: -7px;
    top: -2px;
    background-color: #fff;
    border: 1px solid #BB351A;
    box-sizing: border-box;
}

.pdfmain .pm_main .pmm_top .search2_select ul li {
    display: none;
    padding-left: 8px;
    box-sizing: border-box;
}

.pdfmain .pm_main .pmm_top .search2_input {
    width: 261px;
    height: 26px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    outline: none;
    box-sizing: border-box;
    padding-left: 8px;
}

.pdfmain .pm_main .pmm_top .search2_button {
    width: 62px;
    height: 26px;
    background: #BB351A;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #BB351A;
    box-sizing: border-box;
    margin-left: 8px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.pdfmain .pm_main .pmm_bottom {
    width: 1200px;
    margin: 0 auto;
}

.pdfmain .pm_main .pmm_bottom ul {
    width: 100%;
}

.pdfmain .pm_main .pmm_bottom .title {
    width: 100%;
    height: 32px;
    background: #FAFAFA;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #F2F2F2;
    line-height: 32px;
}

.pdfmain .pm_main .pmm_bottom .title li {
    float: left;
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
    box-sizing: border-box;
}

.pdfmain .pm_main .pmm_bottom .title li:nth-child(1) {
    /* width: 120px; */
    width: 15%;
    /* margin-left: 32px; */
    box-sizing: border-box;
}

.pdfmain .pm_main .pmm_bottom .title li:nth-child(2) {
    /* width: 140px; */
    /* margin-left: 45px; */
    width: 20%;
}

.pdfmain .pm_main .pmm_bottom .title li:nth-child(3) {
    /* margin-left: 45px; */
    /* width: 180px; */
    width: 20%;
}

.pdfmain .pm_main .pmm_bottom .title li:nth-child(4) {
    /* width: 170px; */
    /* margin-left: 90px; */
    width: 10%;
}

.pdfmain .pm_main .pmm_bottom .title li:nth-child(5) {
    /* width: 140px; */
    /* margin-left: 60px; */
    width: 20%;
}

.pdfmain .pm_main .pmm_bottom .title li:nth-child(6) {
    /* width: 138px; */
    /* margin-left: 40px; */
    width: 15%;
}

.pdfmain .pm_main .pmm_bottom .value {
    width: 100%;
    border: 1px solid #F2F2F2;
    height: 60px;
    background-color: #fff;
    position: relative;
    left: 0;
    top: 0;
}

.pdfmain .pm_main .pmm_bottom .value li {
    float: left;
    height: 60px;
    line-height: 16px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    position: relative;
    left: 0;
    top: 0;
}

.pdfmain .pm_main .pmm_bottom .value li span {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.pdfmain .pm_main .pmm_bottom .value li:nth-child(1) {
    /* width: 120px; */
    width: 15%;
    /* margin-left: 32px; */
    box-sizing: border-box;
}

.pdfmain .pm_main .pmm_bottom .value li:nth-child(2) {
    /* width: 140px; */
    /* margin-left: 45px; */
    width: 20%;
}

.pdfmain .pm_main .pmm_bottom .value li:nth-child(3) {
    /* margin-left: 45px; */
    /* width: 180px; */
    width: 20%;
}

.pdfmain .pm_main .pmm_bottom .value li:nth-child(4) {
    /* width: 170px; */
    /* margin-left: 90px; */
    width: 10%;
}

.pdfmain .pm_main .pmm_bottom .value li:nth-child(5) {
    /* width: 140px; */
    /* margin-left: 60px; */
    width: 20%;
}

.pdfmain .pm_main .pmm_bottom .value li:nth-child(6) {
    /* width: 138px; */
    /* margin-left: 40px; */
    width: 15%;
}

.pdfmain .pm_main .pmm_bottom .value .download {
    font-size: 10px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    width: 86px;
    height: 26px;
    background: #BB351A;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: calc(100% - 106px);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.pdfmain .pm_main .pmm_bottom .value:hover {
    background: #FAFAFA;
}

.pdfmain .pm_main .pmm_bottom .value:hover .download {
    display: block;
}

.pdfmain .pm_main .pmm_pager {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.pdfmain .pm_main .pmm_pager p {
    height: 20px;
    font-size: 0;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.pdfmain .pm_main .pmm_pager p .current {
    color: #F51414;
}

.pdfmain .pm_main .pmm_pager p>* {
    font-size: 14px;
}

.pdfmain .pm_main .pmm_pager p strong {
    font-weight: normal;
}

.pdfmain .pm_main .pmm_pager p i {
    font-style: normal;
    margin: 2px;
}

.pdfmain .pm_main .pmm_pager p .prev,
.pdfmain .pm_main .pmm_pager p .next,
.pdfmain .pm_main .pmm_pager p .last {
    cursor: pointer;
}


/* 商品列表 */
.GLmain .pm_top {
    height: 44px;
    background-color: #fff;
}

.GLmain .pm_top p {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    line-height: 44px;
}

.GLmain .pm_top p .ot {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.GLmain .pm_top p .par {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 0 5px;
}

.GLmain .pm_top p .tt {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #9A9A9A;
}

.GLmain .pm_main {
    min-height: 760px;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.GLmain .pm_main .pmm_top {
    width: 1200px;
    margin: 20px auto;
    font-size: 0;
}

.GLmain .pm_main .pmm_top .search2_input {
    width: 261px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #BB351A;
    box-sizing: border-box;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #636363;
    padding-left: 8px;
    outline: none;
}

.GLmain .pm_main .pmm_top .search2_button {
    width: 62px;
    height: 33px;
    background: #BB351A;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #BB351A;
    box-sizing: border-box;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.GLmain .pm_main .pmm_top .check_button {
    width: 89px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #BB351A;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #BB351A;
    margin-left: 12px;
}

.GLmain .pm_main .pmm_top .clear_button {
    width: 89px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #BB351A;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #BB351A;
    margin-left: 12px;
}

.GLmain .pm_main .pmm_bottom {
    width: 1200px;
    margin: 0 auto;
}

.GLmain .pm_main .pmm_bottom ul {
    width: 100%;
}

.GLmain .pm_main .pmm_bottom .title {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background: #F0F0F0;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.GLmain .pm_main .pmm_bottom .title li {
    float: left;
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
}


.GLmain .pm_main .pmm_bottom .title li:nth-child(1) {
     width: 300px;
    /*width: 18%;*/
    padding-left: 16px;
    box-sizing: border-box;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(2) {
    width: 190px;
     margin-left: 45px;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(3) {
     margin-left: 45px;
     width: 150px;
    /*width: 10%;*/
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(4) {
    margin-left: 45px;
    width: 100px;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(5) {
    /* width: 100px; */
    width: 200px;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(6) {
    /* width: 120px; */
    width: 120px;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(7) {
    /* width: 164px; */
    width: 15%;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(8) {
    /* width: 100px; */
    width: 10%;
}

.GLmain .pm_main .pmm_bottom .value {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    height: 140px;
    background-color: #fff;
    position: relative;
    left: 0;
    top: 0;
}

.GLmain .pm_main .pmm_bottom .value li {
    float: left;
    height: 140px;
    line-height: 16px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    position: relative;
    left: 0;
    top: 0;
}

.GLmain .pm_main .pmm_bottom .value li span {
    display: block;
}

.GLmain .pm_main .pmm_bottom .value .li_main {
    margin-top: 24px;
}
.par{
    max-width: 80%;
}
.GLmain .pm_main .pmm_bottom .value .brand .img {
    float: left;
    margin-right: 14px;
    width: 64px;
    height: 64px;
}
.GLmain .pm_main .pmm_bottom .value .brand .img img{
    width: 100%;
    height: 100%;
}
.GLmain .pm_main .pmm_bottom .value .brand .text {
    float: left;
    line-height: 20px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #040404;
    width: 80px;
    word-break: break-all;
}

.GLmain .pm_main .pmm_bottom .value .brand .text .link {
    padding-left: 22px;
    background: url(../images/icon.png) no-repeat left center;
    margin-top: 10px;
}

.GLmain .pm_main .pmm_bottom .value .par {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 24px
}

.GLmain .pm_main .pmm_bottom .value .inv {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #BB351A;
    line-height: 24px;
}

.GLmain .pm_main .pmm_bottom .value .inv i {
    font-style: normal;
}

.GLmain .pm_main .pmm_bottom .value .inv .inv_p1 {
    color: #BB351A;
}

.GLmain .pm_main .pmm_bottom .value .inv .inv_p2,
.GLmain .pm_main .pmm_bottom .value .inv .inv_p3,
.GLmain .pm_main .pmm_bottom .value .inv .inv_p4 {
    color: #B1B1B1;
}

.GLmain .pm_main .pmm_bottom .value .price {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.GLmain .pm_main .pmm_bottom .value .inland {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.GLmain .pm_main .pmm_bottom .value .inland .inland_p1 {
    color: #BB351A;
}

.GLmain .pm_main .pmm_bottom .value .inv .inv_p2 i,
.GLmain .pm_main .pmm_bottom .value .inv .inv_p3 i,
.GLmain .pm_main .pmm_bottom .value .inv .inv_p4 i {
    color: #040404;
}

.GLmain .pm_main .pmm_bottom .value .number {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}

.GLmain .pm_main .pmm_bottom .value .number i {
    color: #BB351A;
}

.GLmain .pm_main .pmm_bottom .value .number .total {
    margin-bottom: 18px;
}

.GLmain .pm_main .pmm_bottom .value .ope .inquiry button {
    width: 100px;
    height: 34px;
    background: #BB351A;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
}

.GLmain .pm_main .pmm_bottom .value .ope .buy {
    margin-top: 8px;
}

.GLmain .pm_main .pmm_bottom .value .ope .buy button {
    width: 100px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #BB351A;
    outline: none;
    cursor: pointer;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(1) {
     width: 300px;
    /*width: 18%;*/
    padding-left: 16px;
    box-sizing: border-box;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(2) {
    width: 190px;
    margin-left: 45px;
    /*width: 17%;*/
    padding-right: 5%;
    box-sizing: border-box;
    /* margin-left: 45px; */
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(3) {
    /* margin-left: 45px; */
    /* width: 105px; */
    margin-left: 45px;
    width: 150px;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(4) {
    /* width: 70px; */
    /* margin-left: 45px; */
    margin-left: 45px;
    width: 100px;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(5) {
    /* width: 100px; */
    width: 200px;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(6) {
    /* width: 120px; */
    width: 120px;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(7) {
    /* width: 164px; */
    width: 15%;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(8) {
    /* width: 100px; */
    width: 10%;
}

.GLmain .pm_main .pmm_bottom .value .download {
    font-size: 10px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    width: 86px;
    height: 26px;
    background: #BB351A;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: calc(100% - 106px);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.GLmain .pm_main .pmm_bottom .value:hover {
    background: #FAFAFA;
}

.GLmain .pm_main .pmm_bottom .value:hover .download {
    display: block;
}

.GLmain .pm_main .pmm_pager {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.GLmain .pm_main .pmm_pager p {
    height: 20px;
    font-size: 0;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.GLmain .pm_main .pmm_pager p .current {
    color: #F51414;
}

.GLmain .pm_main .pmm_pager p>* {
    font-size: 14px;
}

.GLmain .pm_main .pmm_pager p strong {
    font-weight: normal;
}

.GLmain .pm_main .pmm_pager p i {
    font-style: normal;
    margin: 2px;
}

.GLmain .pm_main .pmm_pager p .prev,
.pdfmain .pm_main .pmm_pager p .next,
.pdfmain .pm_main .pmm_pager p .last {
    cursor: pointer;
}


/* 商品详情 */
/* 商品列表 */
.GDmain .pm_top {
    background-color: #fff;
    height: 44px;
}

.GDmain .pm_top p {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    line-height: 44px;
}

.GDmain .pm_top p .ot {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.GDmain .pm_top p .par {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 0 5px;
}

.GDmain .pm_top p .tt {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #9A9A9A;
}



/* 首天方案 */
#scheme {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 1140px;
    height: 440px;
    background: rgba(255,255,255,0.96);
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #F2F2F2;
    z-index: 998;
    padding-left: 38px;
    padding-top: 45px;
    box-sizing: border-box;
}

#scheme .t1 {
    display: flex;
    width: 100%;
}

#scheme .t1 .col {
    flex: 1;
    margin-right: 32px;
}

#scheme .t1 .col h5 {
    font-size: 18px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #878787;
    line-height: 22px;
    height: 22px;
}

#scheme .t1 .col .line {
    width: 100%;
    max-width: 100%;
    border: 1px solid #CBCBCB;
    margin-top: 12px;
}

#scheme .t1 .col .box1 {
    margin-top: 15px;
    /* height: 244px; */
}

#scheme .t1 .col .box2 {
    margin-top: 32px;
}

#scheme .t1 .col .key {
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
    height: 16px;
    margin-bottom: 20px;
}

#scheme .t1 .col .value {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #878787;
    line-height: 16px;
    height: 16px;
    margin-bottom: 10px;
    overflow: hidden;
}








#PageNum{display: block;text-align: center;margin: 2% 0;}
#PageNum li{
    display: inline-block;
    width: auto;
    margin-right:0;
    float: inherit;
}
#PageNum li>a, #PageNum li>div,#PageNum li>span{
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    min-width: 30px;
    /*width: 30px;*/
    height: 30px;
    margin: 0 3px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
#PageNum li>span{
    color: #ccc;
}
#PageNum li>a, #PageNum li>span{
    display : block;
}
#PageNum li>a:hover{
    border: 1px solid #262626;
    color: #262626;
}
#PageNum li>div {
    border: 1px solid #262626;
    color: #262626;
}

.f4_msg {
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

button{
    outline: none !important;
}