@charset "utf-8";

/*全局样式*/
html {
    background-color: #fff;
    color: #000;
    font-size: 12px
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
    margin: 0;
    padding: 0
}

body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
    line-height: 1.5;
    font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
    font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: normal
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left
}

caption,
th {
    text-align: inherit
}

ul,
ol,
menu {
    list-style: none
}

fieldset,
img {
    border: 0
}

div {
    box-sizing: border-box;
}

img,
object,
input,
textarea,
button,
select {
    vertical-align: middle
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "\0020"
}

textarea {
    overflow: auto;
    resize: vertical
}

input,
textarea,
button,
select,
a {
    outline: 0 none;
    border: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

mark {
    background-color: transparent
}

a,
ins,
s,
u,
del {
    text-decoration: none
}

sup,
sub {
    vertical-align: baseline
}

html {
    overflow-x: hidden;
    height: 100%;
    /* font-size: 50px; */
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    /* font-size: .28em; */
    /* line-height: 1; */
    -webkit-text-size-adjust: none;
}

hr {
    height: .02rem;
    margin: .1rem 0;
    border: medium none;
    border-top: .02rem solid #cacaca;
}

/* 回到顶部 */
.backToTop {
    position: fixed;
    right: 50%;
    width: 54px;
    height: 54px;
    cursor: pointer;
    z-index: 99;
    margin-right: -680px;
    bottom: 10%;
    display: none;
}

/* End回到顶部 */
/* header-Begin */
.header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background: rgba(6, 25, 50, .2);
    position: fixed;
    top: 0;
    z-index: 99;
}

.header .headerInside {
    max-width: 1540px;
    min-width: 1200px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.header .header_l {}

.header .header_m {
    width: 560px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header_m a {
    display: block;
    font-size: 18px;
    color: #FEFEFF;
    line-height: 18px;
    position: relative;
}

.header .header_m a:hover::after,
.header .header_m a.active::after,
.index .header .header_m a:nth-child(1)::after,
.demandPage .header .header_m a:nth-child(2)::after,
.demandDetail .header .header_m a:nth-child(2)::after,
.newsPage .header .header_m a:nth-child(3)::after,
.newsDetailPage .header .header_m a:nth-child(3)::after,
.contactUsPage .header .header_m a:nth-child(5)::after {
    content: '';
    text-align: center;
    margin: 18px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    width: 22px;
    height: 4px;
    background: #FFFFFF;
}

.header .header_r {
    width: 155px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.header .header_r_login {
  display: none;
  width: 155px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.header .header_r a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
}

.header .header_r a:hover {
    color: #32c8ff;
}

.header .header_r .shu {
    display: inline-block;
    width: 1px;
    height: 17px;
    background: #FFFFFF;
    line-height: 40px;
}

/* header-End */
/* footer-Begin */

.indexFooter {
    height: 148px;
    border-top: 10px solid #398cfe;
    background: #0a0f5f;
    padding-top: 49px;
}

.indexFooter a,
.indexFooter p {
    display: block;
    font-size: 16px;
    color: #83A6FF;
    line-height: 30px;
    text-align: center;
}
.footer {
    height: 140px;
    background: #fff;
    padding-top: 30px;
}

.footer a,
.footer p {
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    text-align: center;
}

.center {
    /* width: 1200px; */
    width: 1100px;
    margin: 0 auto;
}

/* header-End */

/* 翻页 */
.myPage {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding-bottom: 50px;
    margin-top: 65px;
  }
  .myPage .page{
    display: inline-block;
    margin-left: -280px;
  }
  .myPage .right {
    display: inline-block;
    margin-left: 130px;
  }
  .myPage .page ul {
    display: inline-block;
    padding: 0;
    /* min-width: 450px; */
    text-align: center;
  }
  .myPage .page ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .myPage .page ul li:hover {
    cursor: pointer;
  }
  .myPage .page ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .myPage .page a {
    font-size: 16px;
    height: 34px;
    padding: 8px 12px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    color: #666;
    text-decoration: none;
    background: #fff;
  }
  .myPage .page .disabled a:hover {
    cursor: not-allowed;
  }
  .myPage .page .active a {
    border: 1px solid #32C8FF;
    color: #32C8FF;
  }
  .myPage .page .disabled a {
    background: white;
    color: #999999;
  }
  .myPage .totalNum {
    padding-right: 22px;
  }
  .myPage .go-page {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 7px;
    display: inline-block;
    padding-left: 10px; 
    font-size: 16px;
    width: 64px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
  }
  .myPage .sure-go-page {
    box-sizing: border-box;
    margin-left: 20px;
    display: inline-block;
    height: 34px;
    width: 65px;
    text-align: center;
    line-height: 34px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    cursor: pointer;
  }
   .myPage .custom-select {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-left: -356px;
  }
  .myPage .custom-select select {
    display: none; 
  }
  .myPage .select-styled {
    display: inline-block;
    cursor: pointer;
    width: 104px;
    padding-right: 14px;
    line-height: 32px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
  }
  .myPage .select-arrow {
    position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
  }
  .myPage .select-options {
    width: 104px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    margin-top: 4px;
    padding: 8px 0;
    border: 1px solid #DFDFDF;
    background-color: #fff;
    border-radius: 5px;
  }
  .myPage .select-options.open {
    display: block;
  }
  .myPage .select-option {
    display: block;
    padding: 8px 16px;
    cursor: pointer;
  }
  .myPage .select-option:hover {
    background-color: #f2f2f2;
  }
  /* End翻页 */
  /* 滚动条样式-Begin */
  ::-webkit-scrollbar {
    width: 7px;
    background: #f1f1f1;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-button:vertical {
    display: none;
  }
  ::-webkit-scrollbar-track:vertical {
    background-color: transparent;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb:vertical {
    background-color: #ccc;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #ccc;
    cursor: pointer;
  }
  ::-webkit-scrollbar-thumb:vertical:active {
    background-color: #ccc;
    cursor: pointer;
  }

  /* 滚动条样式-End */