﻿@import url(../css/global.css);

.main {
  width: 100%;
  z-index: 1;
}
.mainindex {
  overflow: hidden;
}
/*head*/
.head {
  padding: 8px 0;
  width: 100%;
  background: #fff;
  z-index: 3;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}
.head h1 {
  float: left;
}
.head .web {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headright {
  float: right;
  /* width: 133px; */
  height: 54px;
  padding-top: 30px;
  background: url(/static/home/images/icon01.png) right 30px no-repeat;
}
.hdsearch {
  float: right;
  /* width: 24px; */
  /* height: 54px; */
  position: relative;
}
.hdsearch span {
  display: block;
  height: 24px;
  cursor: pointer;
}
.searchbox {
  background: url(/static/home/images/searchbox.png) no-repeat;
  width: 193px;
  height: 51px;
  position: absolute;
  right: 0;
  top: 46px;
  z-index: 5;
  display: none;
}
.searchin {
  height: 43px;
  line-height: 43px;
  padding: 0 8px;
  width: 179px;
  margin-top: 8px;
  color: #fff;
}
.searchbt {
  height: 40px;
  width: 42px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
#share {
  float: right;
  width: 108px;
}
#share a {
  background: none;
  margin: 0 3px 0 0;
  float: left;
  width: 24px;
  height: 24px;
  padding: 0;
}
.nav {
  /* float: right;
  padding-top: 26px; */
}
.nav li {
  float: left;
  margin-right: 32px;
  /* height: 58px; */
  position: relative;
}
.nav li > a {
  display: block;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 2px solid #fff;
  color: #333;
  position: relative;
}
.nav li:hover > a,
.nav li > a.cur {
  color: #047fc4;
  border-color: #047fc4;
}
.nav li.lilast {
  margin-right: 12px;
}
.secondnav {
  position: absolute;
  top: 59px;
  top: 65px;
  background: #047fc4;
  background: #047fc466;
  display: none;
  left: 0 !important;
  white-space: nowrap;
}
.nav li > a em {
  position: absolute;
  left: 50%;
  top: 53px;
  background: url(/static/home/images/icon03.png) no-repeat;
  width: 18px;
  height: 6px;
  display: none;
  margin-left: -8px;
}
.secondnav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 0 21px;
}
.secondnav a:hover {
  background: #e57f24;
}
.nav li:hover .secondnav,
.nav li:hover > a em {
  display: block;
  display: flex;
  flex-direction: column;
}

.top {
  width: 100%;
  /* bottom: calc(100% - 5em);
  padding-bottom: 5em; */
  left: 0;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  z-index: 99;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.top .top_cont {
  box-shadow: 0 0 5px 0 #0000001e;
  background: #fff;
  width: 100%;
}

.top.untop {
  bottom: calc(100% - 2em);
  /* padding-bottom: 2em; */
}

.top.untop:hover {
  bottom: calc(100% - 7em);
}

.top .conter {
  max-width: 1560px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin: 0 auto;
}

.top .logo {
  display: flex;
  align-items: center;
}

.top .logo a:first-child {
  margin-right: 25px;
}

.top .logo img {
  width: 100%;
}

.nav-bt {
  display: none;
}

.top .menu {
  color: #333;
  display: flex;
  max-height: calc(100vh - 5em);
  align-items: center;
  z-index: 130;
}

.top .menu .ind {
  margin-right: 2em;
  display: flex;
  align-items: center;
}

.top .menu .ind > li {
  margin: 0 2em;
  margin: 0 24px !important;
  height: 5em;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}

.top .menu .ind > li:hover > a {
  color: #047fc3;
}

.top .menu .ind .active > a {
  color: #047fc3;
}

/* .top .menu .ind>li:hover .sub {
	display:flex;
}
*/
.top .menu .ind a {
  font-size: 1.125em;
  font-size: 18px;
}

.top .menu .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: calc((100% - 10.4375em) / 2);
  width: 10.4375em;
  width: 167px;
  background: #fff;
  padding: 0.875em 0 1em;
  padding: 14px 0 16px;
  flex-direction: column;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 0 5px 0 #cda66730;
  z-index: 88;
}

.top .menu .sub > li {
  width: 100%;
}

.top .menu .sub a {
  padding: 0.5em 0;
  padding: 8px 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  font-size: 16px;
}

.top .menu .sub a:hover {
  background: linear-gradient(-90deg, #047fc3, #70ccff);
  color: #fff;
}

.top .search_box {
  display: flex;
  align-items: center;
}

.top .search_box > * {
  margin-right: 0.5em;
  margin-right: 8px;
}

.top .search_box a img {
  width: 1.75em;
  width: 28px;
}

.top .search {
  width: 16.3125em;
  width: 261px;
  position: relative;
}

.top .search input {
  width: 100%;
  outline: none;
  padding: 0;
  border: 1px solid #b5b5b5;
  border-radius: 50px;
  height: 1.875em;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 0.75em;
  padding-left: 12px;
  font-size: 1em;
  font-size: 16px;
}

.top .search input::placeholder {
  font-size: 0.875em;
  color: #d2d2d2;
}

.top .search button {
  position: absolute;
  background: url("../images/index20231114_4.png") center center no-repeat;
  background-size: 100% auto;
  width: 1.125em;
  height: 1.25em;
  top: calc((100% - 1.25em) / 2);
  right: 0.875em;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 1em;
  cursor: pointer;
}

/*foot*/
.foot {
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #333;
  background-color: #f8f8f8;
}
.foot a {
  color: #979595;
  display: inline-block;
  margin-right: 13px;
  width: auto;
}
.foot span {
  font-size: 18px;
}
.copy {
  height: 80px;
  line-height: 80px;
  border-top: 1px solid #bcbcbc;
}

/*about*/
.inbanner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 83px;
}
.inbanner img {
  display: block;
  width: 1920px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  bottom: 0;
}
.content {
  padding: 30px 0 80px;
}
.box {
  width: 1200px;
  margin: 0 auto;
  background: url(/static/home/images/bg.jpg) repeat-y;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
}
.boxleft {
  width: 281px;
  float: left;
}
.boxtitle {
  padding: 17px 0 24px 29px;
}
.boxtitle h2 {
  font-size: 30px;
  color: #333;
  line-height: 35px;
  margin-bottom: 3px;
}
.leftnav li > a {
  display: block;
  height: 59px;
  line-height: 59px;
  font-size: 17px;
  color: #333;
  padding-left: 33px;
  background: 0 -61px url(/static/home/images/icon04.jpg) no-repeat;
  overflow: hidden;
  border-bottom: 1px solid #d1d7dc;
}
.leftnav li > a:hover,
.leftnav li > a.cur {
  background: url(/static/home/images/icon04.jpg) no-repeat;
  color: #fff;
}
.boxright-top {
  height: 45px;
  line-height: 45px;
  border-top: 1px solid #d3d9de;
  border-bottom: 1px solid #d3d9de;
}
.boxright-top h2 {
  font-size: 20px;
  color: #333;
}
.boxright {
  float: right;
  width: 839px;
  padding: 28px 40px 0;
}
.bread {
  font-size: 13px;
  color: #666;
  float: right;
  padding-left: 24px;
  background: url(/static/home/images/icon05.jpg) left center no-repeat;
}
.bread a {
  color: #666;
}
.bread a.cur {
  color: #047fc4;
}
.contentbox {
  padding-top: 35px;
  font-size: 15px;
  color: #333;
  line-height: 26px;
  overflow: hidden;
}
.contentbox img {
  max-width: 100%;
}

.abouttitle {
  margin-bottom: 45px;
}
.abouttitle h2 {
  font-size: 18px;
  color: #999;
  line-height: 18px;
  padding-bottom: 2px;
}
.abouttitle h3 {
  font-size: 32px;
  color: #047fc4;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  line-height: 35px;
}
.abouttitle h3 span {
  display: inline-block;
  border-bottom: 3px solid #047fc4;
  position: relative;
  top: 2px;
  padding-bottom: 12px;
}
.othercontent {
  font-size: 14px;
  line-height: 24px;
}

.team {
  padding-top: 34px;
}
.team dt {
  float: left;
  width: 259px;
  height: 285px;
  background: #ebebeb;
}
.team dt img {
  width: 253px;
  height: 285px;
  margin-top: -10px;
  display: block;
}
.team dd {
  width: 538px;
  padding: 0 20px;
  float: left;
  background: #ebebeb;
  color: #666;
  margin-top: 23px;
  height: 250px;
}
.team dd h2 {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  padding-top: 38px;
}
.team dd h2 b {
  color: #006aa6;
  font-size: 36px;
}

.develop {
  color: #fff;
  width: 103px;
  height: 103px;
  background: #e57f24;
  -border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-left: 84px;
}
.develop span {
  display: block;
  font-size: 24px;
  line-height: 30px;
  padding-top: 27px;
}
.developlist {
  background: url(/static/home/images/line01.jpg) 137px top repeat-y;
  padding-left: 32px;
}
.developlist li {
  padding-top: 24px;
}
.developlist em {
  float: left;
  font-size: 24px;
  color: #333;
  height: 41px;
  line-height: 41px;
  width: 137px;
  position: relative;
  background: url(/static/home/images/icon06.jpg) 94px center no-repeat;
}
.developtxt {
  float: left;
  padding-left: 79px;
  width: 590px;
  position: relative;
}
.month {
  font-size: 18px;
  color: #fff;
  background: url(/static/home/images/icon07.jpg) no-repeat;
  display: block;
  height: 41px;
  line-height: 41px;
  width: 65px;
  text-indent: 6px;
  position: absolute;
  left: 0;
  top: 0;
}

.honornav {
  text-align: center;
}
.honornav > a,
.busnav li {
  display: inline-block;
  width: 198px;
  height: 51px;
  line-height: 51px;
  font-size: 15px;
  color: #fff;
  background: #606060;
  margin-right: 1px;
}
.honornav > a {
  position: relative;
}
.honornav > a:hover,
.honornav > a.cur {
  background: #e57f24;
}
.honornav > a:hover em,
.honornav > a.cur em,
.busnav li:hover a em,
.busnav li.cur > a em {
  display: block;
  background: url(/static/home/images/icon08.jpg) no-repeat;
  width: 18px;
  height: 7px;
  left: 50%;
  margin-left: -9px;
  bottom: -7px;
  position: absolute;
  z-index: 3;
}
.honorlist {
  padding-left: 24px;
  padding-top: 53px;
}
.honorlist li {
  float: left;
  margin-right: 32px;
  background: url(/static/home/images/bg01.jpg) center bottom no-repeat;
}
.honorlist li a {
  display: block;
  border: 1px solid #cecece;
}
.honorlist li h2 {
  font-size: 14px;
  color: #333;
  text-align: center;
  height: 47px;
  line-height: 47px;
}
.page {
  text-align: center;
  padding-top: 20px;
}

.partner {
  margin: 70px 0 70px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partner li {
  width: 24%;
  border: 1px solid #e4e4e4;
  margin-right: 9px;
  margin-top: 9px;
  text-align: center;
}
.partner li a {
  display: flex;
  justify-content: center;
}
.partner li img {
  width: 215px;
  height: 100px;
}

/*join*/
.jointxt {
  color: #666;
  line-height: 24px;
  overflow: hidden;
  margin-top: -12px;
}
.joinlist {
  padding-top: 40px;
}
.joinlist h3 {
  font-size: 14px;
  color: #333;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e8e8e8;
  background: url(/static/home/images/icon10.png) right center no-repeat;
  cursor: pointer;
}
.subjoin {
  background: #fafafa url(/static/home/images/icon09.png) right 29px no-repeat;
  padding: 23px 28px 25px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  display: none;
}
.joina {
  font-size: 14px;
  color: #fff;
  display: block;
  width: 121px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #e57f24;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-top: 17px;
}
.closeem {
  position: absolute;
  display: block;
  width: 31px;
  height: 40px;
  top: 11px;
  right: 0;
  cursor: pointer;
}
.joinlist li.cur h3 {
  background: none;
}
.jobbox .page {
  float: left;
  padding-top: 30px;
}

.journal {
  background: url(/static/home/images/shaw.jpg) left bottom no-repeat;
  padding-bottom: 12px;
}
.journal dl {
  border: 1px solid #d0d0d0;
  margin-top: 28px;
  background: url(/static/home/images/icon13.jpg) right bottom no-repeat;
}
.journal dl dt {
  float: left;
  width: 370px;
}
.journal dl dt img {
  width: 370px;
  height: 286px;
}
.journal dl dd {
  float: left;
  width: 465px;
  padding-bottom: 19px;
  border-left: 1px solid #d0d0d0;
  min-height: 267px;
}
.journal dl dd h2 {
  font-size: 24px;
  color: #047fc4;
  padding-left: 32px;
  padding-top: 26px;
}
.journallist {
  padding: 11px 22px 0 35px;
}
.journallist a {
  display: block;
  float: left;
  font-size: 18px;
  color: #333;
  height: 50px;
  line-height: 50px;
  background: url(/static/home/images/icon12.jpg) 3px center no-repeat;
  padding-left: 27px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  padding-right: 26px;
  width: 148px;
}

.journallist a em {
  display: block;
  background: url(/static/home/images/icon11.jpg) left -50px no-repeat;
  height: 50px;
  width: 27px;
  top: 0;
  right: 26px;
  position: absolute;
}
.journallist a.second {
  background: url(/static/home/images/icon12.jpg) 26px center no-repeat;
  padding-left: 43px;
  padding-right: 0;
  width: 157px;
}
.journallist a.second em {
  right: 11px;
}
.journallist a:hover em {
  background: url(/static/home/images/icon11.jpg) left 1px no-repeat;
}

/*invest*/
.investnav {
  padding-top: 4px;
  padding-bottom: 16px;
}
.investnav span {
  display: block;
  float: left;
  font-size: 18px;
  color: #333;
  width: 20%;
  text-align: center;
}
.gunav {
  height: 73px;
  background: #047fc4;
  line-height: 73px;
}
.gunav span {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  color: #fff;
  font-size: 31px;
}
.gunav span.span01 {
  font-size: 48px;
}
.investimg {
  border: 4px solid #047fc4;
  border-top: none;
  background: #eff3f7;
}
.investlist {
  padding-top: 6px;
}
.investlist .page {
  float: left;
}
.date {
  float: left;
  width: 99px;
  height: 101px;
  padding-left: 11px;
  padding-top: 9px;
  background: #e1e1e1;
}
.date span {
  font-size: 48px;
  display: block;
  color: #e57f24;
  line-height: 50px;
  margin-bottom: 5px;
}
.date P {
  font-family: "Arial";
  font-size: 18px;
  color: #444;
  line-height: 16px;
}
.subinvest {
  padding: 31px 0;
  border-bottom: 3px solid #e8e6e6;
}
.investxt {
  float: left;
  width: 550px;
  padding-left: 25px;
  color: #666;
}
.investxt h2 a {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  padding: 10px 0 11px;
  display: block;
}
.down {
  float: right;
  width: 110px;
  height: 110px;
  background: url(/static/home/images/icon14.png) 70px center no-repeat;
  padding-right: 40px;
}
.subinvest:hover {
  background: #e1e1e1;
  border-color: #e1e1e1;
}

/*æ–°é—»ä¸­å¿ƒ*/
.news {
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 30px;
  height: 135px;
  background: #f8f8f8;
}
.news dt {
  padding-right: 24px;
  float: left;
  width: 279px;
}
.news dt img {
  width: 279px;
  height: 167px;
}
.news a {
  display: block;
}
.dtdate {
  background: #006aa6;
  position: absolute;
  top: 30px;
  left: 0;
  color: #fff;
  padding-left: 9px;
  padding-top: 12px;
  font-size: 20px;
  width: 58px;
  height: 49px;
  font-family: Arial;
}
.dtdate i {
  display: block;
  font-size: 14px;
  margin-top: -4px;
}
.news dd {
  display: flex;
  width: 100%;
}
.news dd div:nth-child(2) {
  flex: 1;
}
.news dd h2 a {
  width: 70%;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 4px;
}
.news dd p {
  font-size: 16px;
  margin-top: 9px;
  color: #585858;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news dd a.newmore {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #e57f24;
  border-radius: 10px;
  width: 106px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-top: 29px;
}
.nopics dt,
.nopics dd a.newmore {
  display: none;
}
.dddate {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 85px;
  font-size: 16px;
  color: #585858;
}
.dddate em {
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 30px;
}
.dddate .line {
  width: 90px;
  border-bottom: 2px solid #eee;
}
.nopics .dddate {
  display: block;
}
.nopics dd {
  padding-left: 103px;
  position: relative;
  color: #666;
}
.nopics dd h2 a {
  font-size: 24px;
}
.nopics dd p {
  margin-top: 5px;
}
.nopics:hover .dddate {
  background: #047fc4;
  border: 1px solid #047fc4;
}
.nopics:hover .dddate em {
  color: #047fc4;
}
.news:hover {
  background: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.news:hover .line {
  border-bottom: 2px solid #047fc3;
}
.news:hover h2 a {
  color: #047fc4;
}
.newpage {
  float: left;
  padding-top: 30px;
}
.newtitle {
  text-align: center;
  color: #8d8d8d;
}
.newtitle h2 {
  font-size: 24px;
  color: #333;
  line-height: 35px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 4px;
}
.newdetail {
  color: #4c4c4c;
  padding-top: 23px;
  padding-bottom: 40px;
}
.back {
  background: #047fc4 url(/static/home/images/icon15.jpg) 19px center no-repeat;
  width: 66px;
  padding-left: 35px;
  height: 32px;
  line-height: 32px;
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 13px;
}
.mew-op p a {
  color: #666;
  display: block;
  padding-bottom: 2px;
}
.mew-op p a:hover {
  color: #047fc4;
}
.mew-op p a em {
  color: #666;
}

/*contact*/
.contact {
  background: #fff;
  padding: 15px;
  padding-bottom: 70px;
}
.contactdl dt {
  float: left;
  width: 281px;
}
.contactdl h2 {
  font-size: 20px;
  color: #1a1a1a;
}
.contactdl dd {
  float: left;
  height: 96px;
  line-height: 96px;
  padding-right: 13px;
  border-top: 1px solid #e1e1e1;
  width: 880px;
  padding-left: 25px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.contactbox {
  border: 1px solid #dedede;
  padding: 18px 20px;
  margin-top: 30px;
}
.map {
  float: left;
  width: 573px;
  height: 553px;
  border: 1px solid #dedede;
}
.contactway {
  float: left;
  margin-left: 28px;
  width: 450px;
  padding-top: 55px;
}
.contactway h3 {
  font-size: 36px;
  color: #006aa6;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 18px;
}
.contactway li {
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #cdcdcd;
  padding-left: 82px;
  min-height: 48px;
}
.contactway li a {
  color: #333;
}
.contactway li.li01 {
  background: url(/static/home/images/icon16.jpg) 12px center no-repeat;
}
.contactway li.li02 {
  background: url(/static/home/images/icon17.jpg) 12px center no-repeat;
}
.contactway li.li03 {
  background: url(/static/home/images/icon18.jpg) 12px center no-repeat;
}
.contactway li.li04 {
  background: url(/static/home/images/icon19.jpg) 12px center no-repeat;
}
.contactway li.li01:hover {
  background: url(/static/home/images/icon16h.jpg) 12px center no-repeat;
}
.contactway li.li02:hover {
  background: url(/static/home/images/icon17h.jpg) 12px center no-repeat;
}
.contactway li.li03:hover {
  background: url(/static/home/images/icon18h.jpg) 12px center no-repeat;
}
.contactway li.li04:hover {
  background: url(/static/home/images/icon19h.jpg) 12px center no-repeat;
}
.contactway li.li05 {
  background: url(/static/home/images/a001.png) 12px center no-repeat;
}
.contactway li.li05:hover {
  background: url(/static/home/images/a001h.png) 12px center no-repeat;
}
.allcontact {
  color: #666;
  line-height: 21px;
  margin-top: 18px;
  background: url(/static/home/images/line02.jpg) 558px top repeat-y;
}
.allcontact h2 {
  font-size: 24px;
  color: #006aa6;
  padding-bottom: 15px;
}
.allcontact li {
  float: left;
  width: 510px;
  padding-left: 48px;
  margin-right: 24px;
  margin-top: 22px;
}
.allcontact li:nth-child(2n-1) {
  clear: left;
}

/*business*/
.secondleft a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: 33px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #d1d7dc;
}
.secondleft a:hover,
.secondleft a.cur {
  color: #047fc4;
}
.bussnav li > a {
  background: 0 -61px url(/static/home/images/icon20.jpg) no-repeat;
}
.bussnav li > a:hover,
.bussnav li > a.cur {
  background: url(/static/home/images/icon20.jpg) no-repeat;
}
.bussh2 {
  font-size: 36px;
  font-weight: bold;
  color: #047fc4;
  line-height: 90px;
}
.business {
  color: #333;
  line-height: 30px;
  overflow: hidden;
}

.busnav {
  z-index: 3;
  width: 664px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  margin-bottom: 68px;
}
.busnav li {
  float: left;
  width: 165px;
  text-align: center;
}
.busnav li a {
  display: block;
}
.busssecond {
  height: 51px;
  width: 603px;
  margin: 0 auto;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 51px;
  padding-left: 60px;
  display: none;
}
.busssecond a {
  float: left;
  border-bottom: 4px solid #f5f5f5;
  height: 47px;
  line-height: 47px;
  padding: 0 3px;
  margin-right: 52px;
  color: #333;
}
.busssecond a:hover,
.busssecond a.cur {
  color: #047fc4;
  border-color: #047fc4;
}
.busssecond p.cur {
  display: block;
}
.busnav li > a {
  position: relative;
  font-size: 15px;
  color: #fff;
  background: #606060;
}
.busnav li:hover > a,
.busnav li.cur > a {
  background: #e57f24;
}
.busnav li:hover .busssecond,
.busnav li.cur .busssecond {
  display: block;
}

.hengintro {
  overflow: hidden;
}
.hengintro h2 {
  font-size: 30px;
  line-height: 40px;
  color: #e57f24;
}
.hengpartner {
  width: 1000px;
  padding-top: 18px;
}
.hengpartner li {
  float: left;
  border: 1px solid #cdcdcd;
  width: 200px;
  height: 75px;
  margin-top: 12px;
  margin-right: 10px;
}
.hengpartner li img {
  width: 200px;
  height: 75px;
}

.heng-product {
  overflow: hidden;
}
.heng-product ul {
  width: 1000px;
  margin-top: -4px;
}
.heng-product li {
  float: left;
  border: 1px solid #e6e6e6;
  width: 268px;
  height: 328px;
  overflow: hidden;
  margin-right: 14px;
  margin-top: 17px;
}
.heng-product li img {
  width: 268px;
  height: 201px;
  object-fit: contain;
}

.prodetail {
  padding-top: 11px;
}
.protxt {
  text-align: center;
  color: #666;
  display: block;
  padding: 0 15px;
}
.protxt span {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-bottom: 8px;
  margin-top: 8px;
}
.protxt em {
  display: block;
  width: 72px;
  height: 24px;
  line-height: 24px;
  color: #00a1e9;
  border: 1px solid #ddd;
  margin: 13px auto 0;
}
.heng-product li:hover em {
  background: #00a1e9;
  border-color: #00a1e9;
  color: #fff;
}
.heng-product .page {
  float: left;
  padding-top: 30px;
}
.proleft {
  float: left;
  width: 400px;
  color: #666;
  line-height: 18px;
  padding-bottom: 50px;
}
.proleft h2 {
  font-size: 30px;
  color: #047fc4;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  padding: 11px;
}
.proleft h3 {
  font-size: 24px;
  line-height: 30px;
  color: #424242;
  padding: 16px 0 10px;
}
.prodetailtxt p {
  padding-left: 19px;
  background: url(/static/home/images/dot.png) left 6px no-repeat;
  padding-bottom: 8px;
}
.proleft .back {
  margin-top: 54px;
}
.proright {
  float: right;
  width: 398px;
  overflow: hidden;
}
.bigimg {
  border: 1px solid #dadada;
}
.bigimg img {
  width: 396px;
  height: 396px;
}
.smallimg {
  width: 450px;
  padding-left: 1px;
}
.smallimg li {
  float: left;
  border: 1px solid #dadada;
  width: 88px;
  height: 88px;
  margin-right: 12px;
  margin-top: 13px;
  cursor: pointer;
}
.smallimg li img {
  width: 100%;
}
.smallimg li.cur {
  border: 4px solid #c40404;
  width: 82px;
  height: 82px;
}

.group-pic {
  background: #3a3a3a;
  position: relative;
  margin-bottom: 20px;
}
.group-left {
  padding: 4px 12px 0;
  float: left;
}
.group-left li {
  margin-bottom: 3px;
  width: 150px;
  height: 98px;
  border: 2px solid #fff;
  position: relative;
  cursor: pointer;
}
.group-left li img {
  width: 150px;
  height: 98px;
}
.group-left li.cur em {
  position: absolute;
  background: url(/static/home/images/icon21.png) no-repeat;
  width: 10px;
  height: 12px;
  top: 50%;
  margin-top: -5px;
  right: -12px;
}
.group-left li.cur {
  border-color: #047fc4;
}
.group-right {
  float: right;
  width: 660px;
  height: 424px;
}
.group-right img {
  width: 660px;
  height: 424px;
}
.groupdot {
  width: 660px;
  height: 9px;
  text-align: center;
  right: 0;
  bottom: 10px;
  position: absolute;
}
.groupdot a {
  display: inline-block;
  background: url(/static/home/images/icon22.png) 0 0 no-repeat;
  width: 9px;
  height: 9px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 3px;
}
.groupdot a.cur {
  background: url(/static/home/images/icon22.png) -15px 0 no-repeat;
}
.otherdot a.cur {
  background: url(/static/home/images/icon23.png) -15px 0 no-repeat;
}

.txttxt {
  overflow: hidden;
}
.txttxt h2 {
  font-size: 30px;
  color: #047fc4;
  line-height: 30px;
  line-height: 40px;
  padding-bottom: 9px;
}
.patent {
  text-align: center;
  padding-top: 23px;
  padding-bottom: 28px;
}
.patent a {
  display: inline-block;
  color: #fff;
  background: #047fc4;
  width: 167px;
  height: 36px;
  line-height: 36px;
  margin: 0 1px;
}
.patent a:hover,
.patent a.cur {
  background: #e57f24;
}
.patentlist {
  width: 900px;
}
.patentlist li {
  float: left;
  width: 237px;
  height: 257px;
  background: url(/static/home/images/shaw02.jpg) center bottom no-repeat;
  padding-bottom: 24px;
  margin-right: 20px;
}
.patentlist li img {
  width: 235px;
  height: 255px;
  border: 1px solid #cecece;
}

.casebox {
  margin-top: -50px;
  overflow: hidden;
}
.case {
  width: 900px;
}
.case li {
  float: left;
  width: 272px;
  margin-right: 12px;
  margin-top: 12px;
  background: #f1f1f1;
  text-align: center;
  height: 274px;
}
.case li h2 {
  font-size: 18px;
  color: #494949;
  margin-top: 9px;
}
.case li span {
  display: block;
  overflow: hidden;
  width: 272px;
  height: 203px;
}
.case li a {
  display: block;
  position: relative;
}
.case img {
  width: 272px;
  height: 203px;
}
.case li em {
  border: 5px solid #047fc4;
  left: 0;
  top: 0;
  position: absolute;
  width: 262px;
  height: 264px;
  display: none;
}
.case li:hover {
  background: #fff;
}
.case li:hover em {
  display: block;
}
.casebox .page {
  padding-top: 30px;
}

.casedetail {
  margin-top: -52px;
}
.casetxt h2 {
  font-size: 30px;
  color: #047fc4;
  text-align: center;
  line-height: 40px;
  padding-bottom: 5px;
}

.caseimgs {
  width: 720px;
  margin: 0 auto;
}
.casebig {
  width: 720px;
  height: 540px;
  position: relative;
}
.casebig img {
  width: 720px;
  height: 540px;
}
.bigleft,
.bigright {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 70px;
  margin-top: -35px;
  cursor: pointer;
}
.bigleft {
  background: url(/static/home/images/bigl.png) no-repeat;
  left: 0;
}
.bigright {
  background: url(/static/home/images/bigr.png) no-repeat;
  right: 0;
}
.bigleft:hover {
  background: url(/static/home/images/biglh.png) no-repeat;
}
.bigright:hover {
  background: url(/static/home/images/bigrh.png) no-repeat;
}
.casesamll {
  margin-top: 33px;
  position: relative;
}
.subsmall-case li {
  width: 133px;
  height: 100px;
  float: left;
  margin-right: 13px;
}
.subsmall-case li img {
  width: 133px;
  height: 100px;
}
.subsmall-case li.cur {
  border: 4px solid #d30000;
  width: 125px;
  height: 92px;
}
.subsmall-case li.cur img {
  width: 125px;
  height: 92px;
}
.smallleft,
.smallnext {
  display: block;
  width: 18px;
  height: 27px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}
.smallleft {
  background: url(/static/home/images/smalll.png) no-repeat;
  left: -35px;
}
.smallnext {
  background: url(/static/home/images/smallr.png) no-repeat;
  right: -35px;
}
.smallleft:hover {
  background: url(/static/home/images/smalllh.png) no-repeat;
}
.smallnext:hover {
  background: url(/static/home/images/smallrh.png) no-repeat;
}
.subsmall-case {
  float: left;
  width: 720px;
  overflow: hidden;
}
.subsmall-case ul {
  width: 9999px;
  position: relative;
}
.casedetail .back {
  margin-top: 40px;
}

/*æœç´¢ç»“æžœé¡µ*/
.result {
  padding: 58px 0 55px;
  background: #fff;
}
.result-list {
  background: #fff;
  margin: 30px 0 80px;
}
.result span {
  font-size: 30px;
  color: #047fc4;
  display: block;
  line-height: 46px;
  float: left;
}
.result-in {
  float: left;
  height: 46px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 480px;
  margin-left: 32px;
  margin-right: 13px;
  padding: 0 13px;
  line-height: 46px;
  font-size: 15px;
}
.result-bt {
  background: #047fc4;
  color: #fff;
  width: 111px;
  font-size: 15px;
  text-align: center;
  line-height: 46px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.the-result {
  font-size: 18px;
  color: #1a1a1a;
  padding-top: 30px;
}
.result-ul {
  padding: 0 40px;
}
.result-ul li {
  border-bottom: 1px solid #d0d0d0;
  line-height: 22px;
  color: #333;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
.result-ul li h2 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 7px;
}
.result-ul li h2 a {
  color: #047fc4;
}
.result-ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.result-a {
  display: block;
  width: 95px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #c3c3c3;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  margin-top: 15px;
  color: #047fc4;
}
.result-a:hover {
  background: #047fc4;
  color: #fff;
}

/*index*/
.mainindex {
  background: #fff;
}
.index-banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner-slide {
  position: relative;
  width: 100%;
}
.banner-slide li {
  float: left;
}
.index-banner li img {
  width: 100%;
  display: block;
  position: relative;
}
.index-banner .flex-control-nav {
  display: none;
}
.flex-prev,
.flex-next {
  display: block;
  width: 109px;
  height: 109px;
  top: 50%;
  margin-top: -55px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/icon02.png");
  z-index: 5;
  overflow: hidden;
  line-height: 300px;
}
.flex-prev {
  background-position: 0 0;
  left: 8%;
}
.flex-next {
  background-position: -140px 0;
  right: 8%;
}
.flex-prev:hover {
  background-position: -274px 0;
}
.flex-next:hover {
  background-position: -408px 0;
}
.span {
  display: block;
  width: 84px;
  height: 36px;
  position: absolute;
  left: 50%;
  margin-left: -42px;
  bottom: 0;
  z-index: 3;
}
.title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
  width: 360px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  line-height: 50px;
  padding-top: 28px;
}
.title span {
  display: inline-block;
  border-bottom: 3px solid #047fc4;
  position: relative;
  top: 2px;
  padding-bottom: 3px;
}

.indexbusiness h3 {
  font-size: 20px;
  color: #047fc4;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  line-height: 26px;
  bottom: 27px;
  text-align: center;
  right: 18px;
}
.businessleft,
.businessright {
  float: left;
  width: 590px;
  height: 158px;
  overflow: hidden;
  position: relative;
  margin-top: 27px;
}
.businessright {
  float: right;
}
.ttgz {
  height: 98px;
  background-color: #f8f8f8;
}
.ttgz .news {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ttgz .news img {
  height: 40px;
  margin-right: 30px;
}
.ttgz .nr {
  display: flex;
  align-items: center;
}
.ttgz .bt {
  font-size: 26px;
  color: #333333;
  font-weight: 700;
}
.ttgz .time {
  font-size: 16px;
  color: #585858;
}
.xbt {
  position: relative;
  margin: 90px 0 20px;
}
.xbt p {
  width: 400px;
}
.xbt .line {
  margin: 16px auto 0;
  width: 40px;
  height: 3px;
  background: #047fc3;
}
.xbt .zn {
  font-size: 36px;
  color: #000000;
  font-weight: 700;
}
.xbt .en {
  position: absolute;
  opacity: 0.2;
  font-size: 36px;
  color: #b1b1b1;
  letter-spacing: 4px;
  font-weight: 900;
  text-transform: uppercase;
}
.indexnew {
  padding-bottom: 54px;
}
.indexnew .title {
  padding-top: 18px;
}
.indexnav {
  text-align: center;
  padding-top: 14px;
}
.indexnav a {
  display: inline-block;
  color: #333;
  margin: 0 15px;
  padding: 12px 26px;
  font-size: 24px;
  border-radius: 26px;
  background-color: #fff;
  border: 2px solid #dcdcdc;
}
.indexnav a.cur {
  background-color: #047fc3;
  color: #fff;
  border: unset;
}
.xwzx .left,
.xwzx .right {
  width: 48.5%;
}
.xwzx .left img {
  width: 100%;
  height: 250px;
}
.xwzx .left .bt {
  margin: 16px 0;
}
.xwzx .left .bt p:first-child {
  width: 65%;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xwzx .left .bt p:last-child {
  font-size: 16px;
  color: #585858;
}
.xwzx .left .zy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  color: #585858;
}
.xwzx .right .item {
  align-items: center;
  padding: 8px 16px;
}
.xwzx .right .active {
  background-color: #eeeeee66;
}
.xwzx .right .item .one {
  width: 14%;
  border-right: 1px solid #dcdcdc;
  color: #047fc3;
}
.xwzx .right .item .one p:first-child {
  font-size: 40px;
}
.xwzx .right .item .one p:last-child {
  font-size: 16px;
}
.xwzx .right .item .two {
  width: 82%;
}
.xwzx .right .item .two p:first-child {
  width: 70%;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xwzx .right .item .two p:last-child {
  width: 95%;
  font-size: 16px;
  color: #585858;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.more {
  width: 140px;
  margin: 50px auto 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #047fc3;
  border: 1px solid #047fc3;
}
.newbox {
  margin-top: 24px;
  background: #fff;
  padding: 18px 15px 27px;
}
.xwzx {
  /* display: none; */
}
.subnew {
  display: none;
}
.subnew dl {
  float: left;
  border-right: 1px solid #e5e5e5;
  padding-right: 29px;
}
.subnew dt {
  float: left;
  width: 324px;
}
.subnew dd {
  float: left;
  width: 375px;
}
.subnew dd a {
  display: block;
  padding-left: 30px;
  color: #333;
}
.subnew dd h2 {
  font-size: 18px;
  color: #047fc4;
  padding: 20px 0 3px;
}
.subnew dd p {
  height: 72px;
  overflow: hidden;
}
.subnew dd i {
  display: block;
  color: #047fc4;
  border: 1px solid #047fc4;
  width: 75px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-top: 11px;
}
.indexlist {
  float: left;
  width: 380px;
  padding-left: 46px;
  padding-top: 4px;
}
.indexlist li a {
  display: block;
  position: relative;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  padding-right: 80px;
  padding-left: 18px;
  background: url("../images/index04.png") left center no-repeat;
}
.indexlist li a em {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.indexlist li a span {
  color: #838383;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.indexlist li a:hover {
  color: #047fc4;
}

/*20170712*/
.head h1 span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  position: relative;
  vertical-align: top;
  line-height: 84px;
  margin-left: 17px;
}
.head h1 span em {
  font-size: 16px;
}

.lan {
  float: right;
  color: #fff;
  font-size: 12px;
  background: url(/static/home/images/add1.jpg) no-repeat;
  width: 24px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  display: none;
}
.hdsearch {
  margin-right: 4px;
}
.headright {
  /* width:24px; */
  background: none;
}
.hdsearch span {
  background: url(/static/home/images/icon01.png) right 0 no-repeat;
}
.prodetail02 p,
.prodetail02 p span {
  white-space: normal !important;
}
.contactdl h2 {
  display: none;
}

.head #share {
  display: none;
}
.boxright #share {
  background: url(/static/home/images/icon0111.png) no-repeat;
  margin-right: 28px;
  margin-top: -3px;
}
.foot {
  line-height: 24px;
  padding-top: 5px;
}
copy {
  margin-top: 10px;
}

.foot .web {
  height: 260px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.foot .web div {
  display: inline-block;
}
.coo {
  text-align: center;
  vertical-align: top;
  margin-top: 10px;
  padding-left: 30px;
}
.coo img {
  display: block;
  width: 156px;
  height: 156px;
}
.f01 {
  width: 665px;
  padding-top: 20px;
}
.f01 p {
  position: relative;
  text-align: left;
}
.f01 .item {
  display: flex !important;
  align-items: center;
  margin-bottom: 20px;
}
.f01 .item img {
  margin-right: 10px;
}
.float {
  position: fixed;
  right: 0;
  bottom: 120px;
  z-index: 99999999;
}
.float img {
  width: 64px;
  height: 64px;
}

/*20170829*/
.conbox {
  background: url(/static/home/images/line02.jpg) 558px top repeat-y;
  margin-top: 20px;
}
.allcontact {
  float: left;
  background: none;
  width: 510px;
  padding-left: 48px;
}
.allcontact li {
  width: auto;
  padding: 0;
}

.footdl dt {
  width: 132px;
  float: left;
}
.footdl dd {
  width: 522px;
  float: left;
  text-align: left;
}

.foot .copy a {
  display: inline;
  margin-right: 10px;
  padding: 2px 8px;
  color: #333;
  border-radius: 25px;
  border: 1px solid #000000;
}

/*20180730*/
.logo_logo {
  display: flex;
  align-items: center;
  float: left;
}
.logo_logo a {
  line-height: 0;
  margin-left: 10px;
}
.logo_logo img {
  height: 65px;
}
.head .logo_logo span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  position: relative;
  vertical-align: top;
  line-height: 84px;
  margin-left: 17px;
}
.head .logo_logo span em {
  font-size: 16px;
}
.youqing a {
  width: auto;
}
.newtitle h1 {
  font-size: 24px;
  color: #333;
  line-height: 35px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 4px;
}
.proleft h1 {
  font-size: 30px;
  color: #047fc4;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  padding: 11px;
}
.casetxt h1 {
  font-size: 30px;
  color: #047fc4;
  text-align: center;
  line-height: 40px;
  padding-bottom: 5px;
}

.img-wrap {
  width: 100%;
  padding-top: 20px;
}

.footer {
  height: auto;
  padding: 5em 0 8.5em;
  background: url("../images/index20231114_32.png") left bottom no-repeat;
  background-size: 100% auto;
}

.footer .conter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer .link {
  width: 25.6666%;
  margin-right: 5%;
}

.footer .link .tit {
  font-size: 1.3125em;
  color: #333;
}

.footer .link .select {
  margin-top: 1.625em;
  width: 100%;
  padding: 0.625em 1em;
  box-sizing: border-box;
  border: 1px solid #939393;
  position: relative;
  cursor: pointer;
}

.footer .link .select span {
  color: #6f6f6f;
  font-size: 1.125em;
}

.footer .link .select:after {
  content: "";
  position: absolute;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #cea769;
  top: calc((100% - 0.5em) / 2);
  right: 0.8125em;
  transition: all 0.5s;
}

.footer .link .select .list {
  display: none;
  position: absolute;
  bottom: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 11.4em;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 -5px 5px 0 rgba(255, 255, 255, 0.3);
  z-index: 100;
}

/* .footer .link .select:hover .list {
  display: flex;
} */

.footer .link .select ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  padding: 0.25em 0.75em 0.25em 1.125em;
  border-radius: 0.5em;
  border: 0.1em solid #e0e0e0;
  border-bottom: none;
}

.footer .link .select ul::-webkit-scrollbar {
  background: #ededed;
  width: 0.375em;
}

.footer .link .select ul::-webkit-scrollbar-thumb {
  background: #a0a0a0;
}

.footer .link .select ul li {
  width: 100%;
}

.footer .link .select ul a {
  font-size: 1.125em;
  padding: 0.7222em 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  color: #333;
}

.footer .link .select ul a:hover {
  color: #cda667;
}

.footer .link .select.show .list {
  display: block;
}

.footer .link .select.show:after {
  transform: rotate(180deg);
}

.footer .link .lj {
  margin-bottom: 3.625em;
}

.footer .info {
  width: 69.3334%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 1.5em;
}

.footer .info .footer_menu {
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 1.225em;
}

.footer .info .footer_menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}

.footer .info .footer_menu a {
  display: flex;
  align-items: center;
  font-size: 1.225em;
  white-space: nowrap;
}

.footer .info .footer_menu img {
  margin-right: 0.5em;
  height: 1.2285em;
}

.footer .info .text span {
  display: flex;
  align-items: center;
  padding: 0.45em 0;
  font-size: 1.075em;
  color: #7e7e7e;
  background: #f9f9f9;
  font-family: SHSCR, "sans-serif", "Arial";
}

.footer .info .text {
  flex-basis: 60%;
  background: #f9f9f9;
  padding: 0.5em 1.6em;
  box-sizing: border-box;
}

.footer .info .text span img {
  width: 1.2333em;
  margin-right: 0.5em;
}

.footer .info .ewm {
  text-align: center;
  box-sizing: border-box;
  background: #f9f9f9;
  flex-basis: calc(40% - 1.5em);
  display: flex;
  align-items: center;
  line-height: 1.6em;
  justify-content: center;
  color: #7e7e7e;
}

.footer .info .ewm p {
  text-indent: unset;
  text-align: center;
}

.footer .info .ewm p span {
  display: block;
}

.footer .info .ewm img {
  margin-left: 0.6875em;
  width: 8.25em;
}

.footer .info .footer_menu ul li:hover img {
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-name: rateRight;
  -moz-animation-name: rateRight;
  -o-animation-name: rateRight;
  animation-name: rateRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.top-active {
  background: url(../images/top.gif) no-repeat !important;
}

@media (max-width: 800px) {
  html {
    font-size: 12px !important;
  }

  .crumb {
    display: none;
  }

  .cont .tis a.hover:after {
    top: calc(100% - 0.58em);
  }

  .cont .tis {
    overflow: visible;
    min-width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    padding-top: 0.2em;
  }

  .cont::-webkit-scrollbar {
    display: none;
  }

  .cont .tis a {
    white-space: nowrap;
    display: inline-block;
    /* width: 8em; */
    font-size: 1.3125em;
    padding-bottom: 1.5238em;
    line-height: 1;
    position: relative;
  }

  .footer {
    height: auto;
    padding: 7em 0 8.5em;
    background: url("../images/index20231114_32.png") center no-repeat;
    background-size: 220% 100%;
  }
  .fixed {
    position: fixed;
    bottom: 0;
  }

  .footer .conter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .footer .conter .box {
    display: none !important;
  }

  .footer .link {
    width: 25.6666%;
    margin-right: 5%;
  }

  .footer .link .tit {
    font-size: 1.3125em;
    color: #333;
  }

  .footer .link .select {
    margin-top: 1.625em;
    width: 100%;
    padding: 0.625em 1em;
    box-sizing: border-box;
    border: 1px solid #939393;
    position: relative;
    cursor: pointer;
  }

  .footer .link .select span {
    color: #6f6f6f;
    font-size: 1.125em;
  }

  .footer .link .select:after {
    content: "";
    position: absolute;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-top: 0.5em solid #cea769;
    top: calc((100% - 0.5em) / 2);
    right: 0.8125em;
    transition: all 0.5s;
  }

  .footer .link .select .list {
    display: none;
    position: absolute;
    bottom: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: 11.4em;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 -5px 5px 0 rgba(255, 255, 255, 0.3);
    z-index: 100;
  }

  .footer .link .select ul {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 0.25em 0.75em 0.25em 1.125em;
  }

  .footer .link .select ul::-webkit-scrollbar {
    background: #ededed;
    width: 0.375em;
  }

  .footer .link .select ul::-webkit-scrollbar-thumb {
    background: #a0a0a0;
  }

  .footer .link .select ul li {
    width: 100%;
  }

  .footer .link .select ul a {
    font-size: 1.125em;
    padding: 0.7222em 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    color: #333;
  }

  .footer .link .select ul a:hover {
    color: #cda667;
  }

  .footer .link .select.show .list {
    display: block;
  }

  .footer .link .select.show:after {
    transform: rotate(180deg);
  }

  .footer .link .lj {
    margin-bottom: 3.625em;
  }

  .footer .info {
    width: 69.3334%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  .footer .info .footer_menu {
    width: 100%;
    margin-bottom: 1.125em;
  }

  .footer .info .footer_menu ul {
    display: flex;
    justify-content: space-between;
  }

  .footer .info .footer_menu a {
    display: flex;
    align-items: center;
    font-size: 1.3125em;
  }

  .footer .info .footer_menu img {
    margin-right: 0.5em;
    height: 1.4285em;
  }

  .footer .info .text span {
    display: flex;
    align-items: center;
    padding: 0.75em 0;
    font-size: 1.125em;
    color: #7e7e7e;
    font-family: SHSCR, "sans-serif", "Arial";
  }

  .footer .info .text span img {
    width: 1.3333em;
    margin-right: 0.5em;
  }

  .footer .info .ewm {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer .info .ewm img {
    margin-left: 1.6875em;
    width: 7.25em;
  }

  .footer .info .ewm p {
    text-align: center;
    color: #333;
    margin-left: 1.6875em;
    line-height: 1.5em;
  }

  .footer .Top {
    position: absolute;
    bottom: 9.1875em;
    right: 2.8em;
  }

  .footer .Top img {
    width: 4em;
    height: 4em;
  }

  .footer {
    padding-bottom: 11em;
  }

  .footer .link {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .footer .link > div {
    width: 48%;
  }

  .footer .info {
    width: 100%;
  }

  .footer .info .ewm {
    right: 0;
    top: 3em;
  }

  .news {
    padding: 0 20px;
    margin-bottom: 16px;
    height: 120px;
  }
  .news .dddate {
    width: 28%;
    margin-right: unset;
  }
  .dddate em {
    font-size: 26px;
  }
  .news dd div:nth-child(2) {
    width: 72%;
  }
  .gjzs p {
    width: 80% !important;
  }
  .gjzs img {
    width: 92% !important;
    border: 3px solid #047fc3 !important;
    border-radius: 12px !important;
  }
  .rczp,
  .lxwm {
    width: 100% !important;
    margin: 4rem auto 3rem !important;
  }
  .rczp p:first-child {
    text-align: center;
  }
  .lxfs .left .item {
    font-size: 16px;
  }
  .lxfs .left img {
    width: 2.75em !important;
  }
  .lxwm .lxfs .right {
    display: none;
  }
  .lxdz {
    margin-top: 3rem !important;
  }
  .lxdz .address {
    width: 100% !important;
    font-size: 16px;
  }

  .layui-laypage-pageTheme span,
  .layui-laypage-pageTheme a {
    font-size: 1rem !important;
  }

  .busnav {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .busnav li {
    width: 25%;
  }
  .busssecond {
    width: 100%;
    padding-left: unset;
  }
  .busssecond a {
    margin: 0 10px;
  }

  .acticle-content img {
    width: 100% !important;
    height: auto !important;
  }
  .hengpartner {
    width: 100%;
  }
  .hengpartner li {
    width: 48%;
    margin-right: unset;
  }
  .hengpartner li img {
    width: 100% !important;
    object-fit: cover;
  }
  .hengpartner li:nth-child(odd){
    margin-right: 5px;
  }
  .hengpartner li:nth-child(even){
    margin-left: 5px;
  }
  .heng-product li {
    width: 48%;
    margin-right: unset;
    margin-top: 14px;
    height: auto;
    padding-bottom: 20px;
  }
  .heng-product li:nth-child(odd){
    margin-right: 5px;
  }
  .heng-product li:nth-child(even){
    margin-left: 5px;
  }
}

@media (max-width: 580px) {
  body {
    min-width: 100% !important;
    background: #fff !important;
  }
  .app .index09 .swiper-container {
    overflow: visible;
  }

  .cont_tit {
    width: 100%;
  }

  .cont_tit span {
    width: calc(100% - 12.2em);

    font-size: 0.9375em;
    padding-bottom: 0.1875em;
    color: #b1b1b1;
  }

  .conter {
    max-width: 100%;
  }

  .top .conter {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5em;
  }

  .top .logo {
    width: 50%;
    margin-left: 2em;
  }

  .top .logo a img {
    width: auto;
    height: 2.5em;
  }

  .top .menu .ind a {
    font-size: 1.1666em;
  }

  .top .menu {
    width: 100%;
    display: block;
    position: absolute;
    top: 5em;
    left: 0;
    background: #fff;
    transform-style: preserve-3d;
    border-top: 1px solid #dfdada;
    z-index: 99;
  }

  .mask {
    display: none;
    position: fixed;
    top: 5em;
    left: 0;
    height: 100vh;
    transform: translateZ (-1px);
    background: rgba(51, 51, 51, 0.237);
    width: 100%;
  }

  .cont .tis {
    justify-content: space-around !important;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
  }

  .cont .tis a {
    display: inline-block;
    margin: 0px 0.75rem !important;
    padding: 0 0.25rem !important;
    line-height: 4rem !important;
    font-size: 1.32rem !important;
  }
  .cont .tis a:last-child {
    margin-right: 0;
  }

  .cont .tis .hover {
    font-weight: bold;
    color: #047fc3 !important;
    background: unset !important;
  }

  .title .crumb {
    display: none;
  }

  .top .menu .ind {
    margin: 0;
    display: block;
    width: 100%;
  }

  .top .search_box {
    width: 100%;
    justify-content: center;
    margin: 1em 0;
  }

  .top .search {
    width: 70vw;
  }

  .footer {
    padding: 0;
    margin-top: 6em;
  }

  .footer .conter {
    margin: 0 4% !important;
  }

  .cz .swiper-box {
    padding: 0 2em;
  }

  .footer .info {
    gap: 1em;
    margin-bottom: 2em;
  }

  .footer .info .footer_menu img {
    margin-right: 0.2em;
    height: 1.0285em;
  }

  .footer .info .footer_menu a {
    display: flex;
    align-items: center;
    font-size: 1.025em;
  }

  .footer .info .footer_menu ul {
    flex-wrap: nowrap;
  }

  .footer .info .ewm img {
    width: 6em;
    /* margin: 0; */
  }

  .footer .info .text {
    flex-basis: 70%;
    background: unset;
    padding: unset;
    box-sizing: border-box;
  }

  .footer .info .text span {
    display: flex;
    align-items: flex-start;
    padding: 0.55em 0;
    font-size: 1em;
    color: #5f5f5f;
    font-family: SHSCR, "sans-serif", "Arial";
    background: unset;
  }

  .footer .info .ewm {
    background: unset;
    font-size: 1em;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    flex-basis: calc(30% - 1.5em);
  }

  .footer .link .select:hover .list {
    display: flex;
  }

  .nav-bt {
    display: inline-block;
    width: 2em;
    cursor: pointer;
    margin-right: 1em;
  }

  .top .menu {
    overflow-y: auto;
    transition: all ease 0.1s;
    z-index: 130;
    display: none;
  }

  .top .menu .ind a {
    display: inline-block;
    padding: 1em 0;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
  }

  .top .menu .ind a::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    height: 100%;
    width: 100vw;
  }

  .top .menu .ind .active > a {
    border-bottom: 2px solid #cda767;
  }

  .top .menu .ind > li {
    margin: 0 2em;
    height: auto;
    display: block;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #ebe9e9;
    font-weight: bold;
    font-size: 1.2em;
  }

  .top .menu .sub {
    display: none;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    flex-direction: column;
    border-top: 1px solid #ebe9e9;
    box-shadow: none;
    z-index: 99;
  }

  .top .menu .sub a {
    padding: 0.5em 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #8c8a8a;
    font-size: 1em;
  }

  .top .search_box {
    display: flex;
    align-items: center;
  }

  .top .search_box > * {
    margin-right: 0.5em;
  }

  .top .search_box a img {
    width: 1.75em;
  }

  .top .search input {
    width: 100%;
    outline: none;
    padding: 0;
    border: 1px solid #b5b5b5;
    border-radius: 50px;
    height: 1.875em;
    box-sizing: border-box;
    padding-left: 0.75em;
    font-size: 1.2em;
  }

  .top .search input::placeholder {
    font-size: 0.875em;
    color: #d2d2d2;
  }

  .top .search button {
    position: absolute;
    background: url("../images/index20231114_4.png") center center no-repeat;
    background-size: 100% auto;
    width: 1.125em;
    height: 1.25em;
    top: calc((100% - 1.25em) / 2);
    right: 0.875em;
    border: 0;
    padding: 0;
    outline: none;
    font-size: 1em;
    cursor: pointer;
  }
}
