@charset "utf-8";
@font-face {
  font-family: "MyriadPro-Light";
  src: url("../fonts/MyriadPro-Light.otf") format("opentype");
}
@font-face {
  font-family: "MyriadPro-Semibold";
  src: url("../fonts/MyriadPro-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}
/*初始化*/
* {
  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: "MyriadPro-Light", 'DINPRO-REGULAR', '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: #474b4f;
  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;
}
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;
}
/* placeholder修改 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999 !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999 !important;
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999 !important;
}
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;
}
#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 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
  color: #474b4f;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #78bc27;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #474b4f;
}
#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: 20%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  display: block;
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #78bc27;
}
#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-clear {
  zoom: 1;
}
.c-clear:after {
  content: '';
  display: block;
  clear: both;
}
.c-fl {
  float: left;
}
.c-fr {
  float: right;
}
.c-container {
  position: relative;
  margin: 0 auto;
  width: 75%;
}
@media (max-width: 1580px) {
  .c-container {
    width: 84%;
  }
}
@media (max-width: 972px) {
  .c-container {
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 748px) {
  .c-container {
    padding: 0 1rem;
  }
}
.c-100vh {
  height: 100vh;
}
@media (max-width: 972px) {
  .c-100vh {
    height: auto;
  }
}
.c-bgColor1 {
  background: #f7f9fa;
}
.c-common-btn1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #78bc27;
  border: 1px solid #78bc27;
  border-radius: 29px;
  transition: all 0.5s;
  overflow: hidden;
}
.c-common-btn1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
.c-common-btn1 span {
  position: relative;
  z-index: 2;
}
@media (max-width: 1580px) {
  .c-common-btn1 {
    width: 150px;
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
  }
}
@media (max-width: 748px) {
  .c-common-btn1 {
    width: 120px;
    height: 44px;
    font-size: 14px;
    border-radius: 22px;
  }
}
.c-common-btn1:hover {
  color: #fff;
}
.c-common-btn1:hover::before {
  height: 100%;
}
.c-common-btn2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 46px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 29px;
  transition: all 0.5s;
  overflow: hidden;
}
.c-common-btn2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
.c-common-btn2 span {
  position: relative;
  z-index: 2;
}
@media (max-width: 1580px) {
  .c-common-btn2 {
    width: 150px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
  }
}
@media (max-width: 748px) {
  .c-common-btn2 {
    width: 120px;
    height: 44px;
    font-size: 14px;
    color: #fff;
    border-radius: 22px;
  }
}
.c-common-btn2:hover {
  border-color: #78bc27;
}
.c-common-btn2:hover::before {
  height: 100%;
}
.c-font-bold {
  font-family: "MyriadPro-Semibold";
}
.c-font60 {
  font-size: 0.6rem;
  line-height: 1;
}
@media (max-width: 972px) {
  .c-font60 {
    font-size: 0.7rem;
  }
}
@media (max-width: 748px) {
  .c-font60 {
    font-size: 1.4rem;
  }
}
.c-font72 {
  font-size: 0.72rem;
  line-height: 1;
}
@media (max-width: 972px) {
  .c-font72 {
    font-size: 0.82rem;
  }
}
@media (max-width: 748px) {
  .c-font72 {
    font-size: 1.4rem;
  }
}
.c-font48 {
  font-size: 0.48rem;
  line-height: 1;
}
@media (max-width: 972px) {
  .c-font48 {
    font-size: 0.68rem;
  }
}
@media (max-width: 748px) {
  .c-font48 {
    font-size: 1.4rem;
  }
}
.c-font40 {
  font-size: 0.4rem;
}
@media (max-width: 1580px) {
  .c-font40 {
    font-size: 0.5rem;
  }
}
@media (max-width: 748px) {
  .c-font40 {
    font-size: 1.4rem;
  }
}
.c-font36 {
  font-size: 0.36rem;
}
@media (max-width: 1580px) {
  .c-font36 {
    font-size: 0.46rem;
  }
}
@media (max-width: 748px) {
  .c-font36 {
    font-size: 1.4rem;
  }
}
.c-font30 {
  font-size: 0.3rem;
}
@media (max-width: 1580px) {
  .c-font30 {
    font-size: 0.4rem;
  }
}
@media (max-width: 748px) {
  .c-font30 {
    font-size: 1rem;
  }
}
.c-font28 {
  font-size: 0.28rem;
}
@media (max-width: 1580px) {
  .c-font28 {
    font-size: 0.4rem;
  }
}
@media (max-width: 748px) {
  .c-font28 {
    font-size: 1rem;
  }
}
.c-ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 748px) {
  .c-ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.c-pt100 {
  padding-top: 1rem;
}
@media (max-width: 748px) {
  .c-pt100 {
    padding-top: 3rem;
  }
}
.c-pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 748px) {
  .c-pb100 {
    padding-bottom: 3rem;
  }
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 151px;
}
@media (max-width: 972px) {
  #c-placeholder {
    height: 101px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
@media (max-width: 972px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #fff;
  transition: all 0.5s;
}
#c-header .c-top > .c-container,
#c-header .c-bottom > .c-container {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 972px) {
  #c-header .c-top > .c-container,
  #c-header .c-bottom > .c-container {
    height: 60px;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header .c-top {
  position: relative;
  z-index: 10;
  line-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}
@media (max-width: 972px) {
  #c-header .c-top {
    line-height: 40px;
  }
}
#c-header .c-top .c-container {
  justify-content: flex-end;
}
@media (max-width: 972px) {
  #c-header .c-top .c-container {
    height: 40px;
  }
}
#c-header .c-top .c-list {
  display: flex;
  align-items: center;
}
@media (max-width: 972px) {
  #c-header .c-top .c-list {
    display: none;
  }
}
#c-header .c-top .c-list li {
  margin-right: 30px;
}
@media (max-width: 1580px) {
  #c-header .c-top .c-list li {
    margin-right: 20px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-top .c-list li {
    margin-right: 13px;
  }
}
#c-header .c-top .c-language {
  position: relative;
  padding: 0 50px;
  height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-header .c-top .c-language {
    padding: 0 40px;
  }
}
@media (max-width: 972px) {
  #c-header .c-top .c-language {
    height: 40px;
    padding: 0 10px 0 0;
  }
}
#c-header .c-top .c-language .c-text {
  padding-left: 30px;
  background: url(../images/yy-ico1.png) no-repeat left center / 20px auto;
}
#c-header .c-top .c-language .c-language-list-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 10%;
  width: 80%;
  height: 400px;
  padding: 15px 15px 10px 20px;
  background-color: #fff;
  box-shadow: 0px -1px 4px 0px #e6e6e6;
  text-align: left;
}
@media (max-width: 972px) {
  #c-header .c-top .c-language .c-language-list-box {
    width: 100%;
    left: 0;
    height: 200px;
  }
}
#c-header .c-top .c-language .c-language-list-box .mCustomScrollbar {
  height: 100%;
}
#c-header .c-top .c-language .c-language-list-box .mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #78bc27;
}
#c-header .c-top .c-language .c-language-list-box .mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2);
}
#c-header .c-top .c-language .c-language-list-box a {
  display: block;
  color: #474b4f;
  line-height: 40px;
}
#c-header .c-top .c-language .c-language-list-box a:hover {
  color: #78bc27;
}
#c-header .c-top .c-user {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 972px) {
  #c-header .c-top .c-user {
    padding-left: 10px;
  }
}
#c-header .c-top .c-user div {
  display: flex;
  align-items: center;
}
#c-header .c-top .c-user div:first-child a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/gr-ico1.png) no-repeat center / auto 100%;
}
#c-header .c-top .c-user div:nth-child(2) {
  height: 16px;
  line-height: 16px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}
@media (max-width: 972px) {
  #c-header .c-top .c-user div:nth-child(2) {
    padding: 0 10px;
  }
}
#c-header .c-top .c-user div:nth-child(3) {
  padding: 0 10px;
}
@media (max-width: 972px) {
  #c-header .c-top .c-user div:nth-child(3) {
    padding: 0 0 0 10px;
  }
}
#c-header .c-bottom {
  font-size: 18px;
}
@media (max-width: 1580px) {
  #c-header .c-bottom {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-bottom {
    font-size: 14px;
  }
}
#c-header.c-head-move {
  top: -151px;
}
#c-header.c-style2 {
  color: #666;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 .c-top {
  background: #fff;
}
#c-header.c-style2 .c-top a {
  color: #666;
}
#c-header.c-style2 .c-top a:hover {
  color: #78bc27;
}
#c-header.c-style2 .c-top .c-language {
  border-color: #ddd;
}
#c-header.c-style2 .c-top .c-language .c-text {
  background-image: url(../images/yy-ico2.png);
}
#c-header.c-style2 .c-top .c-user div:first-child a {
  background-image: url(../images/gr-ico2.png);
}
#c-header.c-style2 .c-top .c-user div:nth-child(2) {
  border-color: #ddd;
}
/*顶部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: 36px;
}
@media (max-width: 1260px) {
  #c-header .c-logo .c-img-box img {
    height: 14px;
  }
}
@media (max-width: 972px) {
  #c-header .c-logo .c-img-box img {
    height: 24px;
  }
}
#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: 748px) {
  #c-header .c-logo span {
    display: none;
  }
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 972px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  margin-right: 36px;
}
@media (max-width: 1900px) {
  #c-header .c-nav > li {
    margin-right: 15px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 13px;
  }
}
#c-header .c-nav > li:last-child {
  margin-right: 64px;
}
@media (max-width: 1900px) {
  #c-header .c-nav > li:last-child {
    margin-right: 40px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li:last-child {
    margin-right: 13px;
  }
}
#c-header .c-nav > li > a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #78bc27;
  transition: 0.5s;
}
#c-header .c-nav > li > a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 40px;
  border-bottom: 2px solid transparent;
  margin: 30px 0;
}
#c-header .c-nav > li > a i {
  margin-left: 8px;
  font-size: 20px;
}
#c-header .c-nav > ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  width: 150px;
  line-height: 40px;
  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 {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav > ul li:last-child {
  border: 0;
}
#c-header .c-nav > ul li a {
  color: #666;
}
#c-header.c-style2 .c-nav > li.on > a,
#c-header .c-nav > li:hover > a {
  border-color: #78bc27;
}
#c-header .c-nav > li.Armatura a:hover,
#c-header.c-style2 .c-nav > li.Armatura a:hover {
  color: #00558c;
}
#c-header .c-nav > li.Armatura:hover > a,
#c-header.c-style2 .c-nav > li.Armatura:hover > a,
#c-header .c-nav > li.Armatura.on > a,
#c-header.c-style2 .c-nav > li.Armatura.on > a,
#c-header .c-nav > li.Armatura > a:hover,
#c-header.c-style2 .c-nav > li.Armatura > a:hover {
  color: #fff;
  border-color: #00558c;
}
#c-header .c-nav > li.Armatura .c-product .c-list1 li.on a,
#c-header.c-style2 .c-nav > li.Armatura .c-product .c-list1 li.on a {
  background-color: #00558c;
}
#c-header .c-nav > li.Armatura .c-product .c-list4 li:last-child a,
#c-header.c-style2 .c-nav > li.Armatura .c-product .c-list4 li:last-child a {
  color: #00558c;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 101px;
  left: 0;
  width: 100%;
  height: 0;
  font-size: 14px;
  line-height: 50px;
  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 20px;
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #474b4f;
  -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: #78bc27;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 101px);
}
/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 972px) {
  #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;
}
body.c-open #c-header .c-switch i {
  background-color: #78bc27;
}
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: 972px) {
  #c-header .c-gn {
    margin-right: 10px;
  }
}
#c-header .c-gn form {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form:hover > i {
  color: #78bc27;
  background-image: url(../images/ss-ico2.png);
}
#c-header .c-gn form > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/ss-ico1.png) no-repeat center / auto 100%;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 320%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-header .c-gn form .c-box {
    top: 220%;
  }
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 15px;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #78bc27 url(../images/ss-ico1.png) no-repeat center / auto 20px;
  cursor: pointer;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone i {
  margin: 0 10px 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 28px;
}
@media (max-width: 1900px) {
  #c-header .c-gn .c-phone i {
    margin: 0 5px 0 15px;
  }
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone i {
  border: 1px solid rgba(222, 47, 9, 0.2);
}
#c-header.c-style2 .c-gn .c-phone {
  color: #78bc27;
}
.c-home-banner {
  height: 100vh;
}
@media (max-width: 972px) {
  .c-home-banner {
    height: auto;
  }
}
.c-home-banner .c-home-slide {
  height: auto;
}
.c-home-banner .c-home-wrapper {
  flex-wrap: wrap;
  height: auto;
}
.c-home-banner .c-home-pagination {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 972px) {
  .c-home-banner .c-home-pagination {
    display: none;
  }
}
.c-home-banner .c-home-pagination li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0;
  height: 34px;
  opacity: 0.7;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.c-home-banner .c-home-pagination li div {
  margin-left: 20px;
  width: 14px;
  height: 2px;
  background: #fff;
  opacity: 0.3;
  transition: all 0.5s;
}
.c-home-banner .c-home-pagination li.on {
  opacity: 1;
  color: #78bc27;
}
.c-home-banner .c-home-pagination li.on div {
  opacity: 1;
  background: #78bc27;
  width: 60px;
}
/*首页轮播图*/
@media (max-width: 972px) {
  .c-banner1 {
    height: 100vh;
  }
}
.c-banner1 .swiper-slide {
  overflow: hidden;
}
.c-banner1 .swiper-slide .c-wrap {
  position: relative;
  z-index: 1;
  display: block;
}
@media (max-width: 972px) {
  .c-banner1 .swiper-slide .c-wrap {
    height: 100vh;
  }
}
.c-banner1 .swiper-slide > .c-play {
  position: absolute;
  z-index: 10;
  left: 40px;
  bottom: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.c-banner1 .swiper-slide > .c-play::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
@media (max-width: 972px) {
  .c-banner1 .swiper-slide > .c-play {
    margin: 0 auto;
    bottom: 20px;
  }
}
@media (max-width: 748px) {
  .c-banner1 .swiper-slide > .c-play {
    left: 0.6rem;
    bottom: 0.6rem;
    width: 2rem;
    height: 2rem;
    background-size: 0.6rem auto;
  }
}
.c-banner1 .swiper-slide > .c-play div {
  width: 100%;
  height: 100%;
  background: url(../images/play.png) no-repeat center / 16px auto;
}
@media (max-width: 748px) {
  .c-banner1 .swiper-slide > .c-play div {
    background-size: 0.6rem auto;
  }
}
.c-banner1 .swiper-slide > .c-play:hover {
  border-color: #78bc27;
}
.c-banner1 .swiper-slide > .c-play:hover::before {
  height: 100%;
}
.c-banner1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 972px) {
  .c-banner1 .swiper-slide img {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 972px) {
  .c-banner1 .swiper-slide img.c-pc {
    display: none;
  }
}
.c-banner1 .swiper-slide img.c-mb {
  display: none;
}
@media (max-width: 972px) {
  .c-banner1 .swiper-slide img.c-mb {
    display: block;
  }
}
.c-banner1 .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 26px;
  color: #fff;
}
@media (max-width: 972px) {
  .c-banner1 .c-text-box {
    top: 16%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
}
@media (max-width: 748px) {
  .c-banner1 .c-text-box {
    top: 24%;
  }
}
.c-banner1 .c-text-box .c-title {
  margin: 0.15rem 0 0.4rem;
  font-size: 1rem;
  line-height: 0.92rem;
}
@media (max-width: 972px) {
  .c-banner1 .c-text-box .c-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.c-banner1 .c-text-box .c-title span {
  color: #78bc27;
}
.c-banner1 .c-text-box .c-text2 {
  opacity: 0.5;
}
.c-banner1 .c-play-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 50;
}
.c-banner1 .c-play-box .c-play {
  position: relative;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
  overflow: hidden;
}
.c-banner1 .c-play-box .c-play::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .c-banner1 .c-play-box .c-play {
    width: 60px;
    height: 60px;
    background-size: 16px auto;
  }
}
@media (max-width: 972px) {
  .c-banner1 .c-play-box .c-play {
    margin: 0 auto;
  }
}
.c-banner1 .c-play-box .c-play div {
  width: 100%;
  height: 100%;
  background: url(../images/play.png) no-repeat center / 18px auto;
}
.c-banner1 .c-play-box .c-play:hover {
  border-color: #78bc27;
}
.c-banner1 .c-play-box .c-play:hover::before {
  height: 100%;
}
.c-banner1 .swiper-pagination {
  display: flex;
  align-items: center;
  left: 0;
  bottom: 60px;
  margin: 0 2.4rem;
  width: auto;
}
@media (max-width: 1580px) {
  .c-banner1 .swiper-pagination {
    margin: 0 2rem;
  }
}
@media (max-width: 972px) {
  .c-banner1 .swiper-pagination {
    justify-content: center;
    margin: 0 20px;
    bottom: 40px;
  }
}
@media (max-width: 748px) {
  .c-banner1 .swiper-pagination {
    left: 50%;
    width: 60%;
    margin: 0;
    bottom: 1.2rem;
    transform: translateX(-50%);
  }
}
.c-banner1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.2;
  margin: 0 25px 0 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #fff;
  line-height: 1;
  transition: all 0.5s;
}
@media (max-width: 972px) {
  .c-banner1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 20px 0 0;
  }
}
.c-banner1 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}
.c-banner1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-family: "MyriadPro-Semibold";
  opacity: 1;
}
/* 底部 */
#c-footer {
  color: #fff;
  background: #181818;
}
#c-footer a {
  color: #929292;
  transition: 0.5s;
}
#c-footer a:hover {
  color: #78bc27 !important;
}
#c-footer .c-common-btn1 {
  color: #fff;
  background-color: #78bc27;
  border: #78bc27;
}
#c-footer .c-common-btn1::before {
  background-color: #6ba821;
}
#c-footer .c-common-btn1:hover {
  border-color: #6ba821;
  color: #fff !important;
}
#c-footer .c-top-box {
  padding: 1.2rem 0 0.6rem;
}
#c-footer .c-top-box .c-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
#c-footer .c-title {
  color: #fff;
  font-family: "MyriadPro-Semibold";
  font-size: 18px;
  line-height: 28px;
}
#c-footer .c-title-box a {
  color: #fff;
}
#c-footer .c-title-box a:hover {
  color: #78bc27;
}
#c-footer .c-title-box i {
  display: none;
  transition: 0.5s;
}
#c-footer .c-list-box.on .c-title i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#c-footer .c-list-box .c-list li {
  padding-bottom: 10px;
  line-height: 26px;
}
#c-footer .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
#c-footer .c-text-box {
  line-height: 26px;
}
#c-footer .c-text-box p {
  padding-bottom: 10px;
}
#c-footer .c-code {
  padding: 15px;
  width: 132px;
  border-radius: 3px;
  background: #fff;
}
#c-footer .c-code img {
  width: 100%;
}
#c-footer .c-code .c-text {
  padding-top: 15px;
  line-height: 24px;
  text-align: center;
  color: #999;
}
#c-footer .c-ico {
  margin-bottom: 65px;
  display: flex;
  align-items: center;
  height: 26px;
}
@media (max-width: 1260px) {
  #c-footer .c-ico {
    margin-bottom: 20px;
  }
}
#c-footer .c-ico a {
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  height: 20px;
  color: #fff;
  transition: 0.5s;
}
#c-footer .c-ico a:last-child {
  margin-right: 0;
}
#c-footer .c-ico a img {
  height: 100%;
}
#c-footer .c-ico a:hover {
  opacity: 1;
}
#c-footer .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-weixin .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 3px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-footer .c-weixin .c-img-box img {
  width: 100%;
}
#c-footer .c-weixin .c-img-box .c-text {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #474b4f;
}
#c-footer .c-bottom-box {
  line-height: 24px;
  color: #a8a8a8;
}
#c-footer .c-bottom-box .c-line {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#c-footer .c-bottom-box .c-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.35rem 0;
}
@media (max-width: 748px) {
  #c-footer .c-bottom-box .c-wrap {
    padding: 2rem 0;
  }
}
#c-footer .c-bottom-box a {
  color: #a8a8a8;
}
#c-footer .c-bottom-box .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
#c-footer .c-bottom-box .c-abox a {
  margin-right: 54px;
}
@media (max-width: 1580px) {
  #c-footer .c-bottom-box .c-abox a {
    margin-right: 30px;
  }
}
@media (max-width: 748px) {
  #c-footer .c-bottom-box .c-abox a {
    margin-right: 10px;
  }
}
#c-footer .c-bottom-box .c-abox a:last-child {
  margin-right: 0;
}
@media (max-width: 748px) {
  #c-footer .c-top-box {
    padding: 2rem 0;
  }
  #c-footer .c-list-box {
    width: 100%;
  }
  #c-footer .c-list-box .c-title-box {
    padding: 10px 0;
    border-bottom: 1px solid #666;
  }
  #c-footer .c-list-box .c-title-box i {
    display: inline-block;
  }
  #c-footer .c-list-box.on .c-title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #c-footer .c-list-box .c-list {
    padding-top: 10px;
    display: none;
  }
  #c-footer .c-list-box .c-list li {
    padding-bottom: 5px;
  }
  #c-footer .c-wrap {
    padding-top: 40px;
  }
  #c-footer .c-wrap .c-title-box {
    padding-bottom: 10px;
  }
  #c-footer .c-text-box {
    line-height: 24px;
  }
  #c-footer .c-code {
    margin-top: 40px;
    width: 162px;
  }
}
/* 顶部banner */
#c-top-banner {
  position: relative;
  height: 4rem;
  color: #fff;
}
@media (max-width: 972px) {
  #c-top-banner {
    height: 12rem;
  }
}
#c-top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-top-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 972px) {
  #c-top-banner img.c-pc {
    display: none;
  }
}
#c-top-banner img.c-mb {
  display: none;
}
@media (max-width: 972px) {
  #c-top-banner img.c-mb {
    display: block;
  }
}
#c-top-banner .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-top-banner .c-text-box .c-title {
  line-height: 1.2;
}
#c-top-banner .c-text-box .c-text {
  margin-top: 20px;
  opacity: 0.7;
  max-width: 450px;
}
#c-top-banner .c-text-box form {
  margin: 0.2rem auto;
  display: flex;
  align-items: flex-start;
  height: 60px;
  width: 100%;
  max-width: 490px;
  border-radius: 3px;
}
@media (max-width: 972px) {
  #c-top-banner .c-text-box form {
    width: 100%;
  }
}
@media (max-width: 748px) {
  #c-top-banner .c-text-box form {
    margin-top: 1rem;
    height: 50px;
  }
}
#c-top-banner .c-text-box form button {
  position: relative;
  width: 26%;
  height: 100%;
  background: #78bc27;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
#c-top-banner .c-text-box form button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
#c-top-banner .c-text-box form button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/ss-ico1.png) no-repeat center / 18px auto;
}
#c-top-banner .c-text-box form button:hover::before {
  height: 100%;
}
#c-top-banner .c-text-box form input {
  padding: 0 30px;
  width: 74%;
  height: 100%;
  line-height: 60px;
  border-radius: 3px 0 0 5px;
  border: 1px solid #78bc27;
  border-right: 0;
}
@media (max-width: 748px) {
  #c-top-banner .c-text-box form input {
    padding: 0 20px;
    line-height: 50px;
  }
}
#c-top-banner .c-text-box form input::-webkit-input-placeholder,
#c-top-banner .c-text-box form textarea::-webkit-input-placeholder {
  color: #fff !important;
}
#c-top-banner .c-text-box form input:-moz-placeholder,
#c-top-banner .c-text-box form textarea:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
#c-top-banner .c-text-box form input::-moz-placeholder,
#c-top-banner .c-text-box form textarea::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
#c-top-banner .c-text-box form input::-ms-input-placeholder,
#c-top-banner .c-text-box form textarea::-ms-input-placeholder {
  color: #fff !important;
}
#c-top-banner.c-dt {
  text-align: center;
  height: 7rem;
}
@media (max-width: 972px) {
  #c-top-banner.c-dt {
    height: 10rem;
  }
}
@media (max-width: 748px) {
  #c-top-banner.c-dt {
    height: 14rem;
  }
}
#c-top-banner.c-dt::before {
  background: rgba(0, 0, 0, 0.4);
}
#c-top-banner.c-dt .c-play {
  margin: 0.3rem auto 0.7rem;
  width: 80px;
  height: 80px;
  background: url(../images/bf-ico.png) no-repeat center / 100%;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-top-banner.c-dt .c-play {
    margin: 1rem auto;
    width: 50px;
    height: 50px;
  }
}
#c-top-banner.c-dt .c-play:hover {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
#c-top-banner.c-dt .c-common-btn1 {
  color: #fff;
  background-color: #78bc27;
  border-color: #78bc27;
  margin: 0 auto;
}
#c-top-banner.c-dt .c-common-btn1::before {
  background-color: #6ba821;
}
#c-top-banner.c-dt .c-common-btn1:hover {
  border-color: #6ba821;
  color: #fff;
}
#c-top-banner.c-dt2 .c-text-box .c-title {
  text-align: 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: #666;
  transition: 0.5s;
}
#c-top-menu .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #78bc27;
  transition: 0.5s;
}
#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
  color: #78bc27;
}
#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: #78bc27;
}
.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;
}
/* 上下页 */
#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: #666;
  transition: 0.5s;
}
#c-prev-next a:hover {
  color: #78bc27;
}
#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: 748px) {
  #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 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #666;
  font-size: 14px;
  line-height: 40px;
}
.c-page a {
  position: relative;
  z-index: 5;
  margin: 5px;
  display: block;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  color: #666;
  transition: 0.5s;
  overflow: hidden;
}
.c-page a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
.c-page a:hover,
.c-page a.on {
  color: #fff;
}
.c-page a:hover::before,
.c-page a.on::before {
  height: 100%;
}
@media (max-width: 748px) {
  .c-page a {
    display: none;
  }
  .c-page .prev,
  .c-page .next {
    display: inline-block;
    color: #fff !important;
    background: #78bc27 !important;
  }
}
/* 公共标题 */
.c-common-title .c-title {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ddd;
  line-height: 1;
  font-family: "MyriadPro-Semibold";
}
@media (max-width: 748px) {
  .c-common-title .c-title {
    padding-bottom: 1rem;
  }
}
.c-common-title .c-text {
  padding-top: 0.3rem;
  color: #999;
}
@media (max-width: 748px) {
  .c-common-title .c-text {
    padding-top: 1rem;
  }
}
/* 视频弹窗 */
#hi-video-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-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  z-index: 10;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-video-pop .hi-close:hover {
  background: #78bc27;
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop .hi-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hi-video-pop video {
  max-width: 90%;
  max-height: 70%;
}
#c-core {
  position: relative;
}
@media (max-width: 972px) {
  #c-core {
    padding: 100px 0;
  }
}
@media (max-width: 748px) {
  #c-core {
    padding: 60px 0;
  }
}
#c-core::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#c-core .c-list2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#c-core .c-list2 li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
#c-core .c-list2 li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-core .c-list2 li > img.c-pc {
    display: none;
  }
}
#c-core .c-list2 li > img.c-mb {
  display: none;
}
@media (max-width: 748px) {
  #c-core .c-list2 li > img.c-mb {
    display: block;
  }
}
#c-core .c-list2 li.on {
  z-index: 2;
  opacity: 1;
}
#c-core .c-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 3;
  color: #fff;
  height: 100%;
}
@media (max-width: 972px) {
  #c-core .c-container {
    align-content: center;
  }
}
#c-core .c-list {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 972px) {
  #c-core .c-list {
    height: auto;
  }
}
@media (max-width: 748px) {
  #c-core .c-list {
    flex-wrap: wrap;
  }
}
#c-core .c-list li {
  position: relative;
  flex-shrink: 0;
  padding: 2.4rem 0.2rem 0;
  width: 2rem;
  height: 100%;
  font-size: 18px;
  line-height: 24px;
  background: url(../images/line.png) no-repeat right top / 1px 100%;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-core .c-list li {
    padding: 2.6rem 0.2rem 0;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1260px) {
  #c-core .c-list li {
    padding: 3rem 0.2rem 0;
  }
}
@media (max-width: 972px) {
  #c-core .c-list li {
    padding: 2rem 0.2rem 0;
    min-height: 7rem;
    width: 16.666666% !important;
  }
}
@media (max-width: 748px) {
  #c-core .c-list li {
    padding: 2rem 0.5rem 0;
    width: 50% !important;
  }
}
#c-core .c-list li .c-wrap {
  display: block;
  height: 100%;
  color: #fff;
}
#c-core .c-list li.on {
  flex-shrink: 1;
  flex-grow: 1;
}
#c-core .c-list li.on .c-text-box {
  opacity: 1;
  transition: all 0.5s 0.5s;
}
@media (max-width: 972px) {
  #c-core .c-list li.on .c-text-box {
    opacity: 0;
  }
}
#c-core .c-list li.on .c-title {
  opacity: 0;
  transition: all 0.5s 0s;
}
@media (max-width: 972px) {
  #c-core .c-list li.on .c-title {
    opacity: 1;
  }
}
#c-core .c-list li:first-child {
  background: url(../images/line.png) no-repeat right top / 1px 100%, url(../images/line.png) no-repeat left top / 1px 100%;
}
#c-core .c-list li:nth-child(odd) {
  background: url(../images/line.png) no-repeat right top / 1px 100%, url(../images/line.png) no-repeat left top / 1px 100%;
}
#c-core .c-list li .c-title {
  transition: all 0.5s 0.5s;
}
#c-core .c-list li .c-text-box {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.2rem;
  transition: all 0.5s 0s;
}
@media (max-width: 972px) {
  #c-core .c-list li .c-text-box {
    display: none;
  }
}
#c-core .c-list li .c-text-box .c-title2 {
  line-height: 1.2;
}
#c-core .c-list li .c-text-box .c-text {
  padding: 20px 0 1.5rem;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1580px) {
  #c-core .c-list li .c-text-box .c-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 972px) {
  #c-core .c-list li .c-text-box .c-text {
    padding: 1rem 0 0;
  }
}
@media (max-width: 748px) {
  #c-core .c-list li .c-text-box .c-text {
    padding: 1rem 0;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 972px) {
  #c-branch {
    padding: 100px 0;
  }
}
@media (max-width: 748px) {
  #c-branch {
    padding: 60px 0;
  }
}
#c-branch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#c-branch > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 972px) {
  #c-branch > video {
    display: none;
  }
}
#c-branch > img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 972px) {
  #c-branch > img {
    display: block;
  }
}
#c-branch .c-text-box {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  color: #fff;
}
#c-branch .c-text-box .c-title {
  margin-bottom: 0.8rem;
  font-size: 0.72rem;
  line-height: 1.2;
}
@media (max-width: 748px) {
  #c-branch .c-text-box .c-title {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
#c-branch .c-text-box .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-branch .c-text-box .c-list li {
  width: 25%;
}
@media (max-width: 748px) {
  #c-branch .c-text-box .c-list li {
    margin-top: 1.5rem;
    width: 50%;
  }
}
#c-branch .c-text-box .c-list li .c-num {
  margin-bottom: 10px;
  font-family: "MyriadPro-Semibold";
  font-size: 0.72rem;
  line-height: 1;
  color: #78bc27;
}
@media (max-width: 748px) {
  #c-branch .c-text-box .c-list li .c-num {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
#c-branch .c-text-box .c-list li .c-text {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 748px) {
  #c-branch .c-text-box .c-list li .c-text {
    font-size: 14px;
    line-height: 24px;
  }
}
#c-solutions {
  position: relative;
  background: #0b1b2b;
  padding-top: 151px;
}
@media (max-width: 972px) {
  #c-solutions {
    padding: 60px 0;
  }
}
#c-solutions .c-banner2-top {
  height: -webkit-calc(-50vh);
  height: calc(100vh - 150px);
  padding: 0 2.4rem;
}
@media (max-width: 1580px) {
  #c-solutions .c-banner2-top {
    padding: 0 1.54rem;
  }
}
@media (max-width: 972px) {
  #c-solutions .c-banner2-top {
    margin: 0 20px;
    padding: 0;
    height: 12rem;
  }
}
#c-solutions .c-banner2-top .swiper-slide.swiper-slide-active::before {
  background: rgba(0, 0, 0, 0.3);
}
#c-solutions .c-banner2-top .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
}
#c-solutions .c-banner2-top .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-solutions .c-banner2-top .swiper-slide .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  padding: 0 2.1rem;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
@media (max-width: 1900px) {
  #c-solutions .c-banner2-top .swiper-slide .c-text-box {
    top: 30%;
  }
}
@media (max-width: 1580px) {
  #c-solutions .c-banner2-top .swiper-slide .c-text-box {
    padding: 3rem;
  }
}
@media (max-width: 972px) {
  #c-solutions .c-banner2-top .swiper-slide .c-text-box {
    top: 50%;
  }
}
@media (max-width: 748px) {
  #c-solutions .c-banner2-top .swiper-slide .c-text-box {
    padding: 20px;
  }
}
#c-solutions .c-banner2-top .swiper-slide .c-text-box .c-title {
  font-family: "MyriadPro-Semibold";
  line-height: 1.3;
}
@media (max-width: 748px) {
  #c-solutions .c-banner2-top .swiper-slide .c-text-box .c-title {
    margin-bottom: 20px;
  }
}
#c-solutions .c-banner2-top .swiper-slide .c-text-box .c-text {
  margin: 20px 0 35px;
  font-size: 18px;
  line-height: 30px;
  opacity: 0.7;
}
@media (max-width: 748px) {
  #c-solutions .c-banner2-top .swiper-slide .c-text-box .c-text {
    display: none;
  }
}
#c-solutions .c-banner2-top .swiper-slide .c-text-box .c-btn-box {
  display: flex;
  align-items: flex-start;
}
#c-solutions .c-banner2-top .swiper-slide .c-text-box .c-btn-box .c-common-btn2 {
  height: 50px;
}
@media (max-width: 748px) {
  #c-solutions .c-banner2-top .swiper-slide .c-text-box .c-btn-box .c-common-btn2 {
    height: 44px;
  }
}
#c-solutions .c-banner2-top .swiper-slide .c-text-box .c-btn-box a:first-child {
  margin-right: 20px;
}
#c-solutions .c-banner2-top .swiper-button-next,
#c-solutions .c-banner2-top .swiper-button-prev {
  width: 68px;
  height: 68px;
  margin-top: -34px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-solutions .c-banner2-top .swiper-button-next,
  #c-solutions .c-banner2-top .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
@media (max-width: 748px) {
  #c-solutions .c-banner2-top .swiper-button-next,
  #c-solutions .c-banner2-top .swiper-button-prev {
    display: none;
  }
}
#c-solutions .c-banner2-top .swiper-button-next::before,
#c-solutions .c-banner2-top .swiper-button-prev::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-solutions .c-banner2-top .swiper-button-next:hover,
#c-solutions .c-banner2-top .swiper-button-prev:hover {
  border-color: #78bc27;
}
#c-solutions .c-banner2-top .swiper-button-next:hover::before,
#c-solutions .c-banner2-top .swiper-button-prev:hover::before {
  height: 100%;
}
#c-solutions .c-banner2-top .swiper-button-next {
  background: transparent;
  right: 2.8rem;
}
#c-solutions .c-banner2-top .swiper-button-next div {
  width: 100%;
  height: 100%;
  background: url(../images/jt2.png) no-repeat center / 20px auto;
}
@media (max-width: 972px) {
  #c-solutions .c-banner2-top .swiper-button-next {
    right: 30px;
  }
}
#c-solutions .c-banner2-top .swiper-button-prev {
  background: transparent;
  left: 2.8rem;
}
#c-solutions .c-banner2-top .swiper-button-prev div {
  width: 100%;
  height: 100%;
  background: url(../images/jt1.png) no-repeat center / 20px auto;
}
@media (max-width: 972px) {
  #c-solutions .c-banner2-top .swiper-button-prev {
    left: 30px;
  }
}
#c-solutions .c-banner2-bottom {
  position: absolute;
  left: 12.5%;
  bottom: 0;
  width: 75%;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1580px) {
  #c-solutions .c-banner2-bottom {
    width: 84%;
    left: 8%;
  }
}
@media (max-width: 972px) {
  #c-solutions .c-banner2-bottom {
    position: relative;
    width: -webkit-calc(60%);
    width: calc(100% - 40px);
    bottom: 0;
    left: 0;
  }
}
#c-solutions .c-banner2-bottom .c-wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0.6rem;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-solutions .c-banner2-bottom .c-wrap {
    padding: 20px 30px;
  }
}
@media (max-width: 748px) {
  #c-solutions .c-banner2-bottom .c-wrap {
    padding: 15px;
  }
}
#c-solutions .c-banner2-bottom .c-wrap::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -1px;
  height: -webkit-calc(40%);
  height: calc(100% - 60px);
  border-right: 1px solid #ddd;
}
@media (max-width: 1580px) {
  #c-solutions .c-banner2-bottom .c-wrap::before {
    top: 20px;
    height: -webkit-calc(60%);
    height: calc(100% - 40px);
  }
}
#c-solutions .c-banner2-bottom .c-wrap .c-ico {
  position: relative;
  margin-right: 15px;
}
@media (max-width: 1580px) {
  #c-solutions .c-banner2-bottom .c-wrap .c-ico {
    margin-right: 10px;
  }
}
@media (max-width: 748px) {
  #c-solutions .c-banner2-bottom .c-wrap .c-ico {
    margin-right: 5px;
  }
}
#c-solutions .c-banner2-bottom .c-wrap .c-ico img {
  height: 40px;
}
@media (max-width: 1580px) {
  #c-solutions .c-banner2-bottom .c-wrap .c-ico img {
    height: 36px;
  }
}
#c-solutions .c-banner2-bottom .c-wrap .c-ico img:nth-child(2) {
  display: none;
}
#c-solutions .c-banner2-bottom .c-wrap .c-text {
  font-size: 20px;
  line-height: 26px;
  transition: all 0.5s;
}
@media (max-width: 1900px) {
  #c-solutions .c-banner2-bottom .c-wrap .c-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 748px) {
  #c-solutions .c-banner2-bottom .c-wrap .c-text {
    font-size: 14px;
    line-height: 24px;
  }
}
#c-solutions .c-banner2-bottom .swiper-slide {
  cursor: pointer;
}
#c-solutions .c-banner2-bottom .swiper-slide-thumb-active .c-wrap {
  background: #78bc27;
}
#c-solutions .c-banner2-bottom .swiper-slide-thumb-active .c-wrap .c-ico {
  position: relative;
}
#c-solutions .c-banner2-bottom .swiper-slide-thumb-active .c-wrap .c-ico img:nth-child(1) {
  display: none;
}
#c-solutions .c-banner2-bottom .swiper-slide-thumb-active .c-wrap .c-ico img:nth-child(2) {
  display: inline-block;
}
#c-solutions .c-banner2-bottom .swiper-slide-thumb-active .c-wrap .c-text {
  color: #fff;
}
#c-news {
  position: relative;
  padding-top: 150px;
}
@media (max-width: 972px) {
  #c-news {
    height: auto;
    padding: 60px 0;
  }
}
#c-news > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-news .c-main-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
#c-news .c-main-wrap .c-main-title {
  position: relative;
  z-index: 5;
  font-size: 0.72rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media (max-width: 748px) {
  #c-news .c-main-wrap .c-main-title {
    font-size: 1.4rem;
  }
}
#c-news .c-main-wrap > div {
  width: 100%;
}
#c-news .c-banner3-top {
  position: relative;
  z-index: 5;
  padding: 20px 0;
  perspective: 100vw;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
}
#c-news .c-banner3-top .c-wrap {
  display: block;
  height: 2.2rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-news .c-banner3-top .c-wrap {
    height: 4rem;
  }
}
#c-news .c-banner3-top .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
#c-news .c-banner3-top .c-wrap:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-news .c-banner3-top .swiper-wrapper {
  -webkit-transform-style: none;
  transform-style: none;
}
#c-news .c-banner3-top .swiper-slide {
  transition: all 1s;
  overflow: hidden;
  transform: rotateY(0) scale(1) translateX(0);
}
#c-news .c-banner3-top .swiper-slide-prev3 {
  transform: rotateY(60deg) scale(1.1) translateX(-80px);
}
#c-news .c-banner3-top .swiper-slide-prev2 {
  transform: rotateY(40deg) scale(1) translateX(-30px);
}
#c-news .c-banner3-top .swiper-slide-prev {
  transform: rotateY(20deg) scale(0.9) translateX(0);
}
#c-news .c-banner3-top .swiper-slide-active {
  transform: rotateY(0) scale(0.87) translateX(0);
}
#c-news .c-banner3-top .swiper-slide-next {
  transform: rotateY(-20deg) scale(0.9) translateX(0);
}
#c-news .c-banner3-top .swiper-slide-next2 {
  transform: rotateY(-40deg) scale(1) translateX(30px);
}
#c-news .c-banner3-top .swiper-slide-next3 {
  transform: rotateY(-60deg) scale(1.1) translateX(80px);
}
#c-news .c-banner3-bottom-wrap {
  position: relative;
  z-index: 5;
  text-align: center;
  margin: 0 auto;
  width: 75%;
}
@media (max-width: 972px) {
  #c-news .c-banner3-bottom-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 748px) {
  #c-news .c-banner3-bottom-wrap {
    padding: 0;
  }
}
#c-news .c-banner3-bottom-wrap .c-btn-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-news .c-banner3-bottom-wrap .c-btn-box .c-next,
#c-news .c-banner3-bottom-wrap .c-btn-box .c-prev {
  position: relative;
  width: 68px;
  height: 68px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-news .c-banner3-bottom-wrap .c-btn-box .c-next,
  #c-news .c-banner3-bottom-wrap .c-btn-box .c-prev {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 748px) {
  #c-news .c-banner3-bottom-wrap .c-btn-box .c-next,
  #c-news .c-banner3-bottom-wrap .c-btn-box .c-prev {
    display: none;
  }
}
#c-news .c-banner3-bottom-wrap .c-btn-box .c-next::before,
#c-news .c-banner3-bottom-wrap .c-btn-box .c-prev::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-news .c-banner3-bottom-wrap .c-btn-box .c-next:hover,
#c-news .c-banner3-bottom-wrap .c-btn-box .c-prev:hover {
  border-color: #78bc27;
}
#c-news .c-banner3-bottom-wrap .c-btn-box .c-next:hover::before,
#c-news .c-banner3-bottom-wrap .c-btn-box .c-prev:hover::before {
  height: 100%;
}
@media (max-width: 972px) {
  #c-news .c-banner3-bottom-wrap .c-btn-box .c-next {
    right: 20px;
  }
}
#c-news .c-banner3-bottom-wrap .c-btn-box .c-next div {
  width: 100%;
  height: 100%;
  background: url(../images/jt2.png) no-repeat center / 20px auto;
}
@media (max-width: 972px) {
  #c-news .c-banner3-bottom-wrap .c-btn-box .c-prev {
    left: 20px;
  }
}
#c-news .c-banner3-bottom-wrap .c-btn-box .c-prev div {
  width: 100%;
  height: 100%;
  background: url(../images/jt1.png) no-repeat center / 20px auto;
}
#c-news .c-banner3-bottom-wrap .c-common-btn2 {
  flex-shrink: 0;
  display: none;
}
@media (max-width: 748px) {
  #c-news .c-banner3-bottom-wrap .c-common-btn2 {
    display: none;
  }
}
#c-news .c-banner3-bottom-wrap .c-banner3-bottom {
  position: relative;
  z-index: 5;
  padding: 0 0.6rem;
  display: inline-flex;
  width: 50%;
}
@media (max-width: 1580px) {
  #c-news .c-banner3-bottom-wrap .c-banner3-bottom {
    padding: 0 0.6rem;
  }
}
@media (max-width: 748px) {
  #c-news .c-banner3-bottom-wrap .c-banner3-bottom {
    width: 100%;
    padding: 0;
  }
}
#c-news .c-banner3-bottom-wrap .c-banner3-bottom .c-wrap {
  display: block;
  color: #fff;
  text-align: center;
}
#c-news .c-banner3-bottom-wrap .c-banner3-bottom .c-wrap .c-title {
  margin: 20px 0 0;
  height: 64px;
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 1580px) {
  #c-news .c-banner3-bottom-wrap .c-banner3-bottom .c-wrap .c-title {
    margin: 10px 0 0;
    height: 52px;
    font-size: 16px;
    line-height: 26px;
  }
}
#c-news .c-banner3-bottom-wrap .c-banner3-bottom .c-wrap .c-more {
  display: none;
  color: #78bc27;
}
#c-news .c-banner3-bottom-wrap .c-banner3-bottom .swiper-slide {
  position: relative;
  z-index: 1;
  opacity: 0 !important;
}
#c-news .c-banner3-bottom-wrap .c-banner3-bottom .swiper-slide.swiper-slide-active {
  z-index: 3;
  opacity: 1 !important;
}
#c-top-site {
  position: relative;
  padding: 25px 0;
}
#c-top-site.c-dt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
#c-top-site.c-dt .c-wrap {
  color: #fff;
}
#c-top-site.c-dt .c-wrap .c-site a {
  color: #fff;
}
#c-top-site.c-dt .c-wrap .c-site a:hover {
  color: #78bc27 !important;
}
#c-top-site.c-dt .c-wrap .c-site a.on {
  color: #fff;
}
#c-top-site > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-top-site .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  color: #999;
}
#c-top-site .c-wrap .c-site a {
  color: #999;
  transition: all 0.5s;
}
#c-top-site .c-wrap .c-site a.on {
  color: #666;
}
#c-top-site .c-wrap .c-site a:hover {
  color: #78bc27;
}
#c-top-site .c-wrap .c-site span {
  margin: 0 5px;
}
#c-top-site .c-wrap .c-site span:last-child {
  display: none;
}
#c-top-site .c-wrap .c-list {
  display: flex;
  align-items: center;
  margin: -25px 0;
}
@media (max-width: 1260px) {
  #c-top-site .c-wrap .c-list {
    margin: 10px 0 0;
    width: 100%;
    overflow-x: auto;
  }
}
#c-top-site .c-wrap .c-list li {
  flex: none;
  margin-right: 60px;
  height: 80px;
  line-height: 80px;
}
@media (max-width: 1900px) {
  #c-top-site .c-wrap .c-list li {
    margin-right: 20px;
  }
}
@media (max-width: 1260px) {
  #c-top-site .c-wrap .c-list li {
    height: auto;
    line-height: 24px;
  }
}
#c-top-site .c-wrap .c-list li:last-child {
  margin-right: 0;
}
#c-top-site .c-wrap .c-list li a {
  position: relative;
  display: block;
  color: #666;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  #c-top-site .c-wrap .c-list li a {
    padding-bottom: 5px;
  }
}
#c-top-site .c-wrap .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 2px solid #78bc27;
  transition: all 0.5s;
}
#c-top-site .c-wrap .c-list li a:hover::before {
  width: 100%;
}
#c-top-site .c-wrap .c-list li.on a::before {
  width: 100%;
}
#c-inquiry1 {
  padding: 0.5rem 0 1rem;
}
@media (max-width: 748px) {
  #c-inquiry1 {
    padding: 1.5rem 0 3rem;
  }
}
#c-inquiry1 .c-top {
  margin-bottom: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-top {
    margin-bottom: 1.5rem;
  }
}
#c-inquiry1 .c-top .c-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 350px;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-top .c-list {
    width: 100%;
    margin-top: 20px;
  }
}
#c-inquiry1 .c-top .c-list::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 20px;
  width: -webkit-calc(58%);
  width: calc(100% - 42px);
  border-top: 1px solid #ddd;
}
#c-inquiry1 .c-top .c-list li {
  position: relative;
  z-index: 5;
}
#c-inquiry1 .c-top .c-list li .c-dot {
  margin: 0 auto 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999;
}
#c-inquiry1 .c-top .c-list li .c-text {
  color: #999;
}
#c-inquiry1 .c-top .c-list li.on .c-dot {
  background: #78bc27;
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
}
#c-inquiry1 .c-top .c-list li.on .c-text {
  color: #474b4f;
}
#c-inquiry1 .c-bottom {
  overflow-x: auto;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 table {
  min-width: 830px;
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  text-align: left;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr {
  position: relative;
  border-bottom: 2px solid #f7f9fa;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr th {
  padding: 30px 40px;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr th {
    padding: 20px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(2) {
  padding: 30px 100px 30px 0;
}
@media (max-width: 1900px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(2) {
    padding: 30px 40px 30px 0;
  }
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(2) {
    padding: 20px 20px 20px 0;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(3) {
  padding: 30px 0;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(3) {
    padding: 20px 0;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(3),
#c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(4) {
  text-align: center;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(1) {
  width: 200px;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(1) {
    width: 160px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(2) {
  width: -webkit-calc(-600%);
  width: calc(100% - 700px);
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(2) {
    width: -webkit-calc(-330%);
    width: calc(100% - 430px);
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(3) {
  width: 200px;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(3) {
    width: 150px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(4) {
  width: 200px;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr th:nth-child(4) {
    width: 120px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr td {
  padding: 40px;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr td {
    padding: 20px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(3),
#c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(4) {
  text-align: center;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(2) {
  padding: 40px 100px 40px 0;
}
@media (max-width: 1900px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(2) {
    padding: 40px 40px 40px 0;
  }
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(2) {
    padding: 20px 20px 20px 0;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(3) {
  padding: 40px 0;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(3) {
    padding: 20px 0;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(1) {
  width: 200px;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(1) {
    width: 160px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(2) {
  width: -webkit-calc(-330%);
  width: calc(100% - 430px);
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(3) {
  width: 200px;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(3) {
    width: 150px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(4) {
  width: 200px;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr td:nth-child(4) {
    width: 120px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box1 {
  display: flex;
  align-items: center;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box1 .c-checked {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background: url(../images/checked1.png) no-repeat center / 100%;
  cursor: pointer;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box2 {
  display: flex;
  align-items: center;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box2 .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 100px;
  border: 1px solid #ddd;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box2 .c-img-box {
    width: 120px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box2 .c-img-box img {
  max-width: 100%;
  max-height: 100%;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box2 .c-text-box {
  padding-left: 30px;
  width: -webkit-calc(-74%);
  width: calc(100% - 174px);
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box2 .c-text-box {
    padding-left: 20px;
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box2 .c-text-box .c-title {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box2 .c-text-box .c-title {
    font-size: 18px;
    line-height: 28px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box2 .c-text-box .c-text {
  height: 52px;
  line-height: 26px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box3 {
  position: relative;
  width: 100%;
  height: 50px;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box3 input {
  padding: 0 50px;
  width: 100%;
  height: 100%;
  line-height: 48px;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box3 .c-reduce,
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box3 .c-add {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  border-radius: 3px;
  font-size: 30px;
  cursor: pointer;
  background: url(../images/reduce.png) no-repeat center / 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.5s;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box3 .c-reduce:hover,
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box3 .c-add:hover {
  background-color: #78bc27;
  background-image: url(../images/reduce2.png);
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box3 .c-add {
  left: auto;
  right: 0;
  background-image: url(../images/add.png);
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-box3 .c-add:hover {
  background-image: url(../images/add2.png);
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-del {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: url(../images/close.png) no-repeat center / 14px;
  cursor: pointer;
  transition: all 0.5s;
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr .c-del:hover {
  background-color: #78bc27;
  background-image: url(../images/close2.png);
}
#c-inquiry1 .c-bottom #c-inquiry-form1 tr.on .c-box1 .c-checked {
  background-image: url(../images/checked2.png);
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-main-title {
  padding-bottom: 25px;
  font-size: 24px;
  line-height: 34px;
  border-bottom: 1px solid #ddd;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox {
  margin-bottom: 20px;
  padding: 50px 30px 80px;
  background: #fff;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox {
    padding: 30px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-title {
  margin-bottom: 10px;
  line-height: 26px;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-title .c-btn {
  display: inline-block;
  margin-left: 30px;
  padding-left: 30px;
  color: #78bc27;
  background: url(../images/bj-ico.png) no-repeat left center / 20px auto;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-title .c-btn {
    margin-left: 10px;
    padding-left: 20px;
    background-size: 14px auto;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 45px -10px -25px;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list {
    margin-top: 30px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li {
  width: 50%;
  padding: 0 10px 25px;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li {
    width: 100%;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li:nth-child(5),
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li:nth-child(6) {
  width: 100%;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li:nth-child(5) li {
  width: 25%;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li:nth-child(5) li {
    width: 100%;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li:nth-child(6) li {
  width: 50%;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li:nth-child(6) li {
    width: 100%;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li:last-child li:first-child {
  position: relative;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li:last-child li:first-child input {
  padding-right: 160px;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li:last-child li:first-child input {
    padding-right: 100px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li:last-child li:first-child .c-img {
  position: absolute;
  top: 0;
  right: 10px;
  width: 160px;
  height: 62px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li:last-child li:first-child .c-img {
    width: 100px;
    height: 50px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list > li:last-child li:first-child .c-img img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list2 li {
  padding: 0 10px 20px;
  width: 100%;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list2 li input {
  padding: 0 20px;
  height: 62px;
  width: 100%;
  border: 1px solid #ddd;
  line-height: 60px;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list2 li input {
    padding: 0 15px;
    height: 50px;
    line-height: 48px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list2 li button {
  height: 62px;
  width: 100%;
  background: #78bc27;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #78bc27;
  position: relative;
  overflow: hidden;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list2 li button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list2 li button {
    height: 50px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list2 li button span {
  position: relative;
  z-index: 2;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list2 li button:hover {
  border-color: #6ba821;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-tbox .c-list2 li button:hover::before {
  height: 100%;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox {
  padding: 50px 30px 40px;
  background: #fff;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox {
    padding: 30px 30px 10px 30px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox .c-table-wrap {
  overflow-x: auto;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox table {
  min-width: 668px;
  width: 100%;
  border-collapse: collapse;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr {
  position: relative;
  border-bottom: 1px dashed #ddd;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr:last-child {
  border: 0;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr td {
  padding: 40px 0;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr td {
    padding: 20px 0;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr td:nth-child(2),
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr td:nth-child(3) {
  text-align: center;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr td:nth-child(2) {
  width: 280px;
  padding: 40px;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr td:nth-child(2) {
    width: 240px;
    padding: 20px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr td:nth-child(1) {
  width: -webkit-calc(-330%);
  width: calc(100% - 430px);
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr td:nth-child(1) {
    width: -webkit-calc(-290%);
    width: calc(100% - 390px);
  }
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr td:nth-child(1) {
    width: -webkit-calc(-210%);
    width: calc(100% - 310px);
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr td:nth-child(3) {
  width: 150px;
}
@media (max-width: 972px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr td:nth-child(3) {
    width: 80px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box2 {
  display: flex;
  align-items: center;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box2 .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 100px;
  border: 1px solid #ddd;
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box2 .c-img-box {
    width: 120px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box2 .c-img-box img {
  max-width: 100%;
  max-height: 100%;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box2 .c-text-box {
  padding-left: 30px;
  width: -webkit-calc(-74%);
  width: calc(100% - 174px);
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box2 .c-text-box {
    padding-left: 20px;
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box2 .c-text-box .c-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box2 .c-text-box .c-title {
    font-size: 18px;
    line-height: 28px;
  }
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box3 {
  position: relative;
  width: 100%;
  height: 50px;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box3 input {
  padding: 0 50px;
  width: 100%;
  height: 100%;
  line-height: 48px;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box3 .c-reduce,
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box3 .c-add {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  border-radius: 3px;
  font-size: 30px;
  cursor: pointer;
  background: url(../images/reduce.png) no-repeat center / 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.5s;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box3 .c-reduce:hover,
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box3 .c-add:hover {
  background-color: #78bc27;
  background-image: url(../images/reduce2.png);
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box3 .c-add {
  left: auto;
  right: 0;
  background-image: url(../images/add.png);
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-box3 .c-add:hover {
  background-image: url(../images/add2.png);
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-del {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: url(../images/close.png) no-repeat center / 14px;
  cursor: pointer;
  transition: all 0.5s;
}
#c-inquiry1 .c-bottom #c-inquiry-form2 .c-bbox tr .c-del:hover {
  background-color: #78bc27;
  background-image: url(../images/close2.png);
}
#c-inquiry1 .c-bottom .c-results {
  padding: 80px;
  background: #fff;
  text-align: center;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom .c-results {
    padding: 30px;
  }
}
#c-inquiry1 .c-bottom .c-results img {
  margin: 40px 0 20px;
  width: 80px;
}
@media (max-width: 1580px) {
  #c-inquiry1 .c-bottom .c-results img {
    margin-top: 0;
  }
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom .c-results img {
    margin-bottom: 10px;
    width: 50px;
  }
}
#c-inquiry1 .c-bottom .c-results .c-title {
  font-size: 0.3rem;
}
@media (max-width: 1580px) {
  #c-inquiry1 .c-bottom .c-results .c-title {
    font-size: 0.4rem;
  }
}
@media (max-width: 1260px) {
  #c-inquiry1 .c-bottom .c-results .c-title {
    font-size: 0.5rem;
  }
}
@media (max-width: 972px) {
  #c-inquiry1 .c-bottom .c-results .c-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom .c-results .c-title {
    font-size: 1.2rem;
  }
}
#c-inquiry1 .c-bottom .c-results .c-text {
  margin: 30px 0 50px;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom .c-results .c-text {
    margin: 10px 0 20px;
  }
}
#c-inquiry1 .c-bottom .c-results .c-btn {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 60px;
  border: 2px solid #78bc27;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  background: #78bc27;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 748px) {
  #c-inquiry1 .c-bottom .c-results .c-btn {
    width: 150px;
    height: 50px;
    font-size: 14px;
    border-radius: 25px;
  }
}
#c-inquiry1 .c-bottom .c-results .c-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
#c-inquiry1 .c-bottom .c-results .c-btn span {
  position: relative;
  z-index: 2;
}
#c-inquiry1 .c-bottom .c-results .c-btn:hover {
  border-color: #6ba821;
}
#c-inquiry1 .c-bottom .c-results .c-btn:hover::before {
  height: 100%;
}
#c-inquiry1-pop {
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
}
@media (max-width: 1580px) {
  #c-inquiry1-pop {
    padding: 20px 0;
  }
}
#c-inquiry1-pop .c-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-inquiry1-pop .c-left {
  color: #666;
}
@media (max-width: 748px) {
  #c-inquiry1-pop .c-left {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
#c-inquiry1-pop .c-left a {
  color: #666;
  transition: all 0.5s;
}
#c-inquiry1-pop .c-left a:hover {
  color: #78bc27;
}
#c-inquiry1-pop .c-left .c-line {
  margin: 0 25px;
}
#c-inquiry1-pop .c-left .c-num {
  margin-right: 5px;
  color: #78bc27;
}
#c-inquiry1-pop .c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 70px;
  border: 1px solid #78bc27;
  border-radius: 3px;
  color: #78bc27;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
#c-inquiry1-pop .c-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-inquiry1-pop .c-btn {
    width: 170px;
    height: 50px;
  }
}
@media (max-width: 748px) {
  #c-inquiry1-pop .c-btn {
    width: 100%;
  }
}
#c-inquiry1-pop .c-btn span {
  position: relative;
}
#c-inquiry1-pop .c-btn:hover {
  border-color: #6ba821;
  color: #fff;
}
#c-inquiry1-pop .c-btn:hover::before {
  height: 100%;
}
#c-product {
  position: relative;
  padding: 40px 0 1rem;
}
@media (max-width: 748px) {
  #c-product {
    padding: 2rem 0 3rem;
  }
}
#c-product .c-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-product .c-left {
  width: 360px;
}
@media (max-width: 1580px) {
  #c-product .c-left {
    width: 300px;
  }
}
@media (max-width: 1260px) {
  #c-product .c-left {
    width: 250px;
  }
}
@media (max-width: 748px) {
  #c-product .c-left {
    margin-bottom: 20px;
    width: 100%;
  }
}
#c-product .c-left .c-list {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-product .c-left .c-list {
    font-size: 14px;
    line-height: 24px;
  }
}
#c-product .c-left .c-list > li ul {
  display: none;
}
#c-product .c-left .c-list > li > ul > li > .c-title {
  padding-left: 40px;
}
@media (max-width: 1580px) {
  #c-product .c-left .c-list > li > ul > li > .c-title {
    padding-left: 20px;
  }
}
#c-product .c-left .c-list > li > ul > li > ul > li > .c-title {
  padding-left: 60px;
}
@media (max-width: 1580px) {
  #c-product .c-left .c-list > li > ul > li > ul > li > .c-title {
    padding-left: 40px;
  }
}
#c-product .c-left .c-list > li > ul > li > ul > li > ul > li > .c-title {
  padding-left: 80px;
}
@media (max-width: 1580px) {
  #c-product .c-left .c-list > li > ul > li > ul > li > ul > li > .c-title {
    padding-left: 60px;
  }
}
#c-product .c-left .c-list > li > ul > li > ul > li > ul > li > ul > li > .c-title {
  padding-left: 120px;
}
@media (max-width: 1580px) {
  #c-product .c-left .c-list > li > ul > li > ul > li > ul > li > ul > li > .c-title {
    padding-left: 100px;
  }
}
#c-product .c-left .c-list li {
  border-left: 2px solid transparent;
}
#c-product .c-left .c-list li.on > .c-title > i {
  background-image: url(../images/reduce3.png);
}
#c-product .c-left .c-list li.on > .c-title > i:hover {
  background-image: url(../images/reduce2.png);
}
#c-product .c-left .c-list li.active {
  border-color: #78bc27;
  background: #fff;
}
#c-product .c-left .c-list li.active > .c-title > i {
  background-color: #78bc27;
  background-image: url(../images/reduce2.png);
}
#c-product .c-left .c-list li.active > .c-title a {
  color: #78bc27;
}
#c-product .c-left .c-list .Armatura.active {
  border-color: #00558c;
}
#c-product .c-left .c-list .Armatura.active > .c-title > i {
  background-color: #00558c;
}
#c-product .c-left .c-list .Armatura.active > .c-title a {
  color: #00558c;
}
#c-product .c-left .c-list .Armatura .c-title i:hover {
  background-color: #00558c;
}
#c-product .c-left .c-list .Armatura .c-title a:hover {
  color: #00558c;
}
#c-product .c-left .c-list .Armatura li.active {
  border-color: #00558c;
}
#c-product .c-left .c-list .Armatura li.active > .c-title a {
  color: #00558c;
}
#c-product .c-left .c-list .Armatura li.active > .c-title > i {
  background-color: #00558c;
}
#c-product .c-left .c-list .c-title {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 10px 10px 10px 0;
  word-wrap: break-word;
  word-break: normal;
}
@media (max-width: 748px) {
  #c-product .c-left .c-list .c-title {
    padding: 5px 10px 5px 0;
  }
}
#c-product .c-left .c-list .c-title i {
  flex-shrink: 0;
  display: inline-block;
  margin: 4px 0;
  width: 20px;
  height: 20px;
  background: url(../images/add3.png) no-repeat center / 14px;
  cursor: pointer;
  transition: all 0.5s;
}
#c-product .c-left .c-list .c-title i:hover {
  background-color: #78bc27;
  background-image: url(../images/add2.png);
}
#c-product .c-left .c-list .c-title a {
  margin-left: 15px;
  color: #474b4f;
  transition: 0.5s;
}
@media (max-width: 1580px) {
  #c-product .c-left .c-list .c-title a {
    margin-left: 5px;
  }
}
#c-product .c-left .c-list .c-title a:hover {
  color: #78bc27;
}
#c-product .c-right {
  width: -webkit-calc(-320%);
  width: calc(100% - 420px);
}
@media (max-width: 1580px) {
  #c-product .c-right {
    width: -webkit-calc(-230%);
    width: calc(100% - 330px);
  }
}
@media (max-width: 1260px) {
  #c-product .c-right {
    width: -webkit-calc(-170%);
    width: calc(100% - 270px);
  }
}
@media (max-width: 748px) {
  #c-product .c-right {
    width: 100%;
  }
}
#c-product .c-right .Armatura-tips {
  margin-bottom: 40px;
}
#c-product .c-right .Armatura-tips img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 972px) {
  #c-product .c-right .Armatura-tips {
    margin-bottom: 20px;
  }
}
#c-product .c-right .Armatura-tips .c-img {
  margin-top: 20px;
}
@media (max-width: 972px) {
  #c-product .c-right .Armatura-tips .c-img {
    margin-bottom: 10px;
  }
}
#c-product .c-right .Armatura-tips .c-img img {
  width: 100%;
}
@media (max-width: 748px) {
  #c-product .c-right .Armatura-tips .c-img img {
    display: none;
  }
}
#c-product .c-right .Armatura-tips .c-img img:nth-child(2) {
  display: none;
}
@media (max-width: 748px) {
  #c-product .c-right .Armatura-tips .c-img img:nth-child(2) {
    display: block;
  }
}
#c-product .c-right .c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 972px) {
  #c-product .c-right .c-top {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
#c-product .c-right .c-top .c-wrap {
  display: flex;
  align-items: flex-start;
  height: 60px;
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 972px) {
  #c-product .c-right .c-top .c-wrap {
    margin-top: 15px;
    width: 100%;
  }
}
@media (max-width: 748px) {
  #c-product .c-right .c-top .c-wrap {
    height: 50px;
  }
}
#c-product .c-right .c-top .c-wrap button {
  position: relative;
  width: 26%;
  height: 100%;
  background: #78bc27;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
#c-product .c-right .c-top .c-wrap button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
#c-product .c-right .c-top .c-wrap button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/ss-ico1.png) no-repeat center / 18px auto;
}
#c-product .c-right .c-top .c-wrap button:hover::before {
  height: 100%;
}
#c-product .c-right .c-top .c-wrap input {
  padding: 0 30px;
  width: 74%;
  height: 100%;
  line-height: 60px;
  border: 1px solid #78bc27;
  border-radius: 3px 0 0 3px;
}
@media (max-width: 748px) {
  #c-product .c-right .c-top .c-wrap input {
    padding: 0 20px;
    line-height: 50px;
  }
}
#c-product .c-right .c-center {
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
}
@media (max-width: 748px) {
  #c-product .c-right .c-center {
    padding: 20px;
  }
}
#c-product .c-right .c-center .c-tbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-product .c-right .c-center .c-tbox {
    padding-bottom: 20px;
  }
}
#c-product .c-right .c-center .c-tbox .c-title {
  line-height: 1;
  margin-right: 20px;
}
#c-product .c-right .c-center .c-tbox .c-title .c-t1 {
  font-size: 0.3rem;
}
@media (max-width: 1260px) {
  #c-product .c-right .c-center .c-tbox .c-title .c-t1 {
    font-size: 14px;
  }
}
#c-product .c-right .c-center .c-tbox .c-title i:last-child {
  display: none;
}
#c-product .c-right .c-center .c-tbox .c-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-product .c-right .c-center .c-tbox .c-btn i {
  margin-left: 15px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/jt3.png) no-repeat center / 100% auto;
  transform: rotate(180deg);
}
#c-product .c-right .c-center .c-tbox .c-btn.on i {
  transform: rotate(0deg);
}
#c-product .c-right .c-center .c-banner4 {
  padding: 40px 0;
}
#c-product .c-right .c-center .c-banner4 .swiper-slide {
  width: auto;
}
@media (max-width: 748px) {
  #c-product .c-right .c-center .c-banner4 {
    padding: 20px 0;
  }
}
#c-product .c-right .c-center .c-banner4 .c-title {
  font-size: 18px;
  line-height: 28px;
}
#c-product .c-right .c-center .c-banner4 .c-list li {
  padding-top: 14px;
  line-height: 26px;
}
#c-product .c-right .c-center .c-banner4 .c-list li label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
#c-product .c-right .c-center .c-banner4 .c-list li .c-checked {
  flex-shrink: 0;
  margin: 5px 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  cursor: pointer;
}
#c-product .c-right .c-center .c-banner4 .c-list li .c-checked:checked {
  background: #78bc27;
  border-color: #78bc27;
}
#c-product .c-right .c-center .c-banner4 .c-list li .c-checked:checked + span {
  color: #78bc27;
}
#c-product .c-right .c-center .c-banner4 .c-list li span {
  margin-left: 15px;
}
#c-product .c-right .c-center .c-banner4 .swiper-scrollbar {
  left: 0;
  bottom: 0;
  background: #ddd;
}
#c-product .c-right .c-center .c-banner4 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #78bc27;
}
#c-product .c-right .c-bottom .c-list li {
  margin-bottom: 10px;
}
#c-product .c-right .c-bottom .c-list li:last-child {
  margin-bottom: 0.6rem;
}
@media (max-width: 748px) {
  #c-product .c-right .c-bottom .c-list li:last-child {
    margin-bottom: 1.5rem;
  }
}
#c-product .c-right .c-bottom .c-list li .c-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42%;
  padding: 30px;
  height: 2.7rem;
}
@media (max-width: 1260px) {
  #c-product .c-right .c-bottom .c-list li .c-wrap .c-img-box {
    height: 4rem;
  }
}
@media (max-width: 972px) {
  #c-product .c-right .c-bottom .c-list li .c-wrap .c-img-box {
    width: 36%;
  }
}
@media (max-width: 972px) {
  #c-product .c-right .c-bottom .c-list li .c-wrap .c-img-box {
    padding: 20px;
    width: 100%;
    height: 12rem;
  }
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-img-box > img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-img-box .c-tag {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  height: 32px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #78bc27;
  border-radius: 15px 0 15px 0;
  color: #fff;
  display: none;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-img-box .c-tag img {
  margin-right: 5px;
  height: 16px;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-img-box .c-tag:nth-child(3) {
  background: #ed3d3d;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-img-box .c-tag:nth-child(4) {
  background: #474b4f;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-img-box .c-tag.on {
  display: flex;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-img-box:hover > img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box {
  width: 58%;
  padding: 30px 30px 30px 0;
}
@media (max-width: 972px) {
  #c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box {
    width: 64%;
  }
}
@media (max-width: 972px) {
  #c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box {
    width: 100%;
    padding: 0 20px 20px;
  }
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-title {
  font-family: "MyriadPro-Semibold";
  font-size: 30px;
  line-height: 1.5;
  color: #474b4f;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 748px) {
  #c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    font-size: 20px;
    line-height: 30px;
  }
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-title:hover {
  color: #78bc27;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-text {
  margin: 10px 0 40px;
  height: 70px;
  line-height: 22px;
  color: #999;
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media (max-width: 972px) {
  #c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-text {
    margin: 10px 0 20px;
  }
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-box1 {
  display: flex;
  align-items: center;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-box1 a {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 140px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #474b4f;
  transition: all 0.5s;
  overflow: hidden;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-box1 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  #c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-box1 a {
    width: 100px;
  }
}
@media (max-width: 972px) {
  #c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-box1 a {
    width: 90px;
  }
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-box1 a:hover {
  border-color: #78bc27;
  color: #fff;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-box1 a:hover::before {
  height: 100%;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-car {
  position: relative;
  z-index: 5;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  transition: all 0.5s;
  overflow: hidden;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-car::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-car::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: url(../images/gwc1.png) no-repeat center / 20px auto;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-car:hover {
  border-color: #78bc27;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-car:hover::before {
  height: 100%;
}
#c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-car:hover::after {
  background-image: url(../images/gwc2.png);
}
#c-comparison {
  padding: 30px 0 1rem;
}
@media (max-width: 748px) {
  #c-comparison {
    padding: 1.5rem 0 3rem;
  }
}
#c-comparison .c-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-comparison .c-left {
  position: relative;
  z-index: 50;
  width: 25%;
  padding: 0 20px;
  color: #fff;
  background-color: #474b4f;
}
@media (max-width: 748px) {
  #c-comparison .c-left {
    padding: 0 10px;
    width: 30%;
  }
}
#c-comparison .c-left .c-top .c-input-list {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 748px) {
  #c-comparison .c-left .c-top .c-input-list {
    font-size: 12px;
    line-height: 22px;
  }
}
#c-comparison .c-left .c-top .c-input-list label {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
#c-comparison .c-left .c-top .c-input-list input {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  margin-right: 5px;
}
#c-comparison .c-left .c-top .c-input-list input:checked {
  background: #78bc27;
  border-color: #78bc27;
}
#c-comparison .c-left .c-top .c-input-list input:checked + span {
  color: #78bc27;
}
#c-comparison .c-left .c-bottom .c-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
#c-comparison .c-left .c-bottom .c-list li:last-child {
  border: 0;
}
#c-comparison .c-right {
  position: relative;
  z-index: 1;
  width: 75%;
}
@media (max-width: 748px) {
  #c-comparison .c-right {
    width: 70%;
  }
}
#c-comparison .c-right .c-bottom {
  padding: 0 15px;
}
#c-comparison .c-right .c-bottom .c-list li {
  padding: 15px;
  font-family: inherit;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  word-wrap: break-word;
  word-break: normal;
}
@media (max-width: 748px) {
  #c-comparison .c-right .c-bottom .c-list li {
    font-size: 12px;
    padding: 15px;
  }
}
#c-comparison .c-top > .c-title {
  font-family: "MyriadPro-Semibold";
  font-size: 30px;
  line-height: 80px;
}
@media (max-width: 1580px) {
  #c-comparison .c-top > .c-title {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  #c-comparison .c-top > .c-title {
    font-size: 18px;
    line-height: 40px;
  }
}
#c-comparison .c-bottom {
  border-top: 1px solid #ddd;
}
#c-comparison .c-bottom .c-title {
  height: 106px;
  font-family: "MyriadPro-Semibold";
  font-size: 30px;
  line-height: 106px;
}
@media (max-width: 1580px) {
  #c-comparison .c-bottom .c-title {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  #c-comparison .c-bottom .c-title {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}
#c-comparison .c-bottom .c-list li {
  padding: 15px 0;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1px solid #ddd;
}
#c-comparison .c-bottom .c-list li.hide {
  display: none !important;
}
@media (max-width: 748px) {
  #c-comparison .c-bottom .c-list li {
    font-size: 12px;
    line-height: 22px;
    padding: 15px 0;
  }
}
#c-comparison .c-export {
  position: relative;
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #78bc27;
  border-radius: 3px;
  font-size: 24px;
  width: 100%;
  height: 70px;
  color: #78bc27;
}
#c-comparison .c-export::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-comparison .c-export {
    margin-top: 1.5rem;
    font-size: 16px;
    height: 50px;
  }
}
#c-comparison .c-export span {
  position: relative;
  z-index: 2;
}
#c-comparison .c-export i {
  position: relative;
  z-index: 2;
  margin-right: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/export2.png) no-repeat center / auto 100%;
}
@media (max-width: 748px) {
  #c-comparison .c-export i {
    width: 18px;
    height: 18px;
  }
}
#c-comparison .c-export:hover {
  color: #fff;
  border-color: #6ba821;
}
#c-comparison .c-export:hover i {
  background-image: url(../images/export.png);
}
#c-comparison .c-export:hover::before {
  height: 100%;
}
.c-banner5 {
  overflow: visible;
}
@media (max-width: 1260px) {
  .c-banner5 {
    overflow: hidden;
  }
}
.c-banner5 .swiper-slide:nth-child(3) .c-tbox .c-list-wrap {
  left: auto;
  right: 15px;
}
.c-banner5 .c-tbox {
  position: relative;
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 0 15px;
  background-color: #f7f9fa;
}
.c-banner5 .c-tbox .c-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 54px 0 20px;
  height: 60px;
  font-family: "MyriadPro-Semibold";
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 748px) {
  .c-banner5 .c-tbox .c-title {
    height: 50px;
    font-size: 14px;
  }
}
.c-banner5 .c-tbox .c-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(../images/jt4.png) no-repeat center / 100% auto;
}
.c-banner5 .c-tbox .c-list-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 10;
  width: 580px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media (max-width: 1580px) {
  .c-banner5 .c-tbox .c-list-wrap {
    width: 480px;
    padding: 20px;
  }
}
@media (max-width: 748px) {
  .c-banner5 .c-tbox .c-list-wrap {
    padding: 15px;
    width: calc(100% - 30px);
  }
}
.c-banner5 .c-tbox .c-list-wrap .c-list3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 748px) {
  .c-banner5 .c-tbox .c-list-wrap .c-list3 {
    margin-bottom: 10px;
  }
}
.c-banner5 .c-tbox .c-list-wrap .c-list3 > li {
  position: relative;
  width: 31%;
}
.c-banner5 .c-tbox .c-list-wrap .c-list3 > li:nth-child(1) {
  z-index: 3;
}
.c-banner5 .c-tbox .c-list-wrap .c-list3 > li:nth-child(2) {
  z-index: 2;
}
.c-banner5 .c-tbox .c-list-wrap .c-list3 > li:nth-child(3) {
  z-index: 1;
}
@media (max-width: 748px) {
  .c-banner5 .c-tbox .c-list-wrap .c-list3 > li {
    width: 100%;
    margin-bottom: 5px;
  }
  .c-banner5 .c-tbox .c-list-wrap .c-list3 > li:last-child {
    margin-bottom: 0;
  }
}
.c-banner5 .c-tbox .c-list-wrap .c-list3 > li .c-title3 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px 0 10px;
  height: 50px;
  font-family: "MyriadPro-Semibold";
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 748px) {
  .c-banner5 .c-tbox .c-list-wrap .c-list3 > li .c-title3 {
    height: 40px;
  }
}
.c-banner5 .c-tbox .c-list-wrap .c-list3 > li .c-title3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(../images/jt4.png) no-repeat center / 10px auto;
}
.c-banner5 .c-tbox .c-list-wrap .c-list3 > li .c-list3-1 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
}
.c-banner5 .c-tbox .c-list-wrap .c-list3 > li .c-list3-1 li {
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.5s;
}
.c-banner5 .c-tbox .c-list-wrap .c-list3 > li .c-list3-1 li:hover {
  color: #fff;
  background-color: #78bc27;
}
.c-banner5 .c-tbox .c-list-wrap .c-list1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
}
@media (max-width: 748px) {
  .c-banner5 .c-tbox .c-list-wrap .c-list1 {
    margin-bottom: 10px;
  }
}
.c-banner5 .c-tbox .c-list-wrap .c-list1 li {
  margin: 0 10px 10px;
  cursor: pointer;
  line-height: 1;
}
.c-banner5 .c-tbox .c-list-wrap .c-list1 li.on {
  color: #78bc27;
}
.c-banner5 .c-tbox .c-list-wrap .c-list2 {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
  overflow-y: auto;
  height: 430px;
}
@media (max-width: 748px) {
  .c-banner5 .c-tbox .c-list-wrap .c-list2 {
    height: 264px;
  }
}
.c-banner5 .c-tbox .c-list-wrap .c-list2 li {
  padding: 0 10px 20px;
  width: 50%;
  text-align: center;
}
.c-banner5 .c-tbox .c-list-wrap .c-list2 li:last-child {
  padding-bottom: 0;
}
@media (max-width: 748px) {
  .c-banner5 .c-tbox .c-list-wrap .c-list2 li {
    padding: 0 10px 10px;
    width: 100%;
  }
}
.c-banner5 .c-tbox .c-list-wrap .c-list2 li .c-wrap {
  border: 1px solid #ddd;
  cursor: pointer;
}
.c-banner5 .c-tbox .c-list-wrap .c-list2 li .c-img {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 748px) {
  .c-banner5 .c-tbox .c-list-wrap .c-list2 li .c-img {
    height: 80px;
  }
}
.c-banner5 .c-tbox .c-list-wrap .c-list2 li .c-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.c-banner5 .c-tbox .c-list-wrap .c-list2 li .c-text {
  height: 52px;
  line-height: 26px;
}
@media (max-width: 748px) {
  .c-banner5 .c-tbox .c-list-wrap .c-list2 li .c-text {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
.c-banner5 .c-tbox .c-list-wrap .c-list2 li.on .c-wrap {
  border-color: #78bc27;
}
.c-banner5 .c-wrap {
  padding: 0 15px;
}
.c-banner5 .c-wrap .c-bbox {
  position: relative;
  z-index: 1;
}
.c-banner5 .c-wrap .c-bbox .c-img-box {
  padding: 40px 0;
}
.c-banner5 .c-wrap .c-bbox .c-img-box div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 748px) {
  .c-banner5 .c-wrap .c-bbox .c-img-box {
    padding: 20px 0;
  }
}
.c-banner5 .c-wrap .c-bbox .c-img-box img {
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
}
.c-banner5 .c-wrap .c-bbox .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 80px;
  border-top: 1px solid #ddd;
}
@media (max-width: 748px) {
  .c-banner5 .c-wrap .c-bbox .c-btn-box {
    padding: 20px 0;
  }
}
.c-banner5 .c-wrap .c-bbox .c-btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 46px;
  border: 1px solid #ddd;
  border-radius: 23px;
  color: #474b4f;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 10px;
  line-height: 18px;
}
.c-banner5 .c-wrap .c-bbox .c-btn-box a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
.c-banner5 .c-wrap .c-bbox .c-btn-box a span {
  position: relative;
  z-index: 5;
  width: 60px;
}
.c-banner5 .c-wrap .c-bbox .c-btn-box a i {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.c-banner5 .c-wrap .c-bbox .c-btn-box a:nth-child(1) i {
  margin-right: 8px;
  background: url(../images/zx1.png) no-repeat center / 100%;
}
.c-banner5 .c-wrap .c-bbox .c-btn-box a:nth-child(2) i {
  margin-right: 8px;
  background: url(../images/gwc1.png) no-repeat center / 100%;
}
.c-banner5 .c-wrap .c-bbox .c-btn-box a:hover {
  border-color: #78bc27;
  color: #fff;
}
.c-banner5 .c-wrap .c-bbox .c-btn-box a:hover::before {
  height: 100%;
}
.c-banner5 .c-wrap .c-bbox .c-btn-box a:hover:nth-child(1) i {
  background-image: url(../images/zx2.png);
}
.c-banner5 .c-wrap .c-bbox .c-btn-box a:hover:nth-child(2) i {
  background-image: url(../images/gwc2.png);
}
#c-sitemap .c-list a {
  color: #474b4f;
  transition: all 0.5s;
}
#c-sitemap .c-list a:hover {
  color: #78bc27;
}
#c-sitemap .c-list > li > p {
  padding: 40px 0 20px;
  border-bottom: 1px solid #ddd;
  font-family: "MyriadPro-Semibold";
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1580px) {
  #c-sitemap .c-list > li > p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 748px) {
  #c-sitemap .c-list > li > p {
    padding: 1.5rem 0 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
#c-sitemap .c-list > li > ul > li {
  margin-top: 30px;
}
@media (max-width: 748px) {
  #c-sitemap .c-list > li > ul > li {
    margin-top: 20px;
  }
}
#c-sitemap .c-list > li > ul > li > p {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 748px) {
  #c-sitemap .c-list > li > ul > li > p {
    font-size: 16px;
    line-height: 26px;
  }
}
#c-sitemap .c-list > li > ul > li > ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#c-sitemap .c-list > li > ul > li > ul > li {
  padding: 10px 15px 0;
  width: 25%;
}
@media (max-width: 748px) {
  #c-sitemap .c-list > li > ul > li > ul > li {
    width: 50%;
  }
}
#c-sitemap .c-list > li > ul > li > ul > li > p a {
  color: #999;
}
#c-common-box {
  padding-top: 40px;
}
@media (max-width: 748px) {
  #c-common-box {
    padding-top: 1.5rem;
  }
}
#c-common-box .c-title {
  font-family: "MyriadPro-Semibold";
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1580px) {
  #c-common-box .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 748px) {
  #c-common-box .c-title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#c-common-box .c-text-box {
  line-height: 1.5;
  color: #666;
}
#c-common-box .c-text-box img {
  max-width: 100%;
  height: auto !important;
}
#c-common-box .c-text-box a {
  color: #666;
  transition: all 0.5s;
}
#c-common-box .c-text-box a:hover {
  color: #78bc27;
}
.c-common-box2 {
  background: #f5f5f5;
  text-align: center;
}
.c-common-box2 .c-top {
  margin-bottom: 1.2rem;
}
@media (max-width: 748px) {
  .c-common-box2 .c-top {
    margin-bottom: 1.5rem;
  }
}
.c-common-box2 .c-top .c-text {
  margin-top: 10px;
  color: #666;
}
.c-common-box2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 1580px) {
  .c-common-box2 .c-list {
    margin: 0 auto;
    width: 91%;
  }
}
@media (max-width: 972px) {
  .c-common-box2 .c-list {
    width: 81%;
  }
}
@media (max-width: 748px) {
  .c-common-box2 .c-list {
    width: 100%;
  }
}
.c-common-box2 .c-list li {
  margin-top: -0.4rem;
  padding: 0 0.1rem;
  width: 1.8rem;
  overflow: hidden;
}
@media (max-width: 748px) {
  .c-common-box2 .c-list li {
    width: 33.333%;
    margin: 0 !important;
  }
}
.c-common-box2 .c-list li:nth-child(9) {
  margin-left: 0.9rem;
}
.c-common-box2 .c-list li:nth-child(15) {
  margin-right: 0.9rem;
}
.c-common-box2 .c-list li:nth-child(16) {
  margin-left: 1.8rem;
}
.c-common-box2 .c-list li:nth-child(21) {
  margin-right: 1.8rem;
}
.c-common-box2 .c-list li:nth-child(22) {
  margin-left: 2.7rem;
}
.c-common-box2 .c-list li:nth-child(26) {
  margin-right: 2.7rem;
}
.c-common-box2 .c-list li:nth-child(27) {
  margin-left: 3.6rem;
}
.c-common-box2 .c-list li:nth-child(30) {
  margin-right: 3.6rem;
}
.c-common-box2 .c-list li:nth-child(31) {
  margin-left: 4.5rem;
}
.c-common-box2 .c-list li:nth-child(33) {
  margin-right: 4.5rem;
}
.c-common-box2 .c-list li:nth-child(34) {
  margin-left: 5.4rem;
}
.c-common-box2 .c-list li:nth-child(35) {
  margin-right: 5.4rem;
}
.c-common-box2 .c-list li:nth-child(36) {
  margin-left: 6.3rem;
  margin-right: 6.3rem;
}
.c-common-box2 .c-list li .c-d1 {
  overflow: hidden;
  display: block;
  width: 1.7rem;
  height: 2rem;
  transform: rotate(-60deg) skewY(30deg);
}
@media (max-width: 748px) {
  .c-common-box2 .c-list li .c-d1 {
    width: 100%;
    height: 6.4rem;
  }
}
.c-common-box2 .c-list li .c-d2 {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 2rem;
  text-align: center;
  transform: skewY(-30deg) rotate(60deg);
}
@media (max-width: 748px) {
  .c-common-box2 .c-list li .c-d2 {
    width: 100%;
    height: 6.4rem;
  }
}
.c-common-box2 .c-list li .c-d2 img {
  max-width: 100%;
  max-height: 100%;
}
#c-cooperation2 .c-main-title {
  margin-bottom: 0.8rem;
  text-align: center;
}
@media (max-width: 748px) {
  #c-cooperation2 .c-main-title {
    margin-bottom: 1.5rem;
  }
}
#c-cooperation2 .c-list li {
  margin-bottom: 40px;
}
@media (max-width: 748px) {
  #c-cooperation2 .c-list li {
    margin-bottom: 30px;
  }
}
#c-cooperation2 .c-list li:last-child {
  margin-bottom: 0;
}
#c-cooperation2 .c-list li .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-cooperation2 .c-list li .c-wrap .c-img-box {
  width: 360px;
  height: 265px;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-cooperation2 .c-list li .c-wrap .c-img-box {
    width: 100%;
    height: 14rem;
  }
}
@media (max-width: 748px) {
  #c-cooperation2 .c-list li .c-wrap .c-img-box {
    height: 12rem;
  }
}
#c-cooperation2 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-cooperation2 .c-list li .c-wrap .c-text-box {
  padding-left: 40px;
  width: -webkit-calc(-260%);
  width: calc(100% - 360px);
}
@media (max-width: 972px) {
  #c-cooperation2 .c-list li .c-wrap .c-text-box {
    padding: 15px 0 0;
    width: 100%;
  }
}
#c-cooperation2 .c-list li .c-wrap .c-text-box .c-title {
  font-family: "MyriadPro-Semibold";
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1580px) {
  #c-cooperation2 .c-list li .c-wrap .c-text-box .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 972px) {
  #c-cooperation2 .c-list li .c-wrap .c-text-box .c-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 748px) {
  #c-cooperation2 .c-list li .c-wrap .c-text-box .c-title {
    font-size: 20px;
    line-height: 30px;
  }
}
#c-cooperation2 .c-list li .c-wrap .c-text-box .c-text {
  line-height: 1.5;
  color: #666;
}
#c-online {
  padding-top: 40px;
}
@media (max-width: 748px) {
  #c-online {
    padding-top: 1.5rem;
  }
}
#c-online .c-main-title {
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 748px) {
  #c-online .c-main-title {
    margin-bottom: 1.5rem;
  }
}
#c-online .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
@media (max-width: 748px) {
  #c-online .c-list {
    margin: 0 -15px -20px;
  }
}
#c-online .c-list li {
  width: 50%;
  padding: 0 15px 30px;
}
@media (max-width: 972px) {
  #c-online .c-list li {
    width: 100%;
  }
}
@media (max-width: 748px) {
  #c-online .c-list li {
    padding: 0 15px 20px;
  }
}
#c-online .c-list li .c-wrap {
  padding: 40px;
  display: flex;
  align-items: center;
  color: #474b4f;
  background: #f5f5f5;
}
@media (max-width: 748px) {
  #c-online .c-list li .c-wrap {
    padding: 20px;
  }
}
#c-online .c-list li .c-wrap .c-img-box {
  width: 41.6%;
  height: 1.8rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-online .c-list li .c-wrap .c-img-box {
    height: 4.5rem;
  }
}
#c-online .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-online .c-list li .c-wrap .c-text-box {
  padding-left: 20px;
  width: 58.4%;
}
#c-online .c-list li .c-wrap .c-title {
  margin-bottom: 10px;
  font-family: "MyriadPro-Semibold";
  font-size: 20px;
  line-height: 30px;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-online .c-list li .c-wrap .c-title {
    font-size: 18px;
    line-height: 26px;
  }
}
#c-online .c-list li .c-wrap .c-text {
  color: #666;
}
#c-online .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-online .c-list li .c-wrap:hover .c-title {
  color: #78bc27;
}
.c-public-select {
  height: 62px;
  line-height: 60px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 20px;
  border-radius: 3px;
  padding-right: 50px;
  background: url(../images/jt4.png) no-repeat right 20px center / 12px auto;
}
@media (max-width: 748px) {
  .c-public-select {
    height: 50px;
    line-height: 48px;
  }
}
#c-common-form form {
  padding: 0.8rem 30px 1rem;
  background: #fff;
}
@media (max-width: 748px) {
  #c-common-form form {
    padding: 30px;
  }
}
#c-common-form form .c-title {
  color: #78bc27;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 748px) {
  #c-common-form form .c-title {
    margin-bottom: 0;
  }
}
#c-common-form form .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#c-common-form form .c-list li {
  padding: 30px 10px 0;
  width: 50%;
}
@media (max-width: 748px) {
  #c-common-form form .c-list li {
    padding: 20px 10px 0;
    width: 100% !important;
  }
}
#c-common-form form .c-list li:nth-child(9),
#c-common-form form .c-list li:nth-child(10),
#c-common-form form .c-list li:nth-child(11) {
  width: 100%;
}
#c-common-form form .c-list li p {
  margin-bottom: 5px;
  font-family: "MyriadPro-Semibold";
  line-height: 26px;
}
#c-common-form form .c-list li p .c-btn {
  display: inline-block;
  margin-left: 30px;
  padding-left: 30px;
  color: #78bc27;
  background: url(../images/bj-ico.png) no-repeat left center / 20px auto;
}
@media (max-width: 748px) {
  #c-common-form form .c-list li p .c-btn {
    margin-left: 10px;
    padding-left: 20px;
    background-size: 14px auto;
  }
}
#c-common-form form .c-list li input,
#c-common-form form .c-list li select {
  height: 62px;
  line-height: 60px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 20px;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-common-form form .c-list li input,
  #c-common-form form .c-list li select {
    height: 50px;
    line-height: 48px;
  }
}
#c-common-form form .c-list li select {
  padding-right: 50px;
  background: url(../images/jt4.png) no-repeat right 20px center / 12px auto;
}
#c-common-form form .c-list li textarea {
  padding: 20px;
  width: 100%;
  height: 152px;
  border: 1px solid #ddd;
  line-height: 26px;
  overflow-y: auto;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-common-form form .c-list li textarea {
    padding: 15px 20px;
  }
}
#c-common-form form .c-list li button {
  position: relative;
  height: 62px;
  width: 100%;
  color: #78bc27;
  border: 1px solid #78bc27;
  cursor: pointer;
  border-radius: 3px;
}
#c-common-form form .c-list li button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
#c-common-form form .c-list li button span {
  position: relative;
  z-index: 5;
}
@media (max-width: 748px) {
  #c-common-form form .c-list li button {
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
  }
}
#c-common-form form .c-list li button:hover {
  color: #fff;
}
#c-common-form form .c-list li button:hover::before {
  height: 100%;
}
#c-common-form form .c-list li .c-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#c-common-form form .c-list li .c-box .c-item {
  position: relative;
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 748px) {
  #c-common-form form .c-list li .c-box .c-item {
    width: 100%;
  }
}
#c-common-form form .c-list li .c-box .c-item input {
  padding-right: 160px;
}
@media (max-width: 748px) {
  #c-common-form form .c-list li .c-box .c-item input {
    padding-right: 120px;
  }
}
#c-common-form form .c-list li .c-box .c-item .c-img {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 160px;
  height: 100%;
}
@media (max-width: 748px) {
  #c-common-form form .c-list li .c-box .c-item .c-img {
    width: 120px;
  }
}
#c-common-form form .c-list li .c-box .c-item .c-img img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
#c-common-form.c-project form .c-list li:nth-child(1) .c-box {
  margin-bottom: -20px;
}
#c-common-form.c-project form .c-list li:nth-child(1) .c-box .c-item {
  margin-bottom: 20px;
}
#c-common-form.c-project form .c-list li:nth-child(7) {
  width: 100%;
}
#c-common-form.c-project form .c-list li:nth-child(7) .c-box {
  margin-bottom: -20px;
}
#c-common-form.c-project form .c-list li:nth-child(7) .c-box .c-item {
  width: 25%;
}
@media (max-width: 1260px) {
  #c-common-form.c-project form .c-list li:nth-child(7) .c-box .c-item {
    margin-bottom: 20px;
    width: 50%;
  }
}
@media (max-width: 748px) {
  #c-common-form.c-project form .c-list li:nth-child(7) .c-box .c-item {
    width: 100%;
  }
}
#c-common-form.c-project form .c-list li:nth-child(7) .c-box .c-item input {
  padding-right: 20px;
}
#c-common-form.c-project form .c-list li:nth-child(8),
#c-common-form.c-project form .c-list li:nth-child(9) {
  width: 50%;
}
#c-common-form.c-project form .c-list li:last-child {
  width: 100%;
}
#c-common-form.c-project form .c-list li .c-box .c-item input {
  padding-right: 20px;
}
#c-honors1 {
  background: #f5f5f5;
}
#c-honors1 .c-main-title {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  line-height: 1.3;
}
#c-honors1 .c-banner6-top-wrap {
  position: relative;
  padding-top: 17px;
  margin: 50px 0;
}
@media (max-width: 748px) {
  #c-honors1 .c-banner6-top-wrap {
    padding-top: 8px;
    margin: 1.5rem 0;
  }
}
#c-honors1 .c-banner6-top-wrap .c-prev,
#c-honors1 .c-banner6-top-wrap .c-next {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 50px;
  height: 50px;
  border: 1px solid #999;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.5s;
  overflow: hidden;
}
#c-honors1 .c-banner6-top-wrap .c-prev::before,
#c-honors1 .c-banner6-top-wrap .c-next::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-honors1 .c-banner6-top-wrap .c-prev,
  #c-honors1 .c-banner6-top-wrap .c-next {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-size: 8px !important;
  }
}
#c-honors1 .c-banner6-top-wrap .c-prev {
  left: 0;
}
#c-honors1 .c-banner6-top-wrap .c-prev div {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url(../images/prev2.png) no-repeat center / 10px auto;
}
#c-honors1 .c-banner6-top-wrap .c-prev:hover {
  border-color: #78bc27;
}
#c-honors1 .c-banner6-top-wrap .c-prev:hover::before {
  height: 100%;
}
#c-honors1 .c-banner6-top-wrap .c-prev:hover div {
  background-image: url(../images/prev.png);
}
#c-honors1 .c-banner6-top-wrap .c-next {
  right: 0;
}
#c-honors1 .c-banner6-top-wrap .c-next div {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url(../images/next2.png) no-repeat center / 10px auto;
}
#c-honors1 .c-banner6-top-wrap .c-next:hover {
  border-color: #78bc27;
}
#c-honors1 .c-banner6-top-wrap .c-next:hover::before {
  height: 100%;
}
#c-honors1 .c-banner6-top-wrap .c-next:hover div {
  background-image: url(../images/next.png);
}
#c-honors1 .c-banner6-top {
  margin: 0 80px;
}
@media (max-width: 748px) {
  #c-honors1 .c-banner6-top {
    margin: 0 40px;
  }
}
#c-honors1 .c-banner6-top::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  z-index: 0;
}
#c-honors1 .c-banner6-top .c-dot {
  margin: 0 auto;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#c-honors1 .c-banner6-top .c-title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #666;
  transition: all 0.3s;
}
#c-honors1 .c-banner6-top .swiper-slide-thumb-active .c-dot {
  border-color: #78bc27;
  background: #78bc27;
}
#c-honors1 .c-banner6-top .swiper-slide-thumb-active .c-title {
  font-family: "MyriadPro-Semibold";
  font-size: 36px;
  color: #78bc27;
}
@media (max-width: 748px) {
  #c-honors1 .c-banner6-top .swiper-slide-thumb-active .c-title {
    font-size: 20px;
  }
}
#c-honors1 .c-banner6-bottom .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-honors1 .c-banner6-bottom .swiper-slide .c-img-box {
  height: 4.5rem;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-honors1 .c-banner6-bottom .swiper-slide .c-img-box {
    height: 5.5rem;
  }
}
@media (max-width: 972px) {
  #c-honors1 .c-banner6-bottom .swiper-slide .c-img-box {
    height: 6.2rem;
  }
}
@media (max-width: 748px) {
  #c-honors1 .c-banner6-bottom .swiper-slide .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
#c-honors1 .c-banner6-bottom .swiper-slide .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-honors1 .c-banner6-bottom .swiper-slide .c-text-box {
  padding: 0 70px;
  width: 50%;
}
@media (max-width: 1580px) {
  #c-honors1 .c-banner6-bottom .swiper-slide .c-text-box {
    padding: 0 0.7rem;
  }
}
@media (max-width: 748px) {
  #c-honors1 .c-banner6-bottom .swiper-slide .c-text-box {
    padding: 20px 0 0;
    width: 100%;
  }
}
#c-honors1 .c-banner6-bottom .swiper-slide .c-text-box .c-text {
  font-size: 18px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-honors1 .c-banner6-bottom .swiper-slide .c-text-box .c-text {
    font-size: 14px;
  }
}
#c-honors1 .c-banner6-bottom .swiper-slide .c-text-box .c-year {
  font-family: "MyriadPro-Semibold";
  font-size: 2.6rem;
  line-height: 1;
  color: #474b4f;
  opacity: 0.05;
}
#c-honors2 .c-main-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 748px) {
  #c-honors2 .c-main-title {
    margin-bottom: 1.5rem;
  }
}
#c-honors2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
@media (max-width: 748px) {
  #c-honors2 .c-list {
    margin-bottom: 0;
  }
}
#c-honors2 .c-list li {
  width: 25%;
  padding: 0 10px 40px;
}
@media (max-width: 972px) {
  #c-honors2 .c-list li {
    width: 50%;
  }
}
@media (max-width: 748px) {
  #c-honors2 .c-list li {
    padding-bottom: 1.5rem;
  }
}
#c-honors2 .c-list li .c-wrap .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 2.6rem;
  overflow: hidden;
  border: 1px solid #ddd;
}
@media (max-width: 1580px) {
  #c-honors2 .c-list li .c-wrap .c-img-box {
    height: 2.8rem;
  }
}
@media (max-width: 972px) {
  #c-honors2 .c-list li .c-wrap .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 748px) {
  #c-honors2 .c-list li .c-wrap .c-img-box {
    padding: 20px;
  }
}
#c-honors2 .c-list li .c-wrap .c-img-box img {
  max-width: 100%;
  max-height: 100%;
}
#c-honors2 .c-list li .c-wrap .c-title {
  margin-top: 25px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #666;
}
@media (max-width: 1580px) {
  #c-honors2 .c-list li .c-wrap .c-title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  #c-honors2 .c-list li .c-wrap .c-title {
    margin-top: 10px;
  }
}
#c-honors2 .c-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #78bc27;
  font-size: 18px;
  color: #78bc27;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-honors2 .c-more {
    font-size: 16px;
    width: 150px;
    height: 50px;
  }
}
#c-honors2 .c-more::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-honors2 .c-more span {
  position: relative;
  z-index: 5;
}
#c-honors2 .c-more i {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin-left: 10px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #78bc27;
  transition: all 0.5s;
}
#c-honors2 .c-more:hover {
  color: #fff;
}
#c-honors2 .c-more:hover::before {
  height: 100%;
}
#c-honors2 .c-more:hover i {
  border-top: 12px solid #fff;
}
#c-honors2 .c-more.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#c-sales-map .c-main-title {
  margin: 0.3rem 0 0.9rem;
  text-align: center;
}
@media (max-width: 748px) {
  #c-sales-map .c-main-title {
    margin: 1.5rem 0;
  }
}
#c-sales-map .c-img-wrap {
  width: 100%;
  overflow-x: auto;
}
#c-sales-map .c-img-box {
  position: relative;
}
#c-sales-map .c-img-box img {
  width: 100%;
}
#c-sales-map .c-img-box .c-ico {
  position: absolute;
  width: 24px;
  height: 30px;
  margin: -30px 0 0 -12px;
  left: 0;
  top: 0;
  background: url(../images/dw.png) no-repeat center / cover;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-sales-map .c-img-box .c-ico {
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
  }
}
#c-sales-form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 950;
  width: 96%;
  max-height: 96%;
  max-width: 1160px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}
#c-sales-form .c-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  width: 20px;
  height: 20px;
  background: url(../images/close.png) no-repeat center / 100%;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-sales-form .c-close {
    top: 15px;
    right: 15px;
  }
}
#c-sales-form .c-close:hover {
  background-image: url(../images/close3.png);
}
#c-sales-form form {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
#c-sales-form .c-left {
  position: fixed;
  left: 0;
  width: 240px;
  height: 100%;
  overflow-y: auto;
  background: #f5f5f5;
}
@media (max-width: 748px) {
  #c-sales-form .c-left {
    width: 100px;
  }
}
#c-sales-form .c-left .c-title {
  padding: 30px;
  font-family: "MyriadPro-Semibold";
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  background: #78bc27;
}
@media (max-width: 748px) {
  #c-sales-form .c-left .c-title {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 15px;
  }
}
#c-sales-form .c-left .c-list li {
  padding: 15px 30px;
  font-family: "MyriadPro-Semibold";
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-sales-form .c-left .c-list li {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
  }
}
#c-sales-form .c-left .c-list li.on {
  background: #fff;
}
#c-sales-form .c-right {
  max-height: 96vh;
  width: -webkit-calc(-140%);
  width: calc(100% - 240px);
  padding: 35px 50px 60px;
  overflow-y: auto;
}
@media (max-width: 748px) {
  #c-sales-form .c-right {
    width: -webkit-calc(0%);
    width: calc(100% - 100px);
    padding: 10px 15px;
  }
}
#c-sales-form .c-right .c-title {
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 748px) {
  #c-sales-form .c-right .c-title {
    padding-right: 40px;
    font-size: 16px;
    line-height: 1.5;
  }
}
#c-sales-form .c-right .c-site {
  margin: 20px 0 5px;
  padding-left: 30px;
  line-height: 26px;
  color: #666;
  background: url(../images/dz.png) no-repeat left top 3px / auto 20px;
}
#c-sales-form .c-right .c-phone {
  padding-left: 30px;
  line-height: 26px;
  color: #666;
  background: url(../images/dh.png) no-repeat left top 3px / auto 20px;
}
#c-sales-form .c-right .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px -10px -20px;
}
@media (max-width: 748px) {
  #c-sales-form .c-right .c-list {
    margin: 20px -10px -5px;
  }
}
#c-sales-form .c-right .c-list li {
  padding: 0 10px 20px;
  width: 50%;
}
@media (max-width: 748px) {
  #c-sales-form .c-right .c-list li {
    padding: 0 10px 10px;
    width: 100%;
  }
}
#c-sales-form .c-right .c-list li:nth-child(7),
#c-sales-form .c-right .c-list li:nth-child(8),
#c-sales-form .c-right .c-list li:nth-child(9) {
  width: 100%;
}
#c-sales-form .c-right .c-list li input {
  padding: 0 20px;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  line-height: 58px;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-sales-form .c-right .c-list li input {
    padding: 0 15px;
    height: 50px;
    line-height: 48px;
  }
}
#c-sales-form .c-right .c-list li textarea {
  padding: 15px 20px;
  width: 100%;
  height: 120px;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 26px;
}
@media (max-width: 748px) {
  #c-sales-form .c-right .c-list li textarea {
    padding: 5px 15px;
  }
}
#c-sales-form .c-right .c-list li button {
  position: relative;
  width: 100%;
  height: 60px;
  font-size: 20px;
  color: #78bc27;
  border: 1px solid #78bc27;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-sales-form .c-right .c-list li button {
    font-size: 16px;
    height: 50px;
  }
}
#c-sales-form .c-right .c-list li button span {
  position: relative;
  z-index: 5;
}
#c-sales-form .c-right .c-list li button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-sales-form .c-right .c-list li button:hover {
  color: #fff;
}
#c-sales-form .c-right .c-list li button:hover::before {
  height: 100%;
}
#c-sales-form .c-right .c-list li select {
  padding: 0 56px 0 20px;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  line-height: 58px;
  border-radius: 3px;
  background: url(../images/jt4.png) no-repeat right 20px center / 14px auto;
}
@media (max-width: 748px) {
  #c-sales-form .c-right .c-list li select {
    padding: 0 44px 0 15px;
    height: 50px;
    line-height: 48px;
    background-position: right 15px center;
  }
}
#c-add-pop {
  display: none;
  position: fixed;
  z-index: 950;
  bottom: 0;
  width: 100%;
  padding: 25px 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#c-add-pop .c-wrap {
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-add-pop .c-wrap {
    font-size: 14px;
    line-height: 24px;
  }
}
#c-add-pop .c-wrap a {
  color: #78bc27;
}
#c-add-pop .c-wrap a:hover {
  text-decoration: underline;
}
#c-add-pop .c-wrap img {
  margin: 4px 0;
  height: 20px;
  vertical-align: top;
}
@media (max-width: 1580px) {
  #c-add-pop .c-wrap img {
    height: 16px;
  }
}
#c-add-pop .c-wrap .c-close {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../images/close.png) no-repeat center / 100%;
  cursor: pointer;
}
#c-add-pop .c-wrap .c-close:hover {
  background-image: url(../images/close3.png);
}
.c-banner7-wrap {
  padding-top: 0.5rem;
  position: relative;
}
@media (max-width: 748px) {
  .c-banner7-wrap {
    padding-top: 1.5rem;
  }
}
.c-banner7-wrap .c-wrap {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 24px;
  color: #474b4f;
}
@media (max-width: 1580px) {
  .c-banner7-wrap .c-wrap {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .c-banner7-wrap .c-wrap {
    font-size: 14px;
  }
}
.c-banner7-wrap .c-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 2px solid #78bc27;
  transition: all 0.5s;
}
.c-banner7-wrap .c-wrap img {
  margin-bottom: 0.2rem;
  height: 60px;
}
@media (max-width: 748px) {
  .c-banner7-wrap .c-wrap img {
    margin-bottom: 0.5rem;
    height: 40px;
  }
}
.c-banner7-wrap .c-wrap:hover::before {
  width: 100%;
}
.c-banner7-wrap .c-prev,
.c-banner7-wrap .c-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .c-banner7-wrap .c-prev,
  .c-banner7-wrap .c-next {
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 972px) {
  .c-banner7-wrap .c-prev,
  .c-banner7-wrap .c-next {
    display: none;
  }
}
.c-banner7-wrap .c-prev::before,
.c-banner7-wrap .c-next::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
.c-banner7-wrap .c-prev div,
.c-banner7-wrap .c-next div {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-banner7-wrap .c-prev {
  left: -100px;
}
@media (max-width: 1580px) {
  .c-banner7-wrap .c-prev {
    left: -70px;
  }
}
.c-banner7-wrap .c-prev div {
  background-image: url(../images/x-jt1.png);
}
.c-banner7-wrap .c-prev:hover {
  border-color: #78bc27;
}
.c-banner7-wrap .c-prev:hover::before {
  height: 100%;
}
.c-banner7-wrap .c-prev:hover div {
  background-image: url(../images/jt1.png);
}
.c-banner7-wrap .c-next {
  right: -100px;
}
@media (max-width: 1580px) {
  .c-banner7-wrap .c-next {
    right: -70px;
  }
}
.c-banner7-wrap .c-next div {
  background-image: url(../images/x-jt2.png);
}
.c-banner7-wrap .c-next:hover {
  border-color: #78bc27;
}
.c-banner7-wrap .c-next:hover::before {
  height: 100%;
}
.c-banner7-wrap .c-next:hover div {
  background-image: url(../images/jt2.png);
}
#c-about1-2 {
  background: #fbfbfb;
}
#c-about1-2 .c-main-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 748px) {
  #c-about1-2 .c-main-title {
    margin-bottom: 1.5rem;
  }
}
#c-about1-2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
@media (max-width: 748px) {
  #c-about1-2 .c-list {
    margin: 0 0 -1.5rem;
  }
}
#c-about1-2 .c-list li {
  padding: 0 15px 30px;
  width: 50%;
}
@media (max-width: 748px) {
  #c-about1-2 .c-list li {
    padding: 0 0 1.5rem;
    width: 100%;
  }
}
#c-about1-2 .c-list li .c-wrap {
  display: block;
}
#c-about1-2 .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}
#c-about1-2 .c-list li .c-wrap:hover .c-text-box .c-title {
  color: #78bc27;
}
#c-about1-2 .c-list li .c-wrap .c-img-box {
  height: 4.2rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-about1-2 .c-list li .c-wrap .c-img-box {
    height: 5.2rem;
  }
}
@media (max-width: 748px) {
  #c-about1-2 .c-list li .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-about1-2 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-about1-2 .c-list li .c-wrap .c-text-box {
  display: flex;
  align-items: center;
  padding-top: 0.35rem;
}
@media (max-width: 748px) {
  #c-about1-2 .c-list li .c-wrap .c-text-box {
    padding-top: 0.5rem;
  }
}
#c-about1-2 .c-list li .c-wrap .c-text-box .c-lt {
  padding-right: 20px;
  width: 100%;
}
#c-about1-2 .c-list li .c-wrap .c-text-box .c-title {
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  color: #474b4f;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-about1-2 .c-list li .c-wrap .c-text-box .c-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-about1-2 .c-list li .c-wrap .c-text-box .c-title {
    margin-bottom: 0.25rem;
  }
}
#c-about1-2 .c-list li .c-wrap .c-text-box .c-text {
  color: #666;
}
#c-about1-2 .c-list li .c-wrap .c-text-box .c-common-btn1 {
  flex-shrink: 0;
}
#c-about1-3 .c-main-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 748px) {
  #c-about1-3 .c-main-title {
    margin-bottom: 1.5rem;
  }
}
#c-about1-3 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-about1-3 .c-list li {
  position: relative;
  width: 65.625%;
  height: 3.4rem;
  overflow: hidden;
}
#c-about1-3 .c-list li:nth-child(4n-1),
#c-about1-3 .c-list li:nth-child(4n-2) {
  width: 34.375%;
}
#c-about1-3 .c-list li:last-child {
  width: 100%;
}
#c-about1-3 .c-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about1-3 .c-list li .c-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: all 0.5s;
}
#c-about1-3 .c-list li .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0.6rem 1rem;
  color: #fff;
}
@media (max-width: 748px) {
  #c-about1-3 .c-list li .c-text-box {
    padding: 1rem;
  }
}
#c-about1-3 .c-list li .c-text-box .c-title {
  font-family: "MyriadPro-Semibold";
  line-height: 1.3;
}
@media (max-width: 1580px) {
  #c-about1-3 .c-list li .c-text-box .c-title {
    font-size: 0.3rem;
  }
}
@media (max-width: 1260px) {
  #c-about1-3 .c-list li .c-text-box .c-title {
    font-size: 0.4rem;
  }
}
@media (max-width: 748px) {
  #c-about1-3 .c-list li .c-text-box .c-title {
    font-size: 0.6rem;
  }
}
#c-about1-3 .c-list li .c-text-box .c-text {
  opacity: 0;
  margin-top: 0.1rem;
  height: 72px;
  line-height: 24px;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
#c-about1-3 .c-list li:hover .c-mask {
  opacity: 1;
}
#c-about1-3 .c-list li:hover .c-text-box .c-text {
  opacity: 1;
}
@media (max-width: 1260px) {
  #c-about1-3 .c-list li:hover .c-text-box .c-text {
    opacity: 0;
  }
}
#c-about1-4 .c-main-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 748px) {
  #c-about1-4 .c-main-title {
    margin-bottom: 1.5rem;
  }
}
#c-about1-4 .c-list {
  overflow: hidden;
  margin: 0 -0.15rem -0.3rem;
}
@media (max-width: 748px) {
  #c-about1-4 .c-list {
    margin: 0 0 -1.5rem;
  }
}
#c-about1-4 .c-list li {
  float: left;
  padding: 0 0.15rem 0.3rem;
  width: 50%;
}
@media (max-width: 748px) {
  #c-about1-4 .c-list li {
    padding: 0 0 1rem;
    width: 100%;
  }
}
#c-about1-4 .c-list li .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-about1-4 .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}
#c-about1-4 .c-list li .c-wrap:hover .c-text-box .c-title {
  color: #78bc27;
}
#c-about1-4 .c-list li .c-wrap .c-img-box {
  width: 50%;
  height: 2.5rem;
  overflow: hidden;
}
@media (max-width: 748px) {
  #c-about1-4 .c-list li .c-wrap .c-img-box {
    height: 6rem;
  }
}
#c-about1-4 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-about1-4 .c-list li .c-wrap .c-text-box {
  padding-left: 0.4rem;
  width: 50%;
}
@media (max-width: 748px) {
  #c-about1-4 .c-list li .c-wrap .c-text-box {
    padding-left: 1rem;
  }
}
#c-about1-4 .c-list li .c-wrap .c-text-box .c-title {
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  color: #474b4f;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-about1-4 .c-list li .c-wrap .c-text-box .c-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-about1-4 .c-list li .c-wrap .c-text-box .c-title {
    font-size: 16px;
  }
}
#c-about1-4 .c-list li .c-wrap .c-text-box .c-text {
  margin: 0 0 0.2rem;
  color: #666;
  line-height: 1.5;
}
#c-about1-4 .c-list li:nth-child(1) .c-img-box {
  width: 100%;
  height: auto;
}
#c-about1-4 .c-list li:nth-child(1) .c-text-box {
  padding: 0.3rem 0 0;
  width: 100%;
}
@media (max-width: 748px) {
  #c-about1-4 .c-list li:nth-child(1) .c-text-box {
    padding-top: 0.5rem;
  }
}
#c-partner1-1 {
  padding-top: 0.7rem;
}
@media (max-width: 748px) {
  #c-partner1-1 {
    padding-top: 1.5rem;
  }
}
#c-partner1-1 .c-main-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 748px) {
  #c-partner1-1 .c-main-title {
    margin-bottom: 1.5rem;
  }
}
#c-partner1-1 .c-text {
  padding: 0 1.2rem;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-partner1-1 .c-text {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  #c-partner1-1 .c-text {
    padding: 0;
    font-size: 14px;
  }
}
#c-partner1-2 {
  background: #fbfbfb;
}
#c-partner1-2 .c-main-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 748px) {
  #c-partner1-2 .c-main-title {
    margin-bottom: 1.5rem;
  }
}
.c-banner8-wrap {
  position: relative;
}
.c-banner8-wrap .c-prev,
.c-banner8-wrap .c-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 5;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .c-banner8-wrap .c-prev,
  .c-banner8-wrap .c-next {
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 972px) {
  .c-banner8-wrap .c-prev,
  .c-banner8-wrap .c-next {
    display: none;
  }
}
.c-banner8-wrap .c-prev::before,
.c-banner8-wrap .c-next::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
.c-banner8-wrap .c-prev div,
.c-banner8-wrap .c-next div {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-banner8-wrap .c-prev {
  left: -100px;
}
@media (max-width: 1580px) {
  .c-banner8-wrap .c-prev {
    left: -70px;
  }
}
.c-banner8-wrap .c-prev div {
  background-image: url(../images/x-jt1.png);
}
.c-banner8-wrap .c-prev:hover {
  border-color: #78bc27;
}
.c-banner8-wrap .c-prev:hover::before {
  height: 100%;
}
.c-banner8-wrap .c-prev:hover div {
  background-image: url(../images/jt1.png);
}
.c-banner8-wrap .c-next {
  right: -100px;
}
@media (max-width: 1580px) {
  .c-banner8-wrap .c-next {
    right: -70px;
  }
}
.c-banner8-wrap .c-next div {
  background-image: url(../images/x-jt2.png);
}
.c-banner8-wrap .c-next:hover {
  border-color: #78bc27;
}
.c-banner8-wrap .c-next:hover::before {
  height: 100%;
}
.c-banner8-wrap .c-next:hover div {
  background-image: url(../images/jt2.png);
}
.c-banner8-wrap .c-banner8 {
  padding-bottom: 1rem;
}
.c-banner8-wrap .c-banner8 .c-wrap {
  position: relative;
  padding-bottom: 0.53rem;
  text-align: center;
}
@media (max-width: 748px) {
  .c-banner8-wrap .c-banner8 .c-wrap {
    padding-bottom: 1rem;
  }
}
.c-banner8-wrap .c-banner8 .c-wrap img {
  height: 60px;
}
@media (max-width: 748px) {
  .c-banner8-wrap .c-banner8 .c-wrap img {
    height: 50px;
  }
}
.c-banner8-wrap .c-banner8 .c-wrap .c-title {
  padding: 0.2rem 0 0.6rem;
  font-size: 20px;
  min-height: 1.6rem;
}
@media (max-width: 748px) {
  .c-banner8-wrap .c-banner8 .c-wrap .c-title {
    padding: 0.5rem 0;
    font-size: 16px;
  }
}
.c-banner8-wrap .c-banner8 .c-wrap .c-num {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: "MyriadPro-Semibold";
  font-size: 0.72rem;
  line-height: 0.72rem;
  color: #ececec;
}
@media (max-width: 748px) {
  .c-banner8-wrap .c-banner8 .c-wrap .c-num {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.c-banner8-wrap .c-banner8 .swiper-pagination {
  top: auto;
  bottom: 0;
  background: #ddd;
}
.c-banner8-wrap .c-banner8 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #78bc27;
}
#c-partner1-3 .c-main-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 748px) {
  #c-partner1-3 .c-main-title {
    margin-bottom: 1.5rem;
  }
}
#c-partner1-3 .c-btn {
  margin-top: 0.5rem;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #78bc27;
  background: #f5f5f5;
}
@media (max-width: 1580px) {
  #c-partner1-3 .c-btn {
    font-size: 24px;
    height: 80px;
  }
}
@media (max-width: 748px) {
  #c-partner1-3 .c-btn {
    font-size: 20px;
    height: 50px;
  }
}
#c-partner1-3 .c-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
#c-partner1-3 .c-btn span {
  position: relative;
  z-index: 5;
}
#c-partner1-3 .c-btn:hover {
  color: #fff;
}
#c-partner1-3 .c-btn:hover::before {
  height: 100%;
}
.c-banner9-top {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.c-banner9-top .c-wrap {
  position: relative;
  padding: 0.5rem 0.6rem;
  background: #fbfbfb url(../images/hzhb3-bj.png) no-repeat left center / 100% auto;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  .c-banner9-top .c-wrap {
    padding: 1rem;
  }
}
.c-banner9-top .c-wrap::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border-top: 20px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: all 0.5s;
}
.c-banner9-top .swiper-slide-thumb-active .c-wrap {
  color: #fff;
  background-color: #78bc27;
}
.c-banner9-top .swiper-slide-thumb-active .c-wrap::before {
  border-top: 20px solid #78bc27;
}
.c-banner9-bottom .c-wrap {
  padding: 40px;
  border: 1px solid #ddd;
}
@media (max-width: 748px) {
  .c-banner9-bottom .c-wrap {
    padding: 1rem;
  }
}
.c-banner9-bottom .c-wrap .c-box1 {
  margin-bottom: 30px;
  line-height: 1.5;
}
.c-banner9-bottom .c-wrap .c-box2 {
  padding: 40px;
  background-color: #fbfbfb;
}
@media (max-width: 748px) {
  .c-banner9-bottom .c-wrap .c-box2 {
    padding: 1rem;
  }
}
.c-banner9-bottom .c-wrap .c-box2 .c-title {
  margin-bottom: 10px;
  padding-left: 28px;
  color: #78bc27;
  background: url(../images/gth-ico.png) no-repeat left center / 20px auto;
  line-height: 1.5;
}
.c-banner9-bottom .c-wrap .c-box2 .c-text {
  line-height: 1.5;
}
#c-technologies1-1 {
  padding-top: 0.7rem;
}
#c-technologies1-1.c-dt {
  padding: 0;
}
#c-technologies1-1.c-dt .c-list-wrap {
  height: 100vh;
}
@media (max-width: 972px) {
  #c-technologies1-1.c-dt .c-list-wrap {
    height: 14rem;
  }
}
@media (max-width: 748px) {
  #c-technologies1-1.c-dt .c-list-wrap {
    height: auto;
  }
}
#c-technologies1-1.c-dt .c-list-wrap .c-list2 {
  height: 100%;
}
#c-technologies1-1.c-dt .c-list-wrap .c-list2 li {
  height: 100%;
}
@media (max-width: 748px) {
  #c-technologies1-1.c-dt .c-list-wrap .c-list2 li {
    height: 3rem;
  }
}
#c-technologies1-1.c-dt .c-list-wrap .c-list2 li .c-box1 {
  padding: 180px 0 0.8rem;
}
@media (max-width: 972px) {
  #c-technologies1-1.c-dt .c-list-wrap .c-list2 li .c-box1 {
    padding: 0.8rem;
  }
}
@media (max-width: 972px) {
  #c-technologies1-1.c-dt .c-list-wrap .c-list2 li .c-box1 {
    padding: 1rem;
  }
}
#c-technologies1-1.c-dt .c-list-wrap .c-list2 li .c-box1 .c-title {
  top: 180px;
}
@media (max-width: 972px) {
  #c-technologies1-1.c-dt .c-list-wrap .c-list2 li .c-box1 .c-title {
    top: 0.8rem;
  }
}
@media (max-width: 748px) {
  #c-technologies1-1.c-dt .c-list-wrap .c-list2 li .c-box1 .c-title {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (max-width: 748px) {
  #c-technologies1-1 {
    padding-top: 1.5rem;
  }
}
#c-technologies1-1 .c-main-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 748px) {
  #c-technologies1-1 .c-main-title {
    margin-bottom: 1.5rem;
  }
}
#c-technologies1-1 .c-list-wrap {
  position: relative;
}
#c-technologies1-1 .c-list-wrap .c-list1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#c-technologies1-1 .c-list-wrap .c-list1 li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
#c-technologies1-1 .c-list-wrap .c-list1 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-technologies1-1 .c-list-wrap .c-list1 li img.c-pc {
    display: none;
  }
}
#c-technologies1-1 .c-list-wrap .c-list1 li img.c-mb {
  display: none;
}
@media (max-width: 748px) {
  #c-technologies1-1 .c-list-wrap .c-list1 li img.c-mb {
    display: block;
  }
}
#c-technologies1-1 .c-list-wrap .c-list1 li.on {
  z-index: 5;
  opacity: 1;
}
#c-technologies1-1 .c-list-wrap .c-list2 {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
@media (max-width: 748px) {
  #c-technologies1-1 .c-list-wrap .c-list2 {
    flex-wrap: wrap;
  }
}
#c-technologies1-1 .c-list-wrap .c-list2 li {
  position: relative;
  width: 1.62rem;
  height: 9.6rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-technologies1-1 .c-list-wrap .c-list2 li {
    height: 14rem;
  }
}
@media (max-width: 748px) {
  #c-technologies1-1 .c-list-wrap .c-list2 li {
    height: 3rem;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
#c-technologies1-1 .c-list-wrap .c-list2 li:nth-child(1) {
  border-left: 0;
}
#c-technologies1-1 .c-list-wrap .c-list2 li .c-wrap {
  display: block;
  height: 100%;
  color: #fff;
}
#c-technologies1-1 .c-list-wrap .c-list2 li .c-box1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.62rem;
  height: 100%;
  padding: 0.8rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: center;
}
@media (max-width: 748px) {
  #c-technologies1-1 .c-list-wrap .c-list2 li .c-box1 {
    padding: 0 1rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
#c-technologies1-1 .c-list-wrap .c-list2 li .c-box1 .c-title {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  font-size: 24px;
  width: 300px;
  opacity: 0.8;
  transition: all 0.5s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: left center;
  text-align: left;
  font-family: "MyriadPro-Semibold";
}
@media (max-width: 972px) {
  #c-technologies1-1 .c-list-wrap .c-list2 li .c-box1 .c-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-technologies1-1 .c-list-wrap .c-list2 li .c-box1 .c-title {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#c-technologies1-1 .c-list-wrap .c-list2 li .c-box1 .c-num {
  font-size: 48px;
  line-height: 1;
  opacity: 0.8;
  transition: all 0.5s;
  width: 100%;
}
@media (max-width: 972px) {
  #c-technologies1-1 .c-list-wrap .c-list2 li .c-box1 .c-num {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  #c-technologies1-1 .c-list-wrap .c-list2 li .c-box1 .c-num {
    width: auto;
  }
}
#c-technologies1-1 .c-list-wrap .c-list2 li .c-box2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 9.6rem;
  padding: 1.7rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media (max-width: 972px) {
  #c-technologies1-1 .c-list-wrap .c-list2 li .c-box2 {
    padding: 1rem;
  }
}
@media (max-width: 748px) {
  #c-technologies1-1 .c-list-wrap .c-list2 li .c-box2 {
    width: 100%;
  }
}
#c-technologies1-1 .c-list-wrap .c-list2 li .c-box2 .c-title {
  margin-bottom: 0.2rem;
  line-height: 1.2;
  font-family: "MyriadPro-Semibold";
}
#c-technologies1-1 .c-list-wrap .c-list2 li .c-box2 .c-text {
  font-size: 18px;
}
@media (max-width: 1580px) {
  #c-technologies1-1 .c-list-wrap .c-list2 li .c-box2 .c-text {
    font-size: 14px;
  }
}
#c-technologies1-1 .c-list-wrap .c-list2 li.on {
  flex-shrink: 1;
  flex-grow: 1;
}
@media (max-width: 972px) {
  #c-technologies1-1 .c-list-wrap .c-list2 li.on {
    height: 9.6rem;
  }
}
@media (max-width: 972px) {
  #c-technologies1-1 .c-list-wrap .c-list2 li.on {
    height: 14rem;
  }
}
#c-technologies1-1 .c-list-wrap .c-list2 li.on .c-box1 {
  height: 3rem;
}
#c-technologies1-1 .c-list-wrap .c-list2 li.on .c-box1 .c-title {
  opacity: 0;
}
#c-technologies1-1 .c-list-wrap .c-list2 li.on .c-box1 .c-num {
  opacity: 1;
}
#c-technologies1-1 .c-list-wrap .c-list2 li.on .c-box2 {
  opacity: 1;
}
#c-technologies1-3 {
  background: #f5f5f5;
}
#c-technologies1-3 .c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
@media (max-width: 748px) {
  #c-technologies1-3 .c-top {
    margin-bottom: 1.5rem;
  }
}
#c-technologies1-3 .c-top .c-more {
  font-size: 18px;
  color: #474b4f;
  transition: all 0.5s;
}
#c-technologies1-3 .c-top .c-more:hover {
  color: #78bc27;
}
#c-technologies1-3 .c-list {
  margin-bottom: 50px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1900px) {
  #c-technologies1-3 .c-list {
    margin-bottom: 0.5rem;
  }
}
#c-technologies1-3 .c-list li {
  display: flex;
  align-items: flex-start;
  width: 50%;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1900px) {
  #c-technologies1-3 .c-list li {
    padding: 0.5rem 0;
  }
}
@media (max-width: 748px) {
  #c-technologies1-3 .c-list li {
    padding: 1rem 0;
    width: 100%;
  }
}
#c-technologies1-3 .c-list li .c-wrap {
  width: 96%;
  display: block;
  padding-left: 60px;
  color: #474b4f;
  background: url(../images/wd-ico.png) no-repeat left top 5px / auto 34px;
}
@media (max-width: 1900px) {
  #c-technologies1-3 .c-list li .c-wrap {
    padding-left: 50px;
  }
}
@media (max-width: 748px) {
  #c-technologies1-3 .c-list li .c-wrap {
    width: 100%;
  }
}
#c-technologies1-3 .c-list li .c-wrap .c-title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-technologies1-3 .c-list li .c-wrap .c-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
#c-technologies1-3 .c-list li .c-wrap .c-time {
  color: #999;
}
#c-technologies1-3 .c-list li .c-wrap:hover .c-title {
  color: #78bc27;
}
#c-technologies1-3 .c-list li:nth-child(even) {
  justify-content: flex-end;
}
#c-technologies1-3 .c-list li:nth-last-child(1),
#c-technologies1-3 .c-list li:nth-last-child(2) {
  border: 0;
}
#c-technologies1-2 {
  overflow: hidden;
}
#c-technologies1-2 .c-top {
  margin-bottom: 0.6rem;
  padding: 0 1.7rem;
  text-align: center;
}
#c-technologies1-2 .c-top .c-main-title {
  margin-bottom: 0.5rem;
}
@media (max-width: 748px) {
  #c-technologies1-2 .c-top .c-main-title {
    margin-bottom: 1.5rem;
  }
}
#c-technologies1-2 .c-top .c-text {
  font-size: 18px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-technologies1-2 .c-top .c-text {
    font-size: 14px;
  }
}
.c-banner10-top .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 100px;
  font-family: "MyriadPro-Semibold";
  line-height: 1.5;
  text-align: center;
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .c-banner10-top .swiper-slide {
    line-height: 1.5;
  }
}
.c-banner10-top .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 2px solid #78bc27;
  transition: all 0.5s;
}
.c-banner10-top .swiper-slide.swiper-slide-thumb-active {
  color: #78bc27;
}
.c-banner10-top .swiper-slide.swiper-slide-thumb-active::before {
  width: 100%;
}
.c-banner10-bottom {
  overflow: visible;
}
.c-banner10-bottom .swiper-slide {
  position: relative;
}
.c-banner10-bottom .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  .c-banner10-bottom .swiper-slide img {
    position: relative;
    height: auto;
    object-fit: contain;
  }
}
.c-banner10-bottom .swiper-slide .c-text-box {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.2rem 0;
}
@media (max-width: 748px) {
  .c-banner10-bottom .swiper-slide .c-text-box {
    padding: 0;
  }
}
.c-banner10-bottom .swiper-slide .c-text-box .c-box {
  margin-right: -2.4rem;
  padding: 0.5rem 2.4rem 0.5rem 0.5rem;
  width: 7.4rem;
  background: #f5f5f5;
}
@media (max-width: 1580px) {
  .c-banner10-bottom .swiper-slide .c-text-box .c-box {
    width: 10rem;
  }
}
@media (max-width: 748px) {
  .c-banner10-bottom .swiper-slide .c-text-box .c-box {
    padding: 1rem;
    margin: 0;
    width: 100%;
  }
}
.c-banner10-bottom .swiper-slide .c-text-box .c-box .c-title {
  font-family: "MyriadPro-Semibold";
  line-height: 1.2;
}
@media (max-width: 748px) {
  .c-banner10-bottom .swiper-slide .c-text-box .c-box .c-title {
    font-size: 1rem;
  }
}
.c-banner11 {
  margin-top: 0.3rem;
  margin-right: 0.4rem;
  padding-right: 0.4rem;
  height: 190px;
  color: #666;
}
@media (max-width: 748px) {
  .c-banner11 {
    margin-top: 0.5rem;
    margin-right: 0;
    padding-right: 1rem;
  }
}
.c-banner11 .swiper-slide {
  height: auto;
}
.c-banner11 .swiper-scrollbar {
  background: #dddddd;
}
.c-banner11 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #78bc27;
}
#c-documents1-1 {
  padding-top: 0.5rem;
}
#c-documents1-1 .c-list {
  margin-bottom: 0.4rem;
}
@media (max-width: 748px) {
  #c-documents1-1 .c-list {
    margin-bottom: 0;
  }
}
#c-documents1-1 .c-list li {
  padding-bottom: 0.4rem;
}
@media (max-width: 748px) {
  #c-documents1-1 .c-list li {
    padding-bottom: 1.5rem;
  }
}
#c-documents1-1 .c-list li .c-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 748px) {
  #c-documents1-1 .c-list li .c-wrap {
    flex-wrap: wrap;
  }
}
#c-documents1-1 .c-list li .c-wrap .c-img-box {
  flex-shrink: 0;
  width: 360px;
  height: 240px;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-documents1-1 .c-list li .c-wrap .c-img-box {
    width: 300px;
    height: 200px;
  }
}
@media (max-width: 748px) {
  #c-documents1-1 .c-list li .c-wrap .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
#c-documents1-1 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-documents1-1 .c-list li .c-wrap .c-text-box {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 748px) {
  #c-documents1-1 .c-list li .c-wrap .c-text-box {
    margin-top: 0.5rem;
  }
}
#c-documents1-1 .c-list li .c-wrap .c-text-box .c-lt {
  flex-shrink: 1;
  flex-grow: 1;
  padding: 0 2.3rem 0 0.8rem;
}
@media (max-width: 1260px) {
  #c-documents1-1 .c-list li .c-wrap .c-text-box .c-lt {
    padding: 0 0.6rem;
  }
}
@media (max-width: 748px) {
  #c-documents1-1 .c-list li .c-wrap .c-text-box .c-lt {
    padding: 0 1rem 0 0;
  }
}
#c-documents1-1 .c-list li .c-wrap .c-text-box .c-lt .c-title {
  margin-bottom: 20px;
  height: 72px;
  font-size: 30px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #474b4f;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-documents1-1 .c-list li .c-wrap .c-text-box .c-lt .c-title {
    margin-bottom: 0.5rem;
    height: 48px;
    font-size: 18px;
    line-height: 24px;
  }
}
#c-documents1-1 .c-list li .c-wrap .c-text-box .c-lt .c-text {
  height: 60px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 748px) {
  #c-documents1-1 .c-list li .c-wrap .c-text-box .c-lt .c-text {
    height: 48px;
  }
}
#c-documents1-1 .c-list li .c-wrap .c-text-box .c-gt {
  flex-shrink: 0;
  font-family: "MyriadPro-Semibold";
  text-align: center;
  color: #666;
}
#c-documents1-1 .c-list li .c-wrap .c-text-box .c-gt .c-time1 {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1;
  color: #474b4f;
}
@media (max-width: 748px) {
  #c-documents1-1 .c-list li .c-wrap .c-text-box .c-gt .c-time1 {
    margin-bottom: 0.5rem;
    font-size: 40px;
  }
}
#c-documents1-1 .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-documents1-1 .c-list li .c-wrap:hover .c-text-box .c-lt .c-title {
  color: #78bc27;
}
#c-news2-1 {
  background: #f7f9fa;
}
#c-news2-1 .c-top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0.6rem 0;
}
@media (max-width: 748px) {
  #c-news2-1 .c-top {
    padding: 1rem 0 1.5rem;
  }
}
#c-news2-1 .c-top .c-title {
  font-family: "MyriadPro-Semibold";
  margin-right: 20px;
  line-height: 42px;
  color: #78bc27;
}
#c-news2-1 .c-list1 {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
}
@media (max-width: 972px) {
  #c-news2-1 .c-list1 {
    width: 100%;
  }
}
#c-news2-1 .c-list1 li {
  flex: none;
  margin-right: 20px;
  line-height: 40px;
}
#c-news2-1 .c-list1 li:last-child {
  margin-right: 0;
}
@media (max-width: 748px) {
  #c-news2-1 .c-list1 li {
    margin-right: 10px;
    line-height: 40px;
  }
}
#c-news2-1 .c-list1 li a {
  display: block;
  padding: 0 30px;
  color: #474b4f;
  border: 1px solid #999999;
  transition: all 0.5s;
  border-radius: 3px;
}
@media (max-width: 1260px) {
  #c-news2-1 .c-list1 li a {
    padding: 0 15px;
  }
}
#c-news2-1 .c-list1 li a:hover {
  border-color: #78bc27;
  color: #78bc27;
}
#c-news2-1 .c-list1 li.on a {
  border-color: #78bc27;
  color: #78bc27;
}
#c-news2-1 .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem 0.3rem;
}
@media (max-width: 748px) {
  #c-news2-1 .c-list2 {
    margin: 0 0 0.5rem;
  }
}
#c-news2-1 .c-list2 li {
  width: 33.333333%;
  padding: 0 0.15rem 0.3rem;
}
@media (max-width: 1260px) {
  #c-news2-1 .c-list2 li {
    width: 50%;
  }
}
@media (max-width: 748px) {
  #c-news2-1 .c-list2 li {
    padding: 0 0 1rem;
    width: 100%;
  }
}
#c-news2-1 .c-list2 li .c-wrap {
  display: block;
  color: #474b4f;
  background: #fff;
  transition: all 0.5s;
}
#c-news2-1 .c-list2 li .c-wrap .c-img-box {
  width: 100%;
  height: 2.82rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-news2-1 .c-list2 li .c-wrap .c-img-box {
    height: 3.4rem;
  }
}
@media (max-width: 1260px) {
  #c-news2-1 .c-list2 li .c-wrap .c-img-box {
    height: 5rem;
  }
}
@media (max-width: 972px) {
  #c-news2-1 .c-list2 li .c-wrap .c-img-box {
    height: 5.6rem;
  }
}
@media (max-width: 748px) {
  #c-news2-1 .c-list2 li .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-news2-1 .c-list2 li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-news2-1 .c-list2 li .c-wrap .c-text-box {
  padding: 0.4rem;
}
@media (max-width: 748px) {
  #c-news2-1 .c-list2 li .c-wrap .c-text-box {
    padding: 1rem;
  }
}
#c-news2-1 .c-list2 li .c-wrap .c-text-box .c-title {
  font-family: "MyriadPro-Semibold";
  font-size: 20px;
  transition: all 0.5s;
  line-height: 1.3;
}
@media (max-width: 1580px) {
  #c-news2-1 .c-list2 li .c-wrap .c-text-box .c-title {
    font-size: 18px;
  }
}
#c-news2-1 .c-list2 li .c-wrap .c-text-box .c-text {
  height: 48px;
  margin-top: 0.2rem;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 1580px) {
  #c-news2-1 .c-list2 li .c-wrap .c-text-box .c-text {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 748px) {
  #c-news2-1 .c-list2 li .c-wrap .c-text-box .c-text {
    margin-top: 0.5rem;
  }
}
#c-news2-1 .c-list2 li .c-wrap .c-text-box .c-box {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.3rem;
  color: #999;
  border-top: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-news2-1 .c-list2 li .c-wrap .c-text-box .c-box {
    margin-top: 0.5rem;
  }
}
#c-news2-1 .c-list2 li .c-wrap .c-text-box .c-box .c-more {
  font-size: 18px;
  color: #474b4f;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-news2-1 .c-list2 li .c-wrap .c-text-box .c-box .c-more {
    font-size: 14px;
  }
}
#c-news2-1 .c-list2 li .c-wrap:hover {
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
}
#c-news2-1 .c-list2 li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-news2-1 .c-list2 li .c-wrap:hover .c-text-box .c-title {
  color: #78bc27;
}
#c-news2-1 .c-list2 li .c-wrap:hover .c-text-box .c-box .c-more {
  color: #78bc27;
}
#c-documents2-1 {
  padding: 0.8rem 0;
  background: #f7f9fa;
}
#c-documents2-1 .c-time {
  margin-top: 0.2rem;
  color: #666;
}
#c-common-box2 .c-top {
  position: sticky;
  top: 0;
  z-index: 5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  background: #fff;
}
#c-common-box2 .c-top .c-main-list {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  line-height: 80px;
  font-size: 18px;
  color: #999;
}
@media (max-width: 748px) {
  #c-common-box2 .c-top .c-main-list {
    font-size: 16px;
    line-height: 50px;
  }
}
#c-common-box2 .c-top .c-main-list li {
  margin-right: 30px;
  padding: 0 30px;
  cursor: pointer;
  position: relative;
  flex: none;
  font-family: "MyriadPro-Semibold";
}
#c-common-box2 .c-top .c-main-list li:last-child {
  margin-right: 0;
}
@media (max-width: 1260px) {
  #c-common-box2 .c-top .c-main-list li {
    margin-right: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 748px) {
  #c-common-box2 .c-top .c-main-list li {
    margin-right: 1rem;
    padding: 0;
  }
}
#c-common-box2 .c-top .c-main-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 2px solid #78bc27;
}
#c-common-box2 .c-top .c-main-list li.on {
  color: #474b4f;
}
#c-common-box2 .c-top .c-main-list li.on::before {
  width: 100%;
}
#c-common-box2 .c-bottom {
  position: relative;
  z-index: 1;
}
#c-common-box2 .c-bottom .c-main-list > li {
  border-bottom: 10px solid #f7f9fa;
}
#c-common-box2 .c-bottom .c-main-list > li:last-child {
  border-bottom: 0;
}
#c-common-box2-1 {
  padding: 0.6rem 0 1rem;
}
@media (max-width: 748px) {
  #c-common-box2-1 {
    padding: 3rem 0;
  }
}
#c-common-box2-1 .c-text-box {
  padding-top: 0.3rem;
  line-height: 1.5;
  color: #666;
}
@media (max-width: 748px) {
  #c-common-box2-1 .c-text-box {
    padding-top: 1.5rem;
  }
}
#c-common-box2-1 .c-text-box img {
  max-width: 100%;
  border: revert-layer;
  border-color: transparent;
  margin: auto;
}
#c-common-box2-1 .c-text-box span img {
  border: 20px solid transparent;
}
#c-common-box2-1 .c-text-box table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  text-align: center;
}
#c-common-box2-1 .c-text-box table td {
  padding: 15px;
  border: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-common-box2-1 .c-text-box table td {
    padding: 5px;
  }
}
#c-common-box2-1 .c-text-box table thead {
  background-color: #f5f5f5;
}
#c-common-box2-2 {
  padding: 0.6rem 0 1rem;
}
@media (max-width: 748px) {
  #c-common-box2-2 {
    padding: 3rem 0;
  }
}
#c-common-box2-2 .x-por-ul1 {
  padding-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 748px) {
  #c-common-box2-2 .x-por-ul1 {
    padding-top: 1.5rem;
  }
}
#c-common-box2-2 .x-por-ul1 li {
  font-size: 0.2rem;
  color: #474b4f;
  width: 16.6%;
  text-align: center;
  font-family: "MyriadPro-Semibold";
}
@media (max-width: 1580px) {
  #c-common-box2-2 .x-por-ul1 li {
    font-size: 0.25rem;
  }
}
@media (max-width: 1260px) {
  #c-common-box2-2 .x-por-ul1 li {
    font-size: 0.3rem;
  }
}
@media (max-width: 972px) {
  #c-common-box2-2 .x-por-ul1 li {
    font-size: 0.38rem;
  }
}
@media (max-width: 748px) {
  #c-common-box2-2 .x-por-ul1 li {
    font-size: 1rem;
  }
  #c-common-box2-2 .x-por-ul1 li:nth-of-type(2),
  #c-common-box2-2 .x-por-ul1 li:nth-of-type(3) {
    display: none;
  }
}
#c-common-box2-2 .x-por-ul1 li:nth-of-type(1) {
  text-align: left;
  width: 50%;
}
#c-common-box2-2 .x-por-ul2 li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.3rem 0;
  border-bottom: 1px solid #ddd;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  #c-common-box2-2 .x-por-ul2 li {
    padding: 1rem 0;
  }
}
#c-common-box2-2 .x-por-ul2 li:hover {
  background-color: #f5f5f5;
  padding-left: 0.3rem;
}
#c-common-box2-2 .x-por-ul2 li:hover .x-li-p1 {
  background-color: #78bc27;
  color: #fff;
}
#c-common-box2-2 .x-por-ul2 li:hover .x-li-p4 a {
  color: #78bc27;
}
#c-common-box2-2 .x-por-ul2 li:hover .x-li-p4 a span:nth-child(1) {
  background-image: url(../images/xz-ico2.png);
}
#c-common-box2-2 .x-por-ul2 li .x-li-p1 {
  line-height: 38px;
  text-align: center;
  width: 60px;
  height: 40px;
  border: 1px solid #78bc27;
  border-radius: 3px;
  font-size: 18px;
  color: #78bc27;
  font-weight: bold;
  transition: 0.4s all;
}
#c-common-box2-2 .x-por-ul2 li .x-li-p2 {
  width: 45.8%;
  padding-left: 0.2rem;
  font-size: 18px;
  color: #474b4f;
}
@media (max-width: 748px) {
  #c-common-box2-2 .x-por-ul2 li .x-li-p2 {
    width: 46.1%;
    padding-left: 0.6rem;
    font-size: 16px;
  }
}
#c-common-box2-2 .x-por-ul2 li .x-li-p3 {
  width: 16.6%;
  text-align: center;
  font-size: 16px;
  color: #666;
}
@media (max-width: 748px) {
  #c-common-box2-2 .x-por-ul2 li .x-li-p3 {
    display: none;
  }
}
#c-common-box2-2 .x-por-ul2 li .x-li-p4 {
  width: 16.6%;
  text-align: center;
}
@media (max-width: 748px) {
  #c-common-box2-2 .x-por-ul2 li .x-li-p4 {
    width: 36.6%;
  }
}
#c-common-box2-2 .x-por-ul2 li .x-li-p4 a {
  font-size: 16px;
  color: #474b4f;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
}
#c-common-box2-2 .x-por-ul2 li .x-li-p4 a span:nth-child(1) {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/xz-ico1.png) no-repeat center / 100%;
}
#c-common-box2-2 .x-por-ul2 li .x-li-p4 a span:nth-child(2) {
  margin-left: 5px;
}
@media (max-width: 748px) {
  #c-common-box2-2 .x-por-ul2 li .x-li-p4 a span:nth-child(2) {
    display: none;
  }
}
#c-common-box2-3 {
  padding: 0.6rem 0 1rem;
}
@media (max-width: 748px) {
  #c-common-box2-3 {
    padding: 3rem 0;
  }
}
#c-common-box2-3 .x-por-swiper {
  padding: 0.6rem 0 0.55rem 0;
  position: relative;
}
@media (max-width: 748px) {
  #c-common-box2-3 .x-por-swiper {
    padding: 1.5rem 0;
  }
}
#c-common-box2-3 .x-por-swiper .swiper-container .swiper-wrapper {
  padding: 1px 0;
}
#c-common-box2-3 .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide {
  border: 1px solid #ddd;
}
#c-common-box2-3 .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide:hover .x-text span {
  bottom: 0;
}
#c-common-box2-3 .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
  padding: 0.4rem 0.3rem;
}
#c-common-box2-3 .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 2.3rem;
  object-fit: contain;
}
@media (max-width: 972px) {
  #c-common-box2-3 .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
    height: 4.3rem;
  }
}
@media (max-width: 748px) {
  #c-common-box2-3 .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
    height: 7.3rem;
  }
}
#c-common-box2-3 .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 18px;
  color: #474b4f;
  text-align: center;
  margin-bottom: 0.2rem;
  transition: 0.4s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#c-common-box2-3 .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text span {
  width: 100%;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  background-color: #78bc27;
  color: #fff;
  padding: 0.2rem 0;
  margin-top: 0.25rem;
  transition: 0.4s all;
}
#c-common-box2-4 {
  padding: 0.6rem 0 1rem;
}
@media (max-width: 748px) {
  #c-common-box2-4 {
    padding: 3rem 0;
  }
}
.c-banner13-wrap {
  margin-top: 0.6rem;
  position: relative;
}
@media (max-width: 748px) {
  .c-banner13-wrap {
    margin-top: 1.5rem;
  }
}
.c-banner13-wrap .c-prev,
.c-banner13-wrap .c-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .c-banner13-wrap .c-prev,
  .c-banner13-wrap .c-next {
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 972px) {
  .c-banner13-wrap .c-prev,
  .c-banner13-wrap .c-next {
    display: none;
  }
}
.c-banner13-wrap .c-prev::before,
.c-banner13-wrap .c-next::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
.c-banner13-wrap .c-prev div,
.c-banner13-wrap .c-next div {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-banner13-wrap .c-prev {
  left: -100px;
}
@media (max-width: 1580px) {
  .c-banner13-wrap .c-prev {
    left: -70px;
  }
}
.c-banner13-wrap .c-prev div {
  background-image: url(../images/x-jt1.png);
}
.c-banner13-wrap .c-prev:hover {
  border-color: #78bc27;
}
.c-banner13-wrap .c-prev:hover::before {
  height: 100%;
}
.c-banner13-wrap .c-prev:hover div {
  background-image: url(../images/jt1.png);
}
.c-banner13-wrap .c-next {
  right: -100px;
}
@media (max-width: 1580px) {
  .c-banner13-wrap .c-next {
    right: -70px;
  }
}
.c-banner13-wrap .c-next div {
  background-image: url(../images/x-jt2.png);
}
.c-banner13-wrap .c-next:hover {
  border-color: #78bc27;
}
.c-banner13-wrap .c-next:hover::before {
  height: 100%;
}
.c-banner13-wrap .c-next:hover div {
  background-image: url(../images/jt2.png);
}
.c-banner13 {
  padding-bottom: 0.5rem;
}
@media (max-width: 748px) {
  .c-banner13 {
    padding-bottom: 1.5rem;
  }
}
.c-banner13 .swiper-pagination {
  bottom: 0;
}
.c-banner13 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px !important;
}
@media (max-width: 1580px) {
  .c-banner13 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 748px) {
  .c-banner13 .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}
.c-banner13 .swiper-pagination-bullet-active {
  background: #78bc27;
}
.c-banner13 .c-wrap {
  display: block;
  border-bottom: 1px solid #ddd;
}
.c-banner13 .c-wrap .c-img-box {
  height: 4.12rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .c-banner13 .c-wrap .c-img-box {
    height: 5rem;
  }
}
@media (max-width: 748px) {
  .c-banner13 .c-wrap .c-img-box {
    height: 10rem;
  }
}
.c-banner13 .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.c-banner13 .c-wrap .c-text-box {
  display: flex;
  align-items: center;
  padding: 0.35rem 0 0.3rem;
}
@media (max-width: 748px) {
  .c-banner13 .c-wrap .c-text-box {
    padding: 0.5rem 0;
  }
}
.c-banner13 .c-wrap .c-text-box .c-lt {
  flex-shrink: 1;
  flex-grow: 1;
}
.c-banner13 .c-wrap .c-text-box .c-lt .c-title {
  font-family: "MyriadPro-Semibold";
  color: #474b4f;
  transition: all 0.5s;
  line-height: 1.2;
}
.c-banner13 .c-wrap .c-text-box .c-lt .c-text {
  font-size: 18px;
  color: #666;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .c-banner13 .c-wrap .c-text-box .c-lt .c-text {
    font-size: 14px;
  }
}
.c-banner13 .c-wrap .c-text-box .c-gt {
  flex-shrink: 0;
  width: 80px;
  height: 18px;
  background: url(../images/jt6.png) no-repeat left center / auto 100%;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  .c-banner13 .c-wrap .c-text-box .c-gt {
    background-position: right center;
  }
}
@media (max-width: 972px) {
  .c-banner13 .c-wrap .c-text-box .c-gt {
    display: none;
  }
}
.c-banner13 .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.c-banner13 .c-wrap:hover .c-text-box .c-lt .c-title {
  color: #78bc27;
}
.c-banner13 .c-wrap:hover .c-text-box .c-gt {
  width: 80px;
  height: 18px;
  background-image: url(../images/jt7.png);
  background-position: left 20px center;
}
@media (max-width: 1260px) {
  .c-banner13 .c-wrap:hover .c-text-box .c-gt {
    background-position: right center;
  }
}
#c-common-box2-5 {
  padding: 0.6rem 0 1rem;
}
@media (max-width: 748px) {
  #c-common-box2-5 {
    padding: 3rem 0;
  }
}
#c-common-box2-5 .x-swiper2 {
  padding: 0.6rem 0 0.55rem 0;
  position: relative;
}
@media (max-width: 748px) {
  #c-common-box2-5 .x-swiper2 {
    padding: 1.5rem 0;
  }
}
#c-common-box2-5 .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide:hover .x-title {
  color: #78bc27;
}
#c-common-box2-5 .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide:hover figure img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-common-box2-5 .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
  height: 3rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-common-box2-5 .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 5rem;
  }
}
@media (max-width: 748px) {
  #c-common-box2-5 .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 9rem;
  }
}
#c-common-box2-5 .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-common-box2-5 .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-title {
  text-align: center;
  width: 100%;
  padding: 0.4rem 0;
  transition: 0.4s all;
  color: #474b4f;
}
@media (max-width: 1260px) {
  #c-common-box2-5 .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-title {
    padding: 0.3rem 0;
  }
}
@media (max-width: 748px) {
  #c-common-box2-5 .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-title {
    padding: 0.5rem 0;
  }
}
#c-common-box2-5 .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-title span {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c-banner14 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-banner14 .swiper-slide .c-num {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "MyriadPro-Semibold";
}
.c-banner14 .swiper-slide .c-num img {
  display: none;
  margin-right: 15px;
  height: 30px;
}
@media (max-width: 972px) {
  .c-banner14 .swiper-slide .c-num img {
    margin-right: 10px;
    height: 20px;
  }
}
.c-banner14 .swiper-slide.on .c-num {
  color: #78bc27;
}
.c-banner14 .swiper-slide.on .c-num img {
  display: inline-block;
}
#c-history1 .c-top {
  position: relative;
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 40px 0;
}
@media (max-width: 748px) {
  #c-history1 .c-top {
    padding: 20px 0;
  }
}
#c-history1 .c-top > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-history1 .c-top .container {
  position: relative;
  z-index: 5;
}
#c-history1 .c-bottom .c-logo {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 1.1rem;
  border: 1px solid #ddd;
  border-radius: 0.55rem;
}
@media (max-width: 748px) {
  #c-history1 .c-bottom .c-logo {
    width: 8rem;
    height: 3rem;
    border-radius: 1.5rem;
  }
}
#c-history1 .c-bottom .c-logo img {
  height: 0.38rem;
}
@media (max-width: 748px) {
  #c-history1 .c-bottom .c-logo img {
    height: 1rem;
  }
}
#c-history1 .c-bottom .c-list {
  padding-top: 40px;
  position: relative;
}
@media (max-width: 748px) {
  #c-history1 .c-bottom .c-list {
    padding-top: 0.5rem;
  }
}
#c-history1 .c-bottom .c-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-left: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-history1 .c-bottom .c-list::before {
    display: none;
  }
}
#c-history1 .c-bottom .c-list li {
  position: relative;
  padding: 40px 0;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-history1 .c-bottom .c-list li {
    padding: 1rem 0;
  }
}
#c-history1 .c-bottom .c-list li .c-container {
  position: static;
}
#c-history1 .c-bottom .c-list li .c-dot1 {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-history1 .c-bottom .c-list li .c-dot1 {
    display: none;
  }
}
#c-history1 .c-bottom .c-list li .c-dot1::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ddd;
  border-radius: 50%;
}
#c-history1 .c-bottom .c-list li .c-dot2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  margin: -38px 0 0 -38px;
  border-radius: 50%;
  background: #78bc27 url(../images/jy-ico.png) no-repeat center / 26px auto;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-history1 .c-bottom .c-list li .c-dot2 {
    display: none;
  }
}
#c-history1 .c-bottom .c-list li .c-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-history1 .c-bottom .c-list li .c-box-wrap .c-text-box {
  width: 39%;
}
@media (max-width: 748px) {
  #c-history1 .c-bottom .c-list li .c-box-wrap .c-text-box {
    width: 100%;
  }
}
#c-history1 .c-bottom .c-list li .c-box-wrap .c-text-box .c-num {
  margin-bottom: 30px;
  line-height: 1;
  font-family: "MyriadPro-Semibold";
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-history1 .c-bottom .c-list li .c-box-wrap .c-text-box .c-num {
    margin-bottom: 0.5rem;
  }
}
#c-history1 .c-bottom .c-list li .c-box-wrap .c-text-box .c-text {
  font-size: 18px;
  word-wrap: break-word;
  word-break: normal;
}
@media (max-width: 1580px) {
  #c-history1 .c-bottom .c-list li .c-box-wrap .c-text-box .c-text {
    font-size: 14px;
  }
}
#c-history1 .c-bottom .c-list li .c-box-wrap .c-img-box {
  width: 39%;
}
@media (max-width: 748px) {
  #c-history1 .c-bottom .c-list li .c-box-wrap .c-img-box {
    width: 100%;
    margin-top: 0.5rem;
  }
}
#c-history1 .c-bottom .c-list li .c-box-wrap .c-img-box .c-wrap {
  width: 4rem;
  height: 2.6rem;
}
@media (max-width: 972px) {
  #c-history1 .c-bottom .c-list li .c-box-wrap .c-img-box .c-wrap {
    width: 100%;
    height: 5rem;
  }
}
@media (max-width: 748px) {
  #c-history1 .c-bottom .c-list li .c-box-wrap .c-img-box .c-wrap {
    height: 12rem;
  }
}
#c-history1 .c-bottom .c-list li .c-box-wrap .c-img-box .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-history1 .c-bottom .c-list li:nth-child(odd) .c-box-wrap {
  flex-direction: row-reverse;
}
#c-history1 .c-bottom .c-list li:hover {
  background: #f5f5f5;
}
#c-history1 .c-bottom .c-list li:hover .c-dot1 {
  opacity: 0;
}
#c-history1 .c-bottom .c-list li:hover .c-dot2 {
  opacity: 1;
}
#c-history1 .c-bottom .c-list li:hover .c-box-wrap .c-num {
  color: #78bc27;
}
#c-common-link {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-common-link {
    border: 0;
  }
}
#c-common-link li {
  position: relative;
  width: 33.333333%;
  background: #fff;
}
@media (max-width: 748px) {
  #c-common-link li {
    margin-bottom: 1rem;
    width: 100%;
  }
  #c-common-link li:last-child {
    margin-bottom: 0;
  }
}
#c-common-link li::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 0;
  border-top: 1px solid #78bc27;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-common-link li::before {
    display: none;
  }
}
#c-common-link li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 100px;
  margin-top: -50px;
  border-left: 1px solid #ddd;
}
@media (max-width: 1900px) {
  #c-common-link li::after {
    height: 50px;
    margin-top: -25px;
  }
}
#c-common-link li:last-child::after {
  display: none;
}
#c-common-link li .c-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  font-size: 24px;
  color: #474b4f;
  transition: all 0.5s;
  text-align: center;
}
@media (max-width: 1900px) {
  #c-common-link li .c-wrap {
    height: 180px;
    font-size: 20px;
  }
}
@media (max-width: 1900px) and (max-width: 748px) {
  #c-common-link li .c-wrap {
    height: 160px;
    font-size: 16px;
  }
}
#c-common-link li .c-wrap .c-ico img {
  height: 50px;
}
#c-common-link li .c-wrap .c-ico img:last-child {
  display: none;
}
#c-common-link li .c-wrap .c-title {
  margin-top: 10px;
  font-family: "MyriadPro-Semibold";
}
#c-common-link li .c-wrap .c-jt {
  margin: 0 auto;
  opacity: 0;
  width: 24px;
  height: 0;
  background: url(../images/jt5.png) no-repeat center / 100% auto;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-common-link li .c-wrap .c-jt {
    opacity: 1;
    width: 16px;
  }
}
#c-common-link li:hover::before {
  width: 100%;
}
#c-common-link li:hover .c-wrap {
  color: #78bc27;
}
#c-common-link li:hover .c-wrap .c-ico img {
  display: none;
}
#c-common-link li:hover .c-wrap .c-ico img:last-child {
  display: inline-block;
}
#c-common-link li:hover .c-wrap .c-jt {
  margin-top: 20px;
  opacity: 1;
  height: 24px;
}
@media (max-width: 748px) {
  #c-common-link li:hover .c-wrap .c-jt {
    height: 16px;
  }
}
#c-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #999;
}
#c-share #c-copy {
  padding-left: 30px;
  background: url(../images/fzlj-ico.png) no-repeat left center / 22px auto;
  cursor: pointer;
}
#c-share #c-copy:hover {
  background-image: url(../images/fzlj-ico-h.png);
  color: #78bc27;
}
#c-share .a2a_kit {
  margin-right: 10px;
}
#c-share .a2a_kit span {
  background-color: transparent !important;
}
#c-share .a2a_kit .a2a_dd svg g {
  fill: #999;
}
#c-share .a2a_kit .a2a_button_linkedin svg path {
  fill: #999;
}
#c-share .a2a_kit .a2a_button_facebook svg path {
  fill: #999;
}
#c-share .a2a_kit .a2a_button_twitter svg path {
  fill: #999;
}
#c-share .a2a_kit a:hover span {
  opacity: 1 !important;
}
#c-share .a2a_kit .a2a_dd:hover svg g {
  fill: #78bc27;
}
#c-share .a2a_kit .a2a_button_linkedin:hover svg path {
  fill: #78bc27;
}
#c-share .a2a_kit .a2a_button_facebook:hover svg path {
  fill: #78bc27;
}
#c-share .a2a_kit .a2a_button_twitter:hover svg path {
  fill: #78bc27;
}
#c-share.c-dt {
  margin-bottom: 30px;
  padding: 1rem 0 30px;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
}
@media (max-width: 748px) {
  #c-share.c-dt {
    padding: 1.5rem 0 1rem;
    margin-bottom: 1rem;
  }
}
#c-share.c-dt .c-lt {
  display: flex;
  align-items: center;
}
#c-share.c-dt .c-lt .c-text {
  color: #474b4f;
}
#c-share.c-dt .c-return {
  display: inline-block;
  padding-left: 40px;
  color: #999;
  background: url(../images/fh-ico.png) no-repeat left center / 18px auto;
}
@media (max-width: 748px) {
  #c-share.c-dt .c-return {
    padding-left: 22px;
  }
}
#c-share.c-dt .c-return:hover {
  color: #78bc27;
  background-image: url(../images/fh-ico-h.png);
}
.a2a_menu a {
  color: #474b4f !important;
}
.a2a_logo_color {
  background-color: #78bc27 !important;
}
#c-member {
  padding-top: 0.5rem;
}
#c-member .c-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-member .c-left {
  padding-right: 20px;
  width: 360px;
}
@media (max-width: 1580px) {
  #c-member .c-left {
    width: 300px;
  }
}
@media (max-width: 1260px) {
  #c-member .c-left {
    width: 250px;
  }
}
@media (max-width: 748px) {
  #c-member .c-left {
    margin-bottom: 20px;
    width: 100%;
  }
}
#c-member .c-left .c-list {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-member .c-left .c-list {
    font-size: 14px;
    line-height: 24px;
  }
}
#c-member .c-left .c-list > li.on > .c-title a {
  color: #78bc27;
}
#c-member .c-left .c-list > li.on > .c-title > i {
  background-image: url(../images/reduce3.png);
}
#c-member .c-left .c-list > li.on > .c-title > i:hover {
  background-image: url(../images/reduce2.png);
}
#c-member .c-left .c-list > li ul {
  display: none;
}
#c-member .c-left .c-list > li > ul > li i {
  display: none !important;
}
#c-member .c-left .c-list > li > ul > li > .c-title {
  padding-left: 35px;
}
@media (max-width: 1580px) {
  #c-member .c-left .c-list > li > ul > li > .c-title {
    padding-left: 20px;
  }
}
#c-member .c-left .c-list > li > ul > li > .c-title a {
  margin-left: 0;
}
#c-member .c-left .c-list .c-title {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 10px 10px 10px 0;
  word-wrap: break-word;
  word-break: normal;
}
@media (max-width: 748px) {
  #c-member .c-left .c-list .c-title {
    padding: 5px 10px 5px 0;
  }
}
#c-member .c-left .c-list .c-title i {
  flex-shrink: 0;
  display: inline-block;
  margin: 4px 0;
  width: 20px;
  height: 20px;
  background: url(../images/add3.png) no-repeat center / 14px;
  cursor: pointer;
  transition: all 0.5s;
}
#c-member .c-left .c-list .c-title i:hover {
  background-color: #78bc27;
  background-image: url(../images/add2.png);
}
#c-member .c-left .c-list .c-title a {
  margin-left: 15px;
  color: #474b4f;
  transition: 0.5s;
}
@media (max-width: 1580px) {
  #c-member .c-left .c-list .c-title a {
    margin-left: 5px;
  }
}
#c-member .c-left .c-list .c-title a:hover {
  color: #78bc27;
}
#c-member .c-right {
  width: -webkit-calc(-260%);
  width: calc(100% - 360px);
}
@media (max-width: 1580px) {
  #c-member .c-right {
    width: -webkit-calc(-200%);
    width: calc(100% - 300px);
  }
}
@media (max-width: 1260px) {
  #c-member .c-right {
    width: -webkit-calc(-150%);
    width: calc(100% - 250px);
  }
}
@media (max-width: 748px) {
  #c-member .c-right {
    width: 100%;
  }
}
#c-subscription .c-text {
  font-size: 20px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-subscription .c-text {
    font-size: 16px;
  }
}
#c-subscription .c-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
@media (max-width: 748px) {
  #c-subscription .c-box {
    margin-bottom: 0.5rem;
  }
}
#c-subscription .c-box label {
  margin: 0.3rem 0.4rem 0 0;
  display: flex;
  align-items: center;
  color: #474b4f;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-subscription .c-box label {
    margin: 0.5rem 0.5rem 0 0;
  }
}
#c-subscription .c-box label input {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #999;
}
#c-subscription .c-box label input:checked {
  background: #78bc27;
  border-color: #78bc27;
}
#c-subscription button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  height: 60px;
  font-size: 20px;
  color: #78bc27;
  text-align: center;
  border: 1px solid #78bc27;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-subscription button {
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  #c-subscription button {
    height: 44px;
  }
}
#c-subscription button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-subscription button span {
  position: relative;
  z-index: 5;
}
#c-subscription button:hover {
  color: #fff;
}
#c-subscription button:hover::before {
  height: 100%;
}
#c-information {
  margin-bottom: -20px;
}
@media (max-width: 748px) {
  #c-information {
    margin-bottom: -1rem;
  }
}
#c-information form {
  display: block;
  margin-bottom: 20px;
  padding: 0 30px 0.8rem;
  background-color: #fff;
}
@media (max-width: 748px) {
  #c-information form {
    padding: 0 1rem 1rem;
    margin-bottom: 1rem;
  }
}
#c-information form .c-title {
  font-family: "MyriadPro-Semibold";
  display: flex;
  align-items: center;
  height: 1rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 972px) {
  #c-information form .c-title {
    height: 2rem;
  }
}
@media (max-width: 748px) {
  #c-information form .c-title {
    height: 3rem;
  }
}
#c-information form .c-list {
  padding: 40px 1.2rem 0 0;
}
@media (max-width: 972px) {
  #c-information form .c-list {
    padding: 30px 0 0;
  }
}
@media (max-width: 748px) {
  #c-information form .c-list {
    padding: 1rem 0 0;
  }
}
#c-information form .c-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 748px) {
  #c-information form .c-list li {
    margin-bottom: 1rem;
  }
}
#c-information form .c-list li:last-child {
  margin-bottom: 0;
}
#c-information form .c-list li .c-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
  text-align: right;
  width: 38%;
  font-size: 20px;
  height: 60px;
}
@media (max-width: 1580px) {
  #c-information form .c-list li .c-text {
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  #c-information form .c-list li .c-text {
    height: 50px;
    padding-right: 0.5rem;
    font-size: 14px;
  }
}
#c-information form .c-list li .c-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 62%;
}
#c-information form .c-list li .c-box input {
  height: 60px;
  line-height: 58px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 20px;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-information form .c-list li .c-box input {
    padding: 0 10px;
    height: 50px;
    line-height: 48px;
  }
}
#c-information form .c-list li .c-box select {
  height: 60px;
  line-height: 58px;
  width: 50%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 40px 0 20px;
  padding-right: 50px;
  background: url(../images/jt4.png) no-repeat right 20px center / 12px auto;
}
@media (max-width: 748px) {
  #c-information form .c-list li .c-box select {
    padding: 0 30px 0 10px;
    height: 50px;
    line-height: 48px;
    background-position: right 10px center;
  }
}
#c-information form .c-list li .c-box select:last-child {
  border-left: 0;
}
@media (max-width: 972px) {
  #c-information form .c-list li .c-box select:last-child {
    margin-top: 20px;
    border: 1px solid #ddd;
  }
}
@media (max-width: 748px) {
  #c-information form .c-list li .c-box select:last-child {
    margin-top: 1rem;
  }
}
@media (max-width: 972px) {
  #c-information form .c-list li .c-box select {
    width: 100%;
  }
}
#c-information form .c-list li .c-box textarea {
  width: 100%;
  padding: 15px 20px;
  height: 120px;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: auto;
}
@media (max-width: 748px) {
  #c-information form .c-list li .c-box textarea {
    padding: 10px;
  }
}
#c-information form .c-list li .c-box button {
  position: relative;
  height: 62px;
  width: 100%;
  color: #78bc27;
  border: 1px solid #78bc27;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-information form .c-list li .c-box button {
    height: 50px;
  }
}
#c-information form .c-list li .c-box button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
#c-information form .c-list li .c-box button span {
  position: relative;
  z-index: 5;
}
#c-information form .c-list li .c-box button:hover {
  color: #fff;
}
#c-information form .c-list li .c-box button:hover::before {
  height: 100%;
}
#c-inquiry-record {
  margin-bottom: -20px;
}
@media (max-width: 748px) {
  #c-inquiry-record {
    margin-bottom: -1rem;
  }
}
#c-inquiry-record .c-main-wrap {
  margin-bottom: 20px;
  padding: 0 30px 0.8rem;
  background-color: #fff;
}
@media (max-width: 748px) {
  #c-inquiry-record .c-main-wrap {
    padding: 0 1rem 1rem;
    margin-bottom: 1rem;
  }
}
#c-inquiry-record .c-main-title {
  font-family: "MyriadPro-Semibold";
  display: flex;
  align-items: center;
  height: 1rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 972px) {
  #c-inquiry-record .c-main-title {
    height: 2rem;
  }
}
@media (max-width: 748px) {
  #c-inquiry-record .c-main-title {
    height: 3rem;
  }
}
#c-inquiry-record .c-more {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: #78bc27;
  border: 1px solid #78bc27;
  font-size: 20px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 748px) {
  #c-inquiry-record .c-more {
    font-size: 14px;
  }
}
#c-inquiry-record .c-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background-color: #78bc27;
}
#c-inquiry-record .c-more span {
  position: relative;
  z-index: 5;
}
#c-inquiry-record .c-more:hover {
  color: #fff;
}
#c-inquiry-record .c-more:hover::before {
  height: 100%;
}
#c-product-inquiry1 .c-list-wrap {
  overflow: auto;
}
#c-product-inquiry1 .c-list {
  padding: 40px 0 10px;
}
@media (max-width: 1260px) {
  #c-product-inquiry1 .c-list {
    min-width: 800px;
  }
}
@media (max-width: 972px) {
  #c-product-inquiry1 .c-list {
    padding: 30px 0 0;
  }
}
@media (max-width: 748px) {
  #c-product-inquiry1 .c-list {
    padding: 1rem 0 0;
  }
}
#c-product-inquiry1 .c-list li {
  margin-bottom: 30px;
  border: 1px solid #f5f5f5;
}
@media (max-width: 748px) {
  #c-product-inquiry1 .c-list li {
    margin-bottom: 1rem;
  }
}
#c-product-inquiry1 .c-list li .c-tbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  background-color: #f5f5f5;
}
@media (max-width: 748px) {
  #c-product-inquiry1 .c-list li .c-tbox {
    padding: 0.5rem 1rem;
  }
}
#c-product-inquiry1 .c-list li .c-tbox .c-num {
  font-size: 20px;
}
@media (max-width: 748px) {
  #c-product-inquiry1 .c-list li .c-tbox .c-num {
    font-size: 16px;
  }
}
#c-product-inquiry1 .c-list li .c-tbox .c-num span:last-child {
  margin-left: 30px;
  color: #78bc27;
}
@media (max-width: 748px) {
  #c-product-inquiry1 .c-list li .c-tbox .c-num span:last-child {
    margin-left: 0.5rem;
  }
}
#c-product-inquiry1 .c-list li .c-tbox .c-time {
  color: #666;
}
#c-product-inquiry1 .c-list li .c-bbox table {
  padding: 20px 30px;
}
@media (max-width: 748px) {
  #c-product-inquiry1 .c-list li .c-bbox table {
    padding: 0.5rem 1rem;
  }
}
#c-product-inquiry1 .c-list li .c-bbox table tr td {
  padding: 10px 0;
}
@media (max-width: 748px) {
  #c-product-inquiry1 .c-list li .c-bbox table tr td {
    padding: 0.5rem 0;
  }
}
#c-product-inquiry1 .c-list li .c-bbox table tr td:nth-child(1) {
  width: 174px;
}
@media (max-width: 748px) {
  #c-product-inquiry1 .c-list li .c-bbox table tr td:nth-child(1) {
    width: 140px;
  }
}
#c-product-inquiry1 .c-list li .c-bbox table tr td:nth-child(1) .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  overflow: hidden;
  border: 1px solid #ddd;
}
#c-product-inquiry1 .c-list li .c-bbox table tr td:nth-child(1) .c-img-box img {
  max-width: 100%;
  max-height: 100%;
}
#c-product-inquiry1 .c-list li .c-bbox table tr td:nth-child(2) {
  padding: 0 30px;
}
@media (max-width: 748px) {
  #c-product-inquiry1 .c-list li .c-bbox table tr td:nth-child(2) {
    padding: 0 20px;
  }
}
#c-product-inquiry1 .c-list li .c-bbox table tr td:nth-child(3) {
  width: 140px;
}
#c-product-inquiry1 .c-list li .c-bbox table tr td:nth-child(4) {
  padding-left: 30px;
  width: 80px;
}
@media (max-width: 748px) {
  #c-product-inquiry1 .c-list li .c-bbox table tr td:nth-child(4) {
    padding-left: 20px;
  }
}
#c-product-inquiry1 .c-list li .c-bbox table tr td .c-title {
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 748px) {
  #c-product-inquiry1 .c-list li .c-bbox table tr td .c-title {
    font-size: 18px;
  }
}
#c-product-inquiry1 .c-list li .c-bbox table tr td .c-text {
  color: #666;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 1580px) {
  #c-product-inquiry1 .c-list li .c-bbox table tr td .c-text {
    height: 48px;
    line-height: 24px;
  }
}
#c-product-inquiry1 .c-list li .c-bbox table tr td .c-num-count {
  position: relative;
  width: 100%;
  height: 50px;
}
#c-product-inquiry1 .c-list li .c-bbox table tr td .c-num-count input {
  padding: 0 50px;
  width: 100%;
  height: 100%;
  line-height: 48px;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}
#c-product-inquiry1 .c-list li .c-bbox table tr td .c-num-count .c-reduce,
#c-product-inquiry1 .c-list li .c-bbox table tr td .c-num-count .c-add {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  border-radius: 3px;
  font-size: 30px;
  cursor: pointer;
  background: url(../images/reduce.png) no-repeat center / 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.5s;
}
#c-product-inquiry1 .c-list li .c-bbox table tr td .c-num-count .c-reduce:hover,
#c-product-inquiry1 .c-list li .c-bbox table tr td .c-num-count .c-add:hover {
  background-color: #78bc27;
  background-image: url(../images/reduce2.png);
}
#c-product-inquiry1 .c-list li .c-bbox table tr td .c-num-count .c-add {
  left: auto;
  right: 0;
  background-image: url(../images/add.png);
}
#c-product-inquiry1 .c-list li .c-bbox table tr td .c-num-count .c-add:hover {
  background-image: url(../images/add2.png);
}
#c-product-inquiry1 .c-list li .c-bbox table tr td .c-del {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: url(../images/close.png) no-repeat center / 14px;
  cursor: pointer;
  transition: all 0.5s;
}
#c-product-inquiry1 .c-list li .c-bbox table tr td .c-del:hover {
  background-color: #78bc27;
  background-image: url(../images/close2.png);
}
#c-product-inquiry2 .c-list {
  padding: 40px 0 30px;
}
@media (max-width: 1580px) {
  #c-product-inquiry2 .c-list {
    padding: 40px 0 10px;
  }
}
@media (max-width: 972px) {
  #c-product-inquiry2 .c-list {
    padding: 30px 0 0;
  }
}
@media (max-width: 748px) {
  #c-product-inquiry2 .c-list {
    padding: 1rem 0 0;
  }
}
#c-product-inquiry2 .c-list li {
  padding: 15px 0;
  margin-bottom: 30px;
  border: 2px dotted #ddd;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-product-inquiry2 .c-list li {
    padding: 0.25rem 0;
    margin-bottom: 1rem;
  }
}
#c-product-inquiry2 .c-list li table {
  width: 100%;
}
#c-product-inquiry2 .c-list li td {
  padding: 10px 30px;
}
@media (max-width: 748px) {
  #c-product-inquiry2 .c-list li td {
    padding: 0.25rem 0.5rem;
  }
}
#c-product-inquiry2 .c-list li td:nth-child(1) {
  width: 300px;
}
#c-product-inquiry2 .c-list li td:nth-child(2) {
  color: #666;
}
@media (max-width: 1260px) {
  #c-product-inquiry2 .c-list li td {
    width: 50% !important;
  }
}
#c-news1-1 {
  padding-top: 40px;
}
@media (max-width: 748px) {
  #c-news1-1 {
    padding-top: 1.5rem;
  }
}
.c-banner16 .swiper-pagination {
  width: auto;
  left: 50%;
  text-align: left;
  bottom: 0;
}
@media (max-width: 748px) {
  .c-banner16 .swiper-pagination {
    left: 0;
  }
}
.c-banner16 .swiper-pagination-bullet {
  margin: 0 0.2rem 0 0 !important;
  opacity: 1;
  width: 60px;
  height: 2px;
  background: #c9c9c9;
  border-radius: 0;
}
@media (max-width: 1580px) {
  .c-banner16 .swiper-pagination-bullet {
    width: 30px;
  }
}
.c-banner16 .swiper-pagination-bullet-active {
  background: #78bc27;
}
.c-banner16 .swiper-slide {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .c-banner16 .swiper-slide {
    align-items: center;
  }
}
.c-banner16 .swiper-slide .c-img-box {
  display: block;
  width: 45%;
  height: 4rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .c-banner16 .swiper-slide .c-img-box {
    height: 5rem;
  }
}
@media (max-width: 748px) {
  .c-banner16 .swiper-slide .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
.c-banner16 .swiper-slide .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.c-banner16 .swiper-slide .c-img-box:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.c-banner16 .swiper-slide .c-text-box {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 50%;
}
@media (max-width: 748px) {
  .c-banner16 .swiper-slide .c-text-box {
    width: 100%;
  }
}
.c-banner16 .swiper-slide .c-text-box .c-text-wrap {
  width: 100%;
}
.c-banner16 .swiper-slide .c-text-box .c-text-wrap .c-text1 {
  color: #78bc27;
}
@media (max-width: 748px) {
  .c-banner16 .swiper-slide .c-text-box .c-text-wrap .c-text1 {
    margin-top: 0.5rem;
  }
}
.c-banner16 .swiper-slide .c-text-box .c-text-wrap .c-title-box {
  margin: 0.3rem 0 0.2rem;
  display: block;
  font-family: "MyriadPro-Semibold";
  line-height: 1.1;
  color: #474b4f;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  .c-banner16 .swiper-slide .c-text-box .c-text-wrap .c-title-box {
    margin: 0.5rem 0;
  }
}
@media (max-width: 748px) {
  .c-banner16 .swiper-slide .c-text-box .c-text-wrap .c-title-box .c-title {
    font-size: 1.2rem;
  }
}
.c-banner16 .swiper-slide .c-text-box .c-text-wrap .c-title-box:hover {
  color: #78bc27;
}
.c-banner16 .swiper-slide .c-text-box .c-text-wrap .c-text2 {
  height: 48px;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 1580px) {
  .c-banner16 .swiper-slide .c-text-box .c-text-wrap .c-text2 {
    height: 48px;
    font-size: 14px;
    line-height: 24px;
  }
}
.c-banner16 .swiper-slide .c-text-box .c-text-wrap .c-time {
  margin: 0.3rem 0 0.1rem;
  color: #999;
}
@media (max-width: 748px) {
  .c-banner16 .swiper-slide .c-text-box .c-text-wrap .c-time {
    margin: 0.5rem 0;
  }
}
.c-banner16 .swiper-slide .c-text-box .c-btn-box {
  margin-bottom: 0.6rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 748px) {
  .c-banner16 .swiper-slide .c-text-box .c-btn-box {
    margin-bottom: 1.5rem;
  }
}
#c-news1-2 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -0.8rem;
}
@media (max-width: 748px) {
  #c-news1-2 .c-list {
    margin-bottom: -1.5rem;
  }
}
#c-news1-2 .c-list > li {
  width: 45%;
  margin-bottom: 0.8rem;
}
@media (max-width: 748px) {
  #c-news1-2 .c-list > li {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
#c-news1-2 .c-list > li .c-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 748px) {
  #c-news1-2 .c-list > li .c-top {
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
}
#c-news1-2 .c-list > li .c-top .c-title {
  display: flex;
  align-items: center;
  font-family: "MyriadPro-Semibold";
  line-height: 1;
}
#c-news1-2 .c-list > li .c-top .c-title img {
  margin-right: 20px;
  height: 30px;
}
@media (max-width: 748px) {
  #c-news1-2 .c-list > li .c-top .c-title img {
    margin-right: 10px;
    height: 20px;
  }
}
#c-news1-2 .c-list > li .c-top a {
  color: #474b4f;
  transition: all 0.5s;
  color: #78bc27;
  line-height: 1;
}
#c-news1-2 .c-list > li .c-top a:hover {
  color: #78bc27;
}
#c-news1-2 .c-list > li .c-bottom .c-list2 li {
  padding: 10px 0;
}
@media (max-width: 748px) {
  #c-news1-2 .c-list > li .c-bottom .c-list2 li {
    padding: 0.25rem 0;
  }
}
#c-news1-2 .c-list > li .c-bottom .c-list2 li a {
  display: block;
}
#c-news1-2 .c-list > li .c-bottom .c-list2 li a .c-title {
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  color: #474b4f;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-news1-2 .c-list > li .c-bottom .c-list2 li a .c-title {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
}
#c-news1-2 .c-list > li .c-bottom .c-list2 li a .c-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  margin-right: 15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #78bc27;
}
#c-news1-2 .c-list > li .c-bottom .c-list2 li a:hover .c-title {
  color: #78bc27;
}
#c-news3-1 {
  cursor: url(../images/play.png);
  padding-top: 40px;
}
@media (max-width: 748px) {
  #c-news3-1 {
    padding-top: 1.5rem;
  }
}
#c-news3-1 .c-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 972px) {
  #c-news3-1 .c-container {
    flex-wrap: wrap;
  }
}
#c-news3-1 .c-left {
  padding-right: 0.9rem;
  flex-grow: 1;
  flex-shrink: 1;
  width: calc(100% - 400px);
}
@media (max-width: 972px) {
  #c-news3-1 .c-left {
    width: 100%;
    padding-right: 0;
  }
}
#c-news3-1 .c-left .c-title-box .c-title {
  font-family: "MyriadPro-Semibold";
  line-height: 1.3;
}
#c-news3-1 .c-left .c-title-box .c-text {
  margin-bottom: 25px;
  padding: 25px 0;
  color: #999;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-news3-1 .c-left .c-title-box .c-text {
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
  }
}
#c-news3-1 .c-left .c-text-box {
  line-height: 1.5;
  color: #666;
}
#c-news3-1 .c-left .c-text-box img {
  max-width: 100%;
  height: auto !important;
}
#c-news3-1 .c-left .c-pnBox p {
  display: flex;
  align-items: flex-start;
  color: #666;
}
#c-news3-1 .c-left .c-pnBox p:nth-child(2) {
  padding-top: 10px;
}
@media (max-width: 748px) {
  #c-news3-1 .c-left .c-pnBox p:nth-child(2) {
    padding-top: 0.5rem;
  }
}
#c-news3-1 .c-left .c-pnBox p span {
  display: inline-block;
  width: 100px;
  flex-shrink: 0;
}
@media (max-width: 748px) {
  #c-news3-1 .c-left .c-pnBox p span {
    width: 80px;
  }
}
#c-news3-1 .c-left .c-pnBox p a {
  width: calc(100% - 100px);
  color: #666;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-news3-1 .c-left .c-pnBox p a {
    width: calc(100% - 80px);
  }
}
#c-news3-1 .c-left .c-pnBox p a:hover {
  color: #78bc27;
}
#c-news3-1 .c-right {
  margin-bottom: -30px;
  padding-top: 1.25rem;
  width: 400px;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  #c-news3-1 .c-right {
    width: 300px;
  }
}
@media (max-width: 972px) {
  #c-news3-1 .c-right {
    width: 100%;
  }
}
@media (max-width: 748px) {
  #c-news3-1 .c-right {
    padding-top: 3rem;
    margin-bottom: -1.5rem;
  }
}
#c-news3-1 .c-right .c-item {
  margin-bottom: 30px;
}
@media (max-width: 748px) {
  #c-news3-1 .c-right .c-item {
    margin-bottom: 1.5rem;
  }
}
#c-news3-1 .c-right .c-title {
  padding-bottom: 30px;
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  line-height: 1;
  color: #666;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 748px) {
  #c-news3-1 .c-right .c-title {
    padding-bottom: 1rem;
    font-size: 20px;
  }
}
#c-news3-1 .c-right .c-list li {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-news3-1 .c-right .c-list li {
    padding: 1rem 0;
  }
}
#c-news3-1 .c-right .c-list li:last-child {
  border: 0;
}
#c-news3-1 .c-right .c-list li .c-wrap {
  display: flex;
  align-items: center;
}
#c-news3-1 .c-right .c-list li .c-wrap .c-img-box {
  flex-shrink: 0;
  width: 114px;
  height: 70px;
  overflow: hidden;
}
#c-news3-1 .c-right .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-news3-1 .c-right .c-list li .c-wrap .c-text-box {
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 30px;
  width: calc(100% - 114px);
}
@media (max-width: 748px) {
  #c-news3-1 .c-right .c-list li .c-wrap .c-text-box {
    padding-left: 20px;
  }
}
#c-news3-1 .c-right .c-list li .c-wrap .c-text-box .c-time {
  color: #999;
}
#c-news3-1 .c-right .c-list li .c-wrap .c-text-box .c-title2 {
  font-family: "MyriadPro-Semibold";
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #474b4f;
  transition: all 0.5s;
}
#c-news3-1 .c-right .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-news3-1 .c-right .c-list li .c-wrap:hover .c-text-box .c-title2 {
  color: #78bc27;
}
#c-support1-1 .c-main-title {
  padding: 0.5rem 0;
}
@media (max-width: 748px) {
  #c-support1-1 .c-main-title {
    padding: 1.5rem 0;
  }
}
#c-support1-1 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.3rem;
}
@media (max-width: 748px) {
  #c-support1-1 .c-list {
    margin: 0 0 -1.5rem;
  }
}
#c-support1-1 .c-list li {
  width: 33.333333%;
  padding: 0.15rem 0.3rem;
}
@media (max-width: 748px) {
  #c-support1-1 .c-list li {
    padding: 0 0 1.5rem;
    width: 100%;
  }
}
#c-support1-1 .c-list li .c-wrap {
  display: block;
}
#c-support1-1 .c-list li .c-wrap .c-img-box {
  height: 2.8rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-support1-1 .c-list li .c-wrap .c-img-box {
    height: 3.3rem;
  }
}
@media (max-width: 972px) {
  #c-support1-1 .c-list li .c-wrap .c-img-box {
    height: 3.8rem;
  }
}
@media (max-width: 748px) {
  #c-support1-1 .c-list li .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-support1-1 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-support1-1 .c-list li .c-wrap .c-text-box {
  color: #666;
}
#c-support1-1 .c-list li .c-wrap .c-text-box .c-title {
  margin-top: 0.25rem;
  color: #474b4f;
  transition: all 0.5s;
}
#c-support1-1 .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-support1-1 .c-list li .c-wrap:hover .c-text-box .c-title {
  color: #78bc27;
}
#c-support1-2 .c-list1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.35rem;
}
@media (max-width: 748px) {
  #c-support1-2 .c-list1 {
    margin: 0;
  }
}
#c-support1-2 .c-list1 > li {
  padding: 0.8rem 0.35rem 0;
  width: 33.333333%;
}
@media (max-width: 1260px) {
  #c-support1-2 .c-list1 > li {
    width: 50%;
  }
}
@media (max-width: 748px) {
  #c-support1-2 .c-list1 > li {
    width: 100%;
    padding: 1.5rem 0 0;
  }
}
#c-support1-2 .c-list1 > li .c-title-box {
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px dotted #ddd;
}
@media (max-width: 748px) {
  #c-support1-2 .c-list1 > li .c-title-box {
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
}
#c-support1-2 .c-list1 > li .c-title-box img {
  margin-right: 0.2rem;
  height: 30px;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  #c-support1-2 .c-list1 > li .c-title-box img {
    height: 20px;
  }
}
@media (max-width: 748px) {
  #c-support1-2 .c-list1 > li .c-title-box img {
    margin-right: 0.5rem;
  }
}
#c-support1-2 .c-list1 > li .c-title-box .c-title {
  font-family: "MyriadPro-Semibold";
  width: 100%;
  font-size: 24px;
}
@media (max-width: 1580px) {
  #c-support1-2 .c-list1 > li .c-title-box .c-title {
    font-size: 20px;
  }
}
#c-support1-2 .c-list1 > li .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 748px) {
  #c-support1-2 .c-list1 > li .c-list2 {
    margin: 0 -0.25rem;
  }
}
#c-support1-2 .c-list1 > li .c-list2 li {
  padding: 0.1rem;
  width: 50%;
}
@media (max-width: 748px) {
  #c-support1-2 .c-list1 > li .c-list2 li {
    padding: 0.25rem;
  }
}
#c-support1-2 .c-list1 > li .c-list2 li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  color: #666;
  transition: all 0.5s;
}
#c-support1-2 .c-list1 > li .c-list2 li a::before {
  flex-shrink: 0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  content: "▪";
  color: #78bc27;
}
#c-support1-2 .c-list1 > li .c-list2 li a:hover {
  color: #78bc27;
}
#c-announcement1-1 {
  padding-top: 0.8rem;
}
@media (max-width: 748px) {
  #c-announcement1-1 {
    padding-top: 2rem;
  }
}
#c-announcement1-1 .c-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-announcement1-1 .c-left {
  padding-right: 0.8rem;
  width: 40%;
}
@media (max-width: 748px) {
  #c-announcement1-1 .c-left {
    padding: 0;
    width: 100%;
  }
}
#c-announcement1-1 .c-left .c-banner17 {
  margin-bottom: 0.4rem;
}
@media (max-width: 748px) {
  #c-announcement1-1 .c-left .c-banner17 {
    margin-bottom: 1.5rem;
  }
}
#c-announcement1-1 .c-left .c-banner17::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#c-announcement1-1 .c-left .c-banner17 .swiper-slide {
  width: auto;
}
#c-announcement1-1 .c-left .c-banner17 .swiper-slide a {
  display: flex;
  align-items: center;
  height: 0.8rem;
  border-bottom: 2px solid transparent;
  color: #666;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-announcement1-1 .c-left .c-banner17 .swiper-slide a {
    height: 50px;
  }
}
#c-announcement1-1 .c-left .c-banner17 .swiper-slide.on a {
  color: #78bc27;
  border-color: #78bc27;
}
#c-announcement1-1 .c-left .c-list {
  position: relative;
}
#c-announcement1-1 .c-left .c-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  height: 100%;
  border-left: 1px solid #ddd;
}
#c-announcement1-1 .c-left .c-list li {
  position: relative;
  z-index: 5;
  margin-bottom: 0.4rem;
}
@media (max-width: 748px) {
  #c-announcement1-1 .c-left .c-list li {
    margin-bottom: 1rem;
  }
}
#c-announcement1-1 .c-left .c-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 748px) {
  #c-announcement1-1 .c-left .c-list li:last-child {
    margin-bottom: 1.5rem;
  }
}
#c-announcement1-1 .c-left .c-list li .c-wrap {
  position: relative;
  padding-left: 40px;
  display: block;
}
@media (max-width: 748px) {
  #c-announcement1-1 .c-left .c-list li .c-wrap {
    padding-left: 30px;
  }
}
#c-announcement1-1 .c-left .c-list li .c-dot {
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fff;
}
#c-announcement1-1 .c-left .c-list li .c-dot::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-announcement1-1 .c-left .c-list li .c-title {
  color: #474b4f;
  transition: all 0.5s;
  line-height: 26px;
  margin-bottom: 0.1rem;
}
#c-announcement1-1 .c-left .c-list li .c-time {
  color: #666;
  font-size: 14px;
}
#c-announcement1-1 .c-left .c-list li.on .c-dot::before {
  background-color: #78bc27;
}
#c-announcement1-1 .c-left .c-list li.on .c-title {
  color: #78bc27;
}
#c-announcement1-1 .c-right {
  width: 60%;
  padding: 0.6rem;
  background-color: #fff;
}
@media (max-width: 748px) {
  #c-announcement1-1 .c-right {
    padding: 1rem;
    width: 100%;
  }
}
#c-announcement1-1 .c-right .c-title {
  line-height: 1.2;
}
#c-announcement1-1 .c-right .c-time {
  margin: 0.2rem 0 0.5rem;
  color: #666;
}
@media (max-width: 748px) {
  #c-announcement1-1 .c-right .c-time {
    margin: 0.5rem 0 1rem;
  }
}
#c-announcement1-1 .c-right .c-text {
  line-height: 1.5;
  color: #666;
  word-wrap: break-word;
  word-break: normal;
}
#c-announcement1-1 .c-right .c-text img {
  max-width: 100%;
  height: auto !important;
}
#c-download1-1 {
  padding-top: 0.8rem;
}
@media (max-width: 748px) {
  #c-download1-1 {
    padding-top: 3rem;
  }
}
#c-download1-1 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0.1rem;
}
@media (max-width: 748px) {
  #c-download1-1 .c-list {
    padding-bottom: 1rem;
  }
}
#c-download1-1 .c-list li {
  margin: 0 0.6rem 0.2rem 0;
}
@media (max-width: 748px) {
  #c-download1-1 .c-list li {
    margin: 0 1rem 0.5rem 0;
  }
}
#c-download1-1 .c-list li a {
  display: block;
  line-height: 40px;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
  color: #999;
  font-family: "MyriadPro-Semibold";
}
@media (max-width: 748px) {
  #c-download1-1 .c-list li a {
    line-height: 1.5;
  }
}
#c-download1-1 .c-list li.on a {
  color: #78bc27;
  border-color: #78bc27;
}
#c-download1-1 .c-list2 {
  display: flex;
  align-items: center;
  background-color: #78bc27;
  color: #fff;
  font-family: "MyriadPro-Semibold";
}
#c-download1-1 .c-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #78bc27;
  font-size: 18px;
  color: #78bc27;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-download1-1 .c-more {
    font-size: 16px;
    width: 150px;
    height: 50px;
  }
}
#c-download1-1 .c-more::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-download1-1 .c-more span {
  position: relative;
  z-index: 5;
}
#c-download1-1 .c-more i {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin-left: 10px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #78bc27;
  transition: all 0.5s;
}
#c-download1-1 .c-more:hover {
  color: #fff;
}
#c-download1-1 .c-more:hover::before {
  height: 100%;
}
#c-download1-1 .c-more:hover i {
  border-top: 12px solid #fff;
}
#c-download1-1 .c-more.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#c-download1-1 .c-list3 {
  margin-bottom: 0.6rem;
  color: #666;
}
@media (max-width: 748px) {
  #c-download1-1 .c-list3 {
    margin-bottom: 1.5rem;
  }
}
#c-download1-1 .c-list3 li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}
#c-download1-1 .c-list3 li:hover {
  background: #fff;
  box-shadow: 0 3px 30px rgba(0 0, 0.1);
  border-color: transparent;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
#c-download1-1 .c-list3 li:hover .c-box1 .c-title {
  color: #78bc27;
}
#c-download1-1 .c-list3 li:hover .c-box5 .c-btn {
  color: #78bc27;
}
#c-download1-1 .c-list3 li:hover .c-box5 .c-btn span:nth-child(1) {
  background-image: url(../images/xz-ico2.png);
}
#c-download1-1 .c-box1 {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  flex-grow: 1;
  padding: 0.2rem 0 0.2rem 0.2rem;
}
@media (max-width: 748px) {
  #c-download1-1 .c-box1 {
    padding: 1rem 0 1rem 1rem;
  }
}
#c-download1-1 .c-box1 .c-text {
  flex-shrink: 0;
  line-height: 38px;
  text-align: center;
  width: 60px;
  height: 40px;
  border: 1px solid #78bc27;
  border-radius: 3px;
  font-size: 18px;
  color: #78bc27;
  font-weight: bold;
  transition: 0.4s all;
  text-transform: uppercase;
}
#c-download1-1 .c-box1 .c-title {
  line-height: 26px;
  padding-left: 10px;
}
@media (max-width: 1580px) {
  #c-download1-1 .c-box1 .c-title {
    line-height: 1.5;
  }
}
#c-download1-1 .c-box2 {
  width: 160px;
  flex-shrink: 0;
  padding: 0.2rem 0 0.2rem 0.2rem;
  text-align: center;
}
@media (max-width: 1260px) {
  #c-download1-1 .c-box2 {
    width: 120px;
  }
}
@media (max-width: 748px) {
  #c-download1-1 .c-box2 {
    display: none;
  }
}
#c-download1-1 .c-box3 {
  width: 160px;
  flex-shrink: 0;
  padding: 0.2rem 0 0.2rem 0.2rem;
  text-align: center;
}
@media (max-width: 1260px) {
  #c-download1-1 .c-box3 {
    width: 120px;
  }
}
@media (max-width: 748px) {
  #c-download1-1 .c-box3 {
    display: none;
  }
}
#c-download1-1 .c-box4 {
  width: 160px;
  flex-shrink: 0;
  padding: 0.2rem 0 0.2rem 0.2rem;
  text-align: center;
}
@media (max-width: 1260px) {
  #c-download1-1 .c-box4 {
    width: 120px;
  }
}
@media (max-width: 748px) {
  #c-download1-1 .c-box4 {
    display: none;
  }
}
#c-download1-1 .c-box5 {
  width: 160px;
  flex-shrink: 0;
  padding: 0.2rem;
  text-align: center;
}
@media (max-width: 1260px) {
  #c-download1-1 .c-box5 {
    width: 120px;
  }
}
@media (max-width: 748px) {
  #c-download1-1 .c-box5 {
    padding: 1rem;
    width: 100px;
  }
}
#c-download1-1 .c-box5 .c-btn {
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
}
#c-download1-1 .c-box5 .c-btn span:nth-child(1) {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/xz-ico1.png) no-repeat center / 100%;
}
#c-download1-1 .c-box5 .c-btn span:nth-child(2) {
  margin-left: 5px;
}
@media (max-width: 748px) {
  #c-download1-1 .c-box5 .c-btn span:nth-child(2) {
    display: none;
  }
}
#c-faq1-1 {
  padding-top: 0.8rem;
}
@media (max-width: 748px) {
  #c-faq1-1 {
    padding-top: 3rem;
  }
}
#c-faq1-1 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  #c-faq1-1 .c-list {
    padding-bottom: 1rem;
  }
}
#c-faq1-1 .c-list li {
  margin: 0 0.6rem 0.2rem 0;
}
@media (max-width: 748px) {
  #c-faq1-1 .c-list li {
    margin: 0 1rem 0.5rem 0;
  }
}
#c-faq1-1 .c-list li a {
  display: block;
  font-family: "MyriadPro-Semibold";
  line-height: 40px;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
  color: #999;
}
@media (max-width: 748px) {
  #c-faq1-1 .c-list li a {
    line-height: 1.5;
  }
}
#c-faq1-1 .c-list li.on a {
  color: #78bc27;
  border-color: #78bc27;
}
#c-faq1-1 .c-no {
  margin-top: 0.4rem;
  padding: 0.7rem;
  text-align: center;
  background: #fff;
}
@media (max-width: 748px) {
  #c-faq1-1 .c-no {
    margin-top: 0;
    padding: 1rem;
  }
}
#c-faq1-1 .c-main-title {
  margin: 0.4rem 0 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ddd;
  line-height: 1;
}
@media (max-width: 748px) {
  #c-faq1-1 .c-main-title {
    padding-bottom: 1rem;
    margin: 0 0 1rem;
  }
}
#c-faq1-1 .c-list2 li {
  background: #fff;
  margin-bottom: 0.2rem;
}
@media (max-width: 748px) {
  #c-faq1-1 .c-list2 li {
    margin-bottom: 1rem;
  }
}
#c-faq1-1 .c-list2 li:last-child {
  margin-bottom: 0.6rem;
}
@media (max-width: 748px) {
  #c-faq1-1 .c-list2 li:last-child {
    margin-bottom: 1.5rem;
  }
}
#c-faq1-1 .c-list2 li .c-top {
  padding: 0.4rem 0.6rem;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-faq1-1 .c-list2 li .c-top {
    padding: 1rem;
  }
}
#c-faq1-1 .c-list2 li .c-top .c-box {
  display: flex;
  align-items: center;
}
#c-faq1-1 .c-list2 li .c-top .c-btn {
  position: relative;
  width: 24px;
  height: 24px;
}
#c-faq1-1 .c-list2 li .c-top .c-btn::before,
#c-faq1-1 .c-list2 li .c-top .c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -1px;
  height: 2px;
  background: #999;
  transition: all 0.5s;
}
#c-faq1-1 .c-list2 li .c-top .c-btn::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#c-faq1-1 .c-list2 li .c-bottom {
  display: none;
  padding: 0 0.6rem;
}
@media (max-width: 748px) {
  #c-faq1-1 .c-list2 li .c-bottom {
    padding: 0 1rem;
  }
}
#c-faq1-1 .c-list2 li .c-bottom .c-box {
  padding: 0.3rem 0;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-faq1-1 .c-list2 li .c-bottom .c-box {
    padding: 1rem 0;
  }
}
#c-faq1-1 .c-list2 li .c-lt1 {
  flex-shrink: 0;
  font-size: 60px;
  line-height: 1;
  color: #78bc27;
}
@media (max-width: 748px) {
  #c-faq1-1 .c-list2 li .c-lt1 {
    font-size: 30px;
  }
}
#c-faq1-1 .c-list2 li .c-title {
  font-family: "MyriadPro-Semibold";
  padding: 0 0.4rem;
  font-size: 24px;
  line-height: 1.2;
  width: 100%;
  transition: all 0.5s;
}
@media (max-width: 1900px) {
  #c-faq1-1 .c-list2 li .c-title {
    font-size: 20px;
  }
}
@media (max-width: 1580px) {
  #c-faq1-1 .c-list2 li .c-title {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  #c-faq1-1 .c-list2 li .c-title {
    padding: 0 1rem;
    font-size: 14px;
  }
}
#c-faq1-1 .c-list2 li .c-gt {
  padding-left: 0.4rem;
  width: 100%;
}
@media (max-width: 748px) {
  #c-faq1-1 .c-list2 li .c-gt {
    padding-left: 1rem;
  }
}
#c-faq1-1 .c-list2 li .c-gt > .c-text {
  color: #666;
  line-height: 1.5;
}
#c-faq1-1 .c-list2 li.on .c-top .c-btn::after {
  opacity: 0;
}
#c-faq1-1 .c-list2 li.on .c-title {
  color: #78bc27;
}
#c-faq1-1 #c-share {
  margin: 0;
  padding: 0.5rem 0 0;
  border: 0;
}
@media (max-width: 748px) {
  #c-faq1-1 #c-share {
    padding-top: 0.5rem;
  }
}
#c-faq1-1 #c-share.c-dt .c-lt .c-text {
  color: #666;
}
#c-repair1-1 .c-main-title {
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 748px) {
  #c-repair1-1 .c-main-title {
    padding-top: 1.5rem;
  }
}
#c-repair1-1 form {
  margin: 0.2rem auto 0.6rem;
  display: flex;
  align-items: flex-start;
  height: 60px;
  width: 100%;
  max-width: 490px;
  border-radius: 3px;
}
@media (max-width: 972px) {
  #c-repair1-1 form {
    width: 100%;
  }
}
@media (max-width: 748px) {
  #c-repair1-1 form {
    margin: 1rem 0 1.5rem;
    height: 50px;
  }
}
#c-repair1-1 form button {
  position: relative;
  width: 26%;
  height: 100%;
  background: #78bc27;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
#c-repair1-1 form button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
#c-repair1-1 form button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/ss-ico1.png) no-repeat center / 18px auto;
}
#c-repair1-1 form button:hover::before {
  height: 100%;
}
#c-repair1-1 form input {
  padding: 0 30px;
  width: 74%;
  height: 100%;
  line-height: 60px;
  border-radius: 3px 0 0 5px;
  border: 1px solid #78bc27;
  border-right: 0;
  background-color: #fff;
}
@media (max-width: 748px) {
  #c-repair1-1 form input {
    padding: 0 20px;
    line-height: 50px;
  }
}
#c-repair1-1 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.4rem;
}
@media (max-width: 748px) {
  #c-repair1-1 .c-list {
    margin: 0 0 -1rem;
  }
}
#c-repair1-1 .c-list li {
  width: 50%;
  padding: 0 0.2rem 0.4rem;
}
@media (max-width: 748px) {
  #c-repair1-1 .c-list li {
    width: 100%;
    padding: 0 0 1rem;
  }
}
#c-repair1-1 .c-list li .c-wrap {
  display: block;
  position: relative;
  height: 4.4rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-repair1-1 .c-list li .c-wrap {
    height: 5.4rem;
  }
}
@media (max-width: 972px) {
  #c-repair1-1 .c-list li .c-wrap {
    height: 6.4rem;
  }
}
@media (max-width: 972px) {
  #c-repair1-1 .c-list li .c-wrap {
    height: 12rem;
  }
}
#c-repair1-1 .c-list li .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-repair1-1 .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#c-repair1-1 .c-list li .c-wrap .c-title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0 0.4rem;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 748px) {
  #c-repair1-1 .c-list li .c-wrap .c-title {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}
#c-repair1-1 .c-list li .c-wrap:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-repair2-1 .c-main-title {
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-main-title {
    padding-top: 1.5rem;
  }
}
#c-repair2-1 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0.3rem 0 0.8rem;
  border-radius: 20px;
  overflow: hidden;
  background: url(../images/wxlc-bj.jpg) repeat-x top left / auto;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-list {
    margin: 1rem 0;
    border-radius: 25px;
  }
}
#c-repair2-1 .c-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 33.333333%;
  color: #666;
  height: 40px;
  line-height: 1.1;
  text-align: center;
  background: #fff;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-list li {
    height: 50px;
  }
}
#c-repair2-1 .c-list li.on {
  background: transparent;
  color: #fff;
}
#c-repair2-1 .c-box1 .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 0.4rem;
  width: 700px;
}
@media (max-width: 972px) {
  #c-repair2-1 .c-box1 .c-list2 {
    width: 100%;
    margin: 0 -0.15rem 0.4rem;
  }
}
@media (max-width: 972px) and (max-width: 748px) {
  #c-repair2-1 .c-box1 .c-list2 {
    margin: 0 0 0.5rem;
  }
}
#c-repair2-1 .c-box1 .c-list2 li {
  width: 50%;
  padding: 0 0.15rem;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box1 .c-list2 li {
    padding: 0 0 0.5rem;
    width: 100%;
  }
}
#c-repair2-1 .c-box1 .c-list2 li select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: relative;
  padding: 0 50px 0 20px;
  line-height: 60px;
  background: #fff url(../images/jt4.png) no-repeat right 30px center / 14px auto;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box1 .c-list2 li select {
    padding: 0 30px 0 10px;
    background-position: right 10px center;
    line-height: 50px;
  }
}
#c-repair2-1 .c-box1 .c-list-wrap {
  overflow-x: auto;
}
#c-repair2-1 .c-box1 .c-list3,
#c-repair2-1 .c-box1 .c-list4 {
  min-width: 690px;
  padding: 0 30px;
  background: #f0f0f0;
  font-size: 18px;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box1 .c-list3,
  #c-repair2-1 .c-box1 .c-list4 {
    padding: 0 1rem;
    font-size: 16px;
  }
}
#c-repair2-1 .c-box1 .c-list3 li,
#c-repair2-1 .c-box1 .c-list4 li {
  display: flex;
  align-items: center;
  text-align: center;
}
#c-repair2-1 .c-box1 .c-list3 li .c-item1,
#c-repair2-1 .c-box1 .c-list4 li .c-item1 {
  padding: 20px;
  width: 100%;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box1 .c-list3 li .c-item1,
  #c-repair2-1 .c-box1 .c-list4 li .c-item1 {
    padding: 1rem;
  }
}
#c-repair2-1 .c-box1 .c-list3 li .c-item2,
#c-repair2-1 .c-box1 .c-list4 li .c-item2 {
  flex-shrink: 0;
  padding: 20px 20px 20px 0;
  width: 280px;
}
@media (max-width: 972px) {
  #c-repair2-1 .c-box1 .c-list3 li .c-item2,
  #c-repair2-1 .c-box1 .c-list4 li .c-item2 {
    width: 180px;
  }
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box1 .c-list3 li .c-item2,
  #c-repair2-1 .c-box1 .c-list4 li .c-item2 {
    padding: 1rem 1rem 1rem 0 ;
  }
}
#c-repair2-1 .c-box1 .c-list3 li .c-item3,
#c-repair2-1 .c-box1 .c-list4 li .c-item3 {
  flex-shrink: 0;
  width: 180px;
  padding: 20px 20px 20px 0;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box1 .c-list3 li .c-item3,
  #c-repair2-1 .c-box1 .c-list4 li .c-item3 {
    padding: 1rem 1rem 1rem 0;
  }
}
#c-repair2-1 .c-box1 .c-list3 li.on,
#c-repair2-1 .c-box1 .c-list4 li.on {
  background: #e4f2d4;
}
#c-repair2-1 .c-box1 .c-list4 {
  padding: 30px;
  font-size: 16px;
  background: #fff;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box1 .c-list4 {
    padding: 1rem;
  }
}
@media (max-width: 1580px) {
  #c-repair2-1 .c-box1 .c-list4 {
    font-size: 14px;
  }
}
#c-repair2-1 .c-box1 .c-list4 li {
  cursor: pointer;
}
#c-repair2-1 .c-box1 .c-list4 .c-item1 {
  text-align: left;
}
#c-repair2-1 .c-box1 button {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.6rem auto 0;
  width: 300px;
  height: 60px;
  font-size: 20px;
  color: #78bc27;
  border-radius: 30px;
  border: 1px solid #78bc27;
  transition: all 0.5s;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box1 button {
    margin: 1rem auto;
    font-size: 16px;
    width: 180px;
    height: 50px;
  }
}
#c-repair2-1 .c-box1 button span {
  position: relative;
  z-index: 5;
}
#c-repair2-1 .c-box1 button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-repair2-1 .c-box1 button:hover {
  color: #fff;
}
#c-repair2-1 .c-box1 button:hover::before {
  height: 100%;
}
#c-repair2-1 .c-box2 .c-title-box {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-title-box {
    margin-bottom: 0.5rem;
  }
}
#c-repair2-1 .c-box2 .c-title-box .c-title {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-title-box .c-title {
    font-size: 16px;
  }
}
#c-repair2-1 .c-box2 .c-title-box .c-btn {
  display: block;
  margin-left: 30px;
  padding-left: 30px;
  color: #78bc27;
  background: url(../images/bj-ico.png) no-repeat left center / 20px auto;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-title-box .c-btn {
    margin-left: 10px;
    padding-left: 20px;
    background-size: 14px auto;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap {
  margin-bottom: 0.3rem;
  background: #fff;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap {
    margin-bottom: 1rem;
    overflow-x: auto;
  }
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap .c-list2 {
    min-width: 750px;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap .c-list2 li {
  display: flex;
  align-items: center;
  text-align: center;
  color: #666;
}
#c-repair2-1 .c-box2 .c-list-wrap .c-list2 li:first-child {
  font-weight: bold;
  color: #474b4f;
  background: #f0f0f0;
}
#c-repair2-1 .c-box2 .c-list-wrap .c-list2 li > div {
  width: 18%;
  padding: 0.2rem 0.2rem 0.2rem 0;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap .c-list2 li > div {
    padding: 1rem 1rem 1rem 0;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap .c-list2 li > div:first-child {
  width: 28%;
  padding: 0.2rem;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap .c-list2 li > div:first-child {
    padding: 1rem;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 {
  margin-bottom: 0.3rem;
  padding-bottom: 0.4rem;
  background: #fff;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list-wrap2-2 {
  overflow-x: auto;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-list2 {
    min-width: 750px;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list2 li {
  display: flex;
  align-items: center;
  text-align: center;
  color: #666;
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list2 li:first-child {
  font-weight: bold;
  color: #474b4f;
  background: #f0f0f0;
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list2 li > div {
  width: 16%;
  padding: 0.2rem 0.2rem 0.2rem 0;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-list2 li > div {
    padding: 1rem 1rem 1rem 0;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list2 li > div:first-child {
  padding: 0.2rem;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-list2 li > div:first-child {
    padding: 1rem;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list2 li > div:nth-child(5) {
  width: 20%;
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list2 li .c-btn {
  margin: 0 auto;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center / 100%;
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list2 li .c-btn:hover {
  background-image: url(../images/close3.png);
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-add-box {
  margin: 0.4rem 0.4rem 0;
  background: #f7f9fa;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-add-box {
    margin: 1rem 1rem 0;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  padding: 0.4rem;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 {
    margin: 0;
    padding: 1rem;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li {
  position: relative;
  width: 33.333333%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li {
    padding: 0 0 0.5rem;
    width: 100%;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li:last-child {
  padding-bottom: 0;
  width: 100%;
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li:nth-child(4) {
  width: 66.666666%;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li:nth-child(4) {
    width: 100%;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li:nth-child(5) {
  position: relative;
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li:nth-child(5) input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin: 0 0.1rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li:nth-child(5) .c-text {
  position: relative;
  height: 150px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li:nth-child(5) .c-text img {
  height: 24px;
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li:nth-child(5) .c-text p {
  padding: 0 25px;
  margin-top: 20px;
  color: #999;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li:nth-child(5) .c-text p {
    margin-top: 10px;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li input,
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li select {
  padding: 0 25px;
  width: 100%;
  height: 58px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li input,
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li select {
    padding: 0 10px;
    height: 50px;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li select {
  padding-right: 40px;
  background: #fff url(../images/jt4.png) no-repeat right 25px center / 12px auto;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li select {
    padding-right: 30px;
    background-position: right 10px center;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li textarea {
  padding: 20px 25px;
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li textarea {
    padding: 10px;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 260px;
  height: 58px;
  font-size: 18px;
  color: #78bc27;
  border-radius: 3px;
  border: 1px solid #78bc27;
  transition: all 0.5s;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li button {
    font-size: 16px;
    height: 50px;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li button span {
  position: relative;
  z-index: 2;
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li button:hover {
  color: #fff;
}
#c-repair2-1 .c-box2 .c-list-wrap2 .c-list3 li button:hover::before {
  height: 100%;
}
#c-repair2-1 .c-box2 .c-btn-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-btn-box {
    margin-bottom: 0.5rem;
  }
}
#c-repair2-1 .c-box2 .c-btn-box .c-wrap {
  position: relative;
  background: #999;
  cursor: pointer;
  margin: 0 0.2rem 0.2rem 0;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-btn-box .c-wrap {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
#c-repair2-1 .c-box2 .c-btn-box .c-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
#c-repair2-1 .c-box2 .c-btn-box .c-wrap .c-text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  min-width: 2.9rem;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-btn-box .c-wrap .c-text {
    padding: 0.7rem;
  }
}
#c-repair2-1 .c-box2 .c-btn-box .c-wrap .c-text img {
  margin-right: 10px;
  height: 20px;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-btn-box .c-wrap .c-text img {
    height: 16px;
  }
}
#c-repair2-1 .c-box2 .c-btn-box .c-wrap .c-text p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-btn-box .c-wrap .c-text p {
    font-size: 16px;
  }
}
#c-repair2-1 .c-box2 .c-btn-box .c-wrap:last-child {
  background: #fff;
}
#c-repair2-1 .c-box2 .c-btn-box .c-wrap:last-child .c-text p {
  color: #474b4f;
}
#c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 {
    margin: 0 0 -1rem;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li {
  padding: 0 0.1rem;
  width: 50%;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li {
    margin-bottom: 1rem;
    width: 100%;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap {
  position: relative;
  height: 58px;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap {
    height: 50px;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap input {
  padding: 0 140px 0 25px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap input {
    padding: 0 110px 0 10px;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap .c-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap .c-img {
    width: 110px;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap .c-img img {
  max-width: 100%;
  max-height: 100%;
}
#c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #78bc27;
  border: 1px solid #78bc27;
  border-radius: 3px;
  transition: all 0.5s;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap button {
    font-size: 16px;
  }
}
#c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap button span {
  position: relative;
  z-index: 2;
}
#c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap button:hover {
  color: #fff;
}
#c-repair2-1 .c-box2 .c-list-wrap3 .c-list2 li .c-wrap button:hover::before {
  height: 100%;
}
#c-repair2-1 .c-box3 {
  padding: 1rem;
  background: #fff;
  text-align: center;
}
#c-repair2-1 .c-box3 img {
  height: 80px;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box3 img {
    height: 50px;
  }
}
#c-repair2-1 .c-box3 .c-title {
  margin: 0.25rem 0 0.3rem;
  font-size: 0.3rem;
}
@media (max-width: 1900px) {
  #c-repair2-1 .c-box3 .c-title {
    font-size: 24px;
  }
}
@media (max-width: 1580px) {
  #c-repair2-1 .c-box3 .c-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box3 .c-title {
    margin: 0.5rem 0;
  }
}
#c-repair2-1 .c-box3 .c-text {
  margin: 0 auto 0.5rem;
  max-width: 390px;
  color: #666;
}
#c-repair2-1 .c-box3 .c-text span {
  color: #78bc27;
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box3 .c-text {
    margin: 0 auto 1rem;
  }
}
#c-repair2-1 .c-box3 .c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 60px;
  font-size: 18px;
  color: #78bc27;
  border-radius: 3px;
  border: 1px solid #78bc27;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-repair2-1 .c-box3 .c-btn {
    height: 50px;
    border-radius: 25px;
  }
}
@media (max-width: 748px) {
  #c-repair2-1 .c-box3 .c-btn {
    font-size: 14px;
    line-height: 1.1;
  }
}
#c-repair2-1 .c-box3 .c-btn span {
  position: relative;
  z-index: 2;
}
#c-repair2-1 .c-box3 .c-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-repair2-1 .c-box3 .c-btn:hover {
  color: #fff;
}
#c-repair2-1 .c-box3 .c-btn:hover::before {
  height: 100%;
}
#c-service-point .c-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.3rem 0;
}
@media (max-width: 748px) {
  #c-service-point .c-top {
    padding: 1.5rem 0;
  }
}
@media (max-width: 1260px) {
  #c-service-point .c-top .c-main-title {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 748px) {
  #c-service-point .c-top .c-main-title {
    margin-bottom: 1rem;
  }
}
#c-service-point .c-top .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
@media (max-width: 748px) {
  #c-service-point .c-top .c-list {
    margin: 0 0 -1rem;
  }
}
#c-service-point .c-top .c-list li {
  padding: 0 10px 20px;
}
@media (max-width: 748px) {
  #c-service-point .c-top .c-list li {
    padding: 0 0 1rem;
    width: 100%;
  }
}
#c-service-point .c-top .c-list li select {
  width: 290px;
  height: 50px;
  padding: 0 50px 0 30px;
  font-size: 18px;
  line-height: 48px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff url(../images/jt4.png) no-repeat right 30px center / 12px auto;
}
@media (max-width: 1580px) {
  #c-service-point .c-top .c-list li select {
    padding: 0 30px 0 15px;
    background-position: right 15px center;
  }
}
@media (max-width: 972px) {
  #c-service-point .c-top .c-list li select {
    width: 250px;
  }
}
@media (max-width: 748px) {
  #c-service-point .c-top .c-list li select {
    font-size: 14px;
    width: 100%;
  }
}
#c-service-point .c-top .c-list li button {
  height: 50px;
  width: 146px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 3px;
  background: #78bc27;
  transition: all 0.5s;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-service-point .c-top .c-list li button {
    height: 50px;
    border-radius: 25px;
  }
}
@media (max-width: 748px) {
  #c-service-point .c-top .c-list li button {
    font-size: 14px;
    line-height: 1.1;
    width: 100%;
  }
}
#c-service-point .c-top .c-list li button span {
  position: relative;
  z-index: 2;
}
#c-service-point .c-top .c-list li button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #6ba821;
}
#c-service-point .c-top .c-list li button:hover::before {
  height: 100%;
}
#c-service-point .c-bottom {
  position: relative;
}
#c-service-point .c-bottom #c-map {
  height: 5.5rem;
  width: 60%;
}
@media (max-width: 1580px) {
  #c-service-point .c-bottom #c-map {
    height: 6.5rem;
  }
}
@media (max-width: 972px) {
  #c-service-point .c-bottom #c-map {
    height: 8.5rem;
  }
}
@media (max-width: 748px) {
  #c-service-point .c-bottom #c-map {
    width: 100%;
    height: 15rem;
  }
}
#c-service-point .c-bottom .c-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
@media (max-width: 748px) {
  #c-service-point .c-bottom .c-list {
    position: relative;
    width: 100%;
    height: 250px;
  }
}
#c-service-point .c-bottom .c-list li {
  padding: 0 0.3rem;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-service-point .c-bottom .c-list li {
    padding: 0 1rem;
  }
}
#c-service-point .c-bottom .c-list li.on {
  background: rgba(120, 188, 39, 0.05);
}
#c-service-point .c-bottom .c-list li .c-box {
  border-bottom: 1px solid #ddd;
  padding: 0.3rem 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 748px) {
  #c-service-point .c-bottom .c-list li .c-box {
    padding: 1rem 0;
  }
}
#c-service-point .c-bottom .c-list li .c-box .c-ico {
  flex-shrink: 0;
  width: 36px;
  height: 30px;
  background: url(../images/wz-ico.png) no-repeat left center / auto 20px;
}
@media (max-width: 748px) {
  #c-service-point .c-bottom .c-list li .c-box .c-ico {
    width: 24px;
    height: 24px;
  }
}
#c-service-point .c-bottom .c-list li .c-box .c-wrap {
  padding-right: 1rem;
  width: 100%;
}
@media (max-width: 1260px) {
  #c-service-point .c-bottom .c-list li .c-box .c-wrap {
    padding-right: 0;
  }
}
#c-service-point .c-bottom .c-list li .c-box .c-wrap .c-title {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 748px) {
  #c-service-point .c-bottom .c-list li .c-box .c-wrap .c-title {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-service-point .c-bottom .c-list li .c-box .c-wrap .c-text {
  margin-bottom: 10px;
  color: #666;
}
#c-service-point .c-bottom .c-list li .c-box .c-wrap .c-phone {
  color: #666;
}
#c-activation1-1 .c-main-title {
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 748px) {
  #c-activation1-1 .c-main-title {
    padding-top: 1.5rem;
  }
}
#c-activation1-1 form {
  margin: 0.2rem auto 0.2rem;
  display: flex;
  align-items: flex-start;
  height: 60px;
  width: 100%;
  max-width: 490px;
  border-radius: 3px;
}
@media (max-width: 972px) {
  #c-activation1-1 form {
    width: 100%;
  }
}
@media (max-width: 748px) {
  #c-activation1-1 form {
    margin: 1rem 0;
    height: 50px;
  }
}
#c-activation1-1 form button {
  position: relative;
  width: 26%;
  height: 100%;
  background: #78bc27;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
#c-activation1-1 form button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
#c-activation1-1 form button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/ss-ico1.png) no-repeat center / 18px auto;
}
#c-activation1-1 form button:hover::before {
  height: 100%;
}
#c-activation1-1 form input {
  padding: 0 30px;
  width: 74%;
  height: 100%;
  line-height: 60px;
  border-radius: 3px 0 0 5px;
  border: 1px solid #78bc27;
  border-right: 0;
  background-color: #fff;
}
@media (max-width: 748px) {
  #c-activation1-1 form input {
    padding: 0 20px;
    line-height: 50px;
  }
}
#c-activation1-1 .c-list {
  margin-bottom: 0.6rem;
}
@media (max-width: 748px) {
  #c-activation1-1 .c-list {
    margin-bottom: 1.5rem;
  }
}
#c-activation1-1 .c-list li {
  display: flex;
  align-items: center;
  padding: 0.4rem 0.4rem 0.4rem 0;
  border-bottom: 1px solid #ddd;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-activation1-1 .c-list li {
    padding: 1rem 0;
  }
}
@media (min-width: 769px) {
  #c-activation1-1 .c-list li:hover {
    padding-left: 0.4rem;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  }
  #c-activation1-1 .c-list li:hover .c-btn {
    color: #78bc27;
  }
}
#c-activation1-1 .c-list li .c-box-wrap {
  padding-right: 0.4rem;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 748px) {
  #c-activation1-1 .c-list li .c-box-wrap {
    padding: 0;
  }
}
#c-activation1-1 .c-list li .c-box-wrap .c-img-box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid #78bc27;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-activation1-1 .c-list li .c-box-wrap .c-img-box {
    width: 40px;
    height: 40px;
  }
}
#c-activation1-1 .c-list li .c-box-wrap .c-img-box img {
  width: 34px;
}
@media (max-width: 748px) {
  #c-activation1-1 .c-list li .c-box-wrap .c-img-box img {
    width: 20px;
  }
}
#c-activation1-1 .c-list li .c-box-wrap .c-text-box {
  padding-left: 0.2rem;
  width: 100%;
}
@media (max-width: 748px) {
  #c-activation1-1 .c-list li .c-box-wrap .c-text-box {
    padding: 0 0.5rem;
  }
}
#c-activation1-1 .c-list li .c-box-wrap .c-text-box .c-title {
  font-size: 20px;
}
@media (max-width: 1580px) {
  #c-activation1-1 .c-list li .c-box-wrap .c-text-box .c-title {
    font-size: 18px;
  }
}
#c-activation1-1 .c-list li .c-box-wrap .c-text-box .c-text {
  color: #666;
}
#c-activation1-1 .c-list li .c-btn {
  width: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #474b4f;
}
@media (max-width: 748px) {
  #c-activation1-1 .c-list li .c-btn {
    width: 64px;
    justify-content: center;
  }
}
#c-activation1-1 .c-list li .c-btn img {
  margin-right: 10px;
  width: 20px;
}
@media (max-width: 748px) {
  #c-activation1-1 .c-list li .c-btn img {
    margin-right: 0;
  }
}
#c-activation1-1 .c-list li.c-dt .c-box-wrap .c-img-box {
  border-color: #474b4f;
}
#c-activation2-1 {
  padding-top: 0.8rem;
}
#c-activation2-1 form {
  padding: 0.7rem 2.2rem;
  background: #fff;
}
@media (max-width: 748px) {
  #c-activation2-1 form {
    padding: 1rem;
  }
}
#c-activation2-1 form .c-main-title {
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 748px) {
  #c-activation2-1 form .c-main-title {
    margin-bottom: 1rem;
  }
}
#c-activation2-1 form .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 748px) {
  #c-activation2-1 form .c-list {
    margin: 0;
  }
}
#c-activation2-1 form .c-list li {
  padding: 0 0.2rem 0.4rem;
  width: 50%;
}
@media (max-width: 748px) {
  #c-activation2-1 form .c-list li {
    padding: 0 0 1rem;
    width: 100%;
  }
}
#c-activation2-1 form .c-list li .c-wrap {
  position: relative;
  display: block;
  height: 2.6rem;
  border: 1px dashed #ddd;
  border-radius: 3px;
}
@media (max-width: 1580px) {
  #c-activation2-1 form .c-list li .c-wrap {
    height: 3rem;
  }
}
@media (max-width: 972px) {
  #c-activation2-1 form .c-list li .c-wrap {
    height: 4rem;
  }
}
@media (max-width: 748px) {
  #c-activation2-1 form .c-list li .c-wrap {
    height: 8rem;
  }
}
#c-activation2-1 form .c-list li .c-wrap input {
  opacity: 0;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#c-activation2-1 form .c-list li .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.4rem;
}
#c-activation2-1 form .c-list li .c-wrap .c-box img {
  height: 50px;
}
@media (max-width: 748px) {
  #c-activation2-1 form .c-list li .c-wrap .c-box img {
    height: 30px;
  }
}
#c-activation2-1 form .c-list li .c-wrap .c-box .c-title,
#c-activation2-1 form .c-list li .c-wrap .c-box .c-text {
  margin-top: 0.2rem;
  word-wrap: break-word;
  word-break: normal;
  word-break: break-all;
  line-height: 1.2;
}
@media (max-width: 748px) {
  #c-activation2-1 form .c-list li .c-wrap .c-box .c-title,
  #c-activation2-1 form .c-list li .c-wrap .c-box .c-text {
    font-size: 14px;
  }
}
#c-activation2-1 form .c-list li .c-wrap .c-box .c-text {
  display: none;
}
#c-activation2-1 form .c-list2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-activation2-1 form .c-list2 li {
  width: 48%;
  height: 80px;
  font-size: 24px;
}
@media (max-width: 1580px) {
  #c-activation2-1 form .c-list2 li {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  #c-activation2-1 form .c-list2 li {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  #c-activation2-1 form .c-list2 li {
    height: 50px;
    font-size: 16px;
  }
}
#c-activation2-1 form .c-list2 li .c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #78bc27;
  border-radius: 3px;
  color: #78bc27;
}
#c-activation2-1 form .c-list2 li .c-btn span {
  position: relative;
  z-index: 5;
}
#c-activation2-1 form .c-list2 li .c-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
#c-activation2-1 form .c-list2 li .c-btn:hover {
  color: #fff;
}
#c-activation2-1 form .c-list2 li .c-btn:hover::before {
  height: 100%;
}
#c-activation2-1 form .c-list2 li button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #78bc27;
  border-radius: 3px;
  color: #78bc27;
  cursor: pointer;
}
#c-activation2-1 form .c-list2 li button span {
  position: relative;
  z-index: 5;
}
#c-activation2-1 form .c-list2 li button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
#c-activation2-1 form .c-list2 li button:hover {
  color: #fff;
}
#c-activation2-1 form .c-list2 li button:hover::before {
  height: 100%;
}
#c-activation2-1 form .c-text-box {
  margin: 0.4rem 0 0.3rem;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 748px) {
  #c-activation2-1 form .c-text-box {
    margin: 1rem 0;
  }
}
#c-activation2-1 form .c-list3 .c-wrap {
  display: flex;
  align-items: center;
  color: #78bc27;
}
#c-activation2-1 form .c-list3 .c-wrap .c-gs {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #78bc27;
  border-radius: 3px;
  width: 60px;
  height: 40px;
}
#c-activation2-1 form .c-list3 .c-wrap .c-title {
  padding-left: 20px;
}
#c-activation-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}
#c-activation-pop .c-box-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  max-width: 90%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-activation-pop .c-box-wrap .c-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center / 100%;
}
#c-activation-pop .c-box-wrap .c-close:hover {
  background-image: url(../images/close3.png);
}
#c-activation-pop .c-box-wrap .c-box {
  padding: 80px 40px 40px;
}
@media (max-width: 748px) {
  #c-activation-pop .c-box-wrap .c-box {
    padding: 30px;
  }
}
#c-activation-pop .c-box-wrap .c-box img {
  height: 66px;
}
#c-activation-pop .c-box-wrap .c-box .c-text {
  margin-top: 30px;
  color: #666;
}
@media (max-width: 748px) {
  #c-activation-pop .c-box-wrap .c-box .c-text {
    margin-top: 10px;
  }
}
#c-activation-pop .c-box-wrap .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #78bc27;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-activation-pop .c-box-wrap .c-btn {
    height: 50px;
  }
}
#c-policy {
  padding-top: 0.8rem;
}
#c-policy .c-main {
  padding: 0.8rem 1.6rem;
  background-color: #fff;
}
@media (max-width: 1260px) {
  #c-policy .c-main {
    padding: 0.8rem;
  }
}
@media (max-width: 748px) {
  #c-policy .c-main {
    padding: 1rem;
  }
}
#c-policy .c-main .c-title {
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 748px) {
  #c-policy .c-main .c-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
#c-policy .c-main .c-text-box {
  margin-bottom: 0.8rem;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 748px) {
  #c-policy .c-main .c-text-box {
    margin-bottom: 1rem;
  }
}
#c-policy .c-main .c-list,
#c-policy .c-main .c-list2 {
  background-color: #f7f9fa;
}
#c-policy .c-main .c-list li,
#c-policy .c-main .c-list2 li {
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 748px) {
  #c-policy .c-main .c-list li,
  #c-policy .c-main .c-list2 li {
    font-size: 14px;
  }
}
#c-policy .c-main .c-list li .c-box1,
#c-policy .c-main .c-list2 li .c-box1 {
  padding: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 748px) {
  #c-policy .c-main .c-list li .c-box1,
  #c-policy .c-main .c-list2 li .c-box1 {
    padding: 1rem;
  }
}
#c-policy .c-main .c-list li .c-box1 .c-gs,
#c-policy .c-main .c-list2 li .c-box1 .c-gs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: #78bc27;
  border-radius: 3px;
  color: #fff;
}
@media (max-width: 748px) {
  #c-policy .c-main .c-list li .c-box1 .c-gs,
  #c-policy .c-main .c-list2 li .c-box1 .c-gs {
    width: 40px;
    height: 40px;
  }
}
#c-policy .c-main .c-list li .c-box1 .c-title2,
#c-policy .c-main .c-list2 li .c-box1 .c-title2 {
  width: 100%;
  padding-left: 20px;
}
@media (max-width: 748px) {
  #c-policy .c-main .c-list li .c-box1 .c-title2,
  #c-policy .c-main .c-list2 li .c-box1 .c-title2 {
    padding-left: 10px;
  }
}
#c-policy .c-main .c-list li .c-box2,
#c-policy .c-main .c-list2 li .c-box2,
#c-policy .c-main .c-list li .c-box3,
#c-policy .c-main .c-list2 li .c-box3,
#c-policy .c-main .c-list li .c-box4,
#c-policy .c-main .c-list2 li .c-box4 {
  flex-shrink: 0;
  width: 150px;
  padding: 30px 30px 30px 0;
}
@media (max-width: 748px) {
  #c-policy .c-main .c-list li .c-box2,
  #c-policy .c-main .c-list2 li .c-box2,
  #c-policy .c-main .c-list li .c-box3,
  #c-policy .c-main .c-list2 li .c-box3,
  #c-policy .c-main .c-list li .c-box4,
  #c-policy .c-main .c-list2 li .c-box4 {
    padding: 1rem 1rem 1rem 0;
    width: 100px;
  }
}
@media (max-width: 972px) {
  #c-policy .c-main .c-list li .c-box3,
  #c-policy .c-main .c-list2 li .c-box3 {
    display: none;
  }
}
@media (max-width: 748px) {
  #c-policy .c-main .c-list li .c-box2,
  #c-policy .c-main .c-list2 li .c-box2 {
    display: none;
  }
}
#c-policy .c-main .c-list2 {
  margin-top: -10px;
  padding-bottom: 20px;
}
@media (max-width: 748px) {
  #c-policy .c-main .c-list2 {
    margin-top: -0.5rem;
    padding-bottom: 0.5rem;
  }
}
#c-policy .c-main .c-list2 li .c-box1 {
  padding: 10px 30px;
}
@media (max-width: 748px) {
  #c-policy .c-main .c-list2 li .c-box1 {
    padding: 0.5rem 1rem;
  }
}
#c-policy .c-main .c-list2 li .c-box2,
#c-policy .c-main .c-list2 li .c-box3,
#c-policy .c-main .c-list2 li .c-box4 {
  padding: 10px 30px 10px 0;
  font-size: 16px;
  color: #666;
}
@media (max-width: 748px) {
  #c-policy .c-main .c-list2 li .c-box2,
  #c-policy .c-main .c-list2 li .c-box3,
  #c-policy .c-main .c-list2 li .c-box4 {
    font-size: 14px;
    padding: 0.5rem 1rem 0.5rem 0;
  }
}
#c-policy .c-main .c-list2 li .c-btn {
  padding-left: 30px;
  color: #78bc27;
  background: url(../images/x-download.png) no-repeat left center / 20px auto;
}
@media (max-width: 748px) {
  #c-policy .c-main .c-list2 li .c-btn {
    padding-left: 20px;
    background-size: 14px auto;
  }
}
#c-course2-1 .c-top {
  padding-top: 0.5rem;
}
@media (max-width: 748px) {
  #c-course2-1 .c-top {
    padding-top: 1.5rem;
  }
}
#c-course2-1 .c-top .c-main-title {
  line-height: 1.2;
}
#c-course2-1 .c-top .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.4rem -0.2rem 0.6rem;
}
@media (max-width: 748px) {
  #c-course2-1 .c-top .c-list {
    margin: 1rem 0 1.5rem;
  }
}
#c-course2-1 .c-top .c-list li {
  padding: 0 0.2rem;
  width: 50%;
}
@media (max-width: 748px) {
  #c-course2-1 .c-top .c-list li {
    width: 100%;
    padding: 0 0 1rem;
  }
}
#c-course2-1 .c-top .c-list li .c-wrap {
  display: block;
  position: relative;
  height: 2rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  #c-course2-1 .c-top .c-list li .c-wrap {
    height: 3rem;
  }
}
@media (max-width: 748px) {
  #c-course2-1 .c-top .c-list li .c-wrap {
    height: 6rem;
  }
}
#c-course2-1 .c-top .c-list li .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-course2-1 .c-top .c-list li .c-wrap .c-title {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 0.4rem;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 748px) {
  #c-course2-1 .c-top .c-list li .c-wrap .c-title {
    padding: 0 1rem;
  }
}
#c-course2-1 .c-bottom .c-main-title {
  margin-bottom: 0.4rem;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 748px) {
  #c-course2-1 .c-bottom .c-main-title {
    margin-bottom: 1rem;
  }
}
#c-course2-1 .c-bottom form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.8rem 0.6rem 1rem 0.6rem;
  background-color: #f5f5f5;
}
@media (max-width: 748px) {
  #c-course2-1 .c-bottom form {
    padding: 1rem;
  }
}
#c-course2-1 .c-bottom form .c-item {
  width: 45%;
  margin-bottom: 0.6rem;
}
@media (max-width: 1900px) {
  #c-course2-1 .c-bottom form .c-item {
    width: 48%;
  }
}
@media (max-width: 748px) {
  #c-course2-1 .c-bottom form .c-item {
    margin-bottom: 1rem;
    width: 100%;
  }
}
#c-course2-1 .c-bottom form .c-item .c-title {
  font-size: 20px;
  line-height: 1;
  padding-left: 20px;
  border-left: 2px solid #78bc27;
}
@media (max-width: 748px) {
  #c-course2-1 .c-bottom form .c-item .c-title {
    padding-left: 10px;
  }
}
#c-course2-1 .c-bottom form .c-item .c-list li {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
@media (max-width: 748px) {
  #c-course2-1 .c-bottom form .c-item .c-list li {
    margin-top: 0.5rem;
  }
}
#c-course2-1 .c-bottom form .c-item .c-list li:first-child {
  margin-top: 0.45rem;
}
@media (max-width: 748px) {
  #c-course2-1 .c-bottom form .c-item .c-list li:first-child {
    margin-top: 1rem;
  }
}
#c-course2-1 .c-bottom form .c-item .c-list li .c-text {
  flex-shrink: 0;
  width: 200px;
  color: #666;
  text-align: right;
}
@media (max-width: 1580px) {
  #c-course2-1 .c-bottom form .c-item .c-list li .c-text {
    width: 160px;
  }
}
@media (max-width: 748px) {
  #c-course2-1 .c-bottom form .c-item .c-list li .c-text {
    width: 100px;
    text-align: left;
  }
}
#c-course2-1 .c-bottom form .c-item .c-list li input[type="text"],
#c-course2-1 .c-bottom form .c-item .c-list li select {
  width: 100%;
  background-color: #fff;
  height: 52px;
  line-height: 50px;
  border: 1px solid #ddd;
  padding: 0 20px;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-course2-1 .c-bottom form .c-item .c-list li input[type="text"],
  #c-course2-1 .c-bottom form .c-item .c-list li select {
    padding: 0 10px;
    height: 50px;
    line-height: 48px;
  }
}
#c-course2-1 .c-bottom form .c-item .c-list li select {
  padding-right: 30px;
  background: #fff url(../images/jt4.png) no-repeat right 20px center / 14px auto;
}
@media (max-width: 748px) {
  #c-course2-1 .c-bottom form .c-item .c-list li select {
    background-position: right 10px center;
  }
}
#c-course2-1 .c-bottom form .c-item .c-list li .c-box-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-course2-1 .c-bottom form .c-item .c-list li .c-box-wrap .c-box {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  margin-right: 30px;
}
#c-course2-1 .c-bottom form .c-item .c-list li .c-box-wrap .c-box:last-child {
  margin-right: 0;
}
@media (max-width: 1900px) {
  #c-course2-1 .c-bottom form .c-item .c-list li .c-box-wrap .c-box {
    margin-right: 20px;
  }
}
#c-course2-1 .c-bottom form .c-item .c-list li .c-box-wrap .c-box input {
  position: relative;
  flex-shrink: 0;
  margin: 5px 15px 5px;
  width: 16px;
  height: 16px;
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}
#c-course2-1 .c-bottom form .c-item .c-list li .c-box-wrap .c-box input:checked {
  border-color: #78bc27;
  background: #78bc27;
}
#c-course2-1 .c-bottom form .c-item .c-list li .c-box-wrap .c-box label {
  cursor: pointer;
}
#c-course2-1 .c-bottom form button {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 58px;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  transition: all 0.5s;
  overflow: hidden;
  cursor: pointer;
  color: #78bc27;
  border: 1px solid #78bc27;
}
@media (max-width: 748px) {
  #c-course2-1 .c-bottom form button {
    font-size: 16px;
    height: 50px;
  }
}
#c-course2-1 .c-bottom form button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-course2-1 .c-bottom form button span {
  position: relative;
  z-index: 2;
}
#c-course2-1 .c-bottom form button:hover {
  color: #fff;
}
#c-course2-1 .c-bottom form button:hover::before {
  height: 100%;
}
#c-course1-1 .c-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#c-course1-1 .c-list li {
  position: relative;
  padding: 0 30px;
}
@media (max-width: 748px) {
  #c-course1-1 .c-list li {
    padding: 0 1rem;
  }
}
#c-course1-1 .c-list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  border-left: 1px solid #999;
}
@media (max-width: 748px) {
  #c-course1-1 .c-list li::before {
    height: 20px;
  }
}
#c-course1-1 .c-list li:last-child::before {
  display: none;
}
#c-course1-1 .c-list li.on a {
  font-weight: bold;
  color: #78bc27;
  border-color: #78bc27;
}
#c-course1-1 .c-list a {
  font-family: "MyriadPro-Semibold";
  display: block;
  color: #999;
  font-size: 24px;
  line-height: 78px;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1580px) {
  #c-course1-1 .c-list a {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  #c-course1-1 .c-list a {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  #c-course1-1 .c-list a {
    font-size: 16px;
    line-height: 50px;
  }
}
#c-course1-2 .c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
  padding: 0.6rem 0 0.3rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 972px) {
  #c-course1-2 .c-top {
    padding: 20px 0;
  }
}
@media (max-width: 748px) {
  #c-course1-2 .c-top {
    padding: 1.5rem 0 1rem;
    margin-bottom: 0.5rem;
  }
}
#c-course1-2 .c-top .c-main-title {
  line-height: 1;
}
@media (max-width: 972px) {
  #c-course1-2 .c-top form {
    padding-top: 20px;
    width: 100%;
  }
}
#c-course1-2 .c-top form input {
  padding: 0 0.3rem;
  line-height: 58px;
  width: 3.6rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #999;
  border: 1px solid #78bc27;
}
@media (max-width: 1260px) {
  #c-course1-2 .c-top form input {
    width: 6.6rem;
  }
}
@media (max-width: 972px) {
  #c-course1-2 .c-top form input {
    width: 82%;
  }
}
@media (max-width: 748px) {
  #c-course1-2 .c-top form input {
    width: 74%;
    line-height: 48px;
    padding: 0 20px;
  }
}
#c-course1-2 .c-top form button {
  float: right;
  width: 1.3rem;
  height: 60px;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  border: 1px solid #78bc27;
  color: #fff;
  background-color: #78bc27;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 972px) {
  #c-course1-2 .c-top form button {
    width: 18%;
  }
}
@media (max-width: 748px) {
  #c-course1-2 .c-top form button {
    width: 26%;
    height: 50px;
  }
}
#c-course1-2 .c-top form button:hover {
  border-color: #78bc27;
}
#c-course1-2 .c-top form button:hover::before {
  height: 100%;
}
#c-course1-2 .c-top form button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/ss-ico1.png) no-repeat center / 18px auto;
}
#c-course1-2 .c-top form button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
#c-course1-2 .c-top form button:hover {
  color: #fff;
}
#c-course1-2 .c-top form button:hover::before {
  height: 100%;
}
#c-course1-2 .c-top form button.c-dt {
  color: #fff;
  background-color: #78bc27;
}
#c-course1-2 .c-top form button.c-dt::before {
  background-color: #6ba821;
}
#c-course1-2 .c-note {
  color: #999;
}
#c-course1-2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.6rem -0.15rem 0.4rem;
}
@media (max-width: 748px) {
  #c-course1-2 .c-list {
    margin: 1rem 0 0;
  }
}
#c-course1-2 .c-list li {
  width: 33.333333%;
  padding: 0 0.15rem 0.6rem;
}
@media (max-width: 748px) {
  #c-course1-2 .c-list li {
    padding: 0 0 1.5rem;
    width: 100%;
  }
}
#c-course1-2 .c-list li .c-wrap {
  cursor: pointer;
}
#c-course1-2 .c-list li .c-wrap .c-img-box {
  position: relative;
  height: 2.6rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-course1-2 .c-list li .c-wrap .c-img-box {
    height: 3rem;
  }
}
@media (max-width: 972px) {
  #c-course1-2 .c-list li .c-wrap .c-img-box {
    height: 3.6rem;
  }
}
@media (max-width: 748px) {
  #c-course1-2 .c-list li .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-course1-2 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-course1-2 .c-list li .c-wrap .c-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#c-course1-2 .c-list li .c-wrap .c-img-box .c-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 78px;
  height: 78px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/bf-ico1.png) no-repeat center / 100%;
}
@media (max-width: 748px) {
  #c-course1-2 .c-list li .c-wrap .c-img-box .c-btn {
    width: 50px;
    height: 50px;
  }
}
#c-course1-2 .c-list li .c-wrap .c-text-box .c-title {
  margin-top: 0.25rem;
  font-size: 18px;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-course1-2 .c-list li .c-wrap .c-text-box .c-title {
    font-size: 16px;
  }
}
#c-course1-2 .c-list li .c-wrap .c-text-box .c-text {
  color: #999;
}
#c-course1-2 .c-list li .c-wrap:hover .c-img-box .c-btn {
  background-image: url(../images/bf-ico2.png);
}
#c-course1-2 .c-list li .c-wrap:hover .c-text-box .c-title {
  color: #78bc27;
}
#c-query1-1 {
  padding-top: 0.8rem;
}
@media (max-width: 748px) {
  #c-query1-1 {
    padding-top: 3rem;
  }
}
#c-query1-1 .c-no-result {
  padding: 0.5rem;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 748px) {
  #c-query1-1 .c-no-result {
    padding: 1rem;
  }
}
#c-query1-1 .c-no-result img {
  height: 76px;
}
@media (max-width: 748px) {
  #c-query1-1 .c-no-result img {
    height: 50px;
  }
}
#c-query1-1 .c-no-result .c-title {
  margin: 0.1rem 0 0.2rem;
}
@media (max-width: 748px) {
  #c-query1-1 .c-no-result .c-title {
    margin: 0.5rem 0;
  }
}
#c-query1-1 .c-no-result .c-text-box {
  margin: 0 auto;
  max-width: 850px;
  color: #999;
}
#c-query1-1 .c-list-wrap {
  overflow-x: auto;
}
@media (max-width: 748px) {
  #c-query1-1 .c-list-wrap .c-list {
    min-width: 750px;
  }
}
#c-query1-1 .c-list-wrap .c-list li {
  display: flex;
  align-items: center;
  text-align: center;
  color: #666;
  background-color: #fff;
}
#c-query1-1 .c-list-wrap .c-list li:first-child {
  background-color: #f0f0f0;
  font-size: 18px;
  font-weight: bold;
  color: #474b4f;
}
@media (max-width: 748px) {
  #c-query1-1 .c-list-wrap .c-list li:first-child {
    font-size: 16px;
  }
}
#c-query1-1 .c-list-wrap .c-list li > div {
  padding: 0.2rem;
  width: 25%;
}
@media (max-width: 748px) {
  #c-query1-1 .c-list-wrap .c-list li > div {
    padding: 1rem;
  }
}
#c-common-box3 .c-main-title {
  padding: 0.8rem 0.6rem;
  text-align: center;
}
#c-common-box3 .c-top {
  margin-bottom: 0.1rem;
}
#c-common-box3 .c-top form {
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-top form {
    flex-wrap: wrap;
  }
}
#c-common-box3 .c-top form .c-title {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (max-width: 748px) {
  #c-common-box3 .c-top form .c-title {
    margin-bottom: 0.5rem;
  }
}
#c-common-box3 .c-top form .c-list {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 -0.1rem 0 0.1rem;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-top form .c-list {
    margin: 0 -0.1rem 0.1rem;
  }
}
@media (max-width: 972px) {
  #c-common-box3 .c-top form .c-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 748px) {
  #c-common-box3 .c-top form .c-list {
    margin: 0 0 0.5rem;
  }
}
#c-common-box3 .c-top form .c-list li {
  display: flex;
  align-items: flex-start;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 972px) {
  #c-common-box3 .c-top form .c-list li {
    width: 50% !important;
  }
}
@media (max-width: 748px) {
  #c-common-box3 .c-top form .c-list li {
    margin: 0 0 0.5rem;
    width: 100% !important;
  }
}
#c-common-box3 .c-top form .c-list li:nth-child(1) {
  width: 25%;
}
#c-common-box3 .c-top form .c-list li:nth-child(1) input {
  padding-left: 65px;
  background: #fff url(../images/rl-ico.png) no-repeat left 20px center / 22px auto;
}
#c-common-box3 .c-top form .c-list li:nth-child(2) {
  width: 28%;
}
#c-common-box3 .c-top form .c-list li:nth-child(3) {
  width: 36%;
}
@media (max-width: 972px) {
  #c-common-box3 .c-top form .c-list li:nth-child(3) {
    width: 100% !important;
  }
}
#c-common-box3 .c-top form .c-list li:nth-child(4) {
  width: 11%;
}
@media (max-width: 972px) {
  #c-common-box3 .c-top form .c-list li:nth-child(4) {
    width: 100% !important;
  }
}
#c-common-box3 .c-top form .c-list li input,
#c-common-box3 .c-top form .c-list li select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background: #fff;
  padding: 0 10px;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-common-box3 .c-top form .c-list li input,
  #c-common-box3 .c-top form .c-list li select {
    height: 50px;
    line-height: 50px;
  }
}
#c-common-box3 .c-top form .c-list li select {
  padding-right: 40px;
  background: #fff url(../images/jt4.png) no-repeat right 20px center / 14px auto;
}
@media (max-width: 748px) {
  #c-common-box3 .c-top form .c-list li select {
    background-position: right 15px center;
  }
}
#c-common-box3 .c-top form .c-list li button {
  position: relative;
  flex-shrink: 0;
  width: 26%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  background: #78bc27;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 748px) {
  #c-common-box3 .c-top form .c-list li button {
    height: 50px;
    line-height: 50px;
  }
}
#c-common-box3 .c-top form .c-list li button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
#c-common-box3 .c-top form .c-list li button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/ss-ico1.png) no-repeat center / 18px auto;
}
#c-common-box3 .c-top form .c-list li button:hover::before {
  height: 100%;
}
#c-common-box3 .c-top form .c-list li .c-btn {
  position: relative;
  flex-shrink: 0;
  width: 25%;
  width: 100%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  background: #78bc27;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 748px) {
  #c-common-box3 .c-top form .c-list li .c-btn {
    height: 50px;
    line-height: 50px;
  }
}
#c-common-box3 .c-top form .c-list li .c-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
#c-common-box3 .c-top form .c-list li .c-btn span {
  position: relative;
  color: #fff;
}
#c-common-box3 .c-top form .c-list li .c-btn:hover::before {
  height: 100%;
}
#c-common-box3 .c-no-result {
  padding: 0.5rem;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 748px) {
  #c-common-box3 .c-no-result {
    padding: 1rem;
  }
}
#c-common-box3 .c-no-result img {
  height: 76px;
}
@media (max-width: 748px) {
  #c-common-box3 .c-no-result img {
    height: 50px;
  }
}
#c-common-box3 .c-no-result .c-title {
  margin: 0.1rem 0 0.2rem;
}
@media (max-width: 748px) {
  #c-common-box3 .c-no-result .c-title {
    margin: 0.5rem 0;
  }
}
#c-common-box3 .c-no-result .c-text-box {
  margin: 0 auto;
  max-width: 850px;
  color: #999;
}
#c-common-box3 .c-bottom .c-list {
  margin-bottom: 0.6rem;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list {
    margin-bottom: 1.5rem;
  }
}
#c-common-box3 .c-bottom .c-list .c-tbox {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
#c-common-box3 .c-bottom .c-list .c-tbox .c-list2 {
  display: flex;
  align-items: center;
}
#c-common-box3 .c-bottom .c-list .c-tbox .c-list2.c-dt li:nth-child(3) {
  width: 34%;
}
#c-common-box3 .c-bottom .c-list .c-tbox .c-list2.c-dt li:nth-child(4) {
  width: 16%;
}
@media (max-width: 1260px) {
  #c-common-box3 .c-bottom .c-list .c-tbox .c-list2.c-dt li:nth-child(4) {
    justify-content: flex-end;
  }
}
@media (max-width: 1260px) {
  #c-common-box3 .c-bottom .c-list .c-tbox .c-list2 {
    flex-wrap: wrap;
  }
}
#c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0.25rem 0.25rem 0.25rem 0;
}
@media (max-width: 1260px) {
  #c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li {
    width: 50% !important;
  }
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li {
    padding: 1rem 1rem 1rem 0;
    line-height: 1.2;
    font-size: 12px;
  }
}
#c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li:nth-child(1) {
  width: 32%;
}
@media (max-width: 1260px) {
  #c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li:nth-child(1) {
    margin-bottom: -0.4rem;
  }
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li:nth-child(1) {
    width: 100% !important;
    margin-bottom: -1.5rem;
  }
}
#c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li:nth-child(2) {
  width: 18%;
}
@media (max-width: 1260px) {
  #c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li:nth-child(2) {
    justify-content: flex-end;
    margin-bottom: -0.4rem;
  }
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li:nth-child(2) {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
#c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li:nth-child(3) {
  width: 36%;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li:nth-child(3) {
    display: none;
  }
}
#c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li:nth-child(4) {
  width: 14%;
}
@media (max-width: 1260px) {
  #c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li:nth-child(4) {
    justify-content: flex-end;
  }
}
#c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li .c-t1 {
  margin-right: 10px;
}
#c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li .c-t2 {
  color: #78bc27;
  word-wrap: break-word;
  word-break: normal;
}
#c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li .c-jt {
  width: 16px;
  height: 16px;
  background: url(../images/jt8.png) no-repeat center / 100% auto;
}
#c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li .c-jt.on {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-tbox .c-list2 li .c-jt {
    background-size: 14px auto;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox {
  display: none;
  padding: 0.5rem 1.1rem 1rem;
  background: #fff;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox {
    padding: 1rem;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-title {
  font-size: 18px;
  flex-shrink: 0;
  font-weight: bold;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-title {
    font-size: 14px;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-list3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-list3.c-dt {
  padding-top: 0.4rem;
  border-top: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-list3.c-dt {
    padding-top: 0.5rem;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-list3.c-dt li {
  width: 50% !important;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-list3.c-dt li {
    width: 100% !important;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-list3 li {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: flex-start;
  width: 50%;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-list3 li {
    margin-bottom: 0.5rem;
    width: 100%!important;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-list3 li:nth-of-type(2),
#c-common-box3 .c-bottom .c-list .c-bbox .c-list3 li:nth-of-type(3) {
  width: 25%;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-list3 li:nth-of-type(2),
  #c-common-box3 .c-bottom .c-list .c-bbox .c-list3 li:nth-of-type(3) {
    width: 50%;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-list3 li .c-t1 {
  margin-right: 10px;
  font-size: 18px;
  line-height: 28px;
  flex-shrink: 0;
  font-weight: bold;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-list3 li .c-t1 {
    font-size: 14px;
    line-height: 24px;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-list3 li .c-t2 {
  color: #666;
  line-height: 28px;
  word-wrap: break-word;
  word-break: normal;
  word-break: break-all;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-list3 li .c-t2 {
    line-height: 24px;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-table-wrap {
  margin-top: 0.15rem;
  overflow-x: auto;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-table-wrap {
    margin-top: 0.5rem;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox table {
    min-width: 750px;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox table thead {
  background: #78bc27;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox table thead {
    font-size: 14px;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox table tbody {
  color: #666;
}
#c-common-box3 .c-bottom .c-list .c-bbox table td,
#c-common-box3 .c-bottom .c-list .c-bbox table th {
  padding: 0.2rem;
  border: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox table td,
  #c-common-box3 .c-bottom .c-list .c-bbox table th {
    padding: 0.5rem;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-text-box {
  display: flex;
  align-items: flex-start;
  line-height: 28px;
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  border-top: 2px solid #ddd;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-text-box {
    line-height: 24px;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-text-box.c-dt {
  margin: 0;
  padding: 0 0 0.4rem;
  border: 0;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-text-box.c-dt {
    padding: 0 0 0.5rem;
  }
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-text-box {
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-text-box .c-text {
  padding-left: 10px;
  color: #666;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-text-box .c-text {
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-text-box .c-text {
    width: 100%;
    padding-left: 0;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-num {
  display: flex;
  align-items: center;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-num {
    flex-wrap: wrap;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-num .c-text {
  margin-left: 10px;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  color: #666;
  border: 1px solid #ddd;
  min-width: 4.2rem;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-num .c-text {
    margin: 0.5rem 0 0;
    width: 100%;
    height: 50px;
    padding: 0 15px;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 {
  padding: 0.5rem 0;
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 .c-tbox2 {
  display: flex;
  align-items: flex-start;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 .c-tbox2 {
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 .c-tbox2 {
    flex-wrap: wrap;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 .c-tbox2 .c-title {
  width: 183px;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 .c-tbox2 .c-title {
    width: 142px;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 .c-tbox2 .c-text {
  padding-left: 10px;
  color: #666;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 .c-tbox2 .c-text {
    padding-left: 0;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 .c-bbox2 {
  margin-top: 0.3rem;
  padding: 0.3rem 0.3rem 0.3rem 193px;
  background-color: #f7fbf2;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 .c-bbox2 {
    padding: 0.3rem 0.3rem 0.3rem 152px;
  }
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 .c-bbox2 {
    padding: 1rem;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 .c-bbox2 .c-text2 {
  margin-top: 0.4rem;
  padding-top: 0.15rem;
  border-top: 1px solid #ddd;
  text-align: right;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox .c-text-box2 .c-bbox2 .c-text2 {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox form {
  display: flex;
  align-items: flex-start;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-bottom .c-list .c-bbox form {
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox form {
    flex-wrap: wrap;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-title {
  width: 183px;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-bottom .c-list .c-bbox form .c-title {
    width: 142px;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-gt {
  width: 100%;
  padding-left: 10px;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox form .c-gt {
    padding-left: 0;
    flex-shrink: 0;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-gt .c-list4 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-gt .c-list4 li {
  margin-right: 0.6rem;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox form .c-gt .c-list4 li {
    margin-right: 10px;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-gt .c-list4 li input {
  position: relative;
  flex-shrink: 0;
  margin: 6px 15px 6px 0;
  width: 16px;
  height: 16px;
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}
@media (max-width: 1580px) {
  #c-common-box3 .c-bottom .c-list .c-bbox form .c-gt .c-list4 li input {
    margin: 4px 15px 4px 0;
  }
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox form .c-gt .c-list4 li input {
    margin: 4px 5px 4px 0;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-gt .c-list4 li input:checked {
  border-color: #78bc27;
  background: #78bc27;
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-gt .c-list4 li input:checked + span {
  color: #78bc27;
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-gt .c-list4 li label {
  cursor: pointer;
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-gt textarea {
  margin: 0.2rem 0;
  width: 100%;
  height: 156px;
  border: 1px solid #ddd;
  padding: 20px;
  vertical-align: top;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox form .c-gt textarea {
    margin: 0.5rem 0;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-gt button {
  vertical-align: top;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  background: #78bc27;
  transition: all 0.5s;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-common-box3 .c-bottom .c-list .c-bbox form .c-gt button {
    height: 50px;
    font-size: 16px;
  }
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-gt button span {
  position: relative;
  z-index: 2;
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-gt button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #6ba821;
}
#c-common-box3 .c-bottom .c-list .c-bbox form .c-gt button:hover::before {
  height: 100%;
}
@media (max-width: 748px) {
  #c-about2-1 {
    padding-top: 1.5rem;
  }
}
#c-about2-1 .c-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-about2-1 .c-top .c-img-box {
  width: 34.7%;
  height: 3.3rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-about2-1 .c-top .c-img-box {
    height: 4.3rem;
  }
}
@media (max-width: 748px) {
  #c-about2-1 .c-top .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
#c-about2-1 .c-top .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about2-1 .c-top .c-text-box {
  padding-left: 0.8rem;
  width: 65.3%;
}
@media (max-width: 748px) {
  #c-about2-1 .c-top .c-text-box {
    width: 100%;
    padding: 0.5rem 0 0 0;
  }
}
#c-about2-1 .c-top .c-text-box .c-title {
  margin-bottom: 0.3rem;
  font-family: "MyriadPro-Semibold";
}
#c-about2-1 .c-top .c-text-box .c-text {
  font-size: 18px;
}
@media (max-width: 1580px) {
  #c-about2-1 .c-top .c-text-box .c-text {
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  #c-about2-1 .c-top .c-text-box .c-text {
    font-size: 14px;
  }
}
#c-about2-1 .c-bottom {
  padding-top: 0.8rem;
}
@media (max-width: 748px) {
  #c-about2-1 .c-bottom {
    padding-top: 1rem;
  }
}
#c-about2-1 .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  #c-about2-1 .c-bottom .c-list {
    margin: 0 -0.5rem -1rem;
  }
}
#c-about2-1 .c-bottom .c-list li {
  width: 25%;
  text-align: center;
}
@media (max-width: 748px) {
  #c-about2-1 .c-bottom .c-list li {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    width: 50%;
  }
}
#c-about2-1 .c-bottom .c-list li .c-tbox {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  color: #78bc27;
  line-height: 1;
}
#c-about2-1 .c-bottom .c-list li .c-tbox .c-t1 {
  font-family: "MyriadPro-Semibold";
}
#c-about2-1 .c-bottom .c-list li .c-tbox .c-t2 {
  line-height: 0.5;
}
#c-about2-1 .c-bottom .c-list li .c-t3 {
  margin-top: 0.1rem;
  color: #666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  #c-about2-1 .c-bottom .c-list li .c-t3 {
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  #c-about2-1 .c-bottom .c-list li .c-t3 {
    font-size: 14px;
  }
}
#c-about2-2 .c-main-title {
  margin-bottom: 0.6rem;
  font-family: "MyriadPro-Semibold";
  text-align: center;
}
@media (max-width: 748px) {
  #c-about2-2 .c-main-title {
    margin-bottom: 1.5rem;
  }
}
#c-about2-2 .c-list li {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  #c-about2-2 .c-list li {
    margin-bottom: 1.5rem;
  }
}
#c-about2-2 .c-list li:last-child {
  margin: 0;
}
#c-about2-2 .c-list li .c-img-box {
  width: 34.7%;
  height: 3.3rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-about2-2 .c-list li .c-img-box {
    height: 4.3rem;
  }
}
@media (max-width: 748px) {
  #c-about2-2 .c-list li .c-img-box {
    width: 100%;
    height: 14rem;
  }
}
#c-about2-2 .c-list li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about2-2 .c-list li .c-text-box {
  padding-left: 0.6rem;
  width: 65.3%;
}
@media (max-width: 748px) {
  #c-about2-2 .c-list li .c-text-box {
    width: 100%;
    padding: 0.5rem 0 0 !important;
  }
}
#c-about2-2 .c-list li .c-text-box .c-title {
  font-family: "MyriadPro-Semibold";
  margin-bottom: 0.2rem;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  #c-about2-2 .c-list li .c-text-box .c-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-about2-2 .c-list li .c-text-box .c-title {
    font-size: 18px;
  }
}
#c-about2-2 .c-list li .c-text-box .c-text {
  color: #666;
  line-height: 1.5;
}
#c-about2-2 .c-list li:nth-child(even) {
  flex-direction: row-reverse;
}
#c-about2-2 .c-list li:nth-child(even) .c-text-box {
  padding: 0 0.6rem 0 0;
}
#c-about2-3 .c-main-title {
  margin-bottom: 0.6rem;
  font-family: "MyriadPro-Semibold";
  text-align: center;
}
@media (max-width: 748px) {
  #c-about2-3 .c-main-title {
    margin-bottom: 1.5rem;
  }
}
#c-about2-3 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 -15px -40px;
  text-align: center;
}
@media (max-width: 748px) {
  #c-about2-3 .c-list {
    margin: 0 -1rem -1.5rem;
  }
}
#c-about2-3 .c-list li {
  padding: 0 15px 40px;
  width: 16.666%;
  text-align: "MyriadPro-Semibold";
}
@media (max-width: 748px) {
  #c-about2-3 .c-list li {
    width: 33.333333%;
    padding: 0 1.5rem 1.5rem;
  }
}
#c-about2-3 .c-list li .c-ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-about2-3 .c-list li .c-ico img {
  height: 70px;
}
@media (max-width: 748px) {
  #c-about2-3 .c-list li .c-ico img {
    height: 40px;
  }
}
#c-about2-3 .c-list li .c-title {
  margin-top: 0.1rem;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  #c-about2-3 .c-list li .c-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-about2-3 .c-list li .c-title {
    margin-top: 0.5rem;
    font-size: 18px;
  }
}
#c-vip {
  margin-bottom: 20px;
  padding: 0 30px 0.8rem;
  background-color: #fff;
}
@media (max-width: 748px) {
  #c-vip {
    padding: 0 1rem 1rem;
  }
}
#c-vip .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 972px) {
  #c-vip .c-title-box {
    height: 2rem;
  }
}
@media (max-width: 748px) {
  #c-vip .c-title-box {
    height: 3rem;
  }
}
#c-vip .c-title-box .c-title {
  font-family: "MyriadPro-Semibold";
}
#c-vip .c-title-box .c-box {
  display: flex;
  align-items: center;
  color: #78bc27;
}
#c-vip .c-title-box .c-box img {
  margin-left: 20px;
  width: 26px;
}
@media (max-width: 1580px) {
  #c-vip .c-title-box .c-box img {
    margin-left: 10px;
    width: 17px;
  }
}
#c-vip .c-list > li .c-title2 {
  padding: 0.4rem 0;
  display: flex;
  align-items: flex-start;
  font-size: 20px;
}
@media (max-width: 748px) {
  #c-vip .c-list > li .c-title2 {
    padding: 1rem 0;
  }
}
#c-vip .c-list > li .c-title2 img {
  margin-right: 25px;
  width: 26px;
}
@media (max-width: 1580px) {
  #c-vip .c-list > li .c-title2 img {
    margin-right: 10px;
    width: 17px;
  }
}
@media (max-width: 1580px) {
  #c-vip .c-list > li .c-title2 {
    font-size: 18px;
    line-height: 24px;
  }
}
#c-vip .c-list > li .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px dotted #ccc;
}
#c-vip .c-list > li .c-list2 li {
  width: 25%;
  padding: 0.4rem;
  text-align: center;
  color: #666;
}
@media (max-width: 972px) {
  #c-vip .c-list > li .c-list2 li {
    width: 33.333333%;
  }
}
@media (max-width: 748px) {
  #c-vip .c-list > li .c-list2 li {
    padding: 1rem;
    width: 50%;
  }
}
#c-vip .c-list > li .c-list2 li img {
  margin-bottom: 10px;
  height: 40px;
}
#c-vip form {
  padding: 0;
}
@media (max-width: 748px) {
  #c-vip form {
    margin-bottom: 0;
  }
}
#c-vip form .c-title2 {
  padding-top: 50px;
  font-size: 24px;
  color: #78bc27;
}
@media (max-width: 1580px) {
  #c-vip form .c-title2 {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-vip form .c-title2 {
    padding-top: 2rem;
  }
}
#c-vip form .c-list2 {
  padding: 40px 1.2rem 0 0;
}
@media (max-width: 972px) {
  #c-vip form .c-list2 {
    padding: 30px 0 0;
  }
}
@media (max-width: 748px) {
  #c-vip form .c-list2 {
    padding: 1rem 0 0;
  }
}
#c-vip form .c-list2 li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 748px) {
  #c-vip form .c-list2 li {
    margin-bottom: 1rem;
  }
}
#c-vip form .c-list2 li:last-child {
  margin-bottom: 0;
}
#c-vip form .c-list2 li .c-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
  text-align: right;
  width: 38%;
  font-size: 20px;
  height: 60px;
}
@media (max-width: 1580px) {
  #c-vip form .c-list2 li .c-text {
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  #c-vip form .c-list2 li .c-text {
    height: 50px;
    padding-right: 0.5rem;
    font-size: 14px;
  }
}
#c-vip form .c-list2 li .c-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 62%;
}
#c-vip form .c-list2 li .c-box .c-text2 {
  padding-top: 15px;
}
#c-vip form .c-list2 li .c-box .c-img {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 140px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1260px) {
  #c-vip form .c-list2 li .c-box .c-img {
    width: 100px;
  }
}
#c-vip form .c-list2 li .c-box .c-img img {
  max-width: 100%;
  max-height: 100%;
}
#c-vip form .c-list2 li .c-box.c-dt i {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/x-reg6.png) no-repeat center;
  background-size: auto;
  background-size: contain;
}
@media (max-width: 748px) {
  #c-vip form .c-list2 li .c-box.c-dt i {
    display: none;
  }
}
#c-vip form .c-list2 li .c-box.c-dt input {
  padding: 0 140px 0 60px;
}
@media (max-width: 1260px) {
  #c-vip form .c-list2 li .c-box.c-dt input {
    padding-right: 100px;
  }
}
@media (max-width: 748px) {
  #c-vip form .c-list2 li .c-box.c-dt input {
    padding-left: 10px;
  }
}
#c-vip form .c-list2 li .c-box input {
  height: 60px;
  line-height: 58px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 20px;
}
@media (max-width: 748px) {
  #c-vip form .c-list2 li .c-box input {
    padding: 0 10px;
    height: 50px;
    line-height: 48px;
  }
}
#c-vip form .c-list2 li .c-box select {
  height: 60px;
  line-height: 58px;
  width: 50%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 40px 0 20px;
  padding-right: 50px;
  background: url(../images/jt4.png) no-repeat right 20px center / 12px auto;
}
@media (max-width: 748px) {
  #c-vip form .c-list2 li .c-box select {
    padding: 0 30px 0 10px;
    height: 50px;
    line-height: 48px;
    background-position: right 10px center;
  }
}
#c-vip form .c-list2 li .c-box select:last-child {
  border-left: 0;
}
@media (max-width: 972px) {
  #c-vip form .c-list2 li .c-box select:last-child {
    margin-top: 20px;
    border: 1px solid #ddd;
  }
}
@media (max-width: 748px) {
  #c-vip form .c-list2 li .c-box select:last-child {
    margin-top: 1rem;
  }
}
@media (max-width: 972px) {
  #c-vip form .c-list2 li .c-box select {
    width: 100%;
  }
}
#c-vip form .c-list2 li .c-box textarea {
  width: 100%;
  padding: 15px 20px;
  height: 120px;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: auto;
}
@media (max-width: 748px) {
  #c-vip form .c-list2 li .c-box textarea {
    padding: 10px;
  }
}
#c-vip form .c-list2 li .c-box button {
  position: relative;
  height: 62px;
  width: 100%;
  color: #78bc27;
  border: 1px solid #78bc27;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-vip form .c-list2 li .c-box button {
    height: 50px;
  }
}
#c-vip form .c-list2 li .c-box button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
#c-vip form .c-list2 li .c-box button span {
  position: relative;
  z-index: 5;
}
#c-vip form .c-list2 li .c-box button:hover {
  color: #fff;
}
#c-vip form .c-list2 li .c-box button:hover::before {
  height: 100%;
}
.c-common-modify {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 950;
  width: 400px;
  max-width: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.c-common-modify .c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 20px;
  color: #fff;
  background-color: #78bc27;
}
.c-common-modify .c-top .c-close {
  width: 20px;
  height: 20px;
  background: url(../images/close2.png) no-repeat center / 100%;
  cursor: pointer;
}
.c-common-modify .c-bottom {
  padding: 20px;
}
.c-common-modify .c-bottom .c-list li {
  margin-bottom: 10px;
}
.c-common-modify .c-bottom .c-list li:last-child {
  margin: 0;
}
.c-common-modify .c-bottom .c-list li input {
  padding: 0 15px;
  width: 100%;
  height: 44px;
  line-height: 42px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.c-common-modify .c-bottom .c-list li button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 200px;
  height: 44px;
  font-size: 18px;
  color: #78bc27;
  border: 1px solid #78bc27;
  border-radius: 3px;
  transition: all 0.5s;
  overflow: hidden;
  cursor: pointer;
}
.c-common-modify .c-bottom .c-list li button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
.c-common-modify .c-bottom .c-list li button span {
  position: relative;
  z-index: 2;
}
.c-common-modify .c-bottom .c-list li button:hover {
  color: #fff;
}
.c-common-modify .c-bottom .c-list li button:hover::before {
  height: 100%;
}
#c-right-fixed {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 900;
}
@media (max-width: 1580px) {
  #c-right-fixed {
    right: 10px;
    bottom: 30px;
  }
}
@media (max-width: 1260px) {
  #c-right-fixed {
    display: none!important;
  }
}
#c-right-fixed .c-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#c-right-fixed .c-item > img {
  height: 28px;
}
#c-right-fixed .c-item:first-child {
  background: #78bc27;
}
#c-right-fixed .c-list {
  display: none;
  position: absolute;
  bottom: 0;
  right: 90px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
#c-right-fixed .c-list::before {
  position: absolute;
  bottom: 90px;
  right: -10px;
  content: "";
  border-top: 10px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 10px solid transparent;
}
#c-right-fixed .c-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 30px;
  padding: 20px 0;
  width: 260px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
}
#c-right-fixed .c-list li:last-child {
  border: 0;
}
#c-right-fixed .c-list li .c-text1 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}
#c-right-fixed .c-list li a {
  display: block;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5 url(../images/right-ico3.png) no-repeat center / 18px auto;
}
#c-right-fixed .c-list li a:hover {
  background-color: #78bc27;
  background-image: url(../images/right-ico1.png);
}
.c-common-list {
  display: none;
  position: absolute;
  top: 150px;
  left: 0;
  padding: 60px 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 972px) {
  .c-common-list {
    display: none !important;
  }
}
.c-common-list .c-container {
  display: block !important;
}
.c-common-list .c-list {
  display: flex;
  align-items: flex-start;
  margin: 0 -20px;
}
.c-common-list .c-list li {
  padding: 0 20px;
  width: 25%;
}
.c-common-list .c-list li a {
  display: block;
}
.c-common-list .c-list li a .c-img {
  height: 2.18rem;
  overflow: hidden;
}
.c-common-list .c-list li a .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.c-common-list .c-list li a .c-title {
  color: #474b4f;
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .c-common-list .c-list li a .c-title {
    font-size: 16px;
  }
}
.c-common-list .c-list li a .c-text {
  padding-top: 10px;
  color: #666;
  line-height: 1.4;
}
.c-common-list .c-list li a:hover .c-title {
  color: #78bc27;
}
.c-common-list .c-list li a:hover .c-img img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}
.c-common-list.c-dt .c-list li {
  width: 33.333333%;
}
.c-common-list.c-dt .c-list li a .c-img {
  height: 3rem;
}
.c-solution {
  display: none;
  position: absolute;
  top: 150px;
  left: 0;
  padding: 60px 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 972px) {
  .c-solution {
    display: none !important;
  }
}
.c-solution .c-container {
  display: block !important;
}
.c-solution .c-list {
  display: flex;
  align-items: flex-start;
  margin: 0 -20px;
}
.c-solution .c-list li {
  padding: 0 20px;
  width: 33.333333%;
}
.c-solution .c-list li:nth-child(2) {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.c-solution .c-list li a {
  display: block;
  line-height: 1.5;
  padding: 50px 0;
}
.c-solution .c-list li a .c-img {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  transition: all 0.5s;
}
.c-solution .c-list li a .c-img img {
  height: 0.54rem;
}
.c-solution .c-list li a .c-img img:last-child {
  display: none;
}
.c-solution .c-list li a .c-title {
  padding: 20px 0;
  font-size: 20px;
  color: #474b4f;
  transition: all 0.5s;
}
.c-solution .c-list li a .c-text {
  color: #999;
}
.c-solution .c-list li a:hover .c-img {
  background-color: #78bc27;
  border-color: #78bc27;
}
.c-solution .c-list li a:hover .c-img img {
  display: none;
}
.c-solution .c-list li a:hover .c-img img:last-child {
  display: inline-block;
}
.c-solution .c-list li a:hover .c-title {
  color: #78bc27;
}
#c-header .c-product {
  display: none;
  position: absolute;
  top: 150px;
  left: 0;
  padding: 60px 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#c-header .c-product .c-p-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #78bc27 url(../images/close2.png) no-repeat center / 50%;
  cursor: pointer;
}
@media (max-width: 972px) {
  #c-header .c-product {
    display: none !important;
  }
}
#c-header .c-product .c-container {
  display: block !important;
}
#c-header .c-product .c-list1 {
  display: flex;
  align-items: flex-start;
  margin: 0 -20px;
}
#c-header .c-product .c-list1 li {
  position: relative;
  width: 33.333333%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
#c-header .c-product .c-list1 li:last-child {
  border-right: 0;
}
#c-header .c-product .c-list1 li::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #78bc27;
  transition: all 0.5s;
}
#c-header .c-product .c-list1 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  font-size: 24px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
@media (max-width: 1580px) {
  #c-header .c-product .c-list1 li a {
    font-size: 18px;
    line-height: 50px;
  }
}
#c-header .c-product .c-list1 li a img {
  margin-right: 10px;
  height: 24px;
}
#c-header .c-product .c-list1 li a img:nth-child(2) {
  display: none;
}
#c-header .c-product .c-list1 li a span {
  font-family: "MyriadPro-Semibold";
  color: #474b4f;
  transition: all 0.5s;
}
#c-header .c-product .c-list1 li.on a {
  background-color: #78bc27;
}
#c-header .c-product .c-list1 li.on a img {
  display: none;
}
#c-header .c-product .c-list1 li.on a img:nth-child(2) {
  display: inline-block;
}
#c-header .c-product .c-list1 li.on a span {
  color: #fff;
}
#c-header .c-product .c-list1 li.on::before {
  opacity: 0;
}
#c-header .c-product .c-list2 {
  position: relative;
}
#c-header .c-product .c-list2 > li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#c-header .c-product .c-list2 > li.on {
  position: relative;
  display: block;
}
#c-header .c-product .c-list3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
  text-align: left;
}
#c-header .c-product .c-list3 > li {
  padding: 50px 20px 0;
  width: 25%;
}
@media (max-width: 1900px) {
  #c-header .c-product .c-list3 > li {
    padding: 30px 20px 0;
  }
}
@media (max-width: 1580px) {
  #c-header .c-product .c-list3 > li {
    padding: 10px 20px 0;
  }
}
#c-header .c-product .c-list3 .c-title {
  display: flex;
  align-items: center;
  height: 50px;
  font-family: "MyriadPro-Regular";
  font-size: 18px;
  line-height: 1.5;
  color: #474b4f;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1580px) {
  #c-header .c-product .c-list3 .c-title {
    font-size: 16px;
  }
}
#c-header .c-product .c-list3 .c-title:hover {
  color: #78bc27;
}
#c-header .c-product .c-list4 {
  line-height: 1.5;
  padding-top: 10px;
}
#c-header .c-product .c-list4 a {
  font-weight: normal;
  color: #474b4f;
}
#c-header .c-product .c-list4 a:hover {
  color: #78bc27;
}
#c-header .c-product .c-list4 li:last-child a {
  color: #78bc27;
}
#c-404 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#c-404 .c-img img {
  max-width: 100%;
  max-height: 60vh;
}
#c-404 .c-title {
  margin: -0.7rem 0 1rem;
  font-size: 24px;
  color: #78bc27;
}
#c-404 .c-common-btn1 {
  margin: 0 auto;
}
#c-technologies2-1 {
  text-align: center;
}
#c-technologies2-1 .c-wrap {
  margin: 0 auto;
  max-width: 1130px;
}
#c-technologies2-1 .c-title {
  margin-bottom: 0.5rem;
  font-family: "MyriadPro-Semibold";
}
@media (max-width: 748px) {
  #c-technologies2-1 .c-title {
    margin-bottom: 1rem;
  }
}
#c-technologies2-1 .c-text {
  font-size: 18px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-technologies2-1 .c-text {
    font-size: 14px;
  }
}
#c-technologies2-2 .c-title-box .c-title {
  text-align: center;
  margin-bottom: 0.6rem;
  font-family: "MyriadPro-Semibold";
}
@media (max-width: 748px) {
  #c-technologies2-2 .c-title-box .c-title {
    margin-bottom: 1.5rem;
  }
}
#c-technologies2-2 .c-list li {
  position: relative;
}
@media (max-width: 748px) {
  #c-technologies2-2 .c-list li {
    margin-bottom: 2rem;
  }
}
#c-technologies2-2 .c-list li img {
  width: 100%;
  height: 7rem;
  object-fit: cover;
}
@media (max-width: 972px) {
  #c-technologies2-2 .c-list li img {
    height: 10rem;
  }
}
#c-technologies2-2 .c-list li .c-text-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
}
@media (max-width: 748px) {
  #c-technologies2-2 .c-list li .c-text-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #666;
  }
}
#c-technologies2-2 .c-list li .c-text-wrap .c-container {
  display: flex;
  align-items: flex-start;
}
#c-technologies2-2 .c-list li .c-text-wrap .c-text-box {
  width: 44.444444%;
}
@media (max-width: 748px) {
  #c-technologies2-2 .c-list li .c-text-wrap .c-text-box {
    width: 100%;
  }
}
#c-technologies2-2 .c-list li .c-text-wrap .c-text-box .c-num {
  font-size: 24px;
  color: #78bc27;
}
@media (max-width: 748px) {
  #c-technologies2-2 .c-list li .c-text-wrap .c-text-box .c-num {
    padding-top: 0.5rem;
  }
}
#c-technologies2-2 .c-list li .c-text-wrap .c-text-box .c-title {
  padding: 10px 0 30px;
  font-family: "MyriadPro-Semibold";
  font-size: 0.36rem;
  line-height: 1.2;
}
@media (max-width: 972px) {
  #c-technologies2-2 .c-list li .c-text-wrap .c-text-box .c-title {
    padding: 0.2rem 0 0.5rem;
    font-size: 18px;
  }
}
#c-technologies2-2 .c-list li:nth-child(even) .c-text-wrap .c-container {
  justify-content: flex-end;
}
#c-technologies2-3 .c-title-box .c-title {
  font-family: "MyriadPro-Semibold";
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 748px) {
  #c-technologies2-3 .c-title-box .c-title {
    margin-bottom: 1.5rem;
  }
}
#c-technologies2-3 .c-banner-wrap {
  position: relative;
}
#c-technologies2-3 .c-jsxq-banner2-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-technologies2-3 .swiper-button-next,
#c-technologies2-3 .swiper-button-prev {
  position: absolute;
  z-index: 20;
  width: 68px;
  height: 68px;
  margin-top: -34px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s;
  overflow: hidden;
}
#c-technologies2-3 .swiper-button-next.swiper-button-disabled,
#c-technologies2-3 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: inherit;
}
@media (max-width: 1580px) {
  #c-technologies2-3 .swiper-button-next,
  #c-technologies2-3 .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
@media (max-width: 972px) {
  #c-technologies2-3 .swiper-button-next,
  #c-technologies2-3 .swiper-button-prev {
    display: none;
  }
}
#c-technologies2-3 .swiper-button-next::before,
#c-technologies2-3 .swiper-button-prev::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-technologies2-3 .swiper-button-next:hover,
#c-technologies2-3 .swiper-button-prev:hover {
  border-color: #78bc27;
}
#c-technologies2-3 .swiper-button-next:hover::before,
#c-technologies2-3 .swiper-button-prev:hover::before {
  height: 100%;
}
#c-technologies2-3 .swiper-button-next {
  background: transparent;
  right: 1.4rem;
}
#c-technologies2-3 .swiper-button-next div {
  width: 100%;
  height: 100%;
  background: url(../images/jt2.png) no-repeat center / 20px auto;
}
@media (max-width: 972px) {
  #c-technologies2-3 .swiper-button-next {
    right: 30px;
  }
}
#c-technologies2-3 .swiper-button-prev {
  background: transparent;
  left: 1.4rem;
}
#c-technologies2-3 .swiper-button-prev div {
  width: 100%;
  height: 100%;
  background: url(../images/jt1.png) no-repeat center / 20px auto;
}
@media (max-width: 972px) {
  #c-technologies2-3 .swiper-button-prev {
    left: 30px;
  }
}
#c-technologies2-3 .c-jsxq-banner1 img {
  height: 7rem;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-technologies2-3 .c-jsxq-banner1 img {
    height: 14rem;
  }
}
#c-technologies2-3 .c-jsxq-banner2 {
  padding: 0 2.4rem;
}
#c-technologies2-3 .c-jsxq-banner2 .swiper-slide {
  padding: 1rem 0.3rem;
  text-align: center;
}
#c-technologies2-3 .c-jsxq-banner2 .swiper-slide .c-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-technologies2-3 .c-jsxq-banner2 .swiper-slide .c-ico {
    width: 80px;
    height: 80px;
  }
}
#c-technologies2-3 .c-jsxq-banner2 .swiper-slide .c-ico img {
  height: 50px;
}
@media (max-width: 1580px) {
  #c-technologies2-3 .c-jsxq-banner2 .swiper-slide .c-ico img {
    height: 30px;
  }
}
#c-technologies2-3 .c-jsxq-banner2 .swiper-slide .c-text {
  padding-top: 20px;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-technologies2-3 .c-jsxq-banner2 .swiper-slide .c-text {
    padding-top: 15px;
    font-size: 14px;
  }
}
#c-technologies2-3 .c-jsxq-banner2 .swiper-slide-thumb-active .c-ico {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  background-color: #78bc27;
}
#c-technologies2-3 .c-jsxq-banner2 .swiper-slide-thumb-active .c-text {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
#c-technologies2-4 {
  padding-top: 1rem;
}
@media (max-width: 748px) {
  #c-technologies2-4 {
    padding-top: 3rem;
  }
}
#c-technologies2-4 .x-show-title {
  padding: 0;
  text-align: center;
  border: 0;
}
.x-show-por7 .c-container .x-por-swiper .swiper-container {
  padding: 1px !important;
}
#c-authorization .c-title-box .c-title {
  padding: 0.5rem 0;
  font-family: "MyriadPro-Semibold";
  text-align: center;
}
@media (max-width: 748px) {
  #c-authorization .c-title-box .c-title {
    padding: 1rem 0;
  }
}
#c-authorization form {
  background-color: #fff;
  padding: 0.5rem 0.6rem 0.8rem;
}
@media (max-width: 748px) {
  #c-authorization form {
    padding: 1rem;
  }
}
#c-authorization form .c-title2 {
  font-family: "MyriadPro-Semibold";
  margin-bottom: 0.4rem;
  padding-bottom: 0.25rem;
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 1580px) {
  #c-authorization form .c-title2 {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-authorization form .c-title2 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 16px;
  }
}
#c-authorization form .c-title2.c-dt {
  padding-top: 0.6rem;
}
#c-authorization form .c-title3 {
  flex-shrink: 0;
  font-size: 18px;
  width: 240px;
  color: #474b4f;
}
@media (max-width: 1580px) {
  #c-authorization form .c-title3 {
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  #c-authorization form .c-title3 {
    font-size: 14px;
  }
}
#c-authorization form input[type="text"] {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 58px;
  padding: 0 20px;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-authorization form input[type="text"] {
    padding: 0 15px;
    line-height: 48px;
  }
}
#c-authorization form .c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
  color: #78bc27;
  border: 1px solid #78bc27;
}
@media (max-width: 748px) {
  #c-authorization form .c-button {
    height: 50px;
  }
}
#c-authorization form .c-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
#c-authorization form .c-button:hover {
  color: #fff;
}
#c-authorization form .c-button:hover::before {
  height: 100%;
}
#c-authorization form .c-button span {
  position: relative;
  z-index: 2;
}
#c-authorization form .c-select {
  position: relative;
  width: 100%;
  max-width: 700px;
}
#c-authorization form .c-select select {
  position: relative;
  z-index: 5;
  padding: 0 95px 0 20px;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-authorization form .c-select select {
    padding: 0 75px 0 15px;
    height: 50px;
  }
}
#c-authorization form .c-select .c-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 96px;
  height: 100%;
  border-left: 1px solid #ddd;
  background: url(../images/x-online.png) no-repeat center / 14px auto;
}
@media (max-width: 748px) {
  #c-authorization form .c-select .c-btn {
    width: 60px;
  }
}
#c-authorization .c-form1 {
  margin-bottom: 20px;
}
#c-authorization .c-form1 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.3rem -0.4rem;
}
#c-authorization .c-form1 .c-list li {
  margin-bottom: 0.4rem;
  padding: 0 0.3rem;
  width: 50%;
}
@media (max-width: 748px) {
  #c-authorization .c-form1 .c-list li {
    margin-bottom: 1rem;
    width: 100%;
  }
}
#c-authorization .c-form1 .c-list li:last-child {
  width: 100%;
}
#c-authorization .c-form1 .c-title3 {
  margin-bottom: 10px;
}
#c-authorization .c-form2 .c-title3 {
  margin-bottom: 10px;
}
#c-authorization .c-form2 .c-list li {
  display: flex;
  align-items: center;
  color: #666;
  margin-bottom: 0.4rem;
}
@media (max-width: 748px) {
  #c-authorization .c-form2 .c-list li {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
}
#c-authorization .c-form2 .c-list li:nth-child(1),
#c-authorization .c-form2 .c-list li:nth-child(2),
#c-authorization .c-form2 .c-list li:nth-child(4) {
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
@media (max-width: 748px) {
  #c-authorization .c-form2 .c-list li:nth-child(1),
  #c-authorization .c-form2 .c-list li:nth-child(2),
  #c-authorization .c-form2 .c-list li:nth-child(4) {
    margin-bottom: 1rem;
  }
}
#c-authorization .c-form2 .c-list li .c-right {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#c-authorization .c-form2 .c-list li .c-right .c-item {
  margin-bottom: 0.2rem;
  padding-right: 20px;
  min-width: 2.5rem;
}
#c-authorization .c-form2 .c-list li label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
#c-authorization .c-form2 .c-list li input[type="radio"],
#c-authorization .c-form2 .c-list li input[type="checkbox"] {
  flex-shrink: 0;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #666;
  cursor: pointer;
}
#c-authorization .c-form2 .c-list li input[type="radio"]:checked,
#c-authorization .c-form2 .c-list li input[type="checkbox"]:checked {
  border-color: #78bc27;
  background-color: #78bc27;
}
#c-authorization .c-form2 .c-list li input[type="text"] {
  max-width: 630px;
}
#c-authorization .c-form2 .c-docx-box {
  margin-bottom: 0.4rem;
}
@media (max-width: 748px) {
  #c-authorization .c-form2 .c-docx-box {
    margin-bottom: 1rem;
  }
}
#c-authorization .c-form2 .c-docx-box li {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#c-authorization .c-form2 .c-docx-box li .c-text1 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  border-radius: 3px;
  background: #78bc27;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 748px) {
  #c-authorization .c-form2 .c-docx-box li .c-text1 {
    display: none;
    font-size: 12px;
  }
}
#c-authorization .c-form2 .c-docx-box li .c-text2 {
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 748px) {
  #c-authorization .c-form2 .c-docx-box li .c-text2 {
    padding: 0 10px;
  }
}
@media (max-width: 748px) {
  #c-authorization .c-form2 .c-docx-box li .c-text3 {
    display: none;
  }
}
#c-authorization .c-form2 .c-docx-box li a {
  flex-shrink: 0;
  display: block;
  text-align: center;
  color: #78bc27;
}
#c-authorization .c-form2 .c-docx-box li a img {
  height: 30px;
}
@media (max-width: 748px) {
  #c-authorization .c-form2 .c-docx-box li a img {
    height: 20px;
  }
}
#c-authorization .c-form2 .c-file-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
#c-authorization .c-form2 .c-file-box.c-dt {
  padding-bottom: 0.2rem;
}
@media (max-width: 748px) {
  #c-authorization .c-form2 .c-file-box.c-dt {
    padding-bottom: 0;
  }
}
#c-authorization .c-form2 .c-file-box li {
  padding: 0 0.15rem 0.3rem;
  width: 33.333%;
}
@media (max-width: 748px) {
  #c-authorization .c-form2 .c-file-box li {
    padding: 0 0.15rem 1rem;
    width: 100%;
  }
}
#c-authorization .c-form2 .c-file-box li .c-img-box {
  position: relative;
}
#c-authorization .c-form2 .c-file-box li .c-img-box .c-file {
  opacity: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#c-authorization .c-form2 .c-file-box li .c-img-box .c-box {
  position: relative;
  z-index: 1;
  height: 2.9rem;
  border: 1px dashed #ddd;
  border-radius: 3px;
}
@media (max-width: 748px) {
  #c-authorization .c-form2 .c-file-box li .c-img-box .c-box {
    height: 10rem;
  }
}
#c-authorization .c-form2 .c-file-box li .c-img-box .c-box .c-img1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 130px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1260px) {
  #c-authorization .c-form2 .c-file-box li .c-img-box .c-box .c-img1 {
    width: 80px;
  }
}
#c-authorization .c-form2 .c-file-box li .c-img-box .c-box .c-img2 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
#c-authorization .c-form2 .c-file-box li .c-img-box .c-add {
  position: relative;
  z-index: 5;
  margin: -23px auto 0;
  width: 46px;
  height: 46px;
  background: url(../images/x-jh1.png) no-repeat center / 100%;
}
@media (max-width: 748px) {
  #c-authorization .c-form2 .c-file-box li .c-img-box .c-add {
    margin: -18px auto 0;
    width: 36px;
    height: 36px;
  }
}
#c-authorization .c-form2 .c-file-box li .c-text-box {
  text-align: center;
}
#c-authorization .c-form2 .c-file-box li .c-text-box .c-text1 {
  padding: 0.2rem 0 0.1rem;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1580px) {
  #c-authorization .c-form2 .c-file-box li .c-text-box .c-text1 {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-authorization .c-form2 .c-file-box li .c-text-box .c-text1 {
    font-size: 16px;
  }
}
#c-authorization .c-form2 .c-file-box li .c-text-box .c-text2 {
  color: #666;
}
/* 首页提示 */
#c-home-tips {
  display: none;
  position: fixed;
  z-index: 890;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
#c-home-tips .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 748px) {
  #c-home-tips .c-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0;
  }
}
#c-home-tips .c-wrap p {
  margin-right: 30px;
  text-align: left;
}
@media (max-width: 748px) {
  #c-home-tips .c-wrap p {
    width: 100%;
    text-align: center;
  }
}
#c-home-tips .c-wrap .c-common-btn1 {
  margin-right: 20px;
  flex-shrink: 0;
  cursor: pointer;
  width: 100px;
  height: 40px;
}
@media (max-width: 748px) {
  #c-home-tips .c-wrap .c-common-btn1 {
    margin-right: 0;
    margin-top: 10px;
    flex-shrink: 1;
  }
}
#c-home-tips .c-wrap a {
  color: #78bc27;
}
#c-home-tips .c-wrap a:hover {
  text-decoration: underline;
}
#c-home-tips .c-wrap .c-close {
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/close3.png) no-repeat center / 18px;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-home-tips .c-wrap .c-close {
    top: 20px;
    right: -10px;
  }
}
#c-compare-product {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 0;
  background-color: #474b4f;
  color: #fff;
}
@media (max-width: 748px) {
  #c-compare-product {
    width: 200px;
  }
}
#c-compare-product.on {
  bottom: 0;
}
#c-compare-product .c-container {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 748px) {
  #c-compare-product .c-container {
    flex-wrap: wrap;
  }
}
#c-compare-product .c-left {
  flex-shrink: 0;
  font-size: 20px;
}
@media (max-width: 1260px) {
  #c-compare-product .c-left {
    font-size: 14px;
  }
}
#c-compare-product .c-left img {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 38px;
}
@media (max-width: 1260px) {
  #c-compare-product .c-left img {
    height: 20px;
  }
}
@media (max-width: 748px) {
  #c-compare-product .c-left img {
    margin-bottom: 10px;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (max-width: 748px) {
  #c-compare-product .c-left {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    text-align: center;
  }
}
#c-compare-product .c-right-box {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 748px) {
  #c-compare-product .c-right-box {
    flex-direction: column-reverse;
  }
}
#c-compare-product .c-center {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 748px) {
  #c-compare-product .c-center {
    padding: 0;
  }
}
#c-compare-product .c-center .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: -10px;
}
@media (max-width: 748px) {
  #c-compare-product .c-center .c-list {
    flex-wrap: wrap;
  }
}
#c-compare-product .c-center .c-list li {
  width: 33.333333%;
  max-width: 200px;
  padding: 0 10px;
}
@media (max-width: 748px) {
  #c-compare-product .c-center .c-list li {
    width: 100%;
    padding: 0 0 10px;
  }
}
#c-compare-product .c-center .c-list li .c-wrap {
  position: relative;
  text-align: center;
}
#c-compare-product .c-center .c-list li .c-wrap .c-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/close.png) no-repeat center / 14px auto;
  cursor: pointer;
}
#c-compare-product .c-center .c-list li .c-wrap .c-img {
  margin-bottom: 5px;
  width: 100%;
  height: 150px;
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 748px) {
  #c-compare-product .c-center .c-list li .c-wrap .c-img {
    padding: 10px;
    height: 90px;
  }
}
#c-compare-product .c-center .c-list li .c-wrap .c-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-compare-product .c-right {
  flex-shrink: 0;
}
@media (max-width: 748px) {
  #c-compare-product .c-right {
    padding: 10px 0;
    width: 100%;
  }
}
#c-compare-product .c-right .c-box1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 748px) {
  #c-compare-product .c-right .c-box1 {
    margin-bottom: 10px;
    justify-content: space-between;
  }
}
#c-compare-product .c-right .c-box1 .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
}
#c-compare-product .c-right .c-box1 .c-btn2 {
  margin-left: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  background: url(../images/down-arrow.png) no-repeat center / 16px auto;
}
#c-compare-product .c-right .c-box2 {
  text-align: right;
}
@media (max-width: 748px) {
  #c-compare-product .c-right .c-box2 {
    text-align: center;
  }
}
#c-compare-product .c-right .c-box2 .c-num-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background: #78bc27;
  height: 40px;
  padding: 0 10px 0 20px;
  border-radius: 20px;
  color: #fff;
}
@media (max-width: 748px) {
  #c-compare-product .c-right .c-box2 .c-num-wrap {
    display: flex;
  }
}
#c-compare-product .c-right .c-box2 .c-num-wrap .c-num {
  margin-left: 40px;
  color: #78bc27;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
/* 视频弹窗 */
#hi-iframe-video {
  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-iframe-video * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-iframe-video .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-iframe-video .hi-close:after,
#hi-iframe-video .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-iframe-video .hi-close:hover {
  background: #78bc27;
}
#hi-iframe-video .hi-close:hover:after,
#hi-iframe-video .hi-close:hover:before {
  background: #fff;
}
#hi-iframe-video .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-iframe-video .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-iframe-video iframe {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100vh;
  height: 60vh;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 972px) {
  #hi-iframe-video iframe {
    width: 90vw;
    height: 60vw;
  }
}
#c-announcements {
  padding: 0.8rem 0;
  min-height: 60vh;
  background: url(../images/Announcements-bj.jpg) no-repeat center / cover;
}
@media (max-width: 748px) {
  #c-announcements {
    padding: 3rem 0;
  }
}
#c-announcements .c-list li {
  margin-bottom: 0.3rem;
}
@media (max-width: 748px) {
  #c-announcements .c-list li {
    margin-bottom: 0.8rem;
  }
}
#c-announcements .c-list li:last-child {
  margin-bottom: 0.6rem;
}
#c-announcements .c-list li .c-wrap {
  display: flex;
  align-items: center;
  padding: 0.45rem;
  background-color: #fff;
}
#c-announcements .c-list li .c-wrap .c-box1 {
  flex-shrink: 0;
  width: 60px;
  height: 70px;
}
@media (max-width: 748px) {
  #c-announcements .c-list li .c-wrap .c-box1 {
    display: none;
  }
}
#c-announcements .c-list li .c-wrap .c-box1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-announcements .c-list li .c-wrap .c-box2 {
  padding: 0 0.3rem;
  width: 100%;
  font-family: "MyriadPro-Regular";
}
#c-announcements .c-list li .c-wrap .c-box2 .c-time {
  font-size: 20px;
}
@media (max-width: 1580px) {
  #c-announcements .c-list li .c-wrap .c-box2 .c-time {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  #c-announcements .c-list li .c-wrap .c-box2 .c-time {
    margin-bottom: 0.1rem;
    font-size: 12px;
  }
}
#c-announcements .c-list li .c-wrap .c-box2 .c-title {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  #c-announcements .c-list li .c-wrap .c-box2 .c-title {
    font-size: 22px;
  }
}
@media (max-width: 748px) {
  #c-announcements .c-list li .c-wrap .c-box2 .c-title {
    font-size: 16px;
  }
}
#c-announcements .c-list li .c-wrap .c-box3 .c-btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
#c-announcements .c-list li .c-wrap .c-box3 .c-btn span:nth-child(1) {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/xz-ico2.png) no-repeat center / 100%;
}
#c-announcements .c-list li .c-wrap .c-box3 .c-btn span:nth-child(2) {
  margin-left: 5px;
  color: #78bc27;
}
#c-report {
  padding: 0.8rem 0;
}
@media (max-width: 748px) {
  #c-report {
    padding: 3rem 0;
  }
}
#c-report .c-list-wrap .mCSB_scrollTools {
  opacity: 0;
}
#c-report .c-list1 {
  position: relative;
  white-space: nowrap;
}
#c-report .c-list1::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 748px) {
  #c-report .c-list1::before {
    top: 4px;
  }
}
#c-report .c-list1 li {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.4rem;
}
#c-report .c-list1 li.on a {
  color: #78bc27;
}
#c-report .c-list1 li a {
  display: block;
  text-align: center;
  font-size: 40px;
  font-family: "MyriadPro-Regular";
  line-height: 1;
  color: #474b4f;
}
@media (max-width: 748px) {
  #c-report .c-list1 li a {
    font-size: 24px;
  }
}
#c-report .c-list1 li a::before {
  content: "";
  margin: 0 auto 0.2rem;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #78bc27;
}
@media (max-width: 748px) {
  #c-report .c-list1 li a::before {
    width: 10px;
    height: 10px;
  }
}
#c-report .c-list1 li a:hover {
  color: #474b4f;
}
#c-report .c-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.8rem;
  margin: 0 -0.4rem -0.8rem;
}
@media (max-width: 748px) {
  #c-report .c-list2 {
    padding-top: 3rem;
    margin: 0 -0.4rem;
  }
}
#c-report .c-list2 li {
  padding: 0 0.4rem 0.8rem;
  width: 50%;
}
@media (max-width: 748px) {
  #c-report .c-list2 li {
    padding: 0 0.4rem 1.4rem;
  }
}
#c-report .c-list2 li .c-wrap {
  display: flex;
  align-content: center;
}
@media (max-width: 748px) {
  #c-report .c-list2 li .c-wrap {
    flex-wrap: wrap;
  }
}
#c-report .c-list2 li .c-wrap .c-img-box {
  position: relative;
  width: 25%;
  flex-shrink: 0;
}
@media (max-width: 748px) {
  #c-report .c-list2 li .c-wrap .c-img-box {
    width: 100%;
  }
}
#c-report .c-list2 li .c-wrap .c-img-box::before {
  content: "";
  display: block;
  padding-top: 140%;
}
#c-report .c-list2 li .c-wrap .c-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-report .c-list2 li .c-wrap .c-text-box {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  padding: 0.2rem 0.4rem;
  margin-left: 0.8rem;
  border-left: 1px solid #ebebeb;
}
@media (max-width: 748px) {
  #c-report .c-list2 li .c-wrap .c-text-box {
    margin: 0;
    border: 0;
    padding: 0.4rem 0 0;
  }
}
#c-report .c-list2 li .c-wrap .c-text-box .c-title {
  margin-bottom: 0.1rem;
  width: 100%;
  font-size: 30px;
  font-family: "MyriadPro-Regular";
  line-height: 1.2;
}
@media (max-width: 1580px) {
  #c-report .c-list2 li .c-wrap .c-text-box .c-title {
    font-size: 28px;
  }
}
@media (max-width: 748px) {
  #c-report .c-list2 li .c-wrap .c-text-box .c-title {
    margin-bottom: 0.2rem;
    font-size: 18px;
  }
}
#c-report .c-list2 li .c-wrap .c-text-box .c-btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
#c-report .c-list2 li .c-wrap .c-text-box .c-btn span:nth-child(1) {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/xz-ico2.png) no-repeat center / 100%;
}
#c-report .c-list2 li .c-wrap .c-text-box .c-btn span:nth-child(2) {
  margin-left: 5px;
  color: #474b4f;
  transition: all 0.3s;
}
#c-report .c-list2 li .c-wrap .c-text-box .c-btn:hover span {
  color: #78bc27;
}
#c-investor1 {
  padding: 0.8rem 0;
  font-family: "MyriadPro-Regular";
  background-color: #f8f9fb;
}
@media (max-width: 748px) {
  #c-investor1 {
    padding: 3rem 0;
  }
}
#c-investor1 .c-top .c-title {
  margin-bottom: 0.4rem;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-investor1 .c-top .c-title {
    font-size: 36px;
  }
}
@media (max-width: 748px) {
  #c-investor1 .c-top .c-title {
    font-size: 1.4rem;
  }
}
#c-investor1 .c-bottom {
  display: flex;
  align-items: center;
}
@media (max-width: 1900px) {
  #c-investor1 .c-bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 1580px) {
  #c-investor1 .c-bottom {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1260px) {
  #c-investor1 .c-bottom {
    flex-wrap: wrap;
  }
}
#c-investor1 .c-bottom .c-title2 {
  margin-bottom: 0.1rem;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  #c-investor1 .c-bottom .c-title2 {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-investor1 .c-bottom .c-title2 {
    font-size: 18px;
  }
}
#c-investor1 .c-bottom .c-text {
  font-size: 24px;
  color: #78bc27;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  #c-investor1 .c-bottom .c-text {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-investor1 .c-bottom .c-text {
    font-size: 18px;
  }
}
#c-investor1 .c-bottom .c-box1 {
  flex-shrink: 0;
  margin-right: 1rem;
}
@media (max-width: 1260px) {
  #c-investor1 .c-bottom .c-box1 {
    margin-bottom: 0.2rem;
    width: 100%;
    text-align: center;
  }
}
#c-investor1 .c-bottom .c-box1 .c-title {
  font-size: 36px;
}
@media (max-width: 1580px) {
  #c-investor1 .c-bottom .c-box1 .c-title {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  #c-investor1 .c-bottom .c-box1 .c-title {
    font-size: 20px;
  }
}
#c-investor1 .c-bottom .c-box2 {
  width: 100%;
}
#c-investor1 .c-bottom .c-box2 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -0.4rem;
  text-align: center;
}
@media (max-width: 748px) {
  #c-investor1 .c-bottom .c-box2 .c-list {
    flex-wrap: wrap;
    margin: 0 -0.4rem -0.8rem;
  }
}
#c-investor1 .c-bottom .c-box2 .c-list li {
  padding: 0 0.4rem;
}
@media (max-width: 748px) {
  #c-investor1 .c-bottom .c-box2 .c-list li {
    padding: 0 0.4rem 0.8rem;
    width: 100%;
  }
}
#c-investor2 {
  padding: 0.8rem 0;
}
@media (max-width: 748px) {
  #c-investor2 {
    padding: 3rem 0;
  }
}
#c-investor2 .mCSB_scrollTools {
  opacity: 0;
}
#c-investor2 .c-list1 {
  position: relative;
  white-space: nowrap;
}
#c-investor2 .c-list1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.4);
}
#c-investor2 .c-list1 li {
  position: relative;
  padding-bottom: 0.2rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  font-family: "MyriadPro-Regular";
  border-bottom: 2px solid transparent;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1580px) {
  #c-investor2 .c-list1 li {
    font-size: 36px;
  }
}
@media (max-width: 972px) {
  #c-investor2 .c-list1 li {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-investor2 .c-list1 li {
    font-size: 18px;
  }
}
#c-investor2 .c-list1 li:last-child {
  margin: 0;
}
#c-investor2 .c-list1 li.on {
  color: #78bc27;
  border-color: #78bc27;
}
#c-investor2 .c-list2 {
  margin-top: 0.4rem;
}
#c-investor2 .c-list2 > li {
  display: none;
}
#c-investor2 .c-list2 > li.on {
  display: block;
}
#c-investor2 .c-list2 > li .c-main {
  display: flex;
  align-items: center;
}
@media (max-width: 748px) {
  #c-investor2 .c-list2 > li .c-main {
    flex-wrap: wrap;
  }
}
#c-investor2 .c-list2 > li .c-main .c-img-box {
  width: 38%;
  height: 300px;
}
@media (max-width: 1580px) {
  #c-investor2 .c-list2 > li .c-main .c-img-box {
    width: 45%;
    height: auto;
  }
}
#c-investor2 .c-list2 > li .c-main .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-investor2 .c-list2 > li .c-main .c-img-box {
    width: 100%;
  }
}
#c-investor2 .c-list2 > li .c-main .c-list-box {
  padding: 0 1.5rem;
  width: 62%;
}
@media (max-width: 1580px) {
  #c-investor2 .c-list2 > li .c-main .c-list-box {
    width: 55%;
  }
}
@media (max-width: 972px) {
  #c-investor2 .c-list2 > li .c-main .c-list-box {
    padding: 0 0 0 1rem;
  }
}
@media (max-width: 748px) {
  #c-investor2 .c-list2 > li .c-main .c-list-box {
    width: 100%;
    padding: 0.6rem 0 0;
  }
}
#c-investor2 .c-list2 > li .c-main .c-list-box .c-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
@media (max-width: 748px) {
  #c-investor2 .c-list2 > li .c-main .c-list-box .c-list li {
    margin-bottom: 0.4rem;
  }
}
#c-investor2 .c-list2 > li .c-main .c-list-box .c-list li .c-title {
  padding-right: 0.4rem;
  font-size: 24px;
  line-height: 1.2;
  font-family: "MyriadPro-Regular";
}
@media (max-width: 1580px) {
  #c-investor2 .c-list2 > li .c-main .c-list-box .c-list li .c-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-investor2 .c-list2 > li .c-main .c-list-box .c-list li .c-title {
    font-size: 16px;
  }
}
#c-investor2 .c-list2 > li .c-main .c-list-box .c-list li .c-btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
#c-investor2 .c-list2 > li .c-main .c-list-box .c-list li .c-btn span:nth-child(1) {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/xz-ico2.png) no-repeat center / 100%;
}
#c-investor2 .c-list2 > li .c-main .c-list-box .c-list li .c-btn span:nth-child(2) {
  margin-left: 5px;
  color: #474b4f;
  transition: all 0.3s;
}
#c-investor2 .c-list2 > li .c-main .c-list-box .c-list li .c-btn:hover span {
  color: #78bc27;
}
#c-investor2 .c-list2 > li .c-main .c-list-box .c-more {
  font-size: 20px;
  color: #78bc27;
}
@media (max-width: 1580px) {
  #c-investor2 .c-list2 > li .c-main .c-list-box .c-more {
    font-size: 18px;
  }
}
#c-investor3 {
  padding-bottom: 0.8rem;
}
@media (max-width: 748px) {
  #c-investor3 {
    padding-bottom: 3rem;
    color: #fff;
  }
}
#c-investor3 .c-box {
  position: relative;
  overflow: hidden;
}
#c-investor3 .c-box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-investor3 .c-box img {
    left: auto;
    right: 0;
    width: auto;
  }
}
#c-investor3 .c-box .c-wrap {
  position: relative;
  z-index: 5;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  font-family: "MyriadPro-Regular";
}
@media (max-width: 748px) {
  #c-investor3 .c-box .c-wrap {
    flex-wrap: wrap;
  }
}
#c-investor3 .c-box .c-wrap .c-title {
  margin-right: 1rem;
  font-size: 40px;
}
@media (max-width: 1580px) {
  #c-investor3 .c-box .c-wrap .c-title {
    font-size: 36px;
  }
}
@media (max-width: 748px) {
  #c-investor3 .c-box .c-wrap .c-title {
    font-size: 1.4rem;
    width: 100%;
  }
}
#c-investor3 .c-box .c-wrap .c-text {
  font-size: 20px;
}
@media (max-width: 748px) {
  #c-investor3 .c-box .c-wrap .c-text {
    font-size: 16px;
  }
}
.Armatura #c-product .c-right .c-top .c-wrap input,
.Armatura #c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-box1 a:hover,
.Armatura #c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-car:hover,
.Armatura #c-product .c-right .c-center .c-banner4 .c-list li .c-checked:checked,
.Armatura .x-show-por .c-container .x-left .x-botton .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active,
.Armatura .x-show-por5 .c-container .x-add1,
.Armatura .x-show-por6 .c-container .x-por-ul2 li .x-li-p1 {
  border-color: #00558c;
}
.Armatura #c-header .Armatura .c-product .c-p-close,
.Armatura #c-product .c-right .c-top .c-wrap button,
.Armatura #c-product .c-right .c-bottom .c-list li .c-wrap .c-img-box .c-tag:nth-child(2),
.Armatura #c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-box1 a::before,
.Armatura #c-product .c-right .c-bottom .c-list li .c-wrap .c-text-box .c-btn-box .c-car::before,
.Armatura #c-product .c-right .c-center .c-banner4 .c-list li .c-checked:checked,
.Armatura .x-show-por .c-container .x-right .x-right-a a::before,
.Armatura .x-show-por .c-container .x-left .x-botton .swiper-button-next:hover,
.Armatura .x-show-por .c-container .x-left .x-botton .swiper-button-prev:hover,
.Armatura .x-show-por2 .c-container a::before,
.Armatura .x-show-por5 .c-container .x-add1::before,
.Armatura .x-show-por6 .c-container .x-por-ul2 li:hover .x-li-p1 {
  background-color: #00558c;
}
.Armatura #c-product .c-right .c-top .c-wrap button::before {
  background: #004b7c;
}
.Armatura #c-product .c-right .c-center .c-banner4 .c-list li .c-checked:checked + span,
.Armatura .x-show-por5 .c-container .x-add1,
.Armatura .x-show-por6 .c-container .x-por-ul2 li .x-li-p1,
.Armatura .x-show-por6 .c-container .x-por-ul2 li:hover .x-li-p4 a,
.Armatura .x-show-por5 .c-container ul li.on p {
  color: #00558c;
}
.Armatura #c-share .a2a_kit a:hover svg path {
  fill: #00558c;
}
.Armatura .x-show-por5 .c-container .x-add1 i {
  background-image: url(../images/x-co2-1-a.png);
}
.Armatura .x-show-por5 .c-container .x-add1:hover i {
  background-image: url(../images/x-co2.png);
}
.Armatura .x-show-por6 .c-container .x-por-ul2 li:hover .x-li-p4 a span:nth-child(1) {
  background-image: url(../images/xz-ico2-a.png);
}
