/* 初始化样式 */

html, body {
  width: 100%;
  height: 100%;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*color: #333333;*/
  font-size: 14px;
  font-weight: 400;
}

html {
  font-family: "syht"!important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

input[type=text] {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "syht"!important;
  font-size: 14px;
  font-variant: tabular-nums;
  color: #333;
  font-weight: 400;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5em;
  color: #333;
  font-weight: 500;
}


abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

input[type="text"], input[type="password"], input[type="number"], textarea {
  -webkit-appearance: none;
}

ol, ul, dl {
  list-style: none;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: .5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333;
  background-color: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  -webkit-text-decoration-skip: objects;
}

a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

a:hover {
  color: rgb(27, 142, 213);
  text-decoration: underline;
}

a:active {
  color: rgb(27, 142, 213);
}

a:focus, a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

a, area, button, [role="button"], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75em;
  padding-bottom: .3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

button, input {
  overflow: visible;
  outline: none;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

::-moz-selection {
  background: #1890ff;
  color: #fff;
}

::selection {
  background: #1890ff;
  color: #fff;
}

input {
  outline: none;
  border: none;
}

button {
  outline: none;
  border: none;
}

select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #DDD;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  /*background: url("../../static/img/xl.png") no-repeat scroll right center transparent;*/
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  /*padding-right: 20px;*/
  /*padding-left:5px;*/
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}

section {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

/*body::-webkit-scrollbar {*/

/*  display: none;*/

/*}*/

/*html {*/

/*  !*隐藏滚动条，当IE下溢出，仍然可以滚动*!*/

/*  -ms-overflow-style:none;*/

/*  !*火狐下隐藏滚动条*!*/

/*  overflow:-moz-scrollbars-none;*/

/*}*/

/*!*Chrome下隐藏滚动条，溢出可以透明滚动*!*/

/*html::-webkit-scrollbar{width:0px}*/

/*字体颜色*/

.cl {
  color: rgb(38, 144, 216);
}

.clf {
  color: #ffffff !important;
}

.cl3 {
  color: #333333;
}

.cl6 {
  color: #666666;
}

.cl9 {
  color: #999999;
}

.clb3 {
  color: #b3b3b3;
}

.cl2 {
  color: rgb(222, 222, 222);
}

.clr {
  color: rgb(216, 20, 24) !important;
}

.clb {
  color: rgb(43, 158, 220);
}

/*背景色*/

.bg9 {
  background-color: #999999;
}

.bgf9 {
  background-color: #f9f9f9;
}

.bgf5 {
  background-color: #F5F5F5;
}

.bgf4 {
  background-color: #f4f4f4;
}

.bgf {
  background-color: #ffffff;
}

.bgf2 {
  background-color: #F2F2F2;
}

.bgf5f6f8 {
  background-color: #f5f6f8;
}

.bgf6f7f9 {
  background-color: #f6f7f9;
}

.bgf7f7f7 {
  background-color: #f7f7f7;
}

.bgfbfbfc {
  background-color: #fbfbfc;
}

.bgfcfcfc {
  background-color: #fcfcfc;
}

.bgfbfbfb {
  background-color: #fbfbfb;
}

/*通用背景色*/

/*背景图*/

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*边框*/

/*底部边框 */

/*内容最大宽度*/

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/*清除浮动*/

.clear-float {
  zoom: 1;
}

.clear-float:after {
  content: '';
  display: table;
  clear: both;
}

/*省略号*/

.wts {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wts2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.wts3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.wts4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}

/*左右浮动*/

.fl {
  float: left;
}

.fr {
  float: right;
}

/*行级块级*/

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.none {
  display: none;
}

/*隐藏*/

.overflow-hide {
  overflow: hidden;
}

/*table对齐*/

.table {
  display: table;
  table-layout: fixed;
}

.table-cell {
  vertical-align: middle;
  display: table-cell;
}

/*相对定位*/

.relative {
  position: relative;
}

/*绝对定位*/

.absolute {
  position: absolute;
}

/*图片保存比例居中*/

.img-tc img {
  width: 100%;
  height: 100%;
}

/*完全居中*/

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*小手掌*/

.cp {
  cursor: pointer;
}

/*字体居中*/

.tc {
  text-align: center;
  text-align-last: center;
}

/*两端对齐--间距相等*/

.text-justify {
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

/*居中*/

.auto {
  margin: 0 auto;
}

/*右对齐*/

.tc-right {
  text-align: right;
  text-align-last: right;
}

/*左对齐*/

.tc-left {
  text-align: left;
  text-align-last: left;
}

/*缩进*/

.ti30 {
  text-indent: 30px;
}

/*宽度*/

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w20 {
  width: 20%;
}

.w10 {
  width: 10%;
}

.w145 {
  width: 145px;
}

.w160 {
  width: 160px;
}

.w219 {
  width: 219px;
}

.w324 {
  width: 324px;
}

.w398 {
  width: 398px;
}

.w872 {
  width: 872px;
}

/*最大宽度*/

.max-width-100 {
  max-width: 100%;
}

/*最小高度*/

.min-height-300 {
  min-height: 300px;
}

/*不换行*/

.word-wrap {
  word-wrap: normal;
  white-space: nowrap;
}

/*高度*/

.h50 {
  height: 50px;
}

.h100 {
  height: 100%;
}

.h120 {
  height: 120px;
}

.h87 {
  height: 87px;
}

.h141 {
  height: 141px;
}

.h203 {
  height: 203px;
}

.h477 {
  height: 477px;
}

/*伪类*/

.after:after {
  content: "";
  display: block;
  position: absolute;
}

.before:before {
  content: "";
  display: block;
  position: absolute;
}

/*字体*/

.fs0 {
  font-size: 0;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

.fs39 {
  font-size: 39px;
}

.fs44 {
  font-size: 44px;
}

.fs52 {
  font-size: 52px;
}

.fs60 {
  font-size: 60px;
}

.fs61 {
  font-size: 61px;
}

/*垂直居中*/

.va {
  vertical-align: middle;
}

/*垂直居中微调*/

.va1 {
  vertical-align: 1px;
}

.va2 {
  vertical-align: 2px;
}

.va3 {
  vertical-align: 3px;
}

/*行高*/

.lh1-5 {
  line-height: 1.5;
}

.lh0 {
  line-height: 0;
}

.lh20 {
  line-height: 20px;
}

.lh25 {
  line-height: 25px;
}

.lh26 {
  line-height: 26px;
}

.lh30 {
  line-height: 30px;
}

.lh35 {
  line-height: 35px;
}

.lh40 {
  line-height: 40px;
}

.lh46 {
  line-height: 46px;
}

.lh50 {
  line-height: 50px;
}

.lh65 {
  line-height: 65px;
}

/*字体加粗*/

.fw {
  font-weight: bold;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

/*外边距*/

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

/*外边距-top*/

.mt5 {
  margin-top: 5px;
}

.mt7 {
  margin-top: 7px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt18 {
  margin-top: 18px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mt25 {
  margin-top: 25px;
}

.mt28 {
  margin-top: 28px;
}

.mt30 {
  margin-top: 30px;
}

.mt33 {
  margin-top: 33px;
}

.mt35 {
  margin-top: 35px;
}

.mt36 {
  margin-top: 36px;
}

.mt38 {
  margin-top: 38px;
}

.mt45 {
  margin-top: 45px;
}

.mt62 {
  margin-top: 62px;
}

/*外边距-bottom*/

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb38 {
  margin-bottom: 38px;
}

.mb42 {
  margin-bottom: 42px;
}

/*外边距-left*/

.ml-7 {
  margin-left: -7px;
}

.ml-8 {
  margin-left: -8px;
}

.ml5 {
  margin-left: 5px;
}

.ml7 {
  margin-left: 7px;
}

.ml8 {
  margin-left: 8px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml17 {
  margin-left: 17px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml26 {
  margin-left: 26px;
}

.ml48 {
  margin-left: 48px;
}

/*外边距-right*/

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

/*外边距上下*/

.mtb5 {
  margin: 5px 0;
}

.mtb10 {
  margin: 10px 0;
}

.mtb15 {
  margin: 15px 0;
}

.mtb20 {
  margin: 20px 0;
}

/*外边距左右*/

.mlr5 {
  margin: 0 5px;
}

.mlr5 {
  margin: 0 10px;
}

.mlr5 {
  margin: 0 15px;
}

.mlr5 {
  margin: 0 20px;
}

/*内边距*/

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

/*内边距-top*/

.pt5 {
  padding-top: 5px;
}

.pt7 {
  padding-top: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pt10 {
  padding-top: 10px;
}

.pt12 {
  padding-top: 12px;
}

.pt14 {
  padding-top: 14px;
}

.pt15 {
  padding-top: 15px;
}

.pt16 {
  padding-top: 16px;
}

.pt17 {
  padding-top: 17px;
}

.pt18 {
  padding-top: 18px;
}

.pt20 {
  padding-top: 20px;
}

.pt22 {
  padding-top: 22px;
}

.pt23 {
  padding-top: 23px;
}

.pt24 {
  padding-top: 24px;
}

.pt25 {
  padding-top: 25px;
}

.pt26 {
  padding-top: 26px;
}

.pt27 {
  padding-top: 27px;
}

.pt28 {
  padding-top: 28px;
}

.pt30 {
  padding-top: 30px;
}

.pt32 {
  padding-top: 32px;
}

.pt34 {
  padding-top: 34px;
}

.pt35 {
  padding-top: 35px;
}

.pt36 {
  padding-top: 36px;
}

.pt37 {
  padding-top: 37px;
}

.pt38 {
  padding-top: 38px;
}

.pt39 {
  padding-top: 39px;
}

.pt40 {
  padding-top: 40px;
}

.pt43 {
  padding-top: 43px;
}

.pt45 {
  padding-top: 45px;
}

.pt47 {
  padding-top: 47px;
}

.pt51 {
  padding-top: 51px;
}

.pt54 {
  padding-top: 54px;
}

.pt65 {
  padding-top: 65px;
}

.pt67 {
  padding-top: 67px;
}

.pt80 {
  padding-top: 80px;
}

.pt87 {
  padding-top: 87px;
}

/*内边距-bottom*/

.pb5 {
  padding-bottom: 5px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb17 {
  padding-bottom: 17px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb28 {
  padding-bottom: 28px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb34 {
  padding-bottom: 34px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb36 {
  padding-bottom: 36px;
}

.pb38 {
  padding-bottom: 38px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb43 {
  padding-bottom: 43px;
}

.pb48 {
  padding-bottom: 48px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb66 {
  padding-bottom: 66px;
}

.pb72 {
  padding-bottom: 72px;
}

.pb76 {
  padding-bottom: 76px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb107 {
  padding-bottom: 107px;
}

.pb116 {
  padding-bottom: 116px;
}

.pb121 {
  padding-bottom: 121px;
}

/*内边距-left*/

.pl4 {
  padding-left: 4px;
}

.pl5 {
  padding-left: 5px;
}

.pl7 {
  padding-left: 7px;
}

.pl8 {
  padding-left: 8px;
}

.pl9 {
  padding-left: 9px;
}

.pl10 {
  padding-left: 10px;
}

.pl12 {
  padding-left: 12px;
}

.pl14 {
  padding-left: 14px;
}

.pl15 {
  padding-left: 15px;
}

.pl16 {
  padding-left: 16px;
}

.pl18 {
  padding-left: 18px;
}

.pl20 {
  padding-left: 20px;
}

.pl23 {
  padding-left: 23px;
}

.pl24 {
  padding-left: 24px;
}

.pl25 {
  padding-left: 25px;
}

.pl27 {
  padding-left: 27px;
}

.pl28 {
  padding-left: 28px;
}

.pl29 {
  padding-left: 29px;
}

.pl30 {
  padding-left: 30px;
}

.pl32 {
  padding-left: 32px;
}

.pl36 {
  padding-left: 36px;
}

.pl40 {
  padding-left: 40px;
}

.pl42 {
  padding-left: 42px;
}

.pl48 {
  padding-left: 48px;
}

.pl58 {
  padding-left: 58px;
}

.pl70 {
  padding-left: 70px;
}

.pl88 {
  padding-left: 88px;
}

.pl98 {
  padding-left: 98px;
}

.pl135 {
  padding-left: 135px;
}

/*内边距-right*/

.pr4 {
  padding-right: 4px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr27 {
  padding-right: 27px;
}

.pr36 {
  padding-right: 36px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr57 {
  padding-right: 57px;
}

.pr58 {
  padding-right: 58px;
}

.pr60 {
  padding-right: 60px;
}

.pr135 {
  padding-right: 135px;
}

/*内边距-上下*/

.ptb5 {
  padding: 5px 0;
}

.ptb10 {
  padding: 10px 0;
}

.ptb15 {
  padding: 15px 0;
}

.ptb20 {
  padding: 20px 0;
}

.ptb30 {
  padding: 30px 0;
}

.ptb40 {
  padding: 40px 0;
}

/*内边距-左右*/

.plr5 {
  padding: 0 5px;
}

.plr10 {
  padding: 0 10px;
}

.plr15 {
  padding: 0 15px;
}

.plr20 {
  padding: 0 20px;
}

.plr25 {
  padding: 0 25px;
}

.plr135 {
  padding: 0 135px;
}

.plr52 {
  padding: 0 52px;
}

/*移动端*/

@media (max-width: 1024px) {
  .flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-start {
    justify-content: flex-start;
  }
  .flex-end {
    justify-content: flex-end;
  }
  .justify-content-center {
    justify-content: center;
  }
  .space-between {
    justify-content: space-between;
  }
}

/*分页*/

.turning-page-index {
  width: 56px;
  height: 30px;
  color: #333333;
  text-align: center;
  line-height: 30px;
  float: left;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #F1F1F1;
}

.pagination_page {
  width: 30px;
  height: 30px;
  color: #333333;
  line-height: 30px;
  border-radius: 5px;
  margin-left: 5px;
  float: left;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #F1F1F1;
}

.turning-page-num-box {
  line-height: 30px;
  margin-left: 14px;
}

.turning-page-num {
  margin: 0 4px;
}

.turning-page-num input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: center;
  color: #999999;
}

.pagination_page_active {
  background-color: #35A5E0 !important;
  color: #ffffff;
  !important;
}

/*通用头部*/

.sub-header {
  padding-bottom: 85px;
}

.slide-item {
  padding-top: 85px;
}

.header {
  height: 85px;
  line-height: 85px;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 999;
  position: fixed;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.13) 0 0 16px 0;
}

.header .header-right {
  width: calc(100% - 225px);
}

.header-right>div:nth-of-type(1) {
  /*width: calc(100% - 200px);*/
  height: 100%;
  width: 100%;
}

.header-right>div:nth-of-type(2) {
  width: 200px;
}

.header-nav a {
  font-size: 16px;
  display: block;
  float: left;
  position: relative;
  transition: all .3s linear;
  width: 96px;
  text-align: center;
}

.index-header .header-nav a:hover {
  background-color: transparent;
}

.header-nav a:hover {
  background-color: #F5F6F8;
  color: #1787D2;
}

.header-nav a:hover:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1787D2;
  transition: all .3s linear;
}

.header-form {
  width: 100%;
  background-color: #eeeeee;
  height: 40px;
  border-radius: 10px;
}

.header-form input {
  width: 70%;
  height: 100%;
  text-indent: 15px;
  background-color: transparent;
  color: rgb(153, 153, 153);
}

.header-form button {
  width: 30%;
  height: 100%;
  background-color: transparent;
}

.header-nav-active {
  background-color: #F5F6F8;
  color: #1787D2;
}

.header-nav-active:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1787D2;
}

/*标题和内容*/

.common-title:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  background-color: #88B1F6;
  bottom: -14px;
  left: 50%;
  margin-left: -11px;
}

.section-title {
  font-size: 36px;
  color: #333333;
  text-align: center;
  position: relative;
}

.section-title:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100px;
  background-color: #C5C5C5;
  bottom: -14px;
  left: -55px;
}

.section-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100px;
  background-color: #C5C5C5;
  bottom: -14px;
  right: -55px;
}

.section-content {
  color: rgb(102, 102, 102);
  font-size: 15px;
  text-align: center;
  padding-top: 32px;
  margin: 0 auto;
  line-height: 28px;
}

/*主站通用标题*/

.master-title:after {
  left: 50%;
  margin-left: 30px;
}

.master-title:before {
  right: 50%;
  margin-right: 30px;
}

/* 通用轮播图按钮 */
.swiper-tab {
    padding-top: 30px;
    margin: 0 -5px;
	width: 100%;
}
.swiper-tab .active span{
    background-color: #2590D8 !important;
    color: #ffffff;
}

.swiper-tab li {
    width:calc( (100vw - 17px ) * (150 /1920));
    min-width: 90px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    float: left;
    cursor: pointer;
    padding: 0 5px;
    margin: 10px 0;
}
.swiper-tab li span{
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
     border: #F1F1F1 solid 1px;
      transition: all .3s linear;
}
.swiper-tab li:hover span{
    background-color:#2590D8;
    color: #ffffff;
}


/*最大宽度*/

.max-width-747 {
  max-width: 747px;
}

.max-width-690 {
  max-width: 690px;
}

.max-width-610 {
  max-width: 610px;
}

.max-width-551 {
  max-width: 551px;
}

.max-width-489 {
  max-width: 489px;
}

.max-width-424 {
  max-width: 424px;
}

.max-width-414 {
  max-width: 414px;
}

.max-width-390 {
  max-width: 390px;
}

.max-width-370 {
  max-width: 370px;
}

.max-width-361 {
  max-width: 361px;
}

.max-width-305 {
  max-width: 305px;
}

.max-width-211 {
  max-width: 211px;
}

.max-width-820 {
  max-width: 820px;
}

/*更多*/

.index-job-more a {
  display: block;
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #e7e7e7;
  font-size: 16px;
  color: #999999;
  margin: 0 auto;
  transition: all .3s linear;
}

.index-job-more a:hover {
  background-color: #3299D0;
  color: #ffffff;
  border-radius: 22.5px;
}

/*swiper分段器样式*/

.common-pagination {
  text-align: center;
  position: absolute;
  z-index: 10;
}

.common-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  outline: none;
}

/*logo*/

.header-logo span {
  color: #2590d8;
  font-size: 35px;
  font-weight: bold;
  padding-left: 15px;
}

/*旋转动画*/
.rotating-animation {
  animation: mymove 5s infinite;
  /*Safari 和 Chrome:*/
  -webkit-animation: mymove 8s infinite linear;
}


@keyframes mymove {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg)
  }
}


/*Safari 和 Chrome:*/

@-webkit-keyframes mymove {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg)
  }
}

/* 关于我们 */
/*工作环境*/
.about-us-work .swiper-container {
    padding-bottom: 100px;
    padding-top: 30px;
}

.about-us-work .swiper-container .swiper-slide {
    height: 294px;
    margin-top: 14px;
    position: relative;
    cursor: pointer;

}

.about-us-work .swiper-container .swiper-slide:hover a > img {
    transform: scale(1.2);
}

.about-us-work .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-us-work .swiper-container .swiper-slide a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s linear;

}

.about-us-work .swiper-1-pagination {
    bottom: 48px;
}

.about-us-work .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
}

.about-us-work-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 37px;
    height: 37px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 16px;
}

.about-us-work-item-content > div:nth-of-type(1) {
    max-width: 70%;
}

/*关于我们-swiper弹窗*/
.about-us-swiper-box {
    width: 60% !important;
    height: calc(100vw * 0.6 * 9 / 16);
}

.about-us-swiper-box .layui-layer-content {
    width: 100%;
    height: 100%;
}

.about-us-swiper {
    width: 100%;
    height: 100%;
}

.about-us-swiper .index-news-swiper-button-next, .about-us-swiper .index-news-swiper-button-prev {
    z-index: 10;
    position: absolute;
    top: 50%;
    margin-top: -20.5px;
    cursor: pointer;
    outline: none;
}

.about-us-swiper .index-news-swiper-button-next {
    left: 37px;
}

.about-us-swiper .index-news-swiper-button-next img, .about-us-swiper .index-news-swiper-button-prev img {
    width: calc((100vw - 17px) * (41 / 1920));
    min-width: 25px;
}

.about-us-swiper .index-news-swiper-button-prev {
    right: 37px;
}


 .layui-layer-setwin .layui-layer-close2{
        z-index: 900;
 }

/* 移动端加载更多 */

.loading-more {
  display: none;
}

/* 移动端底部 */

.mobile-footer{
  display: none;
}
  @media (max-width: 1200px) {
  /*通用样式*/
  .container {
    max-width: 768px;
    padding: 0 15px;
  }
  .section-title {
    font-size: 30px;
  }
  /*字体*/
  .fs34 {
    font-size: 30px;
  }
  .fs52 {
    font-size: 40px;
  }
  /*padding*/
  .pb34 {
    padding-bottom: 20px;
  }
  .pb30 {
    padding-bottom: 20px;
  }
  .pb43 {
    padding-bottom: 30px;
  }

}

@media (max-width: 768px) {
  /*通用样式*/
      
  .swiper-tab li{
   /* width: 25%;
    min-width: auto; */
	    min-width: auto;
	    width: 23%;
	    margin-right: 2%;
  }
   
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .section-title {
    font-size: 22px;
  }
 

  /*搜索列表*/
  .search-list {
    padding-top: 0!important;
  }
  .search-list>a {
    height: 100px !important;
  }
  .search-item-img>div {
    height: 70px !important;
  }
  .search-item-center>div:nth-of-type(1) {
    padding-bottom: 10px!important;
    font-size: 16px!important;
  }
  .search-item-center>div:nth-of-type(2) {
    font-size: 14px!important;
    line-height: 20px!important;
    height: 40px!important;
  }
  .search-nav {
    height: auto !important;
  }
  .search-item-img {
    width: 30% !important;
  }
  .search-item-center {
    width: 70%;
  }
  .search-list>a .table>div:nth-of-type(3) {
    display: none;
  }
  /*padding*/
  .pt40 {
    padding-top: 20px;
  }
  .pt45 {
    padding-top: 20px;
  }
  .pb116 {
    padding-bottom: 40px;
  }
  .pb121 {
    padding-bottom: 40px;
  }
  .pt87 {
    padding-top: 30px;
  }
  .pt51 {
    padding-top: 17px;
  }
  .pt32 {
    padding-top: 19px;
  }
  .pt25 {
    padding-top: 10px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pl36 {
    padding-left: 18px;
  }
  .pb43 {
    padding-top: 10px;
  }
  .pb43 {
    padding-bottom: 10px;
  }
  .pb34 {
    padding-bottom: 10px;
  }
  .pb30 {
    padding-bottom: 10px;
  }
  .pt30 {
    padding-top: 15px;
  }
  /*logo*/
  .header-logo span {
    font-size: 25px !important;
  }
  /*字体*/
  .fs52 {
    font-size: 20px;
  }
  .fs36 {
    font-size: 18px;
  }
  .fs34 {
    font-size: 17px;
  }
  .fs22 {
    font-size: 18px;
  }
  .fs20 {
    font-size: 16px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs16 {
    font-size: 14px;
  }
  .fs15 {
    font-size: 12px;
  }
  /*通用头部*/
  .sub-header {
    padding-bottom: 60px;
    transition: all .3s linear;
  }
  .header {
    height: auto;
    overflow: visible;
  }
  .header .none {
    display: block;
    height: 100%;
  }
  .header-logo {
    width: 100%;
    line-height: 60px;
    height: 60px;
  }
  .header-logo>div:nth-of-type(1) {
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    padding-right: 20px;
    transition: all .3s linear;
  }
  .header-logo .logo-img {
    height: 30px;
  }
  .header-search img {
    height: 20px;
  }
  #j-icon i {
    color: #3179cb;
  }
  #j-icon i:before {
    font-size: 20px;
  }
  .header .header-right {
    width: 100% !important;
    /*padding: 15px 0;*/
    height: 0;
    overflow: hidden;
    transition: all .3s linear;
  }
  .header-right>div:nth-of-type(1) {
    width: 0;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 900;
    overflow: hidden;
    transition: width .3s linear;
  }
  .header-nav {
    /*display: none;*/
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 50% !important;
    display: inline-block;
    background-color: #ffffff;
    z-index: 998;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 50%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
  .header-nav a {
    width: 100% !important;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px !important;
    color: #666666 !important;
    border-bottom: .5px solid #D0D0D0;
  }
  .header-nav-active:after {
    display: none;
  }
  .header .table {
    display: block;
  }
  .header-right>div:nth-of-type(2) {
    width: 100%;
  }
  .header-form {
    width: 100%;
  }
  .header-right>div:nth-of-type(2)>div {
    display: block;
  }
  .index-swiper-title span {
    font-size: 16px !important;
  }
  .index-swiper-subtitle span {
    font-size: 18px !important;
  }
  .index-swiper-slide-1 .lh1-5 {
    font-size: 12px;
  }
}