html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,time,tt,u,ul,var,video{margin:0;padding:0;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
@media screen and (max-width: 321px) {
    body {
        font-size:16px
    }
}
@media screen and (min-width: 321px) and (max-width:400px) {
    body {
        font-size:18px
    }
}
@media screen and (min-width: 400px) and (max-width: 500px) {
    body {
        font-size:20px
    }
}
@media screen and (min-width: 500px) {
    body {
        font-size: 22px;
        max-width: 11rem;
        margin: 0 auto;
    }
}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent;text-decoration: none;cursor: pointer;user-select: none;border: 0;}
a:active,a:hover{outline:0}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 0.8rem}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
ul,li{padding:0;margin:0;list-style: none;}
.font16 {font-size: .32rem;}
.font18 {font-size: .36rem;}
.font20 {font-size: .40rem;}
.font24 {font-size: .48rem;}
.font14 {font-size: .28rem;}

.block{display:block!important;}
.flex{display:flex;}
.flex-wrap {flex-wrap: wrap!important}
.clearfix:after,.clearfix:before{content:" ";display:table}
.clearfix:after{clear:both}
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.line-gray {display: flex;height: 0.24rem;background-color: #eff4f7}
.btn-hvr {transition: box-shadow .4s ease,border .4s ease}

.btn-hvr:hover {
    border-color: transparent;
    box-shadow: 0 0 0 .2rem rgba(30,111,255,.5)
}

/*滑动菜单*/
.top_menu{ margin: 0 0.2rem;}
.top_menu ul{width:100%;font-size:.32rem;white-space:nowrap;-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:hidden;border-bottom:#e2e2e2 1px solid}
.top_menu ul::-webkit-scrollbar {width: 0;height: 0}
.top_menu ul::-webkit-scrollbar-thumb {background-color: silver;border-radius: 4px}
.top_menu li{height:0.79rem;line-height:0.79rem;display: inline-block;position: relative;text-align:center;}
.top_menu li a{height:0.79rem;line-height:0.79rem;display: inline-block;color:#666; padding: 0 0.13rem;}
.top_menu li a.cur{color:#0146AE;font-size:.32rem;font-weight: bold;}
.top_menu li a.cur:after{content:"";display:block;position:absolute;left:50%;bottom:0;transform: translateX(-50%);width:25px;border-radius: 10px;height:3px;background:#0146ae;}

.top_menu.hr ul{display: flex;align-items: center; justify-content: center;}


.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #0146AE;}
.Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-drop a.active, .Header-drop a:hover{background: #0146AE;color: #fff;}

.Header-navbar{display:none;visibility: visible;opacity: 1;z-index: 9999;position:absolute;width:100%;margin-right:0;height:calc(100vh - 0.96rem);top:0.96rem;left:0;background:#182d4e}
.Header-navbar ul{display: block;padding:0.12rem 4%;height: 100%;text-align: center;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
.Header-navbar li{display: block;position: relative;z-index: 9;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-navbar.active li{opacity: 1;transform: translateY(0);}
.Header-menu::before{display: none;}
.Header-arrow.active{transform: rotate(180deg);}
.Header-navbar li:hover .Header-menu{color: #abccff;}
.Header-drop {display: none;position: relative;top: -3px;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;background: #101d30}
.Header-drop a {display: block;width: 100%;font-size:.32rem;color: #abccff;transition: all .4s ease;height: 0.6rem;line-height: 0.6rem;text-align: left;padding: 0 4%;}
.Header-menu{position: relative;display: flex;align-items: center;font-size: 0.36rem;transition: color .4s ease;padding:0.2rem!important;background:#182d4e;color:#fff;border-bottom: 1px solid #475772;height:auto;font-weight:400}
.Header-menu::before{content: "";width: 100%;left: 0;opacity: 0;height: 2px;position: absolute;bottom: 24px;background: #0146AE;transition: all .4s ease;}
.Header-navbar li+li{margin-top:0.12rem}
.Header-arrow{display:block;width:0.8rem;height:36px;border-radius:5px;position:absolute;z-index:9;right:7px;top:6px;background:#182d4e url(../images/arrD.svg) no-repeat center/12px auto}

.backTop {display: none;right: 8px;bottom: 20px;width: 0.8rem;height: 0.8rem;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #0146AE url('../images/top.svg') no-repeat center/22px auto;background-size: 20px auto;box-shadow: 0 2px 0.1rem 0 rgba(0,0,0,.3);border-radius: 50%;}


/*列表顶部*/
header{position: relative;height:0.96rem;background:#0146AE;color:#fff;line-height:0.96rem;z-index: 2;}
header h2{height:0.96rem; line-height:0.96rem; background:url(../images/icon-back.png) no-repeat 0px 0px; background-size:25px 0.96rem; color:#fff; float:left; font-size:1.8rem; padding-left:3.0rem; margin-left:2.6rem;}
header .topHome{position:absolute;left:0;z-index:10;width:25%;text-align:left;}
header .topHome span{display:inline-block;}
header .topHome a{padding:0 8px;height:49px;line-height:50px;color:#fff;text-decoration: none;}
header .topHome .iconfont{font-size:2.6rem;}

header .topMenu{position:absolute;right:0;width:100%;text-align:right}
header .topMenu span{display:inline-block}
header .topMenu a{padding:0 8px;height:49px;line-height:50px;color:#fff;text-decoration: none;}
header .topMenu a:hover{text-decoration:none}
header .topMenu .iconfont{font-size:2.6rem}
header .topMore { }
header .topMore a{ text-align:center;}
header .topMore a img{width:56%;padding-top:18.2px;}

/*顶部*/
.mod-nav{display:flex;flex-flow:row nowrap;align-items: center;width:100%;height:0.96rem;background-color:#0146AE;z-index: 2;}
.mod-nav .left{display:flex;-webkit-flex:1 0 auto;-moz-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;justify-content:flex-start;align-items:center;margin-left:0.2rem}
.mod-nav .left .goback{width:0.76rem;height:0.76rem;background:url(../images/icon-back.png) no-repeat center center;background-size:0.76rem 0.76rem;opacity:1}
.logo-top{display:block;width:2.8rem;height:0.96rem;}
.logo-top img{width:100%}
.mod-nav .middle{font-size: 0.3rem;color: #fff}
.mod-nav .right{display:flex;-webkit-flex:1 0 auto;-moz-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;justify-content:flex-end;align-items:center;margin-right:0.2rem}
.mod-nav .right>a{display:block;}
.mod-nav .right>a.menu{padding: 17px 12px;margin-right:0}
.mod-nav .right .search{width:0.76rem;height:0.76rem;background:url(../images/icon-search.png) no-repeat;background-size:0.76rem 0.76rem;opacity:1}
.mod-nav .right .user{width:0.76rem;height:0.76rem;background:url(../images/icon-user.png) no-repeat;background-size:0.76rem 0.76rem;opacity:1}
.mod-nav .right .menu{position:relative;width:22px;height:15px;background-color:#0146AE}
.mod-nav .right .home{width:0.76rem;height:0.76rem;background:url(../images/icon-home.png) no-repeat;background-size:0.76rem 0.76rem;opacity:1}
.mod-nav .right .menu.transform .line:first-child{top:24px;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}
.mod-nav .right .menu.transform .line:nth-child(2){display:none}
.mod-nav .right .menu.transform .line:last-child{top:24px;-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
.mod-nav .right .menu.transform-back .line{transition:transform .4s ease 0s,top .2s ease .4s}
.mod-nav .right .menu span{position:absolute;left:12px;width:22px;height:2px;background-color:#fff;-webkit-transition:top .2s ease 0s,-webkit-transform .4s ease .2s;transition:top .2s ease 0s,transform .4s ease .2s;backface-visibility:hidden}
.mod-nav .right .menu span:first-child{top:17px}
.mod-nav .right .menu span:nth-child(2){top:24px}
.mod-nav .right .menu span:last-child{top:31px}
.mod-nav .right .menu.active span:first-child {transform: rotate(45deg);top: 22px;}
.mod-nav .right .menu.active span:nth-child(2) {opacity: 0;}
.mod-nav .right .menu.active span:nth-child(3) {transform-origin: left center;transform: rotate(-45deg); left: 15px;top: 30px;}


/*返回*/
.mod-label-header{position:relative;width:100%;height:36px;border-bottom:1px solid #efefef;text-align:center}
.mod-label-header .heading{font:500 16px/36px normal;color:#666}
.mod-label-header .icon-back{position:absolute;top:0;left:0;display:block;width:30px;height:100%;background:url(../images/icon-back.png) no-repeat center center;background-size:9px 16px;text-decoration:none}

/*焦点图*/
.swiper-slide a span { width:100%; height:.8rem; position:absolute; left:0; bottom:0;}
.swiper-slide a i { position:absolute; left:0; bottom:0; width:100%; height:.8rem; background:-moz-linear-gradient(top, rgba(120,120,120,0) 0%, rgba(120,120,120,1) 100%); background:-webkit-linear-gradient(top, rgba(120,120,120,0) 0%,rgba(120,120,120,1) 100%); background:linear-gradient(to bottom, rgba(120,120,120,0) 0%,rgba(120,120,120,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);}
.swiper-slide a em { position:absolute; left:0; bottom:0; z-index:1; font-style:normal; width:100%; height:.8rem; line-height:.8rem; font-size:.32rem; color:#fff; overflow:hidden;text-align: center;}

/*列表*/
.feed-item{display:flex;justify-content: space-between;flex-flow:row nowrap;align-items: stretch;height: auto;padding:0.3rem 0;margin:0 0.2rem;border-bottom:1px solid #efefef;box-sizing:border-box}
.feed-item.company{padding:.1rem 0 .3rem;}
.feed-item:last-child{border-bottom:0}
.feed-item:active{background-color:#eff0f7}
.feed-item .image{width: 2.4rem;height:1.5rem;margin-left:0.12rem;order: 1;flex-shrink: 0;border-radius: 4px;position: relative;}
.feed-item .image img{width:100%;height:100%;display: block;border-radius: 4px;}
.feed-item .info{flex:1;display: flex;flex-direction: column;}
.feed-item .info h6{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break:break-all;height: 0.88rem;line-height: 0.44rem;font-size:.32rem;font-weight: 500;text-overflow: ellipsis;overflow: hidden;color:#333;}
.feed-item .info h6.company{height: 0.66rem;line-height: 0.66rem;}

.feed-item .state-bar{display:flex;flex-flow:row nowrap;align-items:center;margin-top: auto;font-size:.24rem;color:#666}
.feed-item .state-bar .from{display:inline-block;word-break:break-all;overflow:hidden;padding-right:0.07rem;}
.feed-item .state-bar .nature{display: inline-block;color:#eb0011;border: 1px solid #eb0011;padding: 2px 10px;line-height: 20px;border-radius: 3px;margin-bottom: 3px;}
.feed-item .state-bar .time{display:inline-block;word-break:break-all;overflow:hidden;}
.feed-item .state-bar .tag{display:flex;flex-flow:row nowrap;justify-content:flex-end;flex:1;font:500 0.1rem/0.32rem normal;color:#666}
.feed-item .state-bar .tag-item{padding:2px;margin-right:0.05rem;border:1px solid #666;border-radius:2px;text-align:center}
.feed-item .state-bar .tag-item:nth-last-child(1){margin-right:0}

/*展会*/
.topic-wrap{margin: .2rem .2rem .1rem;}
.topic-item{display: block;box-sizing:border-box;margin:0 0.2rem;}
.topic-item .image{display: flex;align-items: center;justify-content: center;width:100%;overflow: hidden;cursor: pointer;position: relative;}
.topic-item .image img{width:100%;height:100%;display: block;object-fit: cover;border-radius: 4px;}
.topic-item .info{box-sizing: border-box;text-align: center;margin-top: 0.08rem;}
.topic-item .info h6{word-break:break-all;height: 0.8rem;line-height: 0.8rem;font-size:.3rem;font-weight: 500;text-overflow: ellipsis;overflow: hidden;color:#333;text-align: left;}
.topic-item .info h6 span{font-size:.22rem;padding-left: 0.1rem}


/*产品*/
.product-wrap{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;margin: .2rem;}
.product-item{width: 3.25rem;height: 3.6rem;margin-bottom: .3rem;padding:0.2rem;border: 1px solid #e6e6e6;box-sizing:border-box;}
.product-item .image{display: flex;align-items: center;justify-content: center;width:100%;height:2.62rem;overflow: hidden;cursor: pointer;position: relative;}
.product-item .image img{width:100%;height:100%;display: block;object-fit: cover;border-radius: 4px;}
.product-item .info{box-sizing: border-box;text-align: center;margin-top: 0.08rem;}
.product-item .info h6{word-break:break-all;height: 0.4rem;line-height: 0.4rem;font-size:.28rem;font-weight: 500;text-overflow: ellipsis;overflow: hidden;color:#333;}

/*展会*/
.exhibition-wrap{margin: .2rem .2rem .1rem;}
.exhibition-item{margin-bottom: .3rem;box-sizing:border-box;}
.exhibition-item .image{display: flex;align-items: center;justify-content: center;width:100%;overflow: hidden;cursor: pointer;position: relative;}
.exhibition-item .image img{width:100%;height:100%;display: block;object-fit: cover;border-radius: 4px;}
.exhibition-item .info{box-sizing: border-box;text-align: center;margin-top: 0.08rem;}
.exhibition-item .info h6{word-break:break-all;height: 0.8rem;line-height: 0.6rem;font-size:.36rem;font-weight: 500;text-overflow: ellipsis;overflow: hidden;color:#333;}


/*找工作*/
.job-wrap{margin: .2rem .2rem .1rem;}
.job-item{display: block;margin-bottom: .2rem;padding: 0 0 0.2rem;border-bottom: 1px solid #e6e6e6;box-sizing:border-box;}
.job-item .title h6{word-break:break-all;height: 0.6rem;line-height: 0.6rem;font-size:.32rem;font-weight: 500;text-overflow: ellipsis;overflow: hidden;color:#333;}
.job-item .cont{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.job-item .info{box-sizing: border-box;}
.job-item .info p{height: 0.4rem;line-height: 0.4rem;font-size:.28rem;overflow: hidden;color: #4F4F4F;}
.job-item .desc{margin-top: 0.2rem}
.job-item .date-btn .date{height: 0.5rem;line-height: 0.5rem;color: #4F4F4F;font-size: 0.28rem;}
.job-item .date-btn .btn{padding: 0.07rem 0.35rem;background: linear-gradient(270deg, #0146AE, #00CEFA);border-radius: 6px; color: #fff; border: 0;}


/*找人才*/
.resume-wrap{margin: .2rem .2rem .1rem;}
.resume-item{display: block;margin-bottom: .2rem;padding: 0 0 0.2rem;border-bottom: 1px solid #e6e6e6;box-sizing:border-box;}
.resume-item .cont{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.resume-item .cont .info{box-sizing: border-box;}
.resume-item .cont .info h6{word-break:break-all;height: 0.6rem;line-height: 0.6rem;font-size:.32rem;font-weight: 500;text-overflow: ellipsis;overflow: hidden;color:#333;}
.resume-item .cont .info p{height: 0.5rem;line-height: 0.5rem;font-size:.28rem;overflow: hidden;color: #4F4F4F;}
.resume-item .cont .photo{width: 1rem;height: 1rem;}
.resume-item .cont .photo img{width: 1rem;height: 1rem;border-radius: 50%;}
.resume-item .desc p{line-height: 0.35rem;font-size:.28rem;color: #4F4F4F;}


/*加载更多*/
.mod-label-feed{width:100%;margin-bottom:0.1rem}
.mod-label-feed .loadmore{position:relative;height:1rem;margin:0 0.2rem;font:500 0.28rem/1rem normal;color:#545454;text-align:center;background-color:#fff;box-sizing:border-box;border-radius:1px;backface-visibility:hidden}

/*底部*/
.ft-td{text-align: center;background: #0146AE;color: #fff;}
.ft-td a{color: #fff;text-decoration: none;}
.ft-td span{padding: 0 0.5rem;color: #fff;}
.ft-hd{font-size:0.26rem; height:.8rem;line-height:.8rem; text-align: center;background: #333;color: #fff;}
.ft-hd a{color: #fff;text-decoration: none;}
.ft-hd span{padding: 0 0.2rem;font-size: 0.1rem;color: #fff;}
.ft-bd{text-align: center; color: #fff; background: #2b2b2b;}
.ft-bd a{color: #fff;}
.ft-bd .ft-copyright{padding: 0; text-align:center; font-size:0.22rem;line-height:.8rem;color: #fff;}

/*详情*/
.page-wrapper{overflow:hidden;position:relative;min-height:400px}
.page-gallery {display: flex;align-items: center;}
.page-article{padding:0.15rem 0.2rem 0.2rem;}
.page-artical-header{border-bottom: 1px solid #eaeaea;padding-bottom: 0.06rem;}
.page-article-title{text-align:left;color:#000;font-size:0.44rem;font-weight: normal;line-height:.64rem;padding:0.2rem 0;position:relative;}
.page-article-subtitle{text-align:left;font-weight:700;color:#333;font-size:.36rem;line-height:.64rem;padding:0 0 0.05rem 0.07rem;position:relative;top:-0.02rem;margin-right:0.2rem}
.page-article-info{text-align:left;color:#8b8b8b;font-size:0.22rem;padding:0.02rem 0 0.1rem;font-weight: normal;}
.page-article-info-time{margin-left:0px}
.page-article-info-copyfrom{margin-left:0.06rem}
.page-article-info-copyfrom a{color:#8b8b8b; }
.page-article-info-author{margin-left:0.06rem}
.page-article-info-author a{color:#8b8b8b; }
.page-article-info-cate{color:#30a5ff;float:right}
.page-article-content{position:relative;color:#202020;padding:0.2rem;font-size:.32rem;line-height:1.875;text-align: justify;}
.page-article-content b{font-weight:700}
.page-article-content p {font-size:.32rem;line-height: 1.875;white-space: pre-wrap;word-break: break-all;}
.page-article-content p span{text-wrap: unset!important;}
.page-article-content h2{margin:0 0.2rem;color:#000;font-size:.32rem;line-height:24px;font-weight:700}
.page-article-content strong{font-weight:700}
.page-article-content img{position:relative;overflow:hidden;min-height:30px;margin:0.12rem auto;text-align:center;max-width:100% !important;height: auto!important}

.hr .page-article-title{font-size:0.34rem; font-weight: 700;}
.hr .page-article-title {
    display: flex;
    align-items: center;
}
.hr .page-article-title span {
    font-size: 14px;
    margin-left: 20px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    border-radius: 4px;
    color: #fff;
}
.bg-green{background-color:#26bc5c!important;}
.bg-green:not(.no-hover):hover{background-color:#179b47!important;}
.bg-gray{background-color:#b2b2b2!important;}
.bg-gray:not(.no-hover):hover{background-color:#989898!important;}

.hr .page-article-salary{font-size:.32rem;color: #FE0000;padding: 0.2rem 0 0;}
.hr .page-article-work{font-size:.28rem;padding: 0.2rem 0;border-bottom: 1px solid #dfdfdf;}
.hr .page-article-work span{padding: 0 5px;}
.hr .page-article-contact{background: #f2f2f2;padding: 0.2rem;line-height: 0.46rem;font-size: 0.28rem;}
.hr .page-article-contact span a{color: #FF7300;text-align: right;}
.hr .page-article-contact-btn{padding: 0.2rem 0;line-height: 0.46rem;font-size: 0.28rem; border-bottom: 1px solid #dfdfdf;}
.hr .page-article-contact-btn span{background: #0146AE;border-radius: 2px;padding: 0.1rem 0.2rem;}
.hr .page-article-contact-btn span:hover{background: #F55309;}
.hr .page-article-contact-btn span a{color: #fff;font-size: 0.28rem;}
.hr .panel-hd { margin: 0; }
.hr .page-company { border: 1px solid #dfdfdf; margin: 0}

.page-article-tips {
    padding: 0.2rem 0;
    font-size: 0.24rem;
    text-align: left;
    border-top: 1px solid #dfdfdf;
}

.page-detail {
    padding: 0.1rem 0 0.1rem;
    margin:0 0.2rem;
    font-size:0.28rem;
    line-height:1.875;
}
.page-detail .title{
    font-size: .40rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
}
.page-detail .surplus{
    font-size:.32rem;
    font-weight: 600;
    margin-bottom: 6px;
}
.page-detail .surplus span{
    padding: 0px 5px;
    background: #FF7300;
    color: #fff;
    margin: 5px;
}
.page-detail p {
    display: flex;
}
.page-detail p span:nth-child(1){
    width: 1.5rem;
}
.page-detail p span:nth-child(2){

}
.page-content {
    padding: 0.1rem 0 0.1rem;
    margin:0 0.2rem;
    font-size:0.32rem;
    line-height:1.875;
    text-align: justify;
}

.page-contact {
  padding: 0.1rem 0;
  margin:0 0.2rem;
  font-size:0.28rem;
  line-height:1.875;
}
.page-company {
  padding: 0.3rem 0 0.1rem;
  margin:0 0.2rem;
  line-height:1.875;
  text-align: center;
}
.page-company .logo {
  width: 100%;
}
.page-company .logo img{
  max-width: 100%;
  max-height: 1.2rem;
}
.page-company .intro .name{
  font-size: 0.32rem;
  font-weight: bold;
}
.page-company .enter {
  margin:0.2rem 0;
}
.page-tips {
  margin: 0.3rem;
  font-size:0.22rem;
  line-height:1.875;
  padding: 0.3rem;
  border: 1px solid #e1e1e1;
}
.page-tips .title{
    margin-bottom: 0.05rem;
    font-size:.32rem;
    font-weight: bold;
    line-height: 32px;
    padding-left: 28px;
    color: #064BB5;
    background: url(../images/icon-tips.png) no-repeat left center;
    background-size: 18px;
}

/*栏目*/
.panel-hd {
    position: relative;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size:.32rem;
    margin:0 0.2rem;
    border-bottom: 1px solid #dfdfdf;
    clear: both;
}
.panel-hd h3 {
    display: inline-block;
    font-weight: 700;
    font-size:.32rem;
    margin: 0;
    height: 0.9rem;
    line-height: 0.9rem;
    position: relative;
}
.panel-hd:before {
    position: absolute;
    top: 0.1rem;
    left: 0;
    content: "";
}

.panel-hd .more {
    float: right;
    color: #666;
    font-size: 0.22rem;
}
.panel-hd .more:hover {
    color: #0146AE;
}
.panel-hd .more i {
    margin-left: 3px;
    font-family: "\5b8b\4f53";
    font-style: normal;
}

.cont-list {margin: 0}
.cont-list li{ width: 100%;font-size:0.28rem; color:#404040; line-height:0.6rem; height:0.6rem; padding-left:10px;position: relative;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;white-space: normal;overflow: hidden;}
.cont-list li:before {content: ''; position: absolute;display:inline-block; width: 3px;  height: 3px; background:#0146AE; border-radius: 50%; transform: translateY(-50%);left: 0;  top: 50%;}
.cont-list li a{color:#404040; }
.cont-list li a:hover {color: #0045cd;}
.cont-list ul li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 14px;
}

.border-default{color:#0146AE!important;border:1px solid!important;border-color:#0146AE!important;background-color:#fff!important;}
.border-default:not(.no-hover):hover{color:#cf6c03!important;border-color:#cf6c03!important;background-color:#fff!important;}

.btn{padding: 0.125rem 0.35rem;line-height: 1.5;border-radius:2px;border: 1px solid transparent;letter-spacing:1px;text-decoration:none;vertical-align:middle;transition:all .5s;text-align:center;white-space:nowrap;touch-action:manipulation;cursor:pointer;user-select:none;background-image:none;font-size:0.26rem;font-family:"Microsoft YaHei";font-weight: normal;display: inline-flex;justify-content: center;align-items: center;}
.btn:hover{color:#ffffff;text-decoration:none;background:#ff3300!important;}

/*面包屑导航*/
.breadcrumb{flex-wrap:wrap;width: 100%;padding:0rem 0.2rem 0.2rem;list-style:none;background-color:transparent; font-size:0.32rem;border-bottom: #e2e2e2 1px solid;}
.breadcrumb a{color:#333;}
.breadcrumb a:hover{color:#F55309;text-decoration:underline;}
.breadcrumb a::after{content:">";display:inline-block;padding:0 0.1rem;color:#a5a5a5;font-size:0.28rem;}
.breadcrumb .active{color:#a5a5a5;}
.breadcrumb .active:hover{color:#a5a5a5;cursor:default;}
.breadcrumb .back{color:#565656;float:right;padding:5px 0.1rem;margin-left:auto;}
.breadcrumb .back::after{display:none;}
.breadcrumb a.back::before{content:"〈";display:inline-block;padding-right:.5rem;color:#565656;}

/*首先导航*/
.selected-condition{flex-wrap:wrap;padding:0.2rem;list-style:none;background-color:transparent; font-size:0.26rem;background: #F5F6F7;color: #FF0000}

/*搜索*/
.searchbox{width:100%;}
.searchbox-m{margin:0 auto;width:100%;height:100%}
.searchbox-container{display: flex;position:relative;width:90%;margin:0.25rem auto;height:100%}
#search_input_container{width:80%;display:inline-block;height:100%;float:left;position:relative}
.searchbox-l{display:flex;align-items: center;width:10%;height: 0.7rem;line-height: 0.7rem;float:left}
.searchbox-l img{position:absolute;height:20px;left:0;}
.searchbox-r{float:left;display:flex;align-items: center;width:10%;height: 0.7rem;line-height: 0.7rem;}
.searchbox-r img{position:absolute;height:25px;right:0;}
.searchbox-input{width:98%;border:1px solid #a7a7a7;font-size:.32rem;line-height: 0.7rem;text-indent:5px;border-radius: 0.7rem;box-shadow:none}
.remove-icon{display:inline-block;width:16px;height:16px;position:absolute;right:0.1rem;top:0.18rem;}

.search-wrap {
    display: block;
    padding: 0.25rem 0.2rem 0.25rem;
}
.search-wrap.filter {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.search-wrap.filter form {
    width: 88%;
}
.search-wrap.filter img {
    height: 0.55rem;
}
.com-search-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.7rem;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 0.7rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.com-search-input input {
    width: calc(100% - 0.96rem);
    padding: 0 0.15rem;
    background: #ffffff;
    border: none;
    border-radius: 0.7rem;
    font-size:.28rem;
    font-weight: 400;
    text-align: left;
    line-height: 0.7rem;
    color: #333;
    outline: none;
}
.com-search-input input::placeholder {
  color: #b5b5b5; /* 设置颜色为灰色 */
}
.com-search-input .search-btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: inline-block;
    width: 1rem;
    height: 0.7rem;
    padding-right: 0.06px;
    background:url(../images/search-icon.png) no-repeat center center;
    background-size: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
}

.classify{
    background-color: #fff;
    position: relative;
    padding: 0px 0.2rem 0.2rem;
}
.classify:last-child{
    margin-bottom: 0.8rem;
}
.classify .classify_title{
    height: 0.8rem;
    line-height: 0.8rem;
    border-bottom: 1px solid #dfdfdf;
}
.classify .classify_title i{
    display: none;
    width: 18px;
    height: 15px;
    position: relative;
    background-size: 100% 100%;
    vertical-align: top;
    margin-top: 0.13rem;
}
.classify .classify_title i:before {
    border-bottom: 2px solid #808080;
    border-left-width: 0;
    border-right: 2px solid #808080;
    border-top-width: 0;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: 14%;
    transform: rotate(-45deg);
    width: 9px;
    background: unset;
    border-radius: unset;
}
.classify .classify_title span{
    display: inline-block;
    font-size:.32rem;
}
.classify .classify_title span a{
    color: #333;
    text-decoration: none;
}
.classify .classify_title span a:hover{
    color: #f60;
}
.classify .classify_content{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.classify .classify_content a{
    float: left;
    display: block;
    width: 31%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    font-size:.28rem;
    color: #666;
    border: 1px solid #dfdfdf;
    text-decoration: none;
    margin-right: 2%;
    margin-top: 2%;
}
.classify .classify_content a:nth-child(3n) {
    margin-right: 0
}
.classify .classify_content a:hover{
    color: #f60;
}
/*图片弹窗*/
.imgDialog {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.imgDialog #imgDialogClose {
  position: fixed;
  top: 35px;
  cursor: pointer;
  right: 3%;
  font-size: 50px;
  color: #fff;
  background-color: #606266;
  border-radius: 50%;
  z-index: 999;
}
.imgDialog #imgDialogClose:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/poster_close.png") no-repeat center center;
    background-size: 30px;
    display: inline-block;
}

.imgDialog .img {
  max-height: 90%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imgDialog .img-hidden {
  width: 0 !important;
  height: 0 !important;
}

.imgDolg #imgDolgClose{
 font-size: 30px;
}