* {
  padding: 0;
  margin: 0;
}
html {
  background: #fff;
}
input {
  border: none;
  outline: none;
  background-color: #E0E0E0;
}
a {
  text-decoration: none;
  color:#333333;
}
strong{
  font-weight:600 !important;
}
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: 72px;
  background: #fff;
  position: relative;
}
.logo {
  display: inline-block;
  width: 130px;
  height: 37px;
  margin-top: 22px;
}
.submit{
  margin-right: 43px;
}
.font-change{
  margin-left: 43px;
}
.banner-image{
  width: 100%;
}
.rightSearch {
  margin-top: 21px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #858585;
}
.searchBox {
  width: 257px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E0E0E0;
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
}
.searchIcon {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 17px;
}

.pointer_icon_css{
width: 5px;
height: 5px;
border-radius: 50%;
background: #ef8d1d;
}
.input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 33px;
  font-size: 12px;
  font-weight: 400;
  color: #858585;
}
.handleSearch {
  display: inline-block;
  width: 56px;
  height: 33px;
  background: #ED7217;;
  border-radius: 8px;
  font-size: 17px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #ffffff;
  line-height: 33px;
  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: 72px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
  border-bottom: 1px solid #011850;
}
.hezuo{
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: auto;
}

.hezuo_secondaryMenu{
  z-index: 100000;
  top: 10px ;
  left: 74px !important;
}
.hezuo_menuItem{
  display: flex;
  align-items: center;
  justify-content: center;
}
.hezuo_menuItem::after{
  content: '';
  display: inline-block;
  margin-left: 10px;
  position: relative;
  margin-top: 10px;
  width: 0;
  height: 0;
  border: 10px solid #011850;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  
}

.hezuo_menuItem:hover:after{
  border: 10px solid #EF8D1D;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.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;
  -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; */
  line-height: 78px;
  text-align: center;
  font-weight: 500;
  color: #011850;
}
.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: #fff;
  padding: 8px 0 14px;
  /* border: 1px solid #011850; */
  -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: #011850;
  line-height: 22px;
  padding: 11px 0;
}

Footer {
  width: 100%;
  min-width: 1200px;
  height: 207px;
  background: #fff;
  /* 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: #000F34;
  line-height: 17px;
  padding: 3px 0 0 0;
}
.footerMiddle {
  padding: 50px 27px 0 161px;
  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: 100px;
  /* border-bottom: 1px solid #2a4f9e; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.linkLine {
  width: 1px;
  height: 14px;
  background: #011850;
  margin: 0 10px;
}
.linkStyle {
  font-size: 16px;
 /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #011850;
  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: 400;
  color: #000F34;
  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 28px 0 54px;
  margin-left: auto;
}
.footerRightCon{
  font-size: 15px;
/*font-family: PingFangSC-Regular, PingFang SC;*/
font-weight: 400;
color: #000F34;
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;
}
