/* CSS Document */
* {padding: 0;margin: 0;outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
BODY { background: #fff; 一webkit一overflow一scrolling: touch; overflow一scrolling: touch;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:active,A:hover {TEXT-DECORATION: none;outline: 0;}
A:focus {outline:none; /* 处理“outline”在Chrome浏览器中和其它浏览器之间的不一致 */}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none;border: 0;}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px;}
/* 表单文本相关样式 */
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
button, input, select, textarea {font-family: inherit; /* 更改关联字体属性 */ font-size: 100%; /* 更改字体大小属性 */ margin: 0; /* 调整边距设置 */}
button, input {line-height: normal; background: none; border: 0;}
button, select {text-transform: none;/*** 调整“button”和“select”的“text-transform”继承不一致性的问题 *其他表单控件元素不继承“text-transform”属性*/}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.clear{clear: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
img { image-rendering: -webkit-optimize-contrast; border: 0;vertical-align: middle;}
.c {zoom: 1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-r{text-align: right;}
.m-auto{margin: auto;}
.col-white{color: #fff;}
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}
.bradius100 {border-radius: 100px;}
.block {display: block;}
.flex{display: flex;}
.flex-sbc{display: flex; justify-content: space-between;  align-items: center;}
.flex-c{display: flex; align-items: center;}
.flex-cc{display: flex; align-items: center; justify-content: center;}
.flex-ccc{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.flex-dcsb{display: flex; flex-direction: column; justify-content: space-between;}
.flex-sb{display: flex; justify-content: space-between;}
.flex-sbw{display: flex;justify-content: space-between; flex-wrap: wrap;}
.flex-cw{display: flex; align-items: center; flex-wrap: wrap;}
.flex-dc{display: flex; flex-direction: column;}
.flex-w{display: flex; flex-wrap: wrap;}
.flex-sbcw{display: flex;justify-content: space-between; align-items: center;  flex-wrap: wrap;}

/* 多行省略 */
.line1 {display: -webkit-box;overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.line2 {display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.line3 {display: -webkit-box;overflow: hidden;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }
.line4 {display: -webkit-box;overflow: hidden;-webkit-line-clamp: 4;-webkit-box-orient: vertical; }
/* 绝对定位居中 */
.jddwjz {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
/* 滚动条样式 */
.slideScroll {scrollbar-width:thin;scrollbar-color:#174BE5 #fff; overflow-y: auto;}
.slideScroll::-webkit-scrollbar {/*滚动条整体*/width: 4px;}
.slideScroll::-webkit-scrollbar-thumb {/*控制滑块*/ background: #174BE5;}
.slideScroll::-webkit-scrollbar-track {/*控制轨道*/ border-radius: 0; background: #fff;}
/* Firefox 浏览器
scrollbar-width
scrollbar-color */

/* 去除input自动填充背景色 */
input:-webkit-autofill { box-shadow:0 0 0 1000px none inset !important;}
input:-internal-autofill-previewed , input:-internal-autofill-selected {appearance: menulist-button;background-image: none !important;background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;color: fieldtext !important;}

:root {--cor1:#585858;--cor2:#C9C9C9; --cor3:#A4A4A4;}
/* WebKit browsers */
.inplholder::-webkit-input-placeholder {color:var(--cor1);}
/* Mozilla Firefox 4 to 18 */
.inplholder:-moz-placeholder {color:var(--cor1);}
  /* Mozilla Firefox 19+ */
.inplholder::-moz-placeholder {color:var(--cor1);}
  /* Internet Explorer 10+ */
.inplholder:-ms-input-placeholder {color:var(--cor1);}

.inplholder2::-webkit-input-placeholder {color:var(--cor2);}
.inplholder2::-webkit-textarea-placeholder {color:var(--cor2);}
.inplholder2::-webkit-textarea-placeholder {color:var(--cor2);}
.inplholder2:-moz-placeholder {color:var(--cor2);}
.inplholder2::-moz-placeholder {color:var(--cor2);}
.inplholder2:-ms-input-placeholder {color:var(--cor2);}

.inplholder3::-webkit-input-placeholder {color:var(--cor3); font-size: var(--font14);}
.inplholder3::-webkit-textarea-placeholder {color:var(--cor3);font-size: var(--font14);}
.inplholder3::-webkit-textarea-placeholder {color:var(--cor3);font-size: var(--font14);}
.inplholder3:-moz-placeholder {color:var(--cor3);font-size: var(--font14);}
.inplholder3::-moz-placeholder {color:var(--cor3);font-size: var(--font14);}
.inplholder3:-ms-input-placeholder {color:var(--cor3);font-size: var(--font14);}

/* 图标变黑色 */
.icon-black {filter: brightness(0); -webkit-filter:brightness(0);}
/* 图标变白色 */
.icon-white {filter: brightness(100); -webkit-filter:brightness(100);}
/* 图标变灰色 */
.icon-gray {filter: grayscale(100%); -webkit-filter:grayscale(100%);}
/* 实现正片叠底的属性 */
.imgmix {mix-blend-mode: multiply;}

/* 去掉sipwer按钮黑边框 */
.swiper-button-prev:focus ,.swiper-button-next:focus {outline: none; border: none; -webkit-tap-highlight-color: transparent;}


/* 自定义颜色-字重-间距 */
.cor-fff {color: #fff;}
.cor-000 {color: #000;}
.cor-333 {color: #333;}
.cor-555 {color: #555;}
.cor-666 {color: #666;}
.cor-777 {color: #777;}
.cor-888 {color: #888;}
.cor-999 {color: #999;}
.cor-2828 {color: #282828;}
.cor-B8B8 {color: #B8B8B8;}
.cor-C2C2 {color: #C2C2C2;}
.cor-D2D2 {color: #D2D2D2;}
.cor-8080 {color: #808080;}
.cor-5F5F {color: #5F5F5F;}
.cor-8F8F {color: #8F8F8F;}
.cor-8181 {color: #818181;}
.cor-8282 {color: #828282;}
.cor-8A8A {color: #8A8A8A;}
.cor-B3B3 {color: #B3B3B3;}
.cor-7B7B {color: #7b7b7b;}
.cor-5C5C {color: #5C5C5C;}
.cor-5252 {color: #525252;}
.cor-5D5D {color: #5D5D5D;}
.cor-9C9C {color: #9C9C9C;}
.cor-9595 {color: #959595;}
.cor-D81E1E {color: #D81E1E;}
.cor-189CE5 {color: #189CE5;}
.cor-174BE5 {color: #174BE5;}
.cor-0000CC {color: #0000CC;}
.fw200 {font-weight: 200;}
.fw500 {font-weight: 500;}
.fw700 {font-weight: 700;}
.mt-10 {margin-top: .1rem;}
.mb-10 {margin-bottom: .1rem;}
.ml-10 {margin-left: .1rem;}
.mr-10 {margin-right: .1rem;}
.mt-20 {margin-top: .2rem;}
.mb-20 {margin-bottom: .2rem;}
.mr-20 {margin-right: .2rem;}
.ml-20 {margin-left: .2rem;}

/* 手机端，pc端展示内容切换 */
.pc {display: block;}
.moblie {display: none;}
@media screen and (min-width: 200px) and (max-width: 768px){ 
  .pc {display: none;}
  .moblie {display: block;}
  
}

/* 视频弹窗 */
.video-js {width: 100%;height: 100%;}
.video-js .vjs-tech { position: relative;}
.vjs-control-bar { opacity: 0;}
.video-js .vjs-control-bar { position: relative;background-color: rgba(43, 51, 63, 0.2);}
#hi-video-pop {display: none;position: fixed;top: 0;left: 0; z-index: 99999; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); text-align: center; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
#hi-video-pop * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#hi-video-pop .hi-close {position: absolute;top: 100%; left: 50%; z-index: 5;margin: 20px 0 0 -20px;width: 40px;height: 40px;color: #fff; background: #fff; border-radius: 50%;transition: 0.3s;cursor: pointer;}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {content: "";position: absolute; top: 50%; left: 50%; z-index: 5; width: 20px; height: 2px; margin: -1px 0 0 -10px; background: #333; transition: 0.3s;}
#hi-video-pop .hi-close:hover { background: #174BE5;}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {background: #fff;}
#hi-video-pop .hi-close:after {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
#hi-video-pop .hi-close:before {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
#hi-video-pop .hi-video-box {position: fixed; left: 0;top: 0; z-index: 1; width: 100%;height: 100%;display: flex;align-items: center; justify-content: center;}
#hi-video-pop .hi-video-box .hi-video-wrap {position: relative;max-width: 100vh;border: 2px solid #fff;}
#hi-video-pop .hi-video-box .hi-video-wrap video { width: 100%;height: 100%; vertical-align: top;}
@media (max-width: 767px) { #hi-video-pop .hi-video-box .hi-video-wrap {max-width: 90%;}}

/* 图表弹窗 */
.-popup-opened {overflow: hidden;}
.acquisition {padding: .3rem;box-sizing: border-box; background-color: #fff; width: 60%; display: none; cursor: default;     white-space: initial;}
.acquisition .box-title {display: flex; justify-content: space-between; align-items: center;}
.acquisition .box-title h3 {font-size: var(--font24); color: #000; font-weight: bold; margin: 0; text-align: left; width: 85%;}
.acquisition .box-title span {font-size: .5rem; cursor: pointer; color: #000; line-height: 30px;}
.acquisition .time span {font-size: var(--font16); color: #666;display: inline-block; margin-right: .6rem;}
.acquisition .time {border-bottom: 1px solid #ececec; padding: .1rem 0; text-align: left;}
.acquisition .infoCon {margin-top: .25rem; padding-right: .2rem;  height: 38vh; overflow-y:auto; text-align: initial;color:#333}
.acquisition .infoCon::-webkit-scrollbar {width: 4px; height: 2px;}
.acquisition .infoCon::-webkit-scrollbar-thumb {/*控制滑块*/ border-radius: 5px;background: #174BE5}
.acquisition .infoCon::-webkit-scrollbar-track {/*控制轨道*/border-radius: 5px; background: #DDDDDD;}
.acquisition .tleBox {border-bottom: 1px solid #ececec; padding-bottom: .2rem;}
/* 上传简历功能添加 */
.acquisition .time {border: 0;}
.uploadJl {cursor: pointer; width: 1.25rem; height: 0.4rem; color: #174BE5; border-radius: 5px; border: 1px solid #174BE5; transition: .35s;}
.uploadJl svg {margin-left: .1rem;}
.uploadJl:hover {background: #004299; color: #fff;}
.uploadJl:hover svg path {fill: #fff;}

@media screen and (min-width: 200px) and (max-width: 768px) {
  .acquisition {width: 92%;}
}  

/* 二维码弹窗 */
#c-code-pop { display: none; position: fixed;top: 0;left: 0; z-index: 910; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4);}
#c-code-pop .c-img-box {position: absolute;top: 50%; left: 50%;padding: 20px; width: 200px; border-radius: 5px;background: #fff;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
#c-code-pop .c-img-box .c-close {position: absolute; display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;bottom: -60px;left: 50%;margin-left: -20px; cursor: pointer; background-color: #fff; border-radius: 50%; transition: all 0.5s;}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {margin: 4px; width: 18px;height: 18px;}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path { fill: #333;transition: all 0.5s;}
#c-code-pop .c-img-box .c-close:hover {background-color: #174BE5;}
#c-code-pop .c-img-box .c-close:hover svg path {fill: #fff;}
#c-code-pop .c-img-box > img {width: 100%;}
#c-code-pop .c-img-box .c-text { padding-top: 10px; line-height: 1;text-align: center; color: #333;}


/* 404页面 */
.undefind {background: #fff; text-align: center;}
.undefind img {max-width: 100%;}
.undefind .box {min-height: 100vh; display: flex; align-items: center; justify-content:center ;}
.undefind .p1 {font-size: var(--font32); color: #666; font-weight: normal;}
.undefind .p2 {color: #174BE5; font-weight: 700; font-size: var(--font42); padding-top: .1rem; width: 70%; margin: auto;}
.undefind .imgBox {margin-top: .8rem;}
.undefind .img2 {margin-top: .5rem;}
.undefind .morelist {margin-top: .5rem;}
.undefind .morelist a {margin-top: .3rem; border-radius: 100px; padding: 10px 25px; box-sizing: border-box; border: 2px solid #174BE5; transition: .5s; display: inline-block;}
.undefind .morelist a span {margin-right: .2rem; font-weight: 700;}
.undefind .morelist .a1 {background: #174BE5; color: #fff;}
.undefind .morelist .a2 {margin-left: .35rem; color: #174BE5; background: none;}
.undefind .morelist a:hover {background: #174BE5; color: #fff;box-shadow: 0 0 .1rem #174BE5;}
.undefind .morelist a:hover svg path {fill: #fff;}

/*
插件：视频全屏
版本：
官网：
*/
#hi-video-pop2 { display: none;height: 0; width: 0;}

/*使用IE浏览器提示*/
#hi-upgrade {position: fixed;top: 0; left: 0; z-index: 9999; width: 100%;height: 100%;background: #fff;font-size: 16px; line-height: 26px; text-align: center;}
#hi-upgrade .hi-wrap {position: absolute; top: 50%; left: 50%;margin: -177px 0 0 -450px;width: 900px;}
#hi-upgrade .hi-wrap .hi-title {font-size: 30px; line-height: 40px; color: #333; margin-bottom: 20px;}
#hi-upgrade .hi-wrap .hi-close {margin: 10px 0;display: inline-block; cursor: pointer;font-size: 18px;color: #174BE5;}
#hi-upgrade .hi-wrap .hi-close:hover {text-decoration: underline;}
#hi-upgrade .hi-wrap .hi-text1 {color: #666;}
#hi-upgrade .hi-wrap .hi-text1 span {color: #174BE5;}
#hi-upgrade .hi-wrap .hi-text2 {position: relative; margin: 60px 0; color: #333;}
#hi-upgrade .hi-wrap .hi-text2::before {content: "";position: absolute;top: 50%;left: 0;z-index: 1; width: 100%; border-top: 1px solid #ddd;}
#hi-upgrade .hi-wrap .hi-text2 span { position: relative; z-index: 5; padding: 0 30px;background: #fff;}
#hi-upgrade .hi-wrap .hi-list { overflow: hidden;}
#hi-upgrade .hi-wrap .hi-list li {display: inline-block;width: 16%;}
#hi-upgrade .hi-wrap .hi-list li div {margin: 0 auto 5px;width: 50px;height: 50px;}
#hi-upgrade .hi-wrap .hi-list li a {color: #666;}
#hi-upgrade .hi-wrap .hi-list li a:hover {color: #174BE5;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {background: url(../images/hi-llqImg/hi-llq-1.svg) no-repeat center / 100%;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {background: url(../images/hi-llqImg/hi-llq-2.svg) no-repeat center / 100%;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {background: url(../images/hi-llqImg/hi-llq-3.svg) no-repeat center / 100%;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {background: url(../images/hi-llqImg/hi-llq-4.svg) no-repeat center / 100%;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {background: url(../images/hi-llqImg/hi-llq-5.svg) no-repeat center / 100%;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {background: url(../images/hi-llqImg/hi-llq-6.svg) no-repeat center / 100%;}