@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: 'shuzi';
  src: url('../font/OPPOSans-M.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('../font/DIN-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din-m';
  src: url('../font/DIN-MEDIUM.OTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
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: 86%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 88%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.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;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.26rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.3rem;
  }
}
.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;
  }
}
.font22 {
  font-size: 0.22rem;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font22 {
    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: 0.34rem;
  }
}
.font26 {
  font-size: 0.26rem;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font26 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 1199px) {
  .font32 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 1199px) {
  .font34 {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .font34 {
    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;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .font40 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 0.42rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1199px) {
  .font48 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 0.42rem;
  }
}
.font50 {
  font-size: 0.5rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .font50 {
    font-size: 0.44rem;
  }
}
.font54 {
  font-size: 0.54rem;
}
@media (max-width: 1199px) {
  .font54 {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .font54 {
    font-size: 0.44rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1199px) {
  .font60 {
    font-size: 0.54rem;
  }
}
@media (max-width: 767px) {
  .font60 {
    font-size: 0.48rem;
  }
}
.base_img {
  position: relative;
  overflow: hidden;
}
.base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.base_img:before {
  content: "";
  display: block;
}
/* 开始 */
.notbox404 {
  background: url(../images/img404.jpg) no-repeat;
  background-size: cover;
}
.notbox404 .notbox404_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 100px);
}
@media (max-width: 1580px) {
  .notbox404 .notbox404_box {
    min-height: calc(100vh - 80px);
  }
}
@media (max-width: 1199px) {
  .notbox404 .notbox404_box {
    min-height: calc(100vh - 60px);
  }
}
.notbox404 .notbox404_box h1 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #c3c3c3;
  line-height: 0.8;
  margin-bottom: 0.38rem;
}
.notbox404 .notbox404_box .notbox404_txt {
  margin-bottom: 0.74rem;
  display: flex;
}
.notbox404 .notbox404_box .notbox404_txt p {
  color: #666;
}
.notbox404 .notbox404_box .notbox404_txt a {
  text-decoration: underline;
}
.hm_but2 {
  border: 1px solid #00a1e6;
  padding: 3px;
  border-radius: 100px;
}
.hm_but2:hover {
  border-color: #27dbe9;
}
.hm_but2 span {
  margin-left: 0.33rem;
}
.hm_but2 i {
  margin: 0 0 0 0.27rem;
}
.hm_but_news {
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 3px;
  height: calc(0.52rem + 6px);
  transition: all 0s;
  margin-top: 0.94rem;
  position: relative;
  width: 1.9rem;
  transition: all 0.4s;
}
.hm_but_news:hover {
  border-color: #00a1e6;
}
.hm_but_news:hover span {
  margin: 0 0 0 0.32rem;
  color: #00a1e6;
}
.hm_but_news:hover i {
  right: 3px;
  background: #00a1e6;
}
@media (max-width: 1580px) {
  .hm_but_news {
    width: 2.4rem;
  }
}
@media (max-width: 767px) {
  .hm_but_news {
    margin-top: 0.4rem;
    height: calc(0.74rem + 6px);
    width: 3rem;
  }
}
.hm_but_news i {
  position: absolute;
  right: 1.38rem;
  transition: all 0.4s;
  margin: 0;
}
@media (max-width: 1580px) {
  .hm_but_news i {
    right: 1.88rem;
  }
}
@media (max-width: 767px) {
  .hm_but_news i {
    right: 2.38rem;
  }
}
.hm_but_news span {
  margin: 0 0 0 0.68rem;
  transition: all 0.4s;
}
.hm_but_news2:hover {
  border-color: #00a1e6;
  background: #00a1e6;
}
.hm_but_news2:hover span {
  margin: 0 0 0 0.32rem;
  color: #00a1e6;
}
.hm_but_news2:hover i {
  right: 3px;
  background: #00a1e6;
}
.hm_but_news2:hover i svg path {
  fill: #00a1e6 !important;
}
/* 不良事件报告 */
.report {
  padding: 0.8rem 0 1rem;
  min-height: calc(100vh - 100);
}
@media (max-width: 1580px) {
  .report {
    min-height: calc(80vh - 100);
  }
}
@media (max-width: 1199px) {
  .report {
    min-height: calc(60vh - 100);
  }
}
.report .tit {
  margin-bottom: 0.58rem;
}
.report .tit h2 {
  margin-bottom: 0.18rem;
}
.report .tit p {
  max-width: 52%;
  color: #999;
}
@media (max-width: 991px) {
  .report .tit p {
    max-width: 100%;
  }
}
.report .box .step {
  margin-bottom: 0.55rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.report .box .step .line {
  position: absolute;
  width: 100%;
  height: 2px;
  padding: 0 1rem;
  top: 50%;
  margin-top: -1px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .report .box .step .line {
    padding: 0 0.4rem;
    height: 1px;
  }
}
.report .box .step .line .line_box {
  position: relative;
  width: 100%;
  height: 2px;
  background: #f3f5f9;
  left: 0;
}
@media (max-width: 767px) {
  .report .box .step .line .line_box {
    height: 1px;
  }
}
.report .box .step .line .line_box i {
  position: absolute;
  width: 20%;
  left: 0;
  top: 0;
  height: 100%;
  background: #00a1e6;
}
.report .box .step .step_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.report .box .step .step_box .item {
  min-width: 2rem;
  min-height: 0.6rem;
  background: #f3f5f9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .report .box .step .step_box .item {
    min-width: 1rem;
  }
}
.report .box .step .step_box .item.on {
  background: #00a1e6;
}
.report .box .step .step_box .item.on span {
  color: #fff;
}
.report .box .step .step_box .item.on p {
  color: #fff;
}
.report .box .step .step_box .item span {
  line-height: 1.1;
  color: #00a1e6;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .report .box .step .step_box .item span {
    font-size: 0.2rem;
  }
}
.report .box .step .step_box .item p {
  line-height: 1.1;
  color: #222;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .report .box .step .step_box .item p {
    display: none;
  }
}
.report .box .bform .bform_box {
  min-height: 4.15rem;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
.report .box .bform .bform_box.on {
  display: flex;
}
.report .box .bform .bform_box .bform_con .repInp {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .report .box .bform .bform_box .bform_con .repInp {
    justify-content: space-between;
  }
}
.report .box .bform .bform_box .bform_con .repInp .repInp_box {
  margin: 0 0.26rem 0.35rem 0;
  width: calc((100% - 0.78rem)/4);
}
.report .box .bform .bform_box .bform_con .repInp .repInp_box:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .report .box .bform .bform_box .bform_con .repInp .repInp_box {
    width: calc(50% - 0.1rem);
    margin: 0 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .report .box .bform .bform_box .bform_con .repInp .repInp_box {
    width: 100%;
  }
}
.report .box .bform .bform_box .bform_con .repInp .repInp_box > p {
  margin-bottom: 0.24rem;
  color: #999;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .report .box .bform .bform_box .bform_con .repInp .repInp_box > p {
    margin-bottom: 0.14rem;
  }
}
.report .box .bform .bform_box .bform_con .repInp .repInp_box > p span {
  color: #e20121;
}
.report .box .bform .bform_box .bform_con .repInp .repInp_box input {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  padding-bottom: 0.12rem;
  height: 0.4rem;
  font-size: 18px;
}
.report .box .bform .bform_box .bform_con .repInp2 .repInp_box {
  width: 100%;
  margin-right: 0;
}
.report .box .bform .bform_box .bform_con .repInp_rad {
  display: flex;
  align-items: center;
}
.report .box .bform .bform_box .bform_con .repInp_rad p {
  font-weight: bold;
  color: #999;
  margin-right: 0.3rem;
}
.report .box .bform .bform_box .bform_con .repInp_rad .repInp_rad_box {
  display: flex;
}
.report .box .bform .bform_box .bform_con .repInp_rad .repInp_rad_box .repInp_rad_con {
  display: flex;
  align-items: center;
  margin-right: 0.26rem;
  cursor: pointer;
}
.report .box .bform .bform_box .bform_con .repInp_rad .repInp_rad_box .repInp_rad_con.on i {
  background: #00a1e6;
}
.report .box .bform .bform_box .bform_con .repInp_rad .repInp_rad_box .repInp_rad_con.on i::after {
  background: #fff;
}
.report .box .bform .bform_box .bform_con .repInp_rad .repInp_rad_box .repInp_rad_con.on span {
  color: #00a1e6;
}
.report .box .bform .bform_box .bform_con .repInp_rad .repInp_rad_box .repInp_rad_con i {
  margin-right: 0.1rem;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .report .box .bform .bform_box .bform_con .repInp_rad .repInp_rad_box .repInp_rad_con i {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.report .box .bform .bform_box .bform_con .repInp_rad .repInp_rad_box .repInp_rad_con i::after {
  content: '';
  width: 33.33%;
  height: 33.33%;
  border-radius: 50%;
  display: block;
  background: #e5e5e5;
}
.report .box .bform .bform_box .bform_con .repInp_rad .repInp_rad_box .repInp_rad_con span {
  color: #999;
}
.report .box .bform .bform_box .bform_con .dropArea {
  margin-top: 0.4rem;
}
.report .box .bform .bform_box .bform_con .dropArea .tit p {
  margin-bottom: 0.2rem;
  color: #999;
  font-weight: bold;
}
.report .box .bform .bform_box .bform_con .dropArea label .hi-input-box {
  margin-bottom: 0.22rem;
  width: 100%;
  height: 2.4rem;
  border-radius: 0.2rem;
  background: #f3f5f7;
}
.report .box .bform .bform_box .bform_con .dropArea label .hi-input-box .dropArea_tit {
  text-align: center;
  width: 100%;
}
.report .box .bform .bform_box .bform_con .dropArea label .hi-input-box .dropArea_tit .p1 {
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.report .box .bform .bform_box .bform_con .dropArea label .hi-input-box .dropArea_tit .p2 {
  color: #999;
  line-height: 1.8;
}
.report .box .bform .bform_box .rep_but {
  margin-top: 0.2rem;
}
.report .box .bform .bform_box .rep_but a,
.report .box .bform .bform_box .rep_but button {
  cursor: pointer;
  min-width: 1.2rem;
  height: 0.48rem;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f5f7;
  font-weight: bold;
  color: #999;
  margin-right: 0.11rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .report .box .bform .bform_box .rep_but a,
  .report .box .bform .bform_box .rep_but button {
    height: 0.6rem;
    min-width: 1.8rem;
  }
}
.report .box .bform .bform_box .rep_but a:hover,
.report .box .bform .bform_box .rep_but button:hover {
  opacity: 0.8;
}
.report .box .bform .bform_box .rep_but .a1 {
  background: #00a1e6;
  color: #fff;
}
.sot_select_nr {
  position: relative;
  min-width: 1.8rem;
}
.sot_select_nr .sel_text_x {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  height: 0.4rem;
  padding-bottom: 0.12rem;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sot_select_nr .sel_text_x svg {
  width: 9px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
  margin: 0 7px;
}
.sot_select_nr .sel_text_x svg path {
  fill: #999;
}
.sot_select_nr .sel_text_x p {
  font-size: 18px;
  color: #ccc;
}
@media (max-width: 1580px) {
  .sot_select_nr .sel_text_x p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sot_select_nr .sel_text_x p {
    font-size: 0.28rem;
  }
}
.sot_select_nr .sel_text_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  text-align: left;
  overflow: hidden;
  top: 100%;
  border: 1px solid #d2d2d2;
  z-index: 200;
  display: none;
  max-height: 160px;
  overflow-y: auto;
}
.sot_select_nr .sel_text_box a {
  color: #000;
  padding: 7px 0 7px 0.2rem;
  display: block;
  cursor: pointer;
}
.sot_select_nr .sel_text_box a:hover {
  background: #00a1e6;
  color: #fff;
}
.join_txt_b .hi-input-box {
  position: relative;
  display: flex;
  margin-right: 10px;
  flex-shrink: 0;
  width: 1.6rem;
  background: #f6f6f6;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.6s all;
  padding: 0 0.2rem;
  background: #d60c1c;
}
.join_txt_b .hi-input-box input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
.join_txt_b .hi-input-box .hi-text {
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g_xs {
  display: block;
}
.g_yc {
  display: none;
}
@media (max-width: 767px) {
  .g_xs {
    display: none;
  }
  .g_yc {
    display: block;
  }
}
/* 产品管线 */
.sub_banner {
  height: 7.2rem;
  width: 100%;
  position: relative;
}
.sub_banner.sub_banner_join .sub_banner_txt {
  padding-top: 0.85rem;
}
.sub_banner.sub_banner_join .sub_banner_txt .container .ban_l {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sub_banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner .sub_banner_txt {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.sub_banner .sub_banner_txt .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
@media (max-width: 991px) {
  .sub_banner .sub_banner_txt .container {
    flex-direction: column;
    justify-content: center;
  }
}
.sub_banner .sub_banner_txt .container .ban_l {
  width: 50%;
}
@media (max-width: 991px) {
  .sub_banner .sub_banner_txt .container .ban_l {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container .ban_l {
    text-align: center;
  }
}
.sub_banner .sub_banner_txt .container .ban_l .tit h1 {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.sub_banner .sub_banner_txt .container .ban_l .tit span {
  display: block;
  line-height: 1.1;
  font-weight: bold;
}
.sub_banner .sub_banner_txt .container .ban_l .sub_banner_p {
  margin-top: 0.6rem;
}
.sub_banner .sub_banner_txt .container .ban_l .sub_banner_p p {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container .ban_l .sub_banner_p p br {
    display: none;
  }
}
.sub_banner .sub_banner_txt .container .ban_l .hm_but {
  margin-top: 1.35rem;
}
.sub_banner .sub_banner_txt .container .ban_l .hm_but i {
  background: #fff;
}
.sub_banner .sub_banner_txt .container .ban_l .hm_but i svg path {
  fill: #c3c9d5;
}
.sub_banner .sub_banner_txt .container .ban_l .hm_but span {
  color: #fff;
}
.sub_banner .sub_banner_txt .container .ban_r {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .sub_banner .sub_banner_txt .container .ban_r {
    width: 100%;
    justify-content: flex-start;
  }
}
.sub_banner .sub_banner_txt .container .ban_r .item {
  margin-left: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/pro2.png) no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .sub_banner .sub_banner_txt .container .ban_r .item {
    margin: 0 0.8rem 0 0;
  }
}
.sub_banner .sub_banner_txt .container .ban_r .item p {
  line-height: 1;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .sub_banner_sci .ban_l {
    text-align: center;
  }
}
.sub_banner_pro {
  height: 9.6rem;
  padding-top: 60px;
}
.sub_banner_pro .sub_banner_txt .container .ban_l {
  margin-bottom: 0.8rem;
}
.sub_banner_pro .sub_banner_txt .container .ban_r {
  justify-content: center;
}
.sub_banner_pro .sub_banner_txt .container .ban_r .item {
  margin: 0 0.2rem;
  width: 1.7rem;
  height: 1.7rem;
}
.proon {
  background-color: #f3f5f9;
  overflow: hidden;
}
.proitemBox {
  margin-bottom: 1.1rem;
}
.proitemBox:last-child {
  margin-bottom: 0;
}
.proitemBox .proon_nav {
  height: 1.2rem;
  display: flex;
}
.proitemBox .proon_nav .proon_nav_box {
  display: flex;
  align-items: center;
  padding: 0.25rem 0 0 0;
  width: calc(5%*4);
  position: relative;
}
@media (max-width: 767px) {
  .proitemBox .proon_nav .proon_nav_box {
    width: auto !important;
    margin-right: 0.13rem;
  }
}
.proitemBox .proon_nav .proon_nav_box:first-child {
  width: calc(5%*3);
}
.proitemBox .proon_nav .proon_nav_box:first-child .proon_line i {
  display: none;
}
.proitemBox .proon_nav .proon_nav_box:last-child {
  width: calc(5%*1);
  /* border-left: 1px solid #e8eaed; */
}
@media (max-width: 1580px) {
  .proitemBox .proon_nav .proon_nav_box:last-child {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .proitemBox .proon_nav .proon_nav_box:last-child {
    width: 100%;
    border: none;
    justify-content: flex-start;
  }
}
.proitemBox .proon_nav .proon_nav_box:last-child .proon_line i {
  display: none;
}
@media (max-width: 767px) {
  .proitemBox .proon_nav .proon_nav_box:last-child .proon_line i {
    display: block;
  }
}
.proitemBox .proon_nav .proon_nav_box span {
  position: relative;
  z-index: 10;
  color: #999;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .proitemBox .proon_nav .proon_nav_box span {
    font-size: 0.24rem;
  }
}
.proitemBox .proon_nav .proon_nav_box .proon_line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.proitemBox .proon_nav .proon_nav_box .proon_line i {
  display: block;
  height: 100%;
  width: calc(100%/4);
  border-left: 1px solid #e8eaed;
}
.proitemBox .cont .item {
  position: relative;
  display: block;
  transition: all 0.4s;
  border-bottom: 1px solid #e8eaed;
  cursor: pointer;
}
.proitemBox .cont .item:first-child {
  border-top: 1px solid #e8eaed;
}
.proitemBox .cont .item:before,
.proitemBox .cont .item:after {
  content: "";
  display: block;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  opacity: 0;
  background-color: #ffffff;
}
.proitemBox .cont .item:before {
  right: 100%;
}
.proitemBox .cont .item:after {
  left: 100%;
}
.proitemBox .cont .item .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proitemBox .cont .item .list .lt {
  padding: 0.3rem 0;
  width: 10.8%;
}
@media (max-width: 767px) {
  .proitemBox .cont .item .list .lt {
    width: 100%;
    order: 0;
  }
  .proitemBox .cont .item .list .lt:nth-child(3) {
    order: 2;
    margin-top: 0.2rem;
  }
}
.proitemBox .cont .item .list .lt .f_tit {
  font-weight: bold;
  width: 100%;
  color: #222;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .proitemBox .cont .item .list .lt .f_tit {
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (max-width: 1199px) {
  .proitemBox .cont .item .list .lt .f_tit {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .proitemBox .cont .item .list .lt .f_tit {
    font-size: 0.4rem;
  }
}
@media (min-width: 768px) {
  .proitemBox .cont .item .list .lt .but .hm_but {
    padding-top: 0.25rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .proitemBox .cont .item .list .lt .but {
    display: none;
  }
}
.proitemBox .cont .item .list .gt {
  width: 89.2%;
  padding: 0.3rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .proitemBox .cont .item .list .gt {
    width: 100%;
    padding-left: 0;
  }
  .proitemBox .cont .item .list .gt:nth-child(1) {
    order: 1;
  }
}
.proitemBox .cont .item .list .gt .g_f_xianp {
  display: none;
}
@media (max-width: 767px) {
  .proitemBox .cont .item .list .gt .g_f_xianp {
    display: block;
    margin-bottom: 5px;
  }
}
.proitemBox .cont .item .list .gt .f_xian {
  position: relative;
  z-index: 10;
  transition: all 0.4s;
  width: 100%;
  height: 0.6rem;
  background-color: #b5e4f8;
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
}
.proitemBox .cont .item .list .gt .f_xian span {
  width: 97.05882353%;
  border-radius: 0.2rem;
  display: flex;
  text-align: center;
  justify-content: flex-start;
  padding: 0 0.32rem;
  color: #ffffff;
  height: 100%;
  background: #00a1e6;
  align-items: center;
  transition: all 0.4s;
}
.proitemBox .cont .item .list .gt .f_xian span i {
  font-style: normal;
}
@media (max-width: 767px) {
  .proitemBox .cont .item .list .gt .f_xian span i {
    display: none;
  }
}
.proitemBox .cont .item .list .gt .g_b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.proitemBox .cont .item .list .gt .g_b i {
  display: block;
  height: 100%;
  width: calc(100%/21);
  border-left: 1px solid #e8eaed;
}
@media (min-width: 1200px) {
  .proitemBox .cont .item.on {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .proitemBox .cont .item.on:before,
  .proitemBox .cont .item.on:after {
    opacity: 1;
  }
  .proitemBox .cont .item.on i {
    border: none !important;
  }
  .proitemBox .cont .item.on .list .lt .f_tit {
    color: #27dbe9;
  }
  .proitemBox .cont .item.on .list .gt .f_xian {
    background: #d4f8fb;
  }
  .proitemBox .cont .item.on .list .gt .f_xian span {
    background: #27dbe9;
  }
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10000;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain1 .curtain_box .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
.pro_pop {
  width: 16rem;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .pro_pop {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pro_pop {
    flex-direction: column;
  }
}
.pro_pop .pop_l {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 0.3rem 0.66rem 0.3rem 0.6rem;
}
@media (max-width: 991px) {
  .pro_pop .pop_l {
    width: 100%;
  }
}
.pro_pop .pop_l .tit span {
  font-weight: bold;
  color: #00a1e6;
}
.pro_pop .pop_l .tit h3 {
  font-weight: bold;
  color: #222;
  line-height: 1.1;
}
.pro_pop .pop_l .g_p {
  max-height: 4.5rem;
  overflow: auto;
  margin-top: 0.4rem;
  color: #666;
  padding: 0 0.3rem 0 0;
}
.pro_pop .pop_r {
  width: 50%;
}
@media (max-width: 991px) {
  .pro_pop .pop_r {
    width: 100%;
  }
}
.pro_pop .pop_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 公司简介 */
.aboon {
  background: #f3f5f9 url(../images/about2.png) no-repeat;
  background-position: top center;
  padding: 1.65rem 0 1.4rem;
}
@media (max-width: 767px) {
  .aboon {
    padding: 1.25rem 0 1rem;
  }
}
.aboon .tit .t_p {
  margin-bottom: 1.05rem;
  padding: 0 4.1rem;
  /* text-align: center; */
  text-align: justify;
}
@media (max-width: 1199px) {
  .aboon .tit .t_p {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .aboon .tit .t_p {
    padding: 0;
  }
}
.aboon .tit .t_p p {
  color: #333;
  line-height: 2;
  /* display: initial;
				background: #99a0b1 -webkit-linear-gradient(left, #333, #333) no-repeat 0 0;
				-webkit-text-fill-color: transparent;
				-webkit-background-clip: text;
				background-size: 0 100%; */
}
.aboon .tit .tit_num {
  display: flex;
  justify-content: center;
  display: none;
}
@media (max-width: 767px) {
  .aboon .tit .tit_num {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.aboon .tit .tit_num .item {
  margin: 0 0.32rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .aboon .tit .tit_num .item {
    width: 50%;
    margin: 0 0 0.8rem;
  }
}
.aboon .tit .tit_num .item img {
  margin-right: 0.24rem;
}
@media (max-width: 767px) {
  .aboon .tit .tit_num .item img {
    height: 1.2rem;
  }
}
.aboon .tit .tit_num .item .txt .txt_t p {
  font-weight: bold;
  color: #99a0b1;
}
@media (max-width: 767px) {
  .aboon .tit .tit_num .item .txt .txt_t p {
    font-size: 0.28rem;
  }
}
.aboon .tit .tit_num .item .txt .txt_b {
  display: flex;
  font-weight: bold;
  line-height: 1.1;
  color: #222;
}
.aboon .aboon_box {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aboon .aboon_box {
    margin-top: 0.6rem;
    flex-direction: column;
  }
}
.aboon .aboon_box .item {
  min-height: 4rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.4rem 0.4rem 0.36rem;
  width: calc(100%/4 - 0.1rem);
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aboon .aboon_box .item {
    width: 100% !important;
    margin: 0 0 0.6rem;
    border-radius: 0.2rem;
    text-align: center;
  }
  .aboon .aboon_box .item .g_t .img .img1 {
    display: none;
  }
  .aboon .aboon_box .item .g_t .img .img2 {
    display: block !important;
  }
  .aboon .aboon_box .item .g_t .g_tr span {
    color: #fff !important;
  }
  .aboon .aboon_box .item .txt h3 {
    color: #fff;
  }
}
.aboon .aboon_box .item .bjimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .aboon .aboon_box .item .bjimg {
    opacity: 1;
  }
}
.aboon .aboon_box .item .bjimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .aboon .aboon_box .item.on {
    /* border-radius: 0; */
    width: 50%;
  }
  .aboon .aboon_box .item.on .bjimg {
    opacity: 1;
  }
  .aboon .aboon_box .item.on .g_t .img .img1 {
    display: none;
  }
  .aboon .aboon_box .item.on .g_t .img .img2 {
    display: block;
  }
  .aboon .aboon_box .item.on .g_t .g_tr span {
    color: #fff;
  }
  .aboon .aboon_box .item.on .txt h3 {
    color: #fff;
  }
}
.aboon .aboon_box .item .g_t {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .aboon .aboon_box .item .g_t {
    flex-direction: column;
  }
}
.aboon .aboon_box .item .g_t .img {
  width: 0.8rem;
  height: 0.8rem;
}
@media (max-width: 767px) {
  .aboon .aboon_box .item .g_t .img {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.aboon .aboon_box .item .g_t .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aboon .aboon_box .item .g_t .img .img2 {
  display: none;
}
.aboon .aboon_box .item .g_t .g_tr {
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  .aboon .aboon_box .item .g_t .g_tr {
    margin: 0.3rem 0 0.2rem;
  }
}
.aboon .aboon_box .item .g_t .g_tr span {
  color: #00A1E6;
  transition: all 0.4s;
}
.aboon .aboon_box .item .txt {
  position: relative;
  z-index: 10;
}
.aboon .aboon_box .item .txt h3 {
  margin-bottom: 0.2rem;
  line-height: 1.25;
  transition: all 0.4s;
}
.pub_title {
  text-align: left;
}
.pub_title.pub_title2 {
  text-align: center;
}
.pub_title h2 {
  /* font-weight: bold; */
  line-height: 1.1;
}
@media (max-width: 767px) {
  .pub_title h2 {
    font-size: 0.48rem;
  }
}
.pub_title p {
  margin-top: 0.38rem;
  color: #666;
  padding: 0 3.5rem;
}
@media (max-width: 1199px) {
  .pub_title p {
    padding: 0;
  }
  .pub_title p br {
    display: none;
  }
}
.abotw {
  border-bottom: 1px solid #f3f5f9;
  overflow: hidden;
  padding: 1.35rem 0 0;
}
.abotw .box {
  padding: 0.6rem 0 1.4rem;
  display: flex;
  justify-content: space-between;
}
.abotw .box .l_year {
  width: 25%;
  margin-top: 0.25rem;
  height: 3em;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .abotw .box .l_year {
    display: none;
  }
}
.abotw .box .l_year .gallery-thumbs {
  height: 100%;
}
.abotw .box .l_year .gallery-thumbs .swiper-slide {
  display: flex;
  align-items: center;
}
.abotw .box .l_year .gallery-thumbs .swiper-slide p {
  line-height: 1.1;
  font-family: 'din-m';
  color: #f0f1f3;
  transition: all 0.4s;
  cursor: pointer;
}
.abotw .box .l_year .gallery-thumbs .swiper-slide-active p {
  background-image: linear-gradient(59deg, #0aabe9 0%, #43e1f6 100%), linear-gradient(#0aabe9, #43e1f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.abotw .box .r_con {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
@media (max-width: 991px) {
  .abotw .box .r_con {
    width: 100%;
    flex-direction: column;
  }
}
.abotw .box .r_con .gallery-top {
  width: calc(100%/3*2);
}
@media (max-width: 991px) {
  .abotw .box .r_con .gallery-top {
    width: 100%;
  }
}
.abotw .box .r_con .gallery-top .img {
  border-radius: 1000px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .abotw .box .r_con .gallery-top .img {
    border-radius: 0.2rem;
  }
}
.abotw .box .r_con .gallery-top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abotw .box .r_con .r_txt {
  padding: 0.55rem 0 0 0.5rem;
  width: calc(100%/3*1);
}
@media (max-width: 991px) {
  .abotw .box .r_con .r_txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .abotw .box .r_con .r_txt {
    padding: 0.5rem 0;
  }
}
.abotw .box .r_con .r_txt .txt {
  position: relative;
  min-height: 2.15rem;
}
.abotw .box .r_con .r_txt .txt .item {
  text-align: justify;
  opacity: 0;
  position: absolute;
  top: 0;
}
.abotw .box .r_con .r_txt .txt .item.on {
  position: relative;
  opacity: 1;
}
.abotw .box .r_con .r_txt .txt .item p {
  margin-bottom: 0.08rem;
  color: #666;
}
.abotw .box .r_con .r_txt .swi_zj {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .abotw .box .r_con .r_txt .swi_zj {
    margin-top: 0.4rem;
  }
}
.abotw .box .r_con .r_txt .swi_zj .swip2_pag {
  border-radius: 0;
  position: relative;
  width: 1.2rem;
  height: 2px;
  background: #f3f5f9;
}
@media (max-width: 767px) {
  .abotw .box .r_con .r_txt .swi_zj .swip2_pag {
    width: 100%;
  }
}
.abotw .box .r_con .r_txt .swi_zj .swip2_pag .swiper-pagination-progressbar-fill {
  background: #222222;
  height: 2px;
}
.abotw .box .r_con .r_txt .swi_zj .g_qie {
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .abotw .box .r_con .r_txt .swi_zj .g_qie {
    margin-left: 0.4rem;
    flex-shrink: 0;
  }
}
.abotw .box .r_con .r_txt .swi_zj .g_qie .pub_nav {
  position: initial;
  transform: translateY(0%);
}
@media (max-width: 767px) {
  .abotw .box .r_con .r_txt .swi_zj .g_qie .pub_nav {
    width: 1rem;
    height: 1rem;
    margin-left: 0.3rem;
  }
}
.g_qie.g_qie2 .pub_nav {
  margin-right: 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  border: 2px solid #f5f5f5;
}
.g_qie.g_qie2 .pub_nav:hover {
  border-color: #00a1e6;
}
.g_qie.g_qie2 .pub_nav:hover svg path {
  fill: #00a1e6;
}
.g_qie.g_qie2 .pub_nav svg {
  width: 13.3333%;
  height: auto;
}
.g_qie.g_qie2 .pub_nav svg path {
  fill: #a8a8a8;
}
.g_qie .pub_nav {
  width: 0.36rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .g_qie .pub_nav {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.g_qie .pub_nav:hover svg path {
  fill: #27dbe9;
}
.g_qie .pub_nav svg {
  width: 22.2222%;
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
}
.g_qie .pub_prev {
  left: 0.8rem;
}
.g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: 0.8rem;
}
.aboth {
  padding: 1.35rem 0 1.15rem;
}
.aboth .box {
  margin-top: 0.58rem;
}
.aboth .box .aboth_box {
  padding: 0.48rem 1rem 0.53rem 0.5rem;
  background: #f3f5f9;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aboth .box .aboth_box {
    padding: 0.4rem 0.5rem;
  }
}
.aboth .box .aboth_box .txt {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .aboth .box .aboth_box .txt {
    margin-bottom: 0.5rem;
  }
}
.aboth .box .aboth_box .txt .t_yh {
  height: 0.45rem;
  overflow: hidden;
  display: flex;
}
.aboth .box .aboth_box .txt .t_yh p {
  font-size: 0.64rem;
  color: #99a0b1;
  opacity: 0.2;
  line-height: 1;
}
.aboth .box .aboth_box .txt .t_yh img {
  width: 22px;
  height: 19px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .aboth .box .aboth_box .txt .t_yh img {
    width: 15px;
    height: 13px;
  }
}
.aboth .box .aboth_box .txt .txt_p {
  min-height: 7.5em;
}
.aboth .box .aboth_box .txt .txt_p p {
  position: relative;
}
@media (max-width: 767px) {
  .aboth .box .aboth_box .txt .txt_p p br {
    display: none;
  }
}
.aboth .box .aboth_box .txt .txt_p p:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 19px;
  transform: translate(0.2rem, 0.1rem);
  background: url(../images/about11.png) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .aboth .box .aboth_box .txt .txt_p p:after {
    width: 15px;
    height: 13px;
  }
}
.aboth .box .aboth_box .b_tw {
  display: flex;
  align-items: center;
}
.aboth .box .aboth_box .b_tw .public-img {
  margin-right: 0.3rem;
  width: 1rem;
  border-radius: 50%;
}
.aboth .box .aboth_box .b_tw .g_tx {
  font-weight: bold;
}
.aboth .box .aboth_box .b_tw .g_tx p {
  line-height: 1.1;
}
.aboth .box .aboth_box .b_tw .g_tx span {
  line-height: 1.1;
  color: #00a1e6;
}
.aboth .box .swiper-container {
  padding-bottom: 0.45rem;
}
.aboth .box .swiper-container .swip2_pag {
  top: auto;
  bottom: 0;
  background: #f3f5f9;
}
.aboth .box .swiper-container .swip2_pag .swiper-pagination-progressbar-fill {
  background: #00a1e6;
  border-radius: 100px;
}
.abofo {
  padding: 1.15rem 0 1.45rem;
}
.abofo .box {
  display: flex;
  justify-content: space-between;
  padding-left: calc((100% - 1600px)/2);
}
@media (max-width: 1580px) {
  .abofo .box {
    padding-left: 8%;
  }
}
@media (max-width: 1199px) {
  .abofo .box {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .abofo .box {
    flex-direction: column;
    padding: 0 5%;
  }
}
.abofo .box .g_l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22.15909091%;
}
@media (max-width: 767px) {
  .abofo .box .g_l {
    width: 100%;
  }
}
.abofo .box .g_l .g_qie {
  display: flex;
}
@media (max-width: 767px) {
  .abofo .box .g_l .g_qie {
    display: none;
  }
}
.abofo .box .bbox {
  width: 77.84090909%;
}
@media (max-width: 767px) {
  .abofo .box .bbox {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.abofo .box .bbox .swiper-container {
  padding-left: 1px;
}
.abofo .box .bbox .abofo_box {
  padding: 1.35rem 0.4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 1px solid #f3f5f9;
}
@media (max-width: 767px) {
  .abofo .box .bbox .abofo_box {
    border: none;
    padding: 0 ;
  }
}
.abofo .box .bbox .abofo_box:hover .public-img img {
  transform: scale(1.05);
}
.abofo .box .bbox .abofo_box .txt {
  margin-bottom: 0.42rem;
}
.abofo .box .bbox .abofo_box .txt span {
  color: #00a1e6;
}
.abofo .box .bbox .abofo_box .public-img:before {
  padding-top: 120%;
}
.curtain_no2 .curtain_box .curtain_title .close_tc {
  background: none;
  top: 0.1rem;
  right: 0.1rem;
}
.curtain_no2 .curtain_box .curtain_title .close_tc::before {
  width: 20px;
  height: 2px;
  background: #e5e5e5;
}
.curtain_no2 .curtain_box .curtain_title .close_tc::after {
  width: 20px;
  height: 2px;
  background: #e5e5e5;
}
.abo_pop {
  width: 11.15rem;
  border-radius: 5px;
  background: #fff;
  display: flex;
  padding: 0.6rem 0.6rem 0.6rem 0.58rem;
}
@media (max-width: 991px) {
  .abo_pop {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .abo_pop {
    flex-direction: column-reverse;
  }
}
.abo_pop .pop_l {
  width: 54.81927711%;
}
@media (max-width: 767px) {
  .abo_pop .pop_l {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.abo_pop .pop_l .tit {
  margin-bottom: 0.26rem;
}
.abo_pop .pop_l .tit h3 {
  line-height: 1.1;
  font-weight: bold;
}
.abo_pop .pop_l .tit span {
  line-height: 1.3;
  color: #999;
}
@media (max-width: 767px) {
  .abo_pop .pop_l .tit span {
    font-size: 0.24rem;
    margin-top: 0.05rem;
  }
}
.abo_pop .pop_l .g_lab {
  margin-bottom: 0.44rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .abo_pop .pop_l .g_lab {
    margin-bottom: 0.3rem;
  }
}
.abo_pop .pop_l .g_lab span {
  border: 1px solid #00a1e6;
  color: #00a1e6;
  border-radius: 0.05rem;
  margin-right: 0.1rem;
  padding: 0.08rem 0.18rem;
}
@media (max-width: 767px) {
  .abo_pop .pop_l .g_lab span {
    margin: 0 0.1rem 0.1rem 0;
    font-size: 0.24rem;
  }
}
.abo_pop .pop_l .g_p {
  padding-right: 0.7rem;
  color: #666;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .abo_pop .pop_l .g_p {
    line-height: 1.5;
    padding: 0;
  }
}
.abo_pop .pop_r {
  width: 45.18072289%;
}
.abo_pop .pop_r img {
  width: 100%;
}
/* 合作伙伴 */
.paron {
  padding: 1rem 0 1.25rem;
}
.paron .box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.paron .box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.paron .box .item {
  border-right: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
  width: 20%;
  position: relative;
}
@media (max-width: 767px) {
  .paron .box .item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .paron .box .item:nth-child(5n) {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .paron .box .item:nth-child(-n+5)::after,
  .paron .box .item:nth-child(5n)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .paron .box .item:nth-child(2n) {
    border-right: none;
  }
  .paron .box .item:nth-child(-n+2)::after,
  .paron .box .item:nth-child(2n)::after {
    display: none;
  }
}
.paron .box .item::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(../images/jia.svg);
  background-size: contain;
  top: 0;
  right: 0;
  transform: translate(7px, -7px);
}
.paron .box .item .public-img:before {
  padding-top: 50%;
}
/* 患者专区 */
.paton {
  padding: 1.2rem 0;
  background: #f3f5f9;
}
.paton .box {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .paton .box {
    flex-direction: column;
  }
}
.paton .box .left {
  width: 31.875%;
  position: relative;
}
@media (max-width: 767px) {
  .paton .box .left {
    width: 100%;
    margin-bottom: 0.5rem;
    display: none;
  }
}
.paton .box .left .l_nav {
  position: relative;
  z-index: 10;
}
.paton .box .left .l_nav .nav_box {
  cursor: pointer;
  min-height: 0.95rem;
  padding: 0.1rem 0.15rem 0.1rem 0;
  position: relative;
  background: none;
  transition: all 0.4s;
  margin: 0.25rem 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .paton .box .left .l_nav .nav_box {
    margin: 0.15rem 0;
  }
}
.paton .box .left .l_nav .nav_box.on {
  background: #f3f5f9;
}
.paton .box .left .l_nav .nav_box.on .nav_con p {
  opacity: 1;
}
.paton .box .left .l_nav .nav_box.on .nav_con .g_svg {
  opacity: 1;
}
.paton .box .left .l_nav .nav_box.on .l_line {
  opacity: 1;
}
.paton .box .left .l_nav .nav_box .nav_con {
  display: flex;
  align-items: center;
}
.paton .box .left .l_nav .nav_box .nav_con p {
  transition: all 0.4s;
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .paton .box .left .l_nav .nav_box .nav_con p {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .paton .box .left .l_nav .nav_box .nav_con p {
    font-size: 0.36rem;
  }
}
.paton .box .left .l_nav .nav_box .nav_con .g_svg {
  flex-shrink: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: #00a1e6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.29rem;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .paton .box .left .l_nav .nav_box .nav_con .g_svg {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.paton .box .left .l_nav .nav_box .nav_con .g_svg svg {
  width: calc(100%/6);
  height: auto;
}
.paton .box .left .l_nav .nav_box .nav_con .g_svg svg path {
  fill: #fff;
}
.paton .box .left .l_nav .nav_box .l_line {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.paton .box .left .line {
  opacity: 0.15;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .paton .box .left .line {
    display: none;
  }
}
.paton .box .right {
  width: 61.875%;
}
@media (max-width: 767px) {
  .paton .box .right {
    width: 100%;
  }
}
.paton .box .right .r_box {
  border-radius: 0.2rem;
  display: none;
}
@media (max-width: 767px) {
  .paton .box .right .r_box {
    display: block;
    margin-bottom: 0.6rem;
  }
}
.paton .box .right .r_box .mb_h3 {
  display: none;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .paton .box .right .r_box .mb_h3 {
    display: block;
    text-align: center;
  }
}
.paton .box .right .r_box .r_box_con {
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
}
.paton .box .right .r_box .img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.paton .box .right .r_box .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 54.5454%;
}
.paton .box .right .r_box .img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.paton .box .right .r_box .txt {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.34rem 0.4rem;
  background: url(../images/patient3.png) no-repeat;
  background-position: center bottom;
  z-index: 10;
}
@media (max-width: 767px) {
  .paton .box .right .r_box .txt {
    align-items: center;
    background: rgba(161, 230, 255, 0.4);
    text-align: center;
  }
}
.paton .box .right .r_box .txt p {
  color: #fff;
  text-align: justify;
}
.pattw {
  padding: 1.15rem 0 0;
}
@media (max-width: 767px) {
  .pattw {
    padding: 1.15rem 0 0.5rem;
  }
}
.pattw .box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  border-top: 1px solid #ebedf0;
}
@media (max-width: 767px) {
  .pattw .box {
    flex-direction: column;
  }
}
.pattw .box .item {
  width: calc(100%/3);
  border-right: 1px solid #ebedf0;
  padding: 0.4rem 0.4rem 0;
  border-bottom: 1px solid #ebedf0;
}
@media (max-width: 767px) {
  .pattw .box .item {
    width: 100%;
    border-right: none;
    padding: 0.4rem 0 0;
  }
}
.pattw .box .item:nth-child(3n) {
  border-right: none;
}
.pattw .box .item:hover .public-img img {
  transform: scale(1.05);
}
.pattw .box .item:hover .txt .txt_tit span {
  color: #00a1e6;
}
.pattw .box .item .public-img {
  border-radius: 0.2rem;
  margin-bottom: 0.4rem;
}
.pattw .box .item .public-img:before {
  padding-top: 70.6401766%;
}
.pattw .box .item .txt .txt_tit span {
  color: #999;
}
.pattw .box .item .txt .g_p {
  min-height: 15em;
  padding-bottom: 1.5em;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .pattw .box .item .txt .g_p {
    min-height: initial;
  }
}
.pattw .box .item .txt .g_p p {
  margin-bottom: 0.18rem;
  color: #666;
}
/* 加入我们_人才战略 */
.talon {
  background: #f3f5f9;
  padding-left: calc((100% - 1600px)/2);
}
@media (max-width: 1580px) {
  .talon {
    padding-left: 8%;
  }
}
@media (max-width: 1199px) {
  .talon {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .talon {
    padding: 0 5%;
  }
}
.talon .box {
  padding-top: 1.52rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .talon .box {
    flex-wrap: wrap;
    padding-top: 1.1rem;
  }
}
.talon .box .left {
  width: 34.65909091%;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .talon .box .left {
    width: 100%;
    padding: 0 0 0.5rem;
  }
}
.talon .box .left .g_p {
  margin-top: 0.4rem;
}
.talon .box .left .g_p p {
  margin-bottom: 0.1rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .talon .box .left .g_p p {
    font-size: 0.28rem;
  }
}
.talon .box .left .g_p p span {
  color: #00a1e6;
}
.talon .box .right {
  width: 59.31818182%;
}
@media (max-width: 767px) {
  .talon .box .right {
    width: 100%;
  }
}
.talon .box .right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.taltw {
  background: #f3f5f9;
}
.taltw .container {
  padding: 1.55rem 0 1.12rem;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .taltw .container {
    border: none;
    padding: 1.1rem 0 1.12rem;
  }
}
.taltw .container .box {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .taltw .container .box {
    flex-wrap: wrap;
  }
}
.taltw .container .box .item {
  width: calc((100% - 6px)/4);
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .taltw .container .box .item:hover .public-img {
    opacity: 1;
  }
  .taltw .container .box .item:hover .txt {
    background: none;
  }
  .taltw .container .box .item:hover .txt .g_svg .img1 {
    display: none;
  }
  .taltw .container .box .item:hover .txt .g_svg .img2 {
    display: block;
  }
  .taltw .container .box .item:hover .txt .txt_svg h3 {
    color: #fff;
  }
  .taltw .container .box .item:hover .txt .txt_svg p {
    color: #fff;
  }
}
.taltw .container .box .item .public-img {
  opacity: 0;
  transition: all 0.4s;
  position: relative;
}
.taltw .container .box .item .public-img:before {
  padding-top: 100.50251256%;
}
.taltw .container .box .item .public-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/talent3.png) no-repeat;
  background-position: center bottom;
  display: none;
}
.taltw .container .box .item .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0.4rem 0.6rem 0.4rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}
.taltw .container .box .item .txt .g_svg {
  width: 0.8rem;
  height: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .taltw .container .box .item .txt .g_svg {
    width: 1.2rem;
    height: 0.98rem;
  }
}
.taltw .container .box .item .txt .g_svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
}
.taltw .container .box .item .txt .g_svg .img2 {
  display: none;
}
.taltw .container .box .item .txt .txt_svg h3 {
  margin-bottom: 0.08rem;
  transition: all 0.4s;
}
.taltw .container .box .item .txt .txt_svg p {
  color: #999;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .taltw .container .box .item {
    width: calc(50% - 2px);
    margin: 0 0 2px;
  }
  .taltw .container .box .item .public-img {
    opacity: 1;
  }
  .taltw .container .box .item .txt {
    background: none;
  }
  .taltw .container .box .item .txt .g_svg .img1 {
    display: none;
  }
  .taltw .container .box .item .txt .g_svg .img2 {
    display: block;
  }
  .taltw .container .box .item .txt .txt_svg h3 {
    color: #fff;
  }
  .taltw .container .box .item .txt .txt_svg p {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .taltw .container .box .item {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.talth {
  background: #f3f5f9;
  padding: 1.12rem 0 1.6rem;
}
@media (max-width: 767px) {
  .talth {
    padding: 0.12rem 0 1.2rem;
  }
}
.talth .box {
  margin-top: 0.45rem;
}
.talth .box .bbox {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 10.8rem;
}
@media (max-width: 767px) {
  .talth .box .bbox {
    width: 100%;
  }
}
.talth .box .bbox .item {
  min-width: 2.4rem;
  padding: 0 0.2rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 100px;
  margin: 0 0.15rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.talth .box .bbox .item:nth-child(3) {
  min-width: 2.42rem;
}
@media (max-width: 767px) {
  .talth .box .bbox .item {
    min-width: 2.8rem !important;
    height: 0.8rem;
  }
}
.talth .box .bbox .item:hover {
  background: #00a1e6;
}
.talth .box .bbox .item:hover svg path {
  fill: #fff;
}
.talth .box .bbox .item:hover span {
  color: #fff;
}
.talth .box .bbox .item svg {
  margin-right: 0.1rem;
  width: 12px;
  height: auto;
}
@media (max-width: 767px) {
  .talth .box .bbox .item svg {
    width: 9px;
  }
}
.talth .box .bbox .item svg path {
  fill: #999999;
  transition: all 0.4s;
}
.talth .box .bbox .item span {
  color: #666;
  transition: all 0.4s;
}
.talfo {
  padding: 1.36rem 0 1.2rem;
}
.talfo .box {
  margin-top: 0.46rem;
  position: relative;
}
.talfo .box .img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .talfo .box .img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.talfo .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.talfo .box .img img:first-child {
  display: block;
}
.talfo .box .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .talfo .box .txt {
    flex-wrap: wrap;
    position: relative;
  }
}
.talfo .box .txt .txt_box {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  width: calc(100%/3);
}
@media (max-width: 767px) {
  .talfo .box .txt .txt_box {
    width: 100%;
    height: 4rem;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.talfo .box .txt .txt_box.on img {
  opacity: 1;
}
.talfo .box .txt .txt_box:last-child {
  border: none;
}
.talfo .box .txt .txt_box img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.talfo .box .txt .txt_box .g_p {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  display: flex;
  padding: 0.38rem 0.4rem;
}
.talfo .box .txt .txt_box .g_p p {
  color: #fff;
  font-weight: bold;
}
.talfi {
  position: relative;
}
.talfi .imgbj {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.talfi .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talfi .container {
  position: relative;
  z-index: 10;
  height: 5rem;
}
.talfi .container .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.75rem 0 1rem;
}
.talfi .container .box h2 {
  line-height: 1.1;
  color: #fff;
}
.talfi .container .box .g_a {
  background: #00a1e6;
  border-radius: 100px;
  height: 0.52rem;
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
}
@media (max-width: 767px) {
  .talfi .container .box .g_a {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.talfi .container .box .g_a p {
  color: #fff;
  margin-right: 0.15rem;
}
.talfi .container .box .g_a svg {
  width: 6px;
  height: auto;
}
.talfi .container .box .g_a svg path {
  fill: #fff;
}
/* 加入我们_职位列表 */
.poson {
  background: #f3f5f9;
  padding: 0.7rem 0 0.8rem;
}
.poson .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .poson .box {
    flex-direction: column-reverse;
  }
}
.poson .box .left {
  width: 70%;
  border-right: 1px solid #ebebeb;
}
@media (max-width: 1199px) {
  .poson .box .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .poson .box .left {
    border: none;
  }
}
.poson .box .left .item {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 0.1rem;
  margin-bottom: 0.2rem;
  display: flex;
}
.poson .box .left .item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.poson .box .left .item .tit {
  width: 1.18rem;
  padding: 0 0.1rem 0 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .poson .box .left .item .tit {
    width: 1.7rem;
  }
}
.poson .box .left .item .tit p {
  font-weight: bold;
  color: #999;
  line-height: 0.5rem;
}
.poson .box .left .item ul {
  display: flex;
  flex-wrap: wrap;
}
.poson .box .left .item ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
  min-width: 1.2rem;
  margin: 0 0.05rem 0.1rem 0;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .poson .box .left .item ul li {
    font-size: 0.28rem;
  }
}
.poson .box .left .item ul li:hover p {
  color: #00a1e6;
}
.poson .box .left .item ul li.on {
  background: #00a1e6;
}
.poson .box .left .item ul li.on p {
  color: #fff;
}
.poson .box .left .item ul li p {
  transition: all 0.4s;
  color: #222;
}
.poson .box .right {
  width: 30%;
  padding: 0.25rem 0.38rem 0.35rem;
}
@media (max-width: 1199px) {
  .poson .box .right {
    width: 100%;
    padding: 0.3rem 0;
    margin-bottom: 0.3rem;
  }
}
.poson .box .right p {
  font-weight: bold;
  color: #666;
  margin-bottom: 0.35rem;
}
.poson .box .right form {
  display: flex;
  justify-content: space-between;
}
.poson .box .right form input::-webkit-input-placeholder {
  color: #999;
  opacity: 0.5;
}
.poson .box .right form .g_but {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: #e6e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .poson .box .right form .g_but {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.poson .box .right form .g_but button {
  width: 44.44%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.poson .box .right form .g_but button:hover svg path {
  fill: #00a1e6;
}
.poson .box .right form .g_but button svg {
  width: 100%;
}
.poson .box .right form .g_but button svg path {
  transition: all 0.4s;
  fill: #a7a8aa;
  opacity: 1;
}
.postw {
  padding: 0 0 1px;
  background: #f3f5f9;
}
.join_jy_box ul {
  margin-bottom: 1.4rem;
}
.join_jy_box ul li .g_top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.4rem 0.45rem 0.4rem 0.6rem;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .join_jy_box ul li .g_top {
    padding: 0.4rem 0.2rem;
  }
}
.join_jy_box ul li .g_top.on {
  border-color: #fff;
  background-color: #fff;
}
.join_jy_box ul li .g_top.on .g_top_box .g_p2 svg path {
  fill: #00a1e6;
}
.join_jy_box ul li .g_top.on .g_gb svg {
  transform: rotate(-90deg);
}
.join_jy_box ul li .g_top .g_top_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .join_jy_box ul li .g_top .g_top_box {
    width: 80%;
  }
}
.join_jy_box ul li .g_top .g_top_box .g_p1 {
  display: flex;
  flex-direction: column;
  width: 220px;
  transition: 0.4s all;
}
.join_jy_box ul li .g_top .g_top_box .g_p1 p {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.03rem;
}
.join_jy_box ul li .g_top .g_top_box .g_p1 span {
  color: #999;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .join_jy_box ul li .g_top .g_top_box .g_p1 {
    width: 100%;
  }
}
.join_jy_box ul li .g_top .g_top_box .g_p2 {
  margin-right: 0.4rem;
  transition: 0.4s all;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .join_jy_box ul li .g_top .g_top_box .g_p2 {
    /* width: 16.97%; */
    margin-right: 0.2rem;
  }
}
@media (max-width: 991px) {
  .join_jy_box ul li .g_top .g_top_box .g_p2 {
    /* width: 20%; */
  }
}
@media (max-width: 767px) {
  .join_jy_box ul li .g_top .g_top_box .g_p2 {
    display: none;
  }
}
.join_jy_box ul li .g_top .g_top_box .g_p2 span {
  color: #a7a8ab;
}
.join_jy_box ul li .g_top .g_top_box .g_p2 svg {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.12rem;
}
.join_jy_box ul li .g_top .g_top_box .g_p2 svg path {
  transition: 0.4s all;
  fill: #666;
}
.join_jy_box ul li .g_top .g_gb {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.36rem;
  height: 0.36rem;
}
.join_jy_box ul li .g_top .g_gb svg {
  width: 8px;
  height: auto;
  transition: all 0.4s;
  transform: rotate(90deg);
}
.join_jy_box ul li .g_top .g_gb svg path {
  fill: #999;
}
.join_jy_box ul li .g_xia {
  background-color: #fff;
  padding: 0.1rem 0.6rem 0.6rem 0.6rem;
  display: none;
}
@media (max-width: 991px) {
  .join_jy_box ul li .g_xia {
    padding: 0.4rem;
  }
}
.join_jy_box ul li .g_xia .g_bjq {
  /* max-height: 5rem; */
  overflow-y: auto;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .join_jy_box ul li .g_xia .g_bjq {
    padding-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .join_jy_box ul li .g_xia .g_bjq {
    max-height: initial;
    overflow-y: initial;
    padding-right: 0;
  }
  .join_jy_box ul li .g_xia .g_bjq p {
    font-size: 0.28rem !important;
  }
  .join_jy_box ul li .g_xia .g_bjq span {
    font-size: 0.28rem !important;
  }
  .join_jy_box ul li .g_xia .g_bjq h1,
  .join_jy_box ul li .g_xia .g_bjq h2,
  .join_jy_box ul li .g_xia .g_bjq h3,
  .join_jy_box ul li .g_xia .g_bjq h4,
  .join_jy_box ul li .g_xia .g_bjq h5,
  .join_jy_box ul li .g_xia .g_bjq h6 {
    font-size: 0.32rem !important;
  }
}
.join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar {
  width: 3px;
}
.join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar-thumb {
  background: #339cd8;
  border-radius: 25px;
}
.join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar-corner {
  background: #339cd8;
}
.join_jy_box ul li .g_xia .pub_a {
  display: inline-flex;
  margin-top: 0.3rem;
  padding: 0 0.13rem 0 0.3rem;
  height: 0.56rem;
  border-radius: 100px;
  background: #00a1e6;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .join_jy_box ul li .g_xia .pub_a {
    height: 0.8rem;
    padding: 0 0.2rem 0 0.4rem;
  }
}
.join_jy_box ul li .g_xia .pub_a:hover {
  opacity: 0.8;
}
.join_jy_box ul li .g_xia .pub_a p {
  color: #fff;
  margin-right: 0.25rem;
}
.join_jy_box ul li .g_xia .pub_a .g_svg {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .join_jy_box ul li .g_xia .pub_a .g_svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.join_jy_box ul li .g_xia .pub_a .g_svg svg {
  width: 0.11rem;
}
@media (max-width: 767px) {
  .join_jy_box ul li .g_xia .pub_a .g_svg svg {
    width: 0.15rem;
  }
}
.join_jy_box ul li .g_xia .pub_a .g_svg svg path {
  fill: #00a1e6;
}
.curtain_no3 .curtain_box .curtain_title .close_tc {
  background: none;
  top: 0.2rem;
  right: 0.3rem;
}
.curtain_no3 .curtain_box .curtain_title .close_tc::before {
  width: 20px;
  height: 2px;
  background: #999999;
}
.curtain_no3 .curtain_box .curtain_title .close_tc::after {
  width: 20px;
  height: 2px;
  background: #999999;
}
.pos_pop {
  width: 9.6rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.26rem 0.4rem 0.44rem;
}
@media (max-width: 1199px) {
  .pos_pop {
    width: 100%;
  }
}
.pos_pop .pos_pop_tit h2 {
  font-weight: bold;
  margin-bottom: 0.22rem;
}
.pos_pop .pos_pop_tit .tit_jj {
  margin-bottom: 0.34rem;
  border-radius: 5px;
  padding: 0.28rem;
  background: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .pos_pop .pos_pop_tit .tit_jj {
    display: none;
  }
}
.pos_pop .pos_pop_tit .tit_jj .g_p1 {
  display: flex;
  flex-direction: column;
  width: 39.27710843%;
  transition: 0.4s all;
}
.pos_pop .pos_pop_tit .tit_jj .g_p1 p {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.03rem;
}
.pos_pop .pos_pop_tit .tit_jj .g_p1 span {
  color: #999;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .pos_pop .pos_pop_tit .tit_jj .g_p1 {
    width: 80%;
  }
}
.pos_pop .pos_pop_tit .tit_jj .g_p2 {
  margin-right: 0.4rem;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  width: 29.87951807%;
}
@media (max-width: 1580px) {
  .pos_pop .pos_pop_tit .tit_jj .g_p2 {
    margin-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .pos_pop .pos_pop_tit .tit_jj .g_p2 {
    display: none;
  }
}
.pos_pop .pos_pop_tit .tit_jj .g_p2 span {
  color: #333;
}
.pos_pop .pos_pop_tit .tit_jj .g_p2 svg {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.12rem;
}
.pos_pop .pos_pop_tit .tit_jj .g_p2 svg path {
  transition: 0.4s all;
  fill: #00a1e6;
}
.pos_pop form h3 {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.pos_pop form .inp {
  margin-bottom: 0.05rem;
  display: flex;
}
@media (max-width: 767px) {
  .pos_pop form .inp {
    flex-direction: column;
  }
}
.pos_pop form .inp .inp_box {
  width: calc((100% - 0.4rem)/3);
  margin: 0 0.2rem 0.2rem 0;
}
.pos_pop form .inp .inp_box:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .pos_pop form .inp .inp_box {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.pos_pop form .inp .inp_box p {
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.pos_pop form .inp .inp_box p span {
  color: #bf2821;
}
.pos_pop form .inp .inp_box input {
  width: 100%;
  border: 1px solid #dddddd;
  height: 0.5rem;
  padding: 0 18px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .pos_pop form .inp .inp_box input {
    height: 0.7rem;
  }
}
.pos_pop form .inp .lab_box {
  width: 100%;
  margin: 0 0 0.2rem 0;
}
.pos_pop form .inp .lab_box .join_txt_b .hi-input-box {
  width: 100%;
  background: none;
  height: 0.6rem;
  border: 1px solid #dddddd;
  height: 0.5rem;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .pos_pop form .inp .lab_box .join_txt_b .hi-input-box {
    height: 0.7rem;
  }
}
.pos_pop form .inp .lab_box .join_txt_b .hi-input-box:hover .g_r {
  background: #00a1e6;
}
.pos_pop form .inp .lab_box .join_txt_b .hi-input-box:hover .g_r svg {
  transform: rotate(0deg);
}
.pos_pop form .inp .lab_box .join_txt_b .hi-input-box .hi-text {
  margin-bottom: 0;
  width: auto;
  color: #999;
}
.pos_pop form .inp .lab_box .join_txt_b .hi-input-box .g_r {
  transition: all 0.4s;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pos_pop form .inp .lab_box .join_txt_b .hi-input-box .g_r {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.pos_pop form .inp .lab_box .join_txt_b .hi-input-box .g_r svg {
  transition: all 0.4s;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .pos_pop form .inp .lab_box .join_txt_b .hi-input-box .g_r svg {
    width: 0.2rem;
  }
}
.pos_pop form .inp .lab_box .join_txt_b .hi-input-box .g_r svg path {
  fill: #fff;
}
.pos_pop form .inp .textarea_box {
  width: 100%;
  margin-right: 0;
}
.pos_pop form .inp .textarea_box p span {
  opacity: 0;
}
.pos_pop form .inp .textarea_box textarea {
  width: 100%;
  border: 1px solid #dddddd;
  height: 1.2rem;
  padding: 12px 18px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .pos_pop form .inp .textarea_box textarea {
    height: 1.6rem;
  }
}
.pos_pop form .g_but {
  display: flex;
  justify-content: flex-end;
}
.pos_pop form .g_but button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.56rem;
  min-width: 1.4rem;
  margin: 0 0.05rem 0.1rem 0;
  border-radius: 100px;
  padding: 0 0.2rem;
  background: #00a1e6;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pos_pop form .g_but button {
    height: 0.7rem;
    min-width: 1.8rem;
  }
}
.pos_pop form .g_but button:hover {
  opacity: 0.8;
}
/* 科学与创新 */
.scion {
  padding: 1.4rem 0 1.2rem;
  background: #f3f5f9;
}
.scion .box .scion_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e1e1e1;
}
.scion .box .scion_box:last-child {
  border: none;
}
.scion .box .scion_box:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .scion .box .scion_box:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.scion .box .scion_box:nth-child(2n) .left {
  padding: 0 0 0 1.6rem;
}
@media (max-width: 991px) {
  .scion .box .scion_box:nth-child(2n) .left {
    width: 100%;
    padding: 0 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .scion .box .scion_box {
    flex-direction: column-reverse;
    margin-bottom: 0.8rem;
  }
}
.scion .box .left {
  width: 65%;
  padding: 0 0.9rem 0 0;
}
@media (max-width: 991px) {
  .scion .box .left {
    width: 100%;
    padding: 0 0 0.5rem;
  }
}
.scion .box .left .g_p {
  text-align: justify;
  margin-top: 0.4rem;
}
.scion .box .left .g_p p {
  margin-bottom: 0.2rem;
  color: #666;
}
.scion .box .left .g_p p span {
  color: #00a1e6;
}
.scion .box .right {
  width: 35%;
  max-height: 6rem;
  display: flex;
  align-items: flex-start;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .scion .box .right {
    width: 100%;
    margin-bottom: 0.4rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
}
.scion .box .right img {
  width: 100%;
  /* height: 100%; */
  max-height: 100%;
  object-fit: contain;
}
.scitw {
  background: #f3f5f9;
  overflow: hidden;
}
.scitw .box {
  padding: 1.18rem 0;
  border-top: 1px solid #e3e7ee;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .scitw .box {
    flex-direction: column;
  }
}
.scitw .box .left {
  width: 42.5%;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .scitw .box .left {
    flex-direction: column;
    width: 7rem;
  }
}
@media (max-width: 991px) {
  .scitw .box .left {
    margin-bottom: 0.5rem;
    position: initial;
  }
}
@media (max-width: 767px) {
  .scitw .box .left {
    width: 100%;
  }
}
.scitw .box .left .l_box {
  width: 32.45614035%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
@media (max-width: 991px) {
  .scitw .box .left .l_box {
    width: 100%;
  }
}
.scitw .box .left .l_box .l_num {
  font-size: 0.64rem;
  display: flex;
  align-items: flex-end;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .scitw .box .left .l_box .l_num {
    display: none;
  }
}
@media (max-width: 991px) {
  .scitw .box .left .l_box .l_num {
    margin-top: 0.3rem;
  }
}
.scitw .box .left .l_box .l_num .p1 {
  color: #222;
}
.scitw .box .left .l_box .l_num .p2 {
  color: #cacdd1;
}
.scitw .box .left .l_box .l_num .p2 span {
  margin-left: 0.1rem;
}
.scitw .box .left .img {
  position: relative;
  width: 6.8rem;
  height: 6.8rem;
  transform: translateX(4rem);
}
@media (max-width: 1199px) {
  .scitw .box .left .img {
    margin-top: 0.5rem;
  }
}
@media (max-width: 991px) {
  .scitw .box .left .img {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media (max-width: 767px) {
  .scitw .box .left .img {
    width: 4.6rem;
    height: 4.6rem;
    margin-left: 1rem;
  }
}
.scitw .box .left .img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a1e6;
}
@media (max-width: 767px) {
  .scitw .box .left .img::after {
    width: 4px;
    height: 4px;
    left: -2px;
  }
}
.scitw .box .left .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.scitw .box .left .img svg {
  position: absolute;
  color: #333;
  left: 0;
  width: 6.8rem;
  height: 6.8rem;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .scitw .box .left .img svg {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media (max-width: 767px) {
  .scitw .box .left .img svg {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.scitw .box .left .img svg .yuan {
  stroke: #e5e9ef;
}
.scitw .box .left .img svg .yuan2 {
  stroke: #00a1e6;
  stroke-dasharray: 1507,1507;
  stroke-dashoffset: 1507;
}
.scitw .box .right {
  width: 57.5%;
  padding-left: 1rem;
  display: flex;
}
@media (max-width: 1199px) {
  .scitw .box .right {
    width: calc(100% - 7rem);
  }
}
@media (max-width: 991px) {
  .scitw .box .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .scitw .box .right {
    flex-direction: column;
    padding: 0;
  }
}
.scitw .box .right .txt {
  padding-top: 4rem;
  opacity: 0;
  width: 100%;
  color: #666;
}
@media (max-width: 767px) {
  .scitw .box .right .txt {
    width: 100%;
    padding: 0;
  }
}
.scitw .box .right .txt p {
  margin-bottom: 0.2rem;
}
.scitw .box .right .txt p:last-child {
  margin-bottom: 0;
}
.scith {
  padding: 1.05rem 0 1.35rem;
}
.scith .box {
  margin-top: 0.55rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .scith .box {
    flex-wrap: wrap;
  }
}
.scith .box .item {
  width: calc((100% - 12px)/4);
  position: relative;
  margin: 0 2px;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .scith .box .item {
    width: calc(50% - 5px);
  }
}
.scith .box .item.on img {
  transform: scale(1.05);
}
.scith .box .item.on .txt {
  background: #00a1e6;
}
@media (max-width: 767px) {
  .scith .box .item img {
    transform: scale(1) !important;
  }
  .scith .box .item .txt {
    background: #00a1e6 !important;
  }
  .scith .box .item .txt .txt_box {
    display: block !important;
  }
}
.scith .box .item .public-img {
  transition: all 0.4s;
  position: relative;
}
.scith .box .item .public-img:before {
  padding-top: 132.74559194%;
}
@media (max-width: 767px) {
  .scith .box .item .public-img:before {
    padding-top: 75.56675063%;
  }
}
.scith .box .item .public-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/science4.png) no-repeat;
  background-position: center bottom;
  /* opacity: 0; */
}
.scith .box .item .txt {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0.26rem 0.4rem 0.12rem 0.4rem;
  border-radius: 0.1rem 0.1rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: none;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .scith .box .item .txt {
    position: initial;
    border-radius: 0;
  }
}
.scith .box .item .txt h3 {
  padding-bottom: 0.22rem;
}
.scith .box .item .txt .txt_box {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.26rem;
}
.scith .box .item .txt .txt_box .txt_con {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.18rem;
}
.scith .box .item .txt .txt_box .txt_con p {
  margin-bottom: 2px;
}
.scith .box .item .txt .txt_box .txt_con span {
  text-align: justify;
  color: #addaed;
  margin-bottom: 2px;
}
@media (max-width: 1580px) {
  .scith .box .item .txt .txt_box .txt_con span {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .scith .box .item .txt .txt_box .txt_con span {
    font-size: 8px;
  }
}
@media (max-width: 991px) {
  .scith .box .item .txt .txt_box .txt_con span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .scith .box .item {
    width: calc(50% - 2px);
    margin: 0 0 2px;
    border-radius: 0;
  }
  .scith .box .item .public-img {
    opacity: 1;
  }
  .scith .box .item .txt {
    background: none;
  }
  .scith .box .item .txt .g_svg .img1 {
    display: none;
  }
  .scith .box .item .txt .g_svg .img2 {
    display: block;
  }
  .scith .box .item .txt .txt_svg h3 {
    color: #fff;
  }
  .scith .box .item .txt .txt_svg p {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .scith .box .item {
    width: 100%;
    margin: 0 0 0.4rem;
    border-radius: 0.2rem;
  }
}
.scifo {
  padding: 1.35rem 0 1.2rem;
}
@media (max-width: 991px) {
  .scifo {
    padding: 0.1rem 0 1.3rem;
  }
}
.scifo .pub_title p {
  margin-top: 0.15rem;
}
.scifo .paron {
  margin-top: 0.72rem;
  padding: 0;
}
/* 联系我们 */
.conton {
  background: #f3f5f9;
  padding: 1.15rem 0 0.72rem;
}
.conton .box .tit {
  margin-bottom: 0.44rem;
}
.conton .box .tit h2 {
  font-weight: bold;
}
.conton .box .conton_add {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .conton .box .conton_add {
    flex-direction: column;
  }
}
.conton .box .conton_add .item {
  width: calc((100% - 0.4rem)/3);
  display: flex;
  padding-bottom: 0.56rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .conton .box .conton_add .item {
    width: 100%;
    padding-bottom: 0.4rem;
    margin-bottom: 0.3rem;
  }
}
.conton .box .conton_add .item .g_svg {
  margin-right: 0.2rem;
}
.conton .box .conton_add .item .g_svg svg {
  width: 20px;
  height: auto;
}
.conton .box .conton_add .item .g_svg svg path {
  fill: #00a1e6;
}
.conton .box .conton_add .item .txt {
  display: flex;
  flex-direction: column;
}
.conton .box .conton_add .item .txt span {
  color: #999;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}
.conton .box .conton_img {
  margin-top: 0.98rem;
}
@media (max-width: 767px) {
  .conton .box .conton_img {
    margin-top: 0.5rem;
  }
}
.conton .box .conton_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conton .box .conton_com {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .conton .box .conton_com {
    flex-wrap: wrap;
  }
}
.conton .box .conton_com .item {
  cursor: pointer;
  width: calc(50% - 0.2rem);
  background: #fff;
  padding: 0.36rem 0.4rem 0.6rem;
}
@media (max-width: 767px) {
  .conton .box .conton_com .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.conton .box .conton_com .item .g_b {
  margin-top: 0.34rem;
  width: 100%;
  display: flex;
}
.conton .box .conton_com .item .g_b .g_svg {
  margin-right: 0.2rem;
}
.conton .box .conton_com .item .g_b .g_svg svg {
  width: 20px;
  height: auto;
}
.conton .box .conton_com .item .g_b .g_svg svg path {
  fill: #00a1e6;
}
.conton .box .conton_com .item .g_b .txt {
  display: flex;
  flex-direction: column;
}
.conton .box .conton_com .item .g_b .txt span {
  color: #00a1e6;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}
.conton .box .conton_com .item .g_b .txt p {
  color: #666;
}
@media (max-width: 767px) {
  .conton .box .conton_com .item .g_b .txt p br {
    display: none;
  }
}
.conttw {
  padding: 0.72rem 0;
  background: #f3f5f9;
  display: none;
}
.conttw .tit {
  margin-bottom: 0.42rem;
}
.conttw form input::-webkit-input-placeholder {
  color: #c9cacc;
}
.conttw form textarea::-webkit-input-placeholder {
  color: #c9cacc;
}
.conttw form .form_p {
  font-weight: bold;
  color: #999;
}
.conttw form .form_p span {
  color: #e20121;
  font-weight: 400;
}
.conttw form .g_xq {
  margin-bottom: 0.26rem;
}
.conttw form .g_xq .g_xq_box {
  margin-top: 0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.conttw form .g_xq .g_xq_box p {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.56rem;
  min-width: 1.2rem;
  margin: 0 0.3rem 0.1rem 0;
  border-radius: 100px;
  padding: 0 0.4rem;
  background: #e5e5e5;
  color: #999;
  transition: all 0.4s;
}
.conttw form .g_xq .g_xq_box p.on {
  background: #00a1e6;
  color: #fff;
}
@media (max-width: 767px) {
  .conttw form .g_xq .g_xq_box p {
    height: 0.7rem;
    min-width: 1.8rem;
  }
}
.conttw form .g_xq .g_xq_box p:hover {
  opacity: 0.8;
}
.conttw form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .conttw form .inp {
    flex-wrap: wrap;
  }
}
.conttw form .inp .input {
  margin-bottom: 0.36rem;
  width: calc(50% - 0.3rem);
}
@media (max-width: 767px) {
  .conttw form .inp .input {
    width: 100%;
  }
}
.conttw form .inp .input input {
  width: 100%;
  height: 0.58rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .conttw form .inp .input input {
    height: 0.8rem;
  }
}
.conttw form .inp2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .conttw form .inp2 {
    flex-wrap: wrap;
  }
}
.conttw form .inp2 .input {
  width: 100%;
}
.conttw form .inp2 .textarea {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.conttw form .inp2 .textarea textarea {
  width: 100%;
  height: 100%;
  padding: 0.25rem 0;
}
@media (max-width: 767px) {
  .conttw form .inp2 .textarea textarea {
    height: 2rem;
  }
}
.conttw form .inp2 .left {
  width: calc(50% - 0.3rem);
}
@media (max-width: 767px) {
  .conttw form .inp2 .left {
    width: 100%;
  }
}
.conttw form .inp2 .left .input {
  width: 100%;
}
.conttw form .inp2 .left .input:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .conttw form .inp2 .left .input:last-child {
    margin-bottom: 0.36rem;
  }
}
.conttw form .inp2 .right {
  width: calc(50% - 0.3rem);
}
@media (max-width: 767px) {
  .conttw form .inp2 .right {
    width: 100%;
  }
}
.conttw form .login_tk {
  display: flex;
  justify-content: space-between;
  margin-top: 0.46rem;
}
@media (max-width: 767px) {
  .conttw form .login_tk {
    flex-direction: column;
    align-items: flex-start;
  }
}
.conttw form .login_tk label {
  width: 43%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .conttw form .login_tk label {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.conttw form .login_tk label input {
  -webkit-appearance: checkbox;
  margin-right: 10px;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .conttw form .login_tk label input {
    margin-top: 3px;
  }
}
.conttw form .login_tk label p a {
  color: #00a1e6;
}
/* 免责声明 */
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  color: #999;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child a {
  /* color: #333; */
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.16rem;
}
.crumbs p svg path {
  fill: #666;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .crumbs p i {
    font-size: 0.24rem;
    margin: 0 3px 1px;
  }
}
.other_title {
  padding: 0.6rem 0 0.65rem;
}
.other_title .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.08rem;
}
@media (max-width: 767px) {
  .other_title .box {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .other_title .box .left {
    margin-bottom: 0.3rem;
  }
}
.other_title .box .left h1 {
  margin-bottom: 0.7rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .other_title .box .left h1 {
    margin-bottom: 0.5rem;
  }
}
.other_title .box .left p {
  margin-bottom: 0.15rem;
  color: #999;
}
.other_title .box .right {
  padding-right: 1.76rem;
  flex-shrink: 0;
  margin-left: 0.4rem;
}
@media (max-width: 991px) {
  .other_title .box .right {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .other_title .box .right {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    padding-top: 0.25rem;
    border-top: 1px solid #F5F5F5;
  }
}
.other_title .box .right p {
  font-weight: bold;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .other_title .box .right p {
    margin: 0 0.2rem 0 0;
  }
}
.other_title .box .right .f_fen {
  display: flex;
  flex-wrap: wrap;
}
.other_title .box .right .f_fen .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.06rem;
  border: 1px solid #dedede;
  border-radius: 50%;
  transition: all 0.4s;
  position: relative;
}
.other_title .box .right .f_fen .li:hover {
  background: #00a1e6;
  border-color: #00a1e6;
}
.other_title .box .right .f_fen .li:hover img path,
.other_title .box .right .f_fen .li:hover svg path {
  fill: #fff;
}
.other_title .box .right .f_fen .li:hover .f_hover1 {
  display: block;
}
@media (max-width: 767px) {
  .other_title .box .right .f_fen .li {
    width: 0.72rem;
    height: 0.72rem;
  }
}
.other_title .box .right .f_fen .li .f_hover1 {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.2rem;
  left: 50%;
  width: 120px;
  transform: translateX(-50%);
  display: none;
  padding: 0.1rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  background: #fff;
}
.other_title .box .right .f_fen .li .f_hover1 img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.other_title .box .right .f_fen .li img,
.other_title .box .right .f_fen .li svg {
  width: auto;
  height: auto;
  max-width: 40%;
  max-height: 30%;
}
.other_title .box .right .f_fen .li img path,
.other_title .box .right .f_fen .li svg path {
  transition: all 0.4s;
  fill: #333;
}
.distw {
  padding: 0.8rem 0 2.6rem;
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .distw {
    padding: 0.8rem 0 1.2rem;
  }
}
.distw .box {
  text-align: justify;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.distw .box .left {
  width: 100%;
}
@media (max-width: 991px) {
  .distw .box .left {
    width: 100%;
  }
}
.distw .box .left h3 {
  color: #222;
}
.distw .box .left p {
  color: #666;
}
.distw .box .right {
  width: 30%;
  top: 120px;
  position: sticky;
  position: -webkit-sticky;
  display: none;
}
@media (max-width: 991px) {
  .distw .box .right {
    display: none;
  }
}
.distw .box .right h2 {
  font-weight: bold;
  padding: 0 0 0.32rem;
  margin-bottom: 0.32rem;
  border-bottom: 1px solid #e5e5e5;
}
.distw .box .right .r_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #999999;
}
.distw .box .right .r_nav p {
  cursor: pointer;
  margin: 3px 0;
  position: relative;
}
.distw .box .right .r_nav p.on {
  color: #333;
}
.distw .box .right .r_nav p.on::after {
  opacity: 1;
}
.distw .box .right .r_nav p::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2px;
  background: #00a1e6;
  height: 1px;
  opacity: 0;
}
/* 搜索结果 */
.seaon {
  padding: 0.6rem 0 0.75rem;
}
.seaon .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .seaon .box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .seaon .box .left {
    margin-bottom: 0.3rem;
  }
}
.seaon .box .left span {
  color: #999;
}
.seaon .box .left p {
  line-height: 1.4;
  font-weight: bold;
}
.seaon .box .right {
  width: 7.4rem;
}
@media (max-width: 767px) {
  .seaon .box .right {
    width: 100%;
  }
}
.seaon .box .right form {
  height: 0.7rem;
  border-radius: 100px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .seaon .box .right form {
    height: 0.8rem;
  }
}
.seaon .box .right form .formBox {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0.3rem;
}
.seaon .box .right form .formBox svg {
  width: 0.18rem;
  height: auto;
}
@media (max-width: 767px) {
  .seaon .box .right form .formBox svg {
    width: 0.24rem;
  }
}
.seaon .box .right form .formBox svg path {
  fill: #3a3a3a;
  opacity: 1;
}
.seaon .box .right form .formBox input {
  width: 100%;
  padding-left: 0.2rem;
}
.seaon .box .right form button {
  height: 100%;
  background: #00a1e6;
  color: #fff;
  width: 1.34rem;
  border-radius: 100px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .seaon .box .right form button {
    width: 1.6rem;
  }
}
.seatw .seatw_nav {
  background: #fff;
  padding-bottom: 0.62rem;
}
.seatw .seatw_nav .container {
  display: flex;
}
@media (max-width: 767px) {
  .seatw .seatw_nav .container {
    flex-direction: column;
  }
}
.seatw .seatw_nav .container p {
  color: #999;
}
@media (max-width: 767px) {
  .seatw .seatw_nav .container p {
    margin-bottom: 0.3rem;
  }
}
.seatw .seatw_nav .container .seatw_nav_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.seatw .seatw_nav .container .seatw_nav_box a {
  cursor: pointer;
  margin-left: 0.22rem;
  padding-left: 0.22rem;
  line-height: 1;
  border-left: 1px solid #9c9c9c;
}
@media (max-width: 767px) {
  .seatw .seatw_nav .container .seatw_nav_box a {
    margin: 0 0.22rem 0.1rem 0;
    padding: 0 0.22rem 0 0;
    border-left: none;
    border-radius: 1px solid #9c9c9c;
  }
}
.seatw .seatw_nav .container .seatw_nav_box a.on {
  color: #00a1e6;
}
.seatw .seatw_box {
  overflow: hidden;
  background: #f5f5f5;
  padding: 0.55rem 0 1.6rem;
}
.seatw .seatw_box .seatw_not {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 3rem;
}
.seatw .seatw_box .seatw_not .p1 {
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.seatw .seatw_box .seatw_item {
  margin-bottom: 1.6rem;
}
.seatw .seatw_box .seatw_item:last-child {
  margin-bottom: 0;
}
.seatw .seatw_box .seatw_pro .seatw_pro_box {
  margin-top: 0.45rem;
}
.seatw .seatw_box .seatw_news .seatw_news_box {
  margin-top: 0.15rem;
}
.seatw .seatw_box .seatw_news .seatw_news_box .item {
  display: flex;
  justify-content: space-between;
  padding: 0.58rem 0 0.64rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .seatw .seatw_box .seatw_news .seatw_news_box .item {
    flex-direction: column-reverse;
  }
}
.seatw .seatw_box .seatw_news .seatw_news_box .item .g_l {
  width: 70%;
}
@media (max-width: 767px) {
  .seatw .seatw_box .seatw_news .seatw_news_box .item .g_l {
    width: 100%;
  }
}
.seatw .seatw_box .seatw_news .seatw_news_box .item .g_l .txt span {
  color: #666;
}
.seatw .seatw_box .seatw_news .seatw_news_box .item .g_l .txt p {
  color: #222;
  margin-top: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.seatw .seatw_box .seatw_news .seatw_news_box .item .g_l .hm_but {
  margin-top: 0.36rem;
}
.seatw .seatw_box .seatw_news .seatw_news_box .item .g_r {
  margin-top: 0.36rem;
  color: #00a1e6;
}
@media (max-width: 767px) {
  .seatw .seatw_box .seatw_news .seatw_news_box .item .g_r {
    margin: 0 0 0.26rem;
  }
}
.seatw .seatw_box .seatw_join .seatw_join_box {
  margin-top: 0.38rem;
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.38rem 0.6rem 0.38rem 0;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .seatw .seatw_box .seatw_join .seatw_join_box .item .g_top {
    padding: 0.4rem 0.2rem;
  }
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top.on {
  border-color: #fff;
  background-color: #fff;
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top.on .g_top_box .g_p2 svg path {
  fill: #00a1e6;
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top.on .g_gb svg {
  transform: rotate(90deg);
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box {
    width: 80%;
  }
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box .g_p1 {
  display: flex;
  flex-direction: column;
  width: 280px;
  transition: 0.4s all;
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box .g_p1 p {
  color: #333;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.03rem;
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box .g_p1 span {
  color: #999;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box .g_p1 {
    width: 100%;
  }
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box .g_p2 {
  margin-right: 0.42rem;
  transition: 0.4s all;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box .g_p2 {
    /* width: 16.97%; */
    margin-right: 0.2rem;
  }
}
@media (max-width: 991px) {
  .seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box .g_p2 {
    /* width: 20%; */
  }
}
@media (max-width: 767px) {
  .seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box .g_p2 {
    display: none;
  }
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box .g_p2 span {
  color: #a7a8ab;
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box .g_p2 svg {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.12rem;
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_top_box .g_p2 svg path {
  transition: 0.4s all;
  fill: #999;
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_gb {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.36rem;
  height: 0.36rem;
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_gb svg {
  width: 8px;
  height: auto;
  transition: all 0.4s;
  transform: rotate(90deg);
}
.seatw .seatw_box .seatw_join .seatw_join_box .item .g_top .g_gb svg path {
  fill: #999;
}
/* 网站地图 */
.siton {
  min-height: calc(100vh - 100px);
  background: #f5f5f5;
  padding: 0.45rem 0 1.04rem;
}
@media (max-width: 1580px) {
  .siton {
    min-height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) {
  .siton {
    min-height: calc(100vh - 60px);
  }
}
.siton .box {
  padding: 0 0.6rem;
}
@media (max-width: 767px) {
  .siton .box {
    padding: 0;
  }
}
.siton .box .bbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.siton .box .bbox::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  left: 0;
  z-index: 10;
}
.siton .box .bbox .item {
  padding: 0.63rem 0.2rem 1.46rem 0;
  border-bottom: 1px solid #e5e5e5;
  width: 25%;
}
@media (max-width: 767px) {
  .siton .box .bbox .item {
    width: 50%;
    padding: 0.63rem 0.2rem 0.66rem 0;
  }
}
.siton .box .bbox .item p {
  color: #999;
  font-weight: bold;
}
.siton .box .bbox .item .g_a {
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.siton .box .bbox .item .g_a a {
  transition: all 0.4s;
  color: #222;
}
.siton .box .bbox .item .g_a a:hover {
  color: #00a1e6;
}
.siton .box .g_b {
  position: relative;
  z-index: 10;
  margin-top: -0.66rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .siton .box .g_b {
    margin-top: 0;
  }
}
.siton .box .g_b i {
  margin: 0 0 0 0.2rem;
}
/* 新闻中心 */
.newson {
  background: #f3f5f9;
  border-bottom: 1px solid #e5e5e5;
}
.newson .box {
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .newson .box {
    flex-wrap: wrap;
    height: auto;
    padding: 0.3rem 0;
  }
}
.newson .box .left {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .newson .box .left {
    flex-wrap: wrap;
  }
}
.newson .box .left a {
  margin-right: 0.58rem;
  transition: all 0.4s;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .newson .box .left a {
    margin-bottom: 0.3rem;
  }
}
.newson .box .left a.on {
  color: #00a1e6;
}
.newson .box .left a.on::after {
  width: 100%;
}
.newson .box .left a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #00a1e6;
}
.newson .box .right {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0.3rem;
  border-left: 1px solid #e5e5e5;
  display: none;
}
@media (max-width: 767px) {
  .newson .box .right {
    justify-content: flex-end;
    border: none;
    margin-bottom: 0.3rem;
  }
}
.newson .box .right form {
  display: flex;
  justify-content: space-between;
}
.newson .box .right form input {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .newson .box .right form input {
    width: 100%;
  }
}
.newson .box .right form input::-webkit-input-placeholder {
  color: #999;
  opacity: 0.5;
}
.newson .box .right form .g_but {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: #e6e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .newson .box .right form .g_but {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.newson .box .right form .g_but button {
  width: 44.44%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newson .box .right form .g_but button:hover svg path {
  fill: #00a1e6;
}
.newson .box .right form .g_but button svg {
  width: 100%;
}
.newson .box .right form .g_but button svg path {
  transition: all 0.4s;
  fill: #a7a8aa;
  opacity: 1;
}
.newstw {
  background: #f3f5f9;
  padding: 0.8rem 0;
}
.newstw .box {
  border-radius: 0.2rem;
  background: #fff;
  height: 4.8rem;
  display: flex;
  justify-content: space-between;
}
.newstw .box:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .newstw .box {
    flex-direction: column-reverse;
    height: auto;
  }
}
.newstw .box .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 50%;
  padding: 0.6rem 1rem 0.6rem 0.6rem;
}
@media (max-width: 767px) {
  .newstw .box .left {
    width: 100%;
    padding: 0.4rem;
  }
}
.newstw .box .left .g_t {
  margin-bottom: 0.4rem;
}
.newstw .box .left .g_t .g_year {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}
.newstw .box .left .g_t .g_year svg path {
  fill: #9f9f9f;
}
.newstw .box .left .g_t .g_year span {
  margin-left: 0.1rem;
  color: #999;
}
.newstw .box .left .g_t .txt h2 {
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.3em;
  color: #222;
}
.newstw .box .left .g_t .txt p {
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.newstw .box .right {
  width: 50%;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newstw .box .right {
    width: 100%;
  }
}
.newstw .box .right .public-img {
  height: 100%;
}
.newstw .box .right .public-img:before {
  padding-top: 60%;
}
.newsth {
  background: #f3f5f9;
}
.newsth .container {
  border-top: 1px solid #e5e5e5;
  padding: 0 0 1.4rem;
}
.newsth .container .box .data_not {
  margin: 0.5rem 0 0.1rem;
  text-align: center;
  width: 100%;
}
.newsth .container .box .item {
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .newsth .container .box .item {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .newsth .container .box .item:hover .public-img img {
    transform: scale(1.05);
  }
  .newsth .container .box .item:hover .txt .hm_but_news {
    border-color: #00a1e6;
  }
  .newsth .container .box .item:hover .txt .hm_but_news span {
    margin: 0 0 0 0.32rem;
    color: #00a1e6;
  }
  .newsth .container .box .item:hover .txt .hm_but_news i {
    right: 3px;
    background: #00a1e6;
  }
}
.newsth .container .box .item .public-img {
  border-radius: 0.2rem;
  width: 30%;
}
@media (max-width: 767px) {
  .newsth .container .box .item .public-img {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.newsth .container .box .item .public-img:before {
  padding-top: 66.66666667%;
}
.newsth .container .box .item .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 60%;
}
@media (max-width: 767px) {
  .newsth .container .box .item .txt {
    width: 100%;
  }
}
.newsth .container .box .item .txt .txt_box {
  width: 100%;
}
.newsth .container .box .item .txt .txt_box span {
  color: #666;
}
.newsth .container .box .item .txt .txt_box h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.12rem;
  color: #222;
}
.newsth .container .page {
  margin-top: 0.8rem;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page a {
  height: 0.48rem;
  min-width: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #d8d8d8;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page a {
    font-size: 0.28rem;
    height: 0.6rem;
    min-width: 0.6rem;
  }
}
.page a.prev img,
.page a.prev svg {
  transform: rotate(180deg);
  margin-right: 5px;
}
.page a.next img,
.page a.next svg {
  margin-left: 5px;
}
.page a:hover {
  color: #00a1e6;
  border-color: #00a1e6;
  background: none;
}
.page a:hover p {
  color: #00a1e6;
}
.page a:hover svg path {
  fill: #00a1e6;
}
.page a img,
.page a svg {
  width: 8px;
  height: auto;
}
@media (max-width: 767px) {
  .page a img,
  .page a svg {
    width: 6px;
  }
}
.page a .img2 {
  display: none;
}
.page a svg path {
  fill: #cacaca;
}
.page .active {
  color: #00a1e6;
  border-color: #00a1e6;
  background: none;
}
.page .active p {
  color: #fff;
}
/* 新闻详情 */
.other_title2 .box .left h1 {
  margin-bottom: 0.38rem;
}
.other_title2 .box .left p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .other_title2 .crumbs p:last-child {
    display: none;
  }
}
.newsinfotw {
  padding: 0.8rem 0 1.3rem;
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .newsinfotw {
    padding: 0.8rem 0 1.2rem;
  }
}
.newsinfotw .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.newsinfotw .box .left {
  width: 65%;
}
@media (max-width: 991px) {
  .newsinfotw .box .left {
    width: 100%;
  }
}
.newsinfotw .box .left .newsinfotw_box {
  text-align: justify;
  margin-bottom: 0.5rem;
}
.newsinfotw .box .left .newsinfotw_box img {
  max-width: 100%;
}
.newsinfotw .box .left .newsinfotw_box p {
  color: #666;
}
.newsinfotw .box .left .g_fy {
  padding-top: 0.45rem;
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsinfotw .box .left .g_fy .g_l {
  width: 70%;
}
.newsinfotw .box .left .g_fy .g_l a {
  margin: 0.05rem 0;
  display: flex;
  align-items: center;
}
.newsinfotw .box .left .g_fy .g_l a span {
  flex-shrink: 0;
  color: #999;
  margin-right: 0.1rem;
}
.newsinfotw .box .left .g_fy .g_l a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222;
}
.newsinfotw .box .left .g_fy .g_r {
  display: flex;
  align-items: center;
}
.newsinfotw .box .left .g_fy .g_r svg,
.newsinfotw .box .left .g_fy .g_r img {
  width: 14px;
  height: auto;
  margin-right: 0.1rem;
}
.newsinfotw .box .left .g_fy .g_r svg path,
.newsinfotw .box .left .g_fy .g_r img path {
  fill: #666;
}
.newsinfotw .box .left .g_fy .g_r p {
  font-weight: bold;
  color: #999;
}
.newsinfotw .box .right {
  width: 30%;
  /* top: 120px;
			position: sticky;
			position: -webkit-sticky; */
}
@media (max-width: 991px) {
  .newsinfotw .box .right {
    display: none;
  }
}
.newsinfotw .box .right h2 {
  font-weight: bold;
  padding: 0 0 0.32rem;
  border-bottom: 1px solid #e5e5e5;
}
.newsinfotw .box .right .r_box .r_box_a {
  padding: 0.3rem 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsinfotw .box .right .r_box .r_box_a:hover .public-img img {
  transform: scale(1.05);
}
.newsinfotw .box .right .r_box .r_box_a:hover .txt h3 {
  color: #27dbe9;
}
.newsinfotw .box .right .r_box .r_box_a .public-img {
  border-radius: 5px;
  width: 33.33333333%;
}
.newsinfotw .box .right .r_box .r_box_a .public-img:before {
  padding-top: 75%;
}
.newsinfotw .box .right .r_box .r_box_a .txt {
  width: 66.66666667%;
  padding-left: 0.33rem;
}
.newsinfotw .box .right .r_box .r_box_a .txt h3 {
  transition: all 0.4s;
  color: #222;
  font-weight: bold;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsinfotw .box .right .r_box .r_box_a .txt .g_time {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
}
.newsinfotw .box .right .r_box .r_box_a .txt .g_time svg,
.newsinfotw .box .right .r_box .r_box_a .txt .g_time img {
  margin-right: 0.15rem;
}
.newsinfotw .box .right .r_box .r_box_a .txt .g_time svg path,
.newsinfotw .box .right .r_box .r_box_a .txt .g_time img path {
  fill: #999;
}
.newsinfotw .box .right .r_box .r_box_a .txt .g_time span {
  color: #999;
}
.g_p {
  text-align: justify;
}
/* 隐私政策 */
