* {
  padding: 0;
  margin: 0;
}
html {
  background: #f2f9ff;
}
input {
  border: none;
  outline: none;
}
a {
  text-decoration: none;
  color:#333333;
}
a:hover {
  color: #ef8d1d;
}
.contentWidth {
  width: 1200px;
  margin: auto;
}
.display {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-menu{
  position: sticky;
  top: 0;
  height: 234px;
  z-index: 1000000000;
}
.header {
  width: 100%;
  min-width: 1200px;
  height: 157px;
  background: #437ee9;
  position: relative;
}
.logo {
  display: inline-block;
  width: 190px;
  height: 54px;
  margin-top: 52px;
}
.rightSearch {
  margin-top: 52px;
  float: right;
}
.searchBox {
  width: 564px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.searchIcon {
  width: 18px;
  height: 18px;
  padding: 17px;
}

.pointer_icon_css{
width: 5px;
height: 5px;
border-radius: 50%;
background: #333333;
}
.input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 52px;
  font-size: 16px;
 /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #858585;
  line-height: 22px;
}
.handleSearch {
  display: inline-block;
  width: 87px;
  height: 52px;
  background: #ef8d1d;
  border-radius: 8px;
  font-size: 26px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #ffffff;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
}
.searchHint {
  font-size: 16px;
 /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: rgba(255,255,255,0.54);
  line-height: 22px;
  padding-top: 11px;
}
.menuBox {
  width: 100%;
  height: 78px;
  position: relative;
  background: rgba(16, 49, 120, 0.7);
  z-index: 9;
}

.menu {
  width: 1200px;
  padding: 0 calc(50% - 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  position: absolute;
  z-index: 99;
  top: 0;
  background: rgba(16, 49, 120, 0.7);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.menuItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  /* font-family: PingFangSC-Semibold, PingFang SC; */
  font-weight: 600;
  color: #ffffff;
  line-height: 78px;
  text-align: center;
}
.menuItem:hover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 78px;
  background: rgba(67, 126, 233, 0.5);
  font-size: 22px;
  /* font-family: PingFangSC-Semibold, PingFang SC; */
  font-weight: 600;
  color: #ef8d1d;
  line-height: 78px;
}
.activeItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 78px;
  background: rgba(67, 126, 233, 0.5);
  font-size: 22px;
  /* font-family: PingFangSC-Semibold, PingFang SC; */
  font-weight: 600;
  color: #ef8d1d;
  line-height: 78px;
}
.menuCell {
  position: relative;
}
.secondaryMenu {
  display: none;
  position: absolute;
  top: 78px;
  background: #0d2a73;
  padding: 8px 0 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
}
.secondaryMenuCell {
  width: 150px;
  text-align: center;
  display: block;
  font-size: 16px;
  /*font-family: PingFangSC-Light, PingFang SC;*/
  font-weight: 300;
  color: #ffffff;
  line-height: 22px;
  padding: 11px 0;
}

Footer {
  width: 100%;
  min-width: 1200px;
  height: 207px;
  background: #2a4f9e;
  border-top: 1px solid rgba(235, 235, 235, 0.12);
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 51px 0 0 28px;
}
.codeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.code {
  width: 66px;
  height: 66px;
}
.codeText {
  font-size: 12px;
  /*font-family: STSongti-SC-Regular, STSongti-SC;*/
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
  padding: 3px 0 0 0;
}
.footerMiddle {
  padding: 50px 27px 0 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 144px;
  border-bottom: 1px solid #2a4f9e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.linkLine {
  width: 1px;
  height: 14px;
  background: #ffffff;
  margin: 0 10px;
}
.linkStyle {
  font-size: 16px;
 /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.linkStyle:hover {
  color: #ef8d1d;
  -webkit-text-decoration: solid;
          text-decoration: solid;
}
.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 0 0;
}
.copyrightImg {
  width: 36px;
  height: 46px;
}
.copyrightText {
  font-size: 14px;
 /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 300;
  color: #ffffff;
  line-height: 18px;
  padding:  0 0 0 17px;
  /*width: 505px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerRight{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 38px 0  0 54px;
}
.footerRightCon{
  font-size: 15px;
/*font-family: PingFangSC-Regular, PingFang SC;*/
font-weight: 400;
color: #FFFFFF;
line-height: 14px;
padding: 21px 0 0 0;
}
.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  width: 1200px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  color: #858585;
  line-height: 22px;
  text-decoration: none;
}
.crumbs a{
  color: #858585;
}
.crumbs a:last-child {
  color: #333333;
}

::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb{
  background-color: #437EE9;
  border-radius: 6px;
}
::-webkit-scrollbar-track{
  background-color: #C1C1C1;
}
