@charset "UTF-8";
/*
Normalize.css 使浏览器呈现所有 HTML 元素更加一致，并且符合现代 web 标准。Normalize.css 只作用于需要规范化的样式。
*/
:where(html) {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}

:where(dl,ol,ul) :where(dl,ol,ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}

:where(hr) {
  box-sizing: content-box;
  color: inherit;
  height: 0;
}

:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

:where(b,strong) {
  font-weight: bolder;
}

:where(code,kbd,pre,samp) {
  font-family: monospace, monospace;
  font-size: 1em;
}

:where(small) {
  font-size: 80%;
}

:where(table) {
  border-color: currentColor;
  text-indent: 0;
}

:where(button,input,select) {
  margin: 0;
}

:where(button) {
  text-transform: none;
}

:where(button,input:is([type=button i],[type=reset i],[type=submit i])) {
  -webkit-appearance: button;
}

:where(progress) {
  vertical-align: baseline;
}

:where(select) {
  text-transform: none;
}

:where(textarea) {
  margin: 0;
}

:where(input[type=search i]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}

:where(:-moz-ui-invalid) {
  box-shadow: none;
}

:where(dialog) {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

:where(summary) {
  display: list-item;
}

/* 行为相关颜色 */
html, body, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote {
  box-sizing: border-box;
  margin: 0;
}

body {
  min-width: 1200px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

div,
span {
  word-wrap: break-word;
  word-break: break-all;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
}

img {
  -webkit-user-drag: none;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.link {
  color: #157ac8;
  cursor: pointer;
}

.success {
  color: #4cd964;
}

.error,
.danger {
  color: #f56c6c;
}

.warning {
  color: #f0ad4e;
}

.secondary {
  color: #fb8748;
}

.primary {
  color: #157ac8;
}

.pointer {
  cursor: pointer;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.word-wrap {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.link {
  cursor: pointer;
  color: #157ac8;
}

.vjs-big-play-button {
  left: 50% !important;
  margin-left: -40px !important;
  top: 50% !important;
  margin-top: -20px !important;
}

.vjs-poster {
  background-size: cover !important;
}

.vjs-time-tooltip {
  width: 50px !important;
}

ul {
  margin: 0 !important;
  padding: 0;
}

li {
  list-style: none;
}

img {
  opacity: 1;
  filter: Alpha(opacity=1);
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
}

.hidden {
  display: none;
}

.hid {
  display: none;
}

a:hover {
  text-decoration: none !important;
}

.container {
  position: relative;
}

#sideMenu {
  font-size: 22px;
  color: #222;
  float: right;
  z-index: 5;
  display: none;
}

#sideMenuContainer {
  height: 100%;
  position: fixed;
  top: 56px;
  right: -200px;
  width: 200px;
  z-index: 999999999;
  bottom: 0;
}

.mxphonenav {
  padding: 10px 20px;
  line-height: 50px;
}

.mxphonenav li a {
  color: #fff;
}

.mxphonenav li a:hover {
  opacity: 0.4;
}

.contentpart {
  padding: 60px 0;
}

.parttitle h2 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: normal;
  margin-top: 0;
  color: #222;
}

.parttitle p {
  font-size: 17px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2e2e2e;
  margin-bottom: 40px;
}

.icon-wrapper {
  position: relative;
  height: 80px;
  margin-bottom: 30px;
}

.youshipart {
  padding: 45px 20px;
  background: #fff;
  min-height: 322px;
}

.youshipart p {
  color: #999;
}

.youshipart h3 {
  font-size: 18px;
  line-height: 22px;
  color: #222;
}

.icon-wrapper i {
  font-size: 50px;
  color: #666;
}

.icon-wrapper i:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  width: 30px;
}

.indexabout {
  padding: 30px 20%;
  color: #fff;
}

.indexabout h4 {
  margin-top: 0;
}

.indexabout h2 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.indexabout p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
}

.indexabout a {
  padding: 10px 40px;
  font-size: 16px;
  color: #fff;
}

.indexabout a:hover {
  color: #fff;
}

.productpart #myTab {
  float: left;
  width: 20%;
  border-bottom: none;
  padding: 15px;
}

.productpart #myTab li {
  float: none;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 5px;
}

.productpart #myTab li a {
  border: none;
  color: #fff;
  text-align: center;
}

.productpart #myTab li a:hover {
  border-radius: 0 !important;
  background: #fff;
  margin-right: 0 !important;
}

.productpart #myTabContent {
  background: #fff;
  padding: 30px;
  margin-left: 20% !important;
  min-height: 500px;
}

.productpart .nav-tabs > li.active > a, .productpart .nav-tabs > li.active > a:focus, .productpart .nav-tabs > li.active > a:hover {
  border-radius: 0 !important;
  margin-right: 0 !important;
}

#myTabContent .proimg img {
  width: 100%;
}

#myTabContent .indexprotit {
  text-align: center;
  color: #222;
  display: block;
  padding: 10px 0 30px 0;
}

.indexnews {
  padding: 0 10%;
  margin: 0 auto;
}

.maincon {
  background: #f9f9f9;
}

.nybanner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.neicon {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sidbarnav {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.listcon {
  background: #fff;
  padding: 30px;
}

.tzggtit {
  margin-bottom: 5px;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
}

.tzggtit span {
  color: #fff !important;
}

.tzggtit:before {
  content: "--";
}

.tzggtit:after {
  content: "--";
}

.ymtitle li {
  text-align: center;
}

.ymtitle li a {
  height: 34px;
  line-height: 34px;
  background: #f2f3f6;
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #333;
}

.sidbarcontact {
  background: #fff;
  padding: 20px;
}

.sidbarcontact p {
  font-size: 12px;
  line-height: 24px;
  color: #333;
  margin: 15px 0;
}

.sidbarcontact a {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #111;
  border: 1px solid #eaeaea;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  transition: 0.3s;
}

.bread {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #999;
}

.pagetit {
  font-size: 24px;
  margin: 20px 0;
}

.pagecontent {
  margin-top: 20px;
}

.pagecontent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pagecontent p {
  line-height: 30px;
  margin-bottom: 15px;
  color: #666;
}

.protoptextpart h1 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.protoppart {
  margin-top: 30px;
}

.proxiangqing {
  font-size: 16px;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.xgpro {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  margin-top: 45px;
}

.newslistpart h1 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
}

.newslistpart h1 a {
  color: #333;
}

.newstag span {
  color: #999;
  margin-right: 10px;
  font-size: 12px;
}

.newslistpart .newszy {
  color: #666;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 0;
}

.newslistpart {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e5e5;
}

.newslistpart img {
  width: 100%;
  height: auto;
}

.page_navi {
  margin-top: 30px;
}

.page_navi a {
  padding: 5px 12px;
  border: 1px solid #e5e5e5;
  margin: 0 2px;
  color: #333;
}

.sancon h1 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-top: 8px !important;
}

.noborder {
  border: none !important;
  padding-bottom: 0 !important;
  margin-bottom: -10px;
}

.casetitle {
  margin-top: 10px !important;
}

.downloadlistpart {
  line-height: 40px;
  border-bottom: 1px solid #f5f5f5;
}

.downloadlistpart h1 {
  font-size: 14px;
  margin: 0;
  line-height: 40px;
}

.downloadtime {
  font-size: 12px;
  color: #999;
}

.downloadlistpart h1 a {
  color: #333;
}

.sancontit {
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: left !important;
  line-height: 20px;
}

.threetag .newstag {
  margin-top: -5px;
  margin-bottom: -5px;
}

.lefttime {
  background: #fafafa;
  padding: 10px 0 1px 0;
}

.lefttime p {
  color: #999;
}

.year {
  font-size: 18px;
  font-weight: bold;
}

.bdsharebuttonbox {
  float: right;
  margin-top: 10px;
}

.conbottom {
  margin-top: 30px;
  background: #fafafa;
  padding: 20px 15px 10px 15px;
}

.not-found {
  margin-bottom: 160px;
}

.zhaopinlist table th {
  border-right: 1px solid #e5e5e5;
}

.zhaopinlist table tbody tr td {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #e5e5e5;
}

.zhaopinlist .table > thead > tr > th {
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa;
  display: table-cell;
  vertical-align: middle;
}

.zhaopinlist table {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.proslist {
  margin-top: 30px;
}

.pagecontent .visual-form-builder fieldset {
  background: none;
  border: none;
  margin: 0 !important;
}

.pagecontent .vfb-legend {
  display: none;
}

.pagecontent .visual-form-builder fieldset input, .pagecontent .visual-form-builder fieldset textarea {
  border-radius: 0;
  background: none;
  border: 1px solid #e5e5e5;
  padding: 10px 5px;
  width: 100%;
  margin-top: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#vfb-3 {
  display: none;
}

.conbottom p {
  color: #999;
}

.conbottom a {
  color: #333;
}

.indexnewstag {
  margin-bottom: 6px;
}

.vfb-item-secret .vfb-desc {
  display: none !important;
}

.vfb-item-secret .vfb-span {
  display: none !important;
}

.pro-info {
  margin-top: 20px;
}

.gallery-top {
  width: 100%;
  height: 377px;
}

.gallery-top .swiper-slide {
  width: 100%;
  height: 377px;
  background-size: cover;
  background-position: center;
  border: 1px solid #f0f0f0;
}

.gallery-top .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-thumbs {
  margin-top: 10px;
  width: 100%;
  height: 87px;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  border: 1px solid #f0f0f0;
}

.gallery-thumbs .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.pro-info-item {
  padding: 5px 0;
}

.pro-detail {
  border-bottom: 1px solid #e4eaec;
}

.pro-detail > div {
  color: #3cab69;
  border-bottom: 2px solid #3cab69;
  margin-top: 20px;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
}

.indexabout a {
  background: #157ac8;
}

.productpart {
  background: #157ac8;
}

.productpart .nav-tabs > li.active > a, .productpart .nav-tabs > li.active > a:focus, .productpart .nav-tabs > li.active > a:hover {
  color: #157ac8 !important;
}

.productpart #myTab li a:hover {
  color: #157ac8;
}

.slideBox1 .newsmore {
  color: #157ac8;
}

.slideBox1 .prev, .slideBox1 .next {
  background-color: #157ac8;
}

.slideBox .hd ul .on {
  background-color: #157ac8;
}

#sideMenu {
  color: #157ac8;
}

.mxphonenav {
  background: #157ac8;
}

.tzggtit {
  background: #157ac8;
}

.toptab a:hover {
  color: #157ac8;
}

.youshilistpart:hover .yslistpartimg {
  background: #157ac8 !important;
}

.tzggtit span {
  color: #157ac8;
}

.ymtitle .current_page_item a, .ymtitle .current-cat a, .sidbarcontact a:hover {
  color: #157ac8 !important;
  border: none;
  font-weight: bold;
}

.proxiangqing {
  color: #157ac8;
}

.showpage a:hover {
  background: #157ac8;
  color: #fff;
  border-color: #157ac8;
}

#showsum span.sel {
  border: 1px solid #157ac8;
}

.sb-search-input {
  color: #157ac8 !important;
}

#showsum1 span.sel {
  border: 1px solid #157ac8;
}

.sb-search-input {
  color: #157ac8 !important;
}

.xgpro {
  color: #157ac8 !important;
}

.downloadlistpart a:hover {
  color: #157ac8 !important;
}

.conbottom a {
  color: #157ac8;
}

.ymtitle li a:hover {
  color: #157ac8;
  font-weight: bold;
}

.bread a {
  color: #157ac8;
}

.page_navi {
  margin-top: 30px;
}

.page_navi a {
  padding: 5px 12px;
  border: 1px solid #e5e5e5;
  margin: 0 2px;
  color: #333;
}

.page_navi a:hover, .page_navi .current {
  color: #fff;
  background: #157ac8;
  border: 1px solid #157ac8;
}

.lefttime .year {
  color: #157ac8;
}

.newstag a {
  color: #157ac8;
}

#vfb-4 {
  color: #fff;
  background: #157ac8;
  border: 1px solid #157ac8;
}

#header {
  background: white;
  width: 100%;
}
#header .wrapper {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
#header .wrapper .logo {
  font-size: 0;
}
#header .wrapper .logo img {
  height: 45px;
}
#header .wrapper .nav-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
}
#header .wrapper .nav-wrapper .nav-item {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border-bottom: 3px solid transparent;
}
#header .wrapper .nav-wrapper .nav-item.active {
  border-bottom: 3px solid #157ac8;
}
#header .wrapper .nav-wrapper .nav-item.active a {
  color: #157ac8;
}
#header .wrapper .nav-wrapper .nav-item:hover {
  border-bottom: 3px solid #157ac8;
}
#header .wrapper .nav-wrapper .nav-item:hover a {
  color: #157ac8;
}
#header .wrapper .nav-wrapper .nav-item a {
  display: inline-block;
  color: #333;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}

#footer {
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 0 0;
}
#footer .wrapper {
  width: 1200px;
  margin: 0 auto;
}
#footer .wrapper .logo {
  height: 45px;
}

.footer-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  padding-bottom: 50px;
}
.footer-content-wrapper .item {
  color: white;
}
.footer-content-wrapper .item .title {
  font-size: 18px;
}
.footer-content-wrapper .item .list {
  color: white;
}
.footer-content-wrapper .item .list .nav {
  text-align: center;
  margin-top: 18px;
}
.footer-content-wrapper .item .list .nav a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-content-wrapper .item .list .nav a:hover {
  text-decoration: underline;
}
.footer-content-wrapper .item .info {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-content-wrapper .qr-code-wrapper .qr-code {
  width: 100px;
  height: 100px;
  padding: 10px;
  background: white;
  border-radius: 5px;
}
.footer-content-wrapper .qr-code-wrapper .text {
  text-align: center;
  color: #ddd;
  font-size: 14px;
  margin-top: 5px;
}

#side {
  position: fixed;
  top: calc(100vh - 380px);
  width: 180px;
  right: 0;
  transform: translateX(127px);
  transition: transform 0.5s;
  z-index: 100;
}
#side:hover {
  transform: translateX(-5px);
}
#side:hover .tab.qr-code-tab {
  height: 180px;
}
#side .tab {
  background: #157ac8;
  height: 53px;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all 0.5s;
  color: white;
  cursor: pointer;
  padding: 16px 0 16px 18px;
}
#side .tab a {
  color: white;
}
#side .tab .icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 12px;
}
#side .qr-code-tab {
  transition: height 0.5s;
}
#side .qr-code-tab .qr-code {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-left: 22px;
}

.beian {
  text-align: center;
  padding: 10px;
  background: #000;
}
.beian a {
  color: #ccc;
  font-size: 14px;
}
.beian a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=common.css.map */
