@charset "utf-8";
body {
    font-family: 'Microsoft YaHei', '微软雅黑', 'Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
    font-size: 14px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #17171a;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

html {
    background: #17171a;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

em,
span,
i {
    display: inline-block;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s;
}

.simple-article ul li,
ol li {
    list-style: inside;
}

button {
    border: 0;
    cursor: pointer;
    transition: 0.3s all;
    display: block;
}

input,
select,
textarea {
    border: none;
    outline: none;
    background: none;
    font-family: '微软雅黑';
    padding: 0;
    font-size: 14px;
}

textarea {
    resize: none;
    overflow: hidden;
    -webkit-appearance: none;
}

img {
    border: none;
    vertical-align: top;
}

table {
    border: 0;
    border-collapse: collapse;
}

em,
i {
    font-style: normal;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.contain {
    width: 1250px;
    margin: 0 auto;
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
    font: normal 14px/*'方正兰亭中黑_GBK',*/
    'Arial', 'Microsoft YaHei', '微软雅黑', 'SimSun', '宋体', 'Heiti', '黑体', 'sans-serif';
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.simple-article h1,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6 {
    font-weight: bold;
}

.simple-article h1 {
    font-size: 34px;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.simple-article h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.simple-article h3 {
    font-size: 26px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.simple-article h4 {
    font-size: 22px;
    line-height: 1.25em;
    margin-bottom: 10px;
}

.simple-article h5 {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.simple-article h6 {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.simple-article a {
    display: inline-block;
}

.simple-article blockquote {
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 10px 20px 10px 45px;
    color: #666;
    line-height: 160%;
    margin-bottom: 15px;
}


/* ????”¨ */

.simple-article blockquote em {
    color: #999;
    text-align: right;
    display: block;
}

.dropcap {
    float: left;
    padding: 10px 10px 5px 0;
    font-weight: bold;
}


/* é|–?-—????2‰ */

.simple-article hr {
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    height: 1px;
    font-size: 0;
    margin: 25px 0;
    clear: both;
    *margin: 17px 0;
}

.simple-article .br {
    font-size: 0;
}


/*-------------------------------------
   List
-------------------------------------*/

.simple-article li ul,
.simple-article li ol {
    margin: 0;
}

.simple-article ul,
.simple-article ol {
    margin: 0 0 15px 0;
    padding-left: 1.5em;
    line-height: 180%;
    _margin-left: 5px;
}

.simple-article ul {
    list-style-type: disc;
}

.simple-article ul.square {
    list-style: square;
}

.simple-article ul.circle {
    list-style: circle;
}

.simple-article ol {
    list-style-type: decimal;
    *padding-left: 1.8em;
}

.simple-article dl {
    margin: 0 0 1.5em 0;
}

.simple-article dl dt {
    font-weight: bold;
}

.simple-article dd {
    margin-left: 1.5em;
}


/*-------------------------------------
   2. table
-------------------------------------*/

.simple-article table {
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    width: fit-content;
    margin-bottom: 15px;
}

.simple-article table th {
    font-weight: bold;
}

.simple-article table th,
.simple-article table td {
    border: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    /*text-align: left;*/
    vertical-align: top;
}

.simple-article table colgroup+thead tr:first-child th,
.simple-article table colgroup+thead tr:first-child td,
.simple-article table thead:first-child tr:first-child th,
.simple-article table thead:first-child tr:first-child td {
    border-top: 0 none;
}

.simple-article table thead tr th,
.simple-article table thead tr td {
    *border-top: 0 none;
}

.simple-article .table-striped tbody tr:nth-child(2n+1) td,
.simple-article .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #F9F9F9;
}

.simple-article table th {
    background: #EBEBEB;
}

.simple-article .table-bordered {
    -moz-border-colors: none;
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}

.simple-article .table-bordered th,
.table-bordered td {
    border-left: 1px solid #DDDDDD;
}

.simple-article .table-row thead th {
    background: #ebebeb;
}

.simple-article .table-row tbody th {
    background: #f5f5f5;
}

.simple-article .table-col {
    border-top-width: 0;
}

.simple-article .table-col tbody th {
    background: #ebebeb;
}

.simple-article ul li {
    list-style: inside
}


/*Alignment*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    clear: both;
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*-------------------------------------
   page 翻页器end
-------------------------------------*/

.simple-article video,
.simple-article .wp-video {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 小屏幕导航 */

.p_transition {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}

.small_nav_btn {
    position: fixed;
    top: 15px;
    right: 3%;
    height: 30px;
    z-index: 8;
    display: none;
    width: 30px;
    height: 30px;
    background: url(../images/m_menu1.png) no-repeat center;
}

.small_nav_btn.active {
    background: url(../images/m_menu2.png) no-repeat center;
}

.small_nav .wapper .btn i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    border-left: 1px solid #e5e5e5;
    background: url(../images/h_content_dot.png) no-repeat center;
    background-size: 13px;
}

.small_nav .wapper .btn.active i {
    -webkit-transform: rotate(180deg);
    transform: rorate(180deg);
    border-left: 0;
    border-right: 1px solid #e5e5e5;
}

.small_nav .show a {
    text-indent: 30px;
    line-height: 40px;
}

.scale img {
    transition: all 0.2s;
}

.scale:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.small_nav .wapper {
    position: relative;
}

.small_nav {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    text-align: center;
    background: #306ddd;
    z-index: 7;
    display: none;
    overflow: auto;
}

.small_nav a {
    font-size: 13px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    text-align: left;
    text-indent: 15px;
    position: relative;
}

.small_nav .show {
    background: #306ddd;
    display: none;
}

.map img {
    max-width: inherit;
}


/*内页banner*/

.inside_banner {
    height: 600px;
}


/*自适应图片*/

.autoimg {
    position: relative;
    /*float: left;
  height: 210px;
  width: 28.33333333333333%;*/
    overflow: hidden;
}

.autoimg:after {
    content: '';
    /*padding-top: 61.76%;*/
}

.autoimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: inherit;
}

.owl-stage {
    transition: 0.75s all !important;
}

input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none !important
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: inherit !important;
}

.swiper-pagination {
    z-index: 2 !important;
}

.paging {
    text-align: center;
    padding: 50px 0;
}

.paging li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.paging li.style {
    height: 30px;
    border-radius: 4px;
    width: 30px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #333;
}

.paging li.style a {
    border: 1px solid #dcdcdc;
}

.paging li.active a,
.paging li.style a:hover {
    background: #2972ec;
    color: #fff;
}

.paging li.style a {
    color: #333;
    border-radius: 4px;
    background: #fff;
    display: block;
}

.paging li.active a {
    background: #2972ec;
    border: 1px solid #2972ec;
    color: #fff;
}

.paging li.prev a {
    height: 100%;
    background: url(../images/paging_1.png) no-repeat center;
}

.paging li.prev:hover a {
    background: url(../images/paging_11.png) no-repeat center #2972ec;
}

.paging li.next a {
    height: 100%;
    background: url(../images/paging_2.png) no-repeat center;
}

.paging li.next:hover a {
    background: url(../images/paging_22.png) no-repeat center #2972ec;
}

.share .social-share .social-share-icon {
    border: 0;
    margin: 0 0 0 60px;
    width: 30px;
    height: 30px;
}

.share .social-share .icon-wechat {
    background: url(../images/share1.png) no-repeat center;
}

.share .social-share .icon-weibo {
    background: url(../images/share2.png) no-repeat center;
}

.share .social-share .social-share-icon:before {
    display: none;
}

.bg_white {
    background: #fff;
}

.rela {
    position: relative;
}

.scrollBar::-webkit-scrollbar-track-piece {
    /*//滚动条凹槽的颜色，还可以设置边框属性*/
    background-color: #f8f8f8;
}

.scrollBar::-webkit-scrollbar {
    /*//滚动条的宽度*/
    width: 9px;
    height: 9px;
}

.scrollBar::-webkit-scrollbar-thumb {
    /*//滚动条的设置*/
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

.scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

.header {
    position: fixed;
    z-index: 4;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(23, 23, 26, 0.5);
}
.header.active{
    
    background: rgba(23, 23, 26, 1);
}
.header .logo {
    float: left;
    height: 60px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.header .logo img {
    max-height: 100%;
}

.header .nav {
    margin-right: 35px;
}

.header .nav>.nav-item {
    float: left;
    position: relative;
    padding: 0 5px;
}

.header .nav>.nav-item>a {
    font-size: 16px;
    color: #fff;
    width: 120px;
    text-align: center;
    line-height: 60px;
    position: relative;
}

.header .nav>.nav-item.active>a {
    color: #306ddd;
}

.header .nav>.nav-item:hover>a {
    background: url(../images/10440400_themes_kunlunxin2023_img_menubg.png) repeat-x;
}

.header .nav>.nav-item .show {
    position: absolute;
    border-radius: 8px;
    top: 100px;
    z-index: 2;
    opacity: 0;
    transform: translate(0, -20px);
    visibility: hidden;
    transition: 0.15s all;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
    background: rgba(255, 255, 255, 0.8)
}

.header .nav>.nav-item:hover>.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.header .nav>.nav-item .show .nav-item {
    position: relative;
}

.header .nav>.nav-item .show .nav-item>a {
    line-height: 50px;
    text-align: left;
    position: relative;
    text-indent: 20px;
    color: #333;
}

.header .nav>.nav-item .show .show .nav-item>a {
    line-height: 40px;
}

.header .nav>.nav-item .show .nav-item:hover>a {
    background: #b41f2a;
    color: #fff;
}

.header .nav>.nav-item .show .show>.nav-item:first-child a {
    border-radius: 8px 8px 0 0
}

.header .nav>.nav-item .show .show>.nav-item:last-child a {
    border-radius: 0 0 8px 8px;
}

.header .nav>.nav-item .show .show a {
    background: rgba(255, 255, 255, 0.8);
}

.header .nav>.nav-item .show .show a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #b41f2a;
}

.header .nav>.nav-item .show .show a:after {
    display: none;
}

.header .nav>.nav-item .show .nav-item:hover>a:after {
    opacity: 1;
}

.header .nav>.nav-item .show .show {
    position: absolute;
    left: 100%;
    padding-left: 10px;
    width: max-content;
    min-width: 140px;
    transform: translate(0, 0);
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    background: none;
    transition: 0.3s all;
    top: 0;
}

.header .nav>.nav-item .show .nav-item:hover>.show {
    opacity: 1;
    visibility: visible;
}

.header .to_login {
    float: left;
    width: 90px;
    line-height: 40px;
    background: #306ddd;
    border-radius: 4px;
    text-align: center;
    margin-top: 11px;
}

.header .contain {
    position: relative;
}

.header .contain {
    width: inherit;
    padding: 0 70px;
    box-sizing: border-box;
}

.header .show1 {
    width: 750px;
    position: absolute;
    z-index: 2;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
    transform: translate(0, -20px);
}

.header .nav>.nav-item:hover .show1 {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.header .show1 .tab {
    width: 250px;
    padding: 20px 30px;
    background: url(../images/daohang.png) no-repeat center rgba(23, 23, 26, 0.67);
}

.header .show1 .tab a {
    font-size: 16px;
    line-height: 50px;
    transition: 0.3s color;
}

.header .show1 .tab a.active,
.header .show1 .tab a:hover {
    background: url(../images/menu_tab.png) no-repeat right;
}

.header .show1 .content {
    padding: 30px;
    width: 500px;
    background: rgba(23, 23, 26, 0.63);
}
.header.active .show1 .tab{
    
}
.header .show1 .main {
    display: none;
}

.header .show1 .main ul {
    display: flex;
    flex-wrap: wrap;
}

.header .show1 .main li {
    margin-bottom: 10px;
    line-height: 30px;
    paint-order: 10px;
    box-sizing: border-box;
    width: 33.3333%;
}

.header .show1 .main li .p1 {
    margin-bottom: 5px;
}
.header .show2 .main li .p1 span{
    font-size: 24px;
    font-weight: bold;
    font-family: "Times New Roman";
    font-style: italic;
}
.header .show1 .main li .p1:last-child {
    margin-bottom: 0;
}

.header .show1 .main li .p2 {
    color: #fff;
}

.header .show1 .main li .p1:hover,
.header .show1 .main li .p2:hover {
    color: #306ddd;
}

.header .show1 .tab a span {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman";
}

.header .show2 .main li {
    width: 50%;
}

.all_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.right_slide {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    z-index: 3;
}

.right_slide li {}

.right_slide li>a {
    width: 70px;
    height: 70px;
    position: relative;
}

.right_slide li i {
    display: block;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    z-index: 2;
}

.right_slide li:hover i {
    border-left: 0;
}

.right_slide li .ico1 i {
    background: url(../images/right_slide1.svg) no-repeat center #fff;
}

.right_slide li .ico2 i {
    background: url(../images/right_slide2.png) no-repeat center #fff;
}

.right_slide li .ico3 i {
    background: url(../images/right_slide3.svg) no-repeat center #fff;
}

.right_slide li .ico4 i {
    background: url(../images/right_slide4.svg) no-repeat center #fff;
}

.right_slide li span {
    line-height: 68px;
    background: #fff;
    color: #306ddd;
    font-size: 24px;
    width: 220px;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    border: 1px solid #eeeeee;
    border-right: 0;
    visibility: hidden;
    top: 0;
}

.right_slide li a:hover span {
    left: -220px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
    border-radius: 4px 0 0 4px;
}

.right_slide li a:hover i {
    border-radius: 0 4px 4px 0;
}

.right_slide li .ico4:hover i {
    border-radius: 4px;
}

.right_slide li {
    margin-bottom: 10px;
}

.right_slide li:last-child {
    margin-bottom: 0;
}

.right_slide li span img {
    width: 180px;
}

.right_slide1 li i {
    border: 1px solid #306ddd;
}

.right_slide1 li .ico1 i {
    background: url(../images/right_slide1.svg) no-repeat center #306ddd;
}

.right_slide1 li .ico2 i {
    background: url(../images/right_slide2q.png) no-repeat center #306ddd;
}

.right_slide1 li .ico3 i {
    background: url(../images/right_slide3.svg) no-repeat center #306ddd;
}

.right_slide1 li .ico4 i {
    background: url(../images/right_slide4.svg) no-repeat center #306ddd;
}

.right_slide1 li:hover i {
    background-color: rgb(0, 62, 173) !important;
    border: 1px solid rgb(0, 62, 173);
}

.right_slide1 li span {
    background: rgb(0, 62, 173);
    border: 1px solid rgb(0, 62, 173);
    color: #fff;
}