/* header */
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
.cy-header-real {
  width: 100%;
  height: 96px;
  position: relative;
  z-index: 10000;
}
.cy-header-real.cy-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.cy-logo {
  max-width: 368px;
  position: absolute;
  top: 20px;
  left: 5%;
  background: url("../images/icons/00_cm_logo.png") no-repeat center;
  z-index: 50;
}
.cy-nav {
  position: relative;
  z-index: 30;
}
.cy-nav-title {
  position: relative;
  height: 96px;
  padding: 32px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 1px 15px #ccc;
  background: #fff;
  z-index: 20;
}
.cy-nav-title > ul {
  display: inline-block;
  margin-left: 10%;
}
.cy-nav-title > ul > li {
  float: left;
}
.cy-nav-title > ul > li > a {
  display: block;
}
.cy-nav-title > li.cy-active {
  color: #00a596;
}
.cy-nav-cont {
  display: none;
  width: 100%;
  height: 280px;
  position: absolute;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #ebeceb;
  z-index: 10;
}
.cy-nav-cont > ul {
  display: inline-block;
  height: 100%;
  margin-left: 10%;
}
.cy-nav-cList {
  float: left;
  width: 132px;
  height: 100%;
  margin-left: -1px;
  padding: 30px 0 0;
  font-size: 14px;
  color: #666;
  font-family: "Microsoft YaHei";
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background: #fff;
  transition: background 0.38s;
}
.cy-nav-cList:first-child {
  height: 1px;
  padding: 0;
  background: transparent;
}
.cy-nav-cList.cy-active {
  background: #eee;
}
.cy-nav-cLink a {
  display: block;
  line-height: 2.2;
  transition: color 0.38s;
}
.cy-nav-cLink > ul > li:hover > a {
  color: #00a596;
}
.cy-more {
  position: absolute;
  top: 30px;
  right: 5%;
  z-index: 50;
}
.cy-more a {
  display: block;
  float: left;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.cy-more a.item {
  display: none;
}
/* header end */
/* footer */
.cy-footer {
  position: relative;
  z-index: 1200;
}
.cy-footer-real {
  background: #666;
  color: #fff;
}
.cy-contact > p {
  position: relative;
  padding: 0 0 0 47px;
  background: url("../images/icons/00_cm_telephone.png") no-repeat left top;
  text-align: left;
}
.cy-contact > p > span {
  display: block;
  font-size: 14px;
  line-height: 1;
}
.cy-contact > p > i {
  display: block;
  margin: 3px 0 0;
  font-size: 22px;
  font-family: Arial;
  font-weight: bolder;
  line-height: 1;
}
.cy-contact-way {
  margin: 6px 0 0;
}
.cy-contact-way > li {
  display: inline-block;
  padding: 0 0 0 32px;
  background: no-repeat left center;
  background-size: auto 100%;
}
.cy-contact-way .cy-address {
  background-image: url("../images/icons/00_cm_address.png");
}
.cy-contact-way .cy-phone {
  background-image: url("../images/icons/00_cm_phone.png");
}
.cy-contact-way .cy-email {
  background-image: url("../images/icons/00_cm_email.png");
}
.cy-friendlyLink {
  position: relative;
  line-height: 35px;
  font-size: 12px;
  transition: background 0.38s;
}
.cy-friendlyLink::before {
  content: '';
  position: absolute;
  top: 14px;
  right: 15px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 1;
}
.cy-friendlyLink::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.cy-friendlyLink > span {
  display: block;
  position: relative;
  padding: 0 0 0 18px;
  cursor: pointer;
  z-index: 1;
}
.cy-friendlyLink > ul {
  display: none;
  background: #999;
  z-index: 1;
}
.cy-friendlyLink > ul > li > a {
  display: block;
  margin: 0 0 -1px 0;
  padding: 0 0 0 18px;
  border-bottom: 1px solid #bbb;
}
.cy-copyright > p {
  margin: 21px 0 0;
}
.cy-friendlyLink:hover {
  background: #999;
}
.cy-contact-way li:hover a {
  color: #999;
}
/* footer end */
/* home */
.cy-banner {
  overflow: hidden;
  max-height: 100vh;
}
.cy-bpic-item {
  float: left;
  position: relative;
  overflow: hidden;
}
.cy-bpic-item img {
  position: relative;
  width: 100%;
  display: block;
}
.cy-btext {
  overflow: hidden;
}
.cy-btext-item {
  float: left;
  padding: 8px 0;
  background: #00a596;
  color: #fff;
}
.cy-btext-item h3 {
  padding: 0 5%;
  font-size: 16px;
  line-height: 1.3;
}
.cy-btext-item h4 {
  padding: 0 5%;
  font-size: 14px;
  line-height: 2.3;
}
.cy-btext-item p {
  display: none;
  padding: 0 5%;
  font-size: 12px;
  font-family: Arial;
  text-transform: uppercase;
}
.cy-banner-text {
  position: relative;
  overflow: hidden;
}
.cy-banner-arrow {
  position: absolute;
  right: 5%;
  bottom: 0;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}
.cy-banner-arrow div {
  float: left;
  width: 20px;
  font-size: 14px;
  background: no-repeat center;
  cursor: pointer;
}
.cy-banner-arrow > p {
  float: left;
  margin: 0 2px;
}
.cy-banner-arrow > p > span {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}
.cy-banner-text > p {
  width: 100%;
  max-height: 30px;
  padding: 0 5%;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  background: #008276;
  overflow: hidden;
}
.cy-announcement {
  position: relative;
  padding: 5px 5%;
  border-bottom: 1px solid #ccc;
}
.cy-announcement h5 {
  font-size: 15px;
  color: #333;
  line-height: 2;
}
.cy-announcement-banner {
  overflow: hidden;
}
.cy-annobanner-item {
  display: block;
  float: left;
}
.cy-annobanner-item > p {
  max-height: 3em;
  overflow: hidden;
}
.cy-annobanner-item > span {
  display: block;
  text-align: right;
}
.cy-announcement-share {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 5%;
  margin: 0 !important;
  background: url("../images/icons/01_hm_share.png") no-repeat center !important;
}
.cy-news {
  position: relative;
  background: #fff;
}
.cy-news-banner {
  position: relative;
  padding: 16px 0;
}
.cy-newsBanner {
  overflow: hidden;
}
.cy-newsBanner-item {
  float: left;
  width: 100%;
  position: relative;
}
.cy-newsB-iDescN {
  display: none;
}
.cy-news-banner > ul {
  width: auto;
  position: absolute;
  right: 5%;
  bottom: 26px;
}
.cy-news-banner > ul > li {
  float: left;
  width: 9px;
  height: 9px;
  margin: 0 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li {
  background: url("../images/icons/yt.png");
}
.cy-news-banner > ul > li.slick-active {
  background: #fff;
}
.slick-dots a {
  display: none;
}
.cy-news-list {
  position: relative;
  padding: 16px 0;
}
.cy-news-list .cy-list-limit {
  margin-top: 0;
}
.cy-newsList-title {
  padding: 0 5% 0 56px;
  background: #00a596;
}
.cy-news > h3 {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 16px;
  left: 0;
  padding: 0 5px;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  background: #008276;
  overflow: hidden;
  z-index: 10;
}
.cy-newsList-title li {
  float: left;
  height: 42px;
  position: relative;
  padding: 0 6px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
}
.cy-newsList-title li::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -6px;
  border-top: 0 solid #00a596;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition: border 0.2s;
}
.cy-newsList-title .cy-active::before {
  border-top-width: 6px;
}
.cy-list-limit {
  max-height: 210px;
  margin: 10px 0 0;
  overflow: hidden;
  font-family: "Microsoft Yahei", "微软雅黑";
}
.cy-newsList-content {
  float: left;
  width: 100%;
  padding-top: 30px;
  font-family: "Microsoft Yahei", "微软雅黑";
}
.cy-newsList-content a {
  display: block;
  height: 30px;
  padding: 0 5%;
  line-height: 30px;
  overflow: hidden;
}
.cy-newsList-content span {
  float: left;
  width: 25%;
}
.cy-newsList-content p {
  float: right;
  width: 75%;
  height: inherit;
}
.cy-newsList-content li {
  transition: background 0.2s, color 0.2s;
}
.cy-newsList-content li:hover {
  background: #e5e5e5;
  color: #008276;
}
.cy-news-list > a {
  width: 30px;
  height: 42px;
  position: absolute;
  top: 16px;
  right: 0;
  background: #008276;
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
}
.cy-work {
  padding: 16px 0;
  background: #fff;
}
.cy-common-title h3 {
  height: 26px;
  margin: 0 0 10px;
  padding: 0 5%;
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.cy-ibox-t {
  color: #333;
}
.cy-common-title h3 .jmore {
  margin: 0 0 0 5px;
  color: #9c9c9c;
  text-align: center;
  font-size: 1.2em;
}
.cy-ibox-t:hover .jmore {
  color: #00a596;
}
.cy-work-list a {
  display: block;
  height: 30px;
  padding: 0 5%;
  line-height: 30px;
  overflow: hidden;
  transition: background 0.38s, color 0.38s;
  font-family: "Microsoft Yahei", "微软雅黑";
}
.cy-work-list span {
  float: left;
  width: 25%;
}
.cy-work-list p {
  float: left;
  width: 75%;
  height: inherit;
}
.cy-work-list li a:hover {
  background: #e5e5e5;
  color: #008276;
}
.cy-work-banner {
  display: none;
}
.cy-service {
  background: #fff;
}
.cy-service-demo {
  position: relative;
  overflow: hidden;
}
.cy-service-demo .item {
  overflow: hidden;
}
.cy-service-demo .slick-dots {
  width: 100%;
  bottom: 5%;
  height: auto !important;
  float: none !important;
  right: auto !important;
}
.cy-service-list > ul {
  margin: 10px 0;
}
.cy-service-list > ul > li a {
  display: block;
  height: 42px;
  margin: 0 0 -1px;
  padding: 0 5%;
  line-height: 42px;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
  transition: background 0.38s, color 0.38s;
}
.cy-service-list > ul > li a:hover {
  background: #e5e5e5;
  color: #008276;
}
.cy-caseBanner {
  overflow: hidden;
}
.cy-caseBanner > div {
  float: left;
  width: 100%;
}
.cy-caseBanner-text {
  display: none;
  position: relative;
}
.cy-caseBanner-tb {
  overflow: hidden;
}
.cy-caseBanner-t {
  float: left;
  width: 100%;
  padding: 10px 5% 16px;
  background: #fff;
}
.cy-caseBanner-t h4 {
  height: 30px;
  margin: 0 0 13px;
  font-size: 13px;
  line-height: 30px;
  border-bottom: 1px solid #bbb;
  overflow: hidden;
}
.cy-caseBanner-t p {
  max-height: 4.5em;
  overflow: hidden;
}
/* home end */
/* inside pages common style */
.cy-insidePagesCommon > div {
  position: relative;
  background-color: #fff;
  padding-top: 1px;
  z-index: 100;
}
.cy-insidePagesCommon .cy-iPC-bg {
  position: relative;
  z-index: 10;
}
.cy-insidePagesCommon .cy-iPC-nav {
  padding-top: 0;
}
.cy-iPC-bg span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat bottom center;
  background-size: auto 100%;
}
.cy-iPC-title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 5%;
  line-height: 1.2;
  color: #ddd;
  background: linear-gradient(to top, #00a596, rgba(0, 0, 0, 0.3) 90%, transparent);
}
.cy-iPC-title h3 {
  font-size: 15px;
}
.cy-iPC-title h4 {
  font-size: 16px;
  font-family: "cy_Exotc350 Bd BT";
  text-transform: uppercase;
}
.cy-iPC-nav ul {
  padding: 0 5%;
  background: #00a596;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.6;
  color: #fff;
}
.cy-iPC-nav.cy-fixed {
  z-index: 1500;
}
.cy-iPC-nav ul.cy-fixed {
  width: 100%;
  position: fixed;
  top: auto;
  left: 0;
  box-shadow: 0 0 5px #00a596;
}
.cy-iPC-nav li {
  float: left;
}
.cy-iPC-nav a {
  display: block;
  height: 2.2em;
  padding: 0 6px;
}
.cy-iPC-nav li.cy-active {
  color: #00a596;
  background: #fff;
}
.cy-iPC-smallTitle {
  margin: 0 0 12px;
  padding: 24px 0 12px;
  overflow: hidden;
}
.cy-overview-companyProfile .cy-iPC-smallTitle {
  border-bottom: 1px solid #ccc;
}
.cy-iPC-smallTitle > span {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  padding: 2.5px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  color: #333;
  border: 2px solid #00a596;
  text-align: center;
}
.cy-iPC-smallTitle h3 {
  float: left;
  height: 38px;
  padding: 7px 0 0 6px;
  font-size: 13px;
  font-family: Arial;
  line-height: 1.1;
  text-transform: uppercase;
}
.cy-iPC-smallTitle i {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.cy-overview-structure .cy-iPC-smallTitle > span {
  color: #fff;
  border-color: #fff;
}
.cy-overview-structure .cy-iPC-smallTitle h3 {
  color: #fff;
}
/* inside pages common style end */
/* overview */
.cy-oCP {
  padding: 6px 0 12px;
}
.cy-oCP p {
  text-indent: 2em;
}
.cy-oCP img {
  width: 110%;
  margin: 0 -5%;
  padding: 6px 0;
}
.cy-overview-structure {
  background: url("../images/pictures/02_ov_jgbg.jpg") no-repeat center fixed;
  background-size: auto 100%;
}
.cy-oOs {
  padding: 6px 0 12px;
}
.cy-oOs p {
  color: #fff;
  text-indent: 2em;
}
.cy-oIE-years {
  position: relative;
  z-index: 50;
}
.cy-oIE-years > a {
  display: block;
  padding: 0 5%;
  font-size: 14px;
  color: #333;
  line-height: 2em;
  border: 1px solid #ccc;
  text-align: right;
}
.cy-oIE-years > a p {
  display: inline-block;
  float: left;
}
.cy-oIE-years > a span {
  display: inline-block;
  position: relative;
  border-left: 9px solid transparent;
  border-top: 9px solid #949494;
  border-right: 9px solid transparent;
}
.cy-oIE-years > a span i {
  position: absolute;
  top: -9px;
  left: -6px;
  border-left: 6px solid transparent;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
}
.cy-oIE-years ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #ccc;
  border-top: 0 none;
  background: #fff;
}
.cy-oIE-years ul li {
  height: 2em;
  margin: 0 0 -1px;
  padding: 0 5%;
  font-size: 14px;
  color: #333;
  line-height: 2em;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.cy-oIE-years ul li:hover {
  background: #ccc;
}
.cy-oIE-year {
  margin: 20px 0;
}
.cy-oIE-title {
  position: relative;
}
.cy-oIE-title ul {
  width: 90%;
  margin: 0 auto;
}
.cy-oIE-title ul li {
  float: left;
  width: 25%;
  padding: 5px 0;
  border-right: 1px solid #fff;
  text-align: center;
  background: #f2f2f2;
  cursor: pointer;
}
.cy-oIE-title ul li:hover,
.cy-oIE-title ul li.slick-current {
  color: #fff;
  background: #00a596;
}
.cy-oIE-title > a {
  width: 5%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #d3d3d3;
  text-align: center;
}
.cy-oIE-title > a:hover {
  background: #00a596;
}
.cy-oIE-title .cy-oIE-prep {
  left: 0;
  border-right: 1px solid #fff;
}
.cy-oIE-title .cy-oIE-next {
  right: 0;
  border-left: 1px solid #fff;
}
.cy-oIE-title > a span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.cy-oIE-title .cy-oIE-prep span {
  border-right: 6px solid #fff;
}
.cy-oIE-title .cy-oIE-next span {
  border-left: 6px solid #fff;
}
.cy-oIE-year > li {
  display: none;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
}
.cy-oIE-year > li.cy-active {
  display: block;
}
.cy-oIE-year > li > ul > li {
  display: none;
  float: left;
  width: 100%;
  padding: 20px 5%;
}
.cy-oIE-year > li > ul > li.cy-active {
  display: block;
}
.cy-insidePagesCommon .cy-overview-highSpeedStyle {
  background: #dfdfdf;
}
.cy-oHSS {
  padding: 6px 0 12px;
}
.cy-oHSS-b {
  display: block;
  padding: 6px 0;
}
.cy-oHSS-b img {
  width: 110%;
  margin: 0 -5%;
}
.cy-oHSS-b h4 {
  height: 2em;
  position: relative;
  top: -2em;
  margin: 0 -5%;
  padding: 0 5%;
  font-size: 13px;
  color: #fff;
  line-height: 2;
  overflow: hidden;
  background: url("../images/icons/01_hm_grad_green.png");
}
.cy-oHSS-b > div {
  margin: -2.2em -5% 0;
  padding: 10px 5%;
  background: #fff;
  text-indent: 2em;
}
.cy-oHHS-arrow {
  display: none;
}
/* overview end */
.cy-iP {
  position: relative;
  margin: 30px 0;
  text-align: center;
}
.cy-iP-pages a {
  display: inline-block;
  width: 20px;
  height: 26px;
  line-height: 26px;
}
.cy-iP-pages a.cy-active {
  margin: 0 3px;
  color: #fff;
  background: #00a596;
}
.cy-iP-turn a {
  width: 30px;
  height: 26px;
  position: absolute;
  top: 0;
  background: no-repeat center;
  transition: background 0.38s;
}
.cy-iP-turn .cy-iP-prep {
  left: 5%;
  background-image: url("../images/icons/00_cm_nlist_prep.png");
}
.cy-iP-turn .cy-iP-next {
  right: 5%;
  background-image: url("../images/icons/00_cm_nlist_next.png");
}
.cy-iP-turn .cy-iP-prep:hover {
  background-position-x: left;
}
.cy-iP-turn .cy-iP-next:hover {
  background-position-x: right;
}
.cy-list-picText {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.cy-lPT-cont {
  padding: 14px 5%;
  line-height: 2;
}
.cy-lPT-cont h3 {
  font-size: 14px;
  color: #333;
}
.cy-lPT-cont p {
  height: 7.5em;
  line-height: 1.5;
  overflow: hidden;
}
.cy-list-picText li {
  position: relative;
}
.cy-list-picText li::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f0f0f0;
  transform: scale(1, 0);
  transition: transform 0.38s;
}
.cy-lPT-container {
  position: relative;
}
.cy-list-picText li:hover::before {
  transform: scale(1, 1);
}
.cy-list-picText li:hover h3,
.cy-list-picText li:hover .cy-lPT-cont a {
  color: #00a596;
}
.cy-list-picText li:hover .cy-lPT-container {
  border-color: transparent;
}
.cy-list-text {
  margin: 60px 0 40px;
}
.cy-list-text li {
  position: relative;
  padding: 8px 5%;
  font-size: 13px;
  transition: background 0.38s;
}
.cy-list-text li::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f8f8f8;
  transform: scale(1, 0);
  transition: transform 0.38s;
  z-index: 5;
}
.cy-list-text li:hover {
  color: #00a596;
  background: #f8f8f8;
}
.cy-list-text li:hover::before {
  transform: scale(1, 1);
}
.cy-list-text li a {
  position: relative;
  z-index: 10;
}
.cy-list-picText2 {
  margin: 30px 0 0;
}
.cy-list-picText2 li {
  margin: 0 0 20px;
  line-height: 2;
  background: #f9f9f9;
}
.cy-list-picText2 li > p {
  margin-bottom: 20px;
}
.cy-list-picText2 span {
  padding: 0 0 0 5%;
}
.cy-lPT2-text {
  padding: 0 5%;
}
.cy-lPT2-text h3 {
  position: relative;
  font-size: 14px;
  color: #333;
}
.cy-lPT2-text p {
  position: relative;
  line-height: 1.5;
}
.cy-lPT2-text a:hover {
  color: #00a596;
}
.cy-iP2 {
  margin: 20px 0 0;
  padding: 20px 5%;
  border-top: 1px solid #ccc;
}
.cy-iP2 a {
  display: block;
  padding: 10px 0;
}
.cy-iP2 a:hover {
  color: #00a596;
}
.cy-partworkCont,
.cy-newscenterCont {
  padding-bottom: 60px;
  background: #f9f9f9;
}
.cy-newscenter-content {
  background: #fff;
}
.cy-nCC {
  padding: 0 5%;
}
.cy-nCC h3 {
  margin-top: 50px;
  font-size: 16px;
  color: #333;
}
.cy-nCC-data {
  display: block;
}
.cy-nCC-data i {
  margin-right: 20px;
}
.cy-nCC-share {
  margin-top: 10px;
  display: none !important;
}
.cy-nCC-share a {
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url("../images/icons/00_cm_share_wx.png") no-repeat center;
}
.cy-nCC-cont {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.cy-nCC-cont img {
  max-width: 100% !important;
  width: auto;
  height: auto !important;
}
.cy-nCC-cont table {
  width: 100% !important;
}
.cy-nCC p {
  text-indent: 2em;
}
.cy-iP2 p {
  text-indent: 0;
}
.cy-partwork-supervision .cy-iPC-smallTitle {
  margin: 0;
  border: 0 none;
}
.cy-iPC-phone {
  float: left;
  height: 37px;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  overflow: hidden;
}
.cy-iPC-phone i {
  display: inline-block;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icons/04_wk_telephone.png") no-repeat center;
}
.cy-iPC-phone span {
  font-size: 14px;
}
.cy-iPC-phone p {
  margin-top: 2px;
  font-size: 22px;
  font-family: Arial;
  font-weight: bold;
}
.cy-iPC-complain > a {
  float: right;
  height: 37px;
  position: relative;
  padding: 0 5px 0 30px;
  background: #00a596;
  color: #fff;
  line-height: 37px;
  font-size: 16px;
}
.cy-iPC-complain > a span {
  width: 16px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 5px;
  background: url("../images/icons/04_wk_write.png") no-repeat center;
}
.cy-pWS-list {
  padding: 30px 0;
}
.cy-pWS-box {
  position: relative;
  transition: border 0.38s;
}
.cy-pWS-box h4 {
  font-size: 15px;
  color: #333;
  line-height: 2.6;
}
.cy-pWS-list li {
  position: relative;
  padding: 20px 5%;
  border-bottom: 1px solid #ccc;
  transition: background 0.38s;
}
.cy-pWS-list li::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f3f3f3;
  transform: scale(1, 0);
  transition: transform 0.38s;
}
.cy-pWS-list li:hover {
  background: #f3f3f3;
}
.cy-pWS-list li:hover::before {
  transform: scale(1, 1);
}
.cy-pWS-list li:hover .cy-pWS-box {
  border-color: transparent;
}
.cy-pWS-list li:hover h4 {
  color: #00a596;
}
.cy-pWSC {
  margin-top: 20px;
  padding: 20px 5% 30px;
  border-top: 1px solid #ccc;
}
.cy-pWSC p {
  font-size: 15px;
  color: #4f4e4e;
  text-indent: 2em;
}
.cy-pWSC form {
  margin: 0 -5%;
  padding: 30px 5%;
  border: 1px solid #e6e6e6;
  background: #f3f3f3;
}
.cy-pWSC form span {
  display: block;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.cy-pWSC form input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 0 none;
  border-radius: 3px;
}
#cy-pWSC-text {
  width: 100%;
  height: 6.3em;
  resize: none;
  border: 0 none;
  border-radius: 3px;
  padding: 8px 10px 2px;
}
#cy-pWSC-file {
  padding: 0;
}
#cy-pWSC-file {
  width: 168px;
  padding: 5px 0 0;
}
.cy-pWSC-yzhm span {
  float: left;
  width: 60%;
}
.cy-pWSC-yzhm i {
  display: inline-block;
  float: left;
  width: 60px;
  height: 30px;
  margin-left: 10px;
  background: url("../images/pictures/04_wk_yzhm.jpg") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.cy-submit {
  margin-top: 30px;
  text-align: center;
}
#cy-pWSC-submit {
  display: inline-block;
  width: 50%;
  background: #00a596;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.cy-form-ts {
  margin: 30px 0 20px;
  padding: 30px 10px 0;
  border-top: 1px solid #ccc;
}
.cy-form-ts p {
  text-indent: 0;
}
.cy-list-pic {
  margin: 0 -1%;
  padding: 30px 0 10px;
}
.cy-list-pic li {
  margin-bottom: 10px;
}
.cy-list-pic li:hover .cy-lP-text {
  background: #00a596;
  color: #fff;
}
.cy-list-pic li:hover .cy-lP-text::before {
  height: 100%;
}
.cy-list-pic li:hover .cy-lP-text h4 {
  color: #fff;
}
.cy-list-pic li:hover img {
  transform: scale(1.1);
}
.cy-list-pic li:hover .cy-lP-text span::before {
  background: #fff;
}
.cy-list-pic p {
  overflow: hidden;
}
.cy-list-pic img {
  transition: transform 0.38s;
}
.cy-lP-text {
  position: relative;
  padding: 20px 5%;
  text-align: right;
  background: #f9f9f9;
  transition: background 0.38s;
}
.cy-lP-text::before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #00a596;
  transition: height 0.38s;
}
.cy-lP-text h4 {
  height: 3em;
  position: relative;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-align: left;
}
.cy-lP-text span {
  display: inline-block;
  position: relative;
  font-size: 13px;
}
.cy-lP-text span::before {
  content: '';
  width: 20px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  right: 120%;
}
.cy-service-guide .cy-serviceGuide {
  padding: 20px 0 0;
  background: #f9f9f9;
}
.cy-sG-nav {
  margin-top: 10px;
  padding: 0 5% 15px;
  border-bottom: 1px solid #ccc;
}
.cy-sG-nav li {
  float: left;
}
.cy-sG-nav li a {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 13px;
  color: #333;
  line-height: 2;
}
.cy-sG-nav li a:hover,
.cy-sG-nav li.cy-active a {
  background: #00a596;
  color: #fff;
}
.cy-sG-nav li a::before {
  content: '';
  position: absolute;
  top: 120%;
  left: 50%;
  margin: 0 0 0 -6px;
  border-top: 0 solid #00a596;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition: border 0.1s;
}
.cy-sG-nav li a:hover::before,
.cy-sG-nav li.cy-active a::before {
  border-top-width: 6px;
}
.cy-sG-fee {
  padding: 24px 0 68px;
}
.cy-sG-fee .cy-container {
  padding: 50px 50px 90px;
  background: #fff;
}
.cy-sG-fee h3 {
  margin: 0 0 1em;
  font-size: 14px;
  line-height: 2.5;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.cy-sG-fee p {
  text-indent: 2em;
}
.cy-sG-table {
  margin: 0 0 20px;
  padding: 10px 5%;
  background: #e0eeed;
}
.cy-sG-table table {
  border-collapse: collapse;
}
.cy-sG-table tr {
  border-bottom: 1px solid #fff;
}
.cy-sG-table th {
  padding: 8px 0;
  font-size: 1.1em;
  color: #333;
  text-align: left;
}
.cy-sG-table td {
  padding: 6px 0;
}
.cy-sG-fee h4 {
  font-size: 13px;
  line-height: 2.8;
  color: #333;
}
.cy-sG-map {
  padding: 20px 0 0;
  text-indent: 2em;
}
.cy-contactus {
  background: #f9f9f9;
}
.cy-cu-us,
.cy-cu-report {
  padding: 10px 5%;
}
.cy-cu-report {
  background: #e0eeee;
}
.cy-cu-contact h3 {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}
.cy-cu-contact .cy-address {
  background-image: url("../images/icons/07_cu_address.png");
}
.cy-cu-contact .cy-phone {
  background-image: url("../images/icons/07_cu_phone.png");
}
.cy-cu-contact .cy-fax {
  background-image: url("../images/icons/07_cu_fax.png");
}
.cy-cu-contact .cy-email {
  background-image: url("../images/icons/07_cu_email.png");
}
.cy-cu-contact .cy-zipCode {
  background-image: url("../images/icons/07_cu_email.png");
}
.cy-cu-map {
  width: 100%;
  height: 300px;
}
#cy-cu-map {
  width: 100%;
  height: 100%;
}
#cy-cu-map .anchorBL {
  display: none !important;
}
.cy-cu-words.cy-pWSC {
  border-top: 0 none;
}
.cy-cu-contactWay {
  border-bottom: 1px solid #ccc;
}
.cy-cu-words form {
  background: #fff;
  border-color: #e6e6e6;
}
.cy-cu-words h3 {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 2;
}
.cy-cu-words input,
.cy-cu-words textarea {
  background: #f9f9f9;
}
.cy-cu-words form span {
  background: #f9f9f9;
  border-color: #eaeaea;
}
/* 2017.08.08 */
.cy-safety .cy-iPC-complain {
  margin-top: 20px;
}
.cy-safety .cy-safeBs {
  padding: 40px 0;
  background: #f9f9f9;
}
.safeBs-box {
  background: #fff;
}
.safeBs-head {
  padding: 30px 15px;
  border-bottom: 1px solid #ddd;
}
.safeBs-head .t {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.safeBs-form .form-item {
  margin-top: 20px;
}
.safeBs-form .form-item .n {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
.safeBs-form .form-item input {
  width: 100%;
  padding: 5px 7px;
  background: #f9f9f9;
  line-height: 20px;
  border: 1px solid #eee;
  color: #666;
}
.safeBs-form .form-item select {
  width: 100%;
  height: 32px;
  padding: 0 7px;
  background: #f9f9f9;
  border: 1px solid #eee;
  color: #666;
}
.safeBs-form .form-item option {
  min-height: 0;
}
.safeBs-form .form-item option:first-child {
  display: none;
}
.safeBs-body {
  padding: 30px 15px 10px;
  font-family: "Microsoft JhengHei", sans-serif;
}
.sbs-title {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px dashed #eee;
}
.sbs-title .t {
  font-weight: bold;
  font-size: 18px;
  color: #00a596;
  line-height: 30px;
}
.sbs-title .c {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  text-align: left;
}
.sbs-cont {
  padding: 10px 0 20px;
}
.sbs-cont .t {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.sbs-item {
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
}
.sbs-item.cy-s3x .slc-item,
.sbs-item.cy-s4x .slc-item,
.sbs-item.cy-s3m .slc-item,
.sbs-item.cy-s4m .slc-item {
  width: 100%;
}
.sbs-item .info {
  line-height: 20px;
  color: #333;
}
.sbs-item .slc {
  margin-top: 10px;
  line-height: 20px;
  color: #666;
}
.slc-item {
  display: inline-block;
  float: left;
  margin-top: 10px;
  line-height: 20px;
  cursor: pointer;
  vertical-align: top;
}
.slc-item:after {
  content: '';
  display: block;
  clear: both;
}
.slc-item input {
  display: none;
}
.slc-item input:checked + .ns {
  border-color: #00a596;
}
.slc-item .ns {
  float: left;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 5px;
  background: #fff;
  border: 5px solid #bbb;
  border-radius: 50%;
  vertical-align: top;
}
.slc-item .c {
  display: block;
  overflow: hidden;
}
.no-checked .slc-item input {
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 5px;
}
.no-checked .slc-item .ns {
  display: none;
}
.sbs-cont2 .slc-item {
  width: 50%;
}
.sbs-cont2 .slc-item .c {
  font-size: 20px;
  line-height: 20px;
  color: #333;
}
.safeBs-foot {
  padding-bottom: 30px;
}
.sbs-tj {
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 5px 0;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #00a596;
}
.safeBsJg .safeBs-box {
  padding: 30px 15px;
  text-align: center;
}
.safeBsJg .t-s {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.safeBsJg .t {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
.safeBsJg .t-c {
  margin-left: 10px;
}
.safeBsJg .jg-box {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 40px auto 50px;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
}
.safeBsJg .cl {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 1px solid #bfe8e5;
  border-radius: 50%;
  animation: clShow 2s infinite linear;
  z-index: -1;
}
@keyframes clShow {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  20% {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: scale(1.37);
  }
}
.safeBsJg .c-b {
  position: relative;
  width: 100%;
  height: 100%;
  background: #00a596;
  border-radius: 50%;
  z-index: 1;
}
.safeBsJg .c {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -35px;
  padding: 0 10px;
}
.safeBsJg .rc {
  font-weight: bold;
  font-size: 60px;
  font-family: Arial, sans-serif;
  line-height: 70px;
}
.safeBsJg .cr {
  margin-left: 10px;
  font-weight: bold;
  font-size: 24px;
  font-family: "Microsoft Yahei", sans-serif;
  line-height: 30px;
}
.safeBsJg .tk {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*
input { outline: none; font-family: "Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体",tahoma,"times new roman",helvetica,arial;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0; }
textarea { -webkit-appearance: none; border-radius: 0; outline: none;}

::-moz-selection { background: #d76c00; color: #fff; text-shadow: none; }
::selection { background: #d76c00; color: #fff; text-shadow: none; }
select{ outline: none;}
select::-ms-expand { display: none; }*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.content-1060 {
  width: 1060px;
  margin: 0 auto;
}
.honor-list {
  position: relative;
  margin-top: 150px;
  padding-bottom: 150px;
}
.honor-list::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #D5D5D5;
  margin-left: -1px;
}
.time-ico {
  position: relative;
  display: block;
  width: 33px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50%;
}
.honor-list dd {
  position: relative;
  margin: 48px 0 0;
}
.hiy-ico {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 50%;
  margin-left: -12px;
}
.hiy-ico:before {
  content: "";
  background-color: #00A595;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: 2;
}
.hiy-ico:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00A595;
  opacity: 0.15;
  border-radius: 50%;
  animation: bannerbuIn infinite linear 1.5s normal;
  -webkit-animation: bannerbuIn infinite linear 1.5s normal;
}
@keyframes bannerbuIn {
  0% {
    opacity: 0.3;
    filter: alpha(opacity=30);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(2);
  }
}
.honor-list .desc {
  width: 45%;
  color: #3C3C3C;
}
.honor-list .item1 .desc {
  margin-left: 55%;
}
.honor-list .time {
  position: absolute;
  width: 50%;
  color: #00A595;
  font-size: 30px;
  line-height: 1.2;
  font-family: "cy_Exotc350 Bd BT";
  left: 50%;
  padding: 0 0 0 5%;
}
.honor-list .item1 .time {
  text-align: right;
  left: 0;
  padding: 0 5% 0 0;
}
.page-padding {
  padding: 120px 0;
}
.history-list {
  position: relative;
  margin: 120px auto;
}
.history-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/icons/time_bg.png) no-repeat #fff;
  background-size: cover;
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
.history-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #D5D5D5;
  margin-left: -1px;
}
.history-list dl {
  margin: 0 0 68px;
  font-size: 16px;
}
.history-list dl:last-child {
  margin-bottom: 0;
}
.history-list .year {
  text-align: right;
  width: 46%;
  font-size: 22px;
  color: #00A595;
  font-family: "cy_Exotc350 Bd BT";
  line-height: 1.2;
}
.history-list dd {
  position: relative;
  margin: 48px 0 0;
}
.history-list .time,
.history-list .desc {
  float: right;
  display: block;
  width: 50%;
}
.history-list .time {
  padding-left: 4%;
}
.history-list .num {
  position: relative;
  display: block;
  padding-right: 20px;
}
.history-list .num::before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: block;
  height: 0;
  width: 0;
  border-top: 8px solid #00A595;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.history-list .desc {
  padding-right: 4%;
  text-align: right;
}
.history-list .item1 .time {
  float: left;
  text-align: right;
  padding-left: 0;
  padding-right: 4%;
}
.history-list .item1 .desc {
  float: left;
  text-align: left;
  padding-left: 4%;
  padding-right: 0;
}
.history-list .hiy-ico {
  background-color: #fff;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  margin-left: -16.5px;
}
.history-list .hiy-ico:after {
  opacity: 0.39;
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
}
.lindao-list li {
  background-color: #f4f4f4;
  margin: 0 0 10px;
  padding: 25px 8% 25px;
}
.lindao-list .name {
  font-size: 26px;
  color: #333;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.5;
}
.lindao-list .desc {
  font-size: 16px;
  color: #666;
}
#close-dock img {
  width: 30px;
}
.gdclose {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 5;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 0 0 20px 20px;
}
.christmas_ad {
  position: fixed;
  right: 10px;
  top: 200px;
  z-index: 50;
  max-width: 10vw;
  text-align: right;
}
.christmas_ad img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  vertical-align: middle;
}
.top {
  position: relative;
  z-index: 999;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
}
.top-tbox {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .top-tbox {
    height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .pageH {
    height: 60px;
  }
}
.logo {
  margin: 0;
  height: 60px;
}
.logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
.logo a img {
  max-height: 100%;
  display: block;
}
@media screen and (max-width: 1200px) {
  .logo {
    height: 40px;
  }
}
.top-rtbox {
  display: inline-flex;
  flex-shrink: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .top-rtbox {
    display: none;
  }
}
.top-aitem {
  padding: 5px 12px;
  background-color: #999999;
  margin-left: 1px;
  color: #FFFFFF;
  line-height: 1.5;
  transition: 0.3s;
}
.top-aitem:hover {
  background-color: #008276;
}
a.top-oa {
  background-color: #00a596;
}
.top-bbox {
  background-color: #00a596;
  color: #FFFFFF;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .top-bbox {
    display: none;
  }
}
.nav-box {
  flex: 1;
  margin-right: 5%;
}
.nav {
  display: flex;
  justify-content: space-between;
}
.nav > li {
  position: relative;
  margin-right: 1rem;
}
.nav > li > a {
  height: 66px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.nav > li:hover .subnav {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  margin-top: 0;
}
.nav .subnav {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #FFFFFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 0.8rem 1.2rem;
  color: #333;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin-top: 1rem;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-size: 14px;
  line-height: 1.4;
}
.nav .subnav > p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav .subnav a {
  padding: 7px 0;
  display: block;
}
.nav .subnav a:hover {
  color: #00A595;
}
@media screen and (max-width: 1650px) {
  .nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .nav > li > a {
    font-size: 15px;
  }
}
.top-serach {
  display: flex;
  width: 12rem;
  height: 32px;
  border-radius: 16px;
  padding: 0 0 0 1rem;
  background-color: #FFFFFF;
  flex-shrink: 0;
}
.top-serach .txt {
  width: 100%;
  border: 0 none;
  background-color: transparent;
}
.top-serach .btn {
  width: 60px;
  background: url("../images/icons/00_cm_search.png") no-repeat center;
}
.top-serach .btn:hover {
  background: url("../images/icons/00_cm_searchh.png") no-repeat center;
}
@media screen and (max-width: 1440px) {
  .top-serach {
    width: 10rem;
  }
}
.menu-handler {
  width: 24px;
  height: 44px;
  margin-left: 20px;
  position: relative;
  display: none;
  cursor: pointer;
  flex-shrink: 0;
}
.menu-handler .menu-bar {
  width: 100%;
  height: 3px;
  background: #666;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: margin 0.4s 0.4s, transform 0.4s, opacity 0.4s;
}
.menu-handler .menu-bar:nth-child(1) {
  margin-top: -9px;
}
.menu-handler .menu-bar:nth-child(3) {
  margin-top: 9px;
}
.menu-handler.active .menu-bar:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(30deg);
  transition: margin 0.4s, transform 0.4s 0.4s, opacity 0.4s;
}
.menu-handler.active .menu-bar:nth-child(2) {
  opacity: 0;
}
.menu-handler.active .menu-bar:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-30deg);
  transition: margin 0.4s, transform 0.4s 0.4s, opacity 0.4s;
}
@media screen and (max-width: 1180px) {
  .menu-handler {
    display: block;
  }
}
.menubarM {
  background-color: #fff;
  color: #333;
  position: fixed;
  pointer-events: none;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 60px);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  z-index: 995;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menubarM a {
  color: #333;
}
.menubarM-box {
  height: calc(100vh - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.menubarM-list {
  padding: 0 0 5vh;
  border-top: 1px solid #dcdcdc;
}
.menubarM-list > li {
  position: relative;
}
.menubarM-list > li > a {
  position: relative;
  display: flex;
  font-size: 16px;
  padding: 12px 5%;
  line-height: 1.5;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  border-bottom: 1px solid #dcdcdc;
}
.menubarM-list > li > a[has-item]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -3px;
  border-left: 6px solid transparent;
  border-top: 6px solid #999;
  border-right: 6px solid transparent;
  transition: 0.4s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menubarM-list .cur > a {
  background-color: #00a596;
  color: #FFFFFF;
}
.menubarM-list .cur > a[has-item]::after {
  -webkit-transform: inherit;
  transform: inherit;
  border-top-color: #fff;
}
.menubarM-list .cur .subnav {
  background-color: #f0f0f0;
}
.menubarM-list .subnav {
  display: none;
}
.menubarM-list .subnav p {
  font-weight: 500;
}
.menubarM-list .subnav a {
  position: relative;
  display: flex;
  line-height: 1.4;
  font-size: 14px;
  padding: 12px 5%;
  color: #333;
  border-bottom: 1px solid #dcdcdc;
}
.menu-open .menubarM {
  -moz-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
