﻿
/*初始化*/
* {
  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);
}
html,
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
div,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
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;
}
/*公共样式*/
.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: 87.5%;
}
.c-container2 {
  position: relative;
  margin: 0 auto;
  width: 70.833333%;
}
@media (max-width: 1580px) {
  .c-container2 {
    width: 87.5%;
  }
}
@media (max-width: 991px) {
  .c-container2 {
    padding: 0 20px;
    width: 100%;
  }
}
/* body.c-open {
    position: fixed;
    left: 0;
    width: 100%;
} */
.c-ptb120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.c-pt120 {
  padding-top: 120px;
}
.c-pb120 {
  padding-bottom: 120px;
}
/*字体大小*/
.c-font14 {
  font-size: 14px;
  line-height: 24px;
}
.c-font16 {
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .c-font16 {
    font-size: 14px;
    line-height: 24px;
  }
}
.c-font18 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  .c-font18 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .c-font18 {
    font-size: 14px;
    line-height: 24px;
  }
}
.c-font40 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1580px) {
  .c-font40 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .c-font40 {
    font-size: 24px;
    line-height: 34px;
  }
}
.c-font48 {
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  .c-font48 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .c-font48 {
    font-size: 24px;
    line-height: 34px;
  }
}
.c-font52 {
  font-size: 52px;
  line-height: 62px;
}
@media (max-width: 1580px) {
  .c-font52 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .c-font52 {
    font-size: 30px;
    line-height: 40px;
  }
}
/*字体粗细*/
.c-font-normal {
  font-weight: normal;
}
.c-font-bold {
  font-weight: bold;
}
/*背景颜色*/
.c-bgColor1 {
  background-color: #fff;
}
.c-bgColor2 {
  background-color: #faf8f6;
}
/*层级*/
.c-zIndex1 {
  position: relative;
  z-index: 1;
}
.c-zIndex5 {
  position: relative;
  z-index: 5;
}
.c-zIndex10 {
  position: relative;
  z-index: 5;
}
.c-zIndex15 {
  position: relative;
  z-index: 5;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
/* 动画 */
@-webkit-keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-360deg);
  }
}
@-webkit-keyframes rotate3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 135px;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 101px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  padding: 5px 0 10px;
  width: 100%;
  line-height: 26px;
  text-align: center;
  color: #333;
  background: #fff;
  transition: all 0.5s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header a {
  color: #333;
  transition: all 0.5s;
}
/* #c-header.c-style2 a {
    color: #666;
} */
#c-header .c-top {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 200px;
  margin: 0 auto;
}
#c-header .c-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  transition: all 0.5s;
}
.c-head-move #c-header .c-bottom {
  margin-top: -30px;
}
.c-head-move #c-header .c-nav {
  display: none;
}
/*顶部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 img {
  height: 75px;
  transition: 0.5s;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.c-head-move #c-header .c-logo img {
  height: 45px;
}
/*顶部pc导航*/
#c-header .c-nav {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav > li {
  margin-right: 50px;
  padding-bottom: 30px;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-list-box {
  display: none;
  position: fixed;
  top: 135px;
  left: 0;
  width: 100%;
  padding: 0 1.2rem;
  background: #fff;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header .c-list-box .c-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
#c-header .c-list-box .c-list li {
  padding: 0 10px;
}
#c-header .c-list-box .c-list a {
  display: block;
}
#c-header .c-list-box .c-list .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  overflow: hidden;
}
#c-header .c-list-box .c-list .c-img-box img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
}
#c-header .c-list-box .c-list a:hover .c-img-box img {
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
}
#c-header .c-list-box .c-list .c-title {
  padding-top: 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  transition: 0.5s;
}
#c-header .c-list-box2 {
  display: none;
  position: fixed;
  top: 135px;
  left: 0;
  width: 100%;
  padding: 60px 2.7rem;
  background: #fff;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  max-height: calc(100vh - 135px);
  overflow-y: auto;
}
#c-header .c-list-box2 .c-list-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#c-header .c-list-box2 .c-lt {
  padding-right: 60px;
  border-right: 1px solid #ddd;
  width: 45%;
}
#c-header .c-list-box2 .c-lt .c-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
#c-header .c-list-box2 .c-lt .c-list2 {
  display: flex;
  align-items: flex-start;
}
#c-header .c-list-box2 .c-lt .c-list2 li {
  padding-right: 20px;
  width: 20%;
  font-size: 14px;
  line-height: 24px;
}
#c-header .c-list-box2 .c-lt .c-list > li:nth-last-child(2) li:last-child {
  width: 40%;
}
#c-header .c-list-box2 .c-lt .c-list2 li a {
  font-weight: bold;
}
#c-header .c-list-box2 .c-lt .c-list a:hover {
  color: #005f61 !important;
}
#c-header .c-list-box2 .c-lt .c-list > li {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
#c-header .c-list-box2 .c-lt .c-list > li:last-child {
  border: 0;
}
#c-header .c-list-box2 .c-lt .c-list .c-more {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}
#c-header .c-list-box2 .c-gt {
  width: 54%;
}
#c-header .c-list-box2 .c-gt .c-list {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#c-header .c-list-box2 .c-gt .c-list li {
  padding: 0 10px 40px;
  width: 25%;
}
#c-header .c-list-box2 .c-gt .c-list a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
#c-header .c-list-box2 .c-gt .c-list a .c-title {
  transition: 0.5s;
}
#c-header .c-list-box2 .c-gt .c-list a:hover .c-title {
  color: #005f61;
}
#c-header .c-list-box2 .c-gt .c-list a .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  margin-bottom: 10px;
  overflow: hidden;
}
#c-header .c-list-box2 .c-gt .c-list a .c-img-box img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
  transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
}
#c-header .c-list-box2 .c-gt .c-list a:hover .c-img-box img {
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
}
/* #c-header .c-nav li a {
    position: relative;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
} */
/* #c-header .c-nav>li>a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #005f61;
    transition: .5s;
} */
/* #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, .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 a {
    color: #666;
} */
#c-header.c-style2 .c-nav > li.on > a,
#c-header .c-nav > li:hover > a {
  color: #005f61;
}
/* 
#c-header.c-style2 .c-nav li.on>a::before,
#c-header .c-nav>li:hover>a::before {
    width: 100%;
} */
#c-nav-mask {
  display: none;
  position: fixed;
  z-index: 899;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: fixed;
  top: 135px;
  left: -380px;
  height: calc(100vh - 135px);
  padding: 0 0.5rem 0 1.2rem;
  font-size: 14px;
  line-height: 54px;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1920px) {
  #c-header .c-nav2 {
    left: -3.9rem;
  }
}
.c-head-move #c-header .c-nav2 {
  top: 80px;
  height: calc(100vh - 80px);
}
@media (max-width: 991px) {
  .c-head-move #c-header .c-nav2 {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.c-open #c-header .c-nav2 {
  left: 0;
}
#c-header .c-nav2 > li > a {
  font-size: 16px;
}
#c-header .c-nav2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 > li {
  min-width: 210px;
  border-bottom: 1px solid #ddd;
}
#c-header .c-nav2 > li:first-child {
  margin-top: 50px;
}
#c-header .c-nav2 > li:last-child {
  margin-bottom: 70px;
}
#c-header .c-nav2 li:hover > a,
#c-header .c-nav2 li.on > a {
  color: #005f61;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: 0.5s;
}
#c-header .c-nav2 li.on a i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#c-header .c-nav2 li ul {
  padding-bottom: 20px;
  display: none;
  text-align: left;
}
#c-header .c-nav2 li ul a {
  display: inline;
  padding-left: 15px;
}
#c-header .c-nav2 li li li a {
  padding-left: 30px;
}
/*顶部导航开关*/
#c-header .c-switch-wrap {
  display: flex;
  align-items: center;
  line-height: 26px;
}
#c-header .c-switch-box {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 26px;
}
#c-header .c-switch-box p span:last-child {
  display: none;
}
#c-header .c-switch-box p span {
  transition: 0.5s;
}
#c-header .c-switch-box:hover p span {
  color: #005f61;
}
#c-header .c-switch-wrap .c-phone {
  border-left: 1px solid #999;
  margin-left: 30px;
  padding-left: 30px;
  line-height: 16px;
}
.c-open #c-header .c-switch-box p span:first-child,
#c-header .c-switch-box p span:last-child {
  display: none;
}
.c-open #c-header .c-switch-box p span:last-child {
  display: block;
}
#c-header .c-switch {
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 14px;
}
#c-header .c-switch i {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch-box:hover .c-switch i {
  background: #005f61;
}
#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) {
  top: 50%;
  margin-top: -1px;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  margin-top: -1px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  margin-bottom: -1px;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-ss {
  padding-left: 30px;
  line-height: 30px;
  background: url(../image/tb-ico1.png) no-repeat left center / 16px auto;
  transition: 0.3s;
}
#c-header .c-gn .c-ss:hover {
  color: #005f61;
  background-image: url(../image/tb-ico1-h.png);
}
#c-header .c-gn form {
  padding: 0 4px;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form .c-text {
  padding-left: 30px;
  line-height: 30px;
  background: url(../image/tb-ico1.png) no-repeat left center / 16px auto;
  transition: 0.3s;
}
#c-header .c-gn form .c-text:hover {
  color: #005f61;
  background-image: url(../image/tb-ico1-h.png);
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 60px;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form > i {
  transition: 0.5s;
}
#c-header .c-gn form input {
  float: left;
  padding: 0 15px;
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form button {
  float: left;
  width: 70px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #005f61;
  cursor: pointer;
}
#c-header .c-gn form:hover > i {
  color: #005f61;
}
#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;
}
#c-header.c-style2 .c-gn .c-phone i {
  border: 1px solid rgba(222, 47, 9, 0.2);
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone {
  color: #005f61;
}
#c-header .c-gn .c-yh {
  margin: 0 40px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../image/tb-ico2.png) no-repeat center / 16px auto;
}
#c-header .c-gn .c-yh:hover {
  background-image: url(../image/tb-ico2-h.png);
}
#c-header .c-gn .c-yy {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
}
#c-header .c-gn .c-yy > div {
  width: 100%;
  height: 100%;
  background: url(../image/tb-ico3.png) no-repeat center / 16px auto;
  cursor: pointer;
}
#c-header .c-gn .c-yy:hover > div {
  background-image: url(../image/tb-ico3-h.png);
}
#c-header .c-gn .c-yy .c-list {
  display: none;
  position: absolute;
  top: 53px;
  left: 50%;
  width: 80px;
  padding: 7px 10px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  #c-header .c-gn .c-yy .c-list {
    top: 43px;
    left: 50%;
    width: 64px;
  }
}
#c-header .c-gn .c-yy .c-list li {
  line-height: 30px;
}
#c-header .c-gn .c-yy .c-list li a:hover {
  color: #005f61;
}
#c-header .c-search {
  display: none;
  position: fixed;
  top: 135px;
  left: 0;
  padding: 14px 0;
  width: 100%;
  background: #f5f5f5;
  line-height: auto;
}
@media (max-width: 991px) {
  #c-header .c-search {
    top: 101px;
  }
}
#c-header .c-search .c-container {
  height: 73px;
}
@media (max-width: 991px) {
  #c-header .c-search .c-container {
    height: 40px;
  }
}
#c-header .c-search .c-close {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../image/close4.png) no-repeat center / 100%;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-search .c-close {
    right: 20px;
  }
}
#c-header .c-search .c-box {
  display: flex;
  align-items: flex-start;
  height: 75px;
  margin: 0 auto;
  width: 70%;
  max-width: 1000px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  #c-header .c-search .c-box {
    margin: 0;
    height: 40px;
    width: -webkit-calc(60%);
    width: calc(100% - 40px);
  }
}
#c-header .c-search .c-box input {
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
  height: 100%;
  line-height: 100%;
}
#c-header .c-search .c-box button {
  float: left;
  width: 70px;
  height: 100%;
  line-height: 100%;
  color: #005f61;
  cursor: pointer;
}
.c-head-move #c-header .c-search {
  top: 80px;
}
@media (max-width: 991px) {
  .c-head-move #c-header .c-search {
    top: 56px;
  }
}
/* 登录 */
#c-header .c-login {
  position: fixed;
  top: 135px;
  right: -500px;
  width: 500px;
  max-width: 100%;
  height: calc(100vh - 135px);
  background: #fff;
  text-align: left;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  transition: all 0.5s;
}
.c-head-move #c-header .c-login {
  top: 80px;
  height: calc(100vh - 80px);
}
@media (max-width: 991px) {
  .c-head-move #c-header .c-login {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.c-open2 #c-header .c-login {
  right: 0;
}
#c-header .c-login .c-box {
  padding: 55px;
}
#c-header .c-login .c-title,
#c-header .c-login .c-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
#c-header .c-login .c-text {
  margin: 30px 0 5px;
}
#c-header .c-login input {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 20px;
}
#c-header .c-login button {
  width: 100%;
  height: 60px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  background: #005f61;
  cursor: pointer;
}
#c-header .c-login .c-mm {
  display: inline-block;
  margin: 25px 0;
  text-decoration: underline;
  cursor: pointer;
}
#c-header .c-login .c-mm:hover {
  color: #005f61;
}
#c-header .c-login .c-text.c-dt {
  margin: 55px 0 20px;
}
#c-header .c-login .c-text2 {
  line-height: 26px;
}
#c-header .c-login .c-zc {
  display: block;
  width: 200px;
  border: 1px solid #ddd;
  color: #005f61;
  transition: all 0.5s;
  border-radius: 3px;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  margin-top: 25px;
}
#c-header .c-login .c-zc:hover {
  background: #005f61;
  color: #fff;
  border-color: #005f61;
}
/*首页banner*/
#c-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#c-banner img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-banner video {
  /* position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  #c-banner video {
    display: none;
  }
  #c-banner img{
    display: block;
  }
}

#c-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#c-banner .c-jt {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 3;
  width: 18px;
  height: 18px;
  background: url(../image/jt1.png) no-repeat center / 100% auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
#c-banner .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  color: #fff;
}
#c-banner .c-text-box .c-title {
  margin-bottom: 20px;
}
/* 底部 */
#c-footer {
  color: #666;
}
#c-footer a {
  color: #666;
  transition: 0.5s;
}
#c-footer a:hover {
  color: #005f61 !important;
}
#c-footer .c-logo {
  display: block;
  margin-top: 5px;
}
#c-footer .c-logo img {
  width: 196px;
}
#c-footer .c-top-box {
  background: #faf8f6;
}
#c-footer .c-top-box .c-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
#c-footer .c-title 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;
  font-size: 14px;
  line-height: 24px;
}
#c-footer .c-text-box {
  font-size: 14px;
  line-height: 24px;
}
#c-footer .c-code {
  padding: 15px;
  width: 132px;
  border-radius: 5px;
  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 {
  display: flex;
  align-items: center;
}
#c-footer .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: 0.5s;
}
#c-footer .c-ico a img {
  width: 20px;
}
#c-footer .c-ico a img:last-child,
#c-footer .c-ico a:hover img:first-child {
  display: none;
}
#c-footer .c-ico a:hover img:last-child {
  display: block;
}
#c-footer .c-ico a:hover {
  background: #005f61;
}
#c-footer .c-weixin,#c-footer .c-douyin,#c-footer .c-xiaohongshu {
  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,#c-footer .c-douyin .c-img-box,#c-footer .c-xiaohongshu .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-footer .c-weixin .c-img-box img,#c-footer .c-douyin .c-img-box img,#c-footer .c-xiaohongshu .c-img-box img {
  width: 100%;
}
#c-footer .c-weixin .c-img-box .c-text,#c-footer .c-douyin .c-img-box .c-text,#c-footer .c-xiaohongshu .c-img-box .c-text {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #333;
}
#c-footer .c-bottom-box {
  padding: 35px 0;
  border-top: 1px solid #999;
  font-size: 14px;
  line-height: 24px;
  color: #7f7f7f;
  background: #222;
}
#c-footer .c-bottom-box .c-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box a {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
#c-footer form {
  display: flex;
  align-items: flex-start;
  width: 335px;
  padding: 30px 0 80px;
}
#c-footer form input {
  padding: 0 20px;
  width: 68%;
  height: 50px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  line-height: 48px;
}
#c-footer form button {
  width: 32%;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  background: #666;
  cursor: pointer;
  transition: 0.5s;
}
#c-footer form button:hover {
  background: #005f61;
}
/* 回到顶部 */
#c-go-top {
  opacity: 0.4;
  display: none;
  position: fixed;
  z-index: 5;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(https://www.emilechouriet.com/static/modules/cms/images/go-top.png) no-repeat center;
  transition: all 0.5s linear;
  background-size: 30px;
  border-radius: 50%;
}
#c-go-top:hover {
  opacity: 1;
}
/* 顶部banner */
#c-top-banner {
  height: 7.75rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  #c-top-banner {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  #c-top-banner {
    height: 14rem;
  }
}
#c-top-banner.c-dt {
  height: 5rem;
}
#c-top-banner.c-dt2 .c-text-box{
    margin-top: -.85rem;
}
@media (max-width: 991px) {
  #c-top-banner.c-dt {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  #c-top-banner.c-dt {
    height: 14rem;
  }
}
#c-top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.3); */
}
#c-top-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-top-banner video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  #c-top-banner video {
    display: none;
  }
}
#c-top-banner .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-top-banner .c-text-box .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  #c-top-banner .c-text-box .c-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  #c-top-banner .c-text-box .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
#c-top-banner .c-text-box .c-text {
  padding-top: 20px;
}
@media (max-width: 767px) {
  #c-top-banner .c-text-box .c-text {
    padding-top: 10px;
  }
}
#c-top-banner .c-text-box .c-play {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../image/play1.png) no-repeat center / 100%;
  cursor: pointer;
}
#c-top-banner .c-text-box .c-play:hover {
  background-image: url(../image/play2.png);
}
#c-top-banner .c-text-box .c-signOut {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
}
#c-top-banner .c-text-box .c-signOut:hover {
  color: #005f61;
}
#c-top-banner .c-text-box form {
  display: flex;
  align-items: flex-start;
  margin: 25px auto 0;
  width: 100%;
  height: 72px;
  max-width: 700px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1580px) {
  #c-top-banner .c-text-box form {
    max-width: 500px;
    height: 50px;
  }
}
#c-top-banner .c-text-box form input {
  padding: 0 30px;
  width: calc(100% - 156px);
  line-height: 72px;
  color: #333;
}
@media (max-width: 1580px) {
  #c-top-banner .c-text-box form input {
    padding: 0 20px;
    line-height: 50px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  #c-top-banner .c-text-box form input {
    width: 70%;
  }
}
#c-top-banner .c-text-box form button {
  width: 156px;
  height: 100%;
  background: #005f61 url(../image/ss-ico.png) no-repeat center / 20px auto;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-top-banner .c-text-box form button {
    width: 20%;
  }
}
@media (max-width: 767px) {
  #c-top-banner .c-text-box form button {
    width: 30%;
  }
}
#c-top-banner .c-btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 5;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: url(../image/jt1.png) no-repeat center / auto 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-top-banner .c-btn {
    bottom: 20px;
  }
}
/* 顶部菜单 */
#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 #005f61;
  transition: 0.5s;
}
#c-top-menu .c-list li.on a,
#c-top-menu .c-list li:hover a {
  color: #005f61;
}
#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li:hover a::before {
  width: 100%;
}
#c-top-menu.c-click-move .c-list li {
  width: 25%;
  margin: 0;
}
/* 地图 */
.c-map {
  opacity: 1;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.c-map.on {
  opacity: 1;
  z-index: 2!important;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #005f61;
}
.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-share .bshare-custom .bshare-weixin {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  transition: all 0.5s;
  background: url("../image/db-ico1.png") no-repeat center / auto 20px;
}
#c-share .bshare-custom .bshare-facebook {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.5s;
  background: url("../image/db-ico2.png") no-repeat center / auto 20px;
}
#c-share .bshare-custom .bshare-twitter {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.5s;
  background: url("../image/db-ico3.png") no-repeat center / auto 20px;
}
#c-share .bshare-custom .bshare-weixin:hover {
  background-color: #005f61;
  background-image: url("../image/db-ico1-h.png");
}
#c-share .bshare-custom .bshare-facebook:hover {
  background-color: #005f61;
  background-image: url("../image/db-ico2-h.png");
}
#c-share .bshare-custom .bshare-twitter:hover {
  background-color: #005f61;
  background-image: url("../image/db-ico3-h.png");
}
/* 上下页 */
#c-prevNext {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-prevNext a {
  max-width: 46%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  transition: 0.5s;
}
#c-prevNext a:hover {
  color: #005f61;
}
#c-prevNext .prev i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
#c-prevNext .next i {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
/* 分页 */
.c-page {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #666;
  font-size: 16px;
  line-height: 26px;
}
.c-page a {
  position: relative;
  margin: 10px;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  color: #666;
  transition: 0.5s;
}
.c-page a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #005f61;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.5s;
}
.c-page a:hover,
.c-page a.on {
  color: #005f61;
}
.c-page a:hover::before,
.c-page a.on::before {
  width: 100%;
}
/* 公共标题 */
.c-common-title {
  text-align: center;
}
.c-common-title .c-title {
  font-size: 36px;
  line-height: 70px;
  background-image: url(https://www.emilechouriet.com/static/modules/cms/images/bgxs2.png);
  background-repeat: no-repeat;
  background-position: left 57% center;
  color: #fff;
  background-size: auto 70px;
}
.c-common-title .c-text {
  padding-top: 0.15rem;
  font-size: 22px;
  line-height: 32px;
  color: #666;
}
/* 公共按钮 */
.c-common-btn1,
.c-common-btn2,
.c-common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  line-height: 50px;
  border: 1px solid #ddd;
  color: #333;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-common-btn1,
  .c-common-btn2,
  .c-common-btn {
    width: 120px;
    line-height: 40px;
  }
}
.c-common-btn2 {
  color: #fff;
  border-color: #fff;
}
.c-common-btn1 i,
.c-common-btn2 i,
.c-common-btn i {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url(../image/jt2.png) no-repeat center / 100% auto;
}
.c-common-btn2 i,
.c-common-btn2:hover i {
  background-image: url(../image/jt3.png);
}
.c-common-btn1:hover i {
  background-image: url(../image/jt3.png);
}
.c-common-btn:hover i {
  background-image: url(../image/jt3.png);
}
.c-common-btn1:hover,
.c-common-btn2:hover,
.c-common-btn:hover {
  border-color: #005f61;
  background: #005f61;
  color: #fff;
}
/* 艾米龙：来自日内瓦的高级制表品牌 */
#c-about .c-box {
  padding: 0 4rem 0 1.6rem;
}
#c-about .c-title {
  font-weight: normal;
}
#c-about .c-text {
  padding: 20px 0 35px;
}
/* 产品  */
#c-product .c-list {
  display: flex;
  align-items: center;
  overflow-y: auto;
  margin-bottom: 35px;
  flex-wrap: nowrap;
  justify-content: center;
}
#c-product .c-list li {
  flex: none;
  margin-right: 60px;
}
#c-product .c-list li:last-child {
  margin-right: 0;
}
#c-product .c-list a {
  display: block;
  line-height: 26px;
  color: #333;
  transition: all 0.5s;
}
#c-product .c-list li.on a,
#c-product .c-list li a:hover {
  font-weight: bold;
  color: #005f61;
}
.c-banenr1-wrap {
  position: relative;
}
.c-banner1 {
  opacity: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  padding: 0 0 0 1.2rem;
}
.c-banner1.on {
  position: relative;
  z-index: 5;
  opacity: 1;
}
.c-banner1 .c-wrap {
  display: block;
  position: relative;
}
.c-banner1 .c-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  transition: 0.5s;
  background: #fff;
}
.c-banner1 .c-img-box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  overflow: hidden;
  transition: 0.5s;
}
.c-banner1 img {
  width: 100%;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.c-banner1 .c-text-box {
  position: relative;
  z-index: 3;
  padding: 70px 30px;
  text-align: center;
}
.c-banner1 .c-text-box .c-title {
  font-size: 16px;
  line-height: 26px;
  color: #211f1f;
}
.c-banner1 .c-text-box .c-text {
  padding-top: 10px;
  line-height: 26px;
  color: #333;
}
.c-banner1 .c-wrap:hover::before {
  height: 100%;
}
.c-banner1 .c-wrap:hover .c-img-box {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.c-banner2-wrap {
  position: relative;
}
.c-banner2 .c-wrap {
  display: block;
}
.c-banner2 .c-wrap img {
  width: 100%;
  height: 9.3rem;
  object-fit: cover;
}
.c-banner2-wrap .c-box {
  position: absolute;
  z-index: 20;
  left: 0;
  width: 100%;
  bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.c-banner2-wrap .c-list {
  display: flex;
  align-items: flex-start;
  max-width: calc(100% - 36px);
  overflow-x: auto;
}
@media (max-width:991px) {
  .c-banner2-wrap .c-box {
    padding: 0 20px;
  } 
}
.c-banner2-wrap .c-list li {
  flex: none;
  position: relative;
  width: 110px;
  line-height: 1;
  text-align: center;
  margin-right: 20px;
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.5s;
}
@media (max-width:1260px) {
  .c-banner2-wrap .c-list li {
    width: 90px;
  } 
}
.c-banner2-wrap .c-list li:last-child {
  margin-right: 0;
}
.c-banner2-wrap .c-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0.5;
}
.c-banner2-wrap .c-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0s linear;
}
.c-banner2-wrap .c-list li.on {
  color: #fff;
}
.c-banner2-wrap .c-list li.on::after {
  width: 100%;
  transition: all 4s linear;
}
.c-banner2-wrap .c-btn {
  margin: 0 0 -7px 20px;
  width: 16px;
  height: 16px;
  background: url(../image/zt-ico.png) no-repeat center / 100% auto;
  cursor: pointer;
}
.c-banner2-wrap .c-btn.on {
  background-image: url(../image/bf-ico.png);
}
/* 关于2 */
#c-about2 .c-list li {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#c-about2 .c-list li:last-child {
  margin-bottom: 0;
}
#c-about2 .c-list .c-text-box {
  padding: 0 2.3rem 0 1.6rem;
  width: 52.4%;
}
#c-about2 .c-list .c-text-box .c-title {
  font-weight: normal;
  color: #211f1f;
}
#c-about2 .c-list .c-text-box .c-text {
  padding: 20px 0 35px;
}
#c-about2 .c-list .c-text-box .c-more {
  display: block;
  width: 210px;
  height: 60px;
  border: 1px solid #222222;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  color: #222;
  transition: 0.5s;
}
#c-about2 .c-list .c-video {
  position: relative;
  width: 47.6%;
  height: 5.4rem;
  overflow: hidden;
}
#c-about2 .c-list .c-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-about2 .c-list .c-video img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about2 .c-list li:nth-child(even) {
  flex-direction: row-reverse;
}
#c-about2 .c-list li:nth-child(even) .c-text-box {
  padding: 0 1.6rem 0 2.3rem;
}
/* 新闻中心 */
#c-common-news .c-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
#c-common-news .c-title-box .c-title {
  font-weight: normal;
}
#c-common-news .c-title-box .c-more {
  display: flex;
  align-items: center;
  line-height: 26px;
  color: #333;
  transition: 0.5s;
}
#c-common-news .c-title-box .c-more:hover {
  color: #005f61;
}
#c-common-news .c-title-box .c-more i {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url(../image/jt2.png) no-repeat center / 100% auto;
}
#c-common-news .c-title-box .c-more:hover i {
  background-image: url(../image/jt4.png);
}
#c-common-news .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#c-common-news .c-list li {
  width: 47.6%;
}
#c-common-news .c-list .c-wrap {
  display: block;
}
#c-common-news .c-list .c-wrap .c-img-box {
  height: 4rem;
  overflow: hidden;
}
#c-common-news .c-list .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#c-common-news .c-list .c-wrap .c-text-box .c-title {
  margin: 20px 0 10px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  word-break: break-all;
}
#c-common-news .c-list .c-wrap .c-text-box .c-more {
  font-size: 16px;
  line-height: 26px;
  color: #005f61;
  opacity: 0;
  transition: all 0.5s;
}
#c-common-news .c-list .c-wrap:hover .c-img-box img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}
#c-common-news .c-list .c-wrap:hover .c-text-box .c-more {
  opacity: 1;
}
/* 门店 */
#c-store {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#c-store > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-store::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#c-store .c-container {
  z-index: 2;
}
#c-store .c-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.7rem;
}
#c-store .c-wrap .c-title {
  font-weight: normal;
}
#c-store .c-wrap .c-text {
  padding: 20px 0 35px;
}
#c-store .c-common-btn2 {
  margin: 0 auto;
}
/* 探索 */
#c-explore .c-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#c-explore .c-wrap .c-title {
  font-weight: normal;
}
#c-explore .c-wrap .c-text {
  padding: 20px 0 35px;
}
#c-explore .c-wrap .c-common-btn {
  margin: 0 auto;
}
@media screen and (max-width: 1900px) {
  #c-header .c-gn form {
    padding: 0 15px;
  }
  #c-header .c-gn .c-phone i {
    margin: 0 5px 0 15px;
  }
}
@media screen and (max-width: 1580px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .c-ptb120 {
    padding: 80px 0;
  }
  .c-pt120 {
    padding-top: 80px;
  }
  .c-pb120 {
    padding-bottom: 80px;
  }
  #c-header .c-login .c-box {
    padding: 40px;
  }
  #c-header .c-login .c-text.c-dt {
    margin-top: 40px;
  }
  #c-header .c-list-box2 .c-gt .c-list {
    margin-bottom: -20px;
  }
  #c-header .c-list-box2 {
    padding: 30px 1.2rem;
  }
  #c-header .c-list-box2 .c-lt .c-list > li {
    padding: 20px 0;
  }
  #c-header .c-list-box2 .c-gt .c-list li {
    padding-bottom: 20px;
  }
  #c-header .c-list-box2 .c-lt .c-list2 li {
    font-size: 12px;
    line-height: 22px;
  }
  #c-header .c-list-box .c-list {
    padding: 60px 0;
  }
  #c-header .c-list-box2 .c-lt .c-list2 .c-abox div {
    margin-bottom: 0;
  }
  #c-header .c-list-box2 .c-lt .c-title,
  #c-header .c-list-box2 .c-lt .c-title2 {
    margin-bottom: 0px;
  }
  #c-header .c-list-box2 .c-gt .c-list a .c-img-box {
    height: 74px;
  }
  #c-common-news .c-title-box {
    margin-bottom: 40px;
  }
  .c-page {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 10px;
  }
  #c-header .c-gn form {
    padding: 0;
  }
  #c-header .c-gn .c-yh {
    margin: 0 20px;
  }
  #c-header .c-list-box .c-list .c-img-box {
    height: 110px;
  }
}
@media screen and (max-width: 991px) {
  .c-container {
    width: 100%;
    padding: 0 20px;
  }
  #c-header {
    padding: 15px 0;
    line-height: 60px;
  }
  #c-header .c-nav {
    display: none;
  }
  #c-header .c-switch {
    display: block;
  }
  #c-header .c-logo img {
    height: 30px;
  }
  #c-header .c-language {
    margin-right: 50px;
  }
  #c-header .c-language img {
    margin-right: 10px;
  }
  #c-header .c-language .c-list .c-item a {
    padding: 0 10px;
  }
  #c-header .c-language .c-list {
    width: 94px;
  }
  #c-go-top {
    bottom: 20px;
    right: 20px;
  }
  #c-about .c-box {
    padding: 0;
  }
  #c-about2 .c-list .c-text-box {
    padding: 0 40px 0 0;
  }
  #c-about2 .c-list li:nth-child(2n) .c-text-box {
    padding: 0 0 0 40px;
  }
  #c-footer form {
    padding: 30px 0;
  }
  .c-banner1 .c-img-box {
    height: 7rem;
  }
  #c-header .c-nav2 {
    padding: 0 20px;
    top: 101px;
    height: calc(100vh - 101px);
  }
  #c-header .c-nav2 > li:first-child {
    margin-top: 20px;
  }
  #c-header .c-nav2 > li:last-child {
    margin-bottom: 30px;
  }
  #c-header .c-nav2 > li > a {
    font-size: 14px;
  }
  #c-header .c-login {
    top: 101px;
    height: calc(100vh - 101px);
  }
  #c-header .c-nav2 li ul {
    line-height: 30px;
  }
  .c-head-move #c-header .c-logo img {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .c-ptb120 {
    padding: 60px 0;
  }
  .c-pt120 {
    padding-top: 60px;
  }
  .c-pb120 {
    padding-bottom: 60px;
  }
  #c-footer .c-list-box {
    width: 100%;
  }
  #c-footer .c-list-box .c-title {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  #c-footer .c-list-box .c-title 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 {
    padding-bottom: 5px;
  }
  #c-footer .c-text-box {
    line-height: 24px;
  }
  #c-footer .c-code {
    margin-top: 40px;
    width: 162px;
  }
  #c-footer .c-bottom-box {
    padding: 35px 0;
  }
  #c-prevNext {
    margin: -5px 0;
  }
  #c-prevNext a {
    margin: 5px 0;
  }
  #c-prevNext .prev i {
    margin-right: 10px;
  }
  #c-prevNext .next i {
    margin-left: 10px;
  }
  .c-page {
    padding-top: 30px;
  }
  .c-page a {
    display: none;
    width: 40px;
    line-height: 40px;
    color: #fff;
    background: #005f61;
  }
  .c-page a:hover {
    color: #fff;
  }
  .c-page .prev,
  .c-page .next {
    display: inline-block;
  }
  #c-header .c-gn form .c-box {
    position: fixed;
    top: 110px;
    right: 1%;
    width: 98%;
  }
  #c-banner .c-text-box .c-text {
    font-size: 14px;
    line-height: 24px;
  }
  #c-product .c-list li {
    margin-right: 20px;
  }
  .c-banner1 .c-text-box {
    padding: 30px;
  }
  .c-banner1 .c-img-box {
    height: 12rem;
  }
  .c-banner2-wrap .c-list li {
    width: auto;
  }
  .c-banner2-wrap .c-box {
    bottom: 20px;
  }
  .c-banner2 .c-wrap img {
    height: 14rem;
  }
  #c-about2 .c-list .c-text-box {
    padding: 0 0 30px 0 !important;
    width: 100%;
  }
  #c-about2 .c-list .c-video {
    width: 100%;
    height: 12rem;
  }
  #c-common-news .c-title-box {
    margin-bottom: 30px;
  }
  #c-common-news .c-list .c-wrap .c-text-box .c-title {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 24px;
  }
  #c-common-news .c-list .c-wrap .c-text-box .c-more {
    display: none;
  }
  #c-store .c-wrap {
    height: auto;
    min-height: 8rem;
  }
  #c-footer .c-logo {
    margin: 0 auto 30px;
  }
  #c-footer .c-wrap,
  #c-footer form {
    width: 100%;
  }
  #c-header .c-login .c-box {
    padding: 30px;
  }
  #c-header .c-login .c-text {
    margin: 10px 0 0;
  }
  #c-header .c-login input {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
  }
  #c-header .c-login .c-mm {
    margin: 10px 0;
    line-height: 1;
  }
  #c-header .c-login button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #c-header .c-login .c-text.c-dt {
    margin: 10px 0;
  }
  #c-header .c-login .c-zc {
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 14px;
  }
  #c-header .c-login .c-title,
  #c-header .c-login .c-text {
    font-size: 14px;
  }
  #c-header .c-switch-wrap .c-phone {
    display: none;
  }
  #c-banner .c-text-box .c-title {
    margin-bottom: 10px;
  }
  #c-about .c-text,
  #c-about2 .c-list .c-text-box .c-text,
  #c-store .c-wrap .c-text,
  #c-explore .c-wrap .c-text {
    padding: 10px 0 25px;
  }
  #c-header .c-gn .c-ss span {
    display: none;
  }
  #c-header .c-gn .c-ss {
    padding-left: 20px;
    height: 20px;
  }
  #c-header .c-gn .c-yh {
    margin: 0 4px;
    width: 20px;
    height: 20px;
  }
  #c-header .c-gn .c-yy {
    width: 20px;
    height: 20px;
  }
  .c-head-move #c-header .c-bottom {
    margin-top: -26px;
  }
}
#c-top-site {
  margin-bottom: -74px;
  padding: 25px 0;
  position: relative;
  z-index: 10;
  color: #fff;
}
#c-top-site a {
  color: #fff;
  transition: 0.5s;
}
#c-top-site a:hover {
  color: #005f61;
}
#c-top-site.c-dt {
  color: #666;
}
#c-top-site.c-dt a {
  color: #666;
}
#c-top-site.c-dt a:hover {
  color: #005f61;
}
#c-top-site span:last-child {
  display: none;
}
#c-product2-1 .c-top .c-text {
  padding: 20px 180px 35px 0;
}
@media (max-width: 767px) {
  #c-product2-1 .c-top .c-text {
    padding: 10px 0 25px;
  }
}
#c-product2-1 .c-more {
  margin: 0 auto;
}
.c-banner3-wrap {
  position: relative;
}
.c-banner3-wrap .c-banner3 {
  margin-bottom: 40px;
  padding: 20px 0 70px;
}
@media (max-width: 1580px) {
  .c-banner3-wrap .c-banner3 {
    padding: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  .c-banner3-wrap .c-banner3 {
    margin-bottom: 30px;
    padding: 20px 0 30px;
  }
}
.c-banner3-wrap .c-banner3 .c-wrap {
  display: block;
  color: #333;
  text-align: center;
}
.c-banner3-wrap .c-banner3 .c-wrap .c-img-box {
  height: 5.24rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .c-banner3-wrap .c-banner3 .c-wrap .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .c-banner3-wrap .c-banner3 .c-wrap .c-img-box {
    height: 10rem;
  }
}
.c-banner3-wrap .c-banner3 .c-wrap .c-img-box img {
  width: 100%;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all 1s;
}
.c-banner3-wrap .c-banner3 .c-wrap .c-title {
  font-size: 16px;
  line-height: 26px;
}
.c-banner3-wrap .c-banner3 .c-wrap:hover .c-img-box img {
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
}
.c-banner3-wrap .c-banner3 .swiper-pagination {
  top: auto;
  bottom: 0;
}
.c-banner3-wrap .c-banner3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #005f61;
}
.c-banner3-wrap .c-prev {
  position: absolute;
  top: 50%;
  left: -90px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../image/jt5.png) no-repeat center / 10px auto;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .c-banner3-wrap .c-prev {
    left: -70px;
  }
}
@media (max-width: 1260px) {
  .c-banner3-wrap .c-prev {
    display: none;
  }
}
.c-banner3-wrap .c-prev:hover {
  background: #005f61 url(../image/jt7.png) no-repeat center / 10px auto;
  box-shadow: 0px 5px 30px 0px rgba(2, 103, 133, 0.2);
}
.c-banner3-wrap .c-next {
  position: absolute;
  top: 50%;
  right: -90px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../image/jt6.png) no-repeat center / 10px auto;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .c-banner3-wrap .c-next {
    right: -70px;
  }
}
@media (max-width: 1260px) {
  .c-banner3-wrap .c-next {
    display: none;
  }
}
.c-banner3-wrap .c-next:hover {
  background: #005f61 url(../image/jt8.png) no-repeat center / 10px auto;
  box-shadow: 0px 5px 30px 0px rgba(2, 103, 133, 0.2);
}
#c-product2-2 {
  position: relative;
  background: #232323;
}
#c-product2-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.05;
}
#c-product2-2 video {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
.c-banner4-top {
  margin: 25px 0 20px;
}
.c-banner4-top .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-banner4-top .c-wrap .c-img-box {
  width: 50%;
  height: 6.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-banner4-top .c-wrap .c-img-box {
    width: 100%;
    height: 14rem;
  }
}
.c-banner4-top .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner4-top .c-wrap .c-text-box {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 88px;
}
@media (max-width: 1580px) {
  .c-banner4-top .c-wrap .c-text-box {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .c-banner4-top .c-wrap .c-text-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .c-banner4-top .c-wrap .c-text-box {
    width: 100%;
    padding: 20px;
  }
}
.c-banner4-top .c-wrap .c-text-box .c-title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-banner4-top .c-wrap .c-text-box .c-title {
    margin-bottom: 10px;
  }
}
.c-banner4-bottom {
  width: 100%;
  max-width: 620px;
}
@media (max-width: 991px) {
  .c-banner4-bottom {
    max-width: 100%;
  }
}
.c-banner4-bottom .c-wrap {
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
  opacity: 0.5;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .c-banner4-bottom .c-wrap {
    height: 2.4rem;
  }
}
.c-banner4-bottom .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner4-bottom .swiper-slide-thumb-active .c-wrap {
  opacity: 1;
}
.c-banner4-bottom .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
#c-product2-4 {
  position: relative;
}
#c-product2-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#c-product2-4 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-product2-4 .c-container2 {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #c-product2-4 .c-container2 {
    height: auto;
    min-height: 8rem;
  }
}
#c-product2-4 .c-container2 .c-font40 {
  line-height: 60px;
}
@media (max-width: 1580px) {
  #c-product2-4 .c-container2 .c-font40 {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  #c-product2-4 .c-container2 .c-font40 {
    line-height: 34px;
  }
}
#c-product2-5 .c-font40 {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-product2-5 .c-font40 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #c-product2-5 .c-font40 {
    margin-bottom: 30px;
  }
}
.c-banner5-wrap {
  position: relative;
}
.c-banner5-wrap .c-banner5 {
  padding-bottom: 60px;
}
@media (max-width: 1580px) {
  .c-banner5-wrap .c-banner5 {
    padding-bottom: 40px;
  }
}
.c-banner5-wrap .c-banner5 .c-wrap {
  display: block;
  color: #333;
  text-align: center;
}
.c-banner5-wrap .c-banner5 .c-wrap .c-img-box {
  height: 5.4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .c-banner5-wrap .c-banner5 .c-wrap .c-img-box {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .c-banner5-wrap .c-banner5 .c-wrap .c-img-box {
    height: 10rem;
  }
}
.c-banner5-wrap .c-banner5 .c-wrap .c-img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 1s;
}
.c-banner5-wrap .c-banner5 .c-wrap .c-title {
  font-size: 16px;
  line-height: 26px;
}
.c-banner5-wrap .c-banner5 .swiper-scrollbar {
  left: 0;
  width: 100%;
  bottom: 0;
}
.c-banner5-wrap .c-banner5 .swiper-scrollbar-drag {
  background: #005f61;
}
.c-banner5-wrap .c-prev {
  position: absolute;
  top: 50%;
  left: -90px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../image/jt5.png) no-repeat center / 10px auto;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .c-banner5-wrap .c-prev {
    left: -70px;
  }
}
@media (max-width: 1260px) {
  .c-banner5-wrap .c-prev {
    display: none;
  }
}
.c-banner5-wrap .c-prev:hover {
  background: #005f61 url(../image/jt7.png) no-repeat center / 10px auto;
  box-shadow: 0px 5px 30px 0px rgba(2, 103, 133, 0.2);
}
.c-banner5-wrap .c-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.c-banner5-wrap .c-next {
  position: absolute;
  top: 50%;
  right: -90px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../image/jt6.png) no-repeat center / 10px auto;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .c-banner5-wrap .c-next {
    right: -70px;
  }
}
@media (max-width: 1260px) {
  .c-banner5-wrap .c-next {
    display: none;
  }
}
.c-banner5-wrap .c-next:hover {
  background: #005f61 url(../image/jt8.png) no-repeat center / 10px auto;
  box-shadow: 0px 5px 30px 0px rgba(2, 103, 133, 0.2);
}
.c-banner5-wrap .c-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.c-banner6 img {
  width: 100%;
  height: 8rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-banner6 img {
    height: 12rem;
  }
}
.c-banner6 .swiper-pagination {
  bottom: 40px;
}
@media (max-width: 767px) {
  .c-banner6 .swiper-pagination {
    bottom: 20px;
  }
}
.c-banner6 .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: 100px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-banner6 .swiper-pagination-bullet {
    width: 30px;
  }
}
.c-banner6 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #005f61;
  transition: 0s;
  border-radius: 2px;
}
.c-banner6 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  transition: 1s;
}
.c-common-box1 .c-main-title {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-common-box1 .c-main-title {
    margin-bottom: 30px;
  }
}
.c-banner7-wrap {
  position: relative;
}
.c-banner7-wrap .c-banner7 {
  padding-bottom: 60px;
}
@media (max-width: 1580px) {
  .c-banner7-wrap .c-banner7 {
    padding-bottom: 40px;
  }
}
.c-banner7-wrap .c-banner7 .c-wrap {
  display: block;
  color: #333;
  text-align: center;
}
.c-banner7-wrap .c-banner7 .c-wrap .c-img-box {
  margin-bottom: 15px;
  height: 5.24rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .c-banner7-wrap .c-banner7 .c-wrap .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .c-banner7-wrap .c-banner7 .c-wrap .c-img-box {
    height: 10rem;
  }
}
.c-banner7-wrap .c-banner7 .c-wrap .c-img-box img {
  width: 100%;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all 1s;
}
.c-banner7-wrap .c-banner7 .c-wrap .c-title {
  font-size: 16px;
  line-height: 26px;
}
.c-banner7-wrap .c-banner7 .c-wrap:hover .c-img-box img {
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
}
.c-banner7-wrap .c-banner7 .swiper-pagination {
  bottom: 0;
}
.c-banner7-wrap .c-banner7 .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: 100px;
  height: 3px;
  background: #ddd;
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-banner7-wrap .c-banner7 .swiper-pagination-bullet {
    width: 30px;
  }
}
.c-banner7-wrap .c-banner7 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #005f61;
  transition: 1s;
  border-radius: 2px;
  transition: 0s;
}
.c-banner7-wrap .c-banner7 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  transition: 0.5s;
}
.c-banner7-wrap .c-prev {
  position: absolute;
  top: 50%;
  left: -90px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../image/jt5.png) no-repeat center / 10px auto;
  transition: all 0.5s;
  cursor: pointer;
}
.c-banner7-wrap .c-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (max-width: 1580px) {
  .c-banner7-wrap .c-prev {
    left: -70px;
  }
}
@media (max-width: 1260px) {
  .c-banner7-wrap .c-prev {
    display: none;
  }
}
.c-banner7-wrap .c-prev:hover {
  background: #005f61 url(../image/jt7.png) no-repeat center / 10px auto;
  box-shadow: 0px 5px 30px 0px rgba(2, 103, 133, 0.2);
}
.c-banner7-wrap .c-next {
  position: absolute;
  top: 50%;
  right: -90px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../image/jt6.png) no-repeat center / 10px auto;
  transition: all 0.5s;
  cursor: pointer;
}
.c-banner7-wrap .c-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (max-width: 1580px) {
  .c-banner7-wrap .c-next {
    right: -70px;
  }
}
@media (max-width: 1260px) {
  .c-banner7-wrap .c-next {
    display: none;
  }
}
.c-banner7-wrap .c-next:hover {
  background: #005f61 url(../image/jt8.png) no-repeat center / 10px auto;
  box-shadow: 0px 5px 30px 0px rgba(2, 103, 133, 0.2);
}
#c-product3 {
  border-bottom: 1px solid #ddd;
}
#c-product3 .c-list1 {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 991px) {
  #c-product3 .c-list1 {
    overflow-x: auto;
  }
}
#c-product3 .c-list1 > li {
  flex: none;
}
#c-product3 .c-list1 > li .c-more {
  padding: 0 20px;
  font-size: 14px;
  line-height: 48px;
  cursor: pointer;
}
#c-product3 .c-list1 > li .c-select-box {
  position: relative;
}
#c-product3 .c-list1 > li .c-select-box .c-select {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 14px;
  line-height: 48px;
  cursor: pointer;
  border: 1px solid transparent;
}
#c-product3 .c-list1 > li .c-select-box .c-select i {
  margin-left: 10px;
  color: #999;
}
#c-product3 .c-list1 > li .c-select-box .c-option-box {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  width: 440px;
  padding: 15px 25px;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
}
@media (max-width: 1260px) {
  #c-product3 .c-list1 > li .c-select-box .c-option-box {
    width: 360px;
  }
}
#c-product3 .c-list1 > li .c-select-box .c-option-box .c-option-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#c-product3 .c-list1 > li .c-select-box .c-option-box .c-option-wrap .c-option {
  width: 50%;
  margin: 5px 0;
  padding: 0 10px;
  display: flex;
  align-items: flex-start;
}
#c-product3 .c-list1 > li .c-select-box .c-option-box .c-option-wrap .c-option .c-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
  margin: 4px 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  cursor: pointer;
}
#c-product3 .c-list1 > li .c-select-box .c-option-box .c-option-wrap .c-option .c-radio::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: transparent;
}
#c-product3 .c-list1 > li .c-select-box .c-option-box .c-option-wrap .c-option .c-text {
  padding-left: 14px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
#c-product3 .c-list1 > li .c-select-box .c-option-box .c-option-wrap .c-option.on .c-radio::before {
  background: #005f61;
}
#c-product3 .c-list1 > li .c-select-box:hover .c-select {
  border-color: #ddd;
}
@media (max-width: 991px) {
  #c-product3 .c-list1 > li .c-select-box:hover .c-select {
    border-color: transparent;
  }
}
#c-product3 .c-list2 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px -60px;
}
@media (max-width: 1580px) {
  #c-product3 .c-list2 {
    margin: 0 -15px -40px;
  }
}
@media (max-width: 767px) {
  #c-product3 .c-list2 {
    margin: 0 -10px -30px;
  }
}
#c-product3 .c-list2 li {
  padding: 0 15px 60px;
  width: 33.333333%;
}
@media (max-width: 1580px) {
  #c-product3 .c-list2 li {
    padding: 0 15px 40px;
  }
}
@media (max-width: 767px) {
  #c-product3 .c-list2 li {
    width: 50%;
    padding: 0 10px 30px;
  }
}
#c-product3 .c-list2 li .c-box {
  position: relative;
}
#c-product3 .c-list2 li .c-box .c-wrap {
  display: block;
  color: #333;
  text-align: center;
}
#c-product3 .c-list2 li .c-box .c-wrap .c-img-box {
  margin-bottom: 15px;
  height: 5.24rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  #c-product3 .c-list2 li .c-box .c-wrap .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  #c-product3 .c-list2 li .c-box .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-product3 .c-list2 li .c-box .c-wrap .c-img-box img {
  width: 100%;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all 1s;
}
#c-product3 .c-list2 li .c-box .c-wrap .c-title {
  font-size: 16px;
  line-height: 26px;
}
#c-product3 .c-list2 li .c-box .c-wrap:hover .c-img-box img {
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
}
#c-product3 .c-list2 li .c-box .c-wish {
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  padding-left: 30px;
  background: url(../image/xy1.png) no-repeat left center / 20px auto;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 1580px) {
  #c-product3 .c-list2 li .c-box .c-wish {
    top: 20px;
    left: 20px;
  }
}
#c-product3 .c-list2 li .c-box:hover .c-wish {
  opacity: 1;
}
#c-product3 .c-list2 li.on .c-box .c-wish {
  background-image: url(../image/xy2.png);
}
#c-product3 .c-list2 li.on .c-box .c-wish span {
  display: none;
}
#c-screen {
  position: fixed;
  top: 0;
  left: -600px;
  z-index: 950;
  padding-left: 1.2rem;
  width: 600px;
  height: 100vh;
  background: #fff;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-screen {
    padding-left: 20px;
    width: 300px;
  }
}
#c-screen.on {
  left: 0;
}
#c-screen .c-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 60px 20px 1.2rem;
  width: calc(100% - 20px);
  background: #fff;
}
@media (max-width: 767px) {
  #c-screen .c-top {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}
#c-screen .c-top .c-wrap {
  height: 101px;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #c-screen .c-top .c-wrap {
    height: 51px;
  }
}
#c-screen .c-top .c-close {
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: 0.5s;
}
#c-screen .c-top .c-close:hover {
  color: #005f61;
}
#c-screen .c-top .c-close i {
  margin-right: 10px;
  font-size: 16px;
}
#c-screen .c-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 20px 60px 50px 1.2rem;
  width: calc(100% - 20px);
  background: #fff;
}
@media (max-width: 767px) {
  #c-screen .c-bottom {
    width: 100%;
    padding: 20px;
  }
}
#c-screen .c-bottom .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border: 1px solid #333;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-screen .c-bottom .c-btn {
    height: 50px;
  }
}
#c-screen .c-bottom .c-btn:first-child {
  color: #fff;
  border-color: #005f61;
  background: #005f61;
  margin-bottom: 10px;
}
#c-screen .c-bottom .c-btn:hover {
  color: #fff;
  border-color: #005f61;
  background: #005f61;
}
#c-screen .c-center {
  height: 100%;
  overflow-y: auto;
}
#c-screen .c-center .c-list {
  position: relative;
  z-index: 5;
  padding: 121px 60px 220px 0;
}
@media (max-width: 767px) {
  #c-screen .c-center .c-list {
    padding: 71px 20px 150px 0;
  }
}
#c-screen .c-center .c-list > li {
  padding: 35px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #c-screen .c-center .c-list > li {
    padding: 25px 0;
  }
}
#c-screen .c-center .c-list > li:last-child {
  border: 0;
}
#c-screen .c-center .c-list > li .c-select-box {
  position: relative;
}
#c-screen .c-center .c-list > li .c-select-box .c-select {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
#c-screen .c-center .c-list > li .c-select-box .c-select i {
  margin-left: 10px;
  color: #999;
}
#c-screen .c-center .c-list > li .c-select-box .c-option-box {
  background: #fff;
}
#c-screen .c-center .c-list > li .c-select-box .c-option-box .c-option-wrap .c-option {
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
}
#c-screen .c-center .c-list > li .c-select-box .c-option-box .c-option-wrap .c-option .c-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
  margin: 4px 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  cursor: pointer;
}
#c-screen .c-center .c-list > li .c-select-box .c-option-box .c-option-wrap .c-option .c-radio::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: transparent;
}
#c-screen .c-center .c-list > li .c-select-box .c-option-box .c-option-wrap .c-option .c-text {
  padding-left: 14px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
#c-screen .c-center .c-list > li .c-select-box .c-option-box .c-option-wrap .c-option.on .c-radio::before {
  background: #005f61;
}
#c-screen-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 940;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#c-product4-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #f9f7f5;
}
@media (max-width: 767px) {
  #c-product4-1 {
    padding-top: 74px;
  }
}
/*#c-product4-1 .c-img-box {*/
/*  position: relative;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  width: 50%;*/
/*  height: 7.75rem;*/
/*  overflow: hidden;*/
/*}*/
/*@media (max-width: 767px) {*/
/*  #c-product4-1 .c-img-box {*/
/*    width: 100%;*/
/*    height: 16rem;*/
/*  }*/
/*}*/
/*#c-product4-1 .c-img-box img {*/
/*  height: 100%;*/
/*}*/
/*#c-product4-1 .c-img-box .c-fdj {*/
/*  position: absolute;*/
/*  bottom: 30px;*/
/*  right: 30px;*/
/*  z-index: 5;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  background: url(https://www.emilechouriet.com/static/modules/cms/images/fdj.png) no-repeat center / 20px auto;*/
/*  cursor: pointer;*/
/*}*/
/*#c-product4-1 .c-img-box .c-fdj:hover {*/
/*  background-image: url(https://www.emilechouriet.com/static/modules/cms/images/fdj2.png);*/
/*}*/

#c-product4-1 .c-text-box>div {
    max-width: 360px;
}
@media (max-width: 767px) {
  #c-product4-1 .c-text-box div {
    width: 100%;
    max-width: 100%;
  }
}
#c-product4-1 .c-text-box .c-title2 {
  margin: 10px 0 20px;
  line-height: 26px;
}
#c-product4-1 .c-text-box .c-text {
  color: #999;
}
#c-product4-1 .c-text-box .c-btn-box {
display: flex;
align-items: flex-start;
}
@media (max-width: 767px) {
  #c-product4-1 .c-text-box .c-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #c-product4-1 .c-text-box .c-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

#c-product4-1 .c-text-box .c-btn-box .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 70px;
  border: 1px solid #333;
  font-size: 14px;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-product4-1 .c-text-box .c-btn-box .c-btn {
    width: 170px;
    height: 60px;
  }
}
@media (max-width: 1280px) {
  #c-product4-1 .c-text-box .c-btn-box .c-btn {
    width: 140px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #c-product4-1 .c-text-box .c-btn-box .c-btn {
    width: 48%;
    height: 50px;
  }
}
#c-product4-1 .c-text-box .c-btn-box .c-btn i {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
#c-product4-1 .c-text-box .c-btn-box .c-btn:first-child i {
  background: url(../image/gwc1.png) no-repeat center / 100% auto;
}
#c-product4-1 .c-text-box .c-btn-box .c-btn:first-child:hover {
  color: #fff;
  background-color: #005f61;
}
#c-product4-1 .c-text-box .c-btn-box .c-btn:first-child:hover i {
  background-image: url(../image/gwc2.png);
}
#c-product4-1 .c-text-box .c-btn-box .c-btn:nth-child(2) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  #c-product4-1 .c-text-box .c-btn-box .c-btn:nth-child(2) {
    margin-top: 0;
  }
}
#c-product4-1 .c-text-box .c-btn-box .c-btn:nth-child(2) i {
  background: url(../image/xy1.png) no-repeat center / 100% auto;
}
#c-product4-1 .c-text-box .c-btn-box .c-btn:nth-child(2):hover {
  color: #fff;
  background-color: #005f61;
}
#c-product4-1 .c-text-box .c-btn-box .c-btn:nth-child(2):hover i {
  background-image: url(../image/xy3.png);
}


#c-product4-1 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  #c-product4-1 {
    padding: 80px 0 60px;
  }
}
#c-product4-1 .c-container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-product4-1 .c-container2 {
    flex-wrap: wrap;
  }
}
#c-product4-1 .c-text-box {
  width: 36.7%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-product4-1 .c-text-box {
    width: 100%;
  }
  #c-product4-1 .c-text-box > div {
    width: 100%;
  }
}
#c-product4-1 .c-text-box .c-list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 50px 0 30px;
  border-bottom: 2px solid #ddd;
}
#c-product4-1 .c-text-box .c-list li {
  padding-bottom: 5px;
  margin-right: 20px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  cursor: pointer;
}
#c-product4-1 .c-text-box .c-list li:last-child {
  margin-right: 0;
}
#c-product4-1 .c-text-box .c-list li.on {
  color: #005f61;
  border-color: #005f61;
}
#c-product4-1 .c-text-box .c-list2 li {
  display: none;
  min-height: 200px;
}
@media (max-width: 767px) {
  #c-product4-1 .c-text-box .c-list2 li {
    min-height: 170px;
  }
}
#c-product4-1 .c-text-box .c-list2 li div {
  display: flex;
  align-items: flex-start;
  line-height: 2;
}
#c-product4-1 .c-text-box .c-list2 li div .c-t1 {
    flex-shrink: 0;
}
#c-product4-1 .c-text-box .c-list2 li div .c-t2 {
  color: #666;
}
#c-product4-1 .c-text-box .c-list2 li.on {
  display: block;
}
#c-product4-1 .c-img-wrap {
  position: relative;
  width: 57.3%;
}
@media (max-width: 991px) {
  #c-product4-1 .c-img-wrap {
    width: 100%;
  }
}
#c-product4-1 .c-img-wrap .c-product4-banner1 {
  margin-left: 120px;
}
@media (max-width: 767px) {
  #c-product4-1 .c-img-wrap .c-product4-banner1 {
    margin-left: 50px;
  }
}
#c-product4-1 .c-img-wrap .c-product4-banner1 .c-img-box {
  position: relative;
}
#c-product4-1 .c-img-wrap .c-product4-banner1 .c-img-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#c-product4-1 .c-img-wrap .c-product4-banner1 .c-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-product4-1 .c-img-wrap .c-product4-banner2 {
  padding: 50px 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  height: 500px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #c-product4-1 .c-img-wrap .c-product4-banner2 {
    width: 50px;
    height: 250px;
  }
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .c-img-box {
  position: relative;
  border: 1px solid #ddd;
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .c-img-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .c-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-slide-thumb-active .c-img-box {
  border-color: #005f61;
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-prev,
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-next {
  width: 100%;
  height: 50px;
  top: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  #c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-prev,
  #c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-next {
    height: 30px;
  }
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f7f5;
  left: 0;
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-prev img {
  height: 26px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-prev img {
    height: 16px;
  }
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-prev img:nth-child(2) {
  display: none;
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-prev:hover img {
  display: none;
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-prev:hover img:nth-child(2) {
  display: block;
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f7f5;
  -moz-outline-radius-topright: 0;
  top: auto;
  bottom: 0;
  right: 0;
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-next img {
  height: 26px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-next img {
    height: 16px;
  }
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-next img:nth-child(2) {
  display: none;
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-next:hover img {
  display: none;
}
#c-product4-1 .c-img-wrap .c-product4-banner2 .swiper-button-next:hover img:nth-child(2) {
  display: block;
}







#c-product4-2 .c-text {
  padding: 30px 0 70px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-product4-2 .c-text {
    padding: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  #c-product4-2 .c-text {
    padding: 10px 0 30px;
  }
}
.c-common-box2 {
  height: 7.8rem;
  background: #fff;
}
@media (max-width: 767px) {
  .c-common-box2 {
    height: 12rem;
  }
}
.c-common-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-parallax-box {
  position: relative;
  z-index: 1;
  background: #fff;
}
.c-parallax-box .c-parallax-img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-parallax-box.on .c-parallax-img {
  position: fixed !important;
}
@media (max-width: 991px) {
  #c-product4-4 .c-list {
    margin-bottom: -60px;
  }
}
@media (max-width: 767px) {
  #c-product4-4 .c-list {
    margin-bottom: -30px;
  }
}
#c-product4-4 .c-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-product4-4 .c-list li:nth-child(even) {
  flex-direction: row-reverse;
}
#c-product4-4 .c-list li .c-img-box {
  width: 50%;
  height: 5.4rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-product4-4 .c-list li .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 991px) {
  #c-product4-4 .c-list li .c-img-box {
    height: 14rem;
    width: 100%;
  }
}
#c-product4-4 .c-list li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-product4-4 .c-list li .c-text-box {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 80px 100px;
}
@media (max-width: 1580px) {
  #c-product4-4 .c-list li .c-text-box {
    padding: 80px;
  }
}
@media (max-width: 991px) {
  #c-product4-4 .c-list li .c-text-box {
    padding: 20px 0 60px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-product4-4 .c-list li .c-text-box {
    padding-bottom: 30px;
  }
}
#c-product4-4 .c-list li .c-text-box .c-text {
  margin-top: 15px;
  line-height: 2;
}
@media (max-width: 767px) {
  #c-product4-4 .c-list li .c-text-box .c-text {
    margin-top: 10px;
  }
}
#c-product4-6 {
  border-bottom: 1px solid #ddd;
}
#c-product4-6 .c-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-product4-6 .c-img-box {
  width: 50%;
  height: 7rem;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  #c-product4-6 .c-img-box {
    width: 100%;
    height: 14rem;
  }
}
#c-product4-6 .c-img-box img {
  height: 100%;
}
#c-product4-6 .c-text-box {
  padding-right: 3.4rem;
  width: 50%;
}
@media (max-width: 1260px) {
  #c-product4-6 .c-text-box {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #c-product4-6 .c-text-box {
    width: 100%;
  }
}
#c-product4-6 .c-text-box .c-title {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
}
#c-product4-6 .c-text-box .c-title2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-product4-6 .c-text-box .c-title2 {
    height: 60px;
  }
}
#c-product4-6 .c-text-box .c-t1 {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}
#c-product4-6 .c-text-box .c-t2 {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-product4-6 .c-text-box .c-t2 {
    margin-bottom: 15px;
  }
}
#c-product4-6 .c-text-box .c-list > li {
  border-bottom: 1px solid #ddd;
}
#c-product4-6 .c-text-box .c-list > li.on .c-title i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#c-product4-6 .c-text-box .c-list2 {
  display: none;
}
#c-product2-story1 .c-text-box {
  line-height: 2;
  text-align: center;
}
#c-product2-story2 {
  height: 7.5rem;
}
@media (max-width: 767px) {
  #c-product2-story2 {
    height: 10rem;
  }
}
#c-product2-story2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-product2-story3 .c-text-box {
  line-height: 2;
}
#c-product2-story3 .c-text-box img {
  max-width: 100%;
  height: auto !important;
}
.c-common-box3 {
  position: relative;
  text-align: center;
  color: #fff;
}
.c-common-box3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.c-common-box3 > .c-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box3 .c-container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  height: 260px;
}
@media (max-width: 767px) {
  .c-common-box3 .c-container {
    height: auto;
    min-height: 8rem;
  }
}
.c-common-box3 .c-common-btn2 {
  margin: 25px auto 0;
}
#c-about3 .c-list {
  margin-bottom: -80px;
}
@media (max-width: 1580px) {
  #c-about3 .c-list {
    margin-bottom: -40px;
  }
}
#c-about3 .c-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
#c-about3 .c-list li:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 1580px) {
  #c-about3 .c-list li {
    padding-bottom: 40px;
  }
}
#c-about3 .c-list li .c-img-box {
  width: 47.6%;
  height: 8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-about3 .c-list li .c-img-box {
    width: 100%;
    height: 14rem;
  }
}
#c-about3 .c-list li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about3 .c-list li .c-text-box {
  width: 47.6%;
  display: flex;
  align-items: center;
  padding: 80px 130px;
}
@media (max-width: 1580px) {
  #c-about3 .c-list li .c-text-box {
    padding: 80px;
  }
}
@media (max-width: 991px) {
  #c-about3 .c-list li .c-text-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #c-about3 .c-list li .c-text-box {
    padding: 15px 0 0;
    width: 100%;
  }
}
#c-about3 .c-list li .c-text-box > div {
  width: 100%;
}
#c-about3 .c-list li .c-text-box .c-text {
  margin: 35px 0;
  line-height: 2;
}
@media (max-width: 767px) {
  #c-about3 .c-list li .c-text-box .c-text {
    margin: 10px 0 20px;
    line-height: 1.6;
  }
}
/* 视频弹窗 */
#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%;
  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: #005f61;
}
#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 video {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-search {
  padding: 80px 0 120px;
}
@media (max-width: 1580px) {
  #c-search {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  #c-search {
    padding: 60px 0;
  }
}
#c-search .c-top .c-title {
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 767px) {
  #c-search .c-top .c-title {
    margin-bottom: 25px;
  }
}
#c-search .c-top form {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
#c-search .c-top form input {
  padding: 0 30px;
  width: calc(100% - 152px);
  height: 66px;
  border: 1px solid #ddd;
  line-height: 64px;
}
@media (max-width: 767px) {
  #c-search .c-top form input {
    padding: 0 20px;
    width: 70%;
    height: 50px;
    line-height: 48px;
  }
}
#c-search .c-top form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 66px;
  color: #fff;
  background: #005f61;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-search .c-top form button {
    width: 30%;
    height: 50px;
  }
}
#c-search .c-top form button i {
  margin-right: 10px;
}
#c-search .c-list1 {
  padding: 55px 0 35px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  #c-search .c-list1 {
    padding: 55px 0 25px;
  }
}
#c-search .c-list1 li {
  margin-right: 50px;
  line-height: 26px;
}
#c-search .c-list1 li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #c-search .c-list1 li {
    margin-right: 20px;
  }
}
#c-search .c-list1 li a {
  color: #333;
  transition: all 0.5s;
  cursor: pointer;
}
#c-search .c-list1 li a:hover {
  color: #005f61;
}
#c-search .c-list1 li.on a {
  font-weight: bold;
  color: #005f61;
}
#c-search .c-list2 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px -60px;
}
@media (max-width: 1580px) {
  #c-search .c-list2 {
    margin: 0 -15px -40px;
  }
}
@media (max-width: 767px) {
  #c-search .c-list2 {
    margin: 0 -10px -30px;
  }
}
#c-search .c-list2 li {
  padding: 0 15px 60px;
  width: 33.333333%;
}
@media (max-width: 1580px) {
  #c-search .c-list2 li {
    padding: 0 15px 40px;
  }
}
@media (max-width: 767px) {
  #c-search .c-list2 li {
    width: 50%;
    padding: 0 10px 30px;
  }
}
#c-search .c-list2 li .c-box {
  position: relative;
}
#c-search .c-list2 li .c-box .c-wrap {
  display: block;
  color: #333;
  text-align: center;
}
#c-search .c-list2 li .c-box .c-wrap .c-img-box {
  margin-bottom: 15px;
  height: 5.24rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  #c-search .c-list2 li .c-box .c-wrap .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  #c-search .c-list2 li .c-box .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-search .c-list2 li .c-box .c-wrap .c-img-box img {
  width: 100%;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all 1s;
}
#c-search .c-list2 li .c-box .c-wrap .c-title {
  font-size: 16px;
  line-height: 26px;
}
#c-search .c-list2 li .c-box .c-wrap:hover .c-img-box img {
  transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
}
#c-search .c-list2 li .c-box .c-wish {
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  padding-left: 30px;
  background: url(../image/xy1.png) no-repeat left center / 20px auto;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 1580px) {
  #c-search .c-list2 li .c-box .c-wish {
    top: 20px;
    left: 20px;
  }
}
#c-search .c-list2 li .c-box:hover .c-wish {
  opacity: 1;
}
#c-search .c-list2 li.on .c-box .c-wish {
  background-image: url(../image/xy2.png);
}
#c-search .c-list2 li.on .c-box .c-wish span {
  display: none;
}
#c-search .c-list3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -30px;
}
@media (max-width: 767px) {
  #c-search .c-list3 {
    margin-bottom: -20px;
  }
}
#c-search .c-list3 li {
  padding: 0 10px 30px;
  width: 50%;
}
@media (max-width: 767px) {
  #c-search .c-list3 li {
    padding-bottom: 20px;
  }
}
#c-search .c-list3 li .c-wrap {
  display: block;
}
#c-search .c-list3 li .c-wrap .c-img-box {
  height: 3.35rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-search .c-list3 li .c-wrap .c-img-box {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  #c-search .c-list3 li .c-wrap .c-img-box {
    height: 5rem;
  }
}
#c-search .c-list3 li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-search .c-list3 li .c-wrap .c-text-box .c-time {
  margin-top: 35px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
@media (max-width: 1580px) {
  #c-search .c-list3 li .c-wrap .c-text-box .c-time {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #c-search .c-list3 li .c-wrap .c-text-box .c-time {
    margin-top: 10px;
  }
}
#c-search .c-list3 li .c-wrap .c-text-box .c-title {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
@media (max-width: 767px) {
  #c-search .c-list3 li .c-wrap .c-text-box .c-title {
    font-size: 14px;
    line-height: 24px;
  }
}
#c-search .c-list3 li .c-wrap .c-text-box .c-more {
  opacity: 0;
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
  color: #005f61;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-search .c-list3 li .c-wrap .c-text-box .c-more {
    display: none;
  }
}
#c-search .c-list3 li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-search .c-list3 li .c-wrap:hover .c-text-box .c-more {
  opacity: 1;
}
#c-search #list-c > ul {
  display: none;
}
#c-search #list-c > ul.on {
  display: flex;
}
#c-product5 {
  padding: 80px 0 120px;
}
@media (max-width: 1580px) {
  #c-product5 {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  #c-product5 {
    padding: 60px 0;
  }
}
#c-product5 .c-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-product5 .c-left {
  width: 260px;
}
@media (max-width: 991px) {
  #c-product5 .c-left {
    width: 100%;
  }
}
#c-product5 .c-left .c-result {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 70px;
  font-weight: bold;
  background: #FAF8F6;
}
#c-product5 .c-left .c-result span {
  color: #005f61;
}
@media (max-width: 991px) {
  #c-product5 .c-left .c-result {
    padding: 0 15px;
    height: 50px;
  }
}
#c-product5 .c-left .c-btn-box {
  padding: 35px 0 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-product5 .c-left .c-btn-box {
    padding: 20px 0 0;
  }
}
#c-product5 .c-left .c-btn-box .c-btn {
  font-size: 35px;
  line-height: 45px;
  color: #999;
  transition: 0.5s;
}
@media (max-width: 991px) {
  #c-product5 .c-left .c-btn-box .c-btn {
    width: calc(50% - 10px);
    font-size: 14px !important;
    line-height: 50px !important;
    color: #333;
    text-align: center;
    background: #FAF8F6;
    cursor: pointer;
  }
  #c-product5 .c-left .c-btn-box .c-btn:hover {
    color: #005f61;
  }
}
#c-product5 .c-left .c-btn-box .c-btn:last-child {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  cursor: pointer;
}
#c-product5 .c-left .c-btn-box .c-btn:last-child:hover {
  color: #005f61;
}
#c-product5 .c-left .c-list-wrap {
  position: relative;
  background: #fff;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  #c-product5 .c-left .c-list-wrap {
    position: fixed;
    top: 0;
    left: -600px;
    z-index: 950;
    width: 600px;
    height: 100%;
    padding-left: 1.2rem;
  }
  #c-product5 .c-left .c-list-wrap.on {
    left: 0;
  }
}
@media (max-width: 767px) {
  #c-product5 .c-left .c-list-wrap {
    width: 300px;
    left: -300px;
  }
  #c-product5 .c-left .c-list-wrap.on {
    left: 0;
  }
}
#c-product5 .c-left .c-list-wrap .c-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 60px 20px 1.2rem;
  width: calc(100% - 20px);
  background: #fff;
}
@media (max-width: 991px) {
  #c-product5 .c-left .c-list-wrap .c-top {
    display: block;
  }
}
@media (max-width: 767px) {
  #c-product5 .c-left .c-list-wrap .c-top {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}
#c-product5 .c-left .c-list-wrap .c-top .c-wrap {
  height: 101px;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #c-product5 .c-left .c-list-wrap .c-top .c-wrap {
    height: 51px;
  }
}
#c-product5 .c-left .c-list-wrap .c-top .c-close {
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: 0.5s;
}
#c-product5 .c-left .c-list-wrap .c-top .c-close:hover {
  color: #005f61;
}
#c-product5 .c-left .c-list-wrap .c-top .c-close i {
  margin-right: 10px;
  font-size: 16px;
}
@media (max-width: 991px) {
  #c-product5 .c-left .c-list-wrap .c-center {
    height: 100%;
    overflow-y: auto;
  }
}
#c-product5 .c-left .c-list-wrap .c-center .c-list {
  position: relative;
  z-index: 5;
  background: #fff;
}
@media (max-width: 991px) {
  #c-product5 .c-left .c-list-wrap .c-center .c-list {
    padding: 121px 80px 220px 0;
  }
}
@media (max-width: 767px) {
  #c-product5 .c-left .c-list-wrap .c-center .c-list {
    padding: 71px 20px 150px 0;
  }
}
#c-product5 .c-left .c-list-wrap .c-center .c-list > li {
  border-top: 1px solid #ddd;
}
@media (max-width: 991px) {
  #c-product5 .c-left .c-list-wrap .c-center .c-list > li:first-child {
    border-top: 0;
  }
}
#c-product5 .c-left .c-list-wrap .c-center .c-list > li:last-child {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  #c-product5 .c-left .c-list-wrap .c-center .c-list > li:last-child {
    border-bottom: 0;
  }
}
#c-product5 .c-left .c-list-wrap .c-center .c-list > li .c-select-box {
  position: relative;
}
#c-product5 .c-left .c-list-wrap .c-center .c-list > li .c-select-box .c-select {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  margin: 3px 0;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-product5 .c-left .c-list-wrap .c-center .c-list > li .c-select-box .c-select {
    font-size: 14px;
  }
}
#c-product5 .c-left .c-list-wrap .c-center .c-list > li .c-select-box .c-select i {
  flex-shrink: 0;
  margin-left: 10px;
}
#c-product5 .c-left .c-list-wrap .c-center .c-list > li .c-select-box .c-option-box {
  display: none;
  padding-bottom: 20px;
  background: #fff;
}
#c-product5 .c-left .c-list-wrap .c-center .c-list > li .c-select-box .c-option-box .c-option-wrap .c-option {
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
}
#c-product5 .c-left .c-list-wrap .c-center .c-list > li .c-select-box .c-option-box .c-option-wrap .c-option .c-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
  margin: 4px 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  cursor: pointer;
}
#c-product5 .c-left .c-list-wrap .c-center .c-list > li .c-select-box .c-option-box .c-option-wrap .c-option .c-radio::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: transparent;
}
#c-product5 .c-left .c-list-wrap .c-center .c-list > li .c-select-box .c-option-box .c-option-wrap .c-option .c-text {
  padding-left: 14px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
#c-product5 .c-left .c-list-wrap .c-center .c-list > li .c-select-box .c-option-box .c-option-wrap .c-option.on .c-radio::before {
  background: #005f61;
}
#c-product5 .c-left .c-list-wrap .c-bottom {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 20px 60px 50px 1.2rem;
  width: calc(100% - 20px);
  background: #fff;
}
@media (max-width: 991px) {
  #c-product5 .c-left .c-list-wrap .c-bottom {
    display: block;
  }
}
@media (max-width: 767px) {
  #c-product5 .c-left .c-list-wrap .c-bottom {
    width: 100%;
    padding: 20px;
  }
}
#c-product5 .c-left .c-list-wrap .c-bottom .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border: 1px solid #333;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-product5 .c-left .c-list-wrap .c-bottom .c-btn {
    height: 50px;
  }
}
#c-product5 .c-left .c-list-wrap .c-bottom .c-btn:first-child {
  color: #fff;
  border-color: #005f61;
  background: #005f61;
  margin-bottom: 10px;
}
#c-product5 .c-left .c-list-wrap .c-bottom .c-btn:hover {
  color: #fff;
  border-color: #005f61;
  background: #005f61;
}
#c-product5 .c-right {
  padding-left: 80px;
  width: calc(100% - 260px);
}
@media (max-width: 991px) {
  #c-product5 .c-right {
    padding: 30px 0 0;
    width: 100%;
  }
}
#c-product5 .c-right .c-list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px -60px;
}
@media (max-width: 1580px) {
  #c-product5 .c-right .c-list {
    margin: 0 -15px -40px;
  }
}
@media (max-width: 767px) {
  #c-product5 .c-right .c-list {
    margin: 0 -10px -30px;
  }
}
#c-product5 .c-right .c-list li {
  padding: 0 15px 60px;
  width: 20%;
}
@media (max-width: 1580px) {
  #c-product5 .c-right .c-list li {
    width: 25%;
    padding: 0 15px 40px;
  }
}
@media (max-width: 1260px) {
  #c-product5 .c-right .c-list li {
    width: 50%;
    padding: 0 10px 30px;
  }
}
@media (max-width: 991px) {
  #c-product5 .c-right .c-list li {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  #c-product5 .c-right .c-list li {
    width: 50%;
  }
}
#c-product5 .c-right .c-list li .c-box {
  position: relative;
}
#c-product5 .c-right .c-list li .c-box .c-wrap {
  display: block;
  color: #333;
  text-align: center;
}
#c-product5 .c-right .c-list li .c-box .c-wrap .c-img-box {
  margin-bottom: 15px;
  height: 3.06rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 1580px) {
  #c-product5 .c-right .c-list li .c-box .c-wrap .c-img-box {
    height: 3rem;
  }
}
@media (max-width: 1260px) {
  #c-product5 .c-right .c-list li .c-box .c-wrap .c-img-box {
    height: 6.5rem;
  }
}
@media (max-width: 991px) {
  #c-product5 .c-right .c-list li .c-box .c-wrap .c-img-box {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  #c-product5 .c-right .c-list li .c-box .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-product5 .c-right .c-list li .c-box .c-wrap .c-img-box img {
  width: 100%;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all 1s;
}
#c-product5 .c-right .c-list li .c-box .c-wrap .c-title {
  font-size: 14px;
  line-height: 24px;
}
#c-product5 .c-right .c-list li .c-box .c-wrap:hover .c-img-box img {
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
}
#c-product5 .c-right .c-list li .c-box .c-wish {
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  padding-left: 30px;
  background: url(../image/xy1.png) no-repeat left center / 20px auto;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 1580px) {
  #c-product5 .c-right .c-list li .c-box .c-wish {
    top: 20px;
    left: 20px;
  }
}
#c-product5 .c-right .c-list li .c-box:hover .c-wish {
  opacity: 1;
}
#c-product5 .c-right .c-list li.on .c-box .c-wish {
  background-image: url(../image/xy2.png);
}
#c-product5 .c-right .c-list li.on .c-box .c-wish span {
  display: none;
}
.c-common-box4 .c-container2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-common-box4 .c-container2 .c-img-box {
  width: 50%;
  height: 6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-common-box4 .c-container2 .c-img-box {
    width: 100%;
    height: 14rem;
  }
}
.c-common-box4 .c-container2 .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box4 .c-container2 .c-text-box {
  display: flex;
  align-items: center;
  padding: 80px 0 80px 170px;
  width: 50%;
}
@media (max-width: 1580px) {
  .c-common-box4 .c-container2 .c-text-box {
    padding: 80px 0 80px 80px;
  }
}
@media (max-width: 991px) {
  .c-common-box4 .c-container2 .c-text-box {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .c-common-box4 .c-container2 .c-text-box {
    width: 100%;
    padding: 15px 0 0;
  }
}
.c-common-box4 .c-container2 .c-text-box .c-text {
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 1580px) {
  .c-common-box4 .c-container2 .c-text-box .c-text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .c-common-box4 .c-container2 .c-text-box .c-text {
    margin-top: 10px;
  }
}
.c-common-box4.c-dt .c-container2 {
  flex-direction: row-reverse;
}
.c-common-box4.c-dt .c-text-box {
  padding: 80px 170px 80px 0;
}
@media (max-width: 1580px) {
  .c-common-box4.c-dt .c-text-box {
    padding: 80px 80px 80px 0;
  }
}
@media (max-width: 991px) {
  .c-common-box4.c-dt .c-text-box {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .c-common-box4.c-dt .c-text-box {
    padding: 15px 0 0;
  }
}
#c-tabulation2 {
  position: relative;
  z-index: 1;
}
#c-tabulation2 .c-wrap {
    position: relative;
      z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#c-tabulation2 .c-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-tabulation2 .c-wrap> img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#c-tabulation2 .c-text-box {
    position: relative;
    z-index: 10;
  padding: 1rem 1rem 1rem .4rem;
  width: calc(50% - .6rem);
  background: rgba(255, 255, 255, 0.95);
  margin: .6rem;
}
@media (max-width: 991px) {
  #c-tabulation2 .c-text-box {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  #c-tabulation2 .c-text-box {
    padding: 40px;
    width: 100%;
  }
}
#c-tabulation2 .c-text-box .c-text {
  padding: 30px 0 35px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-tabulation2 .c-text-box .c-text {
    padding: 20px 0 25px;
  }
}
@media (max-width: 767px) {
  #c-tabulation2 .c-text-box .c-text {
    padding: 10px 0 25px;
  }
}
#c-tabulation4-1 {
  position: relative;
  z-index: 1;
  height: 8rem;
}
@media (max-width: 767px) {
  #c-tabulation4-1 {
    height: 14rem;
  }
}
#c-tabulation4-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-tabulation4-1 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-tabulation4-2 .c-text-box {
  position: relative;
  top: -120px;
  margin-bottom: -120px;
  padding: 60px 1.6rem 120px;
  background: #fff;
}
@media (max-width: 1580px) {
  #c-tabulation4-2 .c-text-box {
    padding: 60px 1.6rem 80px;
  }
}
@media (max-width: 767px) {
  #c-tabulation4-2 .c-text-box {
    top: -65px;
    margin-bottom: -65px;
    padding: 20px 20px 60px;
  }
}
#c-tabulation4-2 .c-text-box .c-text {
  margin-top: 30px;
  padding-right: 180px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-tabulation4-2 .c-text-box .c-text {
    margin-top: 20px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #c-tabulation4-2 .c-text-box .c-text {
    margin-top: 10px;
  }
}
#c-tabulation5 .c-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: .8rem;
}
#c-tabulation5 .c-list li:last-child{
    padding: 0;
}
#c-tabulation5 .c-list li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #c-tabulation5 .c-list li {
    margin-bottom: 20px;
  }
  #c-tabulation5 .c-list li:last-child {
    margin-bottom: 0;
  }
}
#c-tabulation5 .c-list li .c-img-box {
  width: 69%;
  height: 5.4rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-tabulation5 .c-list li .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  #c-tabulation5 .c-list li .c-img-box {
    width: 100%;
    height: 10rem;
  }
}
#c-tabulation5 .c-list li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-tabulation5 .c-list li .c-text-box {
  display: flex;
  align-items: center;
  width: 31%;
  padding: 0 0 0 .8rem;
}
@media (max-width: 991px) {
  #c-tabulation5 .c-list li .c-text-box {
    padding: 50px;
  }
}
#c-tabulation5 .c-list li:nth-child(even) .c-text-box{
  padding: 0 .8rem 0 0;
}
@media (max-width: 767px) {
  #c-tabulation5 .c-list li .c-text-box,#c-tabulation5 .c-list li:nth-child(even) .c-text-box {
    padding: 20px;
    width: 100%;
  }
}
#c-tabulation5 .c-list li .c-text-box .c-text {
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-tabulation5 .c-list li .c-text-box .c-text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #c-tabulation5 .c-list li .c-text-box .c-text {
    margin-top: 10px;
  }
}
#c-factory1 {
  padding: 120px 0 80px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-factory1 {
    padding: 80px 0 40px;
  }
}
@media (max-width: 767px) {
  #c-factory1 {
    padding: 60px 0 30px;
  }
}
#c-factory1 .c-text {
  margin: 30px auto 0;
  max-width: 960px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-factory1 .c-text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #c-factory1 .c-text {
    margin-top: 10px;
  }
}
#c-factory2 {
  height: 7rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-factory2 {
    height: 12rem;
  }
}
#c-factory2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-factory3 {
  text-align: center;
}
#c-factory3 .c-top {
  margin-bottom: 50px;
}
@media (max-width: 1580px) {
  #c-factory3 .c-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #c-factory3 .c-top {
    margin-bottom: 30px;
  }
}
#c-factory3 .c-top .c-text {
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-factory3 .c-top .c-text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #c-factory3 .c-top .c-text {
    margin-top: 10px;
  }
}
#c-factory3 .c-list {
  margin-bottom: -40px;
}
#c-factory3 .c-list li {
  position: relative;
  margin-bottom: 40px;
}
#c-factory3 .c-list li .c-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-factory3 .c-list li .c-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-factory3 .c-list li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-factory3 .c-list li .c-text-box {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px;
}
#c-factory3 .c-list li .c-text-box .c-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px;
  width: 420px;
  height: 5.6rem;
  min-height: 400px;
  background: rgba(255, 255, 255, 0.95);
}
@media (max-width: 991px) {
  #c-factory3 .c-list li .c-text-box .c-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #c-factory3 .c-list li .c-text-box .c-wrap {
    padding: 40px;
    width: 100%;
    height: auto;
    min-height: 14rem;
  }
}
#c-factory3 .c-list li .c-text-box .c-wrap .c-text {
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-factory3 .c-list li .c-text-box .c-wrap .c-text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #c-factory3 .c-list li .c-text-box .c-wrap .c-text {
    margin-top: 10px;
  }
}
#c-factory3 .c-list li:nth-child(even) .c-text-box {
  flex-direction: row-reverse;
}
#c-movement1 {
  padding: 120px 0 80px;
}
#c-movement1 .c-title {
    font-weight: normal;
}
@media (max-width: 1580px) {
  #c-movement1 {
    padding: 80px 0 40px;
  }
}
@media (max-width: 767px) {
  #c-movement1 {
    padding: 60px 0 30px;
  }
}
#c-movement1 .c-text {
    margin-top: 30px;
  max-width: 1000px;
  line-height: 1.8;
}
@media (max-width: 767px) {
    #c-movement1 .c-text {
        margin-top: 20px;
    }
}
#c-movement2 .c-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
#c-movement2 .c-list li:last-child {
    padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  #c-movement2 .c-list li {
    padding-bottom: 40px;
  }
}
#c-movement2 .c-list li .c-img-box {
  width: 50%;
  height: 5.4rem;
  overflow: hidden;
}
@media (max-width: 1900px) {
  #c-movement2 .c-list li .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 1580px) {
  #c-movement2 .c-list li .c-img-box {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  #c-movement2 .c-list li .c-img-box {
    height: 14rem;
    width: 100%;
  }
}
#c-movement2 .c-list li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-movement2 .c-list li .c-text-box {
  padding: 0 0 0 1.4rem;
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  #c-movement2 .c-list li .c-text-box {
    padding: 0 0 0 .8rem;
  }
}
@media (max-width: 991px) {
  #c-movement2 .c-list li .c-text-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #c-movement2 .c-list li .c-text-box {
    width: 100%;
    padding: 15px 20px 0;
  }
}
#c-movement2 .c-list li .c-text-box .c-text {
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-movement2 .c-list li .c-text-box .c-text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #c-movement2 .c-list li .c-text-box .c-text {
    margin-top: 10px;
  }
}
#c-movement2 .c-list li:nth-child(even) {
  flex-direction: row-reverse;
}
#c-movement2 .c-list li:nth-child(even) .c-text-box {
  padding: 0 1.4rem 0 0;
}
@media (max-width: 1580px) {
  #c-movement2 .c-list li:nth-child(even) .c-text-box {
    padding: 0 .8rem 0 0;
  }
}
@media (max-width: 991px) {
  #c-movement2 .c-list li:nth-child(even) .c-text-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #c-movement2 .c-list li:nth-child(even) .c-text-box {
    padding: 15px 20px 0;
  }
}
#c-movement3 {
  text-align: center;
}
#c-movement3 .c-text {
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 870px;
  line-height: 2;
}
@media (max-width: 767px) {
  #c-movement3 .c-text {
    padding-top: 20px;
  }
}
#c-movement3 .c-text img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 767px) {
  #c-common-news2.c-dt {
    padding-top: 100px;
  }
}
#c-common-news2 .c-main-title {
  text-align: center;
}
#c-common-news2 .c-main-title2 {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 767px) {
  #c-common-news2 .c-main-title2 {
    margin-bottom: 30px;
  }
}
#c-common-news2 .c-list1 {
  padding: 30px 0 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 26px;
}
@media (max-width: 1580px) {
  #c-common-news2 .c-list1 {
    padding: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  #c-common-news2 .c-list1 {
    padding: 20px 0 30px;
  }
}
#c-common-news2 .c-list1 li {
  margin-right: 50px;
}
@media (max-width: 767px) {
  #c-common-news2 .c-list1 li {
    margin-right: 20px;
  }
}
#c-common-news2 .c-list1 li:last-child {
  margin-right: 0;
}
#c-common-news2 .c-list1 li a {
  color: #333;
  transition: all 0.5s;
}
#c-common-news2 .c-list1 li a:hover {
  color: #005f61;
}
#c-common-news2 .c-list1 li.on a {
  font-weight: bold;
  color: #005f61;
}
#c-common-news2 .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -30px;
}
@media (max-width: 767px) {
  #c-common-news2 .c-list2 {
    margin-bottom: -20px;
  }
}
#c-common-news2 .c-list2 li {
  padding: 0 10px 30px;
  width: 50%;
}
@media (max-width: 767px) {
  #c-common-news2 .c-list2 li {
    padding-bottom: 20px;
  }
}
#c-common-news2 .c-list2 li .c-wrap {
  display: block;
}
#c-common-news2 .c-list2 li .c-wrap .c-img-box {
  height: 3.35rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-common-news2 .c-list2 li .c-wrap .c-img-box {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  #c-common-news2 .c-list2 li .c-wrap .c-img-box {
    height: 5rem;
  }
}
#c-common-news2 .c-list2 li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-common-news2 .c-list2 li .c-wrap .c-text-box .c-time {
  margin-top: 35px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
@media (max-width: 1580px) {
  #c-common-news2 .c-list2 li .c-wrap .c-text-box .c-time {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #c-common-news2 .c-list2 li .c-wrap .c-text-box .c-time {
    margin-top: 10px;
  }
}
#c-common-news2 .c-list2 li .c-wrap .c-text-box .c-title {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
@media (max-width: 767px) {
  #c-common-news2 .c-list2 li .c-wrap .c-text-box .c-title {
    font-size: 14px;
    line-height: 24px;
  }
}
#c-common-news2 .c-list2 li .c-wrap .c-text-box .c-more {
  opacity: 0;
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
  color: #005f61;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-common-news2 .c-list2 li .c-wrap .c-text-box .c-more {
    display: none;
  }
}
#c-common-news2 .c-list2 li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-common-news2 .c-list2 li .c-wrap:hover .c-text-box .c-more {
  opacity: 1;
}
.c-banner8 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-banner8 {
    margin-bottom: 20px;
  }
}
.c-banner8 .swiper-pagination {
  padding-right: 80px;
  text-align: right;
  bottom: 50px;
}
@media (max-width: 1580px) {
  .c-banner8 .swiper-pagination {
    padding-right: 40px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .c-banner8 .swiper-pagination {
    padding-right: 20px;
    bottom: 20px;
  }
}
.c-banner8 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.3;
  vertical-align: bottom;
}
.c-banner8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.c-banner8 .c-wrap {
  display: block;
  height: 6.8rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .c-banner8 .c-wrap {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .c-banner8 .c-wrap {
    height: 10rem;
  }
}
.c-banner8 .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.c-banner8 .c-wrap .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 50px 80px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 284px;
  color: #fff;
  background: url(../image/xw-yy.png) repeat-x left bottom / auto 100%;
}
@media (max-width: 1580px) {
  .c-banner8 .c-wrap .c-text-box {
    padding: 35px 40px;
  }
}
@media (max-width: 767px) {
  .c-banner8 .c-wrap .c-text-box {
    height: auto;
    padding: 15px 20px;
  }
}
.c-banner8 .c-wrap .c-text-box .c-time {
  font-size: 14px;
  line-height: 24px;
}
.c-banner8 .c-wrap .c-text-box .c-title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1580px) {
  .c-banner8 .c-wrap .c-text-box .c-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .c-banner8 .c-wrap .c-text-box .c-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
  }
}
.c-banner8 .c-wrap .c-text-box .c-more {
  display: inline-block;
  padding-right: 25px;
  line-height: 26px;
  background: url(../image/jt3.png) no-repeat right center / 14px auto;
}
@media (max-width: 767px) {
  .c-banner8 .c-wrap .c-text-box .c-more {
    line-height: 24px;
  }
}
.c-banner8 .c-wrap:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-news {
  padding-top: 100px;
}
@media (max-width: 767px) {
  #c-news {
    padding-top: 100px;
  }
}
#c-news .c-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 890px;
}
#c-news .c-wrap .c-title-box {
  margin-bottom: 35px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-news .c-wrap .c-title-box {
    margin-bottom: 30px;
  }
}
#c-news .c-wrap .c-title-box .c-time {
  margin: 20px 0 35px;
  line-height: 26px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-news .c-wrap .c-title-box .c-time {
    margin: 10px 0 30px;
  }
}
#c-news .c-wrap .c-text-box {
  line-height: 2;
}
#c-news .c-wrap .c-text-box img {
  max-width: 100%;
  height: auto !important;
}
#c-news .c-wrap #c-share {
  margin-bottom: 40px;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1580px) {
  #c-news .c-wrap #c-share {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}
#c-news .c-wrap .c-prev-next li {
  line-height: 26px;
}
#c-news .c-wrap .c-prev-next li a {
  color: #333;
  transition: 0.5s;
}
#c-news .c-wrap .c-prev-next li a:hover {
  color: #005f61;
}
#c-news .c-wrap .c-prev-next li:nth-child(2) {
  margin-top: 10px;
}
#c-news.c-dt .c-title {
  margin-bottom: 35px;
}
@media (max-width: 1580px) {
  #c-news.c-dt .c-title {
    margin-bottom: 30px;
  }
}
#c-service1 {
  text-align: center;
}
#c-service1 .c-title2 {
  margin-top: 50px;
  font-size: 24px;
  line-height: 34px;
  color: #005f61;
}
@media (max-width: 1580px) {
  #c-service1 .c-title2 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #c-service1 .c-title2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
}
#c-service1 .c-text-box {
  margin: 20px 0 35px;
  line-height: 2;
}
@media (max-width: 767px) {
  #c-service1 .c-text-box {
    margin: 10px 0 25px;
  }
}
#c-service1 .c-common-btn {
  margin: 0 auto;
}
#c-service2 {
  text-align: center;
}
#c-service2 .c-wrap {
  position: relative;
  padding: 190px 80px;
}
@media (max-width: 767px) {
  #c-service2 .c-wrap {
    padding: 60px 40px;
  }
}
#c-service2 .c-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-service2 .c-wrap .c-text-box {
  margin: 20px 0 35px;
  line-height: 2;
}
@media (max-width: 767px) {
  #c-service2 .c-wrap .c-text-box {
    margin: 20px 0 25px;
  }
}
#c-service2 .c-wrap .c-common-btn {
  margin: 0 auto;
}
#c-service3 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#c-service3 .c-list li {
  padding: 40px 20px 0;
  width: 50%;
}
@media (max-width: 767px) {
  #c-service3 .c-list li {
    width: 100%;
    padding: 30px 20px 0;
  }
}
#c-service3 .c-list li .c-wrap {
  display: block;
  color: #333;
  line-height: 26px;
}
#c-service3 .c-list li .c-wrap .c-img-box {
  height: 5.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-service3 .c-list li .c-wrap .c-img-box {
    height: 11rem;
  }
}
#c-service3 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-service3 .c-list li .c-wrap .c-title {
  margin: 25px 0 10px;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 767px) {
  #c-service3 .c-list li .c-wrap .c-title {
    margin-top: 15px;
  }
}
#c-service3 .c-list li .c-wrap .c-more {
  opacity: 0;
  margin-top: 30px;
  color: #005f61;
  transition: 0.5s;
}
@media (max-width: 1580px) {
  #c-service3 .c-list li .c-wrap .c-more {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #c-service3 .c-list li .c-wrap .c-more {
    display: none;
  }
}
#c-service3 .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-service3 .c-list li .c-wrap:hover .c-more {
  opacity: 1;
}
#c-story1 .c-main-box {
  margin-bottom: 90px;
  padding: 0 3.4rem 0 1.6rem;
}
@media (max-width: 1580px) {
  #c-story1 .c-main-box {
    margin-bottom: 40px;
    padding: 0;
  }
}
#c-story1 .c-main-box .c-text-box {
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-story1 .c-main-box .c-text-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #c-story1 .c-main-box .c-text-box {
    margin-top: 10px;
  }
}
#c-story1 .c-list {
  display: flex;
  align-items: flex-start;
}
#c-story1 .c-list li {
  width: 50%;
  height: 7.5rem;
  overflow: hidden;
}
#c-story1 .c-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-story2 .c-main-box {
  margin-bottom: 90px;
  padding: 0 3.4rem 0 1.6rem;
}
@media (max-width: 1580px) {
  #c-story2 .c-main-box {
    margin-bottom: 40px;
    padding: 0;
  }
}
#c-story2 .c-main-box .c-text-box {
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-story2 .c-main-box .c-text-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #c-story2 .c-main-box .c-text-box {
    margin-top: 10px;
  }
}
#c-story2 .c-box-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-story2 .c-box-wrap .c-img-box {
  width: 50%;
  height: 6.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-story2 .c-box-wrap .c-img-box {
    height: 14rem;
    width: 100%;
  }
}
#c-story2 .c-box-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-story2 .c-box-wrap .c-text-box {
  padding: 80px 160px;
  width: 50%;
  display: flex;
  align-items: center;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-story2 .c-box-wrap .c-text-box {
    padding: 80px;
  }
}
@media (max-width: 991px) {
  #c-story2 .c-box-wrap .c-text-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #c-story2 .c-box-wrap .c-text-box {
    padding: 15px 0 0;
    width: 100%;
  }
}
#c-story3 {
  background: url(../image/ppgs-img4.jpg) no-repeat center / cover;
}
#c-story3 .c-main-box {
  margin: 0 auto;
  max-width: 650px;
}
#c-story3 .c-main-box .c-text-box {
  margin: 30px 0 100px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-story3 .c-main-box .c-text-box {
    margin: 20px 0 30px;
  }
}
@media (max-width: 767px) {
  #c-story3 .c-main-box .c-text-box {
    margin: 10px 0 30px;
  }
}
#c-story3 .c-main-box .c-img-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#c-story3 .c-main-box .c-img-box img {
  max-width: 70%;
}
#c-story4 .c-list {
  margin-bottom: -120px;
}
@media (max-width: 1580px) {
  #c-story4 .c-list {
    margin-bottom: -80px;
  }
}
@media (max-width: 767px) {
  #c-story4 .c-list {
    margin-bottom: -60px;
  }
}
#c-story4 .c-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media (max-width: 1580px) {
  #c-story4 .c-list li {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #c-story4 .c-list li {
    margin-bottom: 60px;
  }
}
#c-story4 .c-list li .c-img-box {
  width: 50%;
  height: 8.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-story4 .c-list li .c-img-box {
    width: 100%;
    height: 16rem;
  }
}
#c-story4 .c-list li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-story4 .c-list li .c-text-box {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 1.5rem 0 1.6rem;
}
@media (max-width: 1580px) {
  #c-story4 .c-list li .c-text-box {
    padding: 80px;
  }
}
@media (max-width: 991px) {
  #c-story4 .c-list li .c-text-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #c-story4 .c-list li .c-text-box {
    padding: 15px 0 0;
    width: 100%;
  }
}
#c-story4 .c-list li .c-text-box .c-text {
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-story4 .c-list li .c-text-box .c-text {
    margin-top: 20px;
  }
}
@media (max-width: 1580px) {
  #c-story4 .c-list li .c-text-box .c-text {
    margin-top: 10px;
  }
}
#c-story4 .c-list li:nth-child(odd) {
  flex-direction: row-reverse;
}
#c-story4 .c-list li:nth-child(odd) .c-text-box {
  padding: 0 1.6rem 0 1.5rem;
}
@media (max-width: 1580px) {
  #c-story4 .c-list li:nth-child(odd) .c-text-box {
    padding: 80px;
  }
}
@media (max-width: 991px) {
  #c-story4 .c-list li:nth-child(odd) .c-text-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #c-story4 .c-list li:nth-child(odd) .c-text-box {
    padding: 15px 0 0;
  }
}
#c-story5 {
  background: url(../image/ppgs-img4.jpg) no-repeat center / cover;
}
#c-story5 .c-main-title {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: -1.6rem;
}
@media (max-width: 767px) {
  #c-story5 .c-main-title {
    margin-bottom: -60px;
  }
}
#c-story5 .c-banner9-top .swiper-slide {
  height: 9.6rem;
}
@media (max-width: 1580px) {
  #c-story5 .c-banner9-top .swiper-slide {
    padding: 200px 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  #c-story5 .c-banner9-top .swiper-slide {
    padding: 100px 0;
  }
}
#c-story5 .c-banner9-top .swiper-slide .c-round-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: calc(100% - 110px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  #c-story5 .c-banner9-top .swiper-slide .c-round-box {
    height: 18rem;
  }
}
#c-story5 .c-banner9-top .swiper-slide .c-round-box img {
  height: 100%;
}
#c-story5 .c-banner9-top .swiper-slide .c-round-box img:first-child {
  animation: rotate1 120s linear infinite;
  -webkit-animation: rotate1 120s linear infinite;
}
#c-story5 .c-banner9-top .swiper-slide .c-round-box img:last-child {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  animation: rotate2 120s linear infinite;
  -webkit-animation: rotate2 120s linear infinite;
}
#c-story5 .c-banner9-top .swiper-slide .c-box-wrap {
  position: relative;
  z-index: 2;
  padding: 0 3.6rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-story5 .c-banner9-top .swiper-slide .c-box-wrap {
    padding: 0 1.2rem;
  }
}
#c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-img-box {
  width: 50%;
  height: 4.4rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  #c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  #c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
#c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box {
  padding-left: 80px;
  width: 50%;
}
@media (max-width: 991px) {
  #c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  #c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box {
    padding: 15px 0 0;
    width: 100%;
  }
}
#c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box .c-title {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 1580px) {
  #c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box .c-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box .c-text {
  margin: 25px 0 55px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box .c-text {
    margin: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  #c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box .c-text {
    margin: 10px 0 25px;
  }
}
#c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box .c-btn-box {
  display: flex;
  align-items: flex-start;
}
#c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box .c-btn-box .c-common-btn:nth-child(1) {
  margin-right: 20px;
}
#c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box .c-btn-box .c-common-btn:nth-child(1) i {
  margin: 0 10px 0 0;
  background-image: url(../image/jt10.png);
}
#c-story5 .c-banner9-top .swiper-slide .c-box-wrap .c-text-box .c-btn-box .c-common-btn:nth-child(1):hover i {
  background-image: url(../image/jt9.png);
}
#c-story5 .c-banner9-top .swiper-button-next,
#c-story5 .c-banner9-top .swiper-button-prev {
  top: 50%;
  z-index: 10;
  margin-top: 0;
  width: 3.7rem;
  height: calc(100% - 110px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  cursor: default;
}
@media (max-width: 1260px) {
  #c-story5 .c-banner9-top .swiper-button-next,
  #c-story5 .c-banner9-top .swiper-button-prev {
    display: none;
  }
}
#c-story5 .c-banner9-top .swiper-button-next .c-text,
#c-story5 .c-banner9-top .swiper-button-prev .c-text {
  opacity: 0.5;
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 100px;
  height: 100px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 100px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.5s;
}
#c-story5 .c-banner9-top .swiper-button-next .c-text:hover,
#c-story5 .c-banner9-top .swiper-button-prev .c-text:hover {
  opacity: 1;
}
#c-story5 .c-banner9-top .swiper-button-next img,
#c-story5 .c-banner9-top .swiper-button-prev img {
  position: absolute;
  top: 0;
  height: 100%;
}
#c-story5 .c-banner9-top .swiper-button-next img:nth-child(2),
#c-story5 .c-banner9-top .swiper-button-prev img:nth-child(2) {
  animation: rotate1 120s linear infinite;
  -webkit-animation: rotate1 120s linear infinite;
}
#c-story5 .c-banner9-top .swiper-button-next img:nth-child(3),
#c-story5 .c-banner9-top .swiper-button-prev img:nth-child(3) {
  animation: rotate3 120s linear infinite;
  -webkit-animation: rotate3 120s linear infinite;
}
#c-story5 .c-banner9-top .swiper-button-next {
  background: transparent;
  right: 0;
}
#c-story5 .c-banner9-top .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: not-allowed;
}
#c-story5 .c-banner9-top .swiper-button-next .c-text {
  right: 0.35rem;
}
#c-story5 .c-banner9-top .swiper-button-next img {
  left: 0;
}
#c-story5 .c-banner9-top .swiper-button-prev {
  background: transparent;
  left: 0;
}
#c-story5 .c-banner9-top .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: not-allowed;
}
#c-story5 .c-banner9-top .swiper-button-prev .c-text {
  left: 0.35rem;
}
#c-story5 .c-banner9-top .swiper-button-prev img {
  right: 0;
}
#c-story5 .c-banner9-bottom {
  z-index: 10;
  margin-top: -1.4rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #c-story5 .c-banner9-bottom {
    margin-top: -60px;
  }
}
#c-story5 .c-banner9-bottom .swiper-slide {
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  height: 60px;
  cursor: pointer;
  transition: 0.5s;
}
#c-story5 .c-banner9-bottom .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#c-story6 .c-main-box {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
#c-story6 .c-main-box .c-img-box {
  width: 50%;
  height: 6.9rem;
}
@media (max-width: 767px) {
  #c-story6 .c-main-box .c-img-box {
    height: 14rem;
    width: 100%;
  }
}
#c-story6 .c-main-box .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-story6 .c-main-box .c-text-box {
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  width: 50%;
}
@media (max-width: 991px) {
  #c-story6 .c-main-box .c-text-box {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #c-story6 .c-main-box .c-text-box {
    padding: 0;
    width: 100%;
  }
}
#c-story6 .c-main-box .c-text-box .c-text {
  margin: 30px 0 75px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-story6 .c-main-box .c-text-box .c-text {
    margin: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  #c-story6 .c-main-box .c-text-box .c-text {
    margin: 10px 0 25px;
  }
}
#c-policy1 {
  text-align: center;
}
#c-policy1 .c-text-box {
  margin-top: 20px;
  line-height: 2;
}
@media (max-width: 767px) {
  #c-policy1 .c-text-box {
    margin-top: 10px;
  }
}
#c-policy1 .c-text-box img {
  max-width: 100%;
  height: auto !important;
}
#c-policy2 {
  text-align: center;
}
.c-banner11-wrap {
  position: relative;
}
.c-banner11-wrap .c-banner11 {
  padding: 100px 0;
}
@media (max-width: 1580px) {
  .c-banner11-wrap .c-banner11 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .c-banner11-wrap .c-banner11 {
    padding: 40px 0;
  }
}
.c-banner11-wrap .c-banner11 .c-wrap {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1580px) {
  .c-banner11-wrap .c-banner11 .c-wrap {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 1260px) {
  .c-banner11-wrap .c-banner11 .c-wrap {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 991px) {
  .c-banner11-wrap .c-banner11 .c-wrap {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .c-banner11-wrap .c-banner11 .c-wrap {
    width: 8rem;
    height: 8rem;
  }
}
.c-banner11-wrap .c-banner11 .c-wrap img {
  position: relative;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.c-banner11-wrap .c-banner11 .c-wrap .c-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  color: #fff;
  background: #999;
  transition: all 0.5s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 1260px) {
  .c-banner11-wrap .c-banner11 .c-wrap .c-title {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 991px) {
  .c-banner11-wrap .c-banner11 .c-wrap .c-title {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-banner11-wrap .c-banner11 .c-wrap .c-title {
    width: 5rem;
    height: 5rem;
  }
}
.c-banner11-wrap .c-banner11 .swiper-scrollbar {
  left: 0;
  width: 100%;
  bottom: 0;
}
.c-banner11-wrap .c-banner11 .swiper-scrollbar-drag {
  background: #005f61;
}
.c-banner11-wrap .c-banner11 .swiper-slide-active .c-wrap img {
  opacity: 1;
}
.c-banner11-wrap .c-banner11 .swiper-slide-active .c-wrap .c-title {
  background: #005f61;
}
.c-banner11-wrap .c-prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFF url(../image/jt5.png) no-repeat center / 10px auto;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .c-banner11-wrap .c-prev {
    display: none;
  }
}
.c-banner11-wrap .c-prev:hover {
  background: #005f61 url(../image/jt7.png) no-repeat center / 10px auto;
  box-shadow: 0px 5px 30px 0px rgba(2, 103, 133, 0.2);
}
.c-banner11-wrap .c-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.c-banner11-wrap .c-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFF url(../image/jt6.png) no-repeat center / 10px auto;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .c-banner11-wrap .c-next {
    display: none;
  }
}
.c-banner11-wrap .c-next:hover {
  background: #005f61 url(../image/jt8.png) no-repeat center / 10px auto;
  box-shadow: 0px 5px 30px 0px rgba(2, 103, 133, 0.2);
}
.c-banner11-wrap .c-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#c-policy3 .c-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-policy3 .c-img-box {
  width: 50%;
  height: 5.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-policy3 .c-img-box {
    width: 100%;
    height: 14rem;
  }
}
#c-policy3 .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-policy3 .c-text-box {
  display: flex;
  align-items: center;
  padding: 80px 100px;
  width: 50%;
}
@media (max-width: 1580px) {
  #c-policy3 .c-text-box {
    padding: 80px;
  }
}
@media (max-width: 991px) {
  #c-policy3 .c-text-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #c-policy3 .c-text-box {
    padding: 15px 0 0;
    width: 100%;
  }
}
#c-policy3 .c-text-box .c-text {
  margin: 20px 0 35px;
  line-height: 2;
}
@media (max-width: 767px) {
  #c-policy3 .c-text-box .c-text {
    margin: 10px 0 20px;
  }
}
#c-maintain1 .c-text-box {
  text-align: center;
  font-size: 24px;
  line-height: 1.9;
}
@media (max-width: 1580px) {
  #c-maintain1 .c-text-box {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #c-maintain1 .c-text-box {
    font-size: 14px;
    line-height: 24px;
  }
}
#c-maintain1 .c-img-box {
  position: relative;
  height: 6.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-maintain1 .c-img-box:nth-child(2) {
    height: 12rem;
  }
}
#c-maintain1 .c-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-maintain1 .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-maintain1 .c-img-box .c-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 70px;
  height: 70px;
  background: url(../image/play1.png) no-repeat center / 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#c-maintain1 .c-img-box .c-play:hover {
  background-image: url(../image/play2.png);
}
#c-maintain2 .c-main-title {
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 1580px) {
  #c-maintain2 .c-main-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #c-maintain2 .c-main-title {
    margin-bottom: 30px;
  }
}
#c-maintain2 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-maintain2 .c-list li {
  padding: 30px 0;
  width: 45.238%;
  border-bottom: 1px solid #ddd;
}
#c-maintain2 .c-list li:nth-child(1),
#c-maintain2 .c-list li:nth-child(2) {
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  #c-maintain2 .c-list li {
    width: 100%;
  }
  #c-maintain2 .c-list li:nth-child(2) {
    border-top: 0;
  }
}
#c-maintain2 .c-list li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  cursor: pointer;
}
#c-maintain2 .c-list li .c-title-box .c-title {
  display: flex;
  align-items: center;
  font-weight: bold;
}
#c-maintain2 .c-list li .c-title-box .c-title img {
  margin-right: 20px;
  width: 30px;
}
#c-maintain2 .c-list li .c-title-box i {
  font-size: 18px;
  flex-shrink: 0;
  transition: 0.5s;
}
#c-maintain2 .c-list li .c-text-box {
  display: none;
  padding: 15px 120px 0 50px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-maintain2 .c-list li .c-text-box {
    padding: 15px 50px 0 50px;
  }
}
#c-maintain2 .c-list li.on .c-title-box i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#c-common-box6 .c-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-common-box6 .c-left {
  position: sticky;
  top: 185px;
  width: 360px;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-left {
    top: 155px;
  }
}
@media (max-width: 1260px) {
  #c-common-box6 .c-left {
    width: 190px;
  }
}
@media (max-width: 991px) {
  #c-common-box6 .c-left {
    position: static;
    top: 0;
    top: 125px;
    margin-bottom: 50px;
    width: 100%;
  }
}
#c-common-box6 .c-left .c-list {
  position: relative;
}
#c-common-box6 .c-left .c-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 1;
  height: 100%;
  border-left: 2px solid #ddd;
}
#c-common-box6 .c-left .c-list li {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  padding-left: 40px;
  line-height: 26px;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-left .c-list li {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
#c-common-box6 .c-left .c-list li:last-child {
  margin-bottom: 0;
}
#c-common-box6 .c-left .c-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 8px 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
}
#c-common-box6 .c-left .c-list li a {
  color: #666;
  transition: 0.5s;
}
#c-common-box6 .c-left .c-list li a:hover {
  color: #005f61;
}
#c-common-box6 .c-left .c-list li.on::before {
  background: #005f61;
}
#c-common-box6 .c-left .c-list li.on a {
  color: #005f61;
  font-weight: bold;
}
#c-common-box6 .c-left .c-bbox {
  margin-top: 60px;
  padding-top: 35px;
  border-top: 1px solid #ddd;
  line-height: 1.9;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-left .c-bbox {
    margin-top: 30px;
    padding-top: 25px;
  }
}
#c-common-box6 .c-left .c-bbox .c-title {
  font-weight: bold;
}
#c-common-box6 .c-left .c-bbox .c-text {
  margin-bottom: 30px;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-left .c-bbox .c-text {
    margin-bottom: 20px;
  }
}
#c-common-box6 .c-left .c-bbox a {
  font-weight: bold;
  color: #005f61;
}
#c-common-box6 .c-left .c-bbox a i {
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url(../image/jt4.png) no-repeat center / 100% auto;
  transition: 0.5s;
}
#c-common-box6 .c-left .c-bbox a:hover i {
  margin-left: 20px;
}
#c-common-box6 .c-right {
  padding-left: 120px;
  width: calc(100% - 360px);
}
@media (max-width: 1580px) {
  #c-common-box6 .c-right {
    padding-left: 80px;
  }
}
@media (max-width: 1260px) {
  #c-common-box6 .c-right {
    width: calc(100% - 190px);
  }
}
@media (max-width: 991px) {
  #c-common-box6 .c-right {
    padding: 0;
    width: 100%;
  }
}
#c-common-box6 .c-right .c-list1 > li {
  margin-bottom: 100px;
}
#c-common-box6 .c-right .c-list1 > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-right .c-list1 > li {
    margin-bottom: 40px;
  }
}
#c-common-box6 .c-right .c-list1 .c-ggdw {
  position: relative;
  top: -185px;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-right .c-list1 .c-ggdw {
    top: -155px;
  }
}
@media (max-width: 991px) {
  #c-common-box6 .c-right .c-list1 .c-ggdw {
    top: -125px;
  }
}
#c-common-box6 .c-right .c-list1 .c-main-title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
  color: #005f61;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-right .c-list1 .c-main-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
  }
}
#c-common-box6 .c-right .c-list1 .c-list2 li {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
#c-common-box6 .c-right .c-list1 .c-list2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#c-common-box6 .c-right .c-list1 .c-list2 li .c-title-box .c-title {
  padding-right: 20px;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  flex-shrink: 1;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-right .c-list1 .c-list2 li .c-title-box .c-title {
    font-size: 16px;
    line-height: 26px;
  }
}
#c-common-box6 .c-right .c-list1 .c-list2 li .c-title-box i {
  font-size: 18px;
  flex-shrink: 0;
  transition: 0.5s;
}
#c-common-box6 .c-right .c-list1 .c-list2 li .c-text-box {
  display: none;
  color: #666;
  line-height: 2;
  padding-top: 20px;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-right .c-list1 .c-list2 li .c-text-box {
    padding-top: 10px;
  }
}
#c-common-box6 .c-right .c-list1 .c-list2 li .c-text-box a {
  color: #005f61;
}
#c-common-box6 .c-right .c-list1 .c-list2 li .c-text-box a:hover {
  text-decoration: underline;
}
#c-common-box6 .c-right .c-list1 .c-list2 li.on .c-title-box .c-title {
  font-weight: bold;
}
#c-common-box6 .c-right .c-list1 .c-list2 li.on .c-title-box i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#c-common-box6 .c-right .c-list3 > li {
  margin-bottom: 75px;
}
#c-common-box6 .c-right .c-list3 > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-right .c-list3 > li {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #c-common-box6 .c-right .c-list3 > li {
    margin-bottom: 30px;
  }
}
#c-common-box6 .c-right .c-list3 .c-ggdw {
  position: relative;
  top: -185px;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-right .c-list3 .c-ggdw {
    top: -155px;
  }
}
@media (max-width: 991px) {
  #c-common-box6 .c-right .c-list3 .c-ggdw {
    top: -125px;
  }
}
#c-common-box6 .c-right .c-list3 .c-main-title {
  font-weight: normal;
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 40px;
  color: #005f61;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-right .c-list3 .c-main-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #c-common-box6 .c-right .c-list3 .c-main-title {
    margin-bottom: 0;
  }
}
#c-common-box6 .c-right .c-list3 .c-list4 li {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-common-box6 .c-right .c-list3 .c-list4 li {
    padding: 20px 0;
  }
}
#c-common-box6 .c-right .c-list3 .c-list4 li .c-lbox {
  width: calc(100% - 360px);
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-common-box6 .c-right .c-list3 .c-list4 li .c-lbox {
    width: calc(100% - 180px);
  }
}
#c-common-box6 .c-right .c-list3 .c-list4 li .c-lbox a {
  display: flex;
  align-items: center;
}
#c-common-box6 .c-right .c-list3 .c-list4 li .c-lbox a .c-gs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid #005f61;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #005f61;
  transition: all 0.5s;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #c-common-box6 .c-right .c-list3 .c-list4 li .c-lbox a .c-gs {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
}
#c-common-box6 .c-right .c-list3 .c-list4 li .c-lbox a .c-title {
  padding-left: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-right .c-list3 .c-list4 li .c-lbox a .c-title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #c-common-box6 .c-right .c-list3 .c-list4 li .c-lbox a .c-title {
    padding-left: 10px;
  }
}
#c-common-box6 .c-right .c-list3 .c-list4 li .c-cbox {
  width: 220px;
  padding: 0 30px;
  line-height: 26px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-right .c-list3 .c-list4 li .c-cbox {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #c-common-box6 .c-right .c-list3 .c-list4 li .c-cbox {
    width: 100px;
    padding: 0 20px;
  }
}
#c-common-box6 .c-right .c-list3 .c-list4 li .c-rbox {
  width: 140px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  #c-common-box6 .c-right .c-list3 .c-list4 li .c-rbox {
    width: 80px;
    padding-right: 0;
  }
}
#c-common-box6 .c-right .c-list3 .c-list4 li .c-rbox a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 26px;
  color: #333;
  transition: 0.5s;
}
@media (max-width: 1580px) {
  #c-common-box6 .c-right .c-list3 .c-list4 li .c-rbox a {
    font-size: 14px;
    line-height: 24px;
  }
}
#c-common-box6 .c-right .c-list3 .c-list4 li .c-rbox a i {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/xz-ico.png) no-repeat center / 100%;
}
@media (max-width: 767px) {
  #c-common-box6 .c-right .c-list3 .c-list4 li .c-rbox a i {
    margin-right: 4px;
    width: 12px;
    height: 12px;
  }
}
#c-common-box6 .c-right .c-list3 .c-list4 li:hover {
  background: #F5F5F5;
}
@media (max-width: 767px) {
  #c-common-box6 .c-right .c-list3 .c-list4 li:hover {
    background: #fff;
  }
}
#c-common-box6 .c-right .c-list3 .c-list4 li:hover .c-lbox {
  padding-left: 30px;
}
@media (max-width: 767px) {
  #c-common-box6 .c-right .c-list3 .c-list4 li:hover .c-lbox {
    padding: 0;
  }
}
#c-common-box6 .c-right .c-list3 .c-list4 li:hover .c-lbox a .c-gs {
  color: #fff;
  background: #005f61;
}
#c-common-box6 .c-right .c-list3 .c-list4 li:hover .c-rbox a {
  color: #005f61;
}
#c-common-box5 .c-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-common-box5 .c-container .c-left {
  position: sticky;
  top: 185px;
  width: 360px;
}
@media (max-width: 1580px) {
  #c-common-box5 .c-container .c-left {
    top: 155px;
  }
}
@media (max-width: 1260px) {
  #c-common-box5 .c-container .c-left {
    width: 250px;
  }
}
@media (max-width: 991px) {
  #c-common-box5 .c-container .c-left {
    margin-bottom: 40px;
    position: relative;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-common-box5 .c-container .c-left {
    margin-bottom: 30px;
  }
}
#c-common-box5 .c-container .c-left .c-list-box .c-item {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1580px) {
  #c-common-box5 .c-container .c-left .c-list-box .c-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #c-common-box5 .c-container .c-left .c-list-box .c-item {
    margin-bottom: 0;
  }
}
#c-common-box5 .c-container .c-left .c-list-box .c-item:last-child {
  margin-bottom: 50px;
}
@media (max-width: 1580px) {
  #c-common-box5 .c-container .c-left .c-list-box .c-item:last-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #c-common-box5 .c-container .c-left .c-list-box .c-item:last-child {
    margin-bottom: 30px;
  }
}
#c-common-box5 .c-container .c-left .c-list-box .c-item .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-common-box5 .c-container .c-left .c-list-box .c-item .c-title-box {
    height: 50px;
  }
}
#c-common-box5 .c-container .c-left .c-list-box .c-item .c-title-box span {
  flex-shrink: 1;
  padding-right: 20px;
  font-size: 18px;
}
@media (max-width: 767px) {
  #c-common-box5 .c-container .c-left .c-list-box .c-item .c-title-box span {
    font-size: 14px;
  }
}
#c-common-box5 .c-container .c-left .c-list-box .c-item .c-title-box i {
  font-size: 28px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #c-common-box5 .c-container .c-left .c-list-box .c-item .c-title-box i {
    font-size: 16px;
  }
}
#c-common-box5 .c-container .c-left .c-list-box .c-item .c-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  margin-top: -1px;
  width: 100%;
  max-height: 232px;
  overflow-y: auto;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 767px) {
  #c-common-box5 .c-container .c-left .c-list-box .c-item .c-list {
    max-height: 186px;
  }
}
#c-common-box5 .c-container .c-left .c-list-box .c-item .c-list li a {
  display: block;
  padding: 0 15px;
  line-height: 46px;
  color: #333;
  transition: all 0.5s;
}
#c-common-box5 .c-container .c-left .c-list-box .c-item .c-list li a:hover {
  color: #fff;
  background: #005f61;
}
#c-common-box5 .c-container .c-left form {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-common-box5 .c-container .c-left form {
    height: 50px;
  }
}
#c-common-box5 .c-container .c-left form input {
  padding: 0 15px;
  width: calc(100% - 100px);
  height: 100%;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-common-box5 .c-container .c-left form input {
    line-height: 48px;
    width: calc(100% - 80px);
  }
}
#c-common-box5 .c-container .c-left form button {
  width: 100px;
  height: 100%;
  background: #005f61 url(../image/ss-ico.png) no-repeat center / 20px auto;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-common-box5 .c-container .c-left form button {
    width: 80px;
  }
}
#c-common-box5 .c-container .c-right {
  width:100%;
}
@media (max-width: 1580px) {
  #c-common-box5 .c-container .c-right {
  width:100%;
  }
}
@media (max-width: 1260px) {
  #c-common-box5 .c-container .c-right {
 width:100%;
  }
}
@media (max-width: 991px) {
  #c-common-box5 .c-container .c-right {
    padding: 0;
    width: 100%;
  }
}
#c-common-box5 .c-container .c-right .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px 50px;
}
@media (max-width: 1580px) {
  #c-common-box5 .c-container .c-right .c-list {
    margin: 0 -15px 10px;
  }
}
#c-common-box5 .c-container .c-right .c-list li {
  padding: 0 15px 30px;
  width: 25%;
}
@media (max-width: 1580px) {
  #c-common-box5 .c-container .c-right .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #c-common-box5 .c-container .c-right .c-list li {
    padding-bottom: 20px;
    width: 100%;
  }
}
#c-common-box5 .c-container .c-right .c-list li .c-wrap {
  padding: 60px 40px;
  background: #f8f8f8;
}
@media (max-width: 1580px) {
  #c-common-box5 .c-container .c-right .c-list li .c-wrap {
    padding: 40px;
  }
}
@media (max-width: 1260px) {
  #c-common-box5 .c-container .c-right .c-list li .c-wrap {
    padding: 30px;
  }
}
#c-common-box5 .c-container .c-right .c-list li .c-wrap .c-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-common-box5 .c-container .c-right .c-list li .c-wrap .c-title {
    margin-bottom: 10px;
  }
}
#c-common-box5 .c-container .c-right .c-list li .c-wrap .c-text-box {
  line-height: 1.9;
  color: #666;
}
#c-common-box5 .c-container .c-right .c-list li .c-wrap .c-bbox {
  padding-top: 15px;
}
#c-common-box5 .c-container .c-right .c-list li .c-wrap .c-bbox p {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 1580px) {
  #c-common-box5 .c-container .c-right .c-list li .c-wrap .c-bbox p {
    padding-top: 10px;
  }
}
#c-common-box5 .c-container .c-right .c-list li .c-wrap .c-bbox p i {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
#c-common-box5 .c-container .c-right .c-list li .c-wrap .c-bbox p a {
  color: #333;
  transition: 0.5s;
}
#c-common-box5 .c-container .c-right .c-list li .c-wrap .c-bbox p a:hover {
  color: #005f61;
  font-weight: bold;
}
#c-common-box5 .c-container .c-right .c-list li .c-wrap .c-bbox p.c-dh i {
  background: #fff url(../image/dh-ico.png) no-repeat center / auto 14px;
}
#c-common-box5 .c-container .c-right .c-list li .c-wrap .c-bbox p.c-dz i {
  background: #fff url(../image/dw-ico.png) no-repeat center / auto 14px;
}
#c-common-box5 .c-container .c-right .c-page {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
@media (max-width: 767px) {
  #c-common-box5 .c-container .c-right .c-page {
    padding-top: 20px;
  }
}
#c-contact1 .c-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media (max-width: 991px) {
  #c-contact1 .c-list {
    margin: 0 -10px -20px;
  }
}
#c-contact1 .c-list li {
  padding: 0 20px 40px;
  width: 33.333333%;
}
@media (max-width: 991px) {
  #c-contact1 .c-list li {
    padding: 0 10px 20px;
  }
}
@media (max-width: 767px) {
  #c-contact1 .c-list li {
    width: 100%;
  }
}
#c-contact1 .c-list li .c-wrap {
  display: block;
  padding: 40px;
  color: #333;
  background: #fff;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  #c-contact1 .c-list li .c-wrap {
    padding: 30px;
  }
}
#c-contact1 .c-list li .c-wrap .c-title {
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 1580px) {
  #c-contact1 .c-list li .c-wrap .c-title {
    font-size: 24px;
    line-height: 24px;
  }
}
#c-contact1 .c-list li .c-wrap .c-title2 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.9;
}
@media (max-width: 1580px) {
  #c-contact1 .c-list li .c-wrap .c-title2 {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #c-contact1 .c-list li .c-wrap .c-title2 {
    margin-top: 10px;
  }
}
#c-contact1 .c-list li .c-wrap .c-text {
  line-height: 1.9;
}
#c-contact1 .c-list li .c-wrap:hover {
  color: #fff;
  background: #005f61;
}
#c-contact2 .c-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media (max-width: 767px) {
  #c-contact2 .c-list {
    margin: 0 -20px -20px;
  }
}
#c-contact2 .c-list li {
  padding: 0 20px 40px;
  width: 50%;
}
@media (max-width: 767px) {
  #c-contact2 .c-list li {
    width: 100%;
    padding-bottom: 20px;
  }
}
#c-contact2 .c-list li .c-wrap {
  display: block;
  color: #333;
}
#c-contact2 .c-list li .c-wrap .c-img-box {
  height: 5.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-contact2 .c-list li .c-wrap .c-img-box {
    height: 12rem;
  }
}
#c-contact2 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-contact2 .c-list li .c-wrap .c-title {
  margin-top: 25px;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 767px) {
  #c-contact2 .c-list li .c-wrap .c-title {
    margin-top: 15px;
  }
}
#c-contact2 .c-list li .c-wrap .c-text {
  margin: 10px 0 30px;
  line-height: 26px;
}
@media (max-width: 1580px) {
  #c-contact2 .c-list li .c-wrap .c-text {
    margin: 10px 0;
  }
}
#c-contact2 .c-list li .c-wrap .c-more {
  opacity: 0;
  line-height: 26px;
  color: #005f61;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-contact2 .c-list li .c-wrap .c-more {
    display: none;
  }
}
#c-contact2 .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-contact2 .c-list li .c-wrap:hover .c-more {
  opacity: 1;
}
@media (max-width: 767px) {
  #c-login2 {
    padding-top: 100px;
  }
}
#c-login2 .c-top {
  text-align: center;
}
#c-login2 .c-top .c-text {
  margin: 20px 0 80px;
}
@media (max-width: 1580px) {
  #c-login2 .c-top .c-text {
    margin: 20px 0 40px;
  }
}
#c-login2 form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 100px;
}
@media (max-width: 991px) {
  #c-login2 form {
    padding: 0;
  }
}
#c-login2 form .c-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
#c-login2 form .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: #005f61;
  width: 100%;
  height: 60px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-login2 form .c-btn {
    height: 50px;
  }
}
#c-login2 form .c-btn:hover {
  color: #fff;
  background: #005f61;
  border-color: #005f61;
}
#c-login2 form .c-lt {
  padding-right: 80px;
  width: 50%;
  border-right: 1px solid #ddd;
}
@media (max-width: 1580px) {
  #c-login2 form .c-lt {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  #c-login2 form .c-lt {
    padding: 0;
    border: 0;
    width: 100%;
  }
}
#c-login2 form .c-lt .c-btn {
  color: #fff;
  background: #005f61;
  border-color: #005f61;
}
#c-login2 form .c-lt .c-list li {
  padding-top: 35px;
}
@media (max-width: 1580px) {
  #c-login2 form .c-lt .c-list li {
    padding-top: 20px;
  }
}
#c-login2 form .c-lt .c-list li .c-title2 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
#c-login2 form .c-lt .c-list li input {
  padding: 0 20px;
  width: 100%;
  height: 60px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  line-height: 58px;
}
@media (max-width: 767px) {
  #c-login2 form .c-lt .c-list li input {
    height: 50px;
    line-height: 48px;
  }
}
#c-login2 form .c-lt .c-mm {
  margin: 30px 0 35px;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 1580px) {
  #c-login2 form .c-lt .c-mm {
    margin: 20px 0;
  }
}
#c-login2 form .c-lt .c-mm:hover {
  color: #005f61;
}
#c-login2 form .c-gt {
  padding-left: 80px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 1580px) {
  #c-login2 form .c-gt {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  #c-login2 form .c-gt {
    padding: 40px 0 0;
    width: 100%;
  }
}
#c-login2 form .c-gt .c-text {
  padding-right: 1.6rem;
  margin-top: 60px;
  line-height: 1.9;
}
@media (max-width: 1580px) {
  #c-login2 form .c-gt .c-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #c-login2 form .c-gt .c-text {
    margin: 10px 0 15px;
  }
}
#c-password {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 950;
  width: 95%;
  max-width: 700px;
  padding: 60px 85px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1580px) {
  #c-password {
    max-width: 600px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #c-password {
    padding: 20px;
  }
}
#c-password .c-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../image/close3.png) no-repeat center / 20px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-password .c-close {
    top: 0;
    right: 0;
  }
}
#c-password .c-close:hover {
  background-color: #005f61;
  background-image: url(../image/close.png);
}
#c-password .c-title {
  font-weight: normal;
  font-size: 30px;
  list-style: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  #c-password .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
#c-password .c-text {
  margin: 20px 0;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-password .c-text {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  #c-password .c-text {
    margin: 10px 0 0;
  }
}
#c-password .c-list li {
  padding-top: 35px;
}
@media (max-width: 1580px) {
  #c-password .c-list li {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  #c-password .c-list li {
    padding-top: 10px;
  }
}
#c-password .c-list li .c-title2 {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 26px;
}
#c-password .c-list li .c-wrap {
  display: flex;
  align-items: flex-start;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  #c-password .c-list li .c-wrap {
    height: 50px;
  }
}
#c-password .c-list li .c-wrap input {
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
#c-password .c-list li .c-wrap button {
  width: 100%;
  height: 100%;
  color: #005f61;
  transition: all 0.5s;
  cursor: pointer;
  color: #fff;
  background: #005f61;
}
#c-password .c-list li:first-child .c-wrap input {
  width: calc(100% - 176px);
}
@media (max-width: 767px) {
  #c-password .c-list li:first-child .c-wrap input {
    width: calc(100% - 120px);
  }
}
#c-password .c-list li:first-child .c-wrap .c-text2 {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 100%;
  background: #ddd;
  cursor: pointer;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #c-password .c-list li:first-child .c-wrap .c-text2 {
    width: 120px;
  }
}
@media (max-width: 767px) {
  #c-register {
    padding-top: 100px;
  }
}
#c-register .c-main-wrap {
  margin: 0 auto;
  max-width: 1080px;
}
#c-register .c-main-wrap .c-top {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #c-register .c-main-wrap .c-top {
    margin-bottom: 0;
  }
}
#c-register .c-main-wrap .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#c-register .c-main-wrap .c-list > li {
  padding: 35px 10px 0;
  width: 100%;
}
@media (max-width: 1580px) {
  #c-register .c-main-wrap .c-list > li {
    padding: 20px 10px 0;
  }
}
@media (max-width: 767px) {
  #c-register .c-main-wrap .c-list > li {
    width: 100% !important;
  }
}
#c-register .c-main-wrap .c-list > li .c-title {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 26px;
}
#c-register .c-main-wrap .c-list > li .c-box {
  display: flex;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #c-register .c-main-wrap .c-list > li .c-box {
    height: 50px;
  }
}
#c-register .c-main-wrap .c-list > li input {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  line-height: 58px;
}
#c-register .c-main-wrap .c-list > li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-register .c-main-wrap .c-list > li button {
    height: 50px;
  }
}
#c-register .c-main-wrap .c-list > li button:first-child {
  margin-bottom: 20px;
  border-color: #005f61;
  background: #005f61;
  color: #fff;
}
#c-register .c-main-wrap .c-list > li button:hover {
  border-color: #005f61;
  background: #005f61;
  color: #fff;
}
#c-register .c-main-wrap .c-list > li:nth-child(1),
#c-register .c-main-wrap .c-list > li:nth-child(2),
#c-register .c-main-wrap .c-list > li:nth-child(4),
#c-register .c-main-wrap .c-list > li:nth-child(5),
#c-register .c-main-wrap .c-list > li:nth-child(6),
#c-register .c-main-wrap .c-list > li:nth-child(7),
#c-register .c-main-wrap .c-list > li:nth-child(9),
#c-register .c-main-wrap .c-list > li:nth-child(10) {
  width: 50%;
}
#c-register .c-main-wrap .c-list > li:nth-child(2) label {
  position: relative;
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-register .c-main-wrap .c-list > li:nth-child(2) label {
    line-height: 48px;
  }
}
#c-register .c-main-wrap .c-list > li:nth-child(2) label.on {
  background: #ddd;
}
#c-register .c-main-wrap .c-list > li:nth-child(2) label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#c-register .c-main-wrap .c-list > li:nth-child(4) input {
  width: calc(100% - 176px);
}
@media (max-width: 767px) {
  #c-register .c-main-wrap .c-list > li:nth-child(4) input {
    width: calc(100% - 140px);
  }
}
#c-register .c-main-wrap .c-list > li:nth-child(4) .c-text {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 100%;
  background: #ddd;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-register .c-main-wrap .c-list > li:nth-child(4) .c-text {
    width: 140px;
  }
}
#c-register .c-main-wrap .c-list > li:nth-child(8) .c-box-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-register .c-main-wrap .c-list > li:nth-child(8) .c-box-wrap .c-box {
  width: calc(33.333333% - 13px);
}
@media (max-width: 767px) {
  #c-register .c-main-wrap .c-list > li:nth-child(8) .c-box-wrap .c-box {
    margin-bottom: 10px;
    width: 100%;
  }
  #c-register .c-main-wrap .c-list > li:nth-child(8) .c-box-wrap .c-box:last-child {
    margin-bottom: 0;
  }
}
#c-register .c-main-wrap .c-list > li:nth-child(9),
#c-register .c-main-wrap .c-list > li:nth-child(10) {
  position: relative;
  z-index: 5;
}
#c-register .c-main-wrap .c-list > li:nth-child(9) .c-box,
#c-register .c-main-wrap .c-list > li:nth-child(10) .c-box {
  position: relative;
}
#c-register .c-main-wrap .c-list > li:nth-child(9) .c-box input,
#c-register .c-main-wrap .c-list > li:nth-child(10) .c-box input {
  background: url(https://www.emilechouriet.com/static/modules/cms/images/);
}
#c-register .c-main-wrap .c-list > li:nth-child(9) .c-box i,
#c-register .c-main-wrap .c-list > li:nth-child(10) .c-box i {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  font-size: 18PX;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-register .c-main-wrap .c-list > li:nth-child(9) .c-box::before,
#c-register .c-main-wrap .c-list > li:nth-child(10) .c-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#c-register .c-main-wrap .c-list > li:nth-last-child(2) .c-text2 {
  margin-bottom: 5px;
  line-height: 26px;
}
@media (max-width: 767px) {
  #c-register .c-main-wrap .c-list > li:nth-last-child(2) .c-text2 {
    line-height: 24px;
    margin-bottom: 0;
  }
}
#c-register .c-main-wrap .c-list > li:nth-last-child(2) .c-checkbox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 24px;
  margin: 0 -10px;
}
#c-register .c-main-wrap .c-list > li:nth-last-child(2) .c-checkbox > div {
  display: flex;
  align-items: center;
  padding: 20px 10px 0;
}
#c-register .c-main-wrap .c-list > li:nth-last-child(2) .c-checkbox label {
  position: relative;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  cursor: pointer;
  overflow: hidden;
}
#c-register .c-main-wrap .c-list > li:nth-last-child(2) .c-checkbox label::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #005f61;
}
#c-register .c-main-wrap .c-list > li:nth-last-child(2) .c-checkbox label input {
  opacity: 0;
  cursor: pointer;
}
#c-register .c-main-wrap .c-list > li:nth-last-child(2) .c-checkbox a {
  color: #005f61;
  text-decoration: underline;
}
#c-register .c-main-wrap .c-list > li:nth-last-child(2) .c-checkbox > div.on label::before {
  opacity: 1;
}
#c-register .c-main-wrap .c-list > li:nth-last-child(1) {
  padding-top: 50px;
}
@media (max-width: 1580px) {
  #c-register .c-main-wrap .c-list > li:nth-last-child(1) {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  #c-register .c-main-wrap .c-list > li:nth-last-child(1) {
    padding-top: 20px;
  }
}
#c-register .c-main-wrap .c-list > li .c-list2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  margin-top: -1px;
  width: 100%;
  max-height: 232px;
  overflow-y: auto;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 767px) {
  #c-register .c-main-wrap .c-list > li .c-list2 {
    max-height: 186px;
  }
}
#c-register .c-main-wrap .c-list > li .c-list2 li {
  display: block;
  padding: 0 15px;
  line-height: 46px;
  color: #333;
  transition: all 0.5s;
  cursor: pointer;
}
#c-register .c-main-wrap .c-list > li .c-list2 li:hover {
  color: #fff;
  background: #005f61;
}
#c-user-menu .c-list {
  display: flex;
  align-items: flex-start;
  overflow-y: auto;
}
#c-user-menu .c-list li {
  width: 20%;
  flex: none;
}
@media (max-width: 767px) {
  #c-user-menu .c-list li {
    width: 28.5%;
  }
}
#c-user-menu .c-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 138px;
}
@media (max-width: 767px) {
  #c-user-menu .c-list li a {
    height: 100px;
  }
}
#c-user-menu .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #005f61;
  transition: all 0.5s;
}
#c-user-menu .c-list li a .c-ico {
  margin: 0 auto 15px;
  width: 40px;
  height: 26px;
}
@media (max-width: 767px) {
  #c-user-menu .c-list li a .c-ico {
    margin-bottom: 5px;
  }
}
#c-user-menu .c-list li a .c-ico img {
  height: 100%;
}
#c-user-menu .c-list li a .c-ico img:last-child {
  display: none;
}
#c-user-menu .c-list li a .c-title {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-user-menu .c-list li a .c-title {
    font-size: 14px;
    line-height: 24px;
  }
}
#c-user-menu .c-list li a:hover .c-ico img:first-child {
  display: none;
}
#c-user-menu .c-list li a:hover .c-ico img:last-child {
  display: inline-block;
}
#c-user-menu .c-list li a:hover .c-title {
  color: #005f61;
}
#c-user-menu .c-list li.on a::before {
  width: 100%;
}
#c-user-menu .c-list li.on a .c-ico img:first-child {
  display: none;
}
#c-user-menu .c-list li.on a .c-ico img:last-child {
  display: inline-block;
}
#c-user-menu .c-list li.on a .c-title {
  color: #005f61;
}
#c-product-pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.c-banner10-wrap {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  width: 87.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .c-banner10-wrap {
    width: calc(100% - 40px);
  }
}
.c-banner10-wrap .c-close {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 50;
  margin-top: 20px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
.c-banner10-wrap .c-close:after,
.c-banner10-wrap .c-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
.c-banner10-wrap .c-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-banner10-wrap .c-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-banner10-wrap .c-close:hover {
  background: #005f61;
}
.c-banner10-wrap .c-close:hover:after,
.c-banner10-wrap .c-close:hover:before {
  background: #fff;
}
.c-banner10-wrap .c-banner10 {
  padding: 30px 0;
  height: 70vh;
}
@media (max-width: 991px) {
  .c-banner10-wrap .c-banner10 {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .c-banner10-wrap .c-banner10 {
    height: 18rem;
  }
}
.c-banner10-wrap .c-banner10 .c-wrap {
  display: block;
  color: #333;
  text-align: center;
  height: 100%;
}
.c-banner10-wrap .c-banner10 .c-wrap .c-img-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
}
.c-banner10-wrap .c-banner10 .c-wrap .c-img-box img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-banner10-wrap .c-banner10 .c-wrap .c-title {
  font-size: 16px;
  line-height: 26px;
}
.c-banner10-wrap .c-banner10 .swiper-scrollbar {
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.c-banner10-wrap .c-banner10 .swiper-scrollbar-drag {
  background: #005f61;
}
.c-banner10-wrap .c-prev {
  position: absolute;
  top: 50%;
  left: -90px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff url(../image/jt5.png) no-repeat center / 10px auto;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .c-banner10-wrap .c-prev {
    left: -70px;
  }
}
@media (max-width: 1260px) {
  .c-banner10-wrap .c-prev {
    display: none;
  }
}
.c-banner10-wrap .c-prev:hover {
  background: #005f61 url(../image/jt7.png) no-repeat center / 10px auto;
  box-shadow: 0px 5px 30px 0px rgba(2, 103, 133, 0.2);
}
.c-banner10-wrap .c-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.c-banner10-wrap .c-next {
  position: absolute;
  top: 50%;
  right: -90px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff url(../image/jt6.png) no-repeat center / 10px auto;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .c-banner10-wrap .c-next {
    right: -70px;
  }
}
@media (max-width: 1260px) {
  .c-banner10-wrap .c-next {
    display: none;
  }
}
.c-banner10-wrap .c-next:hover {
  background: #005f61 url(../image/jt8.png) no-repeat center / 10px auto;
  box-shadow: 0px 5px 30px 0px rgba(2, 103, 133, 0.2);
}
.c-banner10-wrap .c-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#c-user {
  padding-top: 80px;
}
@media (max-width: 767px) {
  #c-user {
    padding-top: 60px;
  }
}
#c-user form {
  max-width: 1080px;
  margin: 0 auto;
}
#c-user .c-main-title {
  margin-bottom: 25px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
}
@media (max-width: 767px) {
  #c-user .c-main-title {
    margin-bottom: 5px;
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 34px;
  }
}
#c-user .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#c-user .c-list > li {
  padding: 35px 10px 0;
  width: 50%;
}
@media (max-width: 1580px) {
  #c-user .c-list > li {
    padding: 20px 10px 0;
  }
}
@media (max-width: 767px) {
  #c-user .c-list > li {
    width: 100% !important;
  }
}
#c-user .c-list > li .c-title {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 26px;
}
#c-user .c-list > li .c-box {
  display: flex;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #c-user .c-list > li .c-box {
    height: 50px;
  }
}
#c-user .c-list > li input {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  line-height: 58px;
}
#c-user .c-list > li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-user .c-list > li button {
    height: 50px;
  }
}
#c-user .c-list > li button:first-child {
  margin-bottom: 20px;
  border-color: #005f61;
  background: #005f61;
  color: #fff;
}
#c-user .c-list > li button:hover {
  border-color: #005f61;
  background: #005f61;
  color: #fff;
}
#c-user .c-list > li:nth-child(3),
#c-user .c-list > li:nth-child(8),
#c-user .c-list > li:last-child {
  width: 100%;
}
#c-user .c-list > li:nth-child(2) label {
  position: relative;
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-user .c-list > li:nth-child(2) label {
    line-height: 48px;
  }
}
#c-user .c-list > li:nth-child(2) label.on {
  background: #ddd;
}
#c-user .c-list > li:nth-child(2) label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#c-user .c-list > li:nth-child(3) .c-box-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-user .c-list > li:nth-child(3) .c-box-wrap .c-box {
  width: calc(33.333333% - 13px);
}
@media (max-width: 767px) {
  #c-user .c-list > li:nth-child(3) .c-box-wrap .c-box {
    margin-bottom: 10px;
    width: 100%;
  }
  #c-user .c-list > li:nth-child(3) .c-box-wrap .c-box:last-child {
    margin-bottom: 0;
  }
}
#c-user .c-list > li:nth-child(4) .c-box,
#c-user .c-list > li:nth-child(5) .c-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
#c-user .c-list > li:nth-child(4) .c-box .c-t1,
#c-user .c-list > li:nth-child(5) .c-box .c-t1 {
  padding-right: 20px;
  flex-shrink: 1;
}
#c-user .c-list > li:nth-child(4) .c-box .c-t2,
#c-user .c-list > li:nth-child(5) .c-box .c-t2 {
  flex-shrink: 0;
  color: #005f61;
  cursor: pointer;
}
#c-user .c-list > li:nth-child(4) .c-box .c-t2:hover,
#c-user .c-list > li:nth-child(5) .c-box .c-t2:hover {
  text-decoration: underline;
}
#c-user .c-list > li:nth-child(6),
#c-user .c-list > li:nth-child(7) {
  position: relative;
  z-index: 5;
}
#c-user .c-list > li:nth-child(6) .c-box,
#c-user .c-list > li:nth-child(7) .c-box {
  position: relative;
}
#c-user .c-list > li:nth-child(6) .c-box i,
#c-user .c-list > li:nth-child(7) .c-box i {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  font-size: 18PX;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-user .c-list > li:nth-child(6) .c-box::before,
#c-user .c-list > li:nth-child(7) .c-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#c-user .c-list > li:nth-child(8) {
  display: flex;
  align-items: center;
}
#c-user .c-list > li:nth-child(8) label {
  position: relative;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  cursor: pointer;
  overflow: hidden;
}
#c-user .c-list > li:nth-child(8) label::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #005f61;
}
#c-user .c-list > li:nth-child(8) label input {
  opacity: 0;
  cursor: pointer;
}
#c-user .c-list > li:nth-child(8) label.on::before {
  opacity: 1;
}
#c-user .c-list > li:nth-child(8) a {
  color: #005f61;
  text-decoration: underline;
}
#c-user .c-list > li:nth-last-child(1) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  #c-user .c-list > li:nth-last-child(1) {
    padding-top: 20px;
  }
}
#c-user .c-list > li .c-list2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  margin-top: -1px;
  width: 100%;
  max-height: 232px;
  overflow-y: auto;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 767px) {
  #c-user .c-list > li .c-list2 {
    max-height: 186px;
  }
}
#c-user .c-list > li .c-list2 li {
  display: block;
  padding: 0 15px;
  line-height: 46px;
  color: #333;
  transition: all 0.5s;
  cursor: pointer;
}
#c-user .c-list > li .c-list2 li:hover {
  color: #fff;
  background: #005f61;
}
.c-common-pop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 950;
  width: 95%;
  max-width: 700px;
  padding: 60px 85px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1580px) {
  .c-common-pop {
    max-width: 600px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .c-common-pop {
    padding: 20px;
  }
}
.c-common-pop .c-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../image/close3.png) no-repeat center / 20px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .c-common-pop .c-close {
    top: 0;
    right: 0;
  }
}
.c-common-pop .c-close:hover {
  background-color: #005f61;
  background-image: url(../image/close.png);
}
.c-common-pop .c-title {
  font-weight: normal;
  font-size: 30px;
  list-style: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-common-pop .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.c-common-pop .c-text {
  margin: 20px 0;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1580px) {
  .c-common-pop .c-text {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .c-common-pop .c-text {
    margin: 10px 0 0;
  }
}
.c-common-pop .c-list li {
  padding-top: 35px;
}
@media (max-width: 1580px) {
  .c-common-pop .c-list li {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .c-common-pop .c-list li {
    padding-top: 10px;
  }
}
.c-common-pop .c-list li .c-title2 {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 26px;
}
.c-common-pop .c-list li .c-wrap {
  display: flex;
  align-items: flex-start;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .c-common-pop .c-list li .c-wrap {
    height: 50px;
  }
}
.c-common-pop .c-list li .c-wrap input {
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
.c-common-pop .c-list li .c-wrap button {
  width: 100%;
  height: 100%;
  color: #005f61;
  transition: all 0.5s;
  cursor: pointer;
  color: #fff;
  background: #005f61;
}
.c-common-pop .c-list li:first-child .c-wrap input {
  width: calc(100% - 176px);
}
@media (max-width: 767px) {
  .c-common-pop .c-list li:first-child .c-wrap input {
    width: calc(100% - 120px);
  }
}
.c-common-pop .c-list li:first-child .c-wrap .c-text2 {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 100%;
  background: #ddd;
  cursor: pointer;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-common-pop .c-list li:first-child .c-wrap .c-text2 {
    width: 120px;
  }
}
#c-user-wish {
  padding-top: 80px;
}
@media (max-width: 767px) {
  #c-user-wish {
    padding-top: 60px;
  }
}
#c-user-wish .c-top {
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-user-wish .c-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #c-user-wish .c-top {
    margin-bottom: 30px;
  }
}
#c-user-wish .c-top .c-title {
  font-size: 30px;
  line-height: 44px;
}
@media (max-width: 767px) {
  #c-user-wish .c-top .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
#c-user-wish .c-top .c-text {
  margin-top: 20px;
  line-height: 26px;
}
@media (max-width: 1580px) {
  #c-user-wish .c-top .c-text {
    margin-top: 10px;
    line-height: 24px;
  }
}
#c-user-wish .c-list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px -60px;
}
@media (max-width: 1580px) {
  #c-user-wish .c-list {
    margin: 0 -15px -40px;
  }
}
@media (max-width: 767px) {
  #c-user-wish .c-list {
    margin: 0 -10px -30px;
  }
}
#c-user-wish .c-list li {
  padding: 0 15px 60px;
  width: 33.333333%;
}
@media (max-width: 1580px) {
  #c-user-wish .c-list li {
    padding: 0 15px 40px;
  }
}
@media (max-width: 767px) {
  #c-user-wish .c-list li {
    width: 50%;
    padding: 0 10px 30px;
  }
}
#c-user-wish .c-list li .c-box {
  position: relative;
}
#c-user-wish .c-list li .c-box .c-wrap {
  display: block;
  color: #333;
  text-align: center;
}
#c-user-wish .c-list li .c-box .c-wrap .c-img-box {
  margin-bottom: 15px;
  height: 5.24rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  #c-user-wish .c-list li .c-box .c-wrap .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  #c-user-wish .c-list li .c-box .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-user-wish .c-list li .c-box .c-wrap .c-img-box img {
  width: 100%;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all 1s;
}
#c-user-wish .c-list li .c-box .c-wrap .c-title {
  font-size: 16px;
  line-height: 26px;
}
#c-user-wish .c-list li .c-box .c-wrap:hover .c-img-box img {
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
}
#c-user-wish .c-list li .c-box .c-del {
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  padding-left: 26px;
  background: url(../image/close2.png) no-repeat left center / 18px auto;
  cursor: pointer;
  transition: 0.5s;
  color: #005f61;
}
@media (max-width: 991px) {
  #c-user-wish .c-list li .c-box .c-del {
    top: 10px;
    left: 10px;
    height: 20px;
    background-size: 14px auto;
    opacity: 1;
  }
}
#c-user-wish .c-list li .c-box .c-del span {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  #c-user-wish .c-list li .c-box .c-del span {
    display: none;
  }
}
#c-user-wish .c-list li .c-box .c-del:hover {
  background-image: url(../image/close4.png);
}
#c-user-wish .c-list li .c-box .c-del:hover span {
  opacity: 1;
}
#c-user-wish .c-list li .c-box .c-check {
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background: #999 url(../image/check.png) no-repeat center / 14px auto;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 991px) {
  #c-user-wish .c-list li .c-box .c-check {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background-size: 10px auto;
  }
}
#c-user-wish .c-list li .c-box:hover .c-del,
#c-user-wish .c-list li .c-box:hover .c-check {
  opacity: 1;
}
#c-user-wish .c-list li.on .c-box .c-check {
  background-color: #005f61;
}
#c-selected-product {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 890;
  width: 100%;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
#c-selected-product .c-container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
@media (max-width: 767px) {
  #c-selected-product .c-container2 {
    height: 50px;
  }
}
#c-selected-product .c-text {
  line-height: 26px;
}
#c-selected-product .c-text span {
  color: #005f61;
}
#c-selected-product .c-btn {
  padding: 0 40px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  background: #005f61;
}
@media (max-width: 767px) {
  #c-selected-product .c-btn {
    margin-right: -20px;
    padding: 0 20px;
  }
}
#c-selected-product .c-btn i {
  margin-left: 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../image/jt3.png) no-repeat center / 100% auto;
}
#c-contrast {
  padding-top: 80px;
}
@media (max-width: 767px) {
  #c-contrast {
    padding-top: 60px;
  }
}
#c-contrast .c-go-wish {
  position: absolute;
  top: 0;
  left: -1.66rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.66rem;
  height: 50px;
  color: #fff;
  background: #005f61;
}
@media (max-width: 1580px) {
  #c-contrast .c-go-wish {
    left: 0;
    width: 130px;
  }
}
@media (max-width: 991px) {
  #c-contrast .c-go-wish {
    position: relative;
    left: 0;
    margin: 20px auto 0;
  }
}
#c-contrast .c-go-wish i {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  background: url(../image/jt3.png) no-repeat center / 100% auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#c-contrast .c-top {
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-contrast .c-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #c-contrast .c-top {
    margin-bottom: 30px;
  }
}
#c-contrast .c-top .c-title {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1580px) {
  #c-contrast .c-top .c-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #c-contrast .c-top .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
#c-contrast .c-top .c-text {
  margin-top: 20px;
  line-height: 26px;
}
@media (max-width: 1580px) {
  #c-contrast .c-top .c-text {
    margin-top: 10px;
    line-height: 24px;
  }
}
#c-contrast .c-top .c-text a {
  color: #005f61;
}
#c-contrast .c-top .c-text a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #c-contrast .c-main-wrap {
    overflow-x: auto;
  }
}
#c-contrast .c-main-wrap .c-list1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  #c-contrast .c-main-wrap .c-list1 {
    margin: 0 -10px;
    width: 38rem;
  }
}
#c-contrast .c-main-wrap .c-list1 li {
  padding: 0 15px;
  width: 33.333333%;
}
@media (max-width: 767px) {
  #c-contrast .c-main-wrap .c-list1 li {
    padding: 0 10px;
  }
}
#c-contrast .c-main-wrap .c-list1 li .c-wrap {
  display: block;
  border-bottom: 1px solid #ddd;
  color: #333;
}
#c-contrast .c-main-wrap .c-list1 li .c-wrap .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.24rem;
  overflow: hidden;
  background: #FAF8F6;
}
@media (max-width: 1580px) {
  #c-contrast .c-main-wrap .c-list1 li .c-wrap .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  #c-contrast .c-main-wrap .c-list1 li .c-wrap .c-img-box {
    height: 14rem;
  }
}
#c-contrast .c-main-wrap .c-list1 li .c-wrap .c-img-box img {
  width: 100%;
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transition: all 1s;
}
#c-contrast .c-main-wrap .c-list1 li .c-wrap .c-title {
  padding: 35px 0 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1580px) {
  #c-contrast .c-main-wrap .c-list1 li .c-wrap .c-title {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0 0;
  }
}
#c-contrast .c-main-wrap .c-list1 li .c-wrap .c-text {
  padding-bottom: 35px;
  line-height: 26px;
  word-wrap: break-word;
  word-break: normal;
}
@media (max-width: 1580px) {
  #c-contrast .c-main-wrap .c-list1 li .c-wrap .c-text {
    padding-bottom: 20px;
  }
}
#c-contrast .c-main-wrap .c-list1 li .c-wrap:hover .c-img-box img {
  transform: scale(1.6, 1.6);
  -webkit-transform: scale(1.6, 1.6);
}
#c-contrast .c-main-wrap .c-title2 {
  font-weight: normal;
  font-size: 30px;
  line-height: 100px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1580px) {
  #c-contrast .c-main-wrap .c-title2 {
    font-size: 24px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  #c-contrast .c-main-wrap .c-title2 {
    font-size: 20px;
    line-height: 60px;
    width: calc(38rem - 20px);
  }
}
#c-contrast .c-main-wrap .c-list2 {
  display: flex;
  align-items: flex-start;
  margin: 0 -15px;
  padding-top: 35px;
}
@media (max-width: 1580px) {
  #c-contrast .c-main-wrap .c-list2 {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  #c-contrast .c-main-wrap .c-list2 {
    width: 38rem;
    margin: 0 -10px;
  }
}
#c-contrast .c-main-wrap .c-list2 > li {
  padding: 0 15px;
  width: 33.333333%;
}
@media (max-width: 767px) {
  #c-contrast .c-main-wrap .c-list2 > li {
    padding: 0 10px;
  }
}
#c-contrast .c-main-wrap .c-list2 > li .c-list3 li {
  margin-bottom: 20px;
  line-height: 26px;
}
@media (max-width: 1580px) {
  #c-contrast .c-main-wrap .c-list2 > li .c-list3 li {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #c-contrast .c-main-wrap .c-list2 > li .c-list3 li {
    margin-bottom: 10px;
  }
}
#c-contrast .c-main-wrap .c-list2 > li .c-list3 li:last-child {
  margin-bottom: 0;
}
#c-contrast .c-main-wrap .c-list2 > li .c-list3 li .c-title {
  font-weight: bold;
}
#c-footprint {
  padding-top: 80px;
}
@media (max-width: 767px) {
  #c-footprint {
    padding-top: 60px;
  }
}
#c-footprint .c-top {
  margin-bottom: 50px;
}
@media (max-width: 1580px) {
  #c-footprint .c-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #c-footprint .c-top {
    margin-bottom: 30px;
  }
}
#c-footprint .c-top .c-title {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  #c-footprint .c-top .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
#c-footprint .c-list-wrap {
  overflow-x: auto;
}
#c-footprint .c-list-wrap .c-list1 {
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1580px) {
  #c-footprint .c-list-wrap .c-list1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #c-footprint .c-list-wrap .c-list1 {
    margin-bottom: 30px;
    width: 175%;
  }
}
#c-footprint .c-list-wrap .c-list1 li {
  padding: 0 10px;
  width: 25%;
  font-weight: bold;
  line-height: 1;
}
#c-footprint .c-list-wrap .c-list1 li:first-child {
  padding-left: 0;
}
#c-footprint .c-list-wrap .c-list1 li:first-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  #c-footprint .c-list-wrap .c-list2 {
    width: 177%;
  }
}
#c-footprint .c-list-wrap .c-list2 li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  line-height: 24px;
}
@media (max-width: 767px) {
  #c-footprint .c-list-wrap .c-list2 li {
    margin-bottom: 20px;
  }
}
#c-footprint .c-list-wrap .c-list2 li:last-child {
  margin-bottom: 0;
}
#c-footprint .c-list-wrap .c-list2 li > div {
  width: 25%;
  padding: 0 10px;
}
#c-footprint .c-list-wrap .c-list2 li > div:first-child {
  padding-left: 0;
}
#c-footprint .c-list-wrap .c-list2 li > div:first-child {
  padding-right: 0;
}
#c-footprint .c-list-wrap .c-list2 li .c-img-box {
  width: 120px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#c-footprint .c-list-wrap .c-list2 li .c-img-box img {
  width: 100%;
  transition: all 1s;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}
#c-footprint .c-list-wrap .c-list2 li .c-img-box:hover img {
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
}
#c-footprint .c-list-wrap .c-list2 li .c-box2,
#c-footprint .c-list-wrap .c-list2 li .c-box3 {
  word-wrap: break-word;
  word-break: normal;
}
#c-footprint .c-list-wrap .c-list2 li .c-box2 a,
#c-footprint .c-list-wrap .c-list2 li .c-box3 a {
  color: #333;
  transition: all 0.5s;
}
#c-footprint .c-list-wrap .c-list2 li .c-box2 a:hover,
#c-footprint .c-list-wrap .c-list2 li .c-box3 a:hover {
  color: #005f61;
  text-decoration: underline;
}
#c-footprint .c-list-wrap .c-list2 li .c-box4 {
  color: #999;
}
#c-ec1 {
  padding-top: 80px;
}
@media (max-width: 1580px) {
  #c-ec1 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #c-ec1 {
    padding-top: 60px;
  }
}
#c-ec1 .c-top {
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-ec1 .c-top {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #c-ec1 .c-top {
    margin-bottom: 10px;
  }
}
#c-ec1 .c-top .c-title {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767px) {
  #c-ec1 .c-top .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
#c-ec1 .c-top .c-text {
  margin-top: 20px;
  line-height: 26px;
}
@media (max-width: 1580px) {
  #c-ec1 .c-top .c-text {
    margin-top: 10px;
    line-height: 24px;
  }
}
#c-ec1 .c-top .c-text a {
  color: #005f61;
}
#c-ec1 .c-top .c-text a:hover {
  text-decoration: underline;
}
#c-ec1 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#c-ec1 .c-list > li {
  padding: 35px 10px 0;
  width: 100%;
}
@media (max-width: 1580px) {
  #c-ec1 .c-list > li {
    padding: 20px 10px 0;
  }
}
#c-ec1 .c-list > li .c-title {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 26px;
}
#c-ec1 .c-list > li .c-text {
  text-align: center;
}
#c-ec1 .c-list > li .c-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
@media (max-width: 767px) {
  #c-ec1 .c-list > li .c-wrap {
    margin-bottom: -10px;
  }
}
#c-ec1 .c-list > li .c-wrap .c-item {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 50%;
}
@media (max-width: 767px) {
  #c-ec1 .c-list > li .c-wrap .c-item {
    margin-bottom: 10px;
    width: 100%;
  }
}
#c-ec1 .c-list > li .c-wrap .c-item .c-box {
  position: relative;
  cursor: pointer;
}
#c-ec1 .c-list > li .c-wrap .c-item .c-box i {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  font-size: 18PX;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-ec1 .c-list > li .c-wrap .c-item .c-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#c-ec1 .c-list > li .c-box {
  display: flex;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #c-ec1 .c-list > li .c-box {
    height: 50px;
  }
}
#c-ec1 .c-list > li input {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  line-height: 58px;
}
#c-ec1 .c-list > li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-ec1 .c-list > li button {
    height: 50px;
  }
}
#c-ec1 .c-list > li button:first-child {
  margin-bottom: 20px;
  border-color: #005f61;
  background: #005f61;
  color: #fff;
}
#c-ec1 .c-list > li button:hover {
  border-color: #005f61;
  background: #005f61;
  color: #fff;
}
#c-ec1 .c-list > li:nth-child(3) .c-wrap .c-item:first-child .c-box {
  cursor: default;
}
#c-ec1 .c-list > li:nth-child(3) .c-wrap .c-item:first-child .c-box::before {
  display: none;
}
#c-ec1 .c-list > li:nth-child(3) .c-wrap .c-item:first-child .c-box i {
  z-index: -1;
  width: 20px;
  height: 20px;
  background: url(../image/time-ico.png) no-repeat center / 100%;
}
#c-ec1 .c-list > li:nth-child(3) .c-wrap .c-item:last-child {
  width: 100%;
}
#c-ec1 .c-list > li:nth-child(3) .c-wrap .c-item:last-child .c-box {
  cursor: default;
}
#c-ec1 .c-list > li:nth-child(3) .c-wrap .c-item:last-child .c-box::before {
  display: none;
}
#c-ec1 .c-list > li:nth-last-child(1) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  #c-ec1 .c-list > li:nth-last-child(1) {
    padding-top: 20px;
  }
}
#c-ec1 .c-list > li .c-list2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  margin-top: -1px;
  width: 100%;
  max-height: 232px;
  overflow-y: auto;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 767px) {
  #c-ec1 .c-list > li .c-list2 {
    max-height: 186px;
  }
}
#c-ec1 .c-list > li .c-list2 li {
  display: block;
  padding: 0 15px;
  line-height: 46px;
  color: #333;
  transition: all 0.5s;
  cursor: pointer;
}
#c-ec1 .c-list > li .c-list2 li:hover {
  color: #fff;
  background: #005f61;
}
#c-ec2 .c-top {
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-ec2 .c-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #c-ec2 .c-top {
    margin-bottom: 30px;
  }
}
#c-ec2 .c-top .c-title {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1580px) {
  #c-ec2 .c-top .c-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  #c-ec2 .c-top .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
#c-ec2 .c-list > li {
  padding: 0 20px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
@media (max-width: 1580px) {
  #c-ec2 .c-list > li {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #c-ec2 .c-list > li {
    margin-bottom: 20px;
    padding: 20px 10px 10px;
  }
}
#c-ec2 .c-list > li .c-list2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-ec2 .c-list > li .c-list2 li {
  padding: 40px 20px;
  width: 25%;
  line-height: 24px;
}
@media (max-width: 1580px) {
  #c-ec2 .c-list > li .c-list2 li {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  #c-ec2 .c-list > li .c-list2 li {
    padding: 0 10px 10px;
    width: 100%;
  }
}
#c-ec2 .c-list > li .c-list2 li:first-child {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-ec2 .c-list > li .c-list2 li:first-child > div:last-child {
  padding-left: 40px;
}
@media (max-width: 1580px) {
  #c-ec2 .c-list > li .c-list2 li:first-child > div:last-child {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #c-ec2 .c-list > li .c-list2 li:first-child > div:last-child {
    padding: 20px 0 0;
    width: 100%;
  }
}
#c-ec2 .c-list > li .c-list2 li:last-child .c-text {
  color: #005f61;
}
#c-ec2 .c-list > li .c-list2 li .c-img-box {
  width: 120px;
  height: 144px;
  background: #FAF8F6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 1260px) {
  #c-ec2 .c-list > li .c-list2 li .c-img-box {
    width: 80px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  #c-ec2 .c-list > li .c-list2 li .c-img-box {
    width: 100%;
    height: 16rem;
  }
}
#c-ec2 .c-list > li .c-list2 li .c-img-box img {
  width: 100%;
  transition: all 1s;
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
}
#c-ec2 .c-list > li .c-list2 li .c-title {
  color: #999;
}
#c-ec2 .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 92px;
  color: #fff;
  background: #005F61;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1580px) {
  #c-ec2 .c-btn {
    height: 60px;
  }
}
@media (max-width: 767px) {
  #c-ec2 .c-btn {
    height: 50px;
  }
}
#c-guarantee {
  padding-top: 80px;
}
@media (max-width: 767px) {
  #c-guarantee {
    padding-top: 60px;
  }
}
#c-guarantee .c-top {
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-guarantee .c-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #c-guarantee .c-top {
    margin-bottom: 30px;
  }
}
#c-guarantee .c-top .c-title {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767px) {
  #c-guarantee .c-top .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
#c-guarantee .c-top .c-text {
  margin-top: 20px;
  line-height: 26px;
}
@media (max-width: 1580px) {
  #c-guarantee .c-top .c-text {
    margin-top: 10px;
    line-height: 24px;
  }
}
#c-guarantee .c-top .c-text a {
  color: #005f61;
}
#c-guarantee .c-top .c-text a:hover {
  text-decoration: underline;
}
#c-guarantee .c-list li {
  margin-bottom: 30px;
  padding: 30px 80px;
  border: 1px solid #ddd;
}
@media (max-width: 1580px) {
  #c-guarantee .c-list li {
    padding: 15px 40px;
  }
}
@media (max-width: 767px) {
  #c-guarantee .c-list li {
    margin-bottom: 20px;
    padding: 15px 30px;
  }
}
#c-guarantee .c-list li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #c-guarantee .c-list li .c-title-box {
    padding: 15px 0;
  }
}
#c-guarantee .c-list li .c-title-box .c-title {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  #c-guarantee .c-list li .c-title-box .c-title {
    font-size: 16px;
    line-height: 26px;
  }
}
#c-guarantee .c-list li .c-title-box i {
  font-size: 28px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #c-guarantee .c-list li .c-title-box i {
    font-size: 20px;
  }
}
#c-guarantee .c-list li .c-text-box {
  padding: 25px 0;
  line-height: 2;
  color: #666;
}
@media (max-width: 767px) {
  #c-guarantee .c-list li .c-text-box {
    padding: 15px 0;
  }
}
#c-guarantee .c-list li .c-text-box a {
  color: #005f61;
  text-decoration: underline;
}
#c-guarantee .c-list li.on .c-title-box {
  border-color: transparent;
}
#c-guarantee .c-list li.on .c-title-box i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#c-guarantee .c-more {
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #005f61;
}
#c-appointment {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -10;
  width: 95%;
  max-width: 700px;
  padding: 60px 85px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1580px) {
  #c-appointment {
    max-width: 600px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #c-appointment {
    padding: 20px;
  }
}
#c-appointment .c-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../image/close3.png) no-repeat center / 20px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-appointment .c-close {
    top: 0;
    right: 0;
  }
}
#c-appointment .c-close:hover {
  background-color: #005f61;
  background-image: url(../image/close.png);
}
#c-appointment .c-top {
  margin-bottom: 50px;
}
@media (max-width: 1580px) {
  #c-appointment .c-top {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #c-appointment .c-top {
    margin-bottom: 20px;
  }
}
#c-appointment .c-top .c-title {
  font-weight: normal;
  font-size: 30px;
  list-style: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  #c-appointment .c-top .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
#c-appointment .c-top .c-text {
  margin: 20px 0 50px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-appointment .c-top .c-text {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  #c-appointment .c-top .c-text {
    margin: 10px 0 0;
  }
}
#c-appointment .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-appointment .c-list > li {
  padding: 35px 0 0;
  width: 100%;
}
@media (max-width: 1580px) {
  #c-appointment .c-list > li {
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  #c-appointment .c-list > li {
    width: 100% !important;
  }
}
#c-appointment .c-list > li:first-child {
  padding-top: 0;
}
#c-appointment .c-list > li .c-title {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 26px;
}
#c-appointment .c-list > li .c-box {
  position: relative;
  display: flex;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}
#c-appointment .c-list > li .c-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #c-appointment .c-list > li .c-box {
    height: 50px;
  }
}
#c-appointment .c-list > li .c-box.c-xlk {
  cursor: pointer;
}
#c-appointment .c-list > li .c-box.c-xlk i {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  font-size: 18PX;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-appointment .c-list > li .c-box.c-xlk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#c-appointment .c-list > li input {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  line-height: 58px;
}
#c-appointment .c-list > li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-appointment .c-list > li button {
    height: 50px;
  }
}
#c-appointment .c-list > li button:first-child {
  border-color: #005f61;
  background: #005f61;
  color: #fff;
}
#c-appointment .c-list > li button:hover {
  border-color: #005f61;
  background: #005f61;
  color: #fff;
}
#c-appointment .c-list > li:nth-last-child(3) label {
  position: relative;
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-appointment .c-list > li:nth-last-child(3) label {
    line-height: 48px;
  }
}
#c-appointment .c-list > li:nth-last-child(3) label.on {
  background: #ddd;
}
#c-appointment .c-list > li:nth-last-child(3) label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#c-appointment .c-list > li:nth-last-child(2) .c-checkbox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 24px;
}
#c-appointment .c-list > li:nth-last-child(2) .c-checkbox > div {
  display: flex;
  align-items: center;
}
#c-appointment .c-list > li:nth-last-child(2) .c-checkbox label {
  position: relative;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  cursor: pointer;
  overflow: hidden;
}
#c-appointment .c-list > li:nth-last-child(2) .c-checkbox label::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #005f61;
}
#c-appointment .c-list > li:nth-last-child(2) .c-checkbox label input {
  opacity: 0;
  cursor: pointer;
}
#c-appointment .c-list > li:nth-last-child(2) .c-checkbox a {
  color: #005f61;
  text-decoration: underline;
}
#c-appointment .c-list > li:nth-last-child(2) .c-checkbox > div.on label::before {
  opacity: 1;
}
#c-appointment .c-list > li:nth-last-child(1) {
  padding-top: 20px;
}
#c-appointment .c-list > li .c-list2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  margin-top: -1px;
  width: 100%;
  max-height: 232px;
  overflow-y: auto;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 767px) {
  #c-appointment .c-list > li .c-list2 {
    max-height: 186px;
  }
}
#c-appointment .c-list > li .c-list2 li {
  display: block;
  padding: 0 15px;
  line-height: 46px;
  color: #333;
  transition: all 0.5s;
  cursor: pointer;
}
#c-appointment .c-list > li .c-list2 li:hover {
  color: #fff;
  background: #005f61;
}
.c-banner12 {
  height: 360px;
}
@media (max-width: 1580px) {
  .c-banner12 {
    height: 346px;
  }
}
@media (max-width: 767px) {
  .c-banner12 {
    height: 306px;
  }
}
.c-banner12 .swiper-slide {
  padding-right: 20px;
  height: auto;
}
.c-banner12 .swiper-scrollbar {
  top: 0;
  height: 100%;
}
.c-banner12 .swiper-scrollbar-drag {
  background: #005f61;
}
#c-maintain3 .c-main-title {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-maintain3 .c-main-title {
    margin-bottom: 40px;
  }
}
#c-maintain3 .c-num {
  font-size: 18px;
  line-height: 1;
  color: #005f61;
}
#c-maintain3 .c-num i {
  font-style: normal;
  font-size: 40px;
}
@media (max-width: 767px) {
  #c-maintain3 .c-num i {
    font-size: 30px;
  }
}
#c-maintain3 .c-title {
  margin: 10px 0 20px;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1580px) {
  #c-maintain3 .c-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  #c-maintain3 .c-title {
    margin: 10px 0;
    font-size: 24px;
    line-height: 34px;
  }
}
#c-maintain3 .c-text {
  line-height: 26px;
}
#c-maintain3 .c-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-maintain3 .c-list li .c-img-box {
  width: 50%;
  overflow: hidden;
}
#c-maintain3 .c-list li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-maintain3 .c-list li .c-text-box {
  width: 50%;
}
#c-maintain3 .c-list li:nth-child(1),
#c-maintain3 .c-list li:nth-child(6),
#c-maintain3 .c-list li:nth-child(11) {
  padding: 0 2.8rem;
  margin-bottom: 120px;
}
@media (max-width: 1580px) {
  #c-maintain3 .c-list li:nth-child(1),
  #c-maintain3 .c-list li:nth-child(6),
  #c-maintain3 .c-list li:nth-child(11) {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(1),
  #c-maintain3 .c-list li:nth-child(6),
  #c-maintain3 .c-list li:nth-child(11) {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
#c-maintain3 .c-list li:nth-child(1) .c-text-box,
#c-maintain3 .c-list li:nth-child(6) .c-text-box,
#c-maintain3 .c-list li:nth-child(11) .c-text-box {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(1) .c-text-box,
  #c-maintain3 .c-list li:nth-child(6) .c-text-box,
  #c-maintain3 .c-list li:nth-child(11) .c-text-box {
    margin-bottom: 20px;
    text-align: left;
  }
}
#c-maintain3 .c-list li:nth-child(1) .c-img-box,
#c-maintain3 .c-list li:nth-child(6) .c-img-box,
#c-maintain3 .c-list li:nth-child(11) .c-img-box {
  width: 100%;
  height: 6.7rem;
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(1) .c-img-box,
  #c-maintain3 .c-list li:nth-child(6) .c-img-box,
  #c-maintain3 .c-list li:nth-child(11) .c-img-box {
    height: 9rem;
  }
}
#c-maintain3 .c-list li:nth-child(6) {
  padding: 0;
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(6) {
    padding: 0 20px;
  }
}
#c-maintain3 .c-list li:nth-child(6) .c-img-box {
  height: 7.5rem;
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(6) .c-img-box {
    height: 7rem;
  }
}
#c-maintain3 .c-list li:nth-child(2),
#c-maintain3 .c-list li:nth-child(9) {
  flex-direction: row-reverse;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(2),
  #c-maintain3 .c-list li:nth-child(9) {
    padding-bottom: 40px;
  }
}
#c-maintain3 .c-list li:nth-child(2) .c-text-box,
#c-maintain3 .c-list li:nth-child(9) .c-text-box {
  padding: 1.2rem 1.6rem 1.2rem 1.2rem;
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(2) .c-text-box,
  #c-maintain3 .c-list li:nth-child(9) .c-text-box {
    padding: 40px 20px 20px;
    width: 100%;
  }
}
#c-maintain3 .c-list li:nth-child(2) .c-img-box,
#c-maintain3 .c-list li:nth-child(9) .c-img-box {
  height: 7.8rem;
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(2) .c-img-box,
  #c-maintain3 .c-list li:nth-child(9) .c-img-box {
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(2) .c-img-box,
  #c-maintain3 .c-list li:nth-child(9) .c-img-box {
    height: 14rem;
  }
}
#c-maintain3 .c-list li:nth-child(3),
#c-maintain3 .c-list li:nth-child(10) {
  margin-bottom: 120px;
}
@media (max-width: 1580px) {
  #c-maintain3 .c-list li:nth-child(3),
  #c-maintain3 .c-list li:nth-child(10) {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(3),
  #c-maintain3 .c-list li:nth-child(10) {
    padding: 40px 20px 0;
    margin-bottom: 40px;
  }
}
#c-maintain3 .c-list li:nth-child(3) .c-text-box,
#c-maintain3 .c-list li:nth-child(10) .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 1.2rem 1.2rem 1.2rem 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(3) .c-text-box,
  #c-maintain3 .c-list li:nth-child(10) .c-text-box {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#c-maintain3 .c-list li:nth-child(3) .c-text-box .c-text,
#c-maintain3 .c-list li:nth-child(10) .c-text-box .c-text {
  max-width: 400px;
}
#c-maintain3 .c-list li:nth-child(3) .c-img-box,
#c-maintain3 .c-list li:nth-child(10) .c-img-box {
  width: 100%;
  height: 9rem;
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(3) .c-img-box,
  #c-maintain3 .c-list li:nth-child(10) .c-img-box {
    height: 8rem;
  }
}
#c-maintain3 .c-list li:nth-child(4),
#c-maintain3 .c-list li:nth-child(5),
#c-maintain3 .c-list li:nth-child(7),
#c-maintain3 .c-list li:nth-child(8) {
  padding: 0 1.6rem;
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(4),
  #c-maintain3 .c-list li:nth-child(5),
  #c-maintain3 .c-list li:nth-child(7),
  #c-maintain3 .c-list li:nth-child(8) {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
#c-maintain3 .c-list li:nth-child(4) .c-text-box,
#c-maintain3 .c-list li:nth-child(5) .c-text-box,
#c-maintain3 .c-list li:nth-child(7) .c-text-box,
#c-maintain3 .c-list li:nth-child(8) .c-text-box {
  padding: 1.2rem;
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(4) .c-text-box,
  #c-maintain3 .c-list li:nth-child(5) .c-text-box,
  #c-maintain3 .c-list li:nth-child(7) .c-text-box,
  #c-maintain3 .c-list li:nth-child(8) .c-text-box {
    padding: 0 0 20px;
    width: 100%;
  }
}
#c-maintain3 .c-list li:nth-child(4) .c-img-box,
#c-maintain3 .c-list li:nth-child(5) .c-img-box,
#c-maintain3 .c-list li:nth-child(7) .c-img-box,
#c-maintain3 .c-list li:nth-child(8) .c-img-box {
  height: 7.6rem;
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(4) .c-img-box,
  #c-maintain3 .c-list li:nth-child(5) .c-img-box,
  #c-maintain3 .c-list li:nth-child(7) .c-img-box,
  #c-maintain3 .c-list li:nth-child(8) .c-img-box {
    width: 100%;
    height: 14rem;
  }
}
#c-maintain3 .c-list li:nth-child(4),
#c-maintain3 .c-list li:nth-child(7) {
  flex-direction: row-reverse;
}
#c-maintain3 .c-list li:nth-child(5),
#c-maintain3 .c-list li:nth-child(8) {
  margin-bottom: 120px;
}
@media (max-width: 1580px) {
  #c-maintain3 .c-list li:nth-child(5),
  #c-maintain3 .c-list li:nth-child(8) {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #c-maintain3 .c-list li:nth-child(5),
  #c-maintain3 .c-list li:nth-child(8) {
    margin-bottom: 40px;
  }
}

/* 404-1 */
#c-404-1 {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
#c-404-1 .c-img-box {
  text-align: center;
}
#c-404-1 .c-img-box img{
  max-width: 100%;
}
#c-404-1 .c-title {
  margin: 50px 0;
  font-size: 24px;
  text-align: center;
}
#c-404-1 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-x: auto;
  text-align: center;
}
#c-404-1 .c-list li {
  margin-right: 40px;
}
#c-404-1 .c-list li:last-child {
  margin-right: 0;
}
#c-404-1 .c-list li a {
  display: block;
  width: 166px;
  line-height: 50px;
  border: 1px solid #ddd;
  transition: all .5s;
}
#c-404-1 .c-list li a:hover {
  color: #fff;
  background: #005f61;
}

/* 404-2 */
#c-404-2 {
  background-color: #fff;
  text-align: center;
}
#c-404-2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 40px 0 -30px;
}
#c-404-2 .c-list li {
  padding: 0 15px 30px;
  width: 20%;
}
#c-404-2 .c-list li .c-wrap {
  display: block;
  color: #333;
}
#c-404-2 .c-list li .c-img-box {
  height: 4.1rem;
  overflow: hidden;
}
#c-404-2 .c-list li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
#c-404-2 .c-list li .c-text-box .c-title{
  font-size: 16px;
}
#c-404-2 .c-list li .c-text-box .c-text{
  font-size: 14px;
}
#c-404-2 .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
@media (max-width: 1580px){
  #c-404-1 .c-title {
    margin: 40px 0;
  }
}
@media (max-width: 991px){
  #c-404-1 .c-list li {
    margin-right: 15px;
  }
}
@media (max-width: 767px){
  #c-404-1 .c-title {
    margin: 30px 0;
  }
  #c-404-1 .c-list li {
    margin-right: .5rem;
  }
  #c-404-1 .c-list li a {
    width: auto;
    padding: 0 .3rem;
    font-size: 12px;
    line-height: 40px;
  }
  #c-404-2 .c-list {
    margin: 20px 0 -20px;
  }
  #c-404-2 .c-list li {
    padding: 0 15px 20px;
    width: 50%;
  }
  #c-404-2 .c-list li .c-img-box {
    height: 7rem;
  }
}

/*10.28*/
.c-common-box7 .c-wrap {
    display: block;
  position: relative;
  text-align: center;
}
.c-common-box7 .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-common-box7 .c-wrap .c-img img {
  width: 100%;
}
.c-common-box7 .c-wrap .c-title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: normal;
}
.c-series-content {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .c-series-content {
    padding: 60px 0;
  }
}
.c-series-content .c-text {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  line-height: 1.8;
}


#c-header .c-list-box4 {
  position: fixed;
  top: 135px;
  left: 0;
  z-index: 900;
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
  display: none;
}
#c-header .c-list-box4 .c-list {
  display: flex;
  align-items: flex-start;
  margin: 0 15px;
}
@media (max-width: 1580px) {
  #c-header .c-list-box4 .c-list {
    margin: 0 30px;
  }
}
#c-header .c-list-box4 .c-list li {
  width: 25%;
  padding: 0 25px;
}
@media (max-width: 1580px) {
  #c-header .c-list-box4 .c-list li {
    padding: 0 10px;
  }
}
#c-header .c-list-box4 .c-list li .c-wrap {
  position: relative;
}
#c-header .c-list-box4 .c-list li .c-wrap > a {
  position: relative;
  display: block;
  background: #000;
}
#c-header .c-list-box4 .c-list li .c-wrap > a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#c-header .c-list-box4 .c-list li .c-wrap > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#c-header .c-list-box4 .c-list li .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  text-align: left;
}
@media (max-width: 1260px) {
  #c-header .c-list-box4 .c-list li .c-wrap .c-box {
    padding: 20px;
  }
}
#c-header .c-list-box4 .c-list li .c-wrap .c-box a {
  color: #fff;
  transition: all 0.5s;
}
#c-header .c-list-box4 .c-list li .c-wrap .c-box a:hover {
  color: #005f61;
}
#c-header .c-list-box4 .c-list li .c-wrap .c-box .c-font20 {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 1580px) {
  #c-header .c-list-box4 .c-list li .c-wrap .c-box .c-font20 {
    margin-bottom: 5px;
  }
}
#c-header .c-list-box4 .c-list li .c-wrap .c-box div {
  margin-bottom: 5px;
}
@media (max-width: 1580px) {
  #c-header .c-list-box4 .c-list li .c-wrap .c-box div {
    margin: 0;
  }
}
#c-header .c-list-box4 .c-list li .c-wrap:hover > a img {
  opacity: 0.8;
}

#c-header .c-list-box3 {
  position: fixed;
  top: 135px;
  left: 0;
  z-index: 900;
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
  display: none;
}
#c-header .c-list-box3 .c-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-list-box3 .c-left {
  padding-left: 40px;
  width: 30%;
}
@media (max-width: 1580px) {
  #c-header .c-list-box3 .c-left {
    width: 25%;
  }
}
#c-header .c-list-box3 .c-left .c-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
  font-size: 18px;
  margin-bottom: 60px;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-header .c-list-box3 .c-left .c-list li {
    margin-bottom: 40px;
  }
}
#c-header .c-list-box3 .c-left .c-list li:last-child {
  margin-bottom: 0;
}
#c-header .c-list-box3 .c-left .c-list li::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: 2px solid #005f61;
  transition: all 0.5s;
  width: 0;
}
#c-header .c-list-box3 .c-left .c-list li img {
  width: 20px;
  opacity: 0.5;
  transform: rotate(-45deg);
}
#c-header .c-list-box3 .c-left .c-list li img:nth-child(3) {
  display: none;
  opacity: 1;
  transform: rotate(0deg);
}
#c-header .c-list-box3 .c-left .c-list li.on {
  color: #005f61;
}
#c-header .c-list-box3 .c-left .c-list li.on img {
  display: none;
}
#c-header .c-list-box3 .c-left .c-list li.on img:nth-child(3) {
  display: block;
}
#c-header .c-list-box3 .c-left .c-list li.on::before {
  width: 100%;
}
#c-header .c-list-box3 .c-right {
  width: 66.375%;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-header .c-list-box3 .c-right {
    width: 72%;
  }
}
#c-header .c-list-box3 .c-right .c-list {
  overflow: hidden;
  padding: 0 40px;
}
#c-header .c-list-box3 .c-right .c-list > li {
  position: absolute;
  top: -100vh;
}
#c-header .c-list-box3 .c-right .c-list > li.on {
  position: relative;
  top: 0;
}
#c-header .c-list-box3 .c-right .c-list > li .c-list2 {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}
#c-header .c-list-box3 .c-right .c-list > li .c-list2 li {
  flex: 1;
  padding: 0 10px;
}
#c-header .c-list-box3 .c-right .c-list > li a {
  position: relative;
  display: block;
  height: 380px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-header .c-list-box3 .c-right .c-list > li a {
    height: 300px;
  }
}
#c-header .c-list-box3 .c-right .c-list > li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#c-header .c-list-box3 .c-right .c-list > li a .c-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 25px;
  color: #fff;
  font-size: 18px;
}
#c-header .c-list-box3 .c-right .c-list > li a:hover img {
  transform: scale(1.1);
}
#c-header .c-list-box3 .c-right .c-list > li .swiper-button-prev,
#c-header .c-list-box3 .c-right .c-list > li .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: none;
}
@media (max-width: 767px) {
  #c-header .c-list-box3 .c-right .c-list > li .swiper-button-prev,
  #c-header .c-list-box3 .c-right .c-list > li .swiper-button-next {
    height: 30px;
  }
}
#c-header .c-list-box3 .c-right .c-list > li .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  left: -40px;
}
#c-header .c-list-box3 .c-right .c-list > li .swiper-button-prev img {
  height: 18px;
}
@media (max-width: 767px) {
  #c-header .c-list-box3 .c-right .c-list > li .swiper-button-prev img {
    height: 16px;
  }
}
#c-header .c-list-box3 .c-right .c-list > li .swiper-button-prev img:nth-child(2) {
  display: none;
}
#c-header .c-list-box3 .c-right .c-list > li .swiper-button-prev:hover img {
  display: none;
}
#c-header .c-list-box3 .c-right .c-list > li .swiper-button-prev:hover img:nth-child(2) {
  display: block;
}
#c-header .c-list-box3 .c-right .c-list > li .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  right: -40px;
}
#c-header .c-list-box3 .c-right .c-list > li .swiper-button-next img {
  height: 18px;
}
@media (max-width: 767px) {
  #c-header .c-list-box3 .c-right .c-list > li .swiper-button-next img {
    height: 16px;
  }
}
#c-header .c-list-box3 .c-right .c-list > li .swiper-button-next img:nth-child(2) {
  display: none;
}
#c-header .c-list-box3 .c-right .c-list > li .swiper-button-next:hover img {
  display: none;
}
#c-header .c-list-box3 .c-right .c-list > li .swiper-button-next:hover img:nth-child(2) {
  display: block;
}

.c-tabulation1 .c-wrap {
  background-color: #fff;
  transform: translateY(-1.9rem);
  margin-bottom: -0.9rem;
  padding: 0.8rem 1.6rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.c-tabulation1 .c-wrap .c-title {
    font-weight: normal;
}
.c-tabulation1 .c-wrap .c-text {
  margin-top: 30px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-tabulation1 .c-wrap .c-text {
    margin-top: 20px;
  }
}

.c-contact3 .c-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-contact3 .c-top .c-left {
  width: 50%;
}
@media (max-width: 767px) {
  .c-contact3 .c-top .c-left {
    margin-bottom: 20px;
    width: 100%;
  }
}
.c-contact3 .c-top .c-left img {
  width: 100%;
}
.c-contact3 .c-top .c-right {
  padding-left: 1rem;
  width: 50%;
}
@media (max-width: 767px) {
  .c-contact3 .c-top .c-right {
    padding: 0;
    width: 100%;
  }
}
.c-contact3 .c-top .c-right .c-phone {
    margin-top: .1rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-contact3 .c-top .c-right .c-phone {
    font-size: 24px;
  }
}
.c-contact3 .c-top .c-right .c-list {
  display: flex;
  align-items: flex-start;
  margin: 10px -10px -20px;
}
.c-contact3 .c-top .c-right .c-list li {
  padding: 0 10px 20px;
}
.c-contact3 .c-top .c-right .c-list li img {
  width: 100%;
  max-width: 140px;
  border: 1px solid #ddd;
}
.c-contact3 .c-bottom {
  margin-top: 1rem;
  padding: 0.6rem;
  text-align: center;
  background-color: #f9f7f5;
}
@media (max-width: 767px) {
  .c-contact3 .c-bottom {
    margin-top: 50px;
    padding: 30px;
  }
}
.c-contact3 .c-bottom .c-title{
    font-weight: normal;
}
.c-contact3 .c-bottom .c-text {
  margin: 10px 0 20px;
}
.c-contact3 .c-bottom .c-common-btn {
  display: inline-flex;
}
@media (max-width: 767px) {
  .c-contact3 .c-bottom .c-common-btn {
    width: 150px;
  }
}



/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:10px; clear:both; overflow:hidden; padding-top:30px; padding-bottom:30px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:8px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:8px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#005f61;
	border:1px solid #005f61;
}
.pagination a.page-num-current {
	color:#fff;
	background:#005f61;
	border:1px solid #005f61;
}
/* ----- PB分页数字条效果 结束 ----- */