.inbanner { position: relative; overflow: hidden; height: 400px; width: 100%; background-position: center bottom; box-sizing: border-box; z-index: 3; }
.inbanner .container{height:100%;}
.extras { width: 100%; height: 70%; position: absolute; left: 0; top: 0; z-index: 2; }
.comet { -webkit-transform-origin: center center; transform-origin: center center; -webkit-animation: comet 10s linear infinite; animation: comet 10s linear infinite; }
.comet-b { -webkit-animation-delay: -3.3s; animation-delay: -3.3s; }
.comet-c { -webkit-animation-delay: -5s; animation-delay: -5s; }
.inbanner::before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; content: ""; background: linear-gradient(180deg, rgba(0, 0, 0, 0.285) 0%, rgba(0, 0, 0, 0.47) 100%); }
.inbanner .layer-shape { position: absolute; bottom: 0; z-index: 1; }
.inbanner .layer-shape_l { left: 0; }
.inbanner .layer-shape_r { right: 0; }
.inbanner .layer-shape img { display: block; }
.inbanner .page-heading {position:relative; width: 100%;height:100%;display:flex;align-items:center; justify-content:center;flex-flow:column;z-index: 9; }
.inbanner .page-heading strong { color: var(--text); font-size: 32px; letter-spacing: 5px; position: relative;  font-weight: 600; line-height: 1.3; /* font-family: "pangmenxiti";*/ text-transform: uppercase; display: block; }
.inbanner .page-heading .strong2 { font-weight: 500; font-family: "lszrt"; font-style: italic; }
.inbanner .page-heading p { text-shadow: 0 0 10px var(--theme1), 0 0 20px var(--theme1), 0 0 30px var(--theme1), 0 0 40px var(--theme1), 0 0 70px var(--theme1), 0 0 80px var(--theme1), 0 0 100px var(--theme1), 0 0 150px var(--theme1); }
.inbanner .page-heading .p1 { /*  font-family: "pangmenxiti";*/ text-transform: uppercase; letter-spacing: 2px; margin-top: 10px; font-size: 20px; }
.inbanner .page-heading .p2 { font-family: "pangmenxiti"; text-transform: uppercase; letter-spacing: 2px; margin-top: 10px; }
.experience {position: absolute;top:0;left:0; z-index: 1; width: 100%; height: 190%; }
/*localtion*/
.localtion { display: flex; justify-content: end; align-items: center; gap: 10px; margin-top: -20px; }
.localtion li { font-size: 14px; color: var(--text-third); font-weight: 500; text-transform: capitalize; }
.localtion li a { color: var(--white); transition: all 0.4s ease-in-out; }
.localtion li a:hover { color: var(--theme); }
.localtion li i { color: var(--white); font-size: 12px; }
/*inbody*/
.inbody { position: relative; margin: 50px 0; z-index: 10; }
.inbody .in_con_tit { margin-top: 30px; margin-bottom: 40px; position: relative; text-align: center; }
.inbody .in_main { display: flex; justify-content: space-between; gap: 30px; }
.in_main .in_nav { width: 280px; flex-shrink: 0; }
.in_main .in_nav ul { display: flex; flex-direction: column; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.in_main .in_nav ul li { background-color: #ffffff0d; border-radius: 3px; transition: transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; font-size: 16px; }
.in_main .in_nav ul li.cur { background: linear-gradient(-215deg, rgb(58, 194, 248) 0%, rgb(234, 204, 248) 58%, rgb(102, 84, 241) 100%); color: var(--text); }
.in_main .in_nav ul li:hover { /*transform: translateY(-10px);*/ box-shadow: 0 5px 15px var(--theme-light-2); }
.in_main .in_nav ul li::before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, var(--theme-light-2), transparent); transition: left 0.7s; }
.in_main .in_nav ul li:hover::before { left: 100%; }
.in_main .in_nav ul li a { padding: 10px 20px; line-height: 28px; display: block; }
.in_main .in_nav ul li a:hover { color: var(--theme); }
.in_main .in_nav ul li.cur a:hover { color: var(--text); }
.in_main .in_nav .in_navSub { gap: 0; }
.in_main .in_nav .in_navSub li a { text-indent: 2em; font-size: 15px; }
.in_main .in_content { width: 100%; /* background-color: rgba(26, 26, 62, 0.7);*/ background-color: #ffffff0d; border-radius: 10px; padding: 40px 30px; transition: transform 0.3s, box-shadow 0.3s; /*  border: 1px solid rgba(0, 212, 255, 0.1);*/ position: relative; overflow: hidden; line-height: 32px; font-size: 16px; color: var(--text-secondary); }
.in_main .in_content h1 { font-size: 28px; color: var(--text); }
.in_main .in_content p { margin-top: 1rem; margin-bottom: 1rem; }
.in_main .in_content_a { font-size: 14px; line-height: 28px; }
.in_main .in_content_a p { margin-top: 0.8rem; margin-bottom: 0.8rem; }
/*map*/
.sitemap-item dt { font-size: 20px; color: var(--theme); font-weight: 600; margin-bottom: 20px; }
.sitemap-item dt a { color: var(--theme); position: relative; }
.sitemap-item dt a::after { position: absolute; bottom: 3px; right: -12px; z-index: 9; content: ""; border-color: transparent var(--theme) var(--theme) transparent; border-width: 5px; border-style: solid }
.sitemap-item dt a:hover { color: var(--theme); }
.sitemap-item dd { clear: both }
.sitemap-item dd a { font-size: 16px; font-weight: 600; line-height: 36px }
.sitemap-item dd p { text-indent: 2em; display: flex; flex-flow: wrap }
.sitemap-item dd p a { font-size: 14px; font-weight: 400; padding-right: 40px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block }
/*download*/
.down_filelist p { }
.down_filelist li { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 15px 10px; }
.down_filelist li:first-child { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.down_filelist li i { font-size: 28px; }
.down_filelist .down_main { display: flex; align-items: center; gap: 40px; }
.down_main .down_txt h2 { font-size: 16px; line-height: 24px; padding-bottom: 5px; font-weight: 500; }
.down_main .down_txt p { margin-top: 5px; margin-bottom: 0; font-size: 12px; color: var(--text-third); line-height: 20px; }
.down_main .down_des { font-size: 14px; color: var(--text-third); }
.down_piclist ul { display: flex; flex-flow: wrap; margin: -10px }
.down_piclist li { width: calc(33.333% - 20px); margin: 10px; padding: 15px; background: #fff }
.down_piclist li .pImg { padding-top: 66% }
.down_piclist li p { font-size: 15px; display: flex; justify-content: space-between; align-items: center; margin-top: 15px }
.picList li p { font-weight: normal; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; z-index: 2; position: relative; margin-top: 8px; margin-bottom: 7px; font-size: 16px }
.down_piclist li p span:first-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis }
.down_piclist li p i { font-style: normal; color: #999 }
.down_piclist li p span:last-child { color: #999; white-space: nowrap }
/*faq*/
.qamain .b { margin-top: 10px; width: 100%; padding: 0; box-sizing: border-box }
.qamain .b:hover { border-color: #0e6eb8 }
.qamain .b.on { border-radius: 10px; }
.qamain .b .q { cursor: pointer; line-height: 55px; height: 55px; font-size: 16px; color: var(--text); position: relative; padding-left: 60px; border: 1px solid var(--text-four); transition: all 0.5s; background-color: rgba(0, 0, 0, .3); }
.qamain .b .q em { display: flex; align-items: center; text-align: center; background-color: var(--theme); height: 25px; color: var(--text); padding: 0 5px; border-radius: 100px; margin-right: 10px; width: 25px; position: absolute; left: 20px; top: 15px; font-style: normal; }
.qamain .b.on .q { background: linear-gradient(to right, var(--theme1), rgba(0, 0, 0, .8)); transition: all 0.5s; border-color: transparent; border-right-color: rgba(0, 0, 0, .8); }
.qamain .b .a { display: none; border: 1px solid var(--text-four); padding: 15px 20px 15px 60px; font-size: 14px; line-height: 28px; color: var(--text); position: relative; background-color: rgba(0, 0, 0, .3); }
.qamain .b .a em { display: inline-block; background-color: var(--theme1); height: 20px; color: #fff; line-height: 19px; padding: 0 5px; border-radius: 15px; margin-right: 10px; position: absolute; left: 25px; top: 21px; width: 20px; text-align: center; font-style: normal; }
.qamain .b .q:hover span.txt { color: #0e6eb8 }
/*news*/
.art-list .art-item { padding: 20px; position: relative; background: rgba(0, 0, 0, .3); border: 1px solid rgba(0, 0, 0, .3); margin-top: 20px; border-radius: 5px; transition: all 0.3s; }
.art-list .art-item:hover { border-color: var(--theme); background: var(--theme-light-2); transition: all 0.3s; box-shadow: 0 0px 15px var(--theme-light-2); }
.art-list .art-item > a { height: 100%; display: flex; justify-content: space-between }
.art-list .art-item .art-message { display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; box-sizing: border-box; flex: 1; padding-top: 5px }
.art-list .art-item .art-title { font-size: 18px; font-weight: 500; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 30px; margin-bottom: 13px; word-break: break-all }
.art-list .art-item .art-desc { font-size: 14px; font-weight: 400; line-height: 24px; color: #888; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; word-break: break-all }
.art-list .art-item .art-txt, .art-list .art-item .art-infomation { width: 100% }
.art-list .art-item .art-infomation { display: flex; justify-content: space-between; align-items: center; color: #888; font-size: 14px; }
.art-list .art-item .art-infomation i { font-size: 18px }
.art-list .art-item .art-infomation i:hover { color: var(--theme); }
.art-list .art-item .art-author { color: #888 }
.art-list .art-item .art-author img { border-radius: 100%; display: block }
.art-list .art-item .art-author .face-box { margin-right: 6px }
.art-list .art-item .art-author .author-name { margin-right: 20px }
.art-list .art-item:hover .art-img::before { background-color: transparent }
.art-list .art-item .art-tags { flex-wrap: wrap; overflow: hidden; display: flex; justify-content: flex-end; position: absolute; bottom: 20px; right: 100px; line-height: 24px }
.art-list .art-item .art-tags > a { background: rgba(0, 0, 0, .2); padding: 3px 10px; margin-left: 8px; border-radius: 16px; line-height: 26px; box-sizing: content-box; font-size: 14px; color: #888 }
.art-list .art-item .art-tags > a:hover { color: #fff; background: var(--theme); }
.art-list .art-img { width: 220px; height: 150px; overflow: hidden; flex-shrink: 0; margin-right: 20px; position: relative; border-radius: 3px; }
.art-list .art-img img { width: 100%; height: auto; transition: all .4s }
.art-list .art-item > a:hover .art-img img { transform: scale(1.3, 1.3); transition: all .4s }
.art-list .art-img::before { transition: all 0.2s linear; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(1, 1, 1, 0.1); z-index: 3 }
.in_main .in_content .showCon .tips_a { margin-bottom: 20px; }
.in_main .in_content .showCon .tips_a a { display: inline-block; background: #999; color: #fff !important; font-size: 13px; text-align: center; line-height: 2.2; margin-right: 5px; border-radius: 3px; padding: 0 8px }
.tips_a a:hover { color: #fff; background: var(--theme); }
/*page*/
.page-nav-wrap { margin: 30px 0 }
.page-nav-wrap ul { font-size: 16px; display: flex; justify-content: center; align-items: center; gap: 5px; }
.page-nav-wrap ul li { width: 40px; height: 40px; }
.page-nav-wrap ul li a { background: #121212; border-radius: 3px; height: 40px; display: block; line-height: 40px; transition: all 0.3s ease-in-out; }
.page-nav-wrap ul li a.current { background-color: var(--theme); color: #fff }
.page-nav-wrap ul li a i { margin-top: 2px }
.page-nav-wrap ul li a:hover { background-color: var(--theme); color: #fff }
/*news detail*/
.newsShow .showTie { margin-bottom: 30px; text-align: center; margin-top: 30px }
.newsShow .showTie h2 { font-size: 24px; margin-bottom: 15px; font-weight: 500 }
.newsShow .showTie .txt { font-size: 14px; color: #888; gap: 20px; justify-content: center }
.newsShow .showTie .txt span { position: relative; }
.showCon { overflow: hidden; margin-bottom: 30px; font-size: 16px; line-height: 2.2; background-color: #fff; color: #333; border-radius: 5px; padding: 20px 30px; }
.showCon a { color: #333; }
.showCon a:hover { color: var(--theme); }
.showCon .ce img { min-width: 60% }
.in_main .in_content .showCon p { margin-top: 5px; margin-bottom: 5px; }
.show-synopsis { background: var(--text-four); padding: 15px 40px; margin-bottom: 30px; font-size: 14px; color: var(--text); position: relative; }
.show-synopsis i { display: inline-block; width: 15px; height: 15px; background: url("../images/a_l.png") no-repeat; position: absolute; left: 20px; top: 15px; }
.show-synopsis .r { background: url("../images/a_r.png") no-repeat; margin-left: 5px; margin-right: 0; left: inherit; top: inherit; right: 20px; bottom: 20px; }
.newshowBottom { font-size: 14px; border-top: 1px solid #ddd; }
.showPage { height: 60px; line-height: 60px; overflow: hidden; background: rgba(0, 0, 0, .2); }
.showPage a { float: left; width: 43%; padding: 0 20px; font-size: 14px; }
.showPage a i { font-style: normal; font-weight: bold; padding-left: 10px; margin-left: 10px; color: var(--text); border-left: 1px dotted rgba(255, 255, 255, .2); transition: all ease 0.3s; }
.showPage a:nth-child(2) { float: right; text-align: right }
.showPage a:nth-child(1) i { padding: 0 10px 0 0; margin: 0 10px 0 0; border-right: 1px dotted rgba(255, 255, 255, .2); border-left: none }
.showPage a:nth-child(3) { width: 14%; text-align: center; border-left: 1px solid rgba(255, 255, 255, .2); border-right: 1px solid rgba(255, 255, 255, .2) }
.showPage a:hover { color: var(--theme); }
.showPage a:hover i { color: var(--theme); transition: all ease 0.3s }
/*event*/
#mmTabsHeader { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 20px; }
#mmTabsHeader .layui-btn { display: block; line-height: 34px; height: auto; padding: 3px 20px; font-size: 16px; background: rgba(0, 0, 0, .3); border: 0; color: #fff; }
#mmTabsHeader .layui-btn.layui-this { background: linear-gradient(to right, var(--theme), var(--theme1)); /* background: linear-gradient(90deg, rgba(107,133,244, 1),rgba(130,86,171, 1) );*/ border: 0; }
#mmTabsBody .event-item { display: none; border: 1px solid var(--text-four); transition: all 0.5s; background-color: rgba(0, 0, 0, .3); padding: 30px; }
/*guest*/

.guestPic { display: flex; gap: 20px; flex-flow: wrap; }
.guestPic li { width: calc((100% - 60px) / 4); padding: 15px; text-align: center; transition: all 0.5s; box-sizing: border-box; background: rgba(255, 255, 255, .1); border: 1px solid rgba(0, 0, 0, .3); overflow: hidden; border-radius: 5px; }
.guestPic li .pImg { padding-top: 130%; }
.guestPic li h4 { font-size: 18px; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-top: 10px; text-align: left; padding: 15px 10px 5px; }
.in_main .in_content .guestPic li p { font-size: 14px; margin: 0; line-height: 24px; color: var(--text-third); padding: 0 10px; text-align: left; }
.in_main .in_content .guestPic li:hover p { color: var(--theme); }
.guestPic li:hover .pImg { transform: scale(1.1); transition: all 0.5s; }
.guestPic li:hover h4 { color: var(--theme); }
.guestPic li:hover { background: var(--theme-light-2); transition: all 0.3s; box-shadow: 0 0 10px var(--theme); }
.guest_info_box { display: flex; gap: 30px; margin-top: 30px; }
.in_main .in_content .guest_info_box h1 { text-align: left; margin-bottom: 10px; }
.guest_info_box .gib_img { flex-shrink: 0; text-align: center; }
.guest_info_box .gib_img img { width: 300px; padding: 5px; border: 1px solid var(--text-four); }
.guest_info_box .gib_p { font-size: 14px; padding-left: 30px; position: relative; border-bottom: 1px solid var(--text-four); padding-bottom: 10px; }
.guest_info_box .gib_p:before { position: absolute; content: ""; left: 0; top: 15px; width: 20px; height: 2px; background-color: var(--theme); }
.guest_info_box .gib_con { color: var(--text-secondary); }
.expo_form { padding: 30px; background: rgba(255, 255, 255, .02); border: 1px solid rgba(255, 255, 255, .1) }
.expo_form .layui-panel { background: none; border: 0; }
.expo_form .layui-form-label { color: var(--text); font-size: 14px; width: 110px; text-align: right; line-height: 24px; }
.expo_form .layui-input-block { /* margin-left: 120px;*/ min-height: 40px; }
.expo_form .layui-input, .expo_form .layui-textarea { color: var(--text); background: rgba(0, 0, 0, .3); border-color: rgba(0, 0, 0, .3); height: 42px; }
.expo_form .layui-input:hover, .expo_form .layui-textarea:hover { border-color: rgba(255, 255, 255, .2) !important }
.expo_form .layui-input:focus, .expo_form .layui-textarea:focus { border-color: var(--theme) !important; box-shadow: 0 0 10px var(--theme); }
.expo_form .layui-form-checkbox[lay-skin=primary] > div { font-size: 14px; color: var(--text); }
.expo_form .layui-form-checked[lay-skin=primary] > i { border-color: var(--theme) !important; background-color: var(--theme); color: #fff; }
.codeImg { position: absolute; left: 100%; top: 0px; display: block; height: 40px; }
.btn-primary { display: block; margin: 0 auto; padding: 10px 40px; line-height: 28px; font-size: 18px; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 0px solid transparent; border-radius: 24px; color: #fff; background: var(--theme1); transition: all 0.3s; position: relative; }
.btn-primary:hover { color: #fff; background-image: linear-gradient(to right, transparent, var(--theme1), var(--theme), var(--theme1)); transition: all 0.3s; }
.layui-layer-dialog { background: var(--theme-light-5); border: 1px solid rgba(255, 255, 255, .1); box-shadow: 0 0 10px var(--theme); }
.layui-form-select dl dd, .layui-form-select dl dt { font-size: 14px; }
.layui-form-select dl dd.layui-this { color: var(--theme); }
.layui-form-radio > * { color: var(--text); }
.layui-form-radio:hover > *, .layui-form-radioed, .layui-form-radioed > i { color: var(--theme); }
/*photo list*/
.photoList { display: flex; gap: 20px; flex-flow: wrap; }
.photoList li { width: calc((100% - 60px) / 4); background: rgba(255, 255, 255, .1); border: 1px solid rgba(0, 0, 0, .3); transition: all 0.4s; overflow: hidden; border-radius: 5px; }
.photoList li a { display: block; }
.photoList li .pImg { position: relative; padding-top: 70%; transition: all 0.3s; background-size: contain; }
.photoList li .pImg .carousel_hide { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; cursor: pointer; transition: all 0.3s; }
.photoList li p { line-height: 24px; display: flex; align-items: center; justify-content: space-between; padding: 12px 10px; margin: 0 0 !important; transition: all 0.4s }
.photoList li p b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: normal; font-size: 16px; }
.photoList li:hover { background: var(--theme-light-2); box-shadow: 0 0 10px var(--theme); transition: all 0.3s; transform: scale(1.05); }
.photoList li:hover .pImg .carousel_hide { display: flex; align-items: center; justify-content: center; font-size: 28px; transition: all 0.3s; }
.photoList li:hover .pImg { background-color: rgba(0, 0, 0, .5); }
.photoList li:hover p { color: var(--theme); }
.photoList li:hover p a { color: var(--theme); }
/*zsml*/
.zsml { clear: both; }
.zsml .zsml_ul { display: flex; align-items: center; flex-flow: wrap; gap: 10px; font-size: 14px; margin-top: 20px; }
.zsml .zsml_ul li { background-color: #ffffff0d; border: 1px solid rgba(0, 0, 0, .3); }
.zsml .zsml_ul li a { color: #FFFFFF; padding: 4px 15px; display: block; }
.zsml .zsml_ul li.on { background-color: var(--theme1); }
.zsml .zsml_ul li:hover { background: var(--theme-light-2); box-shadow: 0 0 5px var(--theme); }
.zsml .zsml_ul li:hover a { color: var(--theme); }
/*Õ¹ÉÌlogo*/
.zsml_div { margin-top: 30px; }
.zsml_img { width: 200px; padding: 10px; text-align: center; border-radius: 5px; background: rgba(255, 255, 255, 1); border: 1px solid rgba(0, 0, 0, .3); overflow: hidden; margin: 0 auto 20px; }
