@charset "utf-8";
/*字体*/
@font-face {
  font-family: "AVGARDN";
  src: url("../fonts/AVGARDN.TTF") format("truetype");
}
* {
  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;
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  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;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.333333%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #f5f5f5;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.c-common-btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 0.6rem;
  color: #fff;
  background: #0154a4;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .c-common-btn1 {
    width: 2.6rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .c-common-btn1 {
    width: 5.4rem;
    height: 2rem;
  }
}
.c-common-btn1 i {
  margin-left: 0.2rem;
  display: inline-block;
  width: 18px;
  height: 8px;
  background: url(../images/jt1.png) no-repeat center / 100% auto;
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font36 {
  font-size: 0.36rem;
}
.font48 {
  font-size: 0.48rem;
}
.font60 {
  font-size: 0.6rem;
}
.font72 {
  font-size: 0.72rem;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .font36 {
    font-size: 0.46rem;
  }
  .font48 {
    font-size: 0.58rem;
  }
  .font60 {
    font-size: 0.7rem;
  }
  .font72 {
    font-size: 0.82rem;
  }
}
@media (max-width: 991px) {
  .font36 {
    font-size: 0.56rem;
  }
  .font48 {
    font-size: 0.68rem;
  }
  .font60 {
    font-size: 0.8rem;
  }
  .font72 {
    font-size: 0.92rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 1.2rem;
  }
  .font48 {
    font-size: 1.2rem;
  }
  .font60 {
    font-size: 1.3rem;
  }
  .font72 {
    font-size: 1rem;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #0154a4;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #333;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #0154a4;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 100px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  font-size: 18px;
}
@media (max-width: 1580px) {
  #c-header {
    font-size: 16px;
  }
}
#c-header.c-head-move {
  top: -100px;
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #fff;
  transition: all 0.5s;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 0 0.4rem;
}
@media (max-width: 991px) {
  #c-header .container {
    padding: 0 0.5rem;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #c-header .container {
    padding: 0 1rem;
  }
}
#c-header .c-right-box {
  position: relative;
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 52px;
}
@media (max-width: 1580px) {
  #c-header .c-logo .c-img-box img {
    height: 40px;
  }
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 30px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.4rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li a:before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.5s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#c-header .c-nav li a i {
  margin-left: 8px;
  font-size: 20px;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  opacity: 1;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  width: 150px;
  line-height: 38px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 1580px) {
  #c-header .c-nav ul li {
    font-size: 14px;
  }
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#c-header .c-nav ul li a::before {
  display: none;
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #0154a4;
}
#c-header.c-style2 .c-nav li > a::before {
  background-color: #0154a4;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 1rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #0154a4;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: -webkit-calc(40vh);
  height: calc(100vh - 60px);
}
/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  margin: 6px 0;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-gn {
    padding-right: 0.5rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-gn {
    padding-right: 1rem;
  }
}
#c-header .c-gn form {
  padding: 0 30px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1900px) {
  #c-header .c-gn form {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  #c-header .c-gn form {
    padding: 0 0.5rem;
  }
}
#c-header .c-gn form:hover i {
  background-image: url(../images/search-ico3.png) !important;
}
#c-header .c-gn form i {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/search-ico.png) no-repeat center / 100%;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 2px;
  display: none;
  padding: 20px 0.3rem;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 991px) {
  #c-header .c-gn form .c-box {
    padding: 10px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-gn form .c-box {
    width: 200px;
  }
}
#c-header .c-gn form .c-box input {
  float: left;
  width: -webkit-calc(80%);
  width: calc(100% - 20px);
  height: 60px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  #c-header .c-gn form .c-box input {
    height: 50px;
  }
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 20px;
  height: 60px;
  background: url(../images/search-ico3.png) no-repeat center / 100% auto;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  #c-header .c-gn form .c-box button {
    height: 50px;
  }
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0.4rem;
}
@media (max-width: 1420px) {
  #c-header .c-gn .c-phone {
    display: none;
  }
}
#c-header .c-gn .c-phone i {
  margin-right: 15px;
  width: 20px;
  height: 20px;
  background: url(../images/phone-ico.png) no-repeat center / 100%;
}
#c-header .c-gn .c-phone span {
  font-family: "AVGARDN";
  font-size: 22px;
}
#c-header .c-gn .c-language {
  position: relative;
  padding: 0 0.3rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-language {
    padding: 0 0.5rem;
  }
}
#c-header .c-gn .c-language .c-title-box {
  display: inline-flex;
  align-items: center;
}
#c-header .c-gn .c-language .c-title-box i {
  margin-left: 10px;
}
#c-header .c-gn .c-language .c-list {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  background: #fff;
  left: 0;
  width: 100%;
  line-height: 60px;
  text-align: left;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-language .c-list {
    line-height: 50px;
  }
}
#c-header .c-gn .c-language .c-list a {
  display: block;
  margin: 0 0.1rem;
  padding: 0 0.2rem;
  color: #333;
  border-bottom: 1px dotted #ccc;
}
#c-header .c-gn .c-language .c-list a:hover {
  color: #0154a4;
}
#c-header .c-gn .c-language:hover .c-title-box {
  color: #0154a4;
}
#c-header.c-style2 .c-gn .c-phone {
  border-color: #f5f5f5;
}
#c-header.c-style2 .c-gn .c-phone i {
  background-image: url(../images/phone-ico2.png);
}
#c-header.c-style2 .c-gn .c-phone {
  color: #0154a4;
}
#c-header.c-style2 .c-gn form i {
  background-image: url(../images/search-ico2.png);
}
#c-header.c-style2 .c-gn form {
  border-color: #f5f5f5;
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(20%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(20%);
  }
  to {
    transform: translateY(0);
  }
}
/*首页轮播图*/
.c-banner1 {
  color: #fff;
}
.c-banner1 .c-text-box {
  position: absolute;
  top: 24%;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.c-banner1 .c-text-box .c-title {
  line-height: 1.1;
}
.c-banner1 .c-text-box .c-text {
  margin: 0.25rem 0 0.35rem;
  letter-spacing: 10px;
}
@media (max-width: 767px) {
  .c-banner1 .c-text-box .c-text {
    margin: 1rem 0 1.5rem;
  }
}
.c-banner1 .swiper-slide {
  overflow: hidden;
}
.c-banner1 .swiper-slide .c-wrap {
  position: relative;
  display: block;
}
.c-banner1 .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide img {
    height: 29rem;
  }
}
.c-banner1 .swiper-slide .c-mb1,
.c-banner1 .swiper-slide .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-mb1,
  .c-banner1 .swiper-slide .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-pc1,
  .c-banner1 .swiper-slide .c-pc2 {
    display: none;
  }
}
.c-banner1 .swiper-slide .c-pc1,
.c-banner1 .swiper-slide .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-banner1 .swiper-slide .c-pc2,
.c-banner1 .swiper-slide .c-mb2 {
  position: relative;
  z-index: 2;
}
.c-banner1 .c-sb {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
}
.c-banner1 .c-sb .c-ico {
  margin: 0 auto 10px;
  width: 20px;
  height: 30px;
  background: url(../images/sb-ico.png) no-repeat center / 100%;
  animation: jump 1.5s linear infinite;
  -webkit-animation: jump 1.5s linear infinite;
}
.c-banner1 .c-pagination {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-banner1 .c-pagination {
    top: auto;
    bottom: 30px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-banner1 .c-pagination .c-line-box {
  margin-bottom: 0.2rem;
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-banner1 .c-pagination .c-line-box {
    margin-bottom: 0.5rem;
  }
}
.c-banner1 .c-pagination .c-line-box .c-line {
  width: 10%;
  height: 100%;
  background: #fff;
}
.c-banner1 .c-pagination .swiper-pagination {
  position: relative;
  line-height: 1;
}
.c-banner1 .c-pagination .swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.2rem;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  background: #fff;
  opacity: 0.5;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .c-banner1 .c-pagination .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0.5rem;
  }
}
.c-banner1 .c-pagination .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
}
.c-banner1 .swiper-button-next {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  right: 0.6rem;
  background: url(../images/next.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-prev {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  left: 0.6rem;
  background: url(../images/prev.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
  opacity: 1;
}
/* 底部 */
#c-footer {
  color: #333;
}
#c-footer a {
  color: #333;
  transition: 0.5s;
}
#c-footer a:hover {
  color: #0154a4 !important;
}
#c-footer .c-top-box {
  padding: 1rem 0 0.25rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 2rem 0 1.5rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #000;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #000;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #0154a4;
}
#c-footer .c-top-box .container .c-title-box i {
  display: none;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box i {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.5rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box i {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .c-phone {
  margin-bottom: 0.2rem;
  font-family: "AVGARDN";
  color: #0154a4;
  line-height: 1;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-phone {
    margin: 1rem 0 0;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.5rem;
  }
  #c-footer .c-top-box .container .c-text-box p:last-child {
    padding-bottom: 0;
  }
}
#c-footer .c-top-box .container .c-code {
  padding: 15px;
  width: 132px;
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-code {
    margin-top: 40px;
    width: 162px;
  }
}
#c-footer .c-top-box .container .c-code img {
  width: 100%;
}
#c-footer .c-top-box .container .c-code .c-text {
  padding-top: 15px;
  text-align: center;
  color: #333;
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.5s;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #0154a4;
}
#c-footer .c-top-box .container .c-weixin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-footer .c-top-box .container .c-weixin .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-footer .c-top-box .container .c-weixin .c-img-box img {
  width: 100%;
}
#c-footer .c-top-box .container .c-weixin .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .container .c-text-wrap {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    max-width: 100%;
    padding-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    padding-top: 0;
  }
}
#c-footer .c-bottom-box {
  padding: 0.35rem 0;
  border-top: 1px solid #eaeaea;
  color: #333;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 1.5rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #333;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/* 顶部banner */
#c-top-banner {
  position: relative;
  height: 6rem;
}
@media (max-width: 991px) {
  #c-top-banner {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  #c-top-banner {
    height: 14rem;
  }
}
#c-top-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-top-banner .c-mb1,
#c-top-banner .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  #c-top-banner .c-mb1,
  #c-top-banner .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  #c-top-banner .c-pc1,
  #c-top-banner .c-pc2 {
    display: none;
  }
}
#c-top-banner .c-pc1,
#c-top-banner .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#c-top-banner .c-pc2,
#c-top-banner .c-mb2 {
  position: relative;
  z-index: 2;
}
#c-top-banner .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-top-banner .c-box .c-title {
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
}
#c-top-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 顶部菜单 */
#c-top-menu {
  background: #f7f7f7;
  border-bottom: 1px solid #fafafa;
}
#c-top-menu .c-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin-bottom: -1px;
}
#c-top-menu .c-list li {
  flex: none;
  margin-right: 0.4rem;
  line-height: 80px;
  width: 190px;
}
#c-top-menu .c-list li a {
  position: relative;
  display: block;
  color: #333;
  transition: 0.5s;
}
#c-top-menu .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #0154a4;
  transition: 0.5s;
}
#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
  color: #0154a4;
}
#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li a:hover::before {
  width: 100%;
}
#c-top-menu.c-click-move .c-list li {
  width: 25%;
  margin: 0;
}
/* 地图 */
.c-map {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #0154a4;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL {
  display: none;
}
/* 分享 */
div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
  width: 100% !important;
}
.bFind-wrapper-top {
  height: 26px !important;
}
#bsBox #bsMorePanel {
  height: 373px !important;
}
.bsPlatDiv {
  height: 312px !important;
}
.bFind {
  width: 204px !important;
}
#bsBox {
  height: 408px !important;
  width: 276px !important;
  margin-left: -138px !important;
}
.bsTop {
  width: 208px !important;
}
.bsFrameDiv div {
  width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
  width: 166px !important;
  height: 166px !important;
}
.bshare-custom.icon-medium {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .bshare-custom.icon-medium {
    margin-top: 0.5rem;
  }
}
.bshare-custom.icon-medium > a {
  margin-right: 0.6rem;
}
.bshare-custom.icon-medium > a:last-child {
  margin-right: 0;
}
.bshare-custom.icon-medium .bshare-weixin {
  opacity: 1;
  background: url(../images/fx-ico1.png) no-repeat center / 100% auto !important;
}
.bshare-custom.icon-medium .bshare-weixin:hover {
  background-image: url(../images/fx-ico1-h.png) !important;
}
.bshare-custom.icon-medium .bshare-sinaminiblog {
  opacity: 1;
  background: url(../images/fx-ico2.png) no-repeat center / 100% auto !important;
}
.bshare-custom.icon-medium .bshare-sinaminiblog:hover {
  background-image: url(../images/fx-ico2-h.png) !important;
}
.bshare-custom.icon-medium .bshare-qzone {
  opacity: 1;
  background: url(../images/fx-ico3.png) no-repeat center / 100% auto !important;
}
.bshare-custom.icon-medium .bshare-qzone:hover {
  background-image: url(../images/fx-ico3-h.png) !important;
}
/* 上下页 */
#c-prev-next {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-prev-next a {
  max-width: 46%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  transition: 0.5s;
}
#c-prev-next a:hover {
  color: #0154a4;
}
#c-prev-next .prev i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
#c-prev-next .next i {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #c-prevNext {
    margin: -5px 0;
  }
  #c-prevNext a {
    margin: 5px 0;
  }
  #c-prevNext .prev i {
    margin-right: 10px;
  }
  #c-prevNext .next i {
    margin-left: 10px;
  }
}
/* 分页 */
.c-page {
  padding-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #333;
  line-height: 0.5rem;
}
@media (max-width: 1260px) {
  .c-page {
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  .c-page {
    padding-top: 1.5rem;
    line-height: 2rem;
  }
}
.c-page .c-box {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: -0.2rem;
}
.c-page .c-box a {
  margin: 0 0.1rem 0.2rem;
}
.c-page a {
  display: block;
  width: 0.5rem;
  border: 1px solid #999;
  text-align: center;
  background: #f9f9f9;
  color: #333;
  transition: 0.5s;
}
@media (max-width: 1260px) {
  .c-page a {
    width: 1rem;
  }
}
@media (max-width: 767px) {
  .c-page a {
    color: #fff;
    background: #0154a4;
    border-color: #0154a4;
  }
}
.c-page a:hover,
.c-page a.active {
  color: #fff;
  background: #0154a4;
  border-color: #0154a4;
}
.c-page .prev,
.c-page .next {
  flex-shrink: 0;
  width: 1.4rem;
}
@media (max-width: 1260px) {
  .c-page .prev,
  .c-page .next {
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .c-page .prev,
  .c-page .next {
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .c-page .c-box {
    display: none;
  }
}
/* 公共标题 */
.c-common-title {
  text-align: center;
}
.c-common-title .c-title {
  font-weight: bold;
  line-height: 1.1;
  color: #000;
}
.c-common-title .c-text {
  margin-top: 0.2rem;
  color: #333;
}
@media (max-width: 767px) {
  .c-common-title .c-text {
    margin-top: 0.5rem;
  }
}
.c-common-title.c-dt .c-title,
.c-common-title.c-dt .c-text {
  color: #fff;
}
#c-news .c-list1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0.6rem 0 0.4rem;
}
@media (max-width: 767px) {
  #c-news .c-list1 {
    margin: 1rem 0 1.5rem;
  }
}
#c-news .c-list1 li a {
  display: block;
  width: 1.8rem;
  line-height: 0.6rem;
  text-align: center;
  border: 1px solid #0154a4;
  color: #333;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  #c-news .c-list1 li a {
    width: 2.6rem;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  #c-news .c-list1 li a {
    width: auto;
    width: 5.4rem;
    line-height: 2rem;
  }
}
#c-news .c-list1 li.on a {
  color: #fff;
  background: #0154a4;
}
#c-news .c-list2-wrap {
  position: relative;
}
#c-news .c-list2-wrap .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  display: none;
  margin: 0 -0.25rem;
}
@media (max-width: 767px) {
  #c-news .c-list2-wrap .c-list2 {
    margin: 0;
  }
}
#c-news .c-list2-wrap .c-list2.on {
  display: flex;
}
#c-news .c-list2-wrap .c-list2 li {
  padding: 0 0.25rem 0.5rem;
  width: 33.333333%;
}
@media (max-width: 767px) {
  #c-news .c-list2-wrap .c-list2 li {
    padding: 0 0 1.5rem;
    width: 100%;
  }
}
#c-news .c-list2-wrap .c-list2 li .c-wrap {
  display: block;
}
#c-news .c-list2-wrap .c-list2 li .c-wrap .c-img-box {
  position: relative;
  height: 3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-news .c-list2-wrap .c-list2 li .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-news .c-list2-wrap .c-list2 li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-news .c-list2-wrap .c-list2 li .c-wrap .c-text-box {
  padding: 0.25rem 0.3rem;
  background: #f5f5f5;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-news .c-list2-wrap .c-list2 li .c-wrap .c-text-box {
    padding: 1rem;
  }
}
#c-news .c-list2-wrap .c-list2 li .c-wrap .c-text-box .c-time {
  margin-bottom: 0.2rem;
  color: #333;
  transition: all 0.5s;
}
#c-news .c-list2-wrap .c-list2 li .c-wrap .c-text-box .c-title {
  color: #000;
  transition: all 0.5s;
}
#c-news .c-list2-wrap .c-list2 li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-news .c-list2-wrap .c-list2 li .c-wrap:hover .c-text-box {
  background: #fff;
}
#c-news .c-list2-wrap .c-list2 li .c-wrap:hover .c-text-box .c-time {
  color: #0154a4;
}
#c-news .c-list2-wrap .c-list2 li .c-wrap:hover .c-text-box .c-title {
  color: #0154a4;
}
#c-news .c-btn-box {
  text-align: center;
}
#c-about .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-about .container .c-box1 {
  width: 50%;
}
@media (max-width: 767px) {
  #c-about .container .c-box1 {
    width: 100%;
  }
}
#c-about .container .c-box1 .c-text {
  font-weight: bold;
  color: #000;
  line-height: 1.1;
}
@media (max-width: 991px) {
  #c-about .container .c-box1 .c-text {
    font-size: 0.64rem;
  }
}
@media (max-width: 767px) {
  #c-about .container .c-box1 .c-text {
    font-size: 1.2rem;
  }
}
#c-about .container .c-box2 {
  width: 50%;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  #c-about .container .c-box2 {
    width: 100%;
    padding: 1rem 0 0;
  }
}
#c-about .container .c-box2 .c-title {
  font-weight: bold;
  color: #0154a4;
}
#c-about .container .c-box2 .c-text {
  margin: 0.3rem 0 0.9rem;
  color: #333;
}
@media (max-width: 767px) {
  #c-about .container .c-box2 .c-text {
    margin: 0.5rem 0 1rem;
  }
}
#c-data {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  #c-data {
    padding: 1.5rem 0;
  }
}
.c-common-data {
  display: flex;
  align-items: flex-start;
  text-align: center;
}
.c-common-data li {
  width: 33.333333%;
  text-align: center;
}
.c-common-data li:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.c-common-data li .c-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  color: #000;
}
.c-common-data li .c-box .c-p1 {
  font-family: "AVGARDN";
  font-weight: bold;
}
.c-common-data li .c-box .c-p2 {
  margin-left: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #0154a4;
}
@media (max-width: 991px) {
  .c-common-data li .c-box .c-p2 {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    font-size: 12px;
  }
}
.c-common-data li .c-p3 {
  color: #333;
}
.c-common-data.c-dt .c-box {
  color: #fff;
}
.c-common-data.c-dt .c-box .c-p2 {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.c-common-data.c-dt .c-p3 {
  color: #fff;
}
#c-product .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.7rem -0.25rem -0.5rem;
}
@media (max-width: 767px) {
  #c-product .c-list {
    margin: 1rem 0 -1.5rem;
  }
}
#c-product .c-list li {
  padding: 0 0.25rem 0.5rem;
  width: 25%;
}
@media (max-width: 767px) {
  #c-product .c-list li {
    width: 100%;
    padding: 0 0 1.5rem;
  }
}
#c-product .c-list li .c-wrap {
  display: block;
  text-align: center;
}
#c-product .c-list li .c-wrap .c-tbox .c-title {
  color: #000;
}
#c-product .c-list li .c-wrap .c-tbox .c-add {
  margin: 0.25rem auto 0.7rem;
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border: 2px solid #0154a4;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 1900px) {
  #c-product .c-list li .c-wrap .c-tbox .c-add {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  #c-product .c-list li .c-wrap .c-tbox .c-add {
    width: 20px;
    height: 20px;
  }
}
#c-product .c-list li .c-wrap .c-tbox .c-add::before,
#c-product .c-list li .c-wrap .c-tbox .c-add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -0.09rem;
  width: 0.18rem;
  height: 2px;
  background: #0154a4;
  transition: all 0.5s;
}
@media (max-width: 1900px) {
  #c-product .c-list li .c-wrap .c-tbox .c-add::before,
  #c-product .c-list li .c-wrap .c-tbox .c-add::after {
    width: 16px;
    margin: -1px 0 0 -8px;
  }
}
@media (max-width: 991px) {
  #c-product .c-list li .c-wrap .c-tbox .c-add::before,
  #c-product .c-list li .c-wrap .c-tbox .c-add::after {
    width: 10px;
    margin: -1px 0 0 -5px;
  }
}
#c-product .c-list li .c-wrap .c-tbox .c-add::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#c-product .c-list li .c-wrap .c-bbox {
  position: relative;
  height: 3.4rem;
}
@media (max-width: 767px) {
  #c-product .c-list li .c-wrap .c-bbox {
    height: 14rem;
  }
}
#c-product .c-list li .c-wrap .c-bbox > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-product .c-list li .c-wrap .c-bbox .c-ico-box {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/cp-bj.png) no-repeat center / cover;
  transition: all 0.5s;
}
#c-product .c-list li .c-wrap .c-bbox .c-ico-box .c-ico {
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #c-product .c-list li .c-wrap .c-bbox .c-ico-box .c-ico {
    width: 3rem;
    height: 3rem;
  }
}
#c-product .c-list li .c-wrap .c-bbox .c-ico-box .c-ico img {
  height: 0.38rem;
}
@media (max-width: 767px) {
  #c-product .c-list li .c-wrap .c-bbox .c-ico-box .c-ico img {
    height: 1rem;
  }
}
#c-product .c-list li .c-wrap:hover .c-tbox .c-title {
  color: #0154a4;
}
#c-product .c-list li .c-wrap:hover .c-tbox .c-add {
  background: #0154a4;
}
#c-product .c-list li .c-wrap:hover .c-tbox .c-add::before,
#c-product .c-list li .c-wrap:hover .c-tbox .c-add::after {
  background-color: #fff;
}
#c-product .c-list li .c-wrap:hover .c-bbox .c-ico-box {
  opacity: 1;
}
#c-technology,
#c-development {
  position: sticky;
  top: 0;
  text-align: center;
}
@media (max-width: 767px) {
  #c-technology,
  #c-development {
    padding: 3rem 0;
  }
}
#c-technology > img,
#c-development > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-technology .c-wrap,
#c-development .c-wrap {
  position: relative;
  z-index: 2;
  min-height: 9.4rem;
  display: flex;
  align-items: center;
}
#c-technology .c-common-title .c-text,
#c-development .c-common-title .c-text {
  margin: 0.2rem auto 0;
  width: 6.8rem;
  min-width: 680px;
}
@media (max-width: 767px) {
  #c-technology .c-common-title .c-text,
  #c-development .c-common-title .c-text {
    margin: 0.5rem auto 0;
    width: auto;
    min-width: auto;
  }
}
#c-technology .c-common-data,
#c-development .c-common-data {
  margin: 1rem 0;
}
#c-manufacture {
  position: sticky;
  top: 0;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  #c-manufacture {
    padding: 3rem 0;
  }
}
#c-manufacture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-manufacture .c-wrap {
  position: relative;
  z-index: 2;
  min-height: 9.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
#c-manufacture .c-wrap .c-right {
  width: 50%;
}
@media (max-width: 767px) {
  #c-manufacture .c-wrap .c-right {
    width: 100%;
  }
}
#c-manufacture .c-common-title {
  text-align: left;
}
#c-manufacture .c-common-data {
  margin: 0.5rem 0;
}
@media (max-width: 767px) {
  #c-manufacture .c-common-data {
    margin: 1rem 0;
  }
}
#c-manufacture .c-common-data li {
  display: flex;
  width: 50%;
}
#c-manufacture .c-common-data li:nth-child(2) {
  border-right: 0;
  justify-content: flex-end;
}
#c-manufacture .c-common-data .c-box .c-p2 {
  color: #000;
  border: 1px solid #000;
  background: transparent;
}
#c-404 {
  text-align: center;
}
#c-404 .c-img img {
  max-width: 100%;
}
#c-404 .c-title {
  margin: 0.5rem 0 0.4rem;
}
@media (max-width: 767px) {
  #c-404 .c-title {
    margin: 1rem 0;
  }
}
#c-404 .c-btn {
  margin-bottom: 0.2rem;
  display: inline-block;
  width: 1.8rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  background: #0154a4;
  color: #fff;
}
@media (max-width: 1260px) {
  #c-404 .c-btn {
    width: 2.6rem;
    line-height: 1rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 767px) {
  #c-404 .c-btn {
    margin-bottom: 0.5rem;
    width: 5.4rem;
    line-height: 2rem;
    border-radius: 1rem;
  }
}
#c-top-site {
  color: #333;
  line-height: 0.8rem;
}
@media (max-width: 1260px) {
  #c-top-site {
    line-height: 1rem;
  }
}
@media (max-width: 991px) {
  #c-top-site {
    line-height: 1.6rem;
  }
}
@media (max-width: 767px) {
  #c-top-site {
    line-height: 3rem;
  }
}
#c-top-site .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-top-site .container {
    flex-wrap: wrap;
  }
}
#c-top-site .c-site {
  display: flex;
  align-items: center;
}
#c-top-site .c-site a {
  color: #333;
  transition: all 0.5s;
}
#c-top-site .c-site a:hover {
  color: #0154a4 !important;
}
#c-top-site .c-site a.on {
  color: #333;
}
#c-top-site .c-site span {
  margin: 0 0.25rem;
}
#c-top-site .c-site span:last-child {
  display: none;
}
#c-top-site .c-list {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
}
@media (max-width: 991px) {
  #c-top-site .c-list {
    margin-top: -0.5rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-top-site .c-list {
    margin-top: -1rem;
  }
}
#c-top-site .c-list li {
  flex: none;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  #c-top-site .c-list li {
    margin-right: 0.5rem;
  }
}
#c-top-site .c-list li:last-child {
  margin: 0;
}
#c-top-site .c-list li a {
  display: block;
  position: relative;
  color: #333;
  transition: all 0.5s;
}
#c-top-site .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  border-top: 2px solid #0154a4;
  transition: all 0.5s;
}
#c-top-site .c-list li a:hover {
  color: #0154a4;
}
#c-top-site .c-list li a:hover::before {
  opacity: 1;
}
#c-top-site .c-list li.on a {
  color: #0154a4;
}
#c-top-site .c-list li.on a::before {
  opacity: 1;
}
#c-statement .c-title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.6rem;
  padding: 0.9rem 0 0.6rem;
  color: #0154a4;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  #c-statement .c-title {
    margin-bottom: 1.5rem;
    padding: 3rem 0 1.5rem;
  }
}
#c-statement .c-text-box {
  line-height: 1.8;
}
#c-sitemap .c-title {
  font-weight: bold;
  line-height: 1;
  padding: 0.9rem 0 0.6rem;
  color: #0154a4;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  #c-sitemap .c-title {
    padding: 3rem 0 1.5rem;
  }
}
#c-sitemap .c-list > li {
  display: flex;
  align-items: center;
  padding: 0.35rem 0;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  #c-sitemap .c-list > li {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
}
#c-sitemap .c-list > li:last-child {
  border: 0;
}
#c-sitemap .c-list > li .c-title-box {
  flex-shrink: 0;
  width: 1.7rem;
  min-width: 160px;
}
#c-sitemap .c-list > li .c-title-box a {
  color: #333;
  transition: all 0.5s;
}
#c-sitemap .c-list > li ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
#c-sitemap .c-list > li ul li {
  padding: 0.05rem 0.3rem 0.05rem 0;
}
@media (max-width: 767px) {
  #c-sitemap .c-list > li ul li {
    padding: 0.25rem 1rem 0.25rem 0;
  }
}
#c-sitemap .c-list > li ul li a {
  color: #333;
  transition: all 0.5s;
}
#c-sitemap .c-list > li a:hover {
  color: #0154a4;
}
#c-search form {
  margin-bottom: 0.6rem;
  padding: 0.9rem 0 0.6rem;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  #c-search form {
    margin-bottom: 1.5rem;
    padding: 3rem 0 1.5rem;
  }
}
#c-search form .c-title {
  font-weight: bold;
  line-height: 1;
  color: #0154a4;
}
#c-search form .c-box {
  margin-top: 0.4rem;
  display: flex;
  align-items: flex-start;
  width: 5rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  #c-search form .c-box {
    width: 50%;
    height: 1rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 767px) {
  #c-search form .c-box {
    margin-top: 1rem;
    width: 100%;
    height: 2rem;
    border-radius: 1rem;
  }
}
#c-search form .c-box input {
  width: 100%;
  padding: 0 30px;
  height: 100%;
  line-height: 100%;
}
@media (max-width: 767px) {
  #c-search form .c-box input {
    padding: 0 1rem;
  }
}
#c-search form .c-box button {
  flex-shrink: 0;
  height: 100%;
  width: 80px;
  background: url(../images/search-ico3.png) no-repeat center / 20px auto;
}
@media (max-width: 767px) {
  #c-search form .c-box button {
    width: 3rem;
  }
}
#c-search .c-result {
  color: #0154a4;
  line-height: 1;
}
#c-search .c-list li .c-wrap {
  position: relative;
  display: block;
  padding: 0.4rem 0;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  #c-search .c-list li .c-wrap {
    padding: 1.5rem 0;
  }
}
#c-search .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  bottom: -1px;
  border-top: 1px solid #0154a4;
  width: 0;
  transition: all 0.5s;
}
#c-search .c-list li .c-wrap .c-t1 {
  color: #0154a4;
}
#c-search .c-list li .c-wrap .c-title {
  margin: 0.3rem 0 0.05rem;
  color: #000;
}
@media (max-width: 767px) {
  #c-search .c-list li .c-wrap .c-title {
    margin: 0.5rem 0;
  }
}
#c-search .c-list li .c-wrap .c-t2 {
  color: #333;
}
#c-search .c-list li .c-wrap:hover::before {
  width: 100%;
}
#c-about2 .c-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #0154a4;
}
@media (max-width: 767px) {
  #c-about2 .c-title {
    margin-bottom: 1rem;
  }
}
#c-about2 .c-text-box {
  line-height: 1.8;
  color: #333;
}
#c-about2 .c-text-box img {
  max-width: 100%;
  height: auto !important;
}
#c-culture .c-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #0154a4;
}
@media (max-width: 767px) {
  #c-culture .c-title {
    margin-bottom: 1rem;
  }
}
#c-culture .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-culture .c-list li {
  width: 33.333333%;
  padding: 0.8rem;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  text-align: center;
}
@media (max-width: 767px) {
  #c-culture .c-list li {
    padding: 1.5rem;
    width: 100% !important;
    border-right: 1px solid #e0e0e0 !important;
  }
}
#c-culture .c-list li:nth-child(2),
#c-culture .c-list li:nth-child(5) {
  border-right: 1px solid #e0e0e0;
}
#c-culture .c-list li:nth-child(1),
#c-culture .c-list li:nth-child(2) {
  display: flex;
  align-items: flex-start;
  width: 50%;
  text-align: left;
}
@media (max-width: 767px) {
  #c-culture .c-list li:nth-child(1),
  #c-culture .c-list li:nth-child(2) {
    display: block;
    text-align: center;
  }
}
#c-culture .c-list li:nth-child(1) .c-ico,
#c-culture .c-list li:nth-child(2) .c-ico {
  margin: 0 0.6rem 0 0;
}
@media (max-width: 767px) {
  #c-culture .c-list li:nth-child(1) .c-ico,
  #c-culture .c-list li:nth-child(2) .c-ico {
    margin: 0 auto;
  }
}
#c-culture .c-list li:nth-child(1) .c-title2,
#c-culture .c-list li:nth-child(2) .c-title2 {
  margin: 0 0 0.2rem 0;
}
@media (max-width: 767px) {
  #c-culture .c-list li:nth-child(1) .c-title2,
  #c-culture .c-list li:nth-child(2) .c-title2 {
    margin: 0.5rem 0;
  }
}
#c-culture .c-list li:last-child {
  padding: 0;
  width: 100%;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  text-align: left;
}
@media (max-width: 767px) {
  #c-culture .c-list li:last-child {
    padding: 1.5rem;
    display: block;
    text-align: center;
    width: 100%;
  }
}
#c-culture .c-list li:last-child .c-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.8rem;
  border-right: 1px solid #e0e0e0;
  width: 50%;
}
@media (max-width: 767px) {
  #c-culture .c-list li:last-child .c-logo {
    padding: 0;
    border: 0;
    width: 100%;
    height: 6rem !important;
  }
}
#c-culture .c-list li:last-child .c-logo img {
  max-width: 100%;
}
#c-culture .c-list li:last-child .c-text-box {
  width: 50%;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  #c-culture .c-list li:last-child .c-text-box {
    padding: 0;
    width: 100%;
  }
}
#c-culture .c-list li:last-child .c-title2 {
  margin: 0 0 0.2rem 0;
}
@media (max-width: 767px) {
  #c-culture .c-list li:last-child .c-title2 {
    margin: 0.5rem 0;
  }
}
#c-culture .c-list li .c-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transition: all 0.5s;
  background: #e8e8e8;
}
@media (max-width: 767px) {
  #c-culture .c-list li .c-ico {
    width: 3rem;
    height: 3rem;
  }
}
#c-culture .c-list li .c-ico img {
  height: 0.4rem;
}
@media (max-width: 767px) {
  #c-culture .c-list li .c-ico img {
    height: 1rem;
  }
}
#c-culture .c-list li .c-ico img:nth-child(2) {
  display: none;
}
#c-culture .c-list li .c-title2 {
  margin: 0.2rem 0;
  color: #000;
  transition: all 0.5s;
}
#c-culture .c-list li .c-text {
  color: #333;
  line-height: 1.8;
}
#c-culture .c-list li:hover .c-ico {
  background: #0154a4;
}
#c-culture .c-list li:hover .c-ico img {
  display: none;
}
#c-culture .c-list li:hover .c-ico img:nth-child(2) {
  display: block;
}
#c-culture .c-list li:hover .c-title2 {
  color: #0154a4;
}
#c-honor .c-title {
  text-align: center;
  color: #0154a4;
}
#c-honor .c-text {
  margin: 0.3rem 0 0.5rem;
  padding: 0 2rem;
  color: #333;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 991px) {
  #c-honor .c-text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #c-honor .c-text {
    margin: 1rem 0 1.5rem;
  }
}
.c-banner2 .c-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-banner2 .c-img-box {
    height: 7rem;
  }
}
.c-banner2 .c-img-box::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin: -0.3rem 0 0 -0.3rem;
  border-radius: 50%;
  background: rgba(1, 87, 164, 0.8) url(../images/fdj-ico.png) no-repeat center / 24px auto;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .c-banner2 .c-img-box::before {
    background-size: 20px auto;
  }
}
@media (max-width: 1260px) {
  .c-banner2 .c-img-box::before {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-size: 16px auto;
  }
}
.c-banner2 .c-img-box img {
  max-width: 100%;
}
.c-banner2 .c-img-box:hover::before {
  opacity: 1;
}
.c-banner2 .c-title2 {
  margin-top: 0.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-banner2 .c-title2 {
    margin-top: 0.5rem;
  }
}
.c-banner2 .swiper-button-prev,
.c-banner2 .swiper-button-next {
  top: 1.6rem;
  margin-top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  .c-banner2 .swiper-button-prev,
  .c-banner2 .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 991px) {
  .c-banner2 .swiper-button-prev,
  .c-banner2 .swiper-button-next {
    display: none;
  }
}
.c-banner2 .swiper-button-prev:hover,
.c-banner2 .swiper-button-next:hover {
  background-color: #0154a4;
}
.c-banner2 .swiper-button-prev {
  background-image: url(../images/jt2.png);
  left: 0;
}
.c-banner2 .swiper-button-next {
  background-image: url(../images/jt3.png);
  right: 0;
}
/* 图片弹窗 */
#hi-img-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-img-pop .hi-close:after,
#hi-img-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-img-pop .hi-close:hover {
  background: #0154a4;
}
#hi-img-pop .hi-close:hover:after,
#hi-img-pop .hi-close:hover:before {
  background: #fff;
}
#hi-img-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-img-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-img-pop img {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-course .c-title {
  margin-bottom: 0.6rem;
  text-align: center;
  color: #0154a4;
}
@media (max-width: 767px) {
  #c-course .c-title {
    margin-bottom: 1rem;
  }
}
#c-course .c-list {
  position: relative;
}
#c-course .c-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  height: 100%;
  width: 2px;
  background-color: #dcdcdc;
}
#c-course .c-list .c-num {
  position: relative;
  z-index: 2;
  margin: 0 auto 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  font-family: "AVGARDN";
  color: #fff;
  background-color: #0154a4;
}
@media (max-width: 991px) {
  #c-course .c-list .c-num {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media (max-width: 767px) {
  #c-course .c-list .c-num {
    width: 60px;
    height: 60px;
  }
}
#c-course .c-list .c-list2 {
  position: relative;
  z-index: 2;
}
#c-course .c-list .c-list2 li {
  padding-left: 50%;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #c-course .c-list .c-list2 li {
    font-size: 12px;
  }
}
#c-course .c-list .c-list2 li:nth-child(even) {
  padding: 0 50% 0 0;
  text-align: right;
}
#c-course .c-list .c-list2 li:nth-child(even) .c-time {
  padding: 0 0.6rem 0 0;
}
#c-course .c-list .c-list2 li:nth-child(even) .c-time::before {
  left: auto;
  right: 0;
  top: 50%;
}
#c-course .c-list .c-list2 li:nth-child(even) .c-time::after {
  left: auto;
  right: -5px;
  top: 50%;
}
#c-course .c-list .c-list2 li:nth-child(even) .c-text {
  padding: 0 0.6rem 0 0;
}
#c-course .c-list .c-list2 li:nth-child(even) .c-img {
  margin: 0.1rem 0.6rem 0 0;
}
#c-course .c-list .c-list2 li .c-time {
  position: relative;
  padding-left: 0.6rem;
  color: #0154a4;
}
#c-course .c-list .c-list2 li .c-time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 0.46rem;
  background-color: #0154a4;
}
@media (max-width: 767px) {
  #c-course .c-list .c-list2 li .c-time::before {
    display: none;
  }
}
#c-course .c-list .c-list2 li .c-time::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #0154a4;
}
#c-course .c-list .c-list2 li .c-text {
  padding-left: 0.6rem;
  color: #333;
}
#c-course .c-list .c-list2 li .c-img {
  display: inline-block;
  margin: 0.1rem 0 0 0.6rem;
  border-radius: 10px;
  width: 1.8rem;
  height: 1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  #c-course .c-list .c-list2 li .c-img {
    width: 4rem;
    height: 2.4rem;
  }
}
@media (max-width: 767px) {
  #c-course .c-list .c-list2 li .c-img {
    width: 7rem;
    height: 4rem;
  }
}
#c-course .c-list .c-list2 li .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-contact .c-title {
  margin-bottom: 0.6rem;
  text-align: center;
  color: #0154a4;
}
@media (max-width: 767px) {
  #c-contact .c-title {
    margin-bottom: 1rem;
  }
}
#c-contact .c-box-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-contact .c-box-wrap .c-text-box {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0.8rem;
  background-color: #fff;
}
#c-contact .c-box-wrap .c-text-box > div {
  width: 100%;
}
@media (max-width: 1900px) {
  #c-contact .c-box-wrap .c-text-box {
    width: 65%;
  }
}
@media (max-width: 767px) {
  #c-contact .c-box-wrap .c-text-box {
    padding: 1rem;
    width: 100%;
  }
}
#c-contact .c-box-wrap .c-text-box .c-title2 {
  color: #0154a4;
}
#c-contact .c-box-wrap .c-text-box .c-line {
  margin: 0.25rem 0 0.5rem;
  width: 30px;
  height: 2px;
  background-color: #ccc;
}
@media (max-width: 767px) {
  #c-contact .c-box-wrap .c-text-box .c-line {
    margin: 0.5rem 0;
  }
}
#c-contact .c-box-wrap .c-text-box .c-text {
  line-height: 1.8;
}
#c-contact .c-box-wrap .c-img-box {
  width: 50%;
  height: 6rem;
  overflow: hidden;
}
@media (max-width: 1900px) {
  #c-contact .c-box-wrap .c-img-box {
    width: 35%;
  }
}
@media (max-width: 767px) {
  #c-contact .c-box-wrap .c-img-box {
    width: 100%;
    height: 14rem;
  }
}
#c-contact .c-box-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-responsibility .c-title {
  text-align: center;
  color: #0154a4;
}
#c-responsibility .c-text {
  margin: 0.3rem 0 0.5rem;
  padding: 0 2rem;
  color: #333;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 991px) {
  #c-responsibility .c-text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #c-responsibility .c-text {
    margin: 1rem 0 1.5rem;
  }
}
#c-responsibility .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.4rem;
}
@media (max-width: 767px) {
  #c-responsibility .c-list {
    margin: 0 0 -1rem;
  }
}
#c-responsibility .c-list li {
  width: 50%;
  padding: 0 0.2rem 0.4rem;
}
@media (max-width: 767px) {
  #c-responsibility .c-list li {
    padding: 0 0 1rem;
    width: 100%;
  }
}
#c-responsibility .c-list li .c-wrap .c-img-box {
  height: 4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-responsibility .c-list li .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-responsibility .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-responsibility .c-list li .c-wrap .c-title2 {
  padding: 0.25rem;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-responsibility .c-list li .c-wrap .c-title2 {
    padding: 0.5rem;
  }
}
#c-responsibility .c-list li .c-wrap:hover .c-title2 {
  color: #fff;
  background-color: #0154a4;
  border-color: #0154a4;
}
#c-investor .c-title {
  text-align: center;
  color: #0154a4;
}
#c-investor .c-list li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  #c-investor .c-list li {
    padding: 1.5rem 0;
  }
}
#c-investor .c-list li .c-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #c-investor .c-list li .c-wrap {
    flex-wrap: wrap;
  }
}
#c-investor .c-list li .c-wrap .c-img-box {
  flex-shrink: 0;
  width: 300px;
  height: 380px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-investor .c-list li .c-wrap .c-img-box {
    width: 100%;
    height: 22rem;
  }
}
#c-investor .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-investor .c-list li .c-wrap .c-text-box {
  padding-left: 0.6rem;
  flex-shrink: 1;
  flex-grow: 1;
}
@media (max-width: 767px) {
  #c-investor .c-list li .c-wrap .c-text-box {
    padding: 0.5rem 0 0;
  }
}
#c-investor .c-list li .c-wrap .c-text-box .c-title-box {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
#c-investor .c-list li .c-wrap .c-text-box .c-title-box .c-text {
  margin-left: 10px;
  color: #333;
}
#c-investor .c-list li .c-wrap .c-text-box .c-text2 {
  line-height: 1.8;
}
#c-news2 .c-top {
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  #c-news2 .c-top {
    margin-bottom: 1rem;
  }
}
#c-news2 .c-top .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}
#c-news2 .c-top .c-wrap .c-img-box {
  width: 50%;
  height: 5.2rem;
}
@media (max-width: 767px) {
  #c-news2 .c-top .c-wrap .c-img-box {
    height: 12rem;
    width: 100%;
  }
}
#c-news2 .c-top .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-news2 .c-top .c-wrap .c-text-box {
  width: 50%;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  #c-news2 .c-top .c-wrap .c-text-box {
    width: 100%;
    padding: 1rem;
  }
}
#c-news2 .c-top .c-wrap .c-text-box .c-title {
  margin-bottom: 0.1rem;
  color: #0154a4;
}
#c-news2 .c-top .c-wrap .c-text-box .c-time {
  color: #333;
}
#c-news2 .c-top .c-wrap .c-text-box .c-text {
  margin: 0.5rem 0;
  height: 0.6rem;
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 1580px) {
  #c-news2 .c-top .c-wrap .c-text-box .c-text {
    height: 48px;
    line-height: 24px;
  }
}
#c-news2 .c-top .c-wrap .c-text-box .c-more {
  border-top: 1px dotted #ccc;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  color: #0154a4;
}
#c-news2 .c-top .c-wrap .c-text-box .c-more i {
  margin-left: 0.2rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/jt4.png) no-repeat center / 100% auto;
}
#c-news2 .c-bottom .c-list {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #c-news2 .c-bottom .c-list {
    margin-bottom: 1.5rem;
  }
}
#c-news2 .c-bottom .c-list li {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e4e4e4;
}
#c-news2 .c-bottom .c-list li:first-child {
  border-top: 1px solid #e4e4e4;
}
#c-news2 .c-bottom .c-list li .c-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #c-news2 .c-bottom .c-list li .c-wrap {
    align-items: flex-start;
  }
}
#c-news2 .c-bottom .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  bottom: -1px;
  border-top: 1px solid #0154a4;
  width: 0;
  transition: all 0.5s;
}
#c-news2 .c-bottom .c-list li .c-wrap .c-text-box {
  position: relative;
  flex-shrink: 0;
  padding-right: 16%;
  width: 50%;
  padding: 0.25rem 0;
}
@media (max-width: 767px) {
  #c-news2 .c-bottom .c-list li .c-wrap .c-text-box {
    width: auto;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 1rem 0;
  }
}
#c-news2 .c-bottom .c-list li .c-wrap .c-text-box .c-time {
  margin-bottom: 0.1rem;
  color: #333;
}
#c-news2 .c-bottom .c-list li .c-wrap .c-text-box .c-title {
  color: #333;
  transition: all 0.5s;
}
#c-news2 .c-bottom .c-list li .c-wrap .c-img-box {
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 767px) {
  #c-news2 .c-bottom .c-list li .c-wrap .c-img-box {
    display: none;
  }
}
#c-news2 .c-bottom .c-list li .c-wrap .c-img-box .c-img {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 2.4rem;
  overflow: hidden;
  transition: all 0.5s;
}
#c-news2 .c-bottom .c-list li .c-wrap .c-img-box .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-news2 .c-bottom .c-list li .c-wrap .c-more {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #333;
  padding: 0.25rem 0;
}
@media (max-width: 767px) {
  #c-news2 .c-bottom .c-list li .c-wrap .c-more {
    padding: 1rem 0 1rem 1rem;
  }
}
#c-news2 .c-bottom .c-list li .c-wrap .c-more i {
  margin-left: 0.2rem;
  width: 16px;
  height: 16px;
  background: url(../images/jt5.png) no-repeat center / 100% auto;
}
#c-news2 .c-bottom .c-list li:hover {
  z-index: 5;
}
#c-news2 .c-bottom .c-list li:hover .c-wrap::before {
  width: 100%;
}
#c-news2 .c-bottom .c-list li:hover .c-wrap .c-text-box .c-title {
  color: #0154a4;
}
#c-news2 .c-bottom .c-list li:hover .c-wrap .c-img-box .c-img {
  opacity: 1;
}
#c-news2 .c-bottom .c-list li:hover .c-wrap .c-more {
  color: #0154a4;
}
#c-news2 .c-bottom .c-list li:hover .c-wrap .c-more i {
  background-image: url(../images/jt4.png);
}
#c-news3 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-news3 .c-left {
  width: 66.25%;
}
@media (max-width: 767px) {
  #c-news3 .c-left {
    width: 100%;
  }
}
#c-news3 .c-left .c-title-box {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  #c-news3 .c-left .c-title-box {
    margin-bottom: 1.5rem;
  }
}
#c-news3 .c-left .c-title-box .c-time {
  color: #333;
}
#c-news3 .c-left .c-text-box {
  color: #333;
  line-height: 1.8;
}
#c-news3 .c-left .c-text-box img {
  max-width: 100%;
  height: auto !important;
}
#c-news3 .c-left #c-share {
  margin: 0.8rem 0;
  padding: 0.4rem;
  border: 1px solid #dedede;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  #c-news3 .c-left #c-share {
    margin: 1rem 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #c-news3 .c-left #c-share {
    padding: 1rem;
  }
}
#c-news3 .c-left .c-pnBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#c-news3 .c-left .c-pnBox .c-lt {
  display: flex;
  align-items: flex-start;
}
#c-news3 .c-left .c-pnBox .c-lt a {
  margin-right: 0.2rem;
}
#c-news3 .c-left .c-pnBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 0.5rem;
  border: 1px solid #dedede;
  color: #333;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  #c-news3 .c-left .c-pnBox a {
    width: 2.6rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  #c-news3 .c-left .c-pnBox a {
    width: 5.4rem;
    height: 2rem;
  }
}
#c-news3 .c-left .c-pnBox a:hover {
  color: #0154a4;
  border-color: #0154a4;
}
#c-news3 .c-left .c-pnBox .c-gt a {
  color: #fff;
  border-color: #0154a4;
  background-color: #0154a4;
}
#c-news3 .c-left .c-pnBox .c-gt a i {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: url(../images/fh-ico-h.png) no-repeat center / 100% auto;
}
#c-news3 .c-right {
  position: sticky;
  top: 120px;
  width: 30%;
}
@media (max-width: 767px) {
  #c-news3 .c-right {
    margin-top: 3rem;
    width: 100%;
  }
}
#c-news3 .c-right .c-title-box {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #c-news3 .c-right .c-title-box {
    margin-bottom: 1rem;
  }
}
#c-news3 .c-right .c-title-box .c-more {
  display: flex;
  align-items: center;
  color: #0154a4;
}
#c-news3 .c-right .c-title-box .c-more i {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  background: url(../images/jt4.png) no-repeat center / 100% auto;
}
#c-news3 .c-right .c-list li {
  border-bottom: 1px dotted #ccc;
}
#c-news3 .c-right .c-list li a {
  display: block;
  padding: 0.2rem 0;
}
@media (max-width: 767px) {
  #c-news3 .c-right .c-list li a {
    padding: 0.5rem 0;
  }
}
#c-news3 .c-right .c-list li a .c-time {
  color: #333;
}
#c-news3 .c-right .c-list li a .c-title {
  color: #333;
  transition: all 0.5s;
}
#c-news3 .c-right .c-list li a:hover .c-title {
  color: #0154a4;
}
#c-protect .c-title {
  margin-bottom: 0.6rem;
  text-align: center;
  color: #0154a4;
}
@media (max-width: 767px) {
  #c-protect .c-title {
    margin-bottom: 1.5rem;
  }
}
#c-protect .c-list {
  margin-bottom: -0.6rem;
}
@media (max-width: 767px) {
  #c-protect .c-list {
    margin-bottom: -1.5rem;
  }
}
#c-protect .c-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  #c-protect .c-list li {
    margin-bottom: 1.5rem;
  }
}
#c-protect .c-list li:nth-child(even) {
  flex-direction: row-reverse;
}
#c-protect .c-list li:nth-child(even) .c-text-box {
  padding: 0 0.6rem 0 0;
}
#c-protect .c-list li .c-img-box {
  width: 50%;
  height: 5.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-protect .c-list li .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
#c-protect .c-list li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-protect .c-list li .c-text-box {
  width: 50%;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  #c-protect .c-list li .c-text-box {
    padding: 0.5rem 0 0 !important;
    width: 100%;
  }
}
#c-protect .c-list li .c-text-box .c-line {
  margin: 0.3rem 0 0.5rem;
  width: 30px;
  height: 2px;
  background: #ccc;
}
@media (max-width: 767px) {
  #c-protect .c-list li .c-text-box .c-line {
    margin: 0.5rem 0;
  }
}
#c-protect .c-list li .c-text-box .c-text {
  line-height: 1.8;
  color: #333;
}
#c-manage {
  text-align: center;
}
#c-manage .c-title {
  margin-bottom: 0.5rem;
  color: #0154a4;
}
@media (max-width: 767px) {
  #c-manage .c-title {
    margin-bottom: 1rem;
  }
}
#c-manage .c-line {
  margin: 0.3rem auto;
  width: 30px;
  height: 2px;
  background: #ccc;
}
@media (max-width: 767px) {
  #c-manage .c-line {
    margin: 0.5rem auto;
  }
}
#c-manage .c-text-box {
  padding: 0 1rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 991px) {
  #c-manage .c-text-box {
    padding: 0;
  }
}
#c-manage .c-img-box {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  #c-manage .c-img-box {
    margin-top: 1rem;
  }
}
#c-manage .c-img-box img {
  max-width: 100%;
}
#c-healthy .c-title {
  margin-bottom: 0.5rem;
  color: #0154a4;
  text-align: center;
}
@media (max-width: 767px) {
  #c-healthy .c-title {
    margin-bottom: 1rem;
  }
}
#c-healthy .c-box-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-healthy .c-box-wrap .c-img-box {
  width: 50%;
  height: 5.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-healthy .c-box-wrap .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
#c-healthy .c-box-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-healthy .c-box-wrap .c-text-box {
  padding-left: 0.6rem;
  width: 50%;
}
@media (max-width: 767px) {
  #c-healthy .c-box-wrap .c-text-box {
    width: 100%;
    padding: 0.5rem 0 0;
  }
}
#c-healthy .c-box-wrap .c-text-box .c-line {
  margin: 0.3rem 0 0.5rem;
  width: 30px;
  height: 2px;
  background: #ccc;
}
@media (max-width: 767px) {
  #c-healthy .c-box-wrap .c-text-box .c-line {
    margin: 0.5rem 0;
  }
}
#c-healthy .c-box-wrap .c-text-box .c-text {
  line-height: 1.8;
  color: #333;
}
.c-common-box1 .c-title {
  margin-bottom: 0.6rem;
  color: #0154a4;
  text-align: center;
}
@media (max-width: 767px) {
  .c-common-box1 .c-title {
    margin-bottom: 1.5rem;
  }
}
.c-common-box1 .c-list {
  margin-bottom: -0.6rem;
}
@media (max-width: 767px) {
  .c-common-box1 .c-list {
    margin-bottom: -1.5rem;
  }
}
.c-common-box1 .c-list > li {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-common-box1 .c-list > li {
    margin-bottom: 1.5rem;
  }
}
.c-common-box1 .c-list > li:nth-child(even) {
  flex-direction: row-reverse;
}
.c-common-box1 .c-list > li:nth-child(even) .c-text-box {
  padding: 0 0.6rem 0 0;
}
.c-common-box1 .c-list > li .c-img-box {
  width: 50%;
  height: 5.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-common-box1 .c-list > li .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
.c-common-box1 .c-list > li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box1 .c-list > li .c-text-box {
  width: 50%;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .c-common-box1 .c-list > li .c-text-box {
    width: 100%;
    padding: 0.5rem 0 0 !important;
  }
}
.c-common-box1 .c-list > li .c-text-box .c-line {
  margin: 0.3rem 0 0.5rem;
  width: 30px;
  height: 2px;
  background: #ccc;
}
@media (max-width: 767px) {
  .c-common-box1 .c-list > li .c-text-box .c-line {
    margin: 0.5rem 0;
  }
}
.c-common-box1 .c-list > li .c-text-box .c-text {
  color: #333;
  line-height: 1.8;
}
.c-common-box1 .c-list > li .c-list2 {
  margin-top: 0.7rem;
  display: flex;
  align-items: flex-start;
  text-align: center;
}
@media (max-width: 767px) {
  .c-common-box1 .c-list > li .c-list2 {
    margin-top: 1rem;
  }
}
.c-common-box1 .c-list > li .c-list2 li {
  padding: 0 0.8rem;
  line-height: 1;
  border-left: 1px solid #ccc;
}
@media (max-width: 991px) {
  .c-common-box1 .c-list > li .c-list2 li {
    padding: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .c-common-box1 .c-list > li .c-list2 li {
    padding: 0 1rem;
  }
}
.c-common-box1 .c-list > li .c-list2 li:first-child {
  padding-left: 0;
  border: 0;
}
.c-common-box1 .c-list > li .c-list2 li .c-t2 {
  margin-top: 0.15rem;
  color: #333;
}
.c-common-box1 .c-yfly {
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid #dbdbdb;
  text-align: center;
}
@media (max-width: 767px) {
  .c-common-box1 .c-yfly {
    margin-top: 4.5rem;
    padding-top: 3rem;
  }
}
.c-common-box1 .c-yfly .c-title2 {
  margin-bottom: 0.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-common-box1 .c-yfly .c-title2 {
    margin-bottom: 1.5rem;
  }
}
.c-common-box1 .c-yfly table {
  width: 100%;
}
.c-common-box1 .c-yfly table td {
  width: 50%;
  padding: 0.25rem;
  border: 1px solid #e2e2e2;
  border-collapse: collapse;
  background-color: #fff;
  color: #333;
}
@media (max-width: 767px) {
  .c-common-box1 .c-yfly table td {
    padding: 1rem;
  }
}
.c-common-box1 .c-zscq {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-common-box1 .c-zscq {
    margin-top: 3rem;
  }
}
.c-common-box1 .c-zscq .c-img-box {
  width: 50%;
  height: 5.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-common-box1 .c-zscq .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
.c-common-box1 .c-zscq .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box1 .c-zscq .c-text-box {
  width: 50%;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .c-common-box1 .c-zscq .c-text-box {
    width: 100%;
    padding: 0.5rem 0 0 !important;
  }
}
.c-common-box1 .c-zscq .c-text-box .c-line {
  margin: 0.3rem 0 0.5rem;
  width: 30px;
  height: 2px;
  background: #ccc;
}
@media (max-width: 767px) {
  .c-common-box1 .c-zscq .c-text-box .c-line {
    margin: 0.5rem 0;
  }
}
.c-common-box1 .c-zscq .c-text-box .c-text {
  color: #333;
  line-height: 1.8;
}
.c-banner3-wrap {
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  .c-banner3-wrap {
    margin-top: 4.5rem;
    padding-top: 3rem;
  }
}
.c-banner3-wrap .c-title2 {
  margin-bottom: 0.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-banner3-wrap .c-title2 {
    margin-bottom: 1.5rem;
  }
}
.c-banner3-wrap .c-banner3 .c-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
}
@media (max-width: 767px) {
  .c-banner3-wrap .c-banner3 .c-img-box {
    height: 7rem;
  }
}
.c-banner3-wrap .c-banner3 .c-img-box img {
  max-width: 100%;
}
.c-banner3-wrap .c-banner3 .c-img-box:hover::before {
  opacity: 1;
}
.c-banner3-wrap .c-banner3 .c-title3 {
  margin-top: 0.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-banner3-wrap .c-banner3 .c-title3 {
    margin-top: 0.5rem;
  }
}
.c-banner3-wrap .c-banner3 .swiper-button-prev,
.c-banner3-wrap .c-banner3 .swiper-button-next {
  top: 1.6rem;
  margin-top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  .c-banner3-wrap .c-banner3 .swiper-button-prev,
  .c-banner3-wrap .c-banner3 .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 991px) {
  .c-banner3-wrap .c-banner3 .swiper-button-prev,
  .c-banner3-wrap .c-banner3 .swiper-button-next {
    display: none;
  }
}
.c-banner3-wrap .c-banner3 .swiper-button-prev:hover,
.c-banner3-wrap .c-banner3 .swiper-button-next:hover {
  background-color: #0154a4;
}
.c-banner3-wrap .c-banner3 .swiper-button-prev {
  background-image: url(../images/jt2.png);
  left: 0;
}
.c-banner3-wrap .c-banner3 .swiper-button-next {
  background-image: url(../images/jt3.png);
  right: 0;
}
#c-idea .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-idea .c-img-box {
  width: 50%;
  height: 5.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-idea .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
#c-idea .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-idea .c-text-box {
  width: 50%;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  #c-idea .c-text-box {
    width: 100%;
    padding: 0.5rem 0 0 !important;
  }
}
#c-idea .c-text-box .c-title {
  color: #0154a4;
}
#c-idea .c-text-box .c-line {
  margin: 0.3rem 0 0.5rem;
  width: 30px;
  height: 2px;
  background: #ccc;
}
@media (max-width: 767px) {
  #c-idea .c-text-box .c-line {
    margin: 0.5rem 0;
  }
}
#c-idea .c-text-box .c-text {
  color: #333;
  line-height: 1.8;
}
#c-recruit .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-recruit .c-left {
  width: 66.25%;
}
@media (max-width: 767px) {
  #c-recruit .c-left {
    width: 100%;
  }
}
#c-recruit .c-left .c-list li {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
#c-recruit .c-left .c-list li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  border-top: 1px solid #0154a4;
  width: 0;
  transition: all 0.5s;
}
#c-recruit .c-left .c-list li .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0;
  color: #333;
}
@media (max-width: 767px) {
  #c-recruit .c-left .c-list li .c-wrap {
    padding: 1rem 0;
  }
}
#c-recruit .c-left .c-list li .c-wrap .c-lt {
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  #c-recruit .c-left .c-list li .c-wrap .c-lt {
    padding-right: 1rem;
  }
}
#c-recruit .c-left .c-list li .c-wrap .c-lt .c-title {
  margin-bottom: 0.1rem;
  transition: all 0.5s;
}
#c-recruit .c-left .c-list li .c-wrap .c-lt .c-text {
  color: #333;
}
#c-recruit .c-left .c-list li .c-wrap .c-gt {
  flex-shrink: 0;
}
#c-recruit .c-left .c-list li .c-wrap .c-gt .c-more {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#c-recruit .c-left .c-list li .c-wrap .c-gt .c-more i {
  margin-left: 0.2rem;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/jt5.png) no-repeat center / 100% auto;
}
#c-recruit .c-left .c-list li .c-wrap .c-gt .c-time {
  color: #333;
}
#c-recruit .c-left .c-list li:hover::before {
  width: 61%;
}
#c-recruit .c-left .c-list li:hover .c-wrap .c-lt .c-title {
  color: #0154a4;
}
#c-recruit .c-left .c-list li:hover .c-wrap .c-gt .c-more {
  color: #0154a4;
}
#c-recruit .c-left .c-list li:hover .c-wrap .c-gt .c-more i {
  background-image: url(../images/jt4.png);
}
#c-recruit .c-left .c-content .c-title-box .c-bbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0.1rem;
}
#c-recruit .c-left .c-content .c-title-box .c-bbox .c-text {
  padding-right: 0.2rem;
  color: #333;
}
#c-recruit .c-left .c-content .c-title-box .c-bbox .c-time {
  color: #333;
}
#c-recruit .c-left .c-content .c-text-box {
  border-top: 1px solid #e2e2e2;
  margin: 0.25rem 0 0.6rem;
  padding-top: 0.4rem;
  color: #333;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #c-recruit .c-left .c-content .c-text-box {
    padding-top: 1rem;
    margin: 1rem 0;
  }
}
#c-recruit .c-right {
  position: sticky;
  top: 120px;
  width: 30%;
  background: #fff;
  padding: 0.4rem 0.4rem 0;
}
@media (max-width: 767px) {
  #c-recruit .c-right {
    margin-top: 3rem;
    padding: 1rem;
    width: 100%;
  }
}
#c-recruit .c-right .c-list {
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  #c-recruit .c-right .c-list {
    margin-top: 0.5rem;
  }
}
#c-recruit .c-right .c-list li {
  border-top: 1px dotted #ccc;
}
#c-recruit .c-right .c-list li .c-wrap {
  padding: 0.15rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
@media (max-width: 991px) {
  #c-recruit .c-right .c-list li .c-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #c-recruit .c-right .c-list li .c-wrap {
    padding: 0.5rem 0;
  }
}
#c-recruit .c-right .c-list li .c-wrap .c-title {
  transition: 0.5s all;
  padding-right: 0.2rem;
}
#c-recruit .c-right .c-list li .c-wrap .c-time {
  flex-shrink: 0;
  color: #333;
}
@media (max-width: 991px) {
  #c-recruit .c-right .c-list li .c-wrap .c-time {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-recruit .c-right .c-list li .c-wrap .c-time {
    width: auto;
  }
}
#c-recruit .c-right .c-list li .c-wrap:hover .c-title {
  color: #0154a4;
}
/* 投递简历弹窗 */
#hi-resume-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hi-resume-pop .hi-title-box {
  position: relative;
  padding: 0 30px;
  background: #0154a4;
}
#hi-resume-pop .hi-title-box .hi-title {
  line-height: 60px;
  font-size: 20px;
  color: #fff;
}
#hi-resume-pop .hi-title-box .hi-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 80px;
  height: 60px;
  cursor: pointer;
}
#hi-resume-pop .hi-title-box .hi-close::before,
#hi-resume-pop .hi-title-box .hi-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-resume-pop .hi-title-box .hi-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-resume-pop .hi-box {
  padding: 30px;
  font-size: 14px;
}
#hi-resume-pop input {
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
}
#hi-resume-pop button {
  width: 100%;
  height: 50px;
  background: #0154a4;
  color: #fff;
  cursor: pointer;
  border: 0;
}
#hi-resume-pop .hi-file-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#hi-resume-pop .hi-file-box .hi-input-box {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 0 15px;
  line-height: 30px;
  background: #0154a4;
}
#hi-resume-pop .hi-file-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;
}
#hi-resume-pop .hi-file-box .hi-text {
  color: #fff;
  text-align: center;
}
#hi-resume-pop .hi-file-box .hi-text2 {
  line-height: 30px;
}
#hi-resume-pop .hi-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 256px) !important;
}
#hi-resume-pop .hi-code-box {
  margin-bottom: 20px;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 146px) !important;
}
#hi-resume-pop .hi-code-box img {
  width: 130px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #hi-resume-pop .hi-title-box {
    padding: 0 20px;
  }
  #hi-resume-pop .hi-title-box .hi-title {
    line-height: 50px;
    font-size: 18px;
  }
  #hi-resume-pop .hi-box {
    padding: 20px;
  }
  #hi-resume-pop input {
    margin-bottom: 10px;
    height: 40px;
  }
  #hi-resume-pop .hi-file-box,
  #hi-resume-pop .hi-code-box {
    margin-bottom: 10px;
  }
  #hi-resume-pop .hi-file-box .hi-text2 {
    font-size: 12px;
  }
  #hi-resume-pop button {
    height: 40px;
  }
  #hi-resume-pop .hi-title-box .hi-close {
    width: 60px;
    height: 50px;
  }
}
#c-cmo .c-title {
  text-align: center;
}
#c-cmo .c-box1 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.6rem -0.2rem;
}
@media (max-width: 767px) {
  #c-cmo .c-box1 .c-list {
    margin: 1.5rem 0;
  }
}
#c-cmo .c-box1 .c-list li {
  width: 50%;
  padding: 0 0.2rem 0.4rem;
}
@media (max-width: 991px) {
  #c-cmo .c-box1 .c-list li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-cmo .c-box1 .c-list li {
    padding: 0 0 1rem;
  }
}
#c-cmo .c-box1 .c-list li div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem;
  background: #fff;
}
@media (max-width: 767px) {
  #c-cmo .c-box1 .c-list li div {
    flex-wrap: wrap;
    padding: 1rem;
  }
}
#c-cmo .c-box1 .c-list li div .c-text {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #c-cmo .c-box1 .c-list li div .c-text {
    width: 100%;
  }
}
#c-cmo .c-box1 .c-list li div img {
  max-width: 70%;
}
@media (max-width: 1260px) {
  #c-cmo .c-box1 .c-list li div img {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  #c-cmo .c-box1 .c-list li div img {
    margin-top: 0.5rem;
    max-width: 100%;
  }
}
#c-cmo .c-box2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-cmo .c-box2 .c-img-box {
  width: 50%;
  height: 5.6rem;
}
@media (max-width: 767px) {
  #c-cmo .c-box2 .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
#c-cmo .c-box2 .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-cmo .c-box2 .c-text-box {
  padding-left: 0.6rem;
  width: 50%;
}
@media (max-width: 767px) {
  #c-cmo .c-box2 .c-text-box {
    padding: 0.5rem 0 0;
    width: 100%;
  }
}
#c-cmo .c-box2 .c-text-box .c-title {
  text-align: left;
}
#c-cmo .c-box2 .c-text-box .c-line {
  margin: 0.25rem 0 0.55rem;
  width: 30px;
  height: 2px;
  background: #ccc;
}
@media (max-width: 767px) {
  #c-cmo .c-box2 .c-text-box .c-line {
    margin: 0.5rem 0 1rem;
  }
}
#c-cmo .c-box2 .c-text-box .c-text {
  color: #333;
  line-height: 1.8;
}
#c-cmo .c-box3 {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #c-cmo .c-box3 {
    margin-top: 3rem;
  }
}
#c-cmo .c-box3 .c-item {
  width: 50%;
  padding: 0 0.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  #c-cmo .c-box3 .c-item {
    width: 100%;
  }
  #c-cmo .c-box3 .c-item:last-child {
    margin-top: 1.5rem;
  }
}
#c-cmo .c-box3 .c-item .c-text {
  margin-top: 0.2rem;
  color: #333;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #c-cmo .c-box3 .c-item .c-text {
    margin-top: 0.5rem;
  }
}
.c-common-box2 form {
  display: flex;
  align-items: flex-start;
  width: 50%;
  height: 0.6rem;
}
@media (max-width: 1260px) {
  .c-common-box2 form {
    width: 46%;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .c-common-box2 form {
    height: 2rem;
    width: 100%;
  }
}
.c-common-box2 form input {
  padding: 0 0.2rem;
  flex-shrink: 1;
  flex-grow: 1;
  height: 100%;
  border: 1px solid #0154a4;
}
@media (max-width: 767px) {
  .c-common-box2 form input {
    padding: 0 0.5rem;
  }
}
.c-common-box2 form button {
  flex-shrink: 0;
  width: 0.8rem;
  min-width: 80px;
  height: 100%;
  background: #0154a4 url(../images/search-ico.png) no-repeat center / 20px auto;
}
.c-common-box2 .c-box1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .c-common-box2 .c-box1 {
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
}
.c-common-box2 .c-box1 .c-list {
  display: flex;
  align-items: flex-start;
  margin: 0 -0.05rem -0.1rem;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .c-common-box2 .c-box1 .c-list {
    margin: 0 -0.25rem 0.5rem;
  }
}
.c-common-box2 .c-box1 .c-list li {
  padding: 0 0.05rem 0.1rem;
}
@media (max-width: 767px) {
  .c-common-box2 .c-box1 .c-list li {
    padding: 0 0.25rem 0.5rem;
  }
}
.c-common-box2 .c-box1 .c-list li a {
  display: block;
  width: 1.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #333;
  background: #fff;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  .c-common-box2 .c-box1 .c-list li a {
    width: 2.6rem;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  .c-common-box2 .c-box1 .c-list li a {
    width: 5.4rem;
    line-height: 2rem;
  }
}
.c-common-box2 .c-box1 .c-list li a:hover {
  color: #fff;
  background: #0154a4;
}
.c-common-box2 .c-box1 .c-list li.on a {
  color: #fff;
  background: #0154a4;
}
.c-common-box2 .c-box2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .c-common-box2 .c-box2 {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-common-box2 .c-box2 .c-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-common-box2 .c-box2 form {
    margin: 0.5rem 0;
  }
}
.c-common-box2 .c-box3 {
  overflow-x: auto;
}
.c-common-box2 .c-box3 table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  color: #333;
  background: #fff;
}
@media (max-width: 767px) {
  .c-common-box2 .c-box3 table {
    min-width: 1000px;
  }
}
.c-common-box2 .c-box3 table thead {
  background: #ececec;
}
.c-common-box2 .c-box3 table th,
.c-common-box2 .c-box3 table td {
  padding: 0.25rem;
  border: 1px solid #e2e2e2;
  width: 30%;
}
@media (max-width: 767px) {
  .c-common-box2 .c-box3 table th,
  .c-common-box2 .c-box3 table td {
    padding: 0.5rem;
  }
}
.c-common-box2 .c-box3 table th:nth-child(1),
.c-common-box2 .c-box3 table td:nth-child(1) {
  width: 10%;
}
.c-common-box2 .c-box3 table th:nth-child(3),
.c-common-box2 .c-box3 table td:nth-child(3) {
  width: 15%;
}
.c-common-box2 .c-box3 table th:nth-child(4),
.c-common-box2 .c-box3 table td:nth-child(4) {
  width: 30%;
}
.c-common-box2 .c-box3 table th:nth-child(5),
.c-common-box2 .c-box3 table td:nth-child(5) {
  width: 15%;
}
.c-common-box2 .c-box3 table a {
  color: #333;
}
.c-common-box2 .c-box3 table a:hover {
  color: #0154a4;
}
.c-common-box2 .c-box3 table img {
  max-width: 100%;
}
.c-common-box2 .c-box3 table.c-dt th,
.c-common-box2 .c-box3 table.c-dt td {
  width: 10%;
}
.c-common-box2 .c-box3 table.c-dt th:nth-child(4),
.c-common-box2 .c-box3 table.c-dt td:nth-child(4) {
  width: 15%;
}
.c-common-box2 .c-box3 table.c-dt th:nth-child(2),
.c-common-box2 .c-box3 table.c-dt td:nth-child(2) {
  width: 15%;
}
.c-common-box2 .c-box3 table.c-dt th:nth-child(6),
.c-common-box2 .c-box3 table.c-dt td:nth-child(6) {
  width: 15%;
}
.c-common-box2 .c-box3 table.c-dt th:nth-child(3),
.c-common-box2 .c-box3 table.c-dt td:nth-child(3) {
  width: 20%;
}
.c-common-box2 .c-box3 table.c-dt th:nth-child(5),
.c-common-box2 .c-box3 table.c-dt td:nth-child(5) {
  width: 25%;
}
.c-common-box3 .c-top {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-common-box3 .c-top {
    flex-wrap: wrap;
  }
}
.c-common-box3 .c-top .c-img-box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 2rem;
  min-width: 300px;
  min-height: 200px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-common-box3 .c-top .c-img-box {
    width: 100%;
    height: 12rem;
    min-width: auto;
    min-height: auto;
  }
}
.c-common-box3 .c-top .c-img-box img {
  max-width: 100%;
  max-height: 100%;
}
.c-common-box3 .c-top .c-text-box {
  padding-left: 0.4rem;
}
@media (max-width: 767px) {
  .c-common-box3 .c-top .c-text-box {
    width: 100%;
    padding: 0.5rem 0 0;
  }
}
.c-common-box3 .c-top .c-text-box .c-list li {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-common-box3 .c-top .c-text-box .c-list li {
    margin-bottom: 0.5rem;
  }
}
.c-common-box3 .c-top .c-text-box .c-list li .c-text {
  color: #333;
}
.c-common-box3 .c-top .c-text-box .c-btn-box {
  margin-top: 0.4rem;
  display: flex;
  align-items: flex-start;
}
.c-common-box3 .c-top .c-text-box .c-btn-box a {
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 0.5rem;
  border: 1px solid #0154a4;
  color: #0154a4;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .c-common-box3 .c-top .c-text-box .c-btn-box a {
    height: 0.6rem;
  }
}
@media (max-width: 1260px) {
  .c-common-box3 .c-top .c-text-box .c-btn-box a {
    width: 2.6rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .c-common-box3 .c-top .c-text-box .c-btn-box a {
    margin-right: 0.5rem;
    width: 6rem;
    height: 2rem;
  }
}
.c-common-box3 .c-top .c-text-box .c-btn-box a i {
  margin-right: 14px;
  width: 26px;
  height: 26px;
}
@media (max-width: 1580px) {
  .c-common-box3 .c-top .c-text-box .c-btn-box a i {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .c-common-box3 .c-top .c-text-box .c-btn-box a i {
    margin-right: 10px;
  }
}
.c-common-box3 .c-top .c-text-box .c-btn-box a:nth-child(1) i {
  background: url(../images/ggxq-ico1.png) no-repeat center / 100% auto;
}
.c-common-box3 .c-top .c-text-box .c-btn-box a:nth-child(2) i {
  background: url(../images/ggxq-ico2.png) no-repeat center / 100% auto;
}
.c-common-box3 .c-top .c-text-box .c-btn-box a:hover {
  color: #fff;
  background: #0154a4;
}
.c-common-box3 .c-top .c-text-box .c-btn-box a:hover:nth-child(1) i {
  background-image: url(../images/ggxq-ico1-h.png);
}
.c-common-box3 .c-top .c-text-box .c-btn-box a:hover:nth-child(2) i {
  background-image: url(../images/ggxq-ico2-h.png);
}
.c-common-box3 .c-bottom .c-title {
  padding: 0.55rem 0 0.1rem;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .c-common-box3 .c-bottom .c-title {
    padding: 1.5rem 0 0.5rem;
  }
}
.c-common-box3 .c-bottom .c-text {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #333;
  line-height: 1.8;
}
.c-common-box3 .c-bottom .c-text p {
  padding-right: 20px;
  margin-top: 0.35rem;
  width: 25%;
}
.c-common-box3 .c-bottom .c-text p:nth-child(even) {
  width: 75%;
}
@media (max-width: 1260px) {
  .c-common-box3 .c-bottom .c-text p {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .c-common-box3 .c-bottom .c-text p {
    width: 100% !important;
  }
}
#c-msg .c-title {
  margin-bottom: 0.6rem;
  text-align: center;
  color: #0154a4;
}
@media (max-width: 767px) {
  #c-msg .c-title {
    margin-bottom: 1rem;
  }
}
#c-msg .c-list {
  margin: 0 auto;
  max-width: 9.1rem;
}
@media (max-width: 991px) {
  #c-msg .c-list {
    max-width: 100%;
  }
}
#c-msg .c-list li {
  display: flex;
  align-items: flex-start;
  color: #333;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  #c-msg .c-list li {
    margin-bottom: 0.5rem;
  }
}
#c-msg .c-list li .c-text {
  flex-shrink: 0;
  width: 1.1rem;
  line-height: 0.6rem;
}
@media (max-width: 1260px) {
  #c-msg .c-list li .c-text {
    width: 80px;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  #c-msg .c-list li .c-text {
    line-height: 2rem;
  }
}
#c-msg .c-list li input,
#c-msg .c-list li textarea {
  width: 100%;
  background: #fff;
  padding: 0 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  overflow-y: auto;
}
@media (max-width: 1260px) {
  #c-msg .c-list li input,
  #c-msg .c-list li textarea {
    height: 1rem;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  #c-msg .c-list li input,
  #c-msg .c-list li textarea {
    padding: 0 0.5rem;
    height: 2rem;
    line-height: 2rem;
  }
}
#c-msg .c-list li textarea {
  height: 1.2rem;
  min-height: 120px;
  padding: 0.15rem 0.2rem;
  line-height: 1.8;
}
@media (max-width: 1260px) {
  #c-msg .c-list li textarea {
    padding: 0.3rem 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-msg .c-list li textarea {
    padding: 0.4rem 0.5rem;
  }
}
#c-msg .c-list li .c-text2 {
  width: 100%;
  margin-bottom: 0.5rem;
  color: #333;
}
#c-msg .c-list li .c-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-msg .c-list li .c-common-btn1:last-child {
  margin-left: 0.2rem;
  background: #999;
}
@media (max-width: 767px) {
  #c-msg .c-list li .c-common-btn1:last-child {
    margin-left: 0.5rem;
  }
}
