@charset "utf-8";
/* global */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{-webkit-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:SFMono-Regular,Liberation Mono,Consolas,Menlo,monospace,Microsoft Yahei;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:SFMono-Regular,Liberation Mono,Consolas,Menlo,monospace,Microsoft Yahei;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
:after,:before{box-sizing:border-box}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;outline:none}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol, ul ,li{list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
hr{clear:both;}
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
* html .clear{height:1%}/*ie5+ie6*/
*:first-chile+html .clear{min-height:1px;}/*ie7*/
*{border:0;margin:0;padding:0;outline:none}
*{word-break:break-all;font-family:"Microsoft Yahei",Tahoma,Verdana,Arial,STHeiTi,sans-serif,Helvetica,SimSun;-webkit-text-size-adjust:none;}
body{font-size:16px;color:#333333;background:#F7F8FC;display: flex;flex-direction: column;}
.img-fit{text-align:center;vertical-align:middle;overflow:hidden;line-height:1}
.img-fit.cover img{width:100%;height:100%;line-height:1;-o-object-fit:cover;object-fit:cover;vertical-align:middle}
.img-fit.contain img{width:100%;height:100%;line-height:1;-o-object-fit:contain;object-fit:contain;vertical-align:middle}
a:hover{text-decoration:none;color: #409eff;}
.f-left{float: left; }
.f-right{float: right; }
.text-left{text-align:left;}
.text-center{text-align:center;}
.bg-gray{background:#F7F7F7}
.bg-f9{background:#f9f9f9}
.mbgw{background:#ffffff;}
.bdr{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} 
a{cursor:pointer;outline:none;}
a:link,a:visited,a:active {color:#333333;text-decoration:none;}
.img-zoom {overflow: hidden;display: inline-block;}
.img-zoom1 img {-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.img-zoom:hover1 img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.img-zoom img {transition: all 0.3s ease-out;}
.img-zoom: hover img {transform: scale(1.03);}

.gradient-text {
            /* 核心：让文字本身填充透明，显示背景渐变 */
            -webkit-text-fill-color: transparent;
            /* 兼容webkit内核浏览器的背景裁剪，让渐变只作用于文字 */
            -webkit-background-clip: text;
            /* 标准属性（部分现代浏览器支持） */
            background-clip: text;
            /* 渐变背景：135度，蓝→青→橙 */
            background-image: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(6, 182, 212) 50%, rgb(245, 158, 11) 100%);
            /* 可选：让文字更醒目，便于查看效果 */
            font-size: 20px;
            font-weight: bold;
        }
.f-s{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.f-s-a{display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: center;}
.f-c{display:flex;align-items:center}
.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.flex-4{flex:4}.flex-5{flex:5}
.text-1{overflow:hidden;-webkit-line-clamp:1;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-box-orient:vertical}
.text-2{overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-box-orient:vertical}
.text-3{overflow:hidden;-webkit-line-clamp:3;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-box-orient:vertical}
.text-4{overflow:hidden;-webkit-line-clamp:4;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-box-orient:vertical}
.text-5{overflow:hidden;-webkit-line-clamp:5;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-box-orient:vertical}
.flex1{display:flex!important;flex-direction:row}.flex-row{flex-direction:row!important}
.flex{display:flex!important;}
.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}
.flex-column-reverse{flex-direction:column-reverse!important}
.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}
.items-center{align-items:center}
.border-0{border-width:0!important}
.border-top-0{border-top-width:0!important}
.border-right-0{border-right-width:0!important}
.border-bottom-0{border-bottom-width:0!important}
.border-left-0{border-left-width:0!important}
.clear{clear:both;}
.mtop20{margin-top:20px;}
.mbot20{margin-bottom:20px;}
.mtop10{margin-top:10px;}

.w1200{width:1220px;margin:0 auto}
.main{margin:auto;width:100%;clear:both;overflow:hidden;}
.container{width: 1220px; margin: 0 auto; padding:0}
.container-link{width: 1180px; margin: 20px auto 0 auto;}
.main-layout{display: flex;gap: 20px;margin-bottom: 0px; justify-content:center}
.main-left{width: 850px;}
.main-right{width: 350px;}
.news-fouce-left{width: 700px;}
.news-fouce-right{width: 500px;}
.boxs1{box-shadow: 0px 6px 10px rgb(0 0 0 / 5%)}
.boxs{box-shadow:0 1px 3px rgba(0,0,0,.03);}

.swiper-container {position: relative;}
.swiper-container .swiper-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 4px 7px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  color: #ccc;
  font-size: 12px;
  border-radius: 0 6px 0 0;}
.swiper-container .swiper-tip.swiper-tip_right {left: auto;right: 0;border-radius: 6px 0 0 0;}
.swiper-container .carousel-page {
  position: absolute;
  bottom: 0 !important;
  z-index: 9;
  text-align: right;
  height: 24px;
  display: inline-block;
  width: auto !important;
  right: 0;
  left: auto !important;
  padding: 2px 10px 0 20px;
  font-size: 0;
  line-height: 24px;
  background: linear-gradient(to right, rgba(109, 80, 45, 0) 0%, rgba(109, 80, 45, 0.2) 100%);
}
.swiper-container .carousel-page span {
  width: 8px;
  height: 4px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 2px;
  display: inline-block;
  margin: 0 0 0 5px;
  z-index: 9;
}
.swiper-container .carousel-page .swiper-pagination-bullet-active {width: 18px;opacity: 1;}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 0 0 5px !important;}

.panel-default {border: none;padding: 0 20px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box;}
.panel-default>.panel-heading {position: relative;padding: 10px 0;background: #fff;border-bottom: 1px solid #f5f5f5;}
.panel-default>.panel-heading .panel-title {font-size: 16px !important; display: flex; justify-content: space-between;align-items: center;padding-left: 10px;}
.panel-default>.panel-heading .panel-title:after{content:"";position:absolute;left:0;top:53%;transform:translateY(-50%);width:4px;height:18px;background:#FFC02D;border-radius:2px}
.panel-default>.panel-heading .panel-title a{padding:0 5px}
.panel-default>.panel-heading .panel-title>i{display: none;}
.panel-default>.panel-heading small{font-weight: normal;color: #999;font-size: 13px;}
.panel-default>.panel-heading .more{display: block;color: #919191;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;font-weight: 400;font-size: 15px;}
.panel-default>.panel-heading .more:hover{color: #616161;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.panel-default>.panel-body{position: relative;padding: 15px 0;}

.img-ad{position: relative;display: block;}
.img-ad::after{position: absolute;bottom: 0;right: 0;content: "广告";font-size: 12px;font-weight: normal;color: #fff;background: rgb(0 0 0 / 22%);padding: 4px 8px;border-radius: 8px 0px 0 0;z-index: 10;user-select: none;-webkit-user-select: none;opacity:0.6}

.mr-header{width:100%;height:80px;background-color:#fff;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.05);-moz-box-shadow:0 2px 10px rgba(0,0,0,.05);-o-box-shadow:0 2px 10px rgba(0,0,0,.05);box-shadow:0 2px 10px rgba(0,0,0,.05)}
.mr-header .mr-logo{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap}
.mr-header .mr-logo ._img{display:block;padding-left:0px;margin-right:30px}
.mr-header .mr-logo ._img img{width:173px; height: 70px;}
.mr-header .mr-logo ._home{display:inline-block;line-height:30px;color:#454545;padding:0 10px;border-radius:4px; font-size: 18px;}
.mr-header .mr-logo ._home:hover{color:#409eff}

.nav-container{display: flex;align-items: center;flex-wrap: wrap;gap: 4px;}
.nav-menu{display: flex;align-items: center;color: #fff;font-size: 18px;font-weight: 500;padding: 8px 12px;border-radius: 4px;text-decoration: none;transition: all 0.3s ease;white-space: nowrap;}
.nav-menu:hover{background: #ecf5ff;color: #409eff;}
.nav-menu.active{background: #ecf5ff;color: #409eff;}
.arrow-icon{margin-left: 8px;font-size: 14px;transition: transform 0.3s ease;}
.nav-dropdown:hover .arrow-icon{transform: rotate(180deg);}
.nav-dropdown{position: relative;display: inline-block;}
.nav-dropdown-menu{position: absolute;top: 100%;left: 0;background: #ffffff;border: 0px solid #ebeef5;border-radius: 4px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);min-width: 120px;z-index: 1000;margin-top: 20px;opacity: 0;visibility: hidden;transform: translateY(-10px);transition: all 0.3s ease;}
.nav-dropdown:hover .nav-dropdown-menu{display: block;opacity: 1;visibility: visible;transform: translateY(0);}
.nav-dropdown-item{display: block;color: #333333;font-size: 16px;padding: 12px 20px;line-height: 1.5;transition: all 0.3s ease;white-space: nowrap;text-decoration: none;}
.nav-dropdown-item:hover{background: #f5f5f5;color: #c11818;padding-left: 25px;}

.mr-header .mr-wrapper{position:relative;max-width:1220px;padding:0 0px 0 0px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;margin: 0 auto;}
.mr-header .mr-nav-list{}
.mr-header .mr-nav-list>ul{height:80px}
.mr-header .mr-nav-list>ul>li{float:left;position:relative;margin:0 1.5rem}
.mr-header .mr-nav-list>ul>li>a{position:relative;display:block;line-height:80px;font-size:15px;overflow:hidden}
.mr-header .mr-nav-list>ul>li>a i{margin-left:2px}
.mr-header .mr-nav-list>ul>li>a:after{content:" ";display:block;position:absolute;width:0;bottom:0;left:0;height:2px;background-color:#00a1d6;-webkit-transition:all .36s ease-in-out;-moz-transition:all .36s ease-in-out;-o-transition:all .36s ease-in-out;transition:all .36s ease-in-out}
.mr-header .mr-nav-list>ul>li ul{display:none;position:absolute;left:50%;top:100%;background-color:#fff;padding:10px 0;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.12);-moz-box-shadow:0 2px 6px rgba(0,0,0,.12);-o-box-shadow:0 2px 6px rgba(0,0,0,.12);box-shadow:0 2px 6px rgba(0,0,0,.12);margin-top:-5px;margin-left:-8px}
.mr-header .mr-nav-list>ul>li ul a{display:block;line-height:40px;padding:0 2em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.mr-header .mr-nav-list>ul>li ul a:hover{background-color:rgba(0,161,214,.03);color:#00a1d6}
.mr-header .mr-nav-list>ul>li:hover ul{display:block}
.mr-header .mr-nav-list>ul>li:hover>a:after{width:100%}
.mr-header .mr-tools-right{height:80px;position:relative;display:flex;align-items:center}
.mr-header .mr-tools-right .mr-nav-search{width:230px;position:relative}
.mr-header .mr-tools-right .mr-nav-search input{display:block;outline:0;width:100%;height:34px;padding:0 0px 0 10px;border:1px transparent solid;background-color:rgba(0,0,0,.03);border-radius:5px}
.mr-header .mr-tools-right .mr-nav-search input::-webkit-input-placeholder{font-size:13px;letter-spacing:1px;color:#ccc}
.mr-header .mr-tools-right .mr-nav-search i{position:absolute;top:50%;right:0;width:30px;text-align:center;line-height:30px;margin-top:-15px;font-size:16px;cursor:pointer}
.mr-header .mr-tools-right .mr-toolbox{display:flex;align-items:center;flex-wrap:nowrap}
.mr-header .mr-tools-right .mr-toolbox>li{position:relative;padding:18px 0;margin-left:10px}
.mr-header .mr-tools-right .mr-toolbox>li>a{display:block;line-height:34px;white-space:nowrap}
.mr-header .mr-tools-right .mr-toolbox>li>a i{font-size:16px;display:inline-block;width:34px;text-align:center;-webkit-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;border-radius:100%}
.mr-header .mr-tools-right .mr-toolbox>li .js-login{margin-left:10px}
.mr-header .mr-tools-right .mr-toolbox>li .js-register{padding:0 15px;background-color:#00a1d6;color:#fff!important;-webkit-transition:all .36s ease-in-out;-moz-transition:all .36s ease-in-out;-o-transition:all .36s ease-in-out;transition:all .36s ease-in-out;margin-left:10px}
.mr-header .mr-tools-right .mr-toolbox>li .js-register:hover{-khtml-opacity:.8;-webkit-opacity:.8;-moz-opacity:.8;-o-opacity:.8;opacity:.8}
.mr-header .mr-tools-right .mr-toolbox>li .qrcode_box{display:none;position:absolute;z-index:10;right:0;top:100%;width:250px;text-align:center;overflow:hidden;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.12);-moz-box-shadow:0 2px 6px rgba(0,0,0,.12);-o-box-shadow:0 2px 6px rgba(0,0,0,.12);box-shadow:0 2px 6px rgba(0,0,0,.12)}
.mr-header .mr-tools-right .mr-toolbox>li .qrcode_box h3{line-height:50px;color:#fff}
.mr-header .mr-tools-right .mr-toolbox>li .qrcode_box ._content{padding:20px;line-height:1.4;font-size:12px}
.mr-header .mr-tools-right .mr-toolbox>li .qrcode_box ._content h5{font-size:12px;margin-bottom:3px}
.mr-header .mr-tools-right .mr-toolbox>li .qrcode_box ._content .qrcode_id{font-size:18px}
.mr-header .mr-tools-right .mr-toolbox>li .qrcode_box ._content .qrcode_img{padding:5px 0}
.mr-header .mr-tools-right .mr-toolbox>li .qrcode_box ._content img{max-width:180px}
.mr-header .mr-tools-right .mr-toolbox>li:hover>a{color:#00a1d6}
.mr-header .mr-tools-right .mr-toolbox>li:hover .qrcode_box{display:block}
.mr-header .mr-tools-right ._userinfo{display:block;margin-right:15px;padding-left:10px!important;text-align:left}
.mr-header .mr-tools-right ._userinfo .avatar{position:relative;padding-left:10px;cursor:pointer}
.mr-header .mr-tools-right ._userinfo .avatar .img-fit{width:34px;height:34px;-webkit-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;border-radius:100%;overflow:hidden;border-radius:1px #fff solid}
.mr-header .mr-tools-right ._userinfo .avatar>i{position:absolute;right:0;top:50%;line-height:20px;margin-top:-10px;color:rgba(0,0,0,.4);font-size:12px!important;padding:0!important;width:14px!important;-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}
.mr-header .mr-tools-right ._userinfo .user_menu{display:none;position:absolute;z-index:10;right:0;top:100%;overflow:hidden;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.12);-moz-box-shadow:0 2px 6px rgba(0,0,0,.12);-o-box-shadow:0 2px 6px rgba(0,0,0,.12);box-shadow:0 2px 6px rgba(0,0,0,.12)}
.mr-header .mr-tools-right ._userinfo .user_menu .user_info{display:block;position:relative;min-height:60px;min-width:200px;padding:20px 20px 20px 85px;border-bottom:1px rgba(0,0,0,.05) solid}
.mr-header .mr-tools-right ._userinfo .user_menu .user_info .img-fit{position:absolute;left:20px;top:50%;margin-top:-25px;width:50px;height:50px;-webkit-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;border-radius:100%;overflow:hidden}
.mr-header .mr-tools-right ._userinfo .user_menu .user_info ._id,.mr-header .mr-tools-right ._userinfo .user_menu .user_info ._name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.mr-header .mr-tools-right ._userinfo .user_menu .user_info ._name{font-size:14px;margin-bottom:5px;font-weight:700}
.mr-header .mr-tools-right ._userinfo .user_menu .user_info ._id{font-size:12px;color:#999}
.mr-header .mr-tools-right ._userinfo .user_menu ul{padding:10px 0}
.mr-header .mr-tools-right ._userinfo .user_menu ul li>a{display:block;line-height:40px;padding:0 2em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.mr-header .mr-tools-right ._userinfo .user_menu ul li>a:hover{background-color:rgba(0,161,214,.03);color:#00a1d6}
.mr-header .mr-tools-right ._userinfo:hover .user_menu{display:block}

.shengming{padding:15px;background:#f4f7fb; border-radius: 5px; margin-top: 20px;}
.shengming .statement{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;color:#999;font-size:14px;justify-content:space-between}
.shengming .report img{height:15px;width:15px}
.shengming .report{color:#999;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:14px;line-height:20px;text-align:right}


.footer{color:#a8a8a8;background-color:#4a4a5c;font-size:14px;margin-top:20px;display:block;position:relative;z-index:10}
.footer a{margin:0 2px;color:#a8a8a8}
.footer a:hover{color:#d7d7d7}
.footer .footer_main{padding:20px 0;height:30px;line-height:30px;border-bottom:1px solid rgba(163,163,163,.32)}
.footer .footer_links{float:left}
.footer .footer_links a{margin-right:15px}
.footer .footer_copyright{padding:20px 0;font-size:12px}
.footer .footer-info{text-align: center;line-height: 1.8; padding: 15px 0;}
.footer .footer-info a{margin: 0 10px;font-size: 14px;transition: color 0.3s ease;}

.gotop{display:none;color:#fff;background:#1B1C21;height:46px;width:46px;line-height:48px;text-align:center;border-radius:6px;z-index:101}
.gotop:hover{background:#14151A}