* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}
html,
body {
  padding-top: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  -webkit-text-size-adjust: 100%;
  font-family: Microsoft YaHei, Arial;
  font-weight: 400;
  /* background: #f4f6f8; */
  font-size: 14px;
  color: #555;
}
a {
  color: #555;
  text-decoration: none;
}
ul:li{
    list-style:none;
}
li{
    list-style:none;
}
/* 在Chrome浏览器下 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* 在Firefox浏览器下 */
input[type="number"]{
    -moz-appearance: textfield;
}
input{
    padding: 0 10px;
    outline-style: none
}
select{
    background: #ffffff;
}
select:focus{
    outline-style: none
}
textarea:focus{
    border:none;
}
#btn2top{
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(200, 200, 200, 0.45);
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    width:40px;
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cursor-pointer{
    cursor: pointer;
}
.text-hover:hover{
    color: #0A61AF!important;
}
.text-hover:hover a{
    color: #0A61AF!important;
}
/*å¤´éƒ¨æ ·å¼*/
.container .welcome {
  background: #f5f5f5;
  height: 34px;
  line-height: 34px;
}
.container .welcome .welcome-div {
  width: 1300px;;
  margin: 0 auto;
  font-weight: 400;
  color: #7B7B7B;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
.container .welcome .welcome-div p {
  /* padding-top: 9px; */
}
.container .welcome .welcome-div .welcome-ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.container .welcome .welcome-div .welcome-ul .register {
  color: #0a61af;
  display: flex;
  align-items: center;
  padding-left: 20px;
  column-gap: 4px;
  font-weight: bold;
  font-size: 14px;
}

.container .welcome .welcome-div .welcome-ul .register svg {
    width: 21px;
    height: auto;
}
.container .welcome .welcome-div .welcome-ul img {
  margin: 10px 6px 0 21px;
}
.container .header {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.container .header .header-1 {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.container .header .header-1 .logo {
  margin-top: 30px;
}
.container .header .header-1 .screening {
  width: 100%;
  margin-top: 35px;
  margin-left: 30px;
  display: flex;
}
.container .header .header-1 .screening .screening-1 {
  display: flex;
  width: 100%;
  height: 46px;
  line-height: 42px;
  padding: 0 0 0 20px;
  background: #ffffff;
  margin-right: 14px;
  position: relative;
}
.container .header .header-1 .screening .screening-1 .ajax-search{
    position: absolute;
    width: 98%;
    background: #ffffff;
    border:1px solid #cccccc;
    top: 50px;
    z-index: 99;
    box-shadow: 1px 1px 15px #cccccc;
    transition: 0.3s all;
    padding: 10px;
    max-height: 650px;
    overflow-y: auto;
    display: none;
}
.container .header .header-1 .screening .screening-1 .ajax-search li.a-list{
    padding-left: 20px;
}
.container .header .header-1 .screening .screening-1 .ajax-search li.a-list a{
    display: block;
    width: 100%;
}
.container .header .header-1 .screening .screening-1 .ajax-search li.a-list a span{
    color: #0f6abb;
}
.container .header .header-1 .screening .screening-1 .ajax-search li.a-list a text{
    float: right;
}
.container .header .header-1 .screening .screening-1 form{
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #0a61af;
  border-radius: 6px;
  /*overflow: hidden;*/
  background: #0a61af;
  gap: 0;
}
.container .header .header-1 .screening .screening-1 .choose {
  width: 95px;
  display: flex;
  align-items: center;
  border-right: 1px solid #a3a3a3;
  padding: 16px 14px;
  font-size: 16px;
  color: #7b7b7b;
}
.container .header .header-1 .screening .screening-1 .choose img {
  width: 11px;
  height: 6px;
  margin-left: 20px;
}
.container .header .header-1 .screening .screening-1 input {
  border: transparent;
  flex: 1 1 auto;
  outline: none;
  padding-left: 10px;
}
.container .header .header-1 .screening .screening-1 button {
  width: 60px;
  height: 100%;
  border: none;
  background-color: transparent;
  /* border-radius: 0px 4px 4px 0px; */
  /* position: relative; */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .header .header-1 .screening .screening-2 {
  width: 160px;
  height: 46px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #0a61af;
  font-size: 15px;
  transition: all 0.3s;
  cursor: pointer;
  column-gap: 5px;
}

.container .header .header-1 .screening .screening-2 .svg1 {
    line-height: 0;
    font-size: 0;
}

.container .header .header-1 .screening .screening-2:hover {
  background: #0a61af;
  color: #fff;
  border-color: #0a61af;
}

.container .header .header-1 .screening .screening-2:hover svg path {
    fill: #fff;
}

.container .header .header-1 .screening .screening-2:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7486%)
    hue-rotate(196deg) brightness(104%) contrast(101%);
}

.container .header .header-1 .screening .screening-2 img {
  transition: all 0.3s;
}
.container .header .header-1 .screening .screening-2 img {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}
.container .header .header-2 {
  width: 1300px;
  margin: 0px auto 30px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #555;
}
.container .header .header-2 .web_subtitle {
  margin-left: 4px;
  width: 200px;
  letter-spacing: 2px;
  font-size: 15px;
  color: #7B7B7B;
}
.container .header .header-2 ul {
  margin-left: 160px;
  list-style: none;
  display: flex;
}
.container .header .header-2 ul.search-word li {
  color: #7B7B7B;
  margin-right: 20px;
  font-size: 15px;
}

.container .header .header-2 ul.search-word li a{
    color: #999999;
}
.container .nav {
  line-height: 60px;
  margin: 0 auto;
  position: relative;
}
.container .nav ul {
  padding: 0 30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  /*position: relative;*/
  max-width: 1300px;
  margin: 0 auto;
}
.container .nav ul li {
  padding: 0 54px;
  color: #535353;
  font-size: 18px;
  font-weight: 400;
  z-index: 3;
   cursor: pointer; 
}
.container .nav ul li a {
  color: #535353;
}
.container .nav ul li:hover .classification {
  /* display: block; */
  top: 60px;
  max-height: 100vh;
  transition: all 0.5s;
  opacity: 1;
}

.container .nav ul li:first-child:hover .classification {
  padding: 0 80px 10px;
  /* transition: none; */
}

.container .nav ul li:hover {
  background: whitesmoke;
  z-index: 999;
}
.container .nav ul .classification {
  position: absolute;
  top: 60px;
  left: 0;
  /* display: none; */
  z-index: 100;
  width: 100%;
  background: #f5f5f5;
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: none;
  opacity: 0;
}

.container .nav ul .classification:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 14%) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 5;
}
.container .nav ul .classification .classification1 {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 5px 25px 25px;
}
.container .nav ul .classification .classification1 div h3 {
  margin: 20px 0 10px;
  text-align: left;
  text-indent: 0;
  font-size: 16px;
  font-weight: bold;
  color: #0a61af;
  /*text-indent: -0.8em;*/
}
.container .nav ul .classification .classification1 div h3>a {
  font-size: 16px;
  font-weight: 400;
   color: #0a61b0; 
}
.container .nav ul .classification .classification1 .classification2 p {
  display: inline-block;
  width: 49%;
}
.container .nav ul .classification .classification1 a {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s;
}

.container .nav ul .classification .classification1 a:hover {
  color: #0a61b0;
}
.container .nav ul .classification .classification1 div .hide {
  visibility: hidden;
}
.container .nav ul .classification .classification2 {
  line-height: 34px;
  width: 50%;
}

.container .nav ul .classification .classification2 div:nth-child(3){
    width: 40%;
}

/*ä¸»ä½“å†…å®¹*/
.container .main {
  width: 1300px;
  margin: 50px auto 30px;
  max-width: 98%;
}

/*åˆ†é¡µ*/
.container .paging {
  text-align: center;
  margin: 20px 0;
}
.container .paging ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.container .paging ul li {
  width: 44px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  text-align: center;
  line-height: 44px;
  margin-right: 10px;
}

.container .paging ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.container .paging ul li.active,
.container .paging ul li:hover {
  background: #0a61af;
  color: #fff;
  border-color: #0a61af;
  transition: all 0.3s;
}

.container .paging ul li:hover a {
  color: #fff;
}
.container .paging ul .select {
  color: #fff;
  background: #0a61af;
}


.container .main .left .paging {
  text-align: center;
  margin: 20px 0;
}
.container .main .left .paging ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.container .main .left .paging ul li {
  width: 44px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  text-align: center;
  line-height: 44px;
  margin-right: 10px;
}

.container .main .left .paging ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.container .main .left .paging ul li.active,
.container .main .left .paging ul li:hover {
  background: #0a61af;
  color: #fff;
  border-color: #0a61af;
  transition: all 0.3s;
}

.container .main .left .paging ul li:hover a {
  color: #fff;
}
.container .main .left .paging ul .select {
  color: #fff;
  background: #0a61af;
}

.loadmore-nodata {
  margin-top: 20px;
  text-align: center;
}

/*é¢åŒ…å±‘æ ·å¼*/
.container .grading {
  height: 66px;
  background: #f5f5f5;
}
.container .grading div {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .grading div a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.container .grading a + a:before {
  content: "\003E";
  padding: 0 5px;
}
.container .grading div .left {
  width: 40%;
}

.container .grading div .left a:last-child {
    font-weight: bold;
    color: #0a61af;
}
.container .grading div .rigth {
  width: 90%;
}
.container .grading div .rigth ul {
  display: flex;
  justify-content: end;
  width: 100%;
  line-height: 60px;
}
.container .grading div .rigth ul li{
    margin: 0 15px;
}

.container .grading div .rigth ul a {
  color: #666666;
}

.container .grading div .rigth ul .li-color {
  border-bottom: 4px solid #0a61af;
}
.container .grading div .rigth ul .li-color a {
  color: #0a61af;
}

/*åº•éƒ¨æ ·å¼*/
.container .copyright-link {
  background: #323232;
}

.header-2 a,
.welcome a,
.footer a {
  transition: all 0.3s;
}

.welcome a {
    color: var(--color1);
    cursor: pointer;
}
.welcome a:hover,
.header-2 a:hover {
  color: #0a61af;
}
.footer a:hover {
  color: #fff !important;
}
.container .copyright-link .footer {
  width: 1300px;
  margin: 0 auto;
}
.container .copyright-link .footer .footer-1 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .copyright-link .footer .footer-1 ul li {
  padding: 32px 0;
}
.container .copyright-link .footer .footer-1 ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #acacac;
}
.container .copyright-link .footer .footer-1 ul .li-prompt {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.container .copyright-summary {
  background: #323232;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.container .copyright-summary .footer {
  width: 1300px;
  margin: 0 auto;
}
.container .copyright-summary .footer .footer-2 {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 65px;
}
.container .copyright-summary .footer .footer-2 div font {
    display: inline-block;
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.9;
  margin-bottom: 20px;
}
.container .copyright-summary .footer .footer-2 div ul {
  list-style: none;
}
.container .copyright-summary .footer .footer-2 div ul li {
  line-height: 36px;
  font-weight: 400;
}
.container .copyright-summary .footer .footer-2 div ul li a {
  font-size: 16px;
  color: #8b8b8b;
}
.container .copyright-summary .footer .footer-2 .contact p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}
.container .copyright-summary .footer .footer-2 .contact h4 {
  margin: 20px 0 28px;
  font-size: 28px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
}
.container .copyright-summary .footer .footer-2 .contact .qrcode{
  margin-top: 22px;
  max-width: 100px;
  max-height: 100px;
  background: #ffffff;
}
.container .copyright-summary .footer .footer-2 .contact img {
  width: 100%;
  height: 100%;
}
.container .copyright-record {
  background: #323232;
}
.container .copyright-record .footer {
  width: 1300px;
  margin: 0 auto;
}
.container .copyright-record .footer p {
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3)
}
.container .copyright-record .footer p a {
  color: rgba(255, 255, 255, 0.3);
}

.container .main .rigth .latest img {
  width: 170px;
}

.has-error .form-control {
  border-color: #e74c3c !important;
}

.has-success .form-control {
  border-color: #18bc9c !important;
}
.hdl_sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 1300px;
  padding-top: 9px;
  z-index: 99;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.hdl_sticky + div {
  padding-top: 60px;
}
.hdl_sticky:after {
  content: "";
  position: absolute;
  left: -100vw;
  top: 100%;
  width: 200vw;
  height: 0.5rem;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 14%) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
#fea_hdl > bottom:hover {
  background-color: #0a61af;
  color: #ffffff;
}
#fea_hdl > bottom {
  cursor: pointer;
  transition: all 0.3s;
}
#fea_hdl > bottom.notallowed {
  /* cursor: not-allowed; */
  display: none;
}

/*一个下拉样式 */
.select-search {
    position: relative;
    display: block;
    margin: 0 auto;
    color: #7B7B7B;
    text-indent: 10px;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}
.select-search .placeholder {
    position: relative;
    display: block;
    background-color: #FFFFFF;
    z-index: 1;
    cursor: pointer;
    line-height: 42px;
    font-size: 16px;
}
.select-search .placeholder:hover {
    background: #FFFFFF;
}
.select-search .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    content: '\f078';
    z-index: 10;
}
.select-search.is-open .placeholder:after {
    content: '\f077';
}
.select-search.is-open ul {
    display: block;
}
.select-search.select--white .placeholder {
    background: #fff;
    color: #999;
}
.select.select--white .placeholder:hover {
    background: #fafafa;
}
.select-search ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    border:1px solid #7B7B7B;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
}
.select-search ul li {
    display: block;
    text-align: left;
    color: #999;
    cursor: pointer;
    border-bottom: 1px solid #7B7B7B;
}
.select-search ul li:last-child{
    border-bottom: none;
}
.select-search ul li:hover {
    background: #7B7B7B;
    color: #fff;
}
/*下拉样式结束*/

.div-hover:hover{
    background: #0a61af!important;
}
.div-hover:hover a{
    color: #FFFFFF;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  -webkit-text-size-adjust: 100%;
  font-family: Microsoft YaHei, Arial;
  font-weight: 400;
  /* background: #f4f6f8; */
  font-size: 14px;
  color: #555;
}
a {
  color: #555;
  text-decoration: none;
}
/* 在Chrome浏览器下 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* 在Firefox浏览器下 */
input[type="number"]{
    -moz-appearance: textfield;
}
input{
    padding: 0 10px;
    outline-style: none
}
select{
    background: #ffffff;
}
select:focus{
    outline-style: none
}
textarea:focus{
    border:none;
}
#btn2top{
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(200, 200, 200, 0.45);
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    width:40px;
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cursor-pointer{
    cursor: pointer;
}
/*å¤´éƒ¨æ ·å¼*/
.container .welcome {
  background: #f5f5f5;
  height: 34px;
  line-height: 34px;
}
.container .welcome .welcome-div {
  width: 1300px;;
  margin: 0 auto;
  font-weight: 400;
  color: #7B7B7B;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
.container .welcome .welcome-div p {
  /* padding-top: 9px; */
}
.container .welcome .welcome-div .welcome-ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.container .welcome .welcome-div .welcome-ul .register {
  color: #0a61af;
  display: flex;
  align-items: center;
  padding-left: 20px;
  column-gap: 4px;
  font-weight: bold;
  font-size: 14px;
}

.container .welcome .welcome-div .welcome-ul .register svg {
    width: 21px;
    height: auto;
}
.container .welcome .welcome-div .welcome-ul img {
  margin: 10px 6px 0 21px;
}
.container .header {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.container .header .header-1 {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.container .header .header-1 .logo {
  margin-top: 30px;
}
.container .header .header-1 .screening {
  width: 100%;
  margin-top: 35px;
  margin-left: 30px;
  display: flex;
}
.container .header .header-1 .screening .screening-1 {
  display: flex;
  width: 100%;
  height: 46px;
  line-height: 42px;
  padding: 0 0 0 20px;
  background: #ffffff;
  /* border: 2px solid #0a61af; */
  /* border-radius: 6px; */
  margin-right: 14px;
  /* overflow: hidden; */
}
.container .header .header-1 .screening .screening-1 form{
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #0a61af;
  border-radius: 6px;
  /*overflow: hidden;*/
  background: #0a61af;
  gap: 0;
}
.container .header .header-1 .screening .screening-1 .choose {
  width: 95px;
  display: flex;
  align-items: center;
  border-right: 1px solid #a3a3a3;
  padding: 16px 14px;
  font-size: 16px;
  color: #7b7b7b;
}
.container .header .header-1 .screening .screening-1 .choose img {
  width: 11px;
  height: 6px;
  margin-left: 20px;
}
.container .header .header-1 .screening .screening-1 input {
  border: transparent;
  flex: 1 1 auto;
  outline: none;
  padding-left: 10px;
}
.container .header .header-1 .screening .screening-1 button {
  width: 60px;
  height: 100%;
  border: none;
  background-color: transparent;
  /* border-radius: 0px 4px 4px 0px; */
  /* position: relative; */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .header .header-1 .screening .screening-2 {
  width: 160px;
  height: 46px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #0a61af;
  font-size: 15px;
  transition: all 0.3s;
  cursor: pointer;
  column-gap: 5px;
}

.container .header .header-1 .screening .screening-2 .svg1 {
    line-height: 0;
    font-size: 0;
}

.container .header .header-1 .screening .screening-2:hover {
  background: #0a61af;
  color: #fff;
  border-color: #0a61af;
}

.container .header .header-1 .screening .screening-2:hover svg path {
    fill: #fff;
}

.container .header .header-1 .screening .screening-2:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7486%)
    hue-rotate(196deg) brightness(104%) contrast(101%);
}

.container .header .header-1 .screening .screening-2 img {
  transition: all 0.3s;
}
.container .header .header-1 .screening .screening-2 img {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}
.container .header .header-2 {
  width: 1300px;
  margin: 0px auto 30px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #555;
}
.container .header .header-2 .web_subtitle {
  margin-left: 4px;
  width: 200px;
  letter-spacing: 2px;
  font-size: 15px;
  color: #7B7B7B;
}
.container .header .header-2 ul {
  margin-left: 30px;
  list-style: none;
  display: flex;
}
.container .header .header-2 ul.search-word li {
  color: #7B7B7B;
  margin-right: 20px;
  font-size: 15px;
}

.container .header .header-2 ul.search-word li a{
    color: #999999;
}
.container .nav {
  line-height: 60px;
  margin: 0 auto;
  position: relative;
}
.container .nav ul {
  padding: 0 30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  /*position: relative;*/
  max-width: 1300px;
  margin: 0 auto;
}
.container .nav ul li {
  padding: 0 36px;
  color: #535353;
  font-size: 18px;
  font-weight: 400;
  z-index: 3;
   cursor: pointer; 
}
.container .nav ul li a {
  color: #535353;
}
.container .nav ul li:hover .classification {
  /* display: block; */
  top: 60px;
  max-height: 100vh;
  transition: all 0.5s;
  opacity: 1;
}

.container .nav ul li:first-child:hover .classification {
  padding: 0 80px 10px;
  /* transition: none; */
}

.container .nav ul li:hover {
  background: whitesmoke;
}
.container .nav ul .classification {
  position: absolute;
  top: 60px;
  left: 0;
  /* display: none; */
  z-index: 100;
  width: 100%;
  background: #f5f5f5;
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: none;
  opacity: 0;
}

.container .nav ul .classification:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 14%) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 5;
}
.container .nav ul .classification .classification1 {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 5px 25px 25px;
}
.container .nav ul .classification .classification1 div h3 {
  margin: 20px 0 10px;
  text-align: left;
  text-indent: 0;
  font-size: 16px;
  font-weight: bold;
  color: #0a61af;
  /*text-indent: -0.8em;*/
}
.container .nav ul .classification .classification1 div h3>a {
  font-size: 16px;
  font-weight: 400;
   color: #0a61b0; 
}
.container .nav ul .classification .classification1 .classification2 p {
  display: inline-block;
  width: 49%;
}
.container .nav ul .classification .classification1 a {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s;
}

.container .nav ul .classification .classification1 a:hover {
  color: #0a61b0;
}
.container .nav ul .classification .classification1 div .hide {
  visibility: hidden;
}
.container .nav ul .classification .classification2 {
  line-height: 34px;
}

/*ä¸»ä½“å†…å®¹*/
.container .main {
  width: 1300px;
  margin: 50px auto 30px;
  max-width: 98%;
}

/*åˆ†é¡µ*/
.container .paging {
  text-align: center;
  margin-bottom: 40px;
}
.container .paging ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.container .paging ul li {
  width: 44px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  text-align: center;
  line-height: 44px;
  margin-right: 10px;
}

.container .paging ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.container .paging ul li.active,
.container .paging ul li:hover {
  background: #0a61af;
  color: #fff;
  border-color: #0a61af;
  transition: all 0.3s;
}

.container .paging ul li:hover a {
  color: #fff;
}
.container .paging ul .select {
  color: #fff;
  background: #0a61af;
}

.loadmore-nodata {
  margin-top: 20px;
  text-align: center;
}



/*åº•éƒ¨æ ·å¼*/
.container .copyright-link {
  background: #323232;
}

.header-2 a,
.welcome a,
.footer a {
  transition: all 0.3s;
}

.welcome a {
    color: var(--color1);
}
.welcome a:hover,
.header-2 a:hover {
  color: #0a61af;
}
.footer a:hover {
  color: #fff !important;
}
.container .copyright-link .footer {
  width: 1300px;
  margin: 0 auto;
}
.container .copyright-link .footer .footer-1 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .copyright-link .footer .footer-1 ul li {
  padding: 32px 0;
}
.container .copyright-link .footer .footer-1 ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #acacac;
}
.container .copyright-link .footer .footer-1 ul .li-prompt {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.container .copyright-summary {
  background: #323232;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.container .copyright-summary .footer {
  width: 1300px;
  margin: 0 auto;
}
.container .copyright-summary .footer .footer-2 {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 65px;
}
.container .copyright-summary .footer .footer-2 div font {
    display: inline-block;
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.9;
  margin-bottom: 20px;
}
.container .copyright-summary .footer .footer-2 div ul {
  list-style: none;
}
.container .copyright-summary .footer .footer-2 div ul li {
  line-height: 36px;
  font-weight: 400;
}
.container .copyright-summary .footer .footer-2 div ul li a {
  font-size: 16px;
  color: #8b8b8b;
}
.container .copyright-summary .footer .footer-2 .contact p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}
.container .copyright-summary .footer .footer-2 .contact h4 {
  margin: 20px 0 28px;
  font-size: 28px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
}
.container .copyright-summary .footer .footer-2 .contact .qrcode{
  margin-top: 22px;
  max-width: 100px;
  max-height: 100px;
  background: #ffffff;
}
.container .copyright-summary .footer .footer-2 .contact img {
  width: 100%;
  height: 100%;
}
.container .copyright-record {
  background: #323232;
}
.container .copyright-record .footer {
  width: 1300px;
  margin: 0 auto;
}
.container .copyright-record .footer p {
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3)
}
.container .copyright-record .footer p a {
  color: rgba(255, 255, 255, 0.3);
}

.container .main .rigth .latest img {
  width: 170px;
}

.has-error .form-control {
  border-color: #e74c3c !important;
}

.has-success .form-control {
  border-color: #18bc9c !important;
}
.hdl_sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 1300px;
  padding-top: 9px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.hdl_sticky + div {
  padding-top: 60px;
}
.hdl_sticky:after {
  content: "";
  position: absolute;
  left: -100vw;
  top: 100%;
  width: 200vw;
  height: 0.5rem;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 14%) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
#fea_hdl > bottom:hover {
  background-color: #0a61af;
  color: #ffffff;
}
#fea_hdl > bottom {
  cursor: pointer;
  transition: all 0.3s;
}
#fea_hdl > bottom.notallowed {
  /* cursor: not-allowed; */
  display: none;
}

/*一个下拉样式 */
.select-search {
    position: relative;
    display: block;
    margin: 0 auto;
    color: #7B7B7B;
    text-indent: 10px;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}
.select-search .placeholder {
    position: relative;
    display: block;
    background-color: #FFFFFF;
    z-index: 1;
    cursor: pointer;
    line-height: 42px;
    font-size: 16px;
}
.select-search .placeholder:hover {
    background: #FFFFFF;
}
.select-search .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    content: '\f078';
    z-index: 10;
}
.select-search.is-open .placeholder:after {
    content: '\f077';
}
.select-search.is-open ul {
    display: block;
}
.select-search.select--white .placeholder {
    background: #fff;
    color: #999;
}
.select.select--white .placeholder:hover {
    background: #fafafa;
}
.select-search ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    border:1px solid #7B7B7B;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
}
.select-search ul li {
    display: block;
    text-align: left;
    color: #999;
    cursor: pointer;
    border-bottom: 1px solid #7B7B7B;
}
.select-search ul li:last-child{
    border-bottom: none;
}
.select-search ul li:hover {
    background: #7B7B7B;
    color: #fff;
}
/*下拉样式结束*/

.div-hover:hover{
    background: #0a61af!important;
    transition: all 0.3s;
}
.div-hover:hover a{
    color: #FFFFFF;
    transition: all 0.3s;
}
.share-title{
    font-size: 18px;
    font-weight: 400;
    color: #7B7B7B;
    margin-right: 10px!important;
}
.tieba{
    border:1px solid #0A61AF!important;
    color:#0A61AF!important;
}
.tieba:hover{
    color: #FFFFFF!important;
    background: #0A61AF!important;
}

.suspension{
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -100px;
    background: #fff;
    z-index: 9999;
    width: 90px;
    border: 1px solid #ededed;
    border-bottom: none;
}
.suspension .item{
    padding: 10px;
    border-bottom: 1px solid #ededed;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    color: #0A61AF;
}
.suspension .item.order a{
    font-size: 28px;
    color: #0A61AF;
}
.suspension .item > span,.suspension .item.order  a  span{
    display: block;
    font-size: 16px;
}
.suspension .item.order a>i{
     font-size: 28px;
}
.suspension .item>ul{
    width: 225px;
    position: absolute;
    top: 0;
    left: -225px;
    border-radius: 4px;
    display: none;
}

.suspension .item>ul>li{
    width: 100%;
    background: #0A61AF;
    padding: 20px 10px 0 10px;
}
.suspension .item>ul>li:last-child{
    padding-bottom: 20px;
}

.suspension .item:hover  >ul{
    display: block;
}

.suspension .item>i{
    font-size: 28px;
}

.suspension .item > ul:before{
    position: absolute;
    content: '';
    left: 97%;
    top: 20px;
    width: 0;
    border: 6px solid #0A61AF;
    transform:rotate(45deg)
}

.suspension .item>ul>li>a{
    color: #FFFFFF;
}

.suspension .item.weixin img{
    width: 100px;
    height: 100px;
}

.suspension .item.qq a{
    font-size: 18px;
}
@media screen and (max-width:769px){
    .suspension{
        display: none;
    }
}