/* qhl_css */
@charset "utf-8";

.grey {
  color: #999;
}
a.grey:hover {
  text-decoration: underline;
}

.red {
  color: #e90000;
}
.blue {
  color: #1550b6;
}
.orange {
  color: #ec8000;
}

:focus {
  outline: none;
}
h3 {
  font-weight: normal;
}
em,
i {
  font-style: normal;
}

.wrapcc {
  width: 1200px;
  margin: 0 auto;
}

/* content*/
.bannerx {
  height: 228px;
  background: url(../images/bannerx.jpg) no-repeat center;
}

.bigtit {
  padding: 36px 0 0;
  border-bottom: 1px solid #d0dadc;
  margin-bottom: 20px;
}
.bigtit strong {
  font-size: 26px;
  color: #1e56b5;
  display: inline-block;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
.bigtit em {
  font-style: normal;
  color: #666;
  font-size: 16px;
}
.bigtit .fr {
  color: #666;
  font-size: 13px;
}
.bigtit a {
  color: #666;
  text-decoration: none;
}

.subnav ul {
  list-style: none;
  padding: 15px 0px 25px;
  border-bottom: 1px solid #eee;
}
.subnav li {
  float: left;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 5px 3%;
  margin: 0 10px;
}
.subnav a {
  text-decoration: none;
}
.subnav .on {
  background-color: #049fd8;
  color: #fff;
  border-color: #049fd8;
}
.subnav .on a {
  color: #fff;
}

.content {
  padding: 20px 0 0px;
  font-size: 14px;
}

.content .comp .line {
  display: flex;
  background-color: #eee;
}
.content .comp .boxfl {
  padding: 35px 60px;
  width: 57%;
  box-sizing: border-box;
  background-color: #eee;
}
.content .comp .boxfr {
  padding: 22px 15px;
}
.content .comp .introtit {
  font-size: 18px;
  font-weight: bold;
}
.content .comp em {
  display: block;
  width: 70px;
  height: 2px;
  background-color: #666;
  margin: 20px 0 30px;
}
.content .comp .complist {
  margin: 40px 0 20px;
  overflow: hidden;
}
.content .comp .img {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.content .comp .img img {
  max-width: 80px;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}
.content .comp .icon {
  padding-top: 12px;
}
.content .comp .txt {
  margin-top: 20px;
}
.content .comp .tit {
  font-size: 20px;
  margin-top: 20px;
}
.content .comp .li01 .img {
  background-image: url(../images/tb01bg.png);
}
.content .comp .li02 .img {
  background-image: url(../images/tb02bg.png);
}
.content .comp .li03 .img {
  background-image: url(../images/tb03bg.png);
}
.content .comp .li04 .img {
  background-image: url(../images/tb04bg.png);
}

.content .pro li {
  float: left;
  text-align: center;
  width: 33%;
  margin-bottom: 20px;
}
/*.content .pro a{ display:block; padding:0 10px;}*/
.content .pro .img {
}
.content .pro .img img {
  width: 100%;
  border: 1px #ccc solid;
}

.content .news li {
  padding: 20px 0px;
  border-bottom: 1px solid #f2f2f2;
  transition: background ease-in-out 0.3s;
}
.content .news li a {
  display: block;
  width: 1170px;
  margin: 0 auto;
}
.content .news .img {
  float: left;
  transition: 0.2s;
  margin-right: 40px;
}
.content .news .img img {
  width: 170px;
  height: 120px;
  border: 1px solid #eee;
}
.content .news .txt {
  transition: 0.5s;
}
.content .news .tit {
  font-size: 18px;
  color: #000;
  line-height: 23px;
}
.content .news .time {
  font-size: 12px;
  color: #888;
  padding: 5px 0;
}
.content .news .miaoshu {
  line-height: 24px;
  color: #888;
  height: 50px;
  overflow: hidden;
}
.content .news li:hover {
  background: #f8f8f8;
}
/*.main .news li:hover .img{transform:translateX(6px);}
.main .news li:hover .txt{transform:translateX(-6px);}*/
.content .news a:hover {
  text-decoration: none;
}

.content .feedback {
  background: url(../images/feedback.jpg) no-repeat left top;
  padding: 25px 50px 25px 14%;
  position: relative;
}
.content .feedback form {
  background-color: #fff;
  box-shadow: 2px 3px 5px #ddd;
  padding: 10px 8% 20px;
  line-height: 30px;
  border: 1px solid #eee;
}
.content .feedback .line {
  overflow: hidden;
  margin-top: 15px;
}
.content .feedback label {
  width: 100px;
  display: block;
  float: left;
  line-height: 30px;
}
.content .feedback .input {
  border: 1px solid #ccc;
  margin-left: 100px;
  padding: 0 10px;
}
.content .feedback input {
  line-height: 28px;
  height: 28px;
  border: none;
  display: block;
  width: 100%;
}
.content .feedback textarea {
  height: 80px;
  border: none;
  width: 100%;
  line-height: 20px;
  padding: 10px 0;
}
.content .feedback input.btn {
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  cursor: pointer;
  background-color: #ddd;
}
.content .feedback input.btn:hover {
  color: #fff;
  background-color: #1262bb;
}
.feedimg {
  position: absolute;
  bottom: -48px;
  right: 0px;
}

.content .contact {
  border: 1px solid #e1e1e1;
  line-height: 30px;
  margin-bottom: 10px;
}
.content .contactfl {
  width: 40%;
  float: left;
  font-size: 16px;
  padding: 20px 2%;
  background: url(../images/map.png) no-repeat right bottom;
}
.content .contactfr {
  width: 56%;
  float: right;
  text-align: right;
  padding: 30px;
  box-sizing: border-box;
}
.content .contactfr img {
  max-width: 130px;
  margin-left: 20px;
}

/*page*/
.leftside {
  width: 24%;
  float: right;
}
.leftside h3 {
  margin: 0px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 20px;
  font-size: 24px;
  font-weight: 600;
}
.leftside ul {
  margin-top: 20px;
}
.leftside li {
  border-bottom: 1px solid #eee;
  line-height: 42px;
  text-indent: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}
.leftside a:hover,
.leftside li.on a {
  color: #049fd8;
}

.leftsidem {
  margin: 0 10px 35px;
  line-height: 35px;
  position: relative;
  border: 1px solid #28529c;
}
.leftsidem .boxfl {
  font-size: 13px;
  width: 30%;
  float: left;
  background-color: #0063d1;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.leftsidem .boxfl a {
  color: #fff;
}
.leftsidem .boxfr {
  font-size: 13px;
  width: 70%;
  float: right;
  background-color: #eee;
  text-indent: 10px;
  position: relative;
  cursor: pointer;
}
.leftsidem ul {
  display: none;
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 10px 10px #ccc;
  padding: 10px 0;
}
.leftsidem li {
  margin: 0 10px;
  line-height: 35px;
  border-bottom: 1px dashed #c5c5c5;
  position: relative;
}
.leftsidem li a {
  display: block;
}
.leftsidem span {
  display: block;
  padding: 0 10px;
  right: 10px;
  top: 0px;
  position: absolute;
  font-weight: bold;
  color: #28529c;
  font-size: 13px;
  font-family: simsun;
}
.leftsidem ul.boxon {
  display: block;
}

.concon {
  margin-right: 27%;
  padding-right: 3%;
  border-right: 1px solid #ccc;
  line-height: 24px;
}
.concon p {
  margin: 0px;
}
.concon .contit {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 12px;
  margin-bottom: 30px;
}
.concon .condate {
  font-size: 13px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: normal;
  margin-top: 12px;
}
.concon .coninfo {
  background-color: #eee;
  padding: 10px;
  line-height: 24px;
}
.concon .conpage {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-top: 30px;
  padding: 10px 0;
}
.concon .conpage a {
  display: block;
  color: #999;
}
.concon .conpage a:hover {
  color: #ff0000;
}
.concon .conbtn {
  background-color: #ff0000;
  color: #fff;
  padding: 10px 0;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

/*class*/
.protab {
  word-wrap: break-word;
  word-break: break-all;
}
.protab {
  border-collapse: collapse;
  width: 100%;
}
.protab td {
  border: 1px solid #ccc;
  padding: 2px;
  text-align: center;
}
.protab tr:nth-child(n) {
  background-color: #eaf6ff;
}
.protab tr:nth-child(2n) {
  background-color: #fff;
}

/* decorate */

/*map*/
#dituContent {
  width: 100%;
  height: 335px;
}
#dituContent img {
  max-width: none;
}
.iw_poi_title {
  color: #cc5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

/* 表格样式*/
.tableall {
  overflow-x: auto;
}
.tablebg {
  width: 100%;
}
.tablebg tr:nth-child(2n + 1) {
  background: #e8f1fd;
}
.tablebg th {
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  padding: 20px 20px;
  text-align: left;
}
.tablebg td:nth-child(1) {
  color: #444;
  font-weight: bold;
}
.tablebg td {
  font-size: 15px;
  padding: 20px 15px;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse;
  border-left: 1px #ddd solid;
}

.inequip {
}
.inequip ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.inequip ul li {
  background: #e8f1fd;
  padding: 20px;
}
.inequip ul li img {
  width: 100%;
}
.inequip ul li .inequipt {
  text-align: center;
}
.inequip ul li .inequipt span {
  height: 36px;
  font-size: 15px;
  background: #333;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  line-height: 36px;
  padding: 0 10px;
}
.inequip ul li .inequipt p {
  margin-top: 10px;
  line-height: 20px;
}

.inpro {
  width: 68%;
  padding-right: 5%;
  border-right: 1px #ccc solid;
}
.inpro ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.inpro ul li {
}
.inpro ul li img {
  width: 100%;
  border: 1px #ccc solid;
}

.inhonor {
  margin-top: 50px;
  background-color: #edf6ff;
  padding: 20px;
}
.inhonor .inhonor-fl {
  padding: 50px;
}
.inhonor .inhonor-fl .inhonor-tit {
  color: #2169d3;
  font-size: 21px;
  font-weight: bold;
}
.inhonor .inhonor-fl .inhonor-p {
  margin-top: 20px;
  font-size: 16px;
}
.inhonor-p li {
  list-style: none;
  margin-top: 10px;
  border-bottom: 1px #9bb9d9 dashed;
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.inhonor-p li span {
  background-color: #2169d3;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 10px;
  width: 150px;
  text-align: center;
  display: inline-block;
}
.inhonor .inhonor-fr {
  width: 70%;
}
.inhonor .inhonor-fr ul {
  display: flex;
}
.inhonor .inhonor-fr li {
  width: 50%;
}
.inhonor .inhonor-fr li img {
  width: 100%;
}

/* 隐藏显示*/
.hidden01 {
  display: none;
}
.show01 {
  display: block;
}

.homeapp {
}
.homeapp ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}
.homeapp ul li {
  position: relative;
  overflow: hidden;
}
.homeapp ul li:hover {
  cursor: pointer;
}
.homeapp ul li img.appimg {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
.homeapp ul li:hover img.appimg {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.homeapp ul li .homeapptit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1;
}
.homeapp ul li .homeapptit .appt {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.homeapp ul li:hover .homeapptit .appt {
  opacity: 0;
}
.homeapp ul li .homeapptit .appt .appt-p {
  color: #fff;
  font-size: 16px;
}
.homeapp ul li .homeapptit02 {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 55px;
  width: 100%;
  height: 0;
  background-color: #216ad3;
  opacity: 0.8;
  z-index: 0;
  transition-duration: 0.5s;
}
.homeapp ul li .homeapptit02 .appt02 {
  padding: 10px 30px;
}
.homeapp ul li .homeapptit02 .appt02 img {
  float: left;
}
.homeapp ul li .homeapptit02 .appt02 .appt-p02 {
  color: #fff;
}
.homeapp ul li:hover .homeapptit02 {
  height: 60px;
}

.topwhatsapp {
  background: #0051c8;
  color: #fff;
  padding: 10px 0;
}
.topwhatsapp .wrapper {
  display: flex;
  align-items: end;
  justify-content: end;
}
.topwhatsapp .wrapper img {
  width: 20px;
}

.lan {
  margin-left: 10px;
  position: relative;
  color: var(--jtce);
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: var(--jtf14);
  font-family: var(--jtff);
  margin-right: 15px;
}
.lan img.lang {
  margin-right: 5px;
}
.lan:hover .lanbox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lan .lanbox {
  position: absolute;
  top: 25px;
  right: 0;
  min-width: 100%;
  background: #003788;
  padding: 10px 0;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  white-space: nowrap;
  z-index: 999;
  transition: all 0.3s;
}
.lan .lanbox .it a {
  display: flex;
  align-items: center;
  color: var(--jtcb);
  line-height: 36px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: var(--jtf14);
}
.lan .lanbox .it a img {
  margin-right: 6px;
}

.n_r {
}
.n_r .search {
  display: block;
  width: 10px;
  height: 30px;
  line-height: 30px;
  background: url(../images/search.svg) no-repeat center center;
  background-size: 24px;
  border: 0px solid #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0 15px;
  border-radius: 15px;
  cursor: pointer;
  margin: 0 auto;
  margin-left: 10px;
  color: #666;
}
.n_r .search:focus {
  width: 120px;
  background: #fff url(../images/search1.svg) no-repeat 90% center;
  background-size: 24px;
}

.honorlist {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  padding: 10px 0;
}
.honorlist .item {
  transition: all 0.3s;
}
.honorlist .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.honorlist .item .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  background: url(../images/honorbg.jpg) no-repeat center;
  background-size: cover;
}
.honorlist .item .img img {
  padding: 6%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media (max-width: 1200px) {
  .wrapcc {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .wrapcc img {
    width: 100%;
  }

  /*content*/
  .bannerx {
    background-size: 190% 100%;
  }

  .content .news {
    padding: 0 2%;
  }
  .content .news li a {
    width: 100%;
  }

  /* 隐藏显示*/
  .hidden02 {
    display: none;
  }
  .show02 {
    display: block;
  }
  .honorlist {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  /*conent*/
  .content .comp li .img {
    background: none !important;
  }
  .content .comp li .txt {
    display: none;
  }
  .content .comp .img {
    padding: 0;
  }

  .content .pro li {
    width: 33.3%;
  }

  /* 隐藏显示*/

  .show03 {
    display: block;
  }
  .inpro ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  /*content*/
  .content {
    padding: 0;
  }
  .leftside {
    float: none;
    width: 100%;
  }
  .leftside ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .inpro {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-top: 30px;
  }
  .bannerx {
    height: 120px;
    background-size: cover;
  }

  .bigtit strong {
    font-size: 20px;
  }

  .subnav ul {
    padding-top: 0px;
  }
  .subnav li {
    margin: 0 5px;
    font-size: 14px;
  }

  .content .comp .complist {
    margin-top: 20px;
  }
  .content .comp .boxfl {
    width: 100%;
    padding: 20px;
  }
  .content .comp .tit {
    font-size: 14px;
    margin: 0px;
  }

  .content .pro li {
    width: 50%;
  }
  .content .pro .txt {
    font-size: 13px;
  }

  .content .news .img {
    margin-right: 10px;
  }
  .content .news .img img {
    width: 106px;
    height: 80px;
  }
  .content .news .tit {
    font-size: 15px;
    max-height: 46px;
    overflow: hidden;
  }
  .content .news span {
    display: none;
  }
  .content .news .time {
    display: none;
  }
  .content .news .miaoshu {
    margin-top: 0px;
    height: 38px;
    line-height: 19px;
    font-size: 13px;
  }
  .content .news li:hover .img {
    transform: translateX(0px);
  }
  .content .news li:hover .txt {
    transform: translateX(0px);
  }

  .content .feedback {
    padding: 0px;
  }
  .content .feedback .line {
    margin-top: 10px;
  }
  .content .feedback label {
    display: none;
  }
  .content .feedback .input {
    margin-left: 0px;
  }

  .content .contact {
    border: none;
  }
  .content .contactfl {
    width: 100%;
  }

  /*page*/
  .concon {
    margin-right: 0;
    padding-right: 0px;
    border: none;
  }
  .concon .contit {
    font-size: 18px;
  }

  /* 隐藏显示*/
  .leftsidenew {
    display: none;
  }
  .show04 {
    display: block;
  }

  .homeapp ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .content .comp .line {
    display: inherit;
  }
  .content .comp .boxfr img {
    width: 100%;
  }
  .honorlist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .contactfr {
    float: none;
    text-align: left;
    width: 100%;
  }
  .banner {
    width: 150%;
    margin-left: -75%;
  }
  .inhonor-p li {
    display: inherit;
  }
  .inhonor .inhonor-fl {
    padding: 20px;
  }
  .inhonor .inhonor-fl .inhonor-p li .txttit {
    margin-bottom: 10px;
  }
}
