@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: 'zhengti';
  src: url('../font/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


li {
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.333333%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 34px;
  }
}
.font30 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #004896;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #004896;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #004896;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 导航 */
/* End */

.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}
/* 导航 */
.hadheight {
  display: none;
  height: 111px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 81px;
  }
}
@media (max-width: 991px) {
  .hadheight {
    height: 71px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 61px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  display: flex;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 110px;
  height: 110px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
  height:auto;
  padding: 25px 30px;
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
}
.hadbox-sec1 .lt .logo {
  display: block;
  width: auto;
  overflow: hidden;
  margin-right: 23px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .logo {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 .lt .logo {
    width: 150px;
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .logo {
    /* width: 2.6rem; */
    width: 180px;
  }
}
@media (max-width: 640px) {
  .hadbox-sec1 .lt .logo {
    /* width: 2.6rem; */
    width: 90px;
  }
  .hadbox-sec1 .lt {
  display: flex;
  align-items: center;
  height:auto;
  padding: 25px 10px;
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
}
}
.hadbox-sec1 .lt .logo img,
.hadbox-sec1 .lt .logo svg {
  float: left;
  max-width: 100%;
}
.hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .lt .text {
  font-size: 14px;
  opacity: 0.4;
  line-height: 1.4;
}
.hadbox-sec1 .lt .text a{
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .lt .text {
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding: 0 30px;
}
@media (max-width: 1580px) {
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 10px;
    padding: 0 5px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li .tit {
    padding: 0 12px;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: block;
  overflow: hidden;
  opacity: 0.5;
  margin-left: 10px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i img {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #004896;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit:after {
    height: 2px;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  line-height: 0;
  height: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .fz_hover .container {
  display: flex;
  justify-content: center;
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul {
  display: flex;
  justify-content: center;
  max-width: 100%;
  line-height: 80px;
  background: url(../images/xiebagheadd1.png) no-repeat;
  background-position: 0% center;
  background-size: auto 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .fz_hover .container ul {
    line-height: 50px;
    background-size: 120px 100%;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
  display: block;
  padding: 0 75px;
  color: #333333;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
    padding: 0 34px;
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li:hover a {
  color: #fff;
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li.on a {
  color: #fff;
}
.hadbox-sec1 .f_navbox li .had_hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro {
  padding: 0.52rem 0 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile {
  display: flex;
  margin-bottom: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img {
  width: 21.875%;
  position: relative;
  display: block;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 55.5%;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #cccccc;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .fz_title {
  position: absolute;
  left: 0;
  top: 0.1rem;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 1.6;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut {
  width: 78.125%;
  padding-left: 0.55rem;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  line-height: 1;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item {
  width: 33.3333%;
  padding-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.2rem;
  font-size: 18px;
  padding-bottom: 0.16rem;
  padding-top: 0.16rem;
  line-height: 1;
  color: #333333;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title {
    font-size: 16px;
  }
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i {
  display: block;
  width: 8px;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img:nth-child(2),
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img path,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg path {
  fill: #666;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover {
  color: #004896;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover i img path,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover svg path {
  fill: #004896;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  padding-top: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a {
  display: flex;
  align-items: center;
  width: 50%;
  color: #666666;
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 0.08rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a {
    font-size: 12px;
  }
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a span {
  display: block;
  width: calc(100% - 4px);
  padding-left: 0.1rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:hover {
  color: #004896;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:hover:before {
  background-color: #004896;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution {
  width: 100%;
  padding-top: 0.4rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item {
  width: 25%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list {
  display: block;
  position: relative;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 50.4%;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .font {
  position: absolute;
  top: 69%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.18rem 0;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .font .fz_title {
  line-height: 1.4;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .font .fz_title {
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list:hover .font {
  background: rgba(0, 54, 134, 0.8);
  top: 0;
  padding-top: 25.2%;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list:hover .font .fz_title {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hadbox-sec1 .f_navbox li:hover .tit span {
  color: #004896;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
  width: 78%;
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li:hover .fz_hover {
    line-height: 50px;
    height: 50px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li.on .tit {
  color: #004896;
}
.hadbox-sec1 .gt {
  display: flex;
  height: 100%;
  align-items: center;
}
.hadbox-sec1 .gt .lange {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 50px;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange {
    display: none;
  }
}
.hadbox-sec1 .gt .lange .tit {
  display: flex;
  align-items: center;
  color: #fff;
}
.hadbox-sec1 .gt .lange .tit span {
  opacity: 0.5;
}
.hadbox-sec1 .gt .lange .tit i,
.hadbox-sec1 .gt .lange .tit b {
  display: flex;
  overflow: hidden;
}
.hadbox-sec1 .gt .lange .tit i img,
.hadbox-sec1 .gt .lange .tit b img,
.hadbox-sec1 .gt .lange .tit i svg,
.hadbox-sec1 .gt .lange .tit b svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .gt .lange .tit i img:nth-child(2),
.hadbox-sec1 .gt .lange .tit b img:nth-child(2),
.hadbox-sec1 .gt .lange .tit i svg:nth-child(2),
.hadbox-sec1 .gt .lange .tit b svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .gt .lange .tit i img path,
.hadbox-sec1 .gt .lange .tit b img path,
.hadbox-sec1 .gt .lange .tit i svg path,
.hadbox-sec1 .gt .lange .tit b svg path {
  fill: #fff;
}
.hadbox-sec1 .gt .lange .tit i {
  width: 18px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit i {
    width: 16px;
    margin-right: 8px;
  }
}
.hadbox-sec1 .gt .lange .tit b {
  width: 10px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit b {
    width: 8px;
    margin-right: 8px;
  }
}
.hadbox-sec1 .gt .lange .f_na {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  display: none;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na {
    left: initial;
    right: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    padding: 8px 10px;
    width: 120px;
  }
}
.hadbox-sec1 .gt .lange .f_na a {
  line-height: 40px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  white-space: nowrap;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 12px;
    line-height: 32px;
  }
}
.hadbox-sec1 .gt .lange .f_na a:last-child {
  border-bottom: none;
}
.hadbox-sec1 .gt .search1 {
  width: 1.06rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .search1 {
    display: none;
  }
}
.hadbox-sec1 .gt .search1 .tit {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .gt .search1 .tit img,
.hadbox-sec1 .gt .search1 .tit svg {
  width: 0.2rem;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .search1 .tit img,
  .hadbox-sec1 .gt .search1 .tit svg {
    width: 16px;
  }
}
.hadbox-sec1 .gt .search1 .tit img path,
.hadbox-sec1 .gt .search1 .tit svg path {
  fill: #004896;
}
.hadbox-sec1 .gt .qie {
  padding: 0 0.3rem;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .gt .qie {
    display: none;
  }
}
.hadbox-sec1 .gt .qie span {
  background-color: #fff;
}
.hadbox-sec2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 70px);
  background-color: #fff;
  display: none;
}
.hadbox-sec2 .container {
  position: relative;
}
@media (max-width: 1199px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1199px) {
}
.hadbox-sec2 .container .f_portrait {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #004896;
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec2 .container .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
  margin-top: 0.34rem;
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
  height: 1rem;
}
.hadbox-sec2 .container .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec2 .container .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec2 .container .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec2 .container .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec2 .container .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #004896;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec2 .container .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  /* height: calc(100% - 90px); */
  height: auto;
  /* margin-bottom: 10px; */
  margin-bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 60px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 20px;
  transform: scale(1.4);
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
  width: 100%;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i {
  width: 50px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg {
  float: left;
  width: 30px;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img path,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg path {
  fill: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:after,
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  background-color: #999;
}

.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li.active .tit i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: #004896;
}

.hadbox-sec2 .fz_bt{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  /* width: 120px; */
  color: #003686;
  transition: all 0.3s linear;
  font-size: 26px;
  height: 90px;
  border: 1px solid #eee;
  width: 100%;
}

.hadbox-sec2 .fz_bt i{
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  overflow: hidden;
}

.hadbox-sec2 .fz_bt i svg{
  width: 100%;
  height: 100%;
}

.hadbox-sec2 .fz_bt i svg path{
  fill: #003686;
}

.hadbox-sec2 .fz_bt span{
  color: #003686;
}

.hadbox-sec2 .fz_bt:hover{
  background: #003686;
  border-color: #003686;
}

.hadbox-sec2 .fz_bt:hover i svg path{
  fill: #fff;
}

.hadbox-sec2 .fz_bt:hover span{
  color: #fff;
}


.hadbox-sec3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  transform: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont {
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont {
    padding: 0.6rem 0;
  }
}
.hadbox-sec3 .hadbot_cont .cont .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub,
.hadbox-sec3 .hadbot_cont .cont .form .tx {
  height: 1rem;
}
.hadbox-sec3 .hadbot_cont .cont .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec3 .hadbot_cont .cont .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec3 .hadbot_cont .cont .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec3 .hadbot_cont .cont .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #333333;
  transition: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub:hover{
  background-color: #004896;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key {
  padding-left: 0.4rem;
  padding-right: 0.8rem;
  display: flex;
  align-items: flex;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key span,
.hadbox-sec3 .hadbot_cont .cont .fz_key a {
  display: block;
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key span,
  .hadbox-sec3 .hadbot_cont .cont .fz_key a {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key a:hover {
  color: #999999;
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .name {
  display: block;
  width: 105px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key .name {
    width: 90px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 105px);
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
    width: calc(100% - 90px);
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
  display: block;
  margin: 0 0.24rem;
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut a,
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
  margin-bottom: 0.14rem;
}
.hadbox-sec3 .hadbot_cont .cont .fz_title {
  padding-left: 0.4rem;
  font-size: 24px;
  padding-bottom: 0.34rem;
  line-height: 1;
  border-bottom: 3px solid #e8e8e8;
  margin-bottom: 0.25rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_title {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
  /* width: 44%; */
  width: 55%;
  display: flex;
  justify-content: space-between;
  padding-left: 0.4rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 56%;
  }
}

@media (max-width: 1290px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 65%;
  }
}

@media (max-width: 1200px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 70%;
  }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
  margin-right: 0.8rem;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    margin-right: 0.2rem;
  }
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
    margin-bottom: 0;
  }
}


.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* color: #000000; */
  color: #333;
  font-size: 16px;
  transition: all 0.3s;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit:hover{
  color: #004896;
}

@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
  display: block;
  padding-left: 10px;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i img {
  width: 10px;
  float: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
  padding-top: 0.18rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
    display: none;
    padding-top: 0.24rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
  display: block;
  color: #000000;
  opacity: 0.7;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
    margin-bottom: 10px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
  color: #004896;
  opacity: 1;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei {
  margin-right: 0.4rem;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei:last-child {
  margin-right: 0;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item.on .tit i img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
  font-size: 16px;
  margin-right: 0.3rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list {
  display: flex;
  align-items: center;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li {
  position: relative;
  margin-right: 0.2rem;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li:last-child {
  margin-right: 0;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  padding: 5px;
  background-color: #fff;
  margin-top: 15px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
    width: 100px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er img,
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er svg {
  width: 100%;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  /* background-color: #004896; */
  background-color: #f5f5f5;
  border-radius: 50%;
  transition: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover{
  background-color: #004896;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    width: 0.72rem;
    height: 0.72rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
  /* opacity: 0.8; */
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* max-width: 16px; */
  /* max-height: 16px; */
  max-width: 24px;
  max-height: 24px;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a svg path{
  fill: #315c9c;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover svg path{
  fill:#fff; 
}

@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
    /* max-width: 12px;
    max-height: 12px; */
    max-width: 20px;
    max-height: 20px;
  }
}
@media (min-width: 768px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover img {
    opacity: 1;
  }
}
.hadbox:hover .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox:hover .hadbox-sec1 .lt .text a,.hadbox.hadbox2 .hadbox-sec1 .lt .text a{
  color: #999;
}

.hadbox:hover .hadbox-sec1 .lt .text a:hover{
  color: #004896;
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
  color: #333333;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .gt .lange {
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #333333;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit i img path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit i svg path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit b img path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #333333;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #7f7f7f;
}
.hadbox:hover .hadbox-sec1 .gt .search1 {
  background-color: #f5f5f5;
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox2 .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt {
  /* border-color: #f1f1f1; */
}
.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox2 .hadbox-sec1 .lt .logo svg:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox2 .hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #333333;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .gt .lange {
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #333333;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit i img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit i svg path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #333333;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #7f7f7f;
}
.hadbox2 .hadbox-sec1 .gt .search1 {
  background-color: #f5f5f5;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox3 .hadbox-sec1 {
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox3 .hadbox-sec1 {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .hadbox3 .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hadbox3 .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbot {
  background-color: #fff;
  /* height: calc(100vh - 110px); */
  height: calc(100vh - 140px);
}
@media (max-width: 1580px) {
  .hadbot {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) {
  .hadbot {
    height: auto;
  }
}
.hadbot .hadbot_cont {
  overflow: auto;
  height: calc(100% - 100px);
}
@media (max-width: 1580px) {
  .hadbot .hadbot_cont {
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .hadbot .hadbot_cont {
    height: auto;
  }
}

.hadbox.hadbox2 .hadbot .hadbot_cont {
  height: calc(100% - 70px);
}


.hadbot .hadbot_cont::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbot .hadbot_cont::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #004896;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbot .hadbot_cont::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.hadbot .hadbot_jut {
  height: 100px;
  width: 100%;
  background: url(../images/coloedfdfbag1.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadbot .hadbot_jut {
    display: none;
  }
}
.hadbot .hadbot_jut .container {
  height: 100%;
}
.hadbot .hadbot_jut .container .cont {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.38rem;
  color: #fff;
  /* justify-content: center; */
}
.hadbot .hadbot_jut .container .cont .fz_lt {
  display: flex;
}
.hadbot .hadbot_jut .container .cont .fz_lt .font {
  /* margin-right: 1rem; */
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.hadbot .hadbot_jut .container .cont .fz_lt .font .name {
  line-height: 1;
  /* opacity: 0.5; */
  opacity: 1;
  font-size: 14px;
  /* margin-bottom: 10px; */
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .font .name {
    /* font-size: 12px; */
    font-size: 14px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
  line-height: 0.8;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
    font-size: 22px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  width: 150px;
  color: #003686;
  transition: all 0.3s linear;
  font-size: 16px;
  height: 50px;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt span{
  color: #003686;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
    width: 130px;
    font-size: 14px;
    height: 45px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i {
  display: block;
  width: 20px;
  margin-right: 20px;
  overflow: hidden;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i img,
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i svg {
  width: 100%;
  float: left;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i svg path{
  fill: #003686;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover {
  background-color: #d40400;
  color: #fff;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover span{
  color: #fff;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover i svg path {
  fill: #fff;
}
.hadbot .hadbot_jut .container .cont .close {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  /* position: absolute; */
  /* top: 1rem; */
  /* right: 0.55rem; */
  /* flex-direction: column; */
  /* justify-content: center; */
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .close {
    font-size: 16px;
  }
}
.hadbot .hadbot_jut .container .cont .close i {
  /* display: block; */
  overflow: hidden;
  width: 24px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0.2rem;
  /* width: 0.5rem; */
  /* height: 0.5rem; */
  /* min-width: 40px; */
  /* min-height: 40px; */
  /* border-radius: 1000px; */
  /* background: #003686; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* margin-bottom: 10px; */
}
.hadbot .hadbot_jut .container .cont .close i img,
.hadbot .hadbot_jut .container .cont .close i svg {
  width: 100%;
  float: left;
  /* width: 0.2rem;
  height: 0.2rem;
  width: 15px;
  height: 15px; */
}

.hadbot .hadbot_jut .container .cont .close:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbot .hadbot_jut .container .cont .close span{
  /* color: #003686; */
  color: #fff;
  /* order: 1; */
  /* font-size: 14px; */
  /* font-size: 18px; */
  text-align: center;
  line-height: 1;
}

.hadbox-sec3 .hadbot_jut .container .cont .close{
    position: absolute;
    top: 1rem;
    right: 0.55rem;
    flex-direction: column;
    justify-content: center;
}
.hadbox-sec3 .hadbot_jut .container .cont .close i{
  width: 0.5rem;
  height: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 1000px;
  background: #003686;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 0;
}
.hadbox-sec3 .hadbot_jut .container .cont .close i img,
.hadbox-sec3 .hadbot_jut .container .cont .close i svg {
  width: 0.2rem;
  height: 0.2rem;
  width: 15px;
  height: 15px;
}
.hadbox-sec3 .hadbot_jut .container .cont .close span{
  color: #003686;
  order: 1;
  font-size: 14px;
  font-size: 18px;
}
@media (max-width:1580px) {
  .hadbox-sec3 .hadbot_jut .container .cont .close span{
    font-size: 16px;
  }
}

/* End */




/* 申请打样 */
.prooalt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 666;
  overflow: hidden;
  display: none;
}
.prooalt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.prooalt .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 94%;
  background-color: #fff;
}
.prooalt .cont .fz_tit {
  line-height: 1rem;
  padding: 0 0.52rem;
  padding-right: 0.26rem;
  color: #fff;
  background: url(../images/shenqingbag1.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prooalt .cont .fz_tit .close {
  width: 0.24rem;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.prooalt .cont .fz_tit .close img {
  width: 100%;
}
.prooalt .cont .fz_tit .close:hover {
  transform: rotate(90deg);
}
.prooalt .cont .fz_jut {
  width: 100%;
  padding: 0.32rem 0.5rem 14px;
}
@media (max-width: 767px) {
  .prooalt .cont .fz_jut {
    padding: 0.4rem 0.3rem 12px;
  }
}
.prooalt .cont .fz_jut .fz_list {
  display: none;
}
.prooalt .cont .fz_jut .fz_list.active {
  display: block;
}
.prooalt .cont .fz_jut .fz_list .item .int {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.15rem;
}
.prooalt .cont .fz_jut .fz_list .item .int input,
.prooalt .cont .fz_jut .fz_list .item .int .lab {
  font-size: 16px;
  color: #666;
}
@media (max-width: 1580px) {
  .prooalt .cont .fz_jut .fz_list .item .int input,
  .prooalt .cont .fz_jut .fz_list .item .int .lab {
    font-size: 14px;
  }
}
.prooalt .cont .fz_jut .fz_list .item .int input {
  width: calc(100% - 20px);
  padding: 0.16rem 0;
}
.prooalt .cont .fz_jut .fz_list .item .int .lab {
  color: #ff0000;
}
.prooalt .cont .fz_jut .fz_list .item .int.on .lab {
  opacity: 0;
}
.prooalt .cont .fz_jut .fz_list .item .textarea1 {
  border-bottom: none;
  margin-bottom: 10px;
}
.prooalt .cont .fz_jut .fz_list .item .textarea1 textarea {
  border: 1px solid #dddddd;
  padding: 0.2rem;
  width: 100%;
  height: 90px;
  border-radius: 5px;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .prooalt .cont .fz_jut .fz_list .item .textarea1 textarea {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .prooalt .cont .fz_jut .fz_list .item .textarea1 textarea {
    height: 70px;
  }
}
.prooalt .cont .fz_jut .fz_list .item .yan {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.prooalt .cont .fz_jut .fz_list .item .yan input {
  width: calc(100% - 190px);
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .prooalt .cont .fz_jut .fz_list .item .yan input {
    width: calc(100% - 160px);
  }
}
.prooalt .cont .fz_jut .fz_list .item .yan .fz_huan {
  display: flex;
  align-items: center;
  width: 180px;
}
@media (max-width: 1580px) {
  .prooalt .cont .fz_jut .fz_list .item .yan .fz_huan {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .prooalt .cont .fz_jut .fz_list .item .yan .fz_huan {
    width: 130px;
  }
}
.prooalt .cont .fz_jut .fz_list .item .yan .fz_huan .but {
  color: #004896;
  font-size: 14px;
  margin-right: 12px;
}
@media (max-width: 1580px) {
  .prooalt .cont .fz_jut .fz_list .item .yan .fz_huan .but {
    font-size: 12px;
    margin-right: 10px;
  }
}
.prooalt .cont .fz_jut .fz_list .item .yan .fz_huan .img {
  width: 68%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .prooalt .cont .fz_jut .fz_list .item .yan .fz_huan .img {
    width: 62%;
  }
}
.prooalt .cont .fz_jut .fz_list .item .yan .fz_huan .img img {
  float: left;
  width: 100%;
}
.prooalt .cont .fz_jut .fz_list .item .fz_but {
  width: 100%;
  height: 0.5rem;
  margin-top: 0.3rem;
  background-color: #004896;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .prooalt .cont .fz_jut .fz_list .item .fz_but {
    font-size: 14px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .prooalt .cont .fz_jut .fz_list .item .fz_but {
    height: 0.8rem;
  }
}
.prooalt .cont .fz_jut .fz_list .item .fz_but i {
  display: block;
  width: 16px;
  overflow: hidden;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .prooalt .cont .fz_jut .fz_list .item .fz_but i {
    width: 14px;
    margin-right: 8px;
  }
}
.prooalt .cont .fz_jut .fz_list .item .fz_but i img {
  width: 100%;
  float: left;
}
.prooalt .cont .fz_jut .fz_list .item .fz_but:hover {
  opacity: 0.9;
}
.prooalt .cont .fz_jut .fz_list .item .name {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 0 0 0.16rem;
}
@media (max-width: 767px) {
  .prooalt .cont .fz_jut .fz_list .item .name {
    font-size: 16px;
  }
}
.prooalt .cont .fz_jut .fz_list .item .name span {
  display: block;
  width: calc(100% - 20px);
}
.prooalt .cont .fz_jut .fz_list .item .name .lab {
  color: #ff0000;
}
.prooalt .cont .fz_jut .fz_list .item .zhong {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.22rem;
}
.prooalt .cont .fz_jut .fz_list .item .zhong label {
  display: flex;
  width: 33.333%;
  position: relative;
  color: #333333;
  font-size: 14px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .prooalt .cont .fz_jut .fz_list .item .zhong label {
    font-size: 14px;
  }
}
.prooalt .cont .fz_jut .fz_list .item .zhong label i {
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px #dddddd;
}
@media (max-width: 1580px) {
  .prooalt .cont .fz_jut .fz_list .item .zhong label i {
    width: 16px;
    height: 16px;
    border-width: 1px;
  }
}
.prooalt .cont .fz_jut .fz_list .item .zhong label span {
  display: block;
  width: 80%;
  width: calc(100% - 20px);
  padding: 0 10px;
}
@media (max-width: 1580px) {
  .prooalt .cont .fz_jut .fz_list .item .zhong label span {
    width: calc(100% - 16px);
  }
}
.prooalt .cont .fz_jut .fz_list .item .zhong label input {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
}
.prooalt .cont .fz_jut .fz_list .item .zhong label input:checked ~ i {
  border-color: #004896;
  background: #004896;
  background: #004896 url(../images/dagouiconimg1.png) no-repeat center;
  background-size: 60% auto;
}
.prooalt .cont .fz_jut .fz_list .item:nth-child(2) .zhong {
  margin-bottom: 0.1rem;
}
.prooalt .cont .fz_jut .fz_list .text {
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-top: 14px;
}
@media (max-width: 1580px) {
  .prooalt .cont .fz_jut .fz_list .text {
    font-size: 12px;
  }
}
.prooalt .cont .fz_jut .scrolhe {
  width: 100%;
}
@media (max-width: 1580px) {
  .prooalt .cont .fz_jut .scrolhe {
    height: 5rem;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .prooalt .cont .fz_jut .scrolhe {
    height: 8rem;
  }
}
/* End */

