@charset "utf-8";
@font-face {
    font-family: "sihei";
    src: url(/gsx/font/SourceHanSansCN-Regular.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sisong-heavy";
    src: url(/gsx/font/SOURCEHANSERIFCN-HEAVY.OTF);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sisong-regular";
    src: url(/gsx/font/SOURCEHANSERIFCN-REGULAR.OTF);
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: 14px;
    overflow-x: hidden;
    font-family: "sihei", "Microsoft YaHei", "PingFang SC", Arial, Helvetica, sans-serif;
}

html,
body {
    min-height: 100vh;
}

html {
    overflow: -moz-scrollbars-vertical;
}


/* *{font-family: -apple-system,PingFangSC-Regular, PingFang SC,BlinkMacSystemFont,Segoe UI,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; padding: 0; margin:0; box-sizing:border-box; vertical-align:middle;} */

.flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
}

#miso_loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 100000000
}

html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

a {
    text-decoration: none;
    /*IE使用*/
    outline-style: none;
    /*FF使用*/
    ;
    outline: none;
}

a,
input,
img,
:focus {
    /*IE使用*/
    outline-style: none;
    /*FF使用*/
}


/*去除a标签带来的虚框*/

ul {
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h3,
h4,
h5 {
    font-weight: normal;
}

h4 a:hover,
h5 a:hover {
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    background: #d8d8d8;
    padding: 0;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

abbr,
article,
aside,
audio,
canvas,
datalist,
details,
dialog,
eventsource,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
    display: block
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px
}

.container01,
.container02,
.container03,
.container04,
.container05,
.container06,
.container07,
.container08,
.n-container01,
.n-container03,
.n-container04 {
    margin: 0 auto;
}

.slow {
    overflow: hidden
}

.slow img:hover {
    transform: scale(1.05);
}


/*图片放大*/

.slow img {
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}


/*缓慢效果*/

h5 a,
.more a {
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}


/*缓慢效果*/

.slow01 {
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}


/*缓慢效果*/

.slow02 {
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.shadow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";
    /* For IE 8 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');
    /* For IE 5.5 - 7 */
    -moz-box-shadow: 1px 1px 10px #999999;
    /* for firefox */
    -webkit-box-shadow: 1px 1px 10px #999999;
    /* for safari or chrome */
    box-shadow: 1px 1px 10px #999999;
    /* for opera or ie9 */
}

#gotop {
    position: fixed;
    z-index: 90;
    bottom: .32rem;
    right: .1rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: .46rem;
    height: .46rem;
    line-height: .46rem;
    background: #cc0000;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}

#gotop.hide {
    height: 0;
    opacity: 0;
    visibility: hidden
}

#gotop svg {
    width: .22rem;
    height: .22rem;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0;
    transition: .6s;
}

#gotop:hover {
    border-radius: 50%
}

.radius {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.opacity {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}


/*透明代码*/

.overfloat-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}


/*文本超出 

.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/


/*180度旋转*/


/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/


/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/


/*透明背景*/

.aline_w {
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: .3s
}

a:hover .aline_w {
    background-size: 100% 1px;
    color: #fff
}


/* .aline_w:hover{background-size:100% 1px} */

.aline_y {
    position: relative;
    background-image: linear-gradient(#1557a7, #1557a7);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: .3s
}

a:hover .aline_y {
    background-size: 100% 1px;
    color: #1557a7
}


/* .aline_y:hover{background-size:100% 2px} */

.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
}

.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    display: none;
}

.imged video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}

video {
    max-width: 100%;
}

.scale {
    overflow: hidden;
}

a:hover .imged {
    transform: scale(1.1);
}

.clearflex::after,
.clearflex::before {
    display: block;
    content: "clear";
    height: 0px;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.wl {
    position: relative;
    z-index: 1;
}

.wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

::after,
::before {
    transition: 0.5s;
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.l6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.l7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.a_body {
    position: relative
}

ul li,
dl dd {
    vertical-align: top
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a {
    color: inherit
}

input,
button,
textarea {
    background: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0
}

input:focus {
    border: none;
}

input::-webkit-input-placeholder {
    color: #666;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

textarea::-webkit-input-placeholder {
    color: #666;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

.layui-img-responsive {
    max-width: 100%;
}

.img_zd {
    position: relative;
    width: 100%
}

.img_zd .img_hezi {
    padding-bottom: 60% !important
}

.img_zd>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}

.pic:hover img {
    transform: scale(1.2);
}

h5 a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

ul li:hover h5 a {
    color: #ff0000
}

.more a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

.box_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}

.box_table_cell {
    display: table-cell;
    vertical-align: middle
}

.box_table_cell * {
    white-space: normal;
    word-wrap: break-word;
}


/*内容样式*/

.ar_article td,
.ar_article th {
    padding: 12px 10px;
    border: 1px solid #eff3f6;
    vertical-align: middle;
    /* text-align: center; */
    font-size: 0.9rem;
    color: #303030;
    line-height: 1.25;
}

.ar_article th {
    font-family: OPENSANS-BOLD;
}

.ar_article td p,
.ar_article th p {
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.ar_article table {
    border-collapse: collapse;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    width: 100%
}

.ar_article table tr:not(:first-child) td {}

.ar_article table td {
    border-left: 1px solid #dadbdd;
    border-top: 1px solid #dadbdd;
}

.ar_article table th {
    background: #333;
    color: #fff;
    text-align: left
}

.ar_article {
    font-size: 15px;
    color: #707578;
    line-height: 30px;
}

.ar_article video {
    width: 100%;
    object-fit: cover;
    height: auto
}

.ar_article p {
    font-size: 15px;
    color: #343434;
    line-height: .3rem;
    margin-bottom: .3rem;
}

.ar_article p:last-child {
    margin-bottom: 0
}

.ar_article strong {
    font-weight: bold;
}

.ar_article img {
    max-width: 100%;
}

.ar_article a {}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5 {
    font-weight: bold;
}

.ar_article h1 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem
}

.ar_article h2 {
    font-size: 1.875rem;
    margin-bottom: 0.875rem;
}

.ar_article h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem
}

.ar_article h4 {
    font-size: 1.125rem;
    margin-bottom: 0.875rem
}

.ar_article h5 {
    font-size: 0.875rem;
    margin-bottom: 0.75rem
}

.ar_article h6 {
    font-size: 0.75rem;
    margin-bottom: 0.75rem
}

.ar_article ul li,
.ar_article ol li {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 1.5rem;
    list-style: inherit !important;
    font-size: 15px;
    position: relative;
    list-style: none !important;
}

.ar_article ol li:before,
.ar_article ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #001f86;
    border-radius: 50%;
    top: 13px;
}

.ar_article ul li p,
.ar_article ol li p {
    padding-bottom: 0;
    margin-bottom: 3px !important;
}

.ar_article ul,
.ar_article ol {
    margin-bottom: 0;
}

.ar_article sub {
    vertical-align: sub;
    font-size: smaller;
}

.ar_article sup {
    vertical-align: super;
    font-size: smaller;
}

.ar_article img {
    display: inline-block;
    margin: .1rem 0;
}


/*百度播放器美化*/

#playercontainer_display_button,
#video1_display_button,
#video2_display_button {
    background: none !important;
    height: 40px;
    width: 40px !important;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0 !important;
}

#playercontainer_display_button #playercontainer_display_button_play,
#video1_display_button #video1_display_button_play,
#video2_display_button #video2_display_button_play {
    background-size: 25px;
}

#playercontainer_display_button,
#video1_display_button,
#video2_display_button {
    height: 40px !important;
    margin-top: -20px !important;
}

#playercontainer_display .cbpreview,
#video1_display .cbpreview,
#video2_display .cbpreview {
    opacity: .75 !important;
}


/*Slider 开始*/

.miso_qh {
    opacity: 0;
    visibility: hidden;
    transition: 0.6s
}

.miso_qh.miso-initialized {
    opacity: 1;
    visibility: visible;
}

.miso-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -w